﻿body
{
    font-family: Helvetica, Arial, 'Palatino Linotype' , Arial;
    font-size: 10pt;
    line-height: 16pt;
}

h1
{
    color: #CC3300;
}

h2, h3
{
    color: #000;
    margin-bottom: 0px;
}
h4, h5
{
    margin-bottom: 0px;
}

a, a:visited
{
    color: #336666;
}

a:hover, a:active
{
    color: #4A9595;
}

.altLink, .altLink:visited
{
    color: #CC3300;
}
.altLink:hover, .altLink:active
{
    color: #FF7546;
}
.altLink .back
{
    text-align: right;
}

.cap
{
    font-variant: small-caps;
}
.equired .star
{
    color: #FF7546;
}

.menu
{
    margin: 0px;
    padding: 0px;
    background-color: #666;
    color: White;
    font-weight: bold;
    font-size: 10pt;
    text-decoration: none;
}

.menu a, #menu a:visited
{
    color: White;
    text-decoration: none;
}
.menu a:hover, #menu a:active
{
    color: #ddd;
    text-decoration: underline;
}
.menuScheiding
{
    font-size: 12pt;
}
#mainHeader
{
    margin-left: 15px;
}
#mainContent
{
    margin: 15px;
    line-height: 140%;
    letter-spacing: 0pt;
}




input[type=text], select, input[type=password]
{
    border: 1px solid #000000;
    width: 250px;
}

select
{
    border: 1px solid #000000;
    width: 257px;
}
textarea
{
    border: 1px solid #000000;
}

.formTable .textsmall
{
    border: 1px solid #000000;
    width: 100px;
}
.textwide
{
    border: 1px solid #000000;
    width: 647px;
}




button, input[type=button], input[type=submit]
{
    padding: 3px 5px;
    background-color: #B7BE83;
    border: 1px double #333;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    width: 135px;
    margin-right: 20px;
    font-size: 10pt;
}
button:hover, input[type=button]:hover, input[type=submit]:hover
{
    background-color: #D3D8B4;
    border: 1px double #333;
    color: #333;
}

.formTable
{
    width: 100%;
    font-size: 10pt;
}
.formTable .firstColumn
{
    width: 200px;
}
.fieldsetDetails
{
    margin-bottom: 25px;
    padding-left: 7px;
    background-color: #fff;
}

