/* This is the css for the firefox drop-down */

#firefox_drop_down{

	visibility: hidden;
	display: none;
	position: absolute;
	left: 710px;
	top: 135px;
	width: 150px;
	height: auto;
	background-color: #043779;

}
	
a{
	
	text-decoration: none
	
}
	
div.links{
	
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 145px;
	height: 18px;
	color: #FFFFFF;
	padding-left: 5px;
	padding-top: 2px;
	
}
	
div.links:hover{
	
	background-color: #d2d9e9;
	color: #02377B;
	cursor: pointer;
	
}

/* End */

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #043779;
}
/* Galleries CSS */
.thumb {
   border-color: #7FC6C0;
   cursor: pointer;
}

.noThumb {
   cursor: default;
   border-color: transparent;
}

.thumbOver {
   border-color: transparent;
   cursor: pointer;
}

.leftArrow, .rightArrow {
   cursor: pointer;
}

.leftArrowGray, .rightArrowGray {
   cursor: default;
}
.large {
	border-color: #043779;
}
.scroll {
	height:485px;
	width:95%;
	overflow:auto;
	scrollbar-track-color: #043779;
	scrollbar-arrow-color:#043779;
	scrollbar-face-color:#7FC6C0;
	scrollbar-highlight-color: #7FC6C0;
	scrollbar-shadow-color: #7FC6C0;
	scrollbar-3dlight-color: #7FC6C0;
	scrollbar-darkshadow-color: #7FC6C0;
}