#fixture{
	margin: 5px;
	width: 770px;
	height: 200px;
	padding: 0px;
	background-color: #ffffff;
	float: left;
}
#left_fixture {
	background-color: #d3f1fd;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 340px;
	width: 200px;
	overflow:auto;
}
#right_fixture {
	background-color: #d3f1fd;
	padding: 0px;
	float: left;
	height: 340px;
	width: 560px;
	overflow:auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#right_fixture label{
	color:#000000;
	display::block;
}

table.schedule
{
	width:100%;
	border-collapse:collapse;
	margin-top: 3px;
	margin-bottom: 3px;
}


table.schedule th
{
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #003562;
	border-bottom: thick;
	border-bottom-color:#000000;
}
table.schedule td
{
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
table.schedule tr
{
	background-color: #d3f1fd;
	color:#e1e1e1;
}
table.schedule tr.alt
{
	background-color: #6699CC;
}
table.schedule tr.normal
{
	background-color: #d3f1fd;
}




