@charset "utf-8";
/*  the table in question must have its class set to 'radTable'
	and also must define a class named 'first' or have the 'th' 
	element - also each alternating row must be defined as 'alternate'
*/
.radTable {
	border: 1px solid #b9b9b9;	
}
.radTable td {
	padding: 4px;
	margin: 0;	
}
.radTable .first td, .radTable th td {
	background-image: url(/images/radtable/radtable_header_bg.gif);
	border-bottom: 1px solid #c9c9c9;
	border-top: 1px solid #ffffff;
	padding: 7px;
}
.radTable td {
	background-color: #f1f1f1;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #ffffff;
}
.radTable .alternate td { 
	background-color: #f9f9f9;		
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #ffffff;
}
