/**************************/
/*       CSS - STS        */
/*     © Michel Post      */
/*   poostmen@gmail.com   */
/**************************/

/*/ background /*/ 
.bg {
background-image: url(img/BG_main.gif);
background-repeat: no-repeat; 
background-position: bottom right;
}

/*/ Links /*/
A:link {text-decoration: none; color: #333333; font-weight:none} 
A:visited {text-decoration: none; color: #333333; font-weight:none} 
A:hover {text-decoration: none; color: #333333; font-weight: bold} 
A:active {text-decoration: underline; color: #333333; font-weight:bold}

/*/ Navigation /*/
td.nav {border-right: 1px #333333 solid; color: #000000; font-size:8pt; font-family:Verdana, sans-serif, Arial}

/*/ content /*/
.header {font-size:11pt; font-family:Verdana, sans-serif, Arial; font-weight: bold}
td.header {font-size:11pt; font-family:Verdana, sans-serif, Arial}
td.content {font-size:8pt; font-family:Verdana, sans-serif, Arial}
td.table1 {font-size:8pt; font-family:Verdana, sans-serif, Arial}
td.table2 {font-size:8pt; font-family:Verdana, sans-serif, Arial; font-weight:bold}

/*/ matches /*/
.win{FONT-WEIGHT: bold; COLOR: white; BACKGROUND-COLOR: green}
.lose{FONT-WEIGHT: bold; COLOR: white; BACKGROUND-COLOR: red}
.tie{FONT-WEIGHT: bold; COLOR: white; BACKGROUND-COLOR: #000000}

/*/ Forms /*/
textarea, select, option, input { background-color: #ffffff; font-family: Verdana; font-size: 7pt; color: #333333; border-top: 1px #333333 solid; border-left: 1px #333333 solid; border-bottom: 1px #333333 solid; border-right: 1px #333333 solid}

#lightbox{
	background-color:#FFFFFF;
	padding: 10px;
	border: 1px solid #000000;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }

#lightbox img{ border: none; } 
#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #000;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}