/***********************************************/
/* table styles                                */
/***********************************************/ 

table {
  border-collapse: collapse;
	border: thick #e8f1d9 ridge;
  font: normal 11px verdana, arial, helvetica, sans-serif;
  color: #363636;
	background-color: #e8f1d9;
  max-width: 100%;
  margin: 0 auto;
  }
caption {
  text-align: center;
  font: bold 18px arial, helvetica, sans-serif;
  background: transparent;
  width: 100%;
  padding:6px 4px 15px 0px;
  color: black;
  text-transform: uppercase;
  }
td {
  border: 1px dotted #536929;
  padding: .4em;
  color: #363636;
  }
  
th {
  border: 1px solid #536929;
  padding: .4em;
  color: white;
 	background-image: url(img/pattern.png);
  }  

thead th, tfoot th {
  font: bold 11px verdana, arial, helvetica, sans-serif;
  border: 1px solid #536929;
  text-align: left;
  background: #4591AD;
  background-image: url(img/pattern.png);
  padding-top:3px;
  }
tbody td a {
  background: transparent;
  text-decoration: none;
  color: #363636;
  }
tbody td a:hover {
  background: #C2F64D;
  background: transparent;
  color: #363636;
  }
tbody th a {
  font: normal 11px verdana, arial, helvetica, sans-serif;
  background: transparent;
  text-decoration: none;
  font-weight:normal;
  color: #363636;
  }
tbody th a:hover {
  background: transparent;
  color: #363636;
  }
tbody th, tbody td {
  vertical-align: top;
  text-align: left;
  }
tfoot td {
  border: 1px solid #536929;
  background: #4591AD;
  padding-top:3px;
  color: #FFFFFF;
  }
.odd {
  background: #AEE239;
  }
  
tbody tr:hover {
  background: #fbef87;
  border: 1px solid #536929;
  color: #FFFFFF;
  }
tbody tr:hover th,
tbody tr.odd:hover th {
  background: #fbef87;
  color: #FFFFFF;
  }

table a:link, a:visited, a:hover {
	color: #536929;
	font-weight: normal;
	text-decoration: none;
}

table a:hover {
	color: black;
	font-weight: normal;
	text-decoration: underline;
}