/*** 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;
}

.web_langs {
	color: #666;
	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: #666;
	font-weight: bold;
	font-size: 16px;
}
a.web_properties {
	color: #666;
	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;
  border-bottom: 1px solid #CCC;float:left;padding-bottom:4px;
    width:100%;}

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

#sections li{
   list-style-type: none;
   float:left;
/*   display: inline;*/
   margin: 0 3px;
   padding-left: 10px;
   padding-right: 10px;
   background-image: url(img/arrow.gif);
   background-repeat: no-repeat;
   background-position: 0 .5em;
}
/*#sections li:after {
    margin-left:3px;
    margin-right:3px;
	content: "|";
	color: #CCC;
}*/
#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:#666 !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;
   background-image: url(img/arrow.gif);
   background-repeat: no-repeat;
   background-position: 0 .5em;
}
#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:#666 !important;}


/*** Common styles for content area ***/
table.webtable {
	background: white;
	/*border: 1px solid #CCC;		*/
}

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

td.paging {
	color: #333333;
	font-size: 10px;
}
.page_numbers {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
}
/**** Contact styles ***/
.contact_title {
	color: #333333;
    font-size: 12px;
	font-weight: bold; 
}
.contact_field {
	background: #CCCCCC;
	border: 1px solid white;
	height: 20px;
	padding-left: 4px;
	color: #333333;
	font-size: 10px;
}
.contact_pic {
   border: 3px solid transparent;
}
/**** News styles ***/
a.newstitle {
	color: #333333;
	text-decoration:none;
}
.news_title {
	color: #333333;
    font-size: 12px;
	font-weight: bold; 
}
.news_text {
	color: #333333;
	font-size: 10px;
	text-align: justify;
}
.news_info {
	color: #333333;
	font-size: 9px;
}
.news_link {
	color: #333333;
	font-size: 10px;
}
.news_pic {
   border: 1px solid #999999;
}
a.news_read_more {
   color: #333333;
   font-size: 10px;
   font-weight: normal;
}

/**** Gallery styles ***/
.gallery_name {
	color: #333333;
	font-weight: bold;
	font-size: 12px;
	padding-left: 10px;
}
.gallery_text {
	color: #333333;
	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: #333333;
	font-weight: bold;
	font-size: 12px;
}
.category_text {
	color: #333333;
	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: #333333;
   font-size: 10px;
}	
.file_info {
   color: #333333;
   font-size: 10px;
}
/** Footer area **/
.footer {
   font-size: 10px;
   color: #333333;
   background: #fff;
}



