/* CSS Document */
h1 {font-family:Verdana, Arial, Helvetica, sans-serif; color:#FFFFFF; font-size:12px; text-align:center;}
body {background-image:url(bg.gif); background-position:top right; background-repeat:no-repeat;background-color: #000000; color:#FFFFFF;}
A:link {color:#FFFFFF; text-decoration:none;}
A:visited {color:#FFFFFF; text-decoration:none;}
A:active {color:#FFFFFF; text-decoration:none;}
A:hover {color:#FFFFFF; text-decoration:underline;}
.maintable {border: 1px solid #FFFFFF; position:relative; top: 50px; background-color:#000000;}
.menu {font-family:Verdana, Arial, Helvetica, sans-serif; color:#FFFFFF; font-size:12px; }
.texttable {border: 1px solid #464646; position:relative; top: 50px; background-color:#0B0B0B; border-collapse:collapse;}
.grayborder {border: 1px solid #464646;}
ul {list-style-type: none; padding-left: 0px; margin-left: 20px;} 
li {background: url(bullet.gif) left center no-repeat; padding-left: 20px; margin-bottom: 10px;} 
hr {border:0; width: 80%; height:1px; background-color:#464646;}
.copyright {text-align:right; text-transform:uppercase; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; padding-right: 5px;}
td.off {
	border-top: 2px solid #464646;
	border-right: 2px solid #464646;
	border-bottom: 2px solid #464646;
	border-left: 2px solid #464646;
	}
td.on {
	border-top: 2px solid #999999;
	border-right: 2px solid #999999;
	border-bottom: 2px solid #999999;
	border-left: 2px solid #999999;
	}
#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0px;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #000000;
border:1px solid #464646;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 2px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
color:#000000;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-transform:uppercase;
padding: 5px;
z-index: 5;
}