@charset "utf-8";

/* CSS Document */



/* styles for the link thumbnails */



a {

	color : #486b91;

	text-decoration : underline;

	border-bottom:none;

}

a:visited {

	color : #486b91;

	text-decoration : underline;

}

a:hover {

	color : #000000;

	text-decoration : none;

}

#thumbns {

	display: block;

	float: left;

}



.thumb {

	font-size : 11px;

	margin-top : 15px;

	margin-bottom : 3px;

	background-color : #ffffff;

	margin-right : 30px;

	width: 146px;

	float: left;

	margin-left: 20px;

}



.thumb img {

	border:1px solid #999999;

	background-color : #FFFFFF;

	padding: 3px;

	text-decoration:none !important;

}



.thumb2 {

	font-family : Verdana, Arial, Helvetica, sans-serif;

	font-size : 11px;

	border:1px solid #999999;

	margin-top : 15px;

	margin-bottom : 3px;

	background-color : #ffffff;

	margin-right : 5px;

	padding: 3px;

	width: 380px;

	float: left;

}

.under {

	font-size : 12px;

	background-color : #ffffff;

	display: block;

	padding: 2px;

	text-align: center;

	text-decoration:none !important;

	border: 1px solid #999999;

}

#page1 {
	display:block;
}
#page2 {
	display:none;
}

.pagination {

	float: left;

	margin-top: 20px;

	width: 594px;

	border-top-color: #E1E7E9;

	border-top-style: solid;

	border-top-width: 1px;

	padding-top: 15px;

}

.pagination ul {

	padding: 0px;

	text-align: center; /*Set to "right" to right align pagination interface*/

	font-size: 12px;

	margin: 5px;

}

.pagination li {

	list-style-type: none;

	padding-bottom: 1px;

	margin: 3px;

	display: inline;

}

.pagination a, .pagination a:visited {

	padding: 1px 5px;

	text-decoration: none;

	color: #4f6a87;

	background-color: #FFFFFF;

	border: 1px solid #c9d6df;

}

.pagination a:hover, {

 color: #333333;

 background-color: #f2f5f7;

 border: 1px solid #f2f5f7;

}

.pagination a.currentpage {

	color: #4f6a87 !important;

	cursor: default;

	text-decoration: none;

	font-weight: bold;

	background-color: #f2f5f7;

	border: 1px solid #f2f5f7;

}





/* styles for the tool tip image window */





a.img_tooltip{

	position:relative;

}

a.img_tooltip:hover{

	z-index:21000;

}

a.img_tooltip span{

	display: none;

	position:absolute;

	top:-10em; 

	left:15em; 

	width:400px; 

	height:auto; 

	padding:25px 35px 5px 25px; 

	text-align:left; 

	border: 1px solid #999999; 

	background-color:#F2F2F2;

}

a.img_tooltip span.right{

	display: none;

	position:absolute;

	top:-10em; 

	left:-44em; 

	width:400px; 

	height:auto; 

	padding:25px 35px 5px 25px; 

	text-align:left; 

	border: 1px solid #999999; 

	background-color:#F2F2F2;

}
.row2 {
	top:-25em !important;	
}
.row3 {
	top:-40em !important;	
}
a.img_tooltip:hover span{

	display:inline; 

	width:400px; 

	height:auto;

}

a.img_tooltip span h1{

	text-align:center; 

	padding-bottom:10px;

}
