/*------------------------------------------------------------------------------------
      Global Styles
------------------------------------------------------------------------------------*/

* {
	padding:0;
	margin:0;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, li, dd, fieldset, address { margin:0; padding: 0;}
select option{ padding:0 5px; }

.hide, .print-logo, .close-button{ display:none; }
.clear{ clear:both; height:1px; font-size:1px; line-height:1px; }
a img{ border:none; }


/*------------------------------------------------------------------
	Custom Styles
-------------------------------------------------------------------*/
body{
	font-family: Verdana;
	font-size: 0.75em;
	line-height: 1.5em;
	background-color: #fff;
	color: #333;
	min-width: 800px;	
}

/*******************
	Header
********************/
div#header {
	border-top: 1px solid #000;
	margin-top: 30px;
	margin-bottom: 5px;
	height: 100px;
	background: url("images/highenergy_header.jpg") no-repeat center bottom #f6c;
	width: 100%;
}

div#menubar {
	margin: 0 auto;
	height: 34px;
	background: #000;
	width: 100%;
	position: relative;
	border-bottom: #f6c 1px solid;

}

ul#menu{
	position: absolute;
	left: 50%;
	margin: 0;
	margin-left: -250px;
	width: 500px;
	padding: 0;
	list-style: none;
	height: 34px;

}

ul#menu li{
	width: 125px;
	float: left;
	text-align: center;
}

ul#menu li a{
	display: block;
	color: #fff;
	text-decoration: none;
	height: 22px;
	padding: 7px 3px 5px;
}

ul#menu li a:hover{
	color: #f6c;
}

ul#menu li#current a{
	color: #f6c;
}

/********
Content
********/
div#container {
	margin: 0 auto;
	width: 800px;
	clear: both;
	height: auto;
	position: relative;
}

img#logo{
	position: absolute;
	top: -170px;
	left: 50%;
	margin-left: -400px;
}

div#content{
	margin-left: 155px;
	width: 450px;
	padding: 20px;
	height: auto;
	min-height: 180px;
	background-color: #eee;
}

#content h1{
	font-size: 1.5em;
	color: #f6c;
	margin-bottom: 15px;
	font-family: Georgia;
}

#content p{
	margin-bottom: 10px;
	z-index: 1;
}

#content p.right{
	text-align: right;
}

#content a{
	color: #f6c;
	font-weight: bold;
	text-decoration: none;
}

#content a:hover{
	text-decoration: underline;
}

.center{
text-align:center;
}

/*******
THEMESWITCHER
*******/
div#themeswitcher {
	margin: 0 0 0 0;
	padding: 10px 0;
	float: right;
	width: 155px;
	min-height: 60px;
}

div#themeswitcher h1{
	font-size: 1.2em;
	color: #f6c;
	margin-bottom: 5px;
	padding-left: 10px;
	font-family: Georgia;
}

ul#switcherlist{
	margin: 0;
	width: 150px;
	padding: 0;
	list-style: none;
	font-style: italic;
	font-size: 0.9em;
}

ul#switcherlist li{
	width: 150px;
	text-align: left;
	border-bottom: 1px solid #ccc;
}

ul#switcherlist li a{
	display: block;
	color: #333;
	text-decoration: none;
	width: 150px;
	padding: 2px 0 2px 10px;
}

ul#switcherlist li a:hover{
	color: #f6c;
}
/********
TABLE
********/
table.admin_table, table.gray_table{
	border-collapse: collapse;
	width: 100%;
	font-size: 0.9em;
	color: #000;
}

table.admin_table th, table.gray_table th{
	text-align: center;
}

table.admin_table th, table.admin_table td{
	border: 1px solid #666;
	vertical-align: middle;
	padding: 4px 3px;
}

table.gray_table th, table.gray_table td{
	border: 1px solid #666;
	vertical-align: middle;
	padding: 4px 3px;
}

table.admin_table th, table.gray_table th{
	background-color: #f00;
	color: #000;
}

table.gray_table td, table.admin_table td{
	font-size: 0.9em;
}

tr.even{
	background-color: #bdbdbd;
}

tr.oneven{
	background-color: #b7b7b7;	
}

/*********
Footer
*********/
div#footer {
	height: 40px;
	line-height: 40px;
	vertical-align: center;
	background: #f6c;
	color: #000;
	clear: both;
	width: 100%;
	/*position: absolute;
	bottom: 10px;*/
	margin-bottom: 10px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

div#footer p {
	font-size: 0.875em;
	text-align: center;
}

div#footer p a{
	color: #000;
	text-decoration: none;
}

/************
Formulieren
************/

/* ADMIN_FORM */
#adminform fieldset, #labeltopform fieldset{
	float: left;
	clear: both;
	width: 100%;
	margin: 1.5em 0 0 0; 
	padding: 0;
	border: 1px solid #333;	
	background-color: #eee;
	color: #333;
	* position: relative
}

#adminform fieldset legend, #labeltopform fieldset legend{
	margin-left: 1em;
	padding:0;
	font-weight: bold;
	color: #f6c;
	* position: relative;
	* left: -7px;
	* top: -0.75em;
}

#adminform fieldset ol, #labeltopform fieldset ol{
	margin:0;
	padding: 1em 1em 0 1em;
	list-style: none;
	* padding-top: 0.25em;
}

#adminform fieldset ol li, #labeltopform fieldset ol li{
	margin:0;
	float: left;
	clear: left;
	width: 100%;
	padding: 0 0 5px 0;
}

#adminform fieldset li.submit, #labeltopform fieldset li.submit{
	float: none;
	clear: both;
	width: auto;
	margin-left: 7em;
	* margin-left: 7em;
}

#adminform fieldset label{
	float: left;
	padding:0;
	width: 6em;
	text-align: right;
	margin-right: 1em;
}

#labeltopform fieldset label{
	display: block;
	padding:0;
	text-align: left;
}

#contestform{
	width: 100%;
	margin-top: 30px;
}

#contestform ol{
	margin: 0;
	padding: 0;
	list-style: none;
}

#contestform ol li{
	margin: 0;
	padding: 0 0 10px 0;
	clear: left;
}

#contestform ol li label{
	float: left;
	width: 8em;
	margin-right: 1em;
}

#contestform ol li.submit{
	padding-top: 10px;
}

p.small {
font-size: 0.8em;
}

p.error{
color: red;
}