
DIV.schd_header
{
	border: solid 1px #000000;
	background-color: #FF9900;
}

SPAN.schd_title
{
	color: #000000;
	font-family: sans-serif;
	font-size: 11pt;
	font-weight: bold;
}

DIV.schd_options
{
	background-color: #ccccff;
	border-left: solid 1px #333333;
	border-right: solid 1px #333333;
	padding: 2px;
	font-family: sans-serif;
	font-size: 9pt;
}

DIV.schd_add
{
	background-color: #ccccff;
	border-left: solid 1px #333333;
	border-right: solid 1px #333333;
	border-top: dotted 1px #333333;
	border-bottom: dotted 1px #333333;
	padding: 5px;
	font-family: sans-serif;
	font-size: 9pt;
	display: none;
}

TD.schd_add_title
{
	padding: 5px;
	font-family: sans-serif;
	font-size: 10pt;
	font-weight: bold;
	font-style: italic;
}

DIV.schd_body
{
	background-color: #ccccff;
	border-left: solid 1px #333333;
	border-right: solid 1px #333333;
	border-bottom: solid 1px #333333;
	padding: 3px;
}

TABLE.schd_listing
{
	font-family: sans-serif;
	font-size: 8pt;
	border: solid 1px #999999;
}

TD.schd_listingHeader
{
	font-weight: bold;
	padding: 2px;
	background-image: url('images/table_listingHeader.jpg');
	border: solid 1px #999999;
}

TD.schd_listingRow
{
	background-color: #ffffff;
	border-bottom: dashed 1px #cccccc;
	padding: 1px;
}

TD.schd_dayName
{
	background-color: #cccccc;
	border: solid 1px #666666;
	padding: 1px;
	width: 12%;
}

TD.schd_dayEmpty
{
	background-color: #999999;
	border: solid 1px #999999;
	padding: 1px;
	width: 12%;
}

TD.schd_dayNone
{
	background-color: #ffffff;
	border: solid 1px #999999;
	padding: 1px;
	width: 12%;
	height: 70px;
	overflow: hidden;
}

TD.schd_dayGame
{
	background-color: #FF9900;
	border: solid 1px #999999;
	padding: 1px;
	overflow: hidden;
	overflow-y: auto;
	width: 12%;
	height: 70px;
	font-weight: bold;
}

DIV.schd_game
{
	background-color: #FFFF00;
	border: solid 1px #999999;
	padding: 1px;
	overflow: hidden;
	font-weight: normal;
}

DIV.schd_info
{
	border: dashed 1px #999999;
	background-color: #ffffff;
	padding: 5px;
	text-align: center;
}

INPUT.schd_oppText
{
	border: solid 1px #999999;
	background-color: #ffffff;
	padding: 2px;
	width: 200px;
	font-family: sans-serif;
	font-size: 9pt;
}

DIV.schd_oppList
{
	border: solid 1px #999999;
	background-color: #ffffff;
	padding: 2px;
	width: 300px;
	height: 200px;
	font-family: sans-serif;
	font-size: 9pt;
	overflow-x: hidden;
	overflow-y: auto;
	display: block;
	z-index: 99;
}

DIV.schd_oppContainer
{
	padding: 2px;
	width: 310px;
	font-family: sans-serif;
	font-size: 9pt;
	display: none;
	z-index: 99;
}

DIV.schd_offItem
{
	font-family: sans-serif;
	font-size: 8pt; 
	border-bottom: dashed 1px #999999;
	cursor: pointer;
}
