/* ---- ( iTunes CSS ) ---- */
table.itunes { 
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	text-align: left;
	border-collapse: collapse;
	border: 1px solid #666666;
	border-top: none;	
	width: 100%;
}

.itunes tr.odd {
	background-color: #ebf3ff;
}
.itunes tr:hover a {
	color: #ffffff;
}
.itunes tr:hover, .itunes tr.odd:hover {
	background-color: #0868B2;
	color: #ffffff;
}
.itunes caption {
	height: 45px;
	line-height: 44px;
	color: #60634E;
	font-size:18px;
	font-weight: bold;
	text-align: center;
	width: 100%;
	margin: 0;
	padding: 0;
	margin-left: -1px;
/*	background: #ffffff url(http://rails.charterbusamerica.com/images/captop.jpg) repeat-x;
	background-position: 50% top;
	border-left: 2px solid #616161;
	border-right: 2px solid #616161;
*/	
}
.itunes thead th {
	font-size: 105%;
	color: #000;
	background: #ffffff url(http://rails.charterbusamerica.com/images/tbar.gif) repeat-x;
	height: 33px;
}
.itunes thead th:hover {
/*	background: #ffffff url(http://rails.charterbusamerica.com/images/tbov.gif) repeat-x;*/
	
}
.itunes thead th:hover a, .itunes thead tr:hover a {
  color: #0868B2;
}
.itunes tr {
	vertical-align: top;
}
.itunes tr, .itunes th, .itunes td {
	padding: .75em;
}
table.itunes > tbody > tr > th {
	vertical-align:middle;
}
.itunes td {
	border-left: 1px solid #dadada;
}
.itunes tfoot tr {
	background: #fff url(http://rails.charterbusamerica.com/images/bbar.gif) repeat-x;
}
.itunes tfoot td, tfoot th{
	color: #000;
	border: 0px;
}

.itunes .hand {
  cursor:pointer;
}