﻿        body {
            font-family: arial;
            font-size: 14px;
        }
        
        .paginakop {
            font-family: arial;
            font-size: 20px;
            font-weight: bold;
        }
        .tussenkop {
            font-family: arial;
            font-size: 16px;
            font-weight: bold;
        }
        table.sub {
            color: #000000;
            border: 0px solid #000000;
            width: 280px;
            text-align: left;
        }
        table.aanvraag {
            color: #000000;
            border: 0px;
            border-spacing: 0;
            width: 100%;
            text-align: left;
        }
        th {
            border-bottom: 1px solid #000000;
            padding: 15px 5px 5px 5px;
            width: 100%;
            color: #009dea;
            text-align:left;
            /*padding: 10px;*/
        }
        td.link {width: 100%; height: 100%; padding: 4px; border: 1px solid #ffffff;}
        td.link a {margin: -4px; padding: 4px; display: block;  border: 1px solid #ffffff;}
        td.link a:hover {text-decoration: none; color: #ffffff; background-color: #009dea; border: 1px solid #057cc7;}
        a:link {
            color: #000000;
            text-decoration: none;
        }
        a:visited {
            color: #000000;
            text-decoration: none;
        }
        a:hover {
            color: #009dea;
            text-decoration: underline;
        }
        table.frame {
            width:1000px;
            border:0px solid black;
            /* Tabel centreren op de pagina */
            /* margin-left:auto; */
            /* margin-right:auto ;*/
        }
        .menukolom {
            vertical-align: top;
            width: 300px;
        }
        #balk {
            position: fixed;
            width: 100%;
            height: 65px;
            top: 0;
            left: 0;
            padding: 0px 0px 0px 0px;      /* top/right/bottom/left some styling, please note overall height of the object will be 35px due to 5px padding on top/bottom. */
            background: #e9f7fe;       /* some styling */
            border: 1px solid #9DA0AA; /* some styling */
            margin: 0px 0px 0px 0px;
        }

/* Pagina-titel */
.KopTekst {
    font-size: 14px;
    font-weight: bold;
    padding: 10px 0px 10px 0px
}


/* DEVEXPRESS CSS Aanvraag.aspx */
.dxrpcontent {
    padding: 2px;
}

.AlignButtonLeft {
     margin-left: 0;
     margin-right: auto;
 }

.AlignButtonCenter {
     margin-left: auto;
     margin-right: auto;
 }

.AlignButtonRight {
     margin-left: auto;
     margin-right: 0;
 }

.HelpText {
    font-size: 11px;
 }

.HelpTextKop {
    font-size: 11px;
    text-decoration: underline;
}

.InfoText {
    font-size: 11px;
    color: darkblue;
 }

.DefaultText {
    color: black;
 }

.dxeNullText_DevEx.RequiredNullText,
.dxeNullText_DevEx.RequiredNullText input.dxeEditArea_DevEx,
.dxeNullText_DevEx.RequiredNullText input.dxeMemoEditArea_DevEx
{
    color: black;    
}
