/**
* -----------------------------------------------------------------------------------
* Robbartels.nl screen stylesheet
* Creator: R. Brenters
* Date(mm-dd-yyyy): 02-14-2009
* -----------------------------------------------------------------------------------
*/
*
{
    padding: 0px;
    margin: 0px;
}

/**
* -----------------------------------------------------------------------------------
* General settings
* -----------------------------------------------------------------------------------
*/
html
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #ffffff;
    background-color: #ffffff;

}

#container
{
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
    min-height: 595px;
    _height: 595px;
    padding: 0px 35px 0px 36px;
}



.script_feedback_confirm ul,
.script_feedback_warning ul,
.script_feedback_error ul
{
    margin-left: 15px;
}

.script_feedback_error
{
    display: block;
    border: 1px solid #ffffff;
    background-color: #ffe5e5;
    color: red;
    padding: 1%;
    margin-bottom: 5px;
    width: 98%;
}

.script_feedback_confirm
{
    display: block;
    border: 1px solid #578e01;
    background-color: #e5fcc2;
    color: #578e01;
    padding: 1%;
    margin-bottom: 5px;
    width: 98%;
}

.script_feedback_warning
{
    display: block;
    border: 1px solid #ff6102;
    background-color: #ffe6c3;
    color: #ff6102;
    padding: 1%;
    margin-bottom: 5px;
    width: 98%;
}

.script_feedback_confirm li,
.script_feedback_warning li,
.script_feedback_error li
{
    list-style: none;
    margin-left: 25px;
    margin-bottom: 3px;
    display: block;
}

.script_feedback_confirm li img,
.script_feedback_warning li img,
.script_feedback_error li img
{
    margin-left: -25px;
    margin-bottom: -2px;
    padding-right: 9px;
}

.script_feedback_confirm h3,
.script_feedback_warning h3,
.script_feedback_error h3
{
    color: #788275;
    margin-top: 0px;
    font-size: 15px;
}

.inputcomment
{
    color: #c7cfc6;
}

.requiredLabel
{
    color: red;
}

.requiredInput
{
    background-color: #faafaf;
    border: 1px solid #ffffff;
}

.requiredTd
{
    background-color: #faafaf;
    border: 1px solid #ffffff;
}

h1
{
	font-family: Impact, Impact5, Charcoal6, sans-serif;
    font-size: 26px;
    letter-spacing: 1px;
	color: #ffffff;
	font-weight: normal;
	margin-bottom: 16px;
	line-height: 24px;
}

h2
{
	font-family: Impact, Impact5, Charcoal6, sans-serif;
    font-size: 20px;
    letter-spacing: 1px;
	color: #ffffff;
	font-weight: normal;
	line-height: 24px;
}

h3
{
	font-family: Impact, Impact5, Charcoal6, sans-serif;
    font-size: 18px;
    letter-spacing: 1px;
	color: #ffffff;
	font-weight: normal;
	margin-top: 16px;
	line-height: 24px;
}

h4
{
	font-family: Impact, Impact5, Charcoal6, sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
	color: #ffffff;
	font-weight: normal;
	margin-top: 16px;
	line-height: 24px;
}

input,
textarea,
select
{
    border:1px solid #000000;
    padding: 1px;
    margin: 1px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #788275;
}

optgroup
{
    padding: 1px;
    margin: 1px;	
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;	
}

input.button
{
    border:1px solid #ffffff;
    background-color: #788275;
    color: white;
    font-weight: bold;
}

input.wp_button
{
    border:1px solid #2e2e2e;
    background-color: #024F7B;
    color: white;
    font-weight: bold;
}

.tr_style_0 {
	background-color:#F3F3F3;
}
.tr_style_0_red, .tr_style_1_red
{
	background-color: #F3B8B6;
}
.tr_style_1 {
	background-color: #FBFBFB;
}
.tr_style_over {
	background-color:#D1EBF8;
}

/**
* -----------------------------------------------------------------------------------
* Header element
* -----------------------------------------------------------------------------------
*/
#header
{
    height: 156px;
    background: url(../assets/header_menu_background.png) bottom left repeat-x;
    margin-top: 40px;
    margin-bottom: 15px;
}

#header img
{
    border: 0px;
    margin-top: 0px;
    float: left;
}

#header ul
{
	float: left;
	clear: left;
	background: url(../assets/header_menu_left.png) bottom left no-repeat;
	height: 41px;
	list-style: none;	
	padding-left: 170px;
	width:800px;
}

#header li
{
	float: left;
    padding: 0px 15px 18px 15px;
    line-height: 38px;
    margin-top: 1px;
}

#header li.not_first
{
	background:  url(../assets/header_menu_li_splitter.png) top left no-repeat;
}

#header a
{
	font-family: Impact, Impact5, Charcoal6, sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
	color: #ffffff;
    text-decoration: none;
    display: block;
}

#header a:hover, #header a.active
{
    color: #7d7f81;
    text-decoration: none;
}

#header #previous
{
    padding: 0px 15px 18px 15px;
    line-height: 39px;	
	float: right;
	width: 80px;	
	margin-bottom: -1px;
}

/**
* -----------------------------------------------------------------------------------
* Content element
* -----------------------------------------------------------------------------------
*/
#content
{
	line-height: 18px;
	font-size: 11px;

}
	#content a
	{
		color: #ffffff;
	}
	
	#content a:hover
	{
		color: #191919;
	}

	#content #col_left
	{
		float: left;
		width: 595px;
		height: 462px;
	}
	
	#content #col_right
	{
		padding: 20px;
		float: left;
		width: 389px;
		height: 368px;
		background-color: #788275;
		overflow-y: scroll;
		overflow-x: hidden;
	}	
	
	#content li
	{
		margin-left: 15px;
	}

/**
* -----------------------------------------------------------------------------------
* Footer element
* -----------------------------------------------------------------------------------
*/
#footer
{
    float: right;
    margin-top: -54px;
    height: 54px;
    background-color: #ffffff;
    width: 554px;
}

#footer a
{
    color: white;
}

#footer a:hover
{
    color: #FC5A01;
}
