/* CSS Document Zebra Tables */


#zebra table{

	}
	#zebra tr td{
	font-family: "lucida grande", verdana, sans-serif;
	font-size: 8pt;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	}
	#zebra thead td{
		color: #fff;
		background-color: #999999;
		font-weight: bold;
		border-bottom: 1px solid #999;
	}
	#zebra tbody td{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D9D9D9;
	}
	#zebra tbody tr.even td{
		background: #eee;
	}
	#zebra tbody tr.selected td{
		background: #3d80df;
		color: #ffffff;
		font-weight: bold;
		border-left: 1px solid #346DBE;
		border-bottom: 1px solid #7DAAEA;
	}
	#zebra tbody tr.ruled td{
		color: #000;
		background-color: #C6E3FF; 
		font-weight: bold;
		border-color: #3292FC;
	}
	
	/* Opera fix */
	#zebra head:first-child+body tr.ruled td{
		background-color: #C6E3FF; 
	}
