BODY, html {
height:100%;
width:100%;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
background: #363636 url('images/background.gif') center top;
}

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 0px;
padding-bottom: 0;
background: #333333;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Arial;
letter-spacing: 0px;
line-height: normal;
color: white;
padding: 0px 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*/
	font: bold 32px Arial;
	position: absolute;
	visibility: hidden;
	background-color: #00CCFF;
	padding: 10px;
	z-index: 10;
	letter-spacing: -3px;	
}

#centered {
border:none;
width:100%;
height:100%;
vertical-align:middle;
text-align:center;
}

#bggradiant {
background-image: url('images/bggradiant.gif');
background-repeat: repeat-x;
background-position: center top;
vertical-align:middle;
height: 100%;
}

BODY,P,DIV,SPAN,TH,TD {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #333;
}
a:link,a:active,a:visited {
color: #000;
text-decoration: none;
} 
a:hover {
color: #333;
text-decoration: underline;
}
#MainPadding {
padding: 20px 20px 20px 20px;
}
td.WhiteBorder {
padding: 5px;
width: 754px;
}
td.HeaderPat01 {
background-image: url('images/headerpat01.gif');
}
td.HeaderPat02 {
background-image: url('images/headerpat02.gif');
}
td.ThumbDesc,td.ThumbDescR,td.ThumbDescL {
padding-left: 3px;
background-color: #9e9e9e;
}
td.sublinks {
padding: 0px 7px 0px 7px;
background-color: #9e9e9e;
}
td.ThumbDescR {
background: #9e9e9e url(images/whitedot.gif) no-repeat bottom right;
}
td.ThumbDescL {
background: #9e9e9e url(images/whitedot.gif) no-repeat bottom left;
}
td.ThumbDescRUP {
background: #9e9e9e url(images/whitedot.gif) no-repeat top right;
}
td.ThumbDescLUP {
background: #9e9e9e url(images/whitedot.gif) no-repeat top left;
}
