/* CSS Document */

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 30px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 500;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: white;
padding: 5px 0;
text-align: right;
}

#thumbBox .ImgTitle{ /*Footer DIV of thumbbox that contains "close" link */
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
font-weight:bold;
color: white;
text-align: center;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
	background-color: #2E48BF;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
font-family: Arial, Helvetica, sans-serif;
font-weight:bolder;
font-size: 12px;
color:black;
position: absolute;
visibility: hidden;
border: 3px solid #2E48BF;
background-color: #FFFFFF;
padding: 5px;
z-index: 5;
}




div.float {
	border: 1px solid #01104F;
	background-image: url(/images/blue_Grad.gif);
	background-color: #C5CDD0;
	background-repeat: repeat-x;
	float: left;
	width: 120px;
	padding: 10px;
	height: 140px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
  }


div.float p {
   text-align: left;
   }



.border_gray {
	border: 1px solid #cccccc;
}




.border_black{
	border: 1px solid #000000;
}


