@charset "utf-8";
/* CSS Document */

table.livesche{
	margin-left: 15px;
	margin-bottom: 40px;
	width: 560px;
	border-top:1px solid #48382B;
	border-right:1px solid #48382B;
	border-collapse:collapse;
	padding: 5px;
}

table.livesche th,table.livesche td {
	border-bottom: 1px solid #48382B;
	border-left:1px solid #48382B;
	padding:.7em 1em;
}

table.livesche th {
	width: 70px;
	text-align: center;
	font-weight: normal;
}

table.livesche tr.oddline {
	background-image: url(../../img/liveschedule/odd_back.png);
	background-repeat: repeat;
	_background-image: none;
	_background-color: #261F17;
}
