﻿/* Styles for the masterpage */

/* repeting (util) classes: */
.bgblue
{
    background: #384fa2;
    font: 10px Arial,Helvetica,sans-serif;
    color: #FFFFFF;
}
.bgblue a
{
    color: #FFFFFF;
}
.bgblue a:hover
{
    color: #FFFFFF;
    text-decoration: underline;
}
.bggrey
{
    background: #cbcbcb;
}
.back
{
    background-image: url('../Images/back.jpg');
    background-repeat: repeat;
}
.dataTable
{
}

/* main content: */
#mainTable
{
    background-color: White;
    vertical-align: top;
}

#mainMenu a
{
    color: #FFFFFF;
}

#placeHolder
{
    text-align: center;
}
/* Layout main Masterpage */

#NavigationPanel
{
    width: 150px;
}
#InfoPanel
{
    width: 150px;
}
#MainPanel
{
    margin: 0px;
    width: 660px;
    padding: 0px;
}

#SiteMapPath
{
    padding-top: 2px;
    padding-left: 8px;
    padding-bottom: 3px;
    margin: 0px;
    font-size: 10px;
    text-transform: none;
}




/* Footer */
td.footer
{
    height: 20px;
    font-family: Verdana;
    font-size: 11px;
    color: #cbcbcb;
}

td.footer a
{
    font-family: Verdana;
    font-size: 11px;
    text-decoration: none;
    color: #cbcbcb;
}

td.footer a:visited
{
    font-family: Verdana;
    font-size: 11px;
    color: #cbcbcb;
    text-decoration: none;
}

td.footer a:hover
{
    font-family: Verdana;
    font-size: 11px;
    color: #cbcbcb;
    text-decoration: underline;
}

/* main content items */
.MainContent
{
    font-family: Verdana;
    font-size: 11px;
    color: #000000;
    border: #cbcbcb 1px solid;
    padding: 10px;
    margin: 0px;
}

td.zoeken
{
    height: 20px;
    font-family: Verdana;
    font-size: 11px;
    color: #000000;
}


#ctl00_cpInformational_pInformational-2
{
    margin: 5px;
    padding: 5px;
    border: 1px solid #666666;
    background-color: #fff666;
}

.menuitem
{
    font-size: 11px;
    padding-right: 5px;
    font-weight: bold;
}
