/* Table alternating row colors styles
-------------------------------------------------- */
.odd {
	background-color:#d9edf7;
}
.even {
	background-color:#ffffff;
}
/* End Sticky footer styles
-------------------------------------------------- */