﻿
/* Lutfi */
.btnInfo        {display:inline-block;background:url(../images/btn_info.gif) no-repeat;height:14px;width:14px;text-decoration:none !important;}
.btnInfo:hover  {display:inline-block;background:url(../images/btn_info_over.gif) no-repeat;height:14px;width:14px;text-decoration:none !important;}

/* Styling in the XHTML 1.1 Document Type  - http://www.w3.org/TR/xhtml11/doctype.html#s_doctype*/
/* structure (body, head, html, title) */
/*#body_table_td_right
{
    color: #616161;
}
 text (abbr, acronym, address, blockquote, br, cite, code, dfn, div, em, h1, h2, h3, h4, h5, h6, kbd, p, pre, q, samp, span, strong, var) */
h1, .h1
{
    font-size: 100%;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    color: #78b24c;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 10px;
}
h2
{
    font-size: 100%;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    color: #78b24c;
    margin: 0px 0px 4px 0px;
    padding: 0px 0px 0px 0px;
}
h3, h4
{
    font-size: 100%;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    color: #fff;
    margin: 4px 0px 4px 0px;
    padding: 0px 0px 0px 0px;
}
h4
{
    color: #00793b;
}
span
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
/* hypertext (a) 
a img
{
    border: none;
}
a:link, a:visited
{
    font-weight: normal;
    text-decoration: underline;
    color: #78b24c;
}
a:hover, a:active
{
    color: #ff6600;
}*/

.rpRootGroup li
{
    background-image: none !important;
}

ul
{
    margin: 3px 0px 5px 0px;
    padding: 0em 0px 0px 0px;
    list-style: none;
}
ul li
{
    margin: 0em 0em 0em 0em;
    padding: 0.3em 0em 0em 3em;
    background-image: url(../images/bullet_default.png);
    background-repeat: no-repeat;
    background-position: 2.0em 0.5em;
}
/* forms (button, form, input, label, select, optgroup, option, textarea) */
/*form
{
    margin: 0em 0em 0em 0em;
}
*/
#middle input, textarea, select
{
    font-family: Verdana, Arial;
    font-size: 100%;
    margin: 0px 0px 0px 0em;
    padding: 0px 0px 0px 0px;
    vertical-align: middle;
    border: 0px;
}
#middle input.checkbox, #middle .checkbox input
{
    margin: -4px 4px -4px -1px;
    padding: 0px 0px 0px 0px;
    width: auto;
    border: none;
    vertical-align: middle;
}
#middle input.radio, #middle .radio input
{
    margin: 0px 4px 2px 0px;
    padding: 0px 0px 0px 0px;
    width: auto;
    border: 0px;
    vertical-align: middle;
}
* html #middle input.radio, * html #middle .radio input
{
    margin-bottom: -1px;
}
#middle .radio label
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
#middle input.image_button
{
    height: auto;
    width: auto;
    margin: 0px 0px 0px 2px;
    padding: 0px 0px 2px 0px;
    border: none;
}
#middle input.button, #middle input.submit
{
    font-size: 85%;
    border: solid 1px #849175;
    background-color: #91ce43;
    color: #fff;
    font-weight: bold;
}
#middle label
{
    font-size: 100%;
    margin: 0px 0px 0em 0px;
    padding: 0px 0px 0px 0px;
    vertical-align: middle;
}
#middle label em
{
    vertical-align: middle;
    color: #2f5d00;
    font-weight: bold;
    padding: 0px 2px 0px 2px;
}
#middle .large
{
    width: 200px;
}
#middle .medium
{
    width: 90px;
}
#middle .medium_large
{
    width: 142px;
}
#middle .small
{
    width: 50px;
}
#middle .datefield
{
    width: 80px;
}
/* table (caption, col, colgroup, table, tbody, td, tfoot, th, thead, tr) */
.dataNoBorder
{
    width: 100%;
    border-collapse: collapse;
    font-size: 100%;
}
.dataNoBorder caption
{
    font-weight: bold;
    text-align: left;
}
.dataNoBorder tr
{
    vertical-align: top;
}
.dataNoBorder th
{
    width: 180px;
    height: 19px;
    border: none;
    padding: 4px 5px 2px 10px;
    text-align: left;
    font-weight: normal;
}
.dataNoBorder td
{
    padding: 4px 10px 2px 10px;
    color: #00793b;
    vertical-align: top;
}

.dataNoBorder a
{
    font-weight: bold;
}

.tableLines table
{
    width: 100%;
    border-collapse: collapse;
    font-size: 100%;
}
.data, .data table
{
    width: 100%;
    border-collapse: collapse;
    font-size: 100%;
}
.data caption
{
    font-weight: bold;
    text-align: left;
}
tr, .data tr
{
    vertical-align: top;
}
.data th
{
    width: 180px;
    height: 19px;
    border: none;
    padding: 4px 5px 2px 10px;
    text-align: left;
    font-weight: normal;
    border-bottom: solid 1px #fff;
}
.data td
{
    padding: 4px 10px 2px 10px;
    color: #00793b;
    border-bottom: solid 1px #fff;
    vertical-align: top;
}

.dataTooltip /* Ramón, 28-11-2008: table laten staan*/
{
    width: 100%;
    border-collapse: collapse;
    font-size: 100%;
}
.dataTooltip caption
{
    font-weight: bold;
    text-align: left;
}
tr, .dataTooltip tr
{
    vertical-align: top;
}
.dataTooltip th
{
    width: 200px;
    height: 19px;
    border: none;
    padding: 4px 5px 2px 10px;
    text-align: left;
    font-weight: normal;
}
.dataTooltip td
{
    padding: 4px 10px 2px 10px;
    color: #00793b;
    vertical-align: top;
}

/* markup voor de calendar control */
.ajax__calendar td
{
    padding: 0px 0px 0px 0px;
}
.data .td_align_right, .td_align_right
{
    text-align: right;
}
/* markup voor een table grid */
.grid
{
    width: auto;
    border-top: solid 1px #b4c8b4;
    border-left: solid 1px #b4c8b4;
}
.grid th, .grid td
{
    width: auto;
    padding: 4px 5px 0px 10px;
    color: #616161;
    border-right: solid 1px #b4c8b4;
    border-bottom: solid 1px #b4c8b4;
}
.grid th
{
    color: #00793b;
}



/* markup voor wizard control */
.wizard_buttons
{
    padding: 5px 10px 3px 10px;
    text-align: right;
    border-bottom: solid 1px #fff;
}
/* markup voor wizard control */
.wizard_buttons_left
{
    padding: 5px 10px 3px 10px;
    border-bottom: solid 1px #fff;
}
/* markup voor messages */
.feedback
{
    color: #FF0000;
    margin: 0px 0px 0px 5px;
}
/* markup voor navigatie */
#navigatie a:link, #navigatie a:visited
{
    font-weight: 700;
    text-decoration: none;
    color: #fff;
}
#navigatie span, #navigatie a:hover, #navigatie a:active
{
    font-weight: 700;
    color: #00793b;
}
.nav_active, .nav_bg
{
    font-size: 110%;
    padding-top: 10px;
    padding-left: 6px;
    padding-right: 6px;
}
/* markup voor box inloggen */
#inloggen_body table thead
{
    color: #00793b;
}
#inloggen_body table tbody
{
    color: #fff;
}
#inloggen_body table tfoot th
{
    font-weight: 700;
    color: Red;
}

/* markup voor box */
.box_body
{
    text-align: center;
    color: #00793b;
    line-height: 10pt;
    padding-left: auto;
    padding-right: auto;
}
.box_body a:link, .box_body a:visited
{
    color: #fff;
}
.box_body a:hover, .box_body a:active
{
    color: #ff6600;
}
/* img */
img
{
    border-style: none;
    border-color: inherit;
    border-width: medium; /*width: 14px;*/
}
.ico
{
    vertical-align: middle;
}
/*Modal Popup*/
.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}
.modalPopup
{
    background-color: #fff;
    border: solid 1px #91ce43;
    padding: 0px 0px 0px 0px;
    width: auto;
}
/*Jaarnota Modal Popup*/
.divJaarnota
{
    width: 710px;
    height: 530px;
    padding-top: 20px;
    overflow-x: hidden;
    overflow-y: scroll;
}
#divJaarnotaButtons
{
    width: 710px;
    height: 27px;
    padding-top: 7px;
    background-color: #e5f0dc;
    text-align: right;
}
/*UpdateProgress*/
.progressBackground
{
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 10000;
    width: 100%;
    height: 100%;
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}
.progress
{
    position: relative;
    left: 45%;
    top: 40%;
    z-index: 1;
    padding: 0px 0px 0px 0px;
    width: 80px;
    background-repeat: repeat-y;
    visibility: visible;
}

#divOverzichtBlok a
{
    font-weight: bold;
}

/* Validator Callout */
.GCStyle table
{
    max-width: 200px;
}

.GCStyle div, .GCStyle td
{
    border: solid 1px Black;
    background-color: #FFFFCC;
    width: 20px;
}
.GCStyle .ajax__validatorcallout_popup_table
{
    display: none;
    border: none;
    background-color: transparent;
    padding: 0px;
}
.GCStyle .ajax__validatorcallout_popup_table_row
{
    vertical-align: top;
    height: 100%;
    background-color: transparent;
    padding: 0px;
}
.GCStyle .ajax__validatorcallout_callout_cell
{
    width: 20px;
    height: 100%;
    text-align: right;
    vertical-align: top;
    border: none;
    background-color: transparent;
    padding: 0px;
}
.GCStyle .ajax__validatorcallout_callout_table
{
    height: 100%;
    border: none;
    background-color: transparent;
    padding: 0px;
}
.GCStyle .ajax__validatorcallout_callout_table_row
{
    background-color: transparent;
    padding: 0px;
}
.GCStyle .ajax__validatorcallout_callout_arrow_cell
{
    padding: 8px 0px 0px 0px;
    text-align: right;
    vertical-align: top;
    font-size: 1px;
    border: none;
    background-color: transparent;
}
.GCStyle .ajax__validatorcallout_callout_arrow_cell .ajax__validatorcallout_innerdiv
{
    font-size: 1px;
    position: relative;
    left: 7px;
    border-bottom: none;
    border-right: none;
    border-left: none;
    width: 15px;
    background-color: transparent;
    padding: 0px;
}
.GCStyle .ajax__validatorcallout_callout_arrow_cell .ajax__validatorcallout_innerdiv div
{
    height: 1px;
    overflow: hidden;
    border-top: none;
    border-bottom: none;
    border-right: none;
    padding: 0px;
    margin-left: auto;
}
.GCStyle .ajax__validatorcallout_error_message_cell
{
    font-family: Verdana;
    font-size: 10px;
    padding: 5px;
    border-right: none;
    border-left: none;
    width: 100%;
}
.GCStyle .ajax__validatorcallout_icon_cell
{
    width: 20px;
    padding: 5px;
    border-right: none;
}
.GCStyle .ajax__validatorcallout_close_button_cell
{
    vertical-align: top;
    padding: 0px;
    text-align: right;
    border-left: none;
}
.GCStyle .ajax__validatorcallout_close_button_cell .ajax__validatorcallout_innerdiv
{
    border: none;
    text-align: center;
    width: 10px;
    padding: 2px;
    cursor: pointer;
}

.GCStyleError
{
    background-color: #FAE2D8;
}

#tblZonnepanelen ul li
{
    background-image: none;
}

#tblZonnepanelen td
{
    vertical-align: bottom;
}

.rcbItem
{
    background-image: none !important;
}

.col1
{
    width: 200px;
    float: left;
    margin: 0;
    padding: 0;
    line-height: 14px;
    font-weight: bold;
    background-image: none;
}

.col2
{
    width: 75px;
    float: left;
    margin: 0;
    padding: 0;
    line-height: 14px;
    font-weight: bold;
    background-image: none;
}

.rcbHeader ul, .rcbFooter ul, .rcbItem ul, .rcbHovered ul, .rcbDisabled ul
{
    background-image:none;
}

.rcbHeader li, .rcbFooter li, .rcbItem li, .rcbHovered li, .rcbDisabled li
{
    background-image:none;
}


