/*** Common styles ***/
body {
	background-color: #fff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	color: #aeaeae;
}

.web_langs {
	color: #aeaeae;
	font-weight: bold;
	font-size: 10px;
	text-decoration:none;
	padding-left: 5px;
}

.smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/*** Top area ***/
td.web_top {
	background-color: #fff;
	height: 30;
	padding-left: 5px;
	margin: 0px;
}

.web_title {
	color: #aeaeae;
	font-weight: bold;
	font-size: 16px;
}
a.web_properties {
	color: #aeaeae;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration:none;
}

/*** Sections area **/

#sections {font-size: 12px;margin:8px 0 0 0;list-style: none;float:left;padding-bottom:4px;width:100%;}

#sections ul {
	margin: 0;
	padding: 0;
}

#sections li{
   list-style-type: none;
   float:left;
   margin: 0 3px;
   padding-left: 10px;
   padding-right: 10px;
}


#sections li:last-child:after { content: "";}
#sections a{text-decoration: none;padding: 0 0 3px;color: #999}
#sections a:hover{color: #666;}
.selected_section a,.selected_section a:hover{font-weight: bold;text-decoration: none;padding: 0 0 3px;color:#aeaeae !important;}



/*** Subsections area **/
#subsections {   
   float:left;width:100%;font-size: 11px;list-style: none;white-space: nowrap;padding-right:10px;padding-bottom:8px;margin-top:4px;}

#subsections ul {
	padding:0;
	margin: 0;
}

#subsections li{
   float:left;
   list-style-type: none;
   margin: 0 3px;
   padding-left: 10px;
   padding-right: 10px;
}
#subsections a{text-decoration: none;padding: 0 0 3px;color: #999}
#subsections a:hover{color: #666;}
.selected_subsection a,.selected_subsection a:hover{font-weight: bold;text-decoration: none;padding: 0 0 3px;color:#aeaeae !important;}


/*** Common styles for content area ***/
table.webtable {
	background: white;
}

td.content {
	padding-left:10px;
	padding-right:15px;
}

td.paging {
	color: #aeaeae;
	font-size: 10px;
}
.page_numbers {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #aeaeae;
	font-size: 12px;
}
/**** Contact styles ***/
.contact_title {
	color: #aeaeae;
        font-size: 12px;
	font-weight: bold; 
}
.contact_field {	
	border: 1px solid white;
	height: 20px;
	padding-left: 4px;
	color: #aeaeae;
	font-size: 10px;
}
.contact_pic {
   border: 3px solid #FFF;
}
/**** News styles ***/
table.news_table {
	padding-top: 1.5px;
	padding-bottom: 3px;
	margin-left: 10px;
	margin-right: 10px;
	border-bottom: 1px solid #ccc;	
}

a.newstitle {
	color: #aeaeae;
	text-decoration:none;
}
.news_title {
	color: #aeaeae;
        font-size: 12px;
	font-weight: bold; 
}
.news_text {
	color: #aeaeae;
	font-size: 10px;
	text-align: justify;
}
.news_info {
	color: #aeaeae;
	font-size: 9px;
}
.news_link {
	color: #aeaeae;
	font-size: 10px;
}
.news_pic {
   border: 1px solid #999999;
}
a.news_read_more {
   color: #aeaeae;
   font-size: 10px;
   font-weight: normal;
}

/**** Gallery styles ***/
.gallery_name {
	color: #aeaeae;
	font-weight: bold;
	font-size: 12px;
	padding-left: 10px;
}
.gallery_text {
	color: #aeaeae;
	font-size: 10px;
	padding-left: 10px;
	text-align: justify;	
}
.framealbum_pic {
	width:136px;
	height:133px;
}

.album_pic {
   margin-left:2px;
   margin-top:10px;
}

.gallery_pic {
   /*border: 1px solid #CCCCCC;*/
}
/**** Doc section styles ***/
.category_name {
	color: #aeaeae;
	font-weight: bold;
	font-size: 12px;
}
.category_text {
	color: #aeaeae;
	font-size: 10px;
	text-align: justify;	
}
.framecat_pic {
	width:136px;
	height:133px;
}

.cat_pic {
   margin-left:2px;
   margin-top:10px;
}

.category_pic {
   border: 1px solid #CCCCCC;
}

.file_header {
   font-weight:bold;
   color: #aeaeae;
   font-size: 10px;
}	
.file_info {
   color: #aeaeae;
   font-size: 10px;
}
/** Footer area **/
.footer {
   font-size: 10px;
   color: #aeaeae;
   background: #fff;
}



