/* styles for an ITunes-style table */

table { 
  font: 75% Verdana, Arial, Helvetica, sans-serif;
  color: #000;
  text-align: left;
  border-collapse: collapse;
  border: 2px solid #60634e;
  border-top: none;
  width: 100%;
  background-color: #E7ECE7;
  padding-top: -5px;
}

table a {	text-decoration: underline;}

tr a { color: #000000;}

caption {
  height: 45px;
  line-height: 44px;
  color: #380062;
  font-size: 150%;
  font-weight: bold;
  text-align: center;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #ffffff url(../images/captop.jpg) no-repeat;
  background-position: 50% top;
  border-left: 2px solid #60634e;
  border-right: 2px solid #60634e;
  border-bottom: 2px solid #60634e;
}

tr { vertical-align: top;}

tr.odd { background-color: #D5DBD5;}

tr.vcenter { vertical-align: middle;}

tr.vcenterodd { background-color: #d5dbd5; vertical-align: middle;}

tr,th,td { padding: 0.2em 0.2em 0.2em 0.7em; }

thead th {
	font-size: 110%;
  font-weight: bold;
	color: #000;
	background: #ffffff url(../images/tbar.gif) repeat-x;
	height: 33px;
  border-left: 1px solid #60634e;
  border-bottom: 1px solid #60634e;
}

thead th.center {
  text-align: center;
  padding-left: 0.3em;
  padding-right: 0.3em;
}

tbody td.center { text-align: center; padding: 0.1em;}

td { border-left: 1px solid #60634e; border-bottom: 1px solid #60634e;}

td.right { text-align: right;}

tfoot tr { background: #fff url(../images/bbar.gif) repeat-x;}

tfoot td, tfoot th{
	color: #000;
	border: 0px;
}

tfoot td.button { padding-top: 4px;}

#aTable {
  margin-top: 20px;
  margin-bottom: 30px;
  width: 700px;
}

table.noborder { 
  font: 0.9em Verdana, Arial, Helvetica, sans-serif;
  color: #000;
  text-align: left;
  border-collapse: collapse;
  border: none;
  width: 100%;
  padding-top: -5px;
  background-color: transparent;
}

table.noborder tr {background-color: transparent;}
table.noborder td {border: none;}

