/* ------------------------------------
	CSS by T. Copeland ~ mindgraffiti.net
	Ingenius table sort script by frequency-decoder.com
	Date: 2009-02-13
	Edit: 2009-03-12
-------------------------------------- */
/* @group Bull Sale Table */
body{
	font: 12px Verdana, "Lucida Grande", Lucida, sans-serif;
}
h1, h2, h3, h4, h5, h6{
	color: #017dc3;
}
#theTable{
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	font-size: 10px;
}
#theTable th a{
	color: #fff;
}
#theTable th,
#theTable td{
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	padding: 2px;
}
#theTable th{
	background-color: #017dc3;
	color: #fff;
}
#theTable .alt{
	background-color: #d8e2ea;
}
#theTable .star{
	color: transparent;
	background: url(../images/star.png) no-repeat center;
}
.highlight, #theTable .recent{
	background-color: #66ccff;
}
#theTable .sale{
	color: transparent;
}
/* @end */