body {
	margin				: 1px;
}

div.formElement {
	width				: 100%;
}

div.formHeader {
	width				: 100%;
	background-image	: url(../img/header_overijssel.jpg);
	background-repeat	: repeat-x;
	text-align			: center;
	font-weight			: bold;
	font-size			: 16px;
	height				: 30px;
	color				: #FFFFFF;
	float				: left;
      clear:both;
}

div.formContent {
	width				: 100%;
	float				: left;
      clear:both;
}

div.formFooter {
	width				: 100%;
	background-image	: url(../img/header_overijssel.jpg);
	background-repeat	: repeat-x;
	float:left;
      clear: both;
      text-align			: center;
	height				: 30px;
	color				: #FFFFFF;
      margin-top: 30px;

}

.errorMessage {
	color				: #000000;
	text-align			: center; 
	width				: 100%; 
	height				: 16px;
	background-color	: #FF8888;
	visibility			: hidden;
	float				: left;
}

table.Standings {
	border				: 0px solid;
	border-bottom		: 1px solid #000000;
	border-collapse		: collapse;	
	white-space			: nowrap;
}

table.Standings th {
	border-bottom		: 1px solid #000000; 
}

table.Standings td {
	border				: 0px solid #000000; 
	border-bottom		: 1px solid #000000; 
	border-right		: 1px solid #000000; 	
}

td.Row, td.HRowOdd, td.HRowEven, td.VRowOdd, td.VRowEven, td.ARowEven {
	border				: 0px solid #000000; 
	border-bottom		: 1px solid #000000; 
	border-left			: 1px solid #000000; 
	text-align			: center;
	vertical-align		: middle;
}

th.HRowEven, th.HRowOdd {
	border				: 1px solid #000000; 
}

td.VRowOdd, th.VRowOdd {
	background-color	: #EAF5FC;
}

td.VRowEven, th.VRowEven {
	background-color	: #D4E7F1;
}

td.HRowOdd, th.HRowOdd {
	background-color	: #EAF5FC;
}

td.HRowEven, th.HRowEven {
	background-color	: #D4E7F1;
}

td.ARowEven, th.ARowEven {
	background-color	: #CADDE8;
}
