/*links on public catalogue*/
body{
	scrollbar-face-color:#9DB9C8;
	scrollbar-track-color:#1B2531;	
	scrollbar-arrow-color:#558097;
	scrollbar-shadow-color:#558097;
	scrollbar-dark-shadow-color:#1B2531;
	text-align: center;
	}
#scroll{
	position: absolute;
	top: 40px; 
	right: 2%; left: 2%; 
	bottom: 100px;
	padding:0px; 
	overflow-y: auto;
	overflow-x: none;
	margin:0px;
	}
*html #scroll {
	overflow: auto; 
	height: expression(document.body.clientHeight - 141);
	width:96%;
	right: 0%; left: 2%; 
	}
#scroll_down{
	position: absolute;
	bottom: 0px; right: 2%; left: 2%; 
	height: 100px; 
	padding:0px; 
	}
.public_main a {
 	text-decoration: none;
 	color: #000000;
 	font-weight: normal;
 }
 .public_main a:hover {
 	text-decoration: none;
 	color: #000000;
 	font-weight: normal;
 	cursor: pointer;
 }		
 
 a.years {text-decoration: underline;}
 a:hover.years {text-decoration: underline; color: #636459;}

table{ //border-collapse: collapse; 
	color: black; 
	margin: auto;}
//tr, th, td{ border: 1px solid black; }
th{
	cursor: pointer; 
	background-repeat:no-repeat; 
	background-position: 3% center;}
th.asc{background-image:url(images/asc.gif);}
th.des{background-image:url(images/des.gif);}
tr{}
tr.alt{}

#t1 tr{
			text-align: center;
			font-size: 10px;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			color: #006699;
			}
#t1 tr a td {
	cursor: pointer;
	font-weight: bolder;}			

.thead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bolder;
	}
.tbody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #006699;
	}	
	
.popup_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bolder;
	font-size: 13px;
	margin-bottom: 3px;
	text-align: left;
	padding-left: 2%;
	float: left;
	height: 14px;
	margin-top: 3px;
	width: 55%;
	}
.popup_title img {
	vertical-align: text-top;
	margin-top: 3px;
	}
	
*html .popup_title {
	margin-left: 1%;
	padding-left: 0%;
	}

.popup_print {
	float: right;
	padding-right:2%;
	height: 14px;
	margin-top: 3px;
	}	
.popup_print img {
	vertical-align: text-bottom;
	margin-top: 3px;
	}	
	
*html .popup_print {
	float: right;
	margin-right: 1%;
	padding-right: 0%;
	height: 14px;
	margin-top: 3px;
	}	
*html .popup_print img {
	vertical-align: text-bottom;
	margin-top: 3px;
	}	
	
.popup_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bolder;
	font-size: 12px;
	margin-bottom: 3px;
	text-align: left;
	padding-left: 2%;
	float: right;
	height: 16px;
	margin-top: 7px;
	padding-right: 2%;
	}
.popup_text a:hover { color: #9DB9C8;}	

.popup_text img {
	vertical-align: text-top;
	margin-top: 0px;
	border: 0px;
	}
	
*html .popup_text {
	margin-left: 1%;
	padding-left: 0%;
	}
		
a.catalogue_view {
	color: #1B2531;
	font-weight: bolder;
	text-decoration: none;
	cursor: pointer;
	}	
#t1 tr a.catalogue_view td {
	cursor: pointer;
	font-weight: bolder;}		
	
.break	{
	clear: both; 
	height: 9px;
	width: 200px;
	}
*html .break {height: 2px; font-size: 2px;}	
	
	
	.message {
  	width: 100%; 
  	float: left; 
  	margin-bottom: .5em; 
  	color: #CEDCE3;
  	font-size: 14px;
  	font-weight: bolder;
  	padding: 6px 0;
  	}
  .messageTitle	{
  	font-size: 15px;
  	}