/* CSS Document */
<!--

.body {
	font: 70%/1.8 "Myriad Pro", Frutiger, "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
}

.clear {
  clear: both;
}

.table {
  border-collapse: collapse;
  width: 90%;
  border: 1px solid #666;
  margin-left: 2.2em;
}

caption {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 1em;
  font-weight: bold;
  margin: .6em 0;
  text-align:left; 
  margin-left: 2em;
}

col {
  border-right: 1px solid #ccc;
}

thead {
  background: #ccc url("../images/bar.gif") repeat-x left center;
  border-top: 1px solid #a5a5a5;
  border-bottom: 1px solid #a5a5a5;
}

th {
  font-weight: normal;
  text-align: left;
}

th, td {
  padding: 0.1em 0.3em;
}

.odd {
  background-color:#FF9966;
}

tr:hover {
  background-color:#999999;
  color: #fff;
}

thead tr:hover {
  background-color: transparent;
  color: inherit;
}
.boldred {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 70%;
	padding: 4px;
	font-weight: bold;
	color: #FF0000;
}
/* alternate row javascript class! */
.rowTint {
background-color: #FF9966;
}
.primoTint {
background-color: #FF9966;
}
.konaTint {
background-color: #C9D8E9;
}
.sarisTint {
background-color: #FFD200;
}
.cycleopsTint {
background-color: #FFD200;
}
.sombrioTint {
background-color: #9AB35E;
}
.ritcheyTint {
background-color: #D3D3D3;
}
.torqTint {
background-color: #F89729;
}
-->

