@import url("linker.css"); 
BODY, TD, INPUT, SELECT, TEXTAREA, TH,BUTTON {
	font-family: Trebuchet MS;
	font-size: 8pt;
	color: gray;	
}
BODY {
	background: black url(../images/page_bg.jpg) repeat-x;
	color: white;
	overflow: scroll-y;
	margin: 0px;
}
INPUT, SELECT, TEXTAREA {
	border: 1px solid #b3c3f1;	
}
INPUT.button, BUTTON {
	border: 1px solid #b3c3f1;
	background-color:#6681c6;
	color: white;
	border-right: 1px solid #4a64a5;
	border-bottom: 1px solid #4a64a5;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
    padding: 0 3px;
}
DIV, A, TABLE, IMG {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
A {
	color: #607ab3;
}
P {
		/*margin: 0px;*/
}
FORM {
	display: inline;
}
TD.view {
	background-color: white;
}
DIV.view {
	padding: 10px;
	text-align: justify;
}
DIV.error_report {
	background-color: #dd0000;
	color: white;
	padding: 5px;
	border : 3px solid #ff5555;
}
DIV.error_report STRONG, DIV.error_report .strong {
	color: white;
}
DIV.message_report {
	
	color: #7489bf;
	padding: 5px;
	border : 3px solid #7489bf;
}
.program_items_count {
	font-size: 7.5pt;
	position: relative;
}
.program_items_count STRONG,.program_items_count .strong {	
	color: #b3cceb;
	font-size: 11pt;
}
.program_items_count DIV {	
	background: url(../images/program_cnt.png) no-repeat right bottom;
	float: right;
	margin-top: 4px;
	width: 50%;
	text-align: right;
}
.program_items_count A {
	text-decoration: none;
	color: white;
}
.program_items_count A.actual {
	color: #a4b7d8;
}
.program_item {
	filter :alpha(opacity=80);   /* Internet Explorer       */
	mozOpacity : 0.80;           /* Mozilla 1.6 and below   */
	opacity : 0.8;
	clear: both;
}
.program_item .date {
	color: black;
	float: left;
	padding-left: 3px;
	font-weight: bold;
}
.program_item .reserve {
	color: black;
	float: right;
	padding-right: 3px;
	font-weight: bold;
	font-size: 7.5pt;
}
.program_item .more {
	color: black;
	float: right;
	padding-right: 3px;
	font-size: 7.5pt;
	font-weight: bold;
}

.program_item .title {
	clear: both;
	padding-left: 3px;
	font-weight: bold;
}


.title_menu {
}
.title_search {
}
.title_text_box {
}
.title_text_box A {
	color: #ffffff;
	text-decoration: none;
}
.title_text_box A:visited {
	color: #abc1fd;
	
}
.title_text_box STRONG, .title_text_box .strong {
	color: white;
}

.LAYOUT_TOP_CONTAINER BUTTON {
	border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 0px 3px;
}
.LAYOUT_TOP_CONTAINER INPUT{
	border-radius: 2px;
	-moz-border-radius: 2px;
	color: #aaaaaa;
	padding: 1px 3px;
}
.LAYOUT_TOP_CONTAINER {
	margin-bottom: 3px;
}

UL {
	list-style-type: square;
	list-style-image: url(../images/list.gif);	
	
}
.LAYOUT_RIGHT_CONTAINER INPUT.text {
	border: 1px solid #5f739d;
	color: white;
	font-size: 7pt;	
	height: 17px;
	width: 100%;
	background-color:  #3f547e;
}
.LAYOUT_RIGHT_CONTAINER INPUT.button {
	border: 1px solid #5f739d;
	border-bottom: 1px solid #26365a;
	border-right: 1px solid #26365a;
	color: white;
	background-color:  #3f547e;
}
STRONG, B, .strong {
	color: #607ab3;
}
.program_item A {
	text-decoration: none;
	color: navy;
	font-weight: bold;
}
.program_item A:hover {
	text-decoration: underline;
	color: white;
	font-weight: bold;
}
.search {
	background-color: yellow;
	color: black;
	font-weight: bold;
}

.docs_type_menu A {
	display: block;
	padding: 3px 10px 3px 10px;
	text-decoration: none;
	float: left;
	background-color: white;
	border: 1px solid #d0d0d0;
	border-bottom: 1px solid #79a9cc;
}
.docs_type_menu A.active {
	background-color: #79a9cc;
	border-bottom: 1px solid #79a9cc;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
}
.docs_type_menu {
	border-bottom: 1px solid #79a9cc;
	margin-bottom: 10px;
	height: 24px;
}

.clear {
	clear: both;
	height: 1px;
	font-size: 1px;
}
#addon_container {
	margin-bottom: 10px;
	margin-top: 10px;
	border: 2px solid #607ab3;
}
#addon_container DIV.row {
	background-color: #f5f5f5;
	margin: 1px;
	clear: both;
}
#addon_container DIV.row DIV {
	
	float: left;
	background-color: #f5f5f5;
	margin: 1px;
	padding: 3px;
}
#addon_container DIV.row  DIV.what {
	clear: both;
	width: 70px;
}
#addon_container DIV.row DIV.type {
	width: 70px;
}
#addon_container DIV.row DIV.category {
	width: 160px;
}
#addon_container DIV.row DIV.file {
	width: 210px;
	float: right;
}
.admin_menu {
	background-color: black;
	padding: 3px;
	margin: 2px auto;
}
.admin_menu A {
	display: block;
	float: left;
	background-color: #0e3666;
	color: white;
	padding: 2 5 2 5;
	margin: 1px;
	text-decoration: none;
}
.admin_menu A:hover {
	background-color: #12549f;
}
.space {
	height: 10px;
}

.main_partner_link {
	display: block;
	height: 60px;
	width: 130px;
	margin-left: 30px;
	margin-top: 10px;
}
A.culturegov {
	display: block;
	height: 90px;
	margin-bottom: 10px;
}
.color1 {
	color: #990000;
	text-transform: uppercase;
}
.pannel .title {
	background: transparent url(/images/ns_small_logo.png) no-repeat left center;
	padding-left: 45px;
	color: white;
	text-align: left;
	font-weight: bold;
	text-transform: lowercase;
	border-bottom: 3px double #555555;
	font-size: 15pt;
}
#line {
	width: 100%;
}
.partners_title {
	font-weight: bold;
	font-size: 15pt;
	padding: 0px 5px;
	background: transparent url(/images/ns_small_logo.png) no-repeat left center;
	padding-left: 45px;
	color: white;
	text-align: left;
}
.reservation .title {
	font-size: 15pt;
}

.reservation .date,
.reservation .time {
	font-size: 15px;
	line-height: 18pt;
	display: inline-block;
}
.reservation .name {
	font-size: 18pt;
	line-height: 18pt;
	color: black;
}
.reservation .extern_link {
	display: inline-block;
	border: 1px solid #e0e0e0;
	background-color: #f9f9f9;
    border-radius: 7px ;
    -moz-border-radius: 7px ;
    line-height: 24px;
    padding: 5px;
    text-align: center;
}
.background_square {
	background-color: black;
	background-color: rgba(0, 0, 0, 0.7);
    display: block;
    height: 238px;
    left: 0;
    opacity: 0.8;
    position: absolute;
    text-align: center;
    top: 31px;
    width: 100%;
    z-index: -1;
}
.form TH {
	background-color: #f5f5f5;
	text-align: left;
	padding: 3px 5px 3px 15px;
	border-top-left-radius: 7px;
	border-bottom-left-radius: 7px;
	border-bottom: 1px solid #dddddd;
}
a.refresh_icon {
	display: inline-block;
	height: 16px; 
	line-height: 16px;
	padding-left: 20px;
	background: transparent url(/images/icons/refresh-icon.png) no-repeat left center;
}

STRONG.available2 {
	color: #ee0000;
	text-transform: uppercase;
	margin-left: 5px;
}

STRONG.available4 {
	color: #00dd00;
	text-transform: uppercase;
	margin-left: 5px;
}

