﻿body
{
    font-family: Calibri, Arial, Verdana, Helvetica, sans-serif;
    font-size: 14px;
}

*html li a
{
    height: 1%;
}

#dhtmltooltip
{
    position: absolute;
    width: 150px;
    border: 1px solid black;
    padding: 2px;
    background-color: White;
    visibility: hidden;
    z-index: 100; /*Remove below line to remove shadow. Below line should always appear last within this CSS*/
    filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

label
{
    font-family: Calibri, Tahoma, Arial;
    font-size: 10pt;
}
.MyCalendar .ajax__calendar_container
{
    border: 1px solid #646464;
    background-color: #FFFACD;
    color: red;
}
.MyCalendar .ajax__calendar_other .ajax__calendar_day, .MyCalendar .ajax__calendar_other .ajax__calendar_year
{
    color: black;
}
.MyCalendar .ajax__calendar_hover .ajax__calendar_day, .MyCalendar .ajax__calendar_hover .ajax__calendar_month, .MyCalendar .ajax__calendar_hover .ajax__calendar_year
{
    color: black;
}
.MyCalendar .ajax__calendar_active .ajax__calendar_day, .MyCalendar .ajax__calendar_active .ajax__calendar_month, .MyCalendar .ajax__calendar_active .ajax__calendar_year
{
    color: black;
    font-weight: bold;
}
select
{
    width: 40px;
    font-size: 13px;
    font-family: Calibri, Arial, Helvetica, sans-serif;
    background-color: #f5f5f5;
    border-color: #cccccc;
    border-style: solid;
    border-width: 1px;
}

.info_line
{
    font-family: Calibri, Arial, Helvetica, sans-serif;
    font-size: 15px;
    background-color: #fff;
    color: #000;
}

.info_line_alternating
{
    font-family: Calibri, Arial, Helvetica, sans-serif;
    font-size: 15px;
    background-color: #E6E6E6;
    color: #000;
}

.info_header
{
    font-family: Calibri, Arial, Helvetica, sans-serif;
    font-size: 15px;
    background-color: #fff;
    color: #000;
    background-image: url(          'images/menu_hv.jpg' );
}

.button_plus
{
    border: 0;
    height: 14px;
    width: 14px;
    margin-bottom: 5px;
    background-image: url(  "images/add_item.png" );
    background-repeat: no-repeat;
    background-color: Transparent;
    margin-right: 0px;
}

.button_plus:hover
{
    border-style: none;
    border-color: inherit;
    border-width: 0;
    background: url(  'images/add_item_hover.png' ) no-repeat;
    height: 16px;
    width: 16px;
    margin-bottom: 5px;
    margin-right: 0px;
}

.button_minus
{
    border-style: none;
    border-color: inherit;
    border-width: 0;
    background: url(  'images/remove_item.png' ) no-repeat;
    height: 14px;
    width: 14px;
    margin-bottom: 5px;
}


.button_minus:hover
{
    border-style: none;
    border-color: inherit;
    border-width: 0;
    background: url(  'images/remove_item_hover.png' ) no-repeat;
    height: 16px;
    width: 16px;
    margin-bottom: 5px;
}

h2
{
    font-size: 12px;
    color: #336699;
    margin: 0;
    padding: 5px0 0 0;
}

p
{
    margin: 0 0 20px 0;
}


/* STRUCTUUR  */


#container
{
    width: 846px;
    margin: 0px auto;
    border: 1px solid #666;
}



/* HEADER  */

#header
{
    height: 102px;
}


#header img.logo
{
    float: left;
    margin: 35px 0 0 20px;
}

#header img.support
{
    float: right;
    margin: 18px 20px 0 0;
}

/* GRIDVIEWS */

.grdMain
{
    font-family: Calibri, Arial, Helvetica, sans-serif;
    font-size: 15px;
    width: 96%;
    margin-bottom: 0px;
    background-color: #369;
    color: #fff;
    border-width: 1px;
    border-color: #CCCCCC;
    border-style: solid;
}

.grdRow
{
    font-family: Calibri, Arial, Helvetica, sans-serif;
    font-size: 15px;
    width: 96%;
    background-color: #fff;
    color: #000;
}

.grdAlternating
{
    font-family: Calibri, Arial, Helvetica, sans-serif;
    font-size: 15px;
    width: 96%;
    background-color: #E6E6E6;
    color: #000;
}

.grdFooter
{
    background-color: #369;
    color: #fff;
    text-align: center;
}

.header_left a:link
{
    text-align: left;
    color: White;
    text-decoration: underline;
}

.header_left
{
    text-align: left;
}

.header_center
{
    text-align: center;
}

.header_center a:link
{
    text-align: center;
    color: White;
}

.header_right
{
    text-align: right;
}

.header_right a:link
{
    text-align: right;
    color: White;
}

.item_left
{
    text-align: left;
}

.item_center
{
    text-align: center;
}

.item_right
{
    text-align: right;
}

/* NAVIGATIE  */

.navigation
{
    padding-bottom: 0;
    padding-left: 0;
    padding: 0;
    margin: 0px 0px 0px 0px;
    clear: both;
    height: 20px;
    font-family: Calibri, Arial, Helvetica, sans-serif;
    background-image: url(    'images/menu_bg.jpg' );
    font-size: 14px;
    font-weight: bold;
    width: 846px;
    text-align: center;
}
.navigation_items
{
    background-position: center;
    margin: 0px 0px 0px 0px;
    height: 20px;
    text-align: center;
    background-image: url(          'images/menu_bg.jpg' );
    color: #fff;
     z-index: 1000; 
}

.navigation_selected
{
    height: 20px;
    text-align: center;
    background-image: url(          'images/menu_hv.jpg' );
    color: #000;
     z-index: 1000; 
}

.navigation_hover
{
    height: 20px;
    text-align: center;
    background-image: url(          'images/menu_hv.jpg' );
    color: #000;
     z-index: 1000; 
}

.menu_services
{
    padding-bottom: 0;
    padding-left: 0px;
    padding: 0;
    height: 10px;
    font-family: Calibri, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
}

.menu_services_items
{
    height: 10px;
    text-align: left;
    width: 120px;
    color: #000;
}

.menu_services_hover
{
    height: 10px;
    width: 120px;
    text-align: left;
    font-weight: normal;
    background-image: url(          'images/menu_hv.jpg' );
    background-repeat: repeat-x;
}

/* TOPMAIN  */

#topmain
{
    padding: 25px 0 0 20px;
    height: 302px;
    background-image: url(         'images/back_topmain.jpg' );
}

#topmain h1
{
    padding: 0;
    margin: 0 0 10px 0;
    font-size: 14px;
    color: #888;
    font-weight: bold;
    font-family: Calibri, Arial;
}

#topmain a
{
    text-decoration: none;
    font-size: 14px;
    color: #666;
    font-family: Calibri, Arial;
}

#topmain ul
{
    list-style: none;
    padding: 0;
    margin: 0 0 50px 0;
}

#topmain ul li
{
    padding: 0 0 0 15px;
    margin: 0 0 0 5px;
    background: url(images/opsommingsteken.gif) no-repeat 0 5px;
}

#topmain li, li a
{
    min-height: 1%;
}
/* IE 7 */

#topmain #klanten
{
}

/* Opbrengsten / Tarieven */

table.tariff
{
    border-collapse: collapse;
    border: 1px solid #CCCCCC;
    margin-bottom: 10px;
    width: 550px;
}

table.tariff tr.legenda td
{
    padding: 5px;
    background-color: #369;
    color: #fff;
    font-weight: bold;
}

table.tariff tr.contents td
{
    background-color: #F6F6F6;
    border-top: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    padding: 5px;
}

table.tariff td.center
{
    text-align: center;
}

/* control panel */
table.tabs td input
{
    font-family: Calibri, Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: normal;
    margin-left: 10px;
}

.textboxes
{
    font-family: Calibri, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: normal;
}

.errors
{
    font-family: Calibri, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    font-style: italic;
    color: Red;
    margin-left: 10px;
    vertical-align: text-bottom;
}

/* CONTENT  */

#main
{
    padding: 0 20px 40px 20px;
}

#main p
{
    width: 550px;
    text-align: justify;
    font-family: Calibri, Arial;
    font-weight: bold;
    height: 30px;
}

#list
{
    width: 550px;
    text-align: justify;
    font-family: Calibri, Arial;
    font-size: 14px;
    height: 30px;
}

#main h1
{
    margin: 20px 0 10px 0;
    color: #666;
    font-size: 16px;
    font-family: Calibri, Arial;
}


#main #content
{
    float: left;
    margin: 0 30px 0 0;
    width: 536px;
}


#main #content_right
{
    padding: 40px 0 80px 0;
    width: 225px;
    height: 37px;
}



#content a
{
    color: #FF6600;
}

#content ul
{
    margin: 0 0 25px 0;
    padding: 0 0 0 15px;
}

#content #diensten
{
    margin-left: 20px;
    width: 500px;
}

#content #diensten dt
{
    font-weight: bold;
    clear: left;
    padding: 0 0 0 0;
}

#content #diensten dd
{
    border: 1px solid #ccc;
    padding: 5px;
    height: 85px;
    margin: 0 0 20px 0;
    padding-bottom: 20px;
    background-color: #eee;
}



#content #diensten dd img
{
    margin-right: 10px;
}

#content #contact dt
{
    font-weight: bold;
}

#content #contact dd
{
    margin: 0 0 5px 0;
}


/* TABLE */

.table
{
    border-collapse: collapse;
    border: 1px solid #CCCCCC;
    margin-bottom: 10px;
    width: 550px;
}


.table td.right
{
    text-align: right;
}

.table td.center
{
    text-align: center;
}




.table tr.legenda td, .table tr.legend td
{
    padding: 5px;
    background-color: #369;
    color: #fff;
    font-weight: bold;
}



.table tr.row0 td, .table tr.row1 td
{
    background-color: #F6F6F6;
    border-top: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    padding: 5px;
}



/* FOOTER  */

#footer
{
    clear: left;
    height: 21px;
    margin-top: 0;
    background: url(         'images/footer.jpg' );
}

