html
{
	height: 100%;
}
body
{
	height: 100%;
}
td.main
{
	font-family: tahoma;
	font-size: 10pt;
	vertical-align: top;
	padding-right: 10px;;
}
.sidespace
{
	/*background-image: url(/ottencup/images/scanlines.jpg);*/
	background-color: #fff;
	background-image: url(/ottencup/2008/images/backgrad.gif);
	background-repeat: repeat-x;
	background-position: top left;
}
td.sidebars
{
	vertical-align: top;
}
.sidebarTitle
{
	font-family: tahoma;
	font-size: 9pt;
	border: 1px solid #ba2b23;
	background-color: #ba2b23;
	padding: 1px;
	padding-left: 5px;
	color: #fff;
	width: 260px;
}
.sidebarContent
{
	font-family: tahoma;
	font-size: 8pt;
	border-bottom: 1px solid #ba2b23;
	border-left: 1px solid #ba2b23;
	border-right: 1px solid #ba2b23;
	padding: 5px;
	width: 256px;
}
.newsTitle
{
	font-size: 11pt;
	color: #a44;
	font-weight: bold;
}
.newsContent
{
	font-size: 10pt;
	text-align: justify;
}
h1
{
	font-size: 12pt;
	color: #a44;
}
/***********************************************/
#menu 
{
	width: 100%;
}
#menu ul 
{
	background-image: url(/ottencup/2008/images/backmenu.gif);
	background-color: #c1322a;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
}
#menu ul li 
{
	display: inline;
	list-style: none;
}
#menu ul li a 
{
	font-family: tahoma;
	font-size: 10pt;
	float: left;
	width: 90px;
	height: 25px;
	text-align: center;
	margin: 0px;
	line-height: 25px;
	/*background-color: #ba2b23;*/
	
	text-decoration: none;
	color: white;
	border-right: 1px solid #fff;
}
#menu ul li a:hover
{
	background-color: #e61111;	
}
/***********************************************/
.menuItem
{
	border-right: 1px solid #fff;
	font-family: tahoma;
	font-size: 10pt;
	vertical-align: middle;
	background-color: #b44;
	color: #fff;
	text-align: center;
	width: 100px;
	cursor: pointer;
}
.menuItem a
{
	color: #fff;
	text-decoration: none;
}
.menuItem:hover
{
	background-color: #d44;
}
.teamListItem td
{
	font-size: 10pt;
}
.bottomBorder td
{
	border-bottom: 1px solid #e4e4e4;
}
.subTable td
{
	border: 0px;
	line-height: 13pt;
}
.centerCell td
{
	text-align: center;
}
.wedstrijdenListH2
{
	font-style: italic; 
	border-bottom: 1px solid #e4e4e4;
	width: 496px; 
	padding: 2px;
}
a
{
	color: #c1322a;
	text-decoration: none;
}
a:hover
{
	color: #a22;
	text-decoration: underline;
}
hr
{
	height: 1px;
	background-color: #aaa;
	color: #aaa;
	border: 0px;
}
.blackLink a
{
	color: #000;
}
.blackLink a:hover
{
	color: #c1322a;
	text-decoration: none;
}
.winnersTable td
{
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 2px;
	padding-left: 2px;
	border-bottom: 1px solid #eee;
}
.winner
{
	background-color: #ddd;
}
