/* Start of CMSMS style sheet 'Moosehead_css' */
body {background: #004C66; font-family:arial;}
.menucell {background: #D6E1E7 ;vertical-align:top;}
.menubody {padding: 5px 20px 10px 20px ;}
.menubody P {font-size:9pt;}
.menubody A {color:#004C66 ;}
.textcell {background: #FFFFFF;vertical-align:top;}
.textbody {vertical-align:top; padding:0 35px 35px 35px} /* (top, right, bottom, left) */
.textbody P, .textbody li {font-size:11pt;}
.textbody li {margin-bottom:5px;list-style-image: url(uploads/images/bluearrow.png);}
.textbody h1, .textbody h2, .textbody h3 {color: #004C66 ;}
.textbody A {color:#004C66}
.thumb a { background-color:transparent; border:0; }
.results {text-align:center;padding-top:15px;}
.results a {color: #CCCCCC;font-size:8pt;}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0 ;
left: 30px; /*position where enlarged image should offset horizontally */

}
/* End of 'Moosehead_css' */

