/* ------------------------------------
	CSS by T. Copeland ~ mindgraffiti.net
	Ingenius table sort script by frequency-decoder.com
	Date: 2009-02-13
	Edit: 2010-03-03
-------------------------------------- */
/* @group Sale Tables */
body{
	font: 12px Verdana, "Lucida Grande", Lucida, sans-serif;
}
#theTable, #Table2{
	border-bottom: 1px solid #6b4531;
	border-left: 1px solid #6b4531;
	margin: .5em auto;
	text-align: left;
}
#theTable a, #Table2 a{
	color: #333;
}
#theTable th,
#theTable td,
#Table2 th,
#Table2 td{
	border-top: 1px solid #6b4531;
	border-right: 1px solid #6b4531;
	padding: 2px;
}
#theTable th,
#Table2 th{
	background-color: #8f692e;
	color: #fff;
	text-align: center;
}
#theTable .alt,
#Table2 tr .alt, #Table2 td .alt{
	background-color: #f4ede0;
}
#theTable .center-text, #Table2 .center-text{
	text-align: center;
}
#theTable tr:hover, #Table2 tr:hover{
	background-color: #da9f45;
	}
.sortable-numeric, .sortable-text{
}
/* @end */
