html, head
{
    margin: 0;
    padding: 0;
    height: 100%;
}

a img
{
    border: none 0;
}

form
{
    margin: 0;
    padding: 0;
}

ul, ul li
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

body
{
	font-size: 9pt;
	font-family: Verdana, Arial;
	color: #303030;
	line-height: 1.5em;	
	background-color: White;
}

/* ** depascor stats ** */
div#website
{
    position: relative;
    width: 1000px;   
}

div#header
{
    position: relative;
    background-image: url(../i/top.png);
    background-repeat: no-repeat;    
    padding-top: 100px;
    margin-bottom: 20px;
    z-index: 10;
}

    #header ul, #header ul li
    {
	    display: inline;
	    padding: 10px;
    }

        #header ul li a
        {
	        color: #00467F;
	        font-size: 16px;
	        font-family: helvetica;
	        white-space: nowrap;
	        padding: 3px 10px;
	        margin: 1px;
	        line-height: 1.2em;
	        text-decoration: none;
	    }  
	    
	    #header ul li a:hover
	    {
	        color: #00467F;
	        background: #f2ffc7;
	    }      
    
div#content
{
    position: relative;
    padding: 10px 150px 10px 45px;
    z-index: 1;
}

div#footer
{
    position: relative;
    margin-bottom: 10px;
    background-image: url(../i/2bolletjes.gif);
    background-repeat: repeat-x;
    height: 15px;
    width: 950px;    
    z-index: 2;
}

    div#footer p
    {
        margin: 0 0 0 30px;
        width: 233px;
        padding: 1px 0 0 2px;
        background-color: #fff;
        font-size: 12px;
        color:  #28477C;
    }

/* ** pages ** */
div#main_box_container
{
    position: relative;
    padding-bottom: 40px;
}

    div#main_box_container a
    {
        margin-right: 20px;
    }
    
div#partners
{
    width: 430px; 
    margin: 10px auto 0 auto; 
    position: relative; 
    overflow: auto;
}

    div#partners div
    {
        float: left; 
        width: 210px; 
        height: 70px;
        text-align: center; 
        padding: 30px 0 0 0;
    }
 
#loginmenu
{ 
    position: absolute; 
    top: 10px; 
    right: 45px;
	padding-left: 10px;
	background-color: White;
	border: solid 1px #ddd;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	width: 190px;
	background-position: 186px 7px;
	background-repeat: no-repeat;
	background-image: url(/i/triangle.png);
	cursor: pointer;
}

    #loginmenu p
    {
        margin: 0;
        padding: 0;
    }

#logindetails
{
	display: none;
	padding-top: 10px;
	padding-bottom: 10px;
}

    #logindetails .menuitem
    {
	    padding-bottom: 5px;
    }

    #logindetails label
    {
        width: auto;
        float: none;
	    font-size: 10px;
    }
    
    #logindetails .text-box
    {
        width: 170px;
    }

    #logindetails button
    {
        margin-bottom: 10px;
    }    

#domainredirecttable 
{
    margin-top: 20px;
}

    #domainredirecttable 
    {
        text-align: left;
    }
    
    #domainredirecttable td
    {
        padding-right: 10px;
    }
    
    #domainredirecttable td span
    {
        display: block;
        cursor:pointer; 
        background-image: url(/i/zoomin18.png);
        width: 18px;
        height:18px;
    }
    
    
/* ** fonts ** */
h1
{
	color: #00467F;
	font-size: 21px;
	margin-top: 2px;
	margin-bottom: 1em;
	font-variant: small-caps;
}

h3
{
	font-family: Verdana, Arial;
	color: #00467F;
	font-size: 9pt;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 0em;
}

#content ul li
{
    margin-left: 18px;
	list-style-image: url(/i/dot.gif);
}

A:link
{
	color: #00467F;
}

A:visited 
{
	color: #404040;
}

A:active
{
	color: Red;
}

.small
{
    font-size: 10px;
}
    
/* **  Styles for basic forms ** */
fieldset 
{
    border: none 0;
    margin: 0;
    padding: 0;
}

    legend 
    {
        font-size:1.2em;
        font-weight: bold;
    }

    fieldset p
    {
        position: relative;
        overflow: auto;
        width: 95%;
    }
    
    fieldset p label
    {
	    color: #444;	    
	    font-weight: bold;
        float: left;
        width: 120px;
        padding-right: 10px;
    }
    
    fieldset p .text-box
    {
        width: 250px;
        margin: 0;
        padding: 2px 3px;           
    }
    
    fieldset p.buttons
    {
        padding-left: 130px;
        width: auto;
    }
    
    fieldset p .multi-line
    {
        height: 75px;
    }

input, button
{
    font-family: inherit;
    font-size: 11px;
    border: 1px solid #ddd;
    color: inherit;    
}

/* ** Styles for validation helpers ** */
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    color: #ff0000;
}

.validation-summary-errors li
{
    list-style-image: none;
    padding-bottom: 2px;
}

.validation-summary-valid
{
    display: none;
}

/* ** vcard ** */
.vcard p.org
{
    margin-bottom: 0;
    font-weight: bold;
}

.vcard p.adr
{
    margin-top: 0;
}
