/* Skin layout */

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, 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-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
body
{
    margin: 0px;
    padding: 0px;
    background-image: url('Img/bg.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    text-align: center;
    font: 10pt "Century Gothic" , arial, geneva, verdana, sans-serif;
    color: #464646;
    line-height: 1.6em;
}
p
{
    margin-bottom: 1em;
}

a
{
    font-style: italic;
}
a:link, a:visited
{
    color: #8dc63f;
}
a:active, a:hover
{
    color: #00aeef;
    text-decoration: none;
}

.clear
{
    clear: both;
}

#wrapper
{
    width: 970px;
    margin: 0px auto;
    text-align: left;
    margin-top: 40px;
}

/* styles kolom 1 ================================================ */
#col1
{
    width: 750px;
    float: left;
}
#logo
{
    display: block;
    width: 750px;
    height: 104px;
    background: url('Img/col1_top.png');
}
#col1_content
{
    width: 750px;
    background: #fff url('Img/col1_bg.jpg') no-repeat;
}
#col1_content_inner
{
    width: 700px;
    margin: 0px 25px 0px 25px;
    padding: 25px 0px 25px 0px;
}
#col1_bottom
{
    width: 750px;
    height: 16px;
    background: url('Img/col1_bottom.png') no-repeat;
}

/* styles kolom 2 ================================================ */
#col2
{
    width: 210px;
    float: left;
}
#col2_top
{
    height: 57px;
    background: url('Img/col2_top.png');
}
#col2_navigation
{
    background: url('Img/col2_spacer.jpg');
}
#col2_center
{
    background: url('Img/col2_spacer.jpg');
}
#col2_bottom
{
    height: 10px;
    background: url('Img/col2_bottom.png');
}

/* styles navigatie ================================================ */
#col2_navigation ul
{
    list-style-type: none;
}
#col2_navigation a
{
    display: block;
    padding: 5px;
    font-weight: bold;
    color: #363636;
    text-decoration: none;
}
#col2_navigation a:link, #col2_navigation a:visited
{
    color: #363636;
}
#col2_navigation a:active, #col2_navigation a:hover
{
    background: #7bd3f6;
    color: #fff;
}
#col2_navigation li.active a
{
    background: #7bd3f6;
    color: #fff;
    font-style: italic;
}


/* 
	Sunnova Systeem 
	==================================	
*/

div.formulier
{
        
}

div.formulier fieldset
{
     border: 1px solid #7bd3f6;
    padding: 1em 1em 0em 1em;
    margin-bottom: 1em;
}

div.formulier fieldset legend
{
    font-size: 140%;
    font-weight: bold;
    color: #8dc63f;
}

div.formulier fieldset .newLine
{
    overflow: hidden;
    height: 3px;
    clear: left;
    width: 100%;
}

div.formulier fieldset label.row
{
    width: 200px;
    text-align: left;
    float: left;
    margin-top: 2px;
}

div.formulier fieldset span.row
{
    width: 100px;
    float: left;
    margin-top: 2px;
}

/***********************************************************************
** formulier grid
***********************************************************************/

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;
}

/***********************************************************************
** Controls
***********************************************************************/

/* Link */
div.formulier a:link, div.formulier a:hover
{
    color: #DF2F18;
    font-family: arial;
    font-size: 8pt;
}

/* 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;
}



#FormSunnova
{
    padding-left: 0px;
}

HR
{
    color: #CECEE0;
    height: 1px;
    border: thin dotted;
}

/* Contentpanel  */
.ContenPanelKolomHeader
{
    color: yellow;
    background-color: Green;
    width: 100%;
}

/* LogOn Control  */
.LogOnControl
{
    font-family: tahoma;
    font-size: 10px;
    font-weight: normal;
    color: #687c89;
    background-color:#FFF;
}
A.LogOnControl:link
{
    text-decoration: underline;
    color: #00aeef;
}
A.LogOnControl:visited
{
    text-decoration: underline;
    color: #00aeef;
}
A.LogOnControl:active
{
    text-decoration: underline;
    color: #00aeef;
}
A.LogOnControl:hover
{
    text-decoration: underline;
    color: #729700;
}

/* Container Geoz1 */

.ContainerGeoz1_menu
{
    float:left
}

.ContainerGeoz1_title
{
    float:left;
}

.ContainerGeoz1_title h1
{
    font-size: 200%;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 2em;
    color: #00aeef;
}

.ContainerGeoz1
{
}

.ContainerGeoz1_content
{
    float:left;
}



/* LoginWindow */

#LogOnWindowDiv
{
    font-family: Lucida Grande, arial;
    font-size: 12px;
    background-color:Yellow;
    background-image:url('Img/login_bg.png');    
    background-repeat: no-repeat;
    height: 208px;
    width: 460px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
}


/*
#LogOnWindowDiv
{
    font-family: Lucida Grande, arial;
    font-size: 12px;
    background-color:Yellow;
    background-image:url('Img/login_bg.png');    
    background-repeat: no-repeat;
    height: 208px;
    width: 460px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
}

#LogOnUserNameLabelDiv
{
    position: relative;
    left: 35px;
    top: 150px;
    visibility:hidden;
}

#LogOnUserNameTextBoxDiv
{
    position: relative;
    left: 50px;
    top: 190px;
    background-color:Fuchsia;
}

#LogOnPasswordLabelDiv
{
    position: relative;
    left: 35px;
    top: 150px;
    visibility:hidden;    
}

#LogOnPasswordTextBoxDiv
{
    position: relative;
    left: 150px;
    top: 190px;
}

#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;
    background-color:Red;
    background-image:url('Img/login_bg.png');
}

.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: 0px;
    left: 0px;
    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;
}

*/


/***********************************************************************
** EDITOR
***********************************************************************/

div.formulier .DigitalDynamics_Web_UI_Controls_Editor_Preview
{
    height: 100px;
    border: solid 1px #dcdcdc;
    overflow: hidden;
}

div.formulier .DigitalDynamics_Web_UI_Controls_Editor_Preview:hover
{
    border: solid 1px blue;
    cursor: hand;
}

#LogOnControl1 {text-align: right;}
#LogOnControl1 a {color: #dcdcdc;}
