﻿/*1 em = 10 px*/

/* lay-out */
    html, body, #page
{
    width: 100%;
    height: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background-color: #F9FBF4;
}
	    /* top */ 
	    #top {
            width: 100%;
            height: 94px;
            background-image: url(../images/bg_top_blank.png);
			background-position: top left;
			background-repeat: repeat-x;
            padding-bottom:20px;
        }
	        #header {
                width: 990px;
                height: 94px;
                margin-left: auto;
                margin-right: auto;
               z-index: 12;
                position: relative;
                padding: 37px 0px 0px 0px;
            }
            	#logo {
                    float: left;
                    width: 250px;
                    height: 60px;
                    margin: 0;
			        padding:10px 0px 0px 0px;
			        position: absolute;
                }
                /* navigation Level 1 */
                #navigationLevel1 {
                    float: left;
                    height: 27px;
                    /*margin-top: 37px;
                    margin-left:-206px;
                    z-index: 1;*/
                }
                #navigationLevel1 ul {
                    padding: 0px 0px 0px 0px;
	                margin: 0px 0px 0px 8px;
                    list-style: none;
                }
                    #navigationLevel1 li {
                        float: left;
                    }
                        #navigationLevel1 li a {
                            float: left;
                            height:28px;
                            background-position: top left;
                            background-repeat: no-repeat;
                            text-decoration: none;
                        }
                        #thuisLink {
                            width: 69px;
                            background-image: url(../images/lnk_voor_thuis.png);
                        }
                        #thuisLink:hover {
                            background-image: url(../images/lnk_voor_thuis_hover.png);
                        }
                        #thuisLink:hover.selected,
                        #thuisLink.selected {
                            background-image: url(../images/lnk_voor_thuis_selected.png);
                        }
                        #zakelijkLink {
                            width: 88px;
                            background-image: url(../images/lnk_zakelijk.png);
                        }
                        #zakelijkLink:hover {
                            background-image: url(../images/lnk_zakelijk_hover.png);
                        }
                        #zakelijkLink:hover.selected,
                        #zakelijkLink.selected {
                            background-image: url(../images/lnk_zakelijk_selected.png);
                        }   
                        #over-greenchoiceLink {
                            width: 150px;
                            background-image: url(../images/lnk_over_greenchoice.png);
                        }
                        #over-greenchoiceLink:hover {
                            background-image: url(../images/lnk_over_greenchoice_hover.png);
                        }
                        #over-greenchoiceLink:hover.selected,
                        #over-greenchoiceLink.selected {
                            background-image: url(../images/lnk_over_greenchoice_selected.png);
                        }
                        #klantenserviceLink {
                            width: 134px;
                            background-image: url(../images/lnk_klantenservice.png);
                        }
                        #klantenserviceLink:hover {
                            background-image: url(../images/lnk_klantenservice_hover.png);
                        }
                        #klantenserviceLink:hover.selected,
                        #klantenserviceLink.selected {
                            background-image: url(../images/lnk_klantenservice_selected.png);
                        }  
                        
                        #uw-dossierHeaderLink {
                            width: 134px;
                            background-image: url(../images/lnk_uwdossier.png);
                            margin-top:1px;
                            margin-left: 395px;
                        }  
                /* navigation Level 2 */
                #navigationLevel2Margin {
                    /*float: left;*/
                    width: 60px;
                    height: 34px;
                    text-transform: lowercase;
                    overflow:hidden;
                }
                #navigationLevel2 {
                    float: left;
                    width: 860px;
                    height: 28px;
                    overflow: hidden;
                    padding-top:4px;
					margin-left: 10px;
                }
                /* fix IE6 */
                *html #navigationLevel2 {
                    width: 527px;
                }
                    #navigationLevel2 a:link, #navigationLevel2 a:visited {
                        float: left;
                        margin: 0px 20px 0px 0px;
                        /* see markup in Markup.css */
                    }
                    
                #languageBar {
                    /*width: 216px;*/
                    overflow: hidden;
                    padding-top: 4px;
			        text-align: right;
			        float: right;
			        margin-right:40px;
                }
                #search {
                    width: 156px;
                    height: 28px;
                    background-image: url(../images/bg_search.png);
			        background-position: 0px 3px;
			        background-repeat: no-repeat;
			        overflow: hidden;
			        display:none;
                }
                    #search input {
                        width: 128px;
                        height: 17px;
                        margin: 5px 0px 0px 3px;
                        padding: 0px 0px 0px 0px;
                        background-color: #fdfdfd;
                        vertical-align: middle;
                        border: 0px;
                    }
                    /* fix IE6 */
                    *html #search input {
                        margin-top: 3px;
                    }
	    /* middle */
	    #middle {
            width: 100%;
            min-height: 510px;
            margin: 0px 0px 0px 0px;
	        /*padding: 20px 0px 0px 0px;*/
            background-color: #f9fbf4;
        }
        /* fix IE6 */
        *html #middle {
            height: 510px;
        }
	        #main {
                margin-top: 0px;
                margin-left:auto;
                margin-right:auto;
                width: 990px;
            }
                #columnLeftMargin {
                    float: left;
                    width: 50px;
                }
                /* display columnLeft 'block' or 'none' to show the left navigation */
                #columnLeft {
                    display: block;
                    float: left;
                    width: 210px;
                    height: 100%;
                }
                    #leftNavigation {
                        width: 183px;
                    }
                            #leftNavigation ul
                            {
                                margin: 0px 0px 0px 0px;
                                padding: 0px 0px 0px 0px;
                                list-style: none;
                            }
                                #leftNavigation ul li
                                {
                                    margin: 0px 0px 0px 0px;
                                    padding: 0px 0px 0px 0px;
                                }
                       #leftNavigationTop {
                            width: 183px;
                            height: 10px;
                            background-image: url(../images/bg_navigation_top_bottom.png);
	                        background-position: 0px 0px;
	                        background-repeat: no-repeat;
	                        overflow: hidden;
                        }
                        #leftNavigationMiddle {
                            width: 183px;
                            background-image: url(../images/bg_navigation_middle.png);
	                        background-position: top left;
	                        background-repeat: repeat-y;
                        }
                        #leftNavigationBottom {
                            width: 183px;
                            height: 10px;
                            background-image: url(../images/bg_navigation_top_bottom.png);
	                        background-position: 0px -10px;
	                        background-repeat: no-repeat;
	                        overflow: hidden;
                        }     
                /* 
                #columnLeft | #columnRight | #content | id Name
                block       | block        | 502px    | #contentSmall
                block       | none         | 692px    | #contentMedium
                none        | block        | 712px    | #contentLarge    
                none        | none         | 902px    | #contentX-large
                */
                #contentSmall {
                    float: left;
                    width: 502px;
                }
                #contentMedium {
                    float: left;
                    width: 692px;
                }
                #contentLarge {
                    float: left;
                    width: 712px;
                }
                #contentX-large {
                    float: left;
                    width: 902px;
                }
                /* display columnRight 'block' or 'none' to show navigation level 3 */
                #columnRight {
                    display: block;
                    float: left;
                    width: 190px;
                    height: 100%;
                    margin-top:-8px;
                }
                    #rightBanners {
                        float: right;
                        width: 160px;
                        height: 100%;
                        margin-top: 19px;
                        overflow: hidden;
                    }
                        #login {
                            width: 160px;
                            height: 125px;
                            background-image: url(../images/bg_dossierInlog.png);
                            background-position: 0px 0px;
			                background-repeat: no-repeat;
			                padding: 3px 3px 3px 5px;
                        }
                        
        #rightColumnBanner {
            margin: 10px 0px 0px 2px;
            padding-right:1px;
        }
        /* bottom */
        #bottom {
            width: 100%;
            height: 300px;
			background-image: url(../images/bg_bottom.png);
			background-position: top left;
			background-repeat: repeat-x;
			background-color: #e6eed6;
        }
            #footer {
                width: 990px;
                height: 150px;
                margin-left:auto;
                margin-right:auto;
                margin-top: 10px;
                background-image: url(../images/img_horizontal_ruler.png);
                background-position: 30px 0px;
                background-repeat: no-repeat;
            }
                /* level 2 */
                #footer ul {
                    margin: 0 0 0 20px;
                    padding: 0px 0px 0px 0px;
                    list-style: none;
                }
                    #footer ul li {
                        float: left;
                        margin: 0px 30px 0px 0px;
                        padding: 0px 0px 0px 0px;
                    }
                        #footer ul li h3 {
                            margin: 15px 0px 0px 30px;
                            padding: 0px 0px 0px 0px;
                        }
                        /* level 3 */
                        #footer ul li ul {
                            margin: 0px 0px 0px 5px;
                            padding: 0px 0px 0px 0px;
                            list-style: none;
                        }
                            #footer ul li ul li {
                                float: none;
                                margin: 0px 0px 0px 0px;
                                padding: 0px 0px 0px 0px;
                            }
                               #footer ul li ul li h4 {
                                    margin: 0px 0px 0px 30px;
                                    padding: 0px 0px 0px 0px;
                                } 
                                /* level 4 */
                                #footer ul li ul li ul {
                                    margin: 0px 0px 0px 5px;
                                    padding: 0px 0px 0px 0px;
                                    list-style: none;
                                }
                                    #footer ul li ul li ul li {
                                        float: none;
                                        margin: -3px 0px 0px 30px;
                                        padding: 0px 0px 0px 0px;
                                    }
/* Aanmelden  */	
#aanmelden {
    width: 715px;
}
    #aanmelden p {
        margin: 0px 0px 0px 0px; 
        padding: 0px 0px 0px 0px;
    }

    #aanmelden input[type="text"]{
        height: 20px !important;
        font-size: 115%;
    }
 
    #stappenMiddle {
        float: left;
        width: 702px;
        background-color: /*#9fc15a;*/ #90ce42;
        overflow:hidden;
        padding: 0px 4px 4px 4px;
    }   
         
        #stappenMiddle ul {
            padding: 0px 0px 0px 0px;
            margin: 0px 0px 0px 0px;
            list-style: none;
            width: 100%;
        }
            #stappenMiddle ul li {
                float: left;
                margin: 0px 30px 0px 0px !important;
	            padding: 0px 0px 0px 0px !important;
	            background-image: none !important;
            }
                #stappenMiddle ul li img {
                    position:static;
                }
       
        #subText
        {
            background-color: #F4FBEC;
            padding: 5px;
            color: #444;
        }
        
        .omschrijvingsTekstAanmelden {
            float: left; 
            padding: 5px;
        }
        
        .omschrijvingsTekstAanmelden > p {
            font-weight: bold;
            font-size: 100%;
        }
/* Aanmelden Wizard Table */		
.tblWizardTable {
	width: 100%;
	border-collapse: collapse;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
	.tblWizardTable td {
		background-color:#e8f5d8;
		vertical-align: top;
	}
	.tblWizardTable th {
	    font-weight: normal;
	}
	.tblWizardContent {
		width: 98%;
		margin: 0px 0px 0px 0px;
		padding: 10px 10px 0px 10px;
	}
	    #tdStep1 {
	        width: 148px;
		    height:76px;
	        background-image: url(/Content/images/stap1_statusAanmelden.png);
            background-repeat: no-repeat;
            background-position: top left;
	    }
	    
	    #tdStep1_vanStep0 {
	        width: 100px;
		    height:51px;
	        background-image: url(/Content/images/stap1_statusAanmelden_1_sma.png);
            background-repeat: no-repeat;
            background-position: top left;
	    }
	    
	    #tdStep2 {
	        width: 148px;
		    height: 76px;
	        background-image: url(/Content/images/stap2_meterstandDoorgeven_i.png);
            background-repeat: no-repeat;
            background-position: top left;
	    }
	    
	    #tdStep2_vanStep0 {
	        width: 100px;
		    height:51px;
	        background-image: url(/Content/images/stap2_meterstandDoorgeven_i_small.png);
            background-repeat: no-repeat;
            background-position: top left;
	    }
	    
	    #tdStep3 {
	        width: 148px;
		    height:76px;
	        background-image: url(/Content/images/stap3_startLevering_i.png);
            background-repeat: no-repeat;
            background-position: top left;
	    }
	    
	    #tdStep3_vanStep0 {
	        width: 100px;
		    height:51px;
	        background-image: url(/Content/images/stap3_startLevering_i_small.png);
            background-repeat: no-repeat;
            background-position: top left;
	    }
	    
	.tblWizardTopLeft {
		width: 5px;
		height: 5px;
		background-image: url(../images/tbl_wizard_top_left.png);
        background-repeat: no-repeat;
        background-position: top left;
	}
	.tblWizardTop {
		width: 5px;
		height: 5px;
		background-image: url(../images/tbl_wizard_top.png);
        background-repeat: repeat-x;
        background-position: top left;
	}
	.tblWizardTopRight {
		width: 5px;
		height: 5px;
		background-image: url(../images/tbl_wizard_top_right.png);
        background-repeat: no-repeat;
        background-position: top right;
	}
	.tblWizardLeft {
		width: 5px;
		height: 5px;
		background-image: url(../images/tbl_wizard_left.png);
        background-repeat: repeat-y;
        background-position: top left;
	}
	.tblWizardRight {
		width: 5px;
		height: 5px;
		background-image: url(../images/tbl_wizard_right.png);
        background-repeat: repeat-y;
        background-position: top right;
	}	
	.tblWizardBottomLeft {
		width: 5px;
		height: 10px;
		background-image: url(../images/tbl_wizard_bottom_left.png);
        background-repeat: no-repeat;
        background-position: top left;
	}
	.tblWizardBottom {
		width: 5px;
		height: 10px;
		background-image: url(../images/tbl_wizard_bottom.png);
        background-repeat: repeat-x;
        background-position: top left;
	}
	.tblWizardBottomRight {
		width: 5px;
		height: 10px;
		background-image: url(../images/tbl_wizard_bottom_right.png);
        background-repeat: no-repeat;
        background-position: top right;
	}
/* Aanmelden Wizard Box */		
.tblWizardBox {
	width: 300px;
	margin: 0px 0px 0px 0px;
	border-collapse: collapse;
}
	.tblWizardBox td {
		padding: 0px 5px 0px 0px;
		background-color:#fff;
	}
	.tblWizardBox th {
		margin: 0px 0px 0px 0px;
		padding: 0px 5px 0px 16px;
		background-color:#fff;
		font-weight: bold;
	}
	.tblWizardBoxTop {
		width: 300px;
		height:7px;
		background-image: url(../images/tbl_wizard_box_top.png);
        background-repeat: no-repeat;
        background-position: top left;
	}
	.tblWizardBoxLeft {
		width: 5px;
		background-image: url(../images/tbl_wizard_box_left.png);
        background-repeat: repeat-y;
        background-position: top left;
	}
	.tblWizardBoxRight {
		width: 5px;
		background-image: url(../images/tbl_wizard_box_right.png);
        background-repeat: repeat-y;
        background-position: top right;
	}	
	.tblWizardBoxBottom {
		width: 300px;
		height:7px;
		background-image: url(../images/tbl_wizard_box_bottom.png);
        background-repeat: no-repeat;
        background-position: bottom left;
	}
	/* tblWizardForm */
    .tblWizardForm th {
        width: 100px;
        background-color: Transparent !important;
    }
    .tblWizardForm td {
        background-color: Transparent !important;
    }
	
/* Aanmelden Vragen */		
#aanmeldenVragen {
    position:relative;
    top: 10px;
    left: 670px;
    width:25px; 
    height:25px;  
    margin-bottom:-25px;
}
	
/* Aanmelden Stap0 */	
#partnerLeft {
	float: left;
	width: 480px;
	margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
#partnerRight {
	float: left;
	width: 185px;
	height: 60px;
	margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-align: right;
    overflow: hidden;
}
#tarievenLeft {
	float: left;
	width: 365px;
	margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
#tarievenRight {
	float: left;
	width: 300px;
	margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}	
/* Aanmelden Stap0 */
#product {
	float: left;
	width: 280px;
	height: 189px;
	margin: 0px 0px 0px 0px;
    padding: 15px 15px 0px 15px;
	background-image: url(../images/bg_product.png);
    background-repeat: no-repeat;
    background-position: top left;
}
    #product div {
	    height: 80px;
	    margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
    }
        #product div h2 {
	        margin: 0px 0px 0px 0px;
            padding: 0px 0px 0px 0px;
        }
#productDetails {
	float: left;
	width: 400px;
	margin: 0px 0px 0px 0px;
}
    #productDetails h2 {
    margin: -4px 0px 0px 10px;
    padding: 0px 0px 0px 0px;
}
.tblTarieven {
    width: 350px;
    margin: 0px 0px 0px 10px;
    padding: 0px 0px 0px 0px;
    border-collapse: collapse;
}
	.tblTarieven th {
        width: 150px;
	    margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
	}
	.tblTarieven td {
	    width: 200px;
	    margin: 0px 0px 0px 0px;
        padding: 0px 10px 0px 0px;
	}
/* Aanmelden Stap1 */	
#address {	
    float: left;
    width: 360px;
    margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#CorrespondentieAdres   {
    float: left;
    width: 320px;
}
    #address th,
    #CorrespondentieAdres th {	
        width: 80px;
    }	
    #EANCodes
     {	
        float:left;
        width: 360px;
    }	

     #EanCodeDoorgeven
     {	
        float:left;
    }	
    #EanCodeDoorgeven th {	
        width: 140px;
    }	
    
/* Aanmelden Stap2 */	
#persoonsgegevens {	
    float: left;
    width: 350px;
    margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
    #persoonsgegevens th {	
        width: 105px;
    }	
#overigeGegevens {	
    float: left;
    width: 330px;
    margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
    #overigeGegevens th {	
        width: 220px;
    }
/* Aanmelden Stap1 */			
#meterstanden {	
    float: left;
    width: 360px;
    margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}	
#meterstandenDoorgevenVervolg {	
    float: left;
    width: 310px;
    margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;    
}    

	#soortMeterStandDubbel,
	#soortMeterStandEnkel {
	    margin-bottom: -5px; 
	}
	.tdPadding42Left td{
	    padding-left: 42px; 
	}
/* Aanmelden Stap4 */			
#afrondenTarieven {	
    float: left;
    width: 360px;
    margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
    #afrondenTarieven th {
        font-weight: bold !important;
        text-transform: uppercase;
    }	
        #afrondenTarieven .tblWizardBox th,
        #afrondenGegevens .tblWizardBox th {
            font-weight: normal !important;
            text-transform: none;
        }
#afrondenGegevens {	
    float: left;
    width: 310px;
    margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
} 

/* validation */
#loginValidationBackground,
#validationBackground {
    z-index: 100;
    display: none;
    position: absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    height:100%;
    width:100%;
    margin:0;
    padding:0;
    background:#000;
    opacity:.75;
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
}
#loginValidationBox,
#validationBox {
    z-index: 110;
    display: none;
    position: absolute;   
    width: 240px;
    margin: 0px 0px 0px 0px;
	padding: 15px 0px 10px 30px; 
    border: solid 1px  #90ce42; 
    background-color: #e6eed6; 
}
    .validation-summary-errors {
        margin: 0px 0px 0px 30px !important;
        padding: 0em 0px 0px 0px !important;
        list-style: none !important;
    }

    .validation-summary-errors li {
        margin: 0em 0em 0em 0em !important;
	    padding: 0em 0em 0em 2.4em !important;
        background-image: url(../images/bullet_validation.png) !important;
        background-repeat: no-repeat !important;
        background-position: 1.3em 0.4em !important;
    }
    .noSummary {
        padding: 15px 0px 10px 0px !important;
    }
        .noSummary .validation-summary-errors {
            margin: 0px 0px 0px 0px !important;
            padding: 0em 0px 0px 0px !important;
            list-style: none !important;
        }
        .noSummary .validation-summary-errors li {
            margin: 0em 0em 0em 0em !important;
	        padding: 0em 0em 0em 0em !important;
            background-image: none !important;
            background-repeat: no-repeat !important;
            background-position: 0em 0em !important;
            text-align: center !important;
        }
        .noSummary #okLink {
            margin: 10px 0px 0px 70px !important;
        }
    #okLink {
        float: left;
        width: 104px;
        height: 24px;
        margin: 10px 0px 0px 50px;
        background-image: url(../images/btn_ok.png);
    }
    #okLink:hover {
        background-image: url(/content/images/btn_ok_hover.png);
    }
/* tooltip */ 
div.tooltip { 
    display: none;
    margin: 0px 0px 0px 0px !important;
	padding: 0px 0px 0px 0px !important;
    width: 275px !important;
    background-color: Transparent !important;
    border: none !important;
    font-weight: normal !important;
    color: #444 !important;
} 
    div.tooltipTop {
        margin: 0px 0px 0px 0px;
        height: 10px;
        background-image: url(/content/images/bg_tooltip_top.png);
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-position: 0 0;
    }
    *html div.tooltipTop {
        margin-bottom: -10px;
    }
    div.tooltipMiddle {
        margin: 0px 0px 0px 0px;
        padding: 5px 20px 5px 20px;
        background-image: url(/content/images/bg_tooltip_middle.png);
        background-repeat: repeat-y;
        background-attachment: scroll;
        background-position: 0 0;
    }
    div.tooltipBottom {
        margin: 0px 0px 0px 0px;
        height: 15px;
        background-image: url(/content/images/bg_tooltip_bottom.png);
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-position: 0 0;
    }

#afrondenTarieven img,
#overigeGegevens img,
.tblTarieven img {
    margin-bottom: -4px;
}
.formulier
{
    border: solid 1px #9FC15B;
    background-color: #F0F5E9;
    width:99%;
    padding: 10px 10px 10px 10px;
    
}
.formulier fieldset
{
    border: none;
}

.formulier ul 
{
    list-style:none;
}

/* shared */	
.left {
    float: left;
}
.right {
    float: right;
}
.clearboth {
    clear: both;
}



/* Kaartcontrol styles */
/* dit is een fix voor ie6, zonder laat ie geen kaart zien */
#map_canvas img {behavior: none}

.mapBack {
    background-position: gray;
    width: 100%;
    height: 100%;
    left: -1px;
    top: 0px;
    position: absolute;
    background: gray;
    opacity: 0.4;
    filter: alpha(opacity=40);
}
.GLegendaGroep {
    background-position: #8DB141;
    background: #8DB141;
    font-weight: bold;
    border-bottom: solid 1px #6c9c33;
    margin: 0;
    padding: 4px;
    color: White;
}
.GLegendaListTitle {
    background-color: #f2f1f1;
    border-bottom: solid 1px #dcdbdb;
    margin: 0;
    padding: 4px;
}
.GLegendaListItem {
    margin: 0;
    padding: 4px;
}
.GLegendaListItem a {
    font-weight: normal;
}
.GLegendaListItem a:visited {
    font-weight: normal;
}

.GLegendaListItem ul {
    margin: 3px 0px 5px 0px;
    padding: 0em 0px 0px 0px;
    list-style: none;
}
.GLegendaListItem ul li {
    margin: 0em 0em 0em 0em;
    padding: 0.3em 0em 0.3em 0.0em  !important;
    background-image: none !important;
}
.btn {
    cursor: pointer;
    height: 15px;
    font-size: 85%;
    border: solid 1px #849175;
    background: #8DB141;
    color: #fff;
    font-weight: bold;
}
.modP {
    width: 500px;
    height: 300px;
    background-color: #fff;
}
.modPTitle {
    background: #89ca3e;
    font-size: 13px;
    font-weight: bold;
    padding: 3px 5px 1px 5px;
    border-left: solid 1px white;
    border-top: solid 1px white;
    border-bottom: solid 1px #008800;
    border-right: solid 1px #008800;
}
.modPBody {
    line-height: 150%;
    padding: 20px;
    font-size: small;
    height: 100%;
}
.modPBody a {
    text-decoration: none;
    font-weight: normal;
}
.modPBody a:hover {
    text-decoration: underline;
    font-weight: normal;
}
.modPBody a:visited {
    text-decoration: none;
    font-weight: normal;
}
.modPBody ul {
    margin: 0px;
    padding: 0px;
}
.modPBody ul li {
    margin: 5px;
    padding: 0px 0px 0px 15px;
    background: url(../images/bullet_default.png) no-repeat;
    background-position: 1.3em 0.5em;
}
.modPFoot {
    text-align: center;
    padding: 5px;
    background: white;
    border-left: solid 1px white;
    border-top: solid 1px white;
    border-bottom: solid 1px #008800;
    border-right: solid 1px #008800;
}

.divLoader {
    position: absolute;
    left: 40%;
    top: 50%;
    padding: 3px;
    border: solid 1px gray;
    background-color: White;
}
/* einde Kaartcontrol styles */

/* Tooltip voor Forms*/
div.tooltip
{
    background-color: #5E7728;
    border: 2px solid #aaa;
    padding: 10px 15px;
    width: 200px;
    display: none;
    color: #fff;
    text-align: left;
    font-size: 12px;
    font-weight: bold; 
    /* outline radius for mozilla/firefox only */
    outline-radius: 4px;
    -moz-outline-radius: 4px;
    -webkit-outline-radius: 4px;
}

#editForm ul{
    background:none;
}

#editForm ul li{
    background:none;
} 


/* shopcart items - Lutfi Uzun   */
.shopitem       {clear:both;display:inline-block;margin: 20px 0px 0px 0px;border-bottom:dashed 1px #def2b3;}
.shopimg        {margin: 5px 10px 5px 5px; padding: 8px; float: left; background-image: url(/content/media/image/shopcart/productbk.gif); width: 163px; height: 144px;}
.shopimg img    {width: 157px; height: 140px;}
.shoptext       {width: 305px; float: left; padding-top: 5px;}
.shopprice      {float: right;}
.shoptitle      {}
.shopplaceorder {float: right;}
/* end shopcart*/

  
/* Lutfi Uzun 
   blockitems */
.block              {width:230px;padding:0px;margin:0px;border-collapse:collapse;}
.block td           {padding:0px;margin:0px;}
.block .title       {padding:0px 0px 0px 5px;margin:0px;height:26px;border:none;float:left;}
.block .blockbody   {padding:4px;margin:0px;border:none;display:inline-block;text-align:center;}

.blockTL          {height:26px;width:2px;background:Url(/Content/Media/Image/block-topleft.gif) no-repeat;}
.blockTM          {color:white !important;font-weight:bold;text-align:left !important;padding:0px 0px 0px 5px !important;height:26px;background:Url(/Content/Media/Image/block-topbk.gif) repeat-x;}
.blockTM a        {color:white !important;text-decoration:none !important;}
.blockTM a:hover  {color:white !important;text-decoration:underline !important;}
.blockTR    {height:26px;width:3px;background:Url(/Content/Media/Image/block-topright.gif) no-repeat;}

.blockML    {width:2px;background:Url(/Content/Media/Image/block-midleft.gif) repeat-y;}
.blockMM    {background-color:white;vertical-align:top;text-align:left !important;}
.blockMM ul {margin:0px !important;padding:0px !important;}
.blockMM ul li {padding: 0.2em 0em 0em 1.8em !important;
                background-image: url(../images/bullet_white_default.png) !important; 
                background-position: 0.3em 0.4em !important;
                text-align:left;}

.blockMR    {width:3px;background:Url(/Content/Media/Image/block-midright.gif) repeat-y;}

.blockBL    {height:2px;width:3px;background:Url(/Content/Media/Image/block-bottomleft.gif) no-repeat;}
.blockBM    {height:3px;background:Url(/Content/Media/Image/block-bottombk.gif) repeat-x;}
.blockBR    {height:3px;width:3px;background:Url(/Content/Media/Image/block-bottomright.gif) no-repeat;}

div.frmwin {
    display: none;
    position:absolute;
    margin: 0px 0px 0px 0px !important;
    padding: 0px 0px 0px 0px !important;
    width: 502px !important;
    background-color: Transparent !important;
    border: none !important;
    font-weight: normal !important;
    color: #444 !important;
}
    div.frmwinTop {
        margin: 0px 0px 0px 0px;
        height: 6px;
        background-image: url(../images/bg_window_top.png);
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-position: 0 0;
    }
    *html div.frmwinTop {
        margin-bottom: -6px;
    }
    .frmwinMiddle {
        margin: 0px 0px 0px 0px;
        padding: 5px 20px 5px 20px;
        background-image: url(../images/bg_window_middle.png);
        background-repeat: repeat-y;
        background-attachment: scroll;
        background-position: 0 0;    
        height: 310px !important;
    }
    .frmwinBottom {
        margin: 0px 0px 0px 0px;
        height: 15px;
        background-image: url(../images/bg_window_bottom.png);
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-position: 0 0;    
    }
    
   #overstapservice th 
   {
       width: 120px;
   }
   
/* admin draggable EditControlPanel */
#editControlPanel {
    z-index: 100;
    position: absolute; 
    top: 10px; 
    left: 940px;
    width: 105px; 
    height: 70px;
    background: #637e37; 
    border: solid 1px #444444;
    cursor: move;
    color: #fff;
    font-weight: bold;
    padding: 3px 0px 0px 5px; 
} 
#editControlPanelBody {
    position: absolute; 
    top: 23px; 
    left: 0px;
    width: 100px; 
    height: 44px;
    padding: 5px 0px 0px 10px;
    background: #f9fbf4; 
    border-top: solid 1px #444444; 
} 
#m_hoog
{
    color :#000000;
}

.break { height:30px;}


#aMeerGreenchoice {
    background-image:url('/Content/Images/btnMeerOverGreenchoice.gif'); 
    height:22px; 
    width:233px; 
    border:none;
    background-repeat:no-repeat;
    margin-left: 18px;
}

    #aMeerGreenchoice:hover {
        background-image:url('/Content/Images/btnMeerOverGreenchoice.gif'); 
        height:22px; 
        width:233px; 
        border:none;
        background-repeat:no-repeat;
    }