	table{
		border: 1px solid #666;
		cursor: hand;
		width: 910px;
	}
	tr td{
		font-family: "lucida grande", verdana, sans-serif;
		font-size: 8pt;
		
		/*
		text-align: left;	
		padding: 3px 8px;		
		background: #fff;
		*/
		
	}
	thead td{
		color: #fff;
		background-color: #C8C028;
		font-weight: bold;
		font-size: 14px;
		border-bottom: 1px solid #999;
		text-align:center;
	}
	
	thead th{		
		font-weight: bold;
		font-size: 14px;
		border-bottom: 1px solid #999;
		text-align:center;
	}	
	
	tbody td{
			/*
			border-left: 1px solid #D9D9D9;
			*/
			filter:alpha(opacity=80);
			-moz-opacity:0.8;
			z-index:10;
	}
	tbody tr.even td{		
		/*background: #E6F5FA;	*/
	}
	tbody tr.selected td{
		
		/*
		background: #3d80df;
		color: #ffffff;
		*/
		
		font-weight: bold;
		border-left: 1px solid #346DBE;
		border-bottom: 1px solid #7DAAEA;
	}
	tbody tr.ruled td{

		color: #000;
		background-color: #C6E3FF; 
		border-color: #3292FC;		
		/*
		color: #000;
		background-color: #C6E3FF; 
		font-weight: bold;
		border-color: #3292FC;
		*/
		
	}
	
	/* Opera fix */
	head:first-child+body tr.ruled td{
		background-color: #C6E3FF; 
	}
	