/* schedule table */
#ScheduleTable {
	width: 380px;
	float: left;
	margin: 5px 0 0 0;
	padding: 0;
}
#ScheduleTable TH {
	border: 1px solid #f6f6f6;
}
#ScheduleTable TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin: 0;
	padding:3px;
	border: 1px solid #f6f6f6;
}
#ScheduleTable DIV.scheduletablesection {
	border: 1px solid #1D4893;
}
#ScheduleTable DIV.scheduletablesection TABLE {
	height: 385px;
}
#ScheduleTable DIV.scheduletablesection TABLE TD.titletable {
	background-color: #435786;
	color: #fff;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
/* standings table */
#StandingsTable {
	float: left;
	margin: 5px 0 0 5px;
	padding: 0;
}
#StandingsTable TH {
	border: 1px solid #f6f6f6;
}
#StandingsTable TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	margin: 0;
	padding:3px;
	border: 1px solid #f6f6f6;
}
#StandingsTable DIV.standingstablesection {
	width: 210px;
	margin: 0;
	padding: 0;
	border: 1px solid #1D4893;
}
#StandingsTable DIV.standingstablesection P {
	color: #fff;
	background-color: #435786;
	margin: 1px;
}
#StandingsTable DIV.standingstablesection P A {
	color: #fff;
}
#StandingsTable DIV.standingstablesection TABLE {
	width: 210px;
	height: 385px;
}
#StandingsTable DIV.standingstablesection TABLE TH,
#StandingsTable DIV.standingstablesection TABLE TD {
	font-size: 10px;
}
#StandingsTable DIV.standingstablesection TABLE TD {
	text-align: right;
}

#StandingsTable DIV.standingstablesection TABLE TD.titletable {
	width: 200px;
	background-color: #435786;
	color: #fff;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
}
#StandingsTable DIV.standingstablesection TABLE TH.numberheader {
	width: 25px;
}
#StandingsTable DIV.standingstablesection TABLE TD.number {
	width: 25px;
	text-align: center;
	font-weight: bold;
}
#StandingsTable DIV.standingstablesection TABLE TR {
	height: 15px;
}
/* events table */
#MainEventsBlock {
	width: 600px;
	margin: 0;
	padding: 0;
}
#MainEventsBlock H2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #445887;
	margin: 15px 0 5px 0;
	padding: 0 0 0 10px;
	border-bottom: 1px solid #5F78AE; 
}
#MainEventsBlock DIV.maineventsection {
	width: 500px;
	margin: 0 auto 20px auto;
	padding: 0;
}
#MainEventsBlock DIV.maineventsection H3 {
	background-color: #989898;
	text-align: center;
	line-height: 18px;
	margin: 10px 0 0 0;
	padding: 0;
}
#MainEventsBlock DIV.maineventsection H3 A {
	font-size: 12px;
	color: #fff;
}
#MainEventsBlock DIV.maineventsection H4 {
	color: #8A2C22;
	font-size: 10px;
	text-align: center;
	margin: 0;
	padding: 0;
}
#MainEventsBlock DIV.maineventsection TABLE {
	width: 498px;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #ddd;
}
#MainEventsBlock DIV.maineventsection TABLE TD {
	font-size: 11px;
	color: #003F7B;
	text-align: center;
	border: 1px solid #eee;
}
#MainEventsBlock DIV.maineventsection TABLE TD A {
	font-weight: bold;
}
#MainEventsBlock DIV.maineventsection TABLE TH {
	font-size: 11px;
	color: #1F1F1F;
}
#MainEventsBlock DIV.eventssection {
	width: 300px;
	float: left;
	margin: 0;
	padding: 0;
}
#MainEventsBlock DIV.eventssection H3 {
	width: 280px;
	background-color: #989898;
	text-align: center;
	line-height: 18px;
	margin: 10px 0 0 10px;
	padding: 0;
}
#MainEventsBlock DIV.eventssection H3 A {
	font-size: 12px;
	color: #fff;
}
#MainEventsBlock DIV.eventssection H4 {
	color: #8A2C22;
	font-size: 10px;
	text-align: center;
	margin: 0;
	padding: 0;
}
#MainEventsBlock DIV.eventssection TABLE {
	width: 280px;
	margin: 0 auto 20px auto;
	padding: 0;
	border: 1px solid #ddd;
}
#MainEventsBlock DIV.eventssection TABLE TD {
	font-size: 11px;
	color: #003F7B;
	text-align: center;
	border: 1px solid #eee;
}
#MainEventsBlock DIV.eventssection TABLE TD A {
	font-weight: bold;
}
#MainEventsBlock DIV.eventssection TABLE TH {
	font-size: 11px;
	color: #1F1F1F;
}


