.table {
	border-collapse: collapse;
	width: 100%;
}

.table td, th {
	padding: 0.5em;
	border: 1px solid #CCC;
	font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
    font-size: 12px;
    margin-top: .5em; color: #666;	
}

.table td a, th a {
color: #263a4a;
}


.table thead, tfoot {
	background-color: #DDD;
}

.table tr.rowodd {

}

.table tr.roweven {
	background-color: #F2F2F2;
}
