@charset "utf-8";
.msg {
	color:#FF0000;
	margin:0;	
	padding:0;
	padding-top:5px;
	margin-bottom:5px;
	border: 1px dotted #FF9900;
}
.msg h5 {
	font-weight:bold;
}
.infomsg {
	margin:0;	
	padding:0;
	padding-top:5px;
	margin-bottom:5px;
	border: 1px dotted #3366FF;
}
/* ********************************* */
#mainContent {
	position:relative;
	margin:0;
	margin-left:170px;	
	padding:5px;
	padding-top:45px;
	padding-bottom:40px;
	font-size:12px;
	min-height:400px;
} 
#mainContent table {
	margin-left:auto;	
	margin-right:auto;
}
h1 {
	font-size:14px;
}
#RealContent, #NewsContent {
	position:relative;
	margin:0;
	padding:0;
	/* max-height:775px; */
	overflow:auto;
	color:#216988;	
}
#RealContent ol, 
#RealContent li, 
#RealContent ul {
	list-style:disc;
	list-style-position:inside;
}/ 
#RealContent table {
	border:1px solid #000099;
	
}*
#RealContent tbody, #RealContent tfoot, #RealContent thead, #RealContent tr, #RealContent th, #RealContent td {
	border:1px solid #216988;
} 
#RealContent td, #RealContent th {
	padding-left:5px;
	padding-right:5px;
}
#RealContent ul {
     list-style-type:circle;
}
#RealContent li {
    padding-left:10px;
    background-position:0 5px;
}
#RealContent li a:link {
	color:#1B70AA;
}
#RealContent li a:visited{
	color:#1B70AA;
}
#RealContent li a:hover {
	color: #13527d;
	text-decoration:underline;	
}
#RealContent p a:link, #RealContent p a:visited {
	color:#3366CC;
}
#RealContent p a:hover {
	color:#3366FF;
	text-decoration:none;	
}

#submenu a:link #submenu a:visited{

	color:#1B70AA;
}
#submenu a:hover {
	color:#3300CC;
}
#NewsContent a {
	font-weight:normal;
	text-decoration:none;
}
#NewsContent a:link {
	color:#fff;  
	font-weight:bold;
}
#NewsContent a:visited{
	color:#c20080; /* a312cd; */
}
#NewsContent a:hover {
	color: #fff;
	font-weight:bold;
}

#NewsContent h4{
	font-size:13px;
}
/* changed from firstpage */
#searchbox {
	clear:both;
	position:absolute;
	margin:0;
	padding:0;
	margin-top:200px;
	margin-left:433px;
	min-height:67px;
	height:67px;
	width:318px;
	background-repeat:no-repeat;
}

#searchboxtext {
	position:absolute;
	margin:0;
	padding:0;
	margin-top:20px;
	margin-left:130px;
}
#searchboxbutton {
	position:absolute;
	margin:0;
	padding:0;
	margin-top:13px;
	margin-left:280px;
}

.gallery {
	position:relative;
	padding:10px;
	width:120px;
	float:left;
	background-color:transparent;
	font-size:9px;
	overflow:visible;
}
.gallery:hover {
	background-color:666;	
}
.selectphoto {
	float:right;
	width:560px;
}
.photoborder img{
	border-bottom-style:dotted;
	border-width:2px;
	border-color:#1B70AA;
}
.photoborder:hover img{
	border-color:#3300CC;
}
.download_link span{
	color:#1B70AA;
}
.download_link:hover span{
	color:#3300CC;
}

.filterbutton {
	float:left;
	cursor:pointer;
	font-size:12px;
	border:outset 1px #ccc;
	background:#999;
	color:#666;
	font-weight:bold;
	padding: 1px 2px;
	background:url(/ui/img/filter.gif) repeat-x left top;
	width:200px;
}
.filterbutton:hover {
	background:url(/ui/img/filtero.gif) repeat-x left top;
	color:#555;
}