tr.oddrow {
   background-color: #caeefb
}
tr.evenrow {
   background-color: #f1f1f1
}
tr.reviewrow {
   background-color: lightblue;
   color:white;
}
td.reviewcell {
  background-color: lightblue;
   color:white;
}
tr.priorityrow {
   background-color: red;
   color:white;
}
table.maintable {
  border: 2px solid #888;
  background-color: #EFEBE7;
  width: 100%;
  font-family: 'Cabin',sans-serif;
  text-align: left;
  font-size: 18px;
  font-weight:bold;
}
table.maintable td {
	  border-bottom: 1px solid #4188fa;
  padding: 5px 5px;
   font-weight:normal;
}
table.maintable th {
			background-color:#293C71;
		color: white;
		  text-align: center;
  border-bottom: 1px solid #4188fa;
  padding: 5px 5px;
}
table.maintable tbody td {
}
table.maintable thead {
background: #948473;
background: -moz-linear-gradient(top, #afa396 0%, #9e9081 66%, #948473 100%);
background: -webkit-linear-gradient(top, #afa396 0%, #9e9081 66%, #948473 100%);
background: linear-gradient(to bottom, #afa396 0%, #9e9081 66%, #948473 100%);
}
table.maintable thead th {
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  border-left: 2px solid #948473;
}
table.maintable thead th:first-child {
  border-left: none;
}

table.maintable tfoot {
  font-size: 18px;
  font-weight: bold;
color: #F0F0F0;
background: #948473;
background: -moz-linear-gradient(top, #afa396 0%, #9e9081 66%, #948473 100%);
background: -webkit-linear-gradient(top, #afa396 0%, #9e9081 66%, #948473 100%);
background: linear-gradient(to bottom, #afa396 0%, #9e9081 66%, #948473 100%);
}
table.maintable tfoot td {
  font-size: 18px;
}