@charset "utf-8";
/* CSS Document */

BODY { background-color: black; font-family: Verdana, Arial, Helvetica }
H1 { color: #6E714F; font-size: 14px; font-weight: bold; margin: 0 0 4 0; padding: 2 0 0 0 }
H2 { color: #6E714F; font-size: 12px; font-weight: bold; margin: 0 0 4 0; padding: 2 0 0 10 }
UL { margin: 4 0 0 20 }
LI { list-style-image:url(template_images/list_generic.gif); padding: 1 0 1 0 }
TD { color: #6E714F; font-size: 11px }
TH { text-align: left }
A:link    { color: #B47700 }
A:visited { color: #B47700 }
A:hover   { color: #744D00 }
LI { list-style-image:url(../images/template_images/list_generic.gif)}

A.footerlink:link    { color: #FFFFFF; font-size: 11px; text-decoration: none; padding: 0 0 8 0 }
A.footerlink:visited { color:#FFFFFF; font-size: 11px; text-decoration: none; padding: 0 0 8 0 }
A.footerlink:hover   { text-decoration: underline }

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail2{
position:absolute;
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: -2000px;
border: 0px ;
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: -20;
left: -10px; /*position where enlarged image should offset horizontally */

}

.picborder { 

border-bottom: 2px solid;
border-bottom-color:#FFFFFF;

border-top: 2px solid;
border-top-color:#FFFFFF;

border-left: 2px solid;
border-left-color:#FFFFFF;

border-right: 2px solid;
border-right-color:#FFFFFF;

} 

table.form
{ 
text-align: left;
font-family: Verdana, Arial, sans-serif;
font-weight: normal;

background-color: #FFFFFF;
border-collapse: collapse;
border-spacing: 0px;
}

tr.bold {vertical-align:top; font-weight:bold} 
tr.form_off {vertical-align:top;background-color: #FFFFFF} 
tr.form_on {vertical-align:top; background-color: #F9F9F9} 
