* {font-family:tahoma;font-size: 12px;}
body {font-family: tahoma;font-size: 12px;color: #3f4f64;font-weight: normal;}
a {color:#4480a6;}

.copyright {font: normal 10px tahoma; color:#56656d}
.copyright b {font: bold 10px tahoma; color:#56656d}
.copyright a {font: normal 10px tahoma; color:#56656d}

.menu0 {text-align:center;width:106px;background:url('tema/menu0.gif') no-repeat top left;vertical-align:bottom;padding-bottom:3px}
.menu0 a {font-family: trebuchet ms,tahoma;font-size: 13px;color: #536c7d;font-weight: normal;white-space: nowrap;text-decoration:none;}
.menu1 {text-align:center;width:106px;background:url('tema/menu1.gif') no-repeat top left;vertical-align:bottom;padding-bottom:2px}
.menu1 a {font-family: trebuchet ms,tahoma;font-size: 13px;color: #bd0000;font-weight: normal;white-space: nowrap;text-decoration:none;}

.pagetitle {padding-left:15px;font-family: trebuchet ms,tahoma;font-size: 13px;color: #536c7d;font-weight: normal;white-space: nowrap;text-decoration:none;}
.newsdate {font-family: tahoma;font-size: 11px;color: #a3b1c3;font-weight: normal;}
.newstitle {font-family: tahoma;font-size: 11px;color: #4480a6;font-weight: bold;text-transform:uppercase}
.newstitle a {font-family: tahoma;font-size: 11px;color: #4480a6;font-weight: bold;text-decoration:none;text-transform:uppercase}
.newssubtitle {font-family: tahoma;font-size: 11px;color: #4480a6;font-weight: normal;}
.newstext {padding-right:20px;font-family: tahoma;font-size: 12px;color: #3f4f64;font-weight: normal;text-align:justify}
.newsmore {text-align:right;padding-right:20px;font-family: tahoma;font-size: 11px;color: #4480a6;font-weight: normal;}
.newsmore a {font-family: tahoma;font-size: 11px;color: #4480a6;font-weight: normal;text-decoration:underline;}

.newsshort {padding-left:15px;}
.newsshortdate {font-family: tahoma;font-size: 11px;color: #3f4f64;font-weight: normal;}
.newsshorttitle {font-family: tahoma;font-size: 11px;color: #4480a6;font-weight: normal;}
.newsshorttitle a {font-family: tahoma;font-size: 11px;color: #4480a6;font-weight: normal;text-decoration:underline;}

.rblocktitle {font-family: trebuchet ms,tahoma;font-size: 13px;color: #536c7d;font-weight: normal;white-space: nowrap;text-align:center;}
.rblockdate {font-family: tahoma;font-size: 11px;color: #a3b1c3;font-weight: normal;}
.rblocktext {font-family: tahoma;font-size: 11px;color: #4480a6;font-weight: bold;}
.rblocktext a {font-family: tahoma;font-size: 11px;color: #4480a6;font-weight: bold;text-decoration:none;}
.rblockdesc {font-family: tahoma;font-size: 11px;color: #3f4f64;font-weight: normal;}
.rblockmore {font-family: tahoma;font-size: 11px;color: #4480a6;font-weight: normal;}
.rblockmore a {font-family: tahoma;font-size: 11px;color: #4480a6;font-weight: normal;text-decoration:underline;}

.line {height:1px;background-color:#dae4eb}
.rblockline {margin-left:10px;margin-right:10px;height:1px;background-color:#dae4eb}

P1 {margin: 0px;}
UL {margin-top:10px;margin-bottom:10px}



#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: url('../images/blank.gif') no-repeat; /* Trick IE into showing hover */
	display: block
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url('../images/prevlabel.gif') no-repeat left 15%; }
#nextLink:hover, #nextLink:visited:hover { background: url('../images/nextlabel.gif') no-repeat right 15%; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 
	


earfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 
	


