table {
		border-collapse: collapse;
		} 
		
thead	{
	text-align:center;
}

th, td { 
		border: 1px solid #bbbbbb; 
		font-size: 8pt;
		padding: 3px 6px 3px 6px;
		text-align:center;
		} 

tbody td {
		border-top: 0;
		border-bottom: 0; 
		}

/* Table Title */
caption {
		font-weight: bold;
		font-size: 10pt;
		text-transform: uppercase;
		padding: 0 0 5px 0;
		color: #333333;
		text-align:left;
		}

th {
		background: #e4e5e4 url(../_images/table-heading-background.gif) 0 50% repeat-x; 
		text-align: center;
		}

tfoot {
		background-color: #f7f7f7;
		color: #666;
		}

tfoot td {
		font-size: 8pt;
		text-align: left;
		border-top:1px solid #bbbbbb;
		border-bottom: 0;
		border-left: 0;
		border-right: 0;
		}

tbody tr.alt td {
		background:#f4f4f4; /* Stripe colour */
		}

tbody tr.over td, tbody tr:hover td {
		background:#333333;
		color: #ffffff;
		}

tbody tr.over+tr td {
		background-image: url(../_images/shadow.png);
		background-repeat: repeat-x;
		}
		
.black	{
	background-color:#000000;
	color:#FFFFFF;
}

.medgrey, .grey	{
	background-color:#666666;
	color:#FFFFFF;
}

.medpink	{
	/*background-color:#F499C1;*/
	background-color:#999;
	color:#000000;
}

.lightpink	{
	/*background-color:#FAD5E5;*/
	background-color:#CCCCCC;
	color:#000000;
}

.lightgrey	{
	background-color:#CCCCCC;
	color:#000000;
}

#kitprice table	{
	padding:10px 0 0 0;
}

#kitprice td	{
	border:1px solid #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	text-align:center;
}