/* CSS Document */

table
	{
		width:100%;
	}
	
	tr td
	{
		font-size: 14px;
		color:#333333;
		padding: 8px 8px;
		background: #fff;
	}
	
	thead td
	{
		color: #fff;
		background-color: #19669a;
		font-weight: normal;
	}
	
	tbody td
	{
		border-bottom: 1px solid #dbdbdd;
	}
	
	tbody td a
	{
		color:#333;
		text-decoration:none;
	}
	
	tbody td a:hover
	{
		color:#3598ff;
		text-decoration:none;
	}
	
	tbody tr.even td
	{
		background: #eeeced;
	}
		
	tbody tr.highlight td
	{
		color:#3598ff;
		background-color: #e4eff5; 
	
	}
	
	/* Opera fix */
	head:first-child+body tr.ruled td
	{
		background-color: #C6E3FF; 
	}


/* Other Styles */

thead td.entries {
	background-color:#ccc;
	color:#333333;
	font-weight:bold;
}