/*===========================
			MAIN
===========================*/

body {
	background-color: #FFFFFF;
	margin:0;
	padding:0;
}

* {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height:18px;
}

br{
	line-height:normal;
}

a img {
	border: 0;
}

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

a:hover {
	color: #de850c;
	text-decoration: none;
}

/*===========================
		OUTER CONTAINERS
===========================*/

div#container_outer{
	position: static;
	left: 0;
	width: 100%;
}

div#container_outer div#container {
	width:800px;
	margin: 0 auto;
	text-align: left;
}

/*===========================
	OUTER CONTAINERS POPUP
===========================*/

div#container_outer div#containerPopup {
	width:600px;
	margin: 0 auto;
	text-align: left;
}

/*===========================
		INNER CONTAINERS
===========================*/

div#ambiance{
	background: #8d8d8d url(/upload/image/ambianceBg.jpg);
	background-repeat: no-repeat;
	height:258px;
}

div#content{
	background: #c7c7c7 url(/site/job/design/graphics/contentBg.jpg);
	background-repeat: no-repeat;
	height:auto;
}

div#footer{
	background: #000000 url(/site/job/design/graphics/footerBg.jpg);
	background-repeat: no-repeat;
	height:32px;
	text-align:center;
	padding-top:15px;
}

div#content_inner{
	position:relative;
	width:716px;
	min-height:296px;
	padding:22px 42px 22px 42px;
}

/*===========================
	INNER CONTAINERS HOME
===========================*/

div#content_innerHome{
	position:relative;
	width:716px;
	padding:181px 42px 22px 42px;
}

div#blokContainer{
	position:absolute;
	margin-top:-42px;
	margin-left:37px;
	height: 208px;
	width:726px;
	z-index:1;
}

div#blok1{
	float:left;
	width:222px;
	height:133px;
	padding-top: 75px;
	padding-left: 20px;
	background-image: url(/site/job/design/graphics/blok1Bg.png);
}

div#blok2{
	float:left;
	width:222px;
	height:133px;
	padding-top: 71px;
	padding-left: 20px;
	background-image: url(/site/job/design/graphics/blok2Bg.png);
	margin-top:4px; /* margin + height = blok 1 height */
}

div#blok3{
	float:left;
	width:222px;
	height:133px;
	padding-top: 72px;
	padding-left: 20px;
	background-image: url(/site/job/design/graphics/blok3Bg.png);
	margin-top:3px; /* margin + height = blok 1 height */
}

.contentBlokLeft{
	padding:20px 20px 20px 0;
}

.contentBlokRight{
	padding:20px 20px 0 20px;
}

/*===========================
	INNER CONTAINERS VERVOLG
===========================*/



/*===========================
			TEKST
===========================*/

h1, h1 a{
	font-weight: bold;
	font-size: 18px;
	margin: 0;
}

h2, h2 a{
	font-weight: bold;
	font-size: 11px;
	margin: 0;
}

.roodBold{
	font-weight:bold;
	color:#ff8a00;
}

.whiteBold, .whiteBold a{
	color:#FFFFFF;
	font-weight:bold;
}

/*===========================
	TABLE CELL STATS
===========================*/

.cellTotallicht{
	background-color:#FCFCFC;
}

.cellTotaldonker{
	background-color:#EEEEEE;
}

.licht{
	background-color:#FFFFFF;
}

.donker{
	background-color:#F2F2F2;
}

/*===========================
		HITLIST&DETAIL
===========================*/



/*===========================
		FORM ITEMS
===========================*/

form{
	margin: 0;
}

.inputfields{
	border: 1px solid #000000;
}

select.error, textarea.error, input.error{
	border: 1px solid #FF0000;
	color: #000000;
}

input.inputinactive{
	color: #999999;
}

.inputdiversen{
	width: 170px;
}

.inputdiversen2{
	width: 240px;
}

.inputdiversen3{
	width: 420px;
}

.inputdiversen4{
	width: 150px;
}

.inputdiversen5{
	width: 200px;
}

.knop, .button{
	cursor:pointer;
	background-color: #7d7d7d;
	border: 1px solid #000000;
	color:#FFFFFF;
}

input.knopStatsText {
	cursor:pointer;
	background: #7d7d7d url(/site/job/design/graphics/stats_16.gif) no-repeat;
	border: 1px solid #000000;
	color:#FFFFFF;
	background-position: 3px;
	padding-left: 20px;
	height: 20px;
}

input.knopAddText {
	cursor:pointer;
	background: #7d7d7d url(/site/job/design/graphics/add.gif) no-repeat;
	border: 1px solid #000000;
	color:#FFFFFF;
	background-position: 3px;
	padding-left: 20px;
	height: 20px;
}

input.knopDeleteText {
	cursor:pointer;
	background: #7d7d7d url(/site/job/design/graphics/delete.gif) no-repeat;
	border: 1px solid #000000;
	color:#FFFFFF;
	background-position: 3px;
	padding-left: 20px;
	height: 20px;
}

input.knopDownloadText {
	cursor:pointer;
	background: #7d7d7d url(/site/job/design/graphics/save.gif) no-repeat;
	border: 1px solid #000000;
	color:#FFFFFF;
	background-position: 3px;
	padding-left: 20px;
	height: 20px;
}

input.knopRefreshText {
	cursor:pointer;
	background: #7d7d7d url(/site/job/design/graphics/refresh.gif) no-repeat;
	border: 1px solid #000000;
	color:#FFFFFF;
	background-position: 3px;
	padding-left: 20px;
	height: 20px;
}

/*===========================
			MENU
===========================*/

div#menu{
	background: #000000 url(/site/job/design/graphics/topBg.jpg);
	background-repeat: no-repeat;
	height:38px;
	padding-left:37px;
	padding-top:18px;
}

div.menucontainer{
	position:relative;
	width:130px;
	height:auto;
	padding:0 30px;
	float:left;
}

div.menuitem{
	position:relative;
	width:130px;
	height:32px;
	overflow:hidden;
	text-align:center;
}

div.menuitem a{
	font-size:18px;
	color:#ffffff;
}

div.menuitem a.selected, div.menuitem a:hover{
	color:#de850c;
}

div.submenucontainerSlide{
	position:absolute;
	width:160px;
	height:auto;
	overflow:hidden;
	z-index: 9999;
}

div.submenucontainer{
	position:absolute;
	width:160px;
	height:auto;
	bottom:0;
	background-color:#020202;
}

div.submenu_serperator{
	height:1px;
	background-color:#FFFFFF;
	margin-top:5px;
	margin-bottom:5px;
}

div.submenuitem{
	position:relative;
	margin-left:5px;
}

div.submenuitem a{
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	display:block;
}

div.submenuitem a:hover{
	color:#de850c;
	text-decoration:none;
}

.button_selected{
	margin-top:-32px;
}

.button_deselected{
	margin-top:0;
}

/*===========================
			OTHERS
===========================*/

label.error img{
	cursor:pointer;
	border:0;
}

div.popup_info{
	position:absolute;
	z-index:1000;
	display:none;
	width: 200px;
	padding:5px;
	margin:-10px 0 0 15px;
	background-color: #7d7d7d;
	border: 1px solid #000000;
}

div.popup_infoL{
	position:absolute;
	z-index:1000;
	display:none;
	width: 200px;
	padding:5px;
	margin:-10px 0 0 -215px;
	background-color: #7d7d7d;
	border: 1px solid #000000;
}

div.popup_info div, div.popup_infoL div{
	position:relative;
	width: 100%;
	overflow: hidden;
	text-align: left;
	color:#FFFFFF;
}

.borderTop{
	border-top: 1px solid #BABABA;
}

.borderBottom{
	border-bottom: 1px solid #BABABA;
}

.borderLeft{
	border-left: 1px solid #BABABA;
}

.borderRight{
	border-right: 1px solid #BABABA;
}

.titleBalk{
	background-color:#DDDDDD;
}
