/* CSS Reset ================================================================================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

#FormSunnova
{
	padding-left: 0px;
}

p {padding-bottom: 1em;}

body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none;}

/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}

/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: collapse;border-spacing: 0;}

/* Layout stijlen ================================================================================================================== */

body {background: url('img/bg.jpg') no-repeat top center; font: 11pt Calibri, Arial, Verdana, Sans-Serif; line-height: 1.4em; color: #313131;}

#header {width: 100%; height: 135px; background: url('img/header_spacer.jpg');}
#wrapper {position: relative; width: 990px; margin: 0px auto; margin-top: -135px; text-align: left;}

/* Linker kolom stijlen */
#col1 {float: left; width: 580px; margin-left: 40px;}
#col1_foto {border-bottom: 1px solid #cfcfcf; margin-bottom: 40px;}

/* Rechter kolom stijlen */
#logo {height: 180px; background: url('img/logo.png');}

#col2 {float: left; width: 370px;}
#col2_content {width: 290px; margin-left: 40px;}

/* Footer stijlen */
#footer {position: relative; clear: both; width: 910px; margin-left: 40px; top: 40px; line-height: 3em; background: #b3b3d4; border-bottom: 1px solid #cfcfcf;}
#footercenter {width: 890px; margin-left: 10px; color: #fff;}

/* Content stijlen ================================================================================================================== */

h1 {font: italic bold 18pt "Myriad Pro", Calibri, Arial, Verdana, Sans-Serif; color: #bcbadb;}
h1 span {color: #7675b4;}
h3, h3 a {font: italic bold 13pt "Myriad Pro", Calibri, Arial, Verdana, Sans-Serif; letter-spacing: -0.1ex; color: #7675b4;text-decoration:none;}
h5 {font-style: italic;}

.clear {clear: both;}

.zichtbaar 
{
	visibility:visible;
	display:block;
}

.onzichtbaar 
{
	visibility:hidden;
	display:none;
}

/* GetWorkContainer */

div.GetWorkContainerContent { clear:both; text-align:left; }

.ModuleTitleControl 
{
    font: bold 18pt "Myriad Pro", Calibri, Arial, Verdana, Sans-Serif; color: #7675b4;
}
.ContenPanelKolomHeader
{
    color: #FFFFFF;
    background-color: #FF0000;
    width: 100%;
}

/* Vacature module stijlen*/
.vacature {margin-top: 25px; border: 1px solid #e6e3f1; background: #fff url(img/vacature_bg.jpg) repeat-x bottom left; font-size: 95%;}
.vacature_inner {background: url(img/vacature_gradient.png) repeat-x top left;}
.vacature_titel {float: left; margin-top: -13px; margin-left: 15px; margin-bottom: 5px;}
.vacature_standplaats {float: right; margin-top: -13px; margin-right: 15px;}
.vacature_content {clear: both; padding: 0px 15px 0px 15px; margin-bottom: 15px;}
a.vacature_dicht {display: block; float: right; width: 26px; height: 26px; background: url('img/dicht.gif') no-repeat center center;}
a.vacature_open {display: block; float: right; width: 26px; height: 26px; background: url('img/open.gif') no-repeat center center;}

.vacature_dienstverband {}
.vacature_info {border-bottom: 1px solid #e6e3f1; padding-bottom: 10px;}
.vacature_uitgebreid {border-bottom: 1px solid #e6e3f1; padding-top: 10px; text-align: justify;}
.vacature_meerinfo {padding-top: 10px;}

.vacature_kolom_links {float: left; width: 170px;}
.vacature_kolom_rechts {}

/* Vacature categorieen module stijlen */
.subbuttons {border-bottom: 1px solid #cfcfcf;}
.subbuttons li {clear: both;}
.subbuttons a {display: block; width: 290px; line-height: 32px; text-decoration: none; text-indent: 10px; font-size: 10pt;}
.subbuttons a:link {color: #7675b4; background: url('img/button_inactive.jpg') no-repeat;}
.subbuttons a:visited {color: #7675b4; background: url('img/button_inactive.jpg') no-repeat;}
.subbuttons a:active {color: #fff; background: url('img/button_active.jpg') no-repeat;}
.subbuttons a:hover {color: #fff; background: url('img/button_active.jpg') no-repeat;}
.subbuttons a.actief {color: #fff; background: url('img/button_active.jpg') no-repeat;}

/* Popup */

.Popup { margin:10px; }

.Popup .actie
{
    font: italic bold 11pt "Myriad Pro", Calibri, Arial, Verdana, Sans-Serif; color: #bcbadb;
}

.Popup .titel
{
    font: italic bold 14pt "Myriad Pro", Calibri, Arial, Verdana, Sans-Serif; color: #7675b4;
}

.Popup .referentie
{
    float:right;
}

.Popup .referentie .tekst
{
    font: italic bold 11pt "Myriad Pro", Calibri, Arial, Verdana, Sans-Serif;
}

.Popup .referentie .nummer
{
    font: 11pt "Myriad Pro", Calibri, Arial, Verdana, Sans-Serif;
}

.Popup .formulier input, 
.Popup .formulier textarea, 
.Popup .formulier .buttons
{
    float:right;
}

/* 
	Systeem 
	==================================	
*/

div.formulier fieldset
{
	border			: none;
	margin-top		: 15px;
	margin-bottom	: 25px;
	padding-left	: 10px;
	font-family		: arial;
	font-size		: 8pt;
	padding-top		: 0.2em;
	color			: Gray;	
}

div.formulier legend
{
	margin-left		: 0px;
	color			: #7675b4;
	margin-bottom	: 10px;
	font-family		: arial;
	font-size		: 9pt;
	font-weight		: bold;
	
}

div.formulier .newLine
{
	overflow		: hidden;
	height			: 3px;
	clear           : left;
	width           : 100%;
}

div.formulier .row
{
	width			: 100px;
	float			: left;
	margin-top		: 2px;
	
}

div.formulier .grid_header
{
	color			: #DF2F18;
	text-align		: left; 
	float			: left; 
	font-weight		: bold;
	background-color: #dcdcdc;
	padding			: 3px;
	margin-right	: 2px;
}

div.formulier .grid_label
{
	padding			: 3px;
	margin-right	: 2px;
	text-align		: left; 
	float			: left; 	
}

/* Textbox normal */
div.formulier .Textbox_Normal
{
	border			: solid 1px #dcdcdc;
	padding-left	: 2px;
	padding-right	: 2px;
	font-family		: arial;
	font-size		: 8pt;
	color			: Gray;
}

/* Textbox error */
div.formulier .Textbox_Error
{
	border			: solid 1px #DF2F18;
	padding-left	: 2px;
	padding-right	: 2px;
	font-family		: arial;
	font-size		: 8pt;
	background-color: #DF2F18;
	color			: white;
}

/* scrolbar */
div.formulier .scrollbar
{
	scrollbar-arrow-color		:#DF2F18; 
    scrollbar-track-color		:#fff; 
    scrollbar-face-color		:#fff; 
    scrollbar-highlight-color	:#dcdcdc; 
    scrollbar-3dlight-color		:#fff; 
    scrollbar-darkshadow-color	:#fff; 
    scrollbar-shadow-color		:#dcdcdc; 
}


/* LogOn Control  */
.LogOnControl
{
    font-family: tahoma;
    font-size: 12px;
    font-weight: normal;
    color: #687c89;
}
A.LogOnControl:link
{
    text-decoration: underline;
    color: #ed1c24;
}
A.LogOnControl:visited
{
    text-decoration: underline;
    color: #ed1c24;
}
A.LogOnControl:active
{
    text-decoration: underline;
    color: #ed1c24;
}
A.LogOnControl:hover
{
    text-decoration: underline;
    color: #729700;
}

/* LoginWindow */

#LogOnWindowDiv
{
    font-family: Lucida Grande, arial;
    font-size: 12px;
    background-image: url('Img/LogOn_BG.jpg');
    background-repeat: no-repeat;
    height: 480px;
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
}

#LogOnUserNameLabelDiv
{
    position: relative;
    left: 35px;
    top: 150px;
}

#LogOnUserNameTextBoxDiv
{
    position: relative;
    left: 130px;
    top: 132px;
}

#LogOnPasswordLabelDiv
{
    position: relative;
    left: 35px;
    top: 150px;
}

#LogOnPasswordTextBoxDiv
{
    position: relative;   
    left: 130px;
    top: 132px;
}

#LogOnRememberMeDiv
{
    position: absolute;
    left: 135px;
    top: 145px;
    
}

#LogOnFailureDiv
{
    position: relative;
    top: -15px;
    left: 125px;
	height: 15px;
	width: 225px;
}

#LogOnWindow_FailureText
{
    font-size: 12px;
    color: Red;
}


#LogLoginButtonDiv
{
    position: relative;    
    left: 290px;
    top: 210px;
}

.Login_Panel
{
    margin-left: 30px;
    margin-right: 30px;
}

.LogOnForgotPassword
{
    float: right;
    text-align: right;
}

#Loginbuttons 
{
    position: relative;
    clear: both;
    padding-top: 2px;
}

#Rememberbuttons
{
    position: relative;
    float: right;
    top: 0px;
    font-family: Lucida Grande, arial;
    font-size: 12px;
}

#LoginButton
{
    float: right;
    text-align: right;
	margin-right: 5px;
}

.LogOnForgotPassword
{
    float: right;
    padding-right: 10px;
    text-align: right;
}


.LogOnFieldUsername
{
	width: 225px;
	padding-left: 50px;
    text-align: left;
    font-size: 18px;
	line-height: 20px;
    border: solid 1px gray;
}

.LogOnFieldPassword
{
	width: 225px;
	padding-left: 50px;
    text-align: left;
    font-size: 18px;
	line-height: 20px;
    border: solid 1px gray;
}

.Logon_LogonButton
{
    
}

.Logon_Required {
	position: relative;
	top: -35px;
	float: right;
	left: 5px;
}

#LogOnWindow_UserName
{
    position: relative;
    border: solid 1px #009EE2;
    top: -11px;
    left: 140px;

    width: 185px;
    height: 17px;
    padding: 5px;
    opacity: 0.8;
    filter: alpha( opacity=80 );
    color: #000000;
}

#LogOnWindow_UserName:hover
{
    opacity: 0.9;
    filter: alpha( opacity=90 );
}
#LogOnWindow_UserName:focus
{
    opacity: 1.0;
    filter: alpha( opacity=100 );
}


#LogOnWindow_Password
{
    position: relative;
    border: solid 1px #009EE2;
    top: -11px;
    left: 140px;

    width: 185px;
    height: 17px;
    padding: 5px;
    opacity: 0.8;
    filter: alpha( opacity=80 );
    color: #000000;
}

#LogOnWindow_Password:hover
{
    opacity: 0.9;
    filter: alpha( opacity=90 );
}

#LogOnWindow_Password:focus
{
    opacity: 1.0;
    filter: alpha( opacity=100 );
}

#LogOnLabelPassword
{
    position: relative;
    top: 1px;
}
#LogOnFieldFieldPassword
{
    position: relative;
    top: -10px;
}

#LogOnLabelUsername
{
    position: relative;
    top: 11px;
}

#LogOnWindow_UserName
{
    font-size: 12px;
}
#LogOnWindow_Password
{
    font-size: 12px;
}

table.VacaturesZoekenTabel {width: 100%;}
.VacaturesZoekenLabel {width: 35%;}
td.VacaturesZoekenTextBox input.Textbox_Normal {width: 100%; padding: 5px;}
input.rcbInput {width: 100%;}

.VacaturesZoekenDropwDownBox {width: 160px; padding-top:2px; padding-bottom:2px; line-height:10px; vertical-align:middle;}
