/* Header related styles */ 

body {
	background: url(images/header_top_bg.jpg) top left repeat-x; /* TODO: Backgrounds on one larger image... */
	position: relative;
	text-align:center;
}
#siteCont{
	padding:0px;
	margin:0px;
}
#header{ width:902px; }
#middlePart{width:900px; border:none; border-top:none; border-bottom:none; background:#FFFFFF; margin:0 0 10px 0; padding:0px;}

/* Navigation related styles E6E5E7*/

#mainNaviButton{
		padding: 0px 0px 0px 0px;
		font-size: 15px;
		overflow: hidden;
		font-weight:bold;
		font-family:Arial, Helvetica, sans-serif;
		color:#FFFFFF;
		
		line-height:32px;
}
		#mainNaviButton a, #mainNaviButton strong {
			text-decoration: none;
			display: block;
			/*padding: 8px 10px 4px 8px;*/
			min-height: 20px;
		}
		#mainNaviButton a{ color:#FFFFFF;}
		#mainNaviButton a:hover{ color:#DDD;}
			#mainNaviButton .active{
				color:#666!important;
				font-size:15px;
			}
			#mainNaviButton a:hover.active {
				color:#999!important;
			}

#subNavi{
	/*background:url(images/subNavi_bg.jpg);*/
	background:#FFF;
	height:26px;
	border:none; border-top:none; border-bottom:none;
	padding:0 5 0 5;
}	
#subNavi a{ 
	background:url(images/bull3.png) no-repeat ; background-position: 0px 9px;
    color: #636363;
    float: left;
	font-family:Geneva, Arial, Helvetica, sans-serif;
    height: 26px;
	font-size:12px !important;
	margin-top:0px;
    margin-right: 3px; /*separator */
    padding-right: 1px; /* sliding doors padding */
    text-decoration: none;
	cursor:pointer;
	 } /*url('images/subButton_r.png') */
#subNavi a span{ 
	display: block;
    line-height: 26px;
    padding: 0px 2px 0px 12px; font-weight:normal;  	
		font-weight:normal;
	}
#subNavi a.active span{ 
	display: block;
    line-height: 26px;
    padding: 0px 2px 0px 12px; font-weight:normal;  	
		font-weight:bold;
	}
#subNavi a:hover{ text-decoration:underline; color:#000!important;} 	
#subNavi a:hover.active{ text-decoration:underline; } 
/*		
#subNavi a:hover{ background: transparent url('images/subNavi_over_r.png') no-repeat scroll top right; color:#FFF!important;} 
#subNavi a:hover span{ background: transparent url('images/subNavi_over_l.png') no-repeat; }		
#subNavi a.active{ background: transparent url('images/subNavi_over_r.png') no-repeat scroll top right; } 
#subNavi a.active span{ background: transparent url('images/subNavi_over_l.png') no-repeat; }
*/	

#menuBar{
	background:url(images/menuBar_bg.png) repeat-x;
	height:36px;
	border:1px solid #E6E5E7; border-top:none; border-bottom:none;
	padding:4 80 0 80;
}	
*html #menuBar{ height:40px; }
#menuBar a{ 
    color:#666666;
    float: left;
	font-family:Geneva, Arial, Helvetica, sans-serif;
    height: 26px;
	font-size:14px !important;
	margin-top:3px;
    margin-right: 10px; /*separator */
    padding-right: 10px; /* sliding doors padding */
    text-decoration: none;
	cursor:pointer;
	background: transparent url('images/subNavi_regular_r.png') no-repeat scroll top right; } /*url('images/subButton_r.png') */
#menuBar a span{ 
	display: block;
    line-height: 26px;
    padding: 0px 14px 0px 24px; font-weight:normal;  
	background: transparent url('images/subNavi_regular_l.png') no-repeat;
		font-weight:bold;
	}	
#menuBar a:hover{ background: transparent url('images/subNavi_over_r.png') no-repeat scroll top right; color:#000000!important;} 
#menuBar a:hover span{ background: transparent url('images/subNavi_over_l.png') no-repeat; }		
#menuBar a.active{ background: transparent url('images/subNavi_over_r.png') no-repeat scroll top right; } 
#menuBar a.active span{ background: transparent url('images/subNavi_over_l.png') no-repeat; }	


#comment_table{ clear:both; }
#comment_table td{ font-size:12px; }
#comment_table .header{ font-size:16px; font-weight:bold; }
#comment_table .comment_row{ }
#comment_table .comment_row_member{ }
#comment_table .comment_author img{ color:#777;margin:0px 5 0px 0; }
#comment_table .comment_author { font-weight:bold;}
#comment_table .comment_text{ font-size:12px; display:inline; font-weight:normal;  }
#comment_table .comment_text a{ font-size:12px; font-weight:normal;}
#comment_table .comment_text p{ margin:0 0 2 0; }
#comment_table .comment_text_area input{ font-size:12px;font-weight:normal; font-family:Arial, Helvetica, sans-serif;}
#comment_table .comment_other{ color:#777;padding:3px 0 1px; font-size:9px;}
#comment_table .edit{ float:right; margin:2 2 0 0px;}
#comment_table .edit a{ background:url(images/comment_btn_close_regular.png); display:block; width:16px; height:16px;}
#comment_table .edit a:hover{ background:url(images/comment_btn_close_over.png); display:block; width:16px; height:16px;}

#comment_table .container_1{ width:100%; background:#EEEEEE; margin:0 0 3 0px; overflow:auto;  }
#comment_table .container_2{ width:100%; background:#FFFFFF; margin:0 0 3 0px; overflow:auto;}
#comment_table .column_avatar{ float:left; display:block; padding:0px; }
#comment_table .column_avatar img{  margin:0 3 0 0px;}
#comment_table .column_text{float:left; display:block; padding:0px;  }
#comment_table .attachment{ clear:both;  }

/* COMMENT FORM */
#comment_form{ margin-top:2px; margin-bottom:2px;}
#comment_form .input_author{ width:90px; font-size:12px; color:#333333; border:#CCCCCC 1px solid; }
#comment_form .input_email{ width:90px; font-size:12px; color:#333333; border:#CCCCCC 1px solid;}
#comment_form .input_line{ padding:2 10 4 5px;}
#comment_form .member_name { padding:2 10 4 5px; font-weight:bold; margin:0px;}
#comment_form .cont_img{ float:left;}
#comment_form .col1{ float:left;}
#comment_form .col2{ float:left;}
#comment_form .cont form{ margin:0px;}

a.show_more{ font-size:10px; padding:0 0 0 20px;  height:16px; background:url(images/icon_more_16.png) no-repeat;  display:block; clear:both;}
a.show_more span{ line-height:16px; display:block;}  

#news_item{  margin:0 0 0 0px; clear:both;}
#news_item .container{ border:0px; border-top:none; background:url(images/news_item_bg_regular.jpg) no-repeat;}
#news_item div{ margin:0; padding:0;}
#news_item .top_row{ padding:0 5 2 5; ; overflow:auto; border-bottom:0px solid #EFEFEF; clear:both;}
*html #news_item .top_row{ width:100%; }
#news_item .date{ display:block; float:left; font-weight:normal; margin-left:15px; }
#news_item .sep{ display:block; float:left; margin:0 5 0 5px;}
#news_item .title{ float:left; clear:right;   font-weight:bold; }
#news_item .title a{color:#333333!important;}
#news_item .text{ clear:both; text-align:left;  margin:2 5 4 5; }
#news_item .button{ height:15px; line-height:15px; padding-right:10px; }
#news_item .button a img{  maring-right:3px;}
#news_item .button a{ color:#333!important; float:right;}

#news_item div.border{ background:url(images/news_item_bg_regular.jpg) no-repeat; border-top:none; border-bottom:none; clear:both; padding:12px 10px 1px 10px; }

div#news_item{ background:#FFF; }

#news_item_inside{ }
#news_item_inside .news_text{ font-size:12px; padding-top:3px;} 
#news .news_title{ font-size:16px; text-align:left;}
#news .left{ background:url(images/news_column_top.jpg) no-repeat; }
#news .left a{ color:#333333!important; }
#news .left a:hover{ color:#609300!important; }
#news .left .hr{ margin:4px 0 0 0px; }
#news .main_text{ font-size:12px; padding-right:0px; margin-top:5px; padding-top:5px; border-top:1px solid #EEE;}

#calendar .title{ background:url(images/box1_r1_c2.png) repeat-x; background-position: 0% 0%; color:#FFFFFF; font-size:16px;  height:28px; line-height:28px; text-align:center;   }
#calendar .tlb{ float:left;background: transparent no-repeat; background-image:url(images/box1_r1_c1.png);	width:10px; display:inline-block; height:28px;}
#calendar .trb{ float:left;background: transparent no-repeat; background-image:url(images/box1_r1_c3.png);	 width:10px; display:inline-block; height:28px; }
#calendar .content{ border:1px solid; overflow:auto; width:100%; clear:left; }
#calendar .col{ display:inline-block;  float:left; border:1px solid #EEE;  font-size:10px; overflow:auto; }
#calendar .col_today{ display:block;  float:left; border:1px solid #CCC; background:#F7F2F0; font-size:10px; overflow:auto;  }
#calendar .day{ font-weight:bold; padding:2 0 2 0; background:#F3F3F3; }
#calendar .col_today .day{ font-weight:bold; padding:2 0 2 0; background:#F1EAE7; }
#calendar .bottom{ background:url(images/box1_r1_c2.png) repeat-x; clear:both; text-align:right; height:25px; line-height:25px; padding:0 10 0 10;}
#calendar .bottom a{color:#FFFFFF!important; }
#calendar .new_entry{ text-align:left; padding:2 2 2 2px; border-bottom:1px solid #F8F8F8; }
#calendar .no_entry{ padding:10 2 10 2px;}



#calendar_day .left_day {
	font-size: 36px;
	font-weight: bold;
}
#calendar_day .left{ margin-right: 30px;}
#calendar_day .title a{
	font-size: 30px;
	font-weight: bold;
	color: #FFFFFF;
	margin-right:30px;
}
#calendar_day .weekday {
	font-size: 24px;
	}
#calendar_day .text{
	font-size: 16px;
	}
#calendar_month table{ border:1px solid #000; }
#calendar_month td{ border:1px solid #000; }
#calendar_month .cell{ width:100px; height:70px;}
#calendar_month .day_title{ font-weight:bold; text-align:center; padding:3px; background: url(images/box1_r1_c2.png) repeat-x; color:#FFFFFF; }
#calendar_month .day{ font-size:12px; padding:2px; }
#calendar_month .day_no{ font-size:13px; padding:2px; font-weight:bold; }
#calendar_month .day_text{ font-size:9px; }

.header_calendar{ color:#FFFFFF; }
.month_title{ font-size:18px; padding:10px; }
.month_title span{ font-size:14px; padding-right:0px; text-align:center; }
.month_title span span{  font-size:18px; padding:0 0 0 50px; font-weight:bold; text-align:center;}
.month_title span span span{ font-size:14px; padding-left:50px; text-align:center; font-weight:normal;}
#video {  margin:0 auto;}
#video .col{ display:inline-block; float:left; border:1px solid #EEE; font-size:11px; margin:5; width:240px;}
#video .row{ clear:both; }
#video .title{ font-weight:bold; height:20px; display:block;}

#videoPage .title{ padding:2 0 2 0px; font-size:14px; font-weight:bold; }


#photo_albums .title{ color:#000; font-size:12px;  height:20px; line-height:20px; text-align:center;   }
#photo_albums .description{ color:#999; font-size:12px;  }
#photo_albums .content{ width:100%; clear:left; }
#photo_albums .thumb img{ border:1px solid #CCC; padding:1px; }
#photo_albums .thumb a:hover img{ border:1px solid #555; padding:1px; }
#photo_albums .row{ clear:both;}
#photo_albums .col{ display:block; width:270px;  float:left;  font-size:10px;  margin:10px;}
#photo_albums .thumb_container{ text-align:center;}
#photo_albums .caption{ font-size:10px;}

#photo_album .photo_container { text-align:center; margin-bottom:5px;}
#photo_album .photo_container a{ margin:5px;}
#photo_album .photo_container img{border:1px solid #CCC; padding:1px;}
#photo_album .photo_container a:hover img{border:1px solid #555; padding:1px;}


#projects_text{ margin:0 20px 0 0px; }
#projects_photos .photo_container { text-align:center;}
#projects_photos .photo_container img{border:1px solid #CCC; padding:1px;}
#projects_photos .photo_container a:hover img{border:1px solid #80B51E; padding:1px;}
#projects_thumbs{ 
}
#projects_thumbs .item{
	display:block; border:0px solid #888; float:left; margin:1px; 
}
#projects_thumbs .item_small{
	display:block; border-bottom:1px solid #ccc; float:left; margin:5px 0 10px 0px; width:100%;  
}
#projects_thumbs .button_more{ clear:both; display:block; padding:0; margin:0; height:20px; line-height:20px;}
#projects_thumbs .button_more a{ background:url(images/bull2_green.png) no-repeat left; padding-left:12px;}

#projects_thumbs .button_all{ clear:both; float:right; display:block; width:100%;  }
#projects_thumbs .button_all a{color:#000000!important;}
#projects_thumbs .date{
	color:#888;
}
#projects_text .button_more{ clear:both; display:block; padding:0; margin:0; height:25px; line-height:25px;}
#projects_text .button_more a{ background:url(images/bull2_green.png) no-repeat left; padding-left:12px;}

.active a{
		font-weight:bold;
		font-family:Arial, Helvetica, sans-serif;
		overflow: hidden;
		font-size: 11px;
	    color:#FFFFFF;
		text-decoration:none;
}



.header_img_border{ background:#DADEDA; }
.header_text{
	font-size:10px;
	color:#666666;
}
.sz12{
	font-size:12px; }
	
    #footer fieldset, #header fieldset {
        display: inline;
        line-height: 1em;
        vertical-align: middle;
    }
	#header #searchSet {
		display: inline;
	}

#headerNavigation {
	float: right;
	width: 65%;
	text-align: right;
	color: #AFB4B4;
	font-size:9px;
}
	#headerNavigation a {
	
		margin: 0 4px;
		color:#CCCCCC;
		text-decoration: none;
	}
	#headerNavigation a:hover {
	    text-decoration: underline;
	}
	#headerNavigation input {
		margin: 0 20px 0 6px;
	}
    #headerNavigation span {
        margin: 0 4px;
        color: #636363;
    }

#photo_item{ background:#A29486; padding:1px;}

.photo_over{ background: #776857; border:#38332E solid 1px; padding:2px;}
.photo_regular{ background:#A59583; border:#38332E solid 1px; padding:2px;}
.photo_regular {background:#A59583; border:#000000 solid 1px; padding:2px;}
.rooms{ background:#FFFFFF; font-size:12px; color:#221E1C; }
.rooms p{ color:#221E1C;}
.description{ color:#413A36; }
#rooms_left{ color:#E6DFD9; }
#rooms_left .top{ background:url(images/box_top.png); padding-left:40px; font-size:14px; font-weight:bold; }
#rooms_left .bottom{ background:url(images/box_bottom.png); height:30px; padding-left:10px; padding-right:10px;}
.td_hr{ background:#DED9D3; height:1px; }
/* Footer related styles */

#footer {
	height: 60px;
	background: white url(images/footer_bg.jpg) top left repeat-x;
	padding: 0px;
	clear: both;
	color: #EEE;
	font-size: 11px;
	margin: 0px 0 0 0;	
}
		#footer strong {	
		color:#7E7B67 !important;
		margin: 0 0px;
	}
		#footer a:link{
		color:#EEEEEE;
		text-decoration: none;
		margin: 0 1px;
	}

		#footer a:visited {
		color:#EEE;
		text-decoration: none;
	}
	#footer a:hover {
		color:#A7A7A7;
		text-decoration: underline;
	}



#footerNavigation {
	float:inherit;
	padding: 0 0 0 10px;
	line-height: 22px !important;
	color:#CCC;
}
    #footerNavigation select {
        margin: 0 0 0 auto;
    }
	    #footerNavigation strong {
		color:#BBB !important;
    }



/* TODO: Conditions go somewhere else? */

.naviSteps {
	font-weight: bold;
}
	.naviSteps span {
		color: #98d112;
		padding: 0 0.25em;
	}
	

	.headerLinks a{
	text-decoration:none;
	color:#666666;
	font-size: 10px;
	font-weight: bold;
}
#lang{
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;	
	float:right;
}
#lang a:link{ color:#666666; text-decoration:none;}

.bull{ 
list-style-image: url(images/bull1.jpg);
font-size:12px;
}
#middleMain{ line-height:18px;}
.label{ color:#333333; font-size:20px; line-height:25px; font-weight:bold; font-family:Arial, Helvetica, sans-serif; margin-bottom:5px;}
.Short_description{ font-size:11px; }
.contacts{ font-size:12px;}
.contacts strong{ font-size:14px;}
input.help, select.help{ width:200px;}
.error{ color:#FF0000; font-size:14px; font-weight:bold; background-color:#FFDFDF;}
.msg{ color:#33CC00; font-size:14px; font-weight:bold; background-color:#F0FFC1;}
#content{}

		.mainNavi a{
		color:#6666FF;
		}
		
		.bull1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	padding-left:10px;
	padding-top:5px;
}
.bull2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-left:30px;
		padding-top:5px;
}
.bull3{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	padding-left:50px;
		padding-top:5px;
}
div.hr{ display:block; height:3px; width:100%; padding:0; margin:0; line-height:3px; background:url(images/hr1.png) repeat-x;}
