/* 
 * 	TagBox table styles
 * 		written by TagBox http://www.tagbox.de
 * 		*/
table {
  border-collapse: collapse;
  border: 1px solid #03476F;
  font: normal 12px verdana, arial, helvetica, sans-serif;
  color: #363636;
  background: #FFCC99;
  }
caption {
  text-align: center;
  font: bold 18px arial, helvetica, sans-serif;
  background: transparent;
  padding:6px 4px 8px 0px;
  color: #03476F;
  text-transform: uppercase;
  }
td, th {
  border: 1px dotted #03476F;
  padding: .4em;
  color: #363636;
  }
th.key  {
  font: bold 10px verdana, arial, helvetica, sans-serif;
  }
thead th, tfoot th {
  font: bold 14px verdana, arial, helvetica, sans-serif;
  border: 1px solid #03476F;
  text-align: left;
  background: #0099CC;
  color: #CCFFCC;
  padding-top:3px;
 white-space: nowrap;
  }
thead th.key  {
  font: bold 10px verdana, arial, helvetica, sans-serif;
  }
tbody td a {
  background: transparent;
  text-decoration: none;
  color: #363636;
  }
tbody td a:hover {
  background: #C2F64D;
  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 #03476F;
  background: #4591AD;
  padding-top:3px;
  color: #FFFFFF;
  }
.odd {
  background: #AEE239;
  }
tbody tr:hover {
  background: #CCFFCC;
  border: 1px solid #03476F;
  color: #FFFFFF;
  }


/*
tbody tr:hover th,
tbody tr.odd:hover th {
  background: #FFD800;
  color: #FFFFFF;
  }

label
{
width: 8em;
float: left; 
text-align: right;
margin-right: 0.5em;
display: block
}
*/

/*
.submit input
{
margin-left: 4.5em;
}
input
{
color: #781351;
background: #FFCC99;
border: 1px solid #0099cc
}

.submit input
{
color: #000;
background: #FFCC99;
border: 2px outset #0099cc
}
fieldset
{
border: 1px solid #781351;
width: 20em
}

legend
{
color: #fff;
background: #ffa20c;
border: 1px solid #781351;
padding: 2px 6px
} 
*/


