
/************************************
 default CSS rules used by site admin
*************************************/

/* 
Note - any feature that will be viewed by other than just the 
admin should have it's own specific stylesheet - not a dumping 
ground for feature css!
*/

/************
 Admin tables
 ************/
.admin-table
{
	border-collapse: collapse;
	border: 1px solid #ccc;
	width: 90%;
	margin: 10px 0px;
}

.admin-table th
{
	padding: 3px;
	font-weight: bold;
	border: 1px solid #ccc;
	background: #ccc;	
	vertical-align: top;
}

.admin-table td
{
	padding: 3px;
	font-weight: normal;
	border: 1px solid #ccc;	
	vertical-align: top;		
}