/*cope with inheritance bugs*/
body, table, th, td{
color:#ffffff;
font-size: small;
font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/*body specific*/
body{
background-color:#000000;
background-image:url(fire_000000454720_v2.jpg);
margin-top:20px;
margin-right:5px;
margin-bottom:5px;
margin-left:5px;
}

a:link{
color:#ffffff;
font-size:small;
text-decoration:none;
}

a:visited{
color:#ffffff;
font-size:small;
text-decoration:none;
}

a:hover{
color:#000099;
font-size:small;
text-decoration:none;
}

a:active{
color:#cc6600;
font-size:small;
text-decoration:none;
}

li{
color:#ffffff;
list-style-type:square;
}

ol{
color:#ffffff;
}

ul{
color:#ffffff;
list-style-type:square;
}

H1, H2, H3, H4, H5, H6 {
font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.actCHECKOUTEM {background-color:#d26900;}
.actCHECKOUTBG {background-color:#ff8000;}

.actlarger{
font-size: larger;
color:#ffffff;
}

.actsmaller{
font-size: smaller;
color:#ffffff;
}

.actxxsmall{font-size:xx-small;color:#ffffff;}
.actxsmall{font-size:x-small;color:#ffffff;}
.actsmall{font-size:small;color:#ffffff;}
.actregular{font-size:medium;color:#ffffff;}
.actlarge{font-size:large;color:#ffffff;}
.actxlarge{font-size:x-large;color:#ffffff;}
.actxxlarge{font-size:xx-large;color:#ffffff;}

.actwarningcolor{color:#00ffff;}
.actrequiredcolor{color:#00ffff;}
.actrequired{font-size:large;color:#00ffff;}
.actwarning{font-size:x-large;color:#00ffff;}
.actwelcome{font-size:large;color:#000000;}

.actlogotext {font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: x-small; color: #D9090E; font-style: normal; font-weight: bold; 
text-align: center}

.tabparent {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: x-small; color: #ff8000; font-weight:normal; font-style: italic} 
a.tabparent:link {color: #ff8000; font-size: x-small; text-decoration: underline;} 
a.tabparent:active {color: #000000; font-size: x-small; text-decoration: underline;} 
a.tabparent:visited {color: #ff8000; font-size: x-small; text-decoration: underline;} 
a.tabparent:hover {color: #ffcc99; font-size: x-small; text-decoration: underline;} 
.tabthis {color: #996633; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: x-small; font-style: normal; font-weight: bold}

<style type="text/css">

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: "0";
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: DARKORANGE;
padding: 5px;
left: -1000px;
border: 1px solid 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*/
visibility: visible;
top: auto;
left: 800px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

</style>