
table.admintable {
	clear:both; 
	margin:0; 
/*	table-layout:fixed; */
	border-collapse:collapse; 
	empty-cells:show; 
	background-color:rgb(233,232,244);
}

table.admintable th {
	height:40px; 
	padding:2px 20px 2px 7px; 
	border:solid 2px rgb(245,245,245); 
	background-color:rgb(225,225,225); 
	text-align:left; 
	color:rgb(80,80,80); 
	font-weight:bold; 
	font-size:90% !important /*Non-IE6*/; 
	font-size:80% /*IE6*/;
}

table.admintable th.top {
	height:40px; 
	padding:0 7px 0 7px; 
	empty-cells:show; 
	background-color:rgb(175,175,175); 
	text-align:left; 
	color:rgb(255,255,255); 
	font-weight:bold; 
	font-size:90% !important /*Non-IE6*/; 
	font-size:80% /*IE6*/;
}

table.admintable tr.odd {
	background-color:rgb(210,210,210); 
}

table.admintable tr.even {
	background-color:rgb(225,225,225); 
}

table.admintable tr.odd:hover, table.admintable tr.even:hover {
	background-color:rgb(180,180,180); 
}

table.admintable td.data {
	height:auto; 
	padding:2px; 
	border:solid 2px rgb(245,245,245); 
	text-align:left; 
	font-weight:normal; 
	color:rgb(80,80,80); 
	font-size:90% !important /*Non-IE6*/; 
	font-size:80% /*IE6*/;
}