﻿table.tblSchedule
{
	border: #bdb5ac 1px solid;
	border-spacing: 0px 0px;
	width: 100%;
}
table.tblSchedule thead tr th
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	border: 0px;
	border-bottom: 2px solid black;
	margin: 0px;
	padding: 10px 0px 10px 0px;
	background: #fafbf3;
}
table.tblSchedule tbody tr td
{
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	font-size: 11px;
	border: 0px;
	border-bottom: 1px solid #e2e2e2;
	margin: 0px 0px 0px 0px;
	padding: 6px 0px 6px 0px;
}
table.tblSchedule tfoot tr td
{
	border: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 24px 0px;
	background: #fafbf3;
}


table.tblSchedule .colSchedule_data
{
}
table.tblSchedule .colSchedule_gameno
{
	text-align: center;
}
table.tblSchedule .colSchedule_gamedate
{
	text-align: left;
}
table.tblSchedule .colSchedule_gametime
{
	text-align: left;
}
table.tblSchedule .colSchedule_arena
{
	text-align: left;
}
table.tblSchedule .colSchedule_away
{
	text-align: left;
}
table.tblSchedule .colSchedule_score
{
	text-align: center;
}
table.tblSchedule .colSchedule_home
{
	padding-right: 16px;
	text-align: right;
	text-indent: 8px;
}
table.tblSchedule .colSchedule_newDate
{
	border-top: 1px solid black;
}
table.tblSchedule .colSchedule_hilight 
{
	background-color: #ffea00;
}

table.tblSchedule tbody tr td a:hover
{
	background-color: #eeeeff;
	color: #660000;
}







table.minischedule_table
{
	border: #bdb5ac 1px solid;
	border-spacing: 0px 0px;
	width: 100%;
}
tr.minischedule_row_heading
{
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	font-size: 11px;
	background: #fafbf3;
}

table.minischedule_table tbody tr
{
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	font-size: 11px;
	background: #fff;
}
table.minischedule_table tbody tr td
{
	border-right: 0px;
	border-left: 0px;
	border-top: 0px;
	border-bottom: #bdb5ac 1px solid;
	margin: 0px 0px 0px 0px;
	padding: 4px 6px 4px 6px;
}
table.minischedule_table tbody tr td a:hover
{
	background-color: #eef;
	color: #600;
}

th.minischedule_cell
{
	border-right: 0;
	border-left: 0;
	border-top: 0;
	border-bottom: #bdb5ac 1px solid;
	margin: 0px 0px 0px 0px;
	padding: 6px 6px 6px 6px;
}
td.minischedule_cell_footer
{
	border: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	padding: 6px 0px 6px 0px;
}
td.minischedule_col_team
{
	width: 500px;
	background-color: #000;
}
