/* ----- Schedule Table Style ----- */
table {
	font-size: 12px;
	text-align: center;
	margin: 20px;
}
td{
	padding: 5px;
}
td a, td a:hover, td a:visited {
	color: #111111;
	font-weight: bold;
}
td.mttv {
  background-image: url(/images/test.jpg);
	background-repeat: repeat-x;
  border-left: 1px solid white;
}
td.wcte {
  background-image: url(/images/test2.jpg);
	background-repeat: repeat-x;
	border-left: 1px solid #ffffff;
  font-style: italic;
  color: rgb(128,128,128);
}
td.nodata {
    background-image: url(/images/test2.jpg);
	background-repeat: repeat-x;
  border: 1px solid white;
    color: rgb(128,128,128);
}
td.time {
  background-image: url(/images/gradient3.jpg);
	background-repeat: repeat-y;
  color: #666666;
}
th {
  background-image: url(/images/test_bk.gif);
  background-repeat: repeat-x;
  padding: 5px;
	color: #cccccc;
}
th.shows {
  width: 100px;
}
th.shows_small {
  width: 10px;
  background: rgb(220,220,220);
  border: 1px solid white;
}
table.show {
  font-family: Arial, Helvetica, Sans-Serif;
  width: 800px;
  text-align: center;
}
