BODY {
	overflow-x:hidden;
	overflow-y:scroll;
}

DIV#schedule-frame {
	background-color:white;
}

DIV#schedule-frame TABLE#schedule-main {
	width:580px;
	margin-left:14px;
	margin-right:14px;
}

DIV#schedule-frame TABLE#groups-table {
	table-layout:fixed;
}

DIV#schedule-frame H1 {
	padding-top:15px;
	padding-bottom:0px;
	margin:0px;
}

DIV#schedule-frame TD {
	text-align:left;
}

DIV#schedule-frame TR.even TD {
	padding-right:1px;
}

DIV#schedule-frame TH.group-header {
	font-size: 11px;
	color: #222222;
	font-weight: bold;
	text-align: left;
	background-color: #fff;
	border:none;
}

DIV#roster-frame TH {
	font-size: 11px;
	color: #222222;
	font-weight: bold;
	background-color: #CCCCCC;
	border: 0;
	line-height : 18px;
}

DIV#schedule-frame TD.group-separator {
	border-top:35px solid white;
	border-bottom:10px solid white;
	border-left:5px solid white;
	border-right:5px solid white;
	background-color:#DDD;
}

DIV#schedule-frame TD.date-header {
	text-align: right;
	padding-top:5px;
	border-bottom: 1px solid #474747;
}

DIV#schedule-frame TD.flag {
	text-align: center;
	vertical-align:middle;
	padding-left:2px;
	padding-right:2px;
}

TD.flag IMG.i16x16{
	height:16px;
	width:16px;
}

DIV#schedule-frame TD.home-team {
	text-align: right;
}

DIV#schedule-frame TD.vs {
	text-align: center;
}
