body {
	background: #272727;
	margin: 0;
	padding: 0;
	font-family: 'Arial';
	font-size:12px;
}

#flashObject, #contactObject {
	width: 975px;
	height: 675px;
	margin: 0 auto;
}

#contactObject form {
	margin:10px;
}

#contactObject fieldset {
	border:1px solid #ccc;
	color:#333;
	height:550px;
}

#contactObject input, #contactObject textarea {
	width:96%;
	border:1px solid #bbb;
	padding:1px 2px;
	font-family:'Arial';
}

#contactObject button {
	color:#E9E8E9;
	background-color:#979797;
	border:1px solid #cfcfcf;
	font-weight:bold;
}

#contactObject textarea {
	height:200px;
	font-size:11px;
}

#contactObject fieldset legend {
	font-weight:bold;
}
#contactObject div.success {
	border:1px solid #ccc;
	margin:10px 0 5px 15px;
	padding-top:30px;
	text-align:center;
	font-size:13px;
	width:96%;
	height:550px;
}

#privacyObject, #disclaimerObject  {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	width: 775px;
	height: 400px;
}


#sponsors {
	position: absolute;
	margin: 0;
	padding: 5px 0 0 30px;
	background: url('sponsorsBack.jpg') 0 0 no-repeat;
	width: 240px;
	height: 600px;
	top: 0;
	left: 770px;
}
* html #sponsors {
	padding: 15px 0 0 30px;
}

#sponsors h3 {
	font-size: 12px;
	width: 175px;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
	padding-left: 3px;
	padding-bottom: 3px;
	color: #333;
	text-indent: -9999px;
	background: url('sponsorsHeader.gif') 3px 3px no-repeat;
	margin-bottom: 3px;
}

#sponsors div {
	width: 175px;
	position: relative;
	float: left;
}

#sponsors img {
	border: 0;
}

#sponsors .hr {
	background: none;
	position: relative;
	clear: both;
	height: 0px;
	border-bottom: 1px solid #999;
	margin: 6px 0;
}

#sponsors hr {
	display: none;
}

#sponsors a {
	position: relative;
	float: left;
	text-align: center;
	width: 100%;
}
#sponsors .textLink {
	color: #666;
	margin-top: 5px;
	font-size: 11px;
}

#sponsors .textLink:hover {
	color: #2C6B91;
}

#sponsors .esco {
	width: 49%;
	border-right: 1px solid #999;
}
#sponsors .fkkc {
	width: 49%;
	margin-top: 15px;
}
#sponsors .ecf {
}
#sponsors .imagineic {
	width: 49%;
	margin-top: 8px;
}
#sponsors .hodes {
	border-left: 1px solid #999;
	width: 49%;
}
#sponsors .netras {
}
#sponsors .kenniswijk {

}
#sponsors .fashiontalk {

}
#sponsors .paulgerrits {

}

#footer {
	display:none;
	position: relative;
	clear: both;
	height: 25px;
	width: 770px;
	text-align: center;
	font-size: 10px;
	font-family: 'Arial';
	color: #666;
}

#footer a, #contactObject a {
	color: #666;
	text-decoration: none;
}

#footer a:hover,  #contactObject a:hover {
	text-decoration: underline;
}

div.error {
	padding:5px;
	border:1px solid red;
	background-color:white;
	color:red;
}

div.errorMessage {
    display:block;
    position:absolute;
    top:50%;
    left:50%;
    width:450px;
    margin-top:-150px;
    margin-left:-225px;
    padding-left:55px;
    border:1px solid #ce0004;
    background:#fff url("icon_error_medium.gif") 5px 5px no-repeat;
    text-align:left;
    color:#ce0004;
}
noscript.jsrequired {
    color: #ce0004;
    font-weight:bold;
    font-size:14px;
}
div.errorMessage h3 {
	padding-top: 0;
	margin-top: 5px;
}

div.errorMessage button {
	color:#fff;
	background-color:#ce0004;
	border:none;
	font-weight:bold;
}

#contentWrapper {
	margin:20px auto;
	background:#fff url("logo-jdb.gif") 10px 6px no-repeat;
	border:1px solid #777;
	padding:100px 10px 10px 10px;
	width:800px;
}

dt {
	font-weight:bold;
	font-size:13px;
	margin-top:20px;
}

dd {
	margin:10px 20px;
}

#okeyMenu {
	margin:0;
	padding:0 0 0 20px;
	display:block;
	float:right;
	position:relative;
	bottom:70px;
	background:url("menu-left.gif") 0 0 no-repeat;
}

#okeyMenu li {
	padding:10px 0;
	float:left;
	list-style:none;
	margin:0;
	margin-right:20px;
}

#okeyMenu a {
	text-decoration:none;
	color:#444;
}

#okeyMenu a.active, #okeyMenu a.active:hover{
	text-decoration:none;
	color:black;
	cursor:default;
	font-weight:bold;
}

#okeyMenu a:hover {
	text-decoration:underline;
	color:#000;
}

#okeyMenu li.last {
	margin:0;
	background:url("menu-right.gif") 100% 0 no-repeat;
	display:block;
	width:10px;
	height:40px;
}

#playerScores {
	border-collapse:collapse;
	width:600px;
	border:1px solid #aaa;
}

#playerScores thead {
	background-color:#aaa;
}
#playerScores th {
	text-align:left;
	background-color:#eee;
	border-left:1px solid #aaa;
	border-bottom:1px solid #ddd;
}

#playerScores td {
	border-top:1px solid #ddd;
	border-left:1px solid #ddd;
}