table {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	width: 100%;
	text-align: left;
}
td {
	margin: 0;
	padding: 5px;
	border-bottom: 1px solid #CCCCCC;
}
th {
	font-weight: normal;
	text-transform: uppercase;
	font-size: 10px;
}

thead tr th { background-color: #04346E; padding:  5px 10px; color: #fff; font-weight: bold; text-transform: uppercase; text-align: left; 
}
tbody tr th {
	padding: 5px 10px;
	border-bottom: 1px dotted #fafafa;
}
tr {
	background-color: #FBFDF6;
}
tr.odd {
	background-color: #FBFDF6;
}
tr:hover {
}
tr:hover td, tr:hover td a, tr:hover th a {
	color: #C97814;
}
td:hover {
}
tr:hover th a:hover {
	background-color: #F7FBEF;
}
table a {
	text-decoration: underline;
	display: block;
	text-transform: uppercase;
	font-size: 10px;
	padding: 0px;
}
table a:hover {

}
