/*
zebra-tables
-------------------------------------------------------------------------[comment] */


table {
	border: 0.5px solid #eee;
}
tr td {
	font-family: "lucida grande", verdana, sans-serif;
	background: #fff;
}
thead td {
	color: #fff;
	background-color: #C8C028;
	font-weight: bold;
}
 td {
	border-bottom: 1px solid  #B3AB75;
}
 tr.even td{
	background: #eee;
}
 tr.selected td {
}
 tr.ruled td{
}

/* Opera fix */
	head:first-child+body tr.ruled td {
	background-color: #D6BF72;
}
