#footer_table {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-top: 5px;
	margin-right: 0;
}

#footer_table p {
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #5D647A;
  margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
} 


td {
	font: 12px Tahoma, Arial, Helvetica, sans-serif;
	text-align:left;
}

th {
	color: #FBA32A;
	font: 14px Arial, Helvetica, sans-serif;
	border-left: solid 1px #FBA32A;
	background-color: #000;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align:center;
}

td {
	padding: 4px 5px 2px 5px;
	
}

.even {
	background: #F2F2F2;
}
.odd {
	background: #FFFFE6;
}
.sortable {
	cursor: pointer;
}
.sortable:hover {
	color: #FFF;
	background-color: #CD0360;
}
