body { font-family:"Lucida Sans Unicode", "Lucida Grande", Sans-Serif; background-image:url(../../../../img/background.jpg);  }
#tabstripbod { background:#aabcfe; }
#sideselector { font-size:11px; }
#sideselector tr td { }
#sideselector tr td a { background:#FFF; color:#000; border: ridge; text-decoration:none; display:block;  padding: 1px;
						  }
#sideselector tr td a:hover { background:#F0F0F0; color:#000; border: inset ; }
#sideselector tr td a:active { background:#FFF; color:#F00; border:groove ; }

#wildtable
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 10px;
	margin: 5px;
	width: 100%;
	text-align: center;
	border-collapse: collapse; 
}
#wildtable th
{
	font-size: 11px;
	font-weight: normal;
	padding: 3px;
	background: #b9c9fe;
	border-top: 4px solid #aabcfe;
	border-bottom: 1px solid #fff;
	color: #039;
}
#wildtable td
{
	padding: 8px;
	background: #e8edff; 
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 1px solid transparent;
}
#wildtable tr:hover td
{
	background: #d0dafd;
	color: #339;
}