/*
p.class : specifieert een p die <p class="class"> is
p#id : specifieert een p die <p id="id"> is

.class p : alle p's die in de class class zitten zullen er zo uitzien
#id p: alle p's die in de id id zitten zullen er zo uitzien
*/

html, body, form
{
    /*height: 100%;/*for IE6, otherwise 150 px shifted*/ /*width: 1240px;/*for IE6, otherwise 150 px shifted*/ /*_position: absolute; /*for IE, menu alignment*/ /*_left:-150px;/*for IE, menu alignment*/ /*_padding-bottom: 5em;     _margin-bottom: 5em;*/
}

body
{
    behavior: url(csshover3-source.htc);
    background-color: ivory;
}
#maincontent
{
    float: left; /*for FF, otherwise maincontent really small*/
    width: 1220px;
    height: auto !important; /* voor moderne browsers */
    height: 80%; /* voor IE */
    margin: 4px 4px 4em 3px; /*top right bottom left*/
    padding: 4px 6px 5em 6px; /*top right bottom left*/
    background-color: white;
    border: 1px solid darkgray;
    font-family: "Verdana" , "Arial" , sans-serif;
    _position: absolute; /*for IE6*/
}

#maintext
{
    float: left;
    width: 71em;
    height: auto;
    margin-top: 20px;
    padding: 0px 1em 0px 0.5em; /*top right bottom left*/
    border-left: 2px dotted lightgrey;
    font-size: 10pt;
    color: #444444;
    text-align: justify;
    _position: relative;
    _top: -12px;
    _left: -12px;
    _z-index: 1;
}

#maintext p
{
    font-size: 10pt;
    color: #444444;
    text-align: justify;
}

ul#navbalklinks2
{
    float: left;
    height: auto;
    min-width: 170px;
    padding: 0px 0px 0px 0px; /*top right bottom left*/
    margin: 20px 6px 2em 2px; /*top right bottom left*/ /*margin-top should be equal to maintext margin-top, for firefox*/
    background-color: lemonchiffon;
    border-top: 1px solid gainsboro;
    border-right: 1px solid gainsboro;
    border-left: 1px solid gainsboro;
    border-bottom: none;
    list-style-type: none;
    font-weight: bold;
    font-size: 11pt;
    color: dimgray;
    line-height: 1.5em; /*_position: relative;     _top: -12px;     _left: -12px;     _z-index: 1;*/
}

ul#navbalklinks2 a
{
    _width: 180px;
    display: block;
    min-width: 160px;
    max-width: 200px;
    padding: 4px 10px 4px 10px; /*top right bottom left*/
    border-bottom: 1px solid gainsboro;
    text-decoration: none;
}

ul#navbalklinks2 a:link
{
    color: gray;
}
ul#navbalklinks2 a:visited
{
    color: gray;
}
ul#navbalklinks2 a:hover, ul#navbalklinks2 a.current
{
    color: lightsteelblue;
    background-color: palegoldenrod;
}


img
{
    border: none;
}

img.center
{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.bold, .boldrouge
{
    font-weight: bold;
}

ul.center, p.center, div.center
{
    margin-left: auto;
    margin-right: auto;
    display: block;
}

p.subtitle
{
    font-size: 9pt;
    color: darkslategray;
    border-bottom: 1px solid lightgrey;
}

.right
{
    text-align: right;
}
/*
.italic
{
    font-style: italic;
}

.f11
{
    font-size: 11pt;
}
.f10
{
    font-size: 10pt;
}
.f9
{
    font-size: 9pt;
}
.f8
{
    font-size: 8pt;
}
.rouge, .boldrouge
{
    color: #cc0000;
}
*/

.popup
{
    border-bottom: 1px dotted grey;
}
.popup:hover
{
    color: lightslategray;
}

img.downloadicon
{
    width: 40px;
}

table
{
    font-family: "Verdana" , "Arial" , sans-serif;
    font-size: 10pt;
    color: #444444;
    text-align: left;
}

#maintext hr
{
    margin: 1em 0px 1em 0px; /*top right bottom left*/
    border: 0;
    color: gainsboro;
    background-color: gainsboro;
    height: 1px;
}

#maintext span.praktisch
{
    background-color: #CFD6FF;
    border: 1px solid gainsboro;
    padding: 3px 3px 3px 3px; /*top right bottom left*/
}

#maintext li
{
    margin-bottom: 1em;
}

a:visited.boldrouge, h5 a:visited
{
    color: #cc0000;
}
a:link.boldrouge, h5 a:link
{
    color: #cc0000;
}
a:hover.boldrouge, h5 a:hover
{
    color: lightslategray;
}

a
{
    text-decoration: underline;
}
a:link
{
    color: grey;
}
a:visited
{
    color: grey;
}
a:hover
{
    color: black;
}
/*------------------------------------------*/
img.imagetextleft
{
    float: left;
    margin: 1em 1em 1em 0px; /*top right bottom left*/
    padding: 5px 5px 5px 5px; /*top right bottom left*/
    background-color: ivory;
    border: 1px solid lightgrey;
}
/*------------------------------------------*/
h1
{
    font-size: 20pt;
    font-family: "Georgia" , "Garamond" , "Times New Roman" , serif;
    color: darkslategray;
}

h2
{
    font-size: 16pt;
    font-family: "Georgia" , "Garamond" , "Times New Roman" , serif;
    font-weight: bold;
    color: darkslategray;
    padding-top: 2px;
    padding-bottom: 2px;
    border-bottom: 1px solid lightslategray;
    border-top: 1px solid lightgrey;
}

h3
{
    margin-bottom: 1em;
    margin-top: 2em;
    font-size: 13pt;
    font-family: "Georgia" , "Garamond" , "Times New Roman" , serif;
    font-style: italic;
    color: darkslategray;
    padding-bottom: 2px;
    border-bottom: 1px solid lightslategray;
}

h4
{
    margin-top: 1.5em;
    margin-bottom: 1em;
    font-size: 13pt;
    font-weight: bold;
    font-style: italic;
    font-family: "Georgia" , "Garamond" , "Times New Roman" , serif;
    color: darkslategray;
}

h5
{
    font-weight: bold;
    font-size: 11pt;
    color: #cc0000;
    margin-bottom: 0.3em;
}

h6
{
    margin-top: 2px;
    margin-bottom: 1em;
    font-size: 10pt;
    font-weight: bold;
    font-family: "Verdana" , "Arial" , sans-serif;
    color: darkslategray;
}
/*------------------------------------------*/
/*A table with light blue header, darkkhaki items and palegoldenrod altitems*/
/**/
/**/
table.datagrid1
{
    border-collapse: collapse;
    background-color: beige; /*CellPadding="2" CellSpacing="2" BackColor="#E7EFFF" BorderStyle="solid" BorderColor="Black" BorderWidth="1" */
    border: 1px solid gainsboro;
}

table.datagrid1 td
{
    padding: 9px 3px 9px 3px; /*top right bottom left*/
    border: 1px solid darkslategray;
}

table.datagrid1 tr.altItem
{
    background-color: palegoldenrod;
}

table.datagrid1 tr td a
{
    display: block;
    text-decoration: none;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

table.datagrid1 tr.datagrid1_header
{
    padding: 3px 5px 3px 5px; /*top right bottom left*/
    font-size: 12pt;
    font-weight: bold;
    font-style: italic;
    background-color: #BDCFE7;
    border: 1px solid darkslategray;
}

table.datagrid1 tr.datagrid1_footer
{
    /*font-size: 11pt; */
    background-color: darkkhaki;
    text-align: right;
    border: 3px solid darkslategray;
    font-weight: bold;
}

table.datagrid1 tr.datagrid1_footer span
{
    padding: 2px;
    border: 1px solid darkslategray;
}

table.datagrid1 tr.datagrid1_footer a
{
}

table.datagrid1 tr.datagrid1_footer a:hover
{
    padding: 2px;
    border: 1px solid darkslategray;
    background-color: #BDCFE7;
    margin-right: -3px;
    margin-left: -4px;
}

/*------------------------------------------*/
/*An unassuming table with no header, white items and lightgrey altitems, with large padding, example fondsprijzen*/
/**/
/**/
table.datagrid2
{
    border-collapse: collapse;
    border-spacing: 0px 8px; /*vertical (y) spacing, horizontal (x) spacing*/
    border: none;
}

table.datagrid2 tr
{
    background-color: white;
    border-bottom: 2px solid gainsboro;
    border-top: 2px solid gainsboro;
}

table.datagrid2 tr:first-child
{
    border: none;
}

table.datagrid2 td
{
    padding: 2em;
    width: 35%;
}

table.datagrid2 td + td
{
    width: 65%;
}

table.datagrid2 tr.altItem, table.datagrid2 td.altItem
{
    background-color: whitesmoke;
}

/*------------------------------------------*/
/*An unassuming table with no header, white items and lightgrey altitems, example all committe member overviews*/
/**/
/**/
table.datagrid3
{
    border-collapse: collapse;
    border-spacing: 0px 8px; /*vertical (y) spacing, horizontal (x) spacing*/
    border: 1px solid palegoldenrod;
    font-family: "Lucida Sans Unicode" , "Lucida Sans" , "Lucida" , "Arial" , "Helvetica" , sans-serif;
}

table.datagrid3 tr
{
    background-color: white;
    border-bottom: 1px solid gainsboro;
    border-top: 1px solid gainsboro;
}

table.datagrid3 tr:first-child
{
    border-top: 1px solid palegoldenrod;
}

table.datagrid3 tr:last-child
{
    border-bottom: 1px solid palegoldenrod;
}

table.datagrid3 td
{
padding-left:1em;
    padding-right:2em;
    border-right:1px solid gainsboro;
}

table.datagrid3 td + td
{
padding-left:1em;
    padding-right:3em;
    border-left:1px solid gainsboro;
    border-right:1px solid palegoldenrod;
}

table.datagrid3 tr.altItem, table.datagrid3 td.altItem
{
    background-color: whitesmoke;
}

/*------------------------------------------*/
div.collapsePanel
{
    background-color: white;
    height: auto;
    overflow: visible;
    width: 80%;
    margin-left: 50px;
    margin-top: 1em;
}

div.collapsePanel p, div.collapsePanel li
{
    color: #444444;
    font-size: 10pt;
    font-weight: normal;
    font-style: normal;
}

div.collapsePanel img.downloadicon
{
    margin-bottom: 1em;
}

div.collapsePanelHeader
{
    position: relative;
    width: 80%;
    height: 80px;
    margin-bottom: 2em;
    padding: 6px 5px 3px 5px; /*top right bottom left*/
    border: 1px dotted darkslategray;
    display: block;
    z-index: 5;
}

div.collapsePanelHeader:hover
{
    border: 1px solid darkslategray;
}

.transparant
{
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

.klasse1
{
    background-color: #99cc66;
}
/*groen*/
.klasse2
{
    background-color: #FF8D54;
}
/*rood*/
.klasse3
{
    background-color: #f5f584;
}
/*geel*/
.klasse4
{
    background-color: #BDCFE7;
}
/*blauw */

div.collapsePanelHeader h4
{
    display: inline; /*vertical-align:middle;*/
}

div.collapsePanelHeader p
{
    position: relative;
    top: 1px;
    padding: 2px 0px 2px 1em; /*top right bottom left*/
    background: ghostwhite url('/images/layout/grijzebalk.png') no-repeat right top;
    z-index: 1;
}

div.collapsePanelHeader input
{
    position: relative;
    display: inline;
    font-size: 10px;
    float: right;
}

/*------------------------------------------*/
div.pager
{
    width: 80%;
    margin-top: 1em;
}

/*------------------------------------------*/
input.bstyle1_inline
{
    display: inline;
}

input.bstyle1_block
{
    margin: 1.5em 3px 1em 0px; /*top right bottom left*/
    display: block;
}

input.ddstyle_inline
{
    display: inline;
}

input[type="submit"]
{
    width: auto;
    padding: 3px 3px 3px 3px; /*top right bottom left*/
    margin: 3px 3px 0px 3px; /*top right bottom left*/
    border: 1px solid goldenrod;
    background-color: lemonchiffon;
    font-family: "Lucida Sans Unicode" , "Lucida Sans" , "Lucida" , "Arial" , "Helvetica" , sans-serif;
    font-size: 11pt;
}

input[type="submit"]:hover
{
    background-color: palegoldenrod;
}

input[type="text"]:focus
{
    border: 2px solid #90bade;
    /*margin-top:-1px;
    margin-bottom:-1px;*/
}

div.pager input[type="submit"]
{
    font-size: 10pt;
    height: 20px;
    padding: 1px 1px 1px 1px; /*top right bottom left*/
}

div.pager input[type="submit"].disabled:hover
{
    background-color: lemonchiffon;
}

/*------------------------------------------*/
#map
{
    float: left;
    width: 550px;
    height: 465px;
    border: 1px solid silver;
    margin-bottom: 2em;
}

div#mapcompanion
{
    float: right;
    width: 35%;
    _width: 40%;
    border: 1px solid silver;
    padding-left: 1em;
    padding-right: 1em;
    _padding-right: 0.3em;
    padding-bottom: 40px;
    background-color: ghostwhite;
}

div#mapcompanion ul
{
    padding-left: 1em;
    _position: relative;
    _top: 1em;
    _left: -3em;
}

div#mapcompanion ul li
{
    padding-bottom: 4px;
}
/*------------------------------------------*/
.paneldrop
{
    width: 90%;
    min-height: 108px;
    margin: 0px 0px 2em 0px; /*top right bottom left*/
    padding: 0.5em 1em 0.5em 1em; /*top right bottom left*/ /*background-color: #CFD6FF; */ /*background-color: ghostwhite; */
    background: ghostwhite url('/images/logokvab_cut.png') no-repeat 610px 10px;
    _background: ghostwhite url('/images/logokvab_cut.png') no-repeat 550px 12px;
    border: 4px double gainsboro;
    display: block;
}

.paneldrop img
{
    float: left;
    margin-right: 1em;
}

.paneldrop p
{
    position: relative;
    top: -10px;
    _top: 0px;
}

.paneldrop div.buttons
{
    display: block;
    vertical-align: bottom;
    margin-bottom: 1em;
}

.paneldrop_sub
{
    margin: 0px 0px 2em 9em; /*top right bottom left*/
    _margin: 0px 0px 2em 12em; /*top right bottom left*/
    padding: 1em 1em 0px 0.5em; /*top right bottom left*/
    border-left: 2px dotted grey;
    font-family: "Lucida Sans Unicode" , "Lucida Sans" , "Lucida" , "Arial" , "Helvetica" , sans-serif;
    font-size: 11pt;
}
/*------------------------------------------*/
.panelnewsdetail
{
    width: 93%; /*border-right: 1px dotted grey;*/
    text-align: justify;
}

.panelnewsdetail p
{
    vertical-align: top;
    text-align: justify;
}

.panelnewsdetail h4
{
    margin-bottom: 0.5em;
}

.panelnewsdetail img.imagetextleft
{
    margin: 0em 1em 1em 0px; /*top right bottom left*/
}
/*------------------------------------------*/

ul.popup
{
    list-style: none;
}

ul.popup li
{
    display: none;
}
ul.popup li:hover
{
    display: block;
}














#welcomebox a:link
{
    color: dimgray;
}
#welcomebox a:visited
{
    color: dimgray;
}
#welcomebox a:hover
{
    color: black;
}
#welcomebox
{
    background-image: url(images/achtergrond-mooi.gif);
}

td.newsbox a
{
    text-decoration: none;
    border-bottom: 1px dotted grey;
}

td.newsbox a:hover
{
    border-bottom: 1px dotted lightslategray;
}

td.newsbox
{
    /*float: left;     left: 220px;     width: 500px; */
    background-color: ghostwhite;
    border: 1px solid gainsboro;
    border-bottom: 3px solid gainsboro;
    border-right: 3px solid gainsboro;
    margin: 4px 4px 4px 4px; /*top right bottom left*/
    padding: 8px 8px 8px 8px; /*top right bottom left*/ /*border-spacing: 0px 10px;*/
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}


td.newsbox tr.AltItemTemplate td
{
    background-color: gainsboro;
}

td.newsbox td:hover
{
    border-left: 2px solid gold;
}

td.newsbox tr.ItemTemplate td
{
    background-color: whitesmoke;
}

tr.AltItemTemplate a:link
{
    color: dimgray;
}

#kalenderbox
{
    float: right;
    clear: right;
    top: 100px;
    width: 300px;
    background-color: ghostwhite;
    border: 1px solid lightsteelblue;
    margin: 4px 4px 4px 4px; /*top right bottom left*/
    padding: 8px 8px 8px 8px; /*top right bottom left*/
    line-height: 15px;
}

#kalenderbox .AltItemTemplate
{
    background-color: gainsboro;
    display: block;
    padding: 2px 0px 4px 0px; /*top right bottom left*/
}

#welcomebox
{
    margin-left: auto;
    margin-right: auto;
    top: 100px;
    left: 220px;
    width: 500px;
    background-color: ghostwhite;
    border: 1px solid lightsteelblue;
    margin: 4px 4px 4px 4px; /*top right bottom left*/
    padding: 12px 16px 12px 12px; /*top right bottom left*/
}

#abbox
{
    float: right;
    clear: right;
    left: 300px;
    width: 500px;
    background-color: ghostwhite;
    border: 1px solid lightsteelblue;
    margin: 4px 4px 4px 4px; /*top right bottom left*/
    padding: 8px 8px 8px 8px; /*top right bottom left*/
    top: 900px;
    position: relative;
}

#pubbox
{
    left: 1100px;
    width: 500px;
    background-color: ghostwhite;
    border: 1px solid lightsteelblue;
    margin: 4px 4px 4px 4px; /*top right bottom left*/
    padding: 8px 8px 8px 8px; /*top right bottom left*/
    top: 900px;
    position: relative;
}

#legalinfo
{
    top: 90%;
    position: relative;
    left: 10px;
    width: 500px;
    background-color: ghostwhite;
    border: 1px solid lightsteelblue;
    padding-left: 3px;
    padding-right: 3px;
}