﻿html {
    height: 100%;
}

body {
    margin: 0px;
    height: 100%;
    font-family:Calibri;
    
}

form {
    height: 100%;
}

img {
    border-style: none;
}

#main {
    width: 1400px;
    margin: 0 auto;
    padding-bottom: 20px;
    
}

#topContent {
    height: 150px;
    width: 1400px;
    background-image: url('../Images/UpperText.jpg');
}

#leftContent {
    position: relative;
    top: 0px;
    left: 0px;
    width: 200px;
    height: 800px;
    padding-left: 3px;
    text-align: left;
    margin-top: 0px;
    background-image: url('../Images/LeftMenu.jpg');
    background-repeat: repeat-y;
    text-align: center;
    font-family:Calibri;
    
}

#mainContent {
    position: absolute;
    top: 150px;
    margin-left:205px;
    width: 1195px;
    height: 500px;
    text-align: left;
    padding: 0px;
    
}

#ContentPlaceHolder1 {
    padding-left: 10px;
}

.navigationClass {
    background-color: b;
    position: relative;
    top: 0px;
    padding-left: 10px;
    height: 15px;
    color: Orange;
    font-size: 14px;
    border-bottom: dotted 1px Black;
    font-family:Calibri;
}

.errorClass {
    background-color: #FFFFFF;
    position: relative;
    bottom: -5px;
    height: 20px;
    color: darkred;
    font-size: 14px;
    padding-left: 10px;
    border-bottom: dotted 1px Black;
    left: 2px;
    margin-top: 0px;
    font-family:Calibri;
    
}

.logoutbutton {
    /*position: relative;*/
    float: left;
    /*background-image: url('../Images/Tab3.png');*/
    background-color: #585758;
    /*font-size: small;*/
    color: #ffffff;
    top: 0px;
    left: 0px;
    height: 25px;
    margin-top: 5px;
    font-family: Calibri;
}

.DisplayTable {
    color: #000333;
    background-color: #A3A9FF;
    border-collapse: collapse;
    border: inset 1px Black;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    font-family: Calibri;
    width: 100%;
}

.Header {
    color: #000333;
    background: #D0F6FE;
    border-bottom: 1px dotted #000009;
}

.Even {
    background: #E2F9FE;
    border-bottom: 1px dotted #000009;
}

.Odd {
    background: #D0F6FE /*98EBFC*/;
    border-bottom: 1px dotted #000009;
}

.numInput {
    width: 100px;
    text-align: right;
}

.textInput {
    width: 350px;
    text-align: right;
    font-family:Calibri;
}

.textInputLeft {
    width: 350px;
    text-align: left;
    font-family: Calibri;
}

.remark {
    font-size: 14px;
}


a.menuBeheerderButton {
    /* Sliding right image */
    background: transparent url('../Images/button_right_beheer - yellow.png') no-repeat scroll top right;
    display: block;
    float: none;
    height: 35px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
    margin-right: 6px;
    padding-right: 20px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
    /* FONT PROPERTIES */
    text-decoration: none;
    color: #000000;
    font-family: Calibri;
    font-size: 14px;
    font-weight: bold;
}

    a.menuBeheerderButton span {
        /* Background left image */
        background: transparent url('../Images/button_left_beheer - yellow.png') no-repeat;
        display: block;
        line-height: 22px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
        padding: 7px 0 5px 18px;
    }

    a.menuBeheerderButton:hover span {
        text-decoration: underline;
    }
    a.menuBeheerderButton:visited span {
        background: transparent url('../Images/button_right_beheer_active.png') no-repeat scroll top right;
    }

    a.menuBeheerderButton:focus {
        /* Sliding right image */
        background: transparent url('../Images/button_right_beheer_active.png') no-repeat scroll top right;
        display: block;
        float: none;
        height: 35px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
        margin-right: 6px;
        padding-right: 20px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
        /* FONT PROPERTIES */
        text-decoration: none;
        color: #000000;
        font-family: Calibri;
        font-size: 14px;
        font-weight: bold;
    }
        a.menuBeheerderButton:focus span {
            background: transparent url("../Images/button_left_beheer_active.png") no-repeat;
        }
        a.menuBeheerderButton:active{
            color: #FFFFFF;
        }
    a.menuBeheerderButton:after span {
        background: transparent url("../Images/button_left_beheer_active.png") no-repeat;
    }

a.menuBeheerderButtonNew {
    display: block;
    float: none;
    height: 26px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
    margin-right: 6px;
    /*padding-right: 20px;*/ /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
    /* FONT PROPERTIES */
    text-decoration: none;
    color: #000000;
    font-family: Calibri;
    font-size: 14px;    
    /*font-weight: bold;*/
    border-radius: 10px;
    background-color: #F3BE31;
    text-align: center;
    padding-top: 6px;
    padding-left: 6px;
    padding-right: 6px;
    border-style: solid;
    border-color: black;
    border-width: thin;
}

a.menuButton {
    /* Sliding right image */
    background: transparent url('../Images/button_right - green.png') no-repeat scroll top right;
    display: block;
    float: none;
    height: 35px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
    margin-right: 6px;
    padding-right: 20px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
    /* FONT PROPERTIES */
    text-decoration: none;
    color: /*#FFFFFF*/#000000;
    font-family: Calibri;
    font-size: 14px;
    /*font-weight: bold;*/
}

.menuButton:active {
    /* Sliding right image */
    background: transparent url('../Images/button_right - green.png') no-repeat scroll top right;
    display: block;
    float: none;
    height: 35px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
    margin-right: 6px;
    padding-right: 20px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
    /* FONT PROPERTIES */
    text-decoration: none;
    color: #000000;
    font-family: Calibri;
    font-size: 14px;
    font-weight: bold;
}

a.menuButton span {
    /* Background left image */
    background: transparent url('../Images/button_left - green.png') no-repeat;
    display: block;
    line-height: 22px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
    padding: 7px 0 5px 18px;
}

a.menuButton:hover span {
    text-decoration: underline;
}
a.menuButton:focus {
    /* Sliding right image */
    background: transparent url('../Images/button_right_beheer_active.png') no-repeat scroll top right;
    display: block;
    float: none;
    height: 35px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
    margin-right: 6px;
    padding-right: 20px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
    /* FONT PROPERTIES */
    text-decoration: none;
    color: #FFFFFF /*#000000*/;
    font-family: Calibri;
    font-size: 14px;
    font-weight: bold;
}

    a.menuButton:focus span {
        background: transparent url("../Images/button_left_beheer_active.png") no-repeat;
    }

a.menuButtonNew {
    display: block;
    float: none;
    height: 26px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
    margin-right: 6px;
    /*padding-right: 20px;*/ /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
    /* FONT PROPERTIES */
    text-decoration: none;
    color: #000000;
    font-family: Calibri;
    font-size: 14px;
    /*font-weight: bold;*/    
    border-radius: 10px;
    background-color: #78BA3E /*#95C11F*/;
    text-align: center;
    padding-top: 6px;
    padding-left: 6px;
    padding-right: 6px;
    border-style: solid;
    border-color: black;
    border-width: thin;
}
a.logoutbutton {
    /*position: relative;*/
    float: left;
    /*background-image: url('../Images/Tab3.png');*/
    background-color: #585758;
    /*font-size: small;*/
    color: #ffffff;
    top: 0px;
    left: 0px;
    height: 25px;
    margin-top: 5px;
    font-family: Calibri;
}
        
        div .Outer {
    width: 1195px;
    position: relative;
    clear: both;
    top: 0px;
    left: 0px;
    height: 30px;
    background-color: #585758;
    
    font-family:Calibri;
}

div.Innerleft {
    width: 300px;
    position: relative;
    float: left;
    /*background-image: url('../Images/Tab3.png');*/
    background-color: #585758;
    /*font-size: small;*/
    color: #ffffff;
    top: 0px;
    left: 0px;
    height: 25px;
    margin-top: 5px;
    font-family:Calibri;
    
}

div.Innerright {
    width: 300px;
    position: relative;
    float: right;
    /*background-image: url('../Images/Tab3.png');*/
    background-color: #585758;
    /*font-size: small;*/
    color: #ffffff;
    top: 0px;
    left: 0px;
    height: 25px;
    margin-top: 5px;
    font-family:Calibri;
}



.login_panel {
    /*background-color: Aqua;*/
    /*border: solid 2px Blue;*/
    /*aangepast*/
    background-image: url('../Images/login.jpg');
    width: 600px;
    /*text-align:center;*/
    height: 600px;
    
    
    /*text-align: center;*/
    align-self: center;
    font-size:x-large;
    margin: 0 auto;
    color:white;
    font-family:Calibri;
    
    
}

.Left_panel {
    float: left;
}

.Right_panel {
    float: right;
    margin-right: 10px;
}
.TableStyle1 {
    
    border-color: #979797;
    border: 1px solid;
    border-collapse: collapse;
    
}
.TableStyle2 {
    align-content:center;
    width: 60px;
    text-align: center;
    font-family:Calibri;
    align-items:center;
}

.SaveButtonStyle1 {
    
    font-size: 14px;
    text-align:center;
    font-family:Calibri;
    
}

    .SaveButtonStyle1:hover {
        background-color: #fff;
        color: #000;
        font-size: 14px;
        text-align: center;
        font-family: Calibri;
    }
.DropDownList {
    font-size: 14px;
    /*text-align: center;*/
    font-family: Calibri;
}
.TabHeaderStyle1 {
    font-size: 14px;
    /*text-align: center;*/
    font-family: Calibri;
}
        
    