﻿body
{
    min-width: 970px;
    width: 99%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: url(../Images/General/background.png);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #333333;
}

.background-layer
{
    background: white;
    margin: auto;
    margin-top: 10px;
    width: 970px;
}

/* Standard */  
.clearer
{
    clear: both;
}

.form li
{
    list-style-type: none;
}
.form label
{
    float: left;
    width: 100px;
}
ul.form
{
    padding: 0px;
}

.overlay 
{
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: #000000;
    filter: alpha(opacity=40);
    opacity: .4;
    color: #FFFFFF;
}
h1
{
    color: #333333;
    font-size: 13pt;
    padding-left: 0px;
    padding-bottom: 3px;
    padding-right: 3px;
    padding-top: 2px;
    margin-top: 0px; /*  margin-bottom:-10px;*/
}
h2
{
    text-align: left;
    color: #333333;
    font-size: 10pt; /*      margin-top: 8px;     margin-bottom:10px;*/
}
p, dd, dt
{
    font-size: 10pt;
    color: #333333;
    margin-top: 2px;
    text-align: left;
}
p.bold
{
    font-weight: bold;
}
.inline { display: inline; }

label
{
    color: #333333;
    font-size: 10pt; /*  display: block;     float: left;     width: 160px;     padding-top: 5px;     padding-bottom: 5px;*/
}
/* end standard */
.content
{
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 0.7em;
}

.custom .left
{
    /*border-right: 1px dashed gray;*/
}
.custom .left, .custom .right
{
    width: 48%;
    float: left;
    margin-right: 10px;
}

.custom td
{
  padding-right: 1.2em;
}

.header
{
    min-width: 780px;
}
.header .logo
{
    float: left;
    margin: 5px 0 0 5px;
    width: 102px;
    cursor: pointer;
}
.header .title
{
    float: left;
    margin: 44px 0 0 44px;
}
.header .login
{
    float: right;
    padding-top: 10px;
    height: 88px;
}
.header .login .textbox
{
    background-position: url(../Images/General/login-textbox-bg.png);
    background: url(../Images/General/login-textbox-bg.png);
    width: 120px;
    padding: 2px 6px;
    height: 16px;
    border: none 0;
    margin-top: 2px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
}
.header .login .watermark
{
    color: #C0C0C0;
    background: white;
    border: 1px solid black;
    height: 14px;
    width: 118px;
}
.header .login .button-password
{
    background: url(../Images/General/button-password-bg.png) repeat-x;
    border: none;
    position: relative;
    left: -25px;
    width: 20px;
    height: 20px;
    margin: 0;
    cursor: pointer;
    padding: 0;
    float: left;
}

.header .login .button-login
{
    background: url(../Images/General/button-login-bg.png) repeat-x;
    border: none;
    width: 57px;
    height: 20px;
    position: relative;
    left: -20px;
    margin: 0;
    cursor: pointer;
    padding: 0;
    float: left;
}

.header .login .button-logout
{
    background: url(../Images/General/button-logout-bg.png) repeat-x;
    border: none;
    width: 77px;
    height: 20px;
    padding: 0;
    float: right;
    margin-top: 12px;
}

.login .buttons
{
    padding-top: 10px;
}

.login .label-welkom
{
    float: right;
    color: #666666;
    font-weight: bold;
    font-size: smaller;
}

.header .login .button-register
{
    background: url(../Images/General/button-register-bg.png);
    border: none;
    width: 75px;
    height: 20px;
    padding: 0;
    float: left;
    position: relative;
    left: -20px;
}

.button-register-traffical
{
    background: url(../Images/General/button-register2-bg.png);
    border: none;
    width: 154px;
    height: 21px;
    padding: 0;
    float: left;
}


.header h1, h2, h3
{
    margin: 0;
    margin-bottom: 4px;
}
.header h1
{
    color: #4A4A4A;
    font-size: 16pt;
    text-align: left;
}
.header h2
{
    color: #4A4A4A;
    font-size: 14pt;
}
.header h3
{
    color: #a3a3a3;
    font-size: 12pt;
    text-align: left;
}
.header .menu
{
    width: 100%;
    height: 223px;
    background: url(../Images/General/header-center-bg.png);
}
.header .menu .left
{
    height: 100%;
    width: 12px;
    float: left;
    background: url(../Images/General/header-left-bg.png);
}
.header .menu .right
{
    height: 100%;
    width: 750px;
    float: right;
    background: url(../Images/General/header-right-bg.png);
}
.header-authenticated .menu
{
    height: 74px;
    background: url(../Images/General/header-center-authenticated-bg.png);
}
.header-authenticated .menu .left
{
    background: url(../Images/General/header-left-authenticated-bg.png);
}
.header-authenticated .menu .right
{
    background: url(../Images/General/header-right-authenticated-bg.png);
}
.header .menu .float
{
    position: absolute;
    height: 100px;
    margin-top: 5px;
}
.header .menu .promo
{
    position: absolute;
    margin-top: 40px;
    border: 0;
}
ul.menu-list
{
    margin: 0;
    padding-left: 0px;
}
.menu-list li
{
    list-style-type: none;
    display: block;
    background: url(../Images/General/header-menu-button.png);
    float: left;
    width: 132px;
    height: 34px;
    padding: 6px 0 0 15px;
}

.menu-list li > a
{
    text-decoration: none;
    color: white;
}

.footer, .page
{
    width: 100%;
    border-top: 1px dashed #a3a3a3;
    margin-top: 10px;
}

.footer
{
    width: 100%;
    overflow: hidden;
}

.footer ul
{
    position: relative;
    float: left;
    left: 50%;
}

.footer li
{
    position: relative;
    right: 50%;
    display: inline;
    border-right: solid 1px #a3a3a3;
    list-style-type: none;
    float: left;
    padding: 0 10px;
}

.footer li > a
{
    color: #a3a3a3;
    text-decoration: none;
    font-size: 10pt;
}
.footer li.last
{
    border-right: none;
}



.content-authenticated
{
    margin-top: 1em;
    width: 100%;
    height: 100%;
    float: left;
    min-height: 250px;
}
.content-authenticated .custom
{
    margin-left: 140px;
}
.submenu
{
    background: url(../Images/General/submenu-center.png) repeat-y;
    width: 118px;
    margin-top: 10px;
    position: absolute; /* IE7 FIX*/
}
.submenu ul
{
    margin: 0;
}
.submenu h1
{
    margin: 0;
    padding-left: 8px;
    text-align: center;
    font-size: 13pt;
    color: white;
}
.submenu h2
{
    margin: 0 0 4px 0;
    padding-bottom: 4px;
    font-size: 9pt;
    text-align: center;
    color: #999;
    border-bottom: 1px dashed #999;
}
.submenu .top
{
    background: url(../Images/General/submenu-top.png);
    width: 118px;
    height: 12px;
}
.submenu .bottom
{
    background: url(../Images/General/submenu-bottom.png);
    width: 118px;
    height: 11px;
}
.submenu ul
{
    padding: 0;
}
.submenu li
{
    list-style-type: none;
}
.submenu li div
{
    padding-top: 10px;
    margin-left: 2px;
}
.submenu li a
{
    color: white;
    text-decoration: none;
    font-size: 10pt;
    padding-left: 8px;
}

.submenu li.selected > div
{
    background: url(../Images/General/submenu-selected.png);
    width: 158px;
    margin-left: -24px;
}
.submenu li.selected a
{
    color: Black;
    padding-left: 32px;
}
.Error_div
{
    background-position: 0px 0px;
    background-image: url('../Images/icon_error.png');
    background-repeat: no-repeat;
    min-height: 24px;
    padding-bottom: 10px;
}

.Error_div span
{
    color: #990000;
    margin-left: 30px;
    display: inline-block;
}

.button-send
{
    background: url(../Images/button_send.png) repeat-x;
    border: none;
    width: 155px;
    height: 20px;
    padding: 0;
    float: right;
    margin-right: 20px;
}

.button_export
{
    background: url(../Images/button_export_routeregistration.png) repeat-x;
    border: none;
    width: 154px;
    height: 20px;
    padding: 0;
    float: left;
    margin-right: 20px;
}
.horizontal_sep
{
    background: url(../Images/table_hor_seperator.png) repeat-y;
    width: 11px;
    min-width: 11px;
}

.vertical_sep
{
    background: url(../Images/table_ver_seperator.png) repeat-x;
    background-position: bottom;
    height: 20px;
    min-height: 20px;
}

.faq
{
    margin-left: 0px;
    margin-right: 3px;
    padding-left: 0px;
}
.faq li
{
    list-style-type: none;
    margin-bottom: 3px;
    padding-bottom: 10px;
}
TABLE.grid
{
    margin: 0px;
    background-color: #74aefa;
}
TABLE.grid TR
{
    background-color: white;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    border-bottom-color: #333333;
}
TABLE.grid TH
{
    padding: 4px;
    font-size: 11pt;
    font-weight: bold;
}
TABLE.grid TD
{
    border-top: 1px dashed gray;
    font-size: 10pt;
}

/*Route planner */
.routeplanner .left
{
    width: 300px;
}
.routeplanner .left h1
{
    margin-top: 10px;
}
.routeplanner .left .box
{
    border-top: 1px dashed gray;
}
.routeplanner .left ul
{
    float: left;
}
.routeplanner .left .timebox select
{
    width: 100%;
}
.routeplanner .left .switch
{
    cursor: pointer;
    float: left;
    display: block;
    margin: 25px 0 0 5px;
}

/*Counterpart  */
.counterpart
{
    border: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 350px;
}
.counterpart li
{
    clear: both;
    list-style: none;
    padding-bottom: 10px;
    min-width: 100%;
}
.counterpart label
{
    width: 50%;
    float: left;
}
.counterpart .label
{
    float: left;
}
#gmError
{
    color: #FF0000;
}
input[type="text"], input[type="password"], textarea, select
{
    border: 1px solid #333333;
}


.validator
{
    margin: -2px;
    padding: 0px;
    z-index: 100;
    display: block;
}
.homepage .top
{
    margin: 10px 0;
}

.homepage .top .left
{
    float: left;
}

.homepage .bottom
{
    clear: both;
    padding-top: 10px;
    border-top: 1px dashed gray;
}
.homepage .highlights .banner
{
    background: url(../Images/product_highlights_center.png);
    height: 40px;
}

.homepage .highlights .banner .left
{
    margin: -8px 0 0 -32px;
    height: 48px;
    background-image: url('../Images/product_highlights_left.png');
    width: 137px;
    float:left;
}
.homepage .highlights .banner .right
{
    float:right;
    background-image: url('../Images/product_highlights_right.png');
    width: 30px;
    height: 40px;
    margin-left: 30px;
    margin-right: -10px;
}
.product_highlights_buttom
{
    
}

.product_highlights_buttom-authenticated
{
    margin-left: -162px;
}
ul.company-personeel-list
{
    margin: 0;
    list-style-type: none;
    font-weight: bold;
    color: #333333;
}
.company-personeel-list li
{
    list-style-type: none;
    display: block;
    float: left;
    width: 100%;
    font-size: 10pt;
}
.column
{
    width: 50%;
    float: left;
    height: 100%;
    margin-left: 0px;
    margin-right: 0px;
}

/* Appointments */
.create .appointment
{
    padding: 10px 10px;
    min-width: 350px;
    border: 1px solid #cccccc;
    
}
.create .trip
{
    min-width:350px;
    width: 45%;
    padding-left: 20px;
}
.create .appointment, .create .trip
{
    padding-left: 10px;
    margin-left: 0px;
    margin-top: 0px;
    float: left;
}

.create .appointment label, .formAppointment checkbox
{
    display: block;
    width: 110px;
    float: left;
}

.create .appointment input.text
{
    width: 140px;
    margin-right: 20px;
}

.create .appointment .right
{
    margin-top: 3px;
    margin-left: 110px;
}

.create .appointment .calenderImg
{
    width: 30px;
    height: 21px;
    padding-bottom: 0px;
}

.create .appointment dl
{
    clear: both;
}

.create .appointment dt
{
    width: 35%;
    float: left;
    clear: both;
    margin: 0;
    padding-bottom: 0.4em;
    padding-top: 0;
}

.create .appointment dd
{
    margin: 0;
    padding-bottom: 0.4em;
    padding-top: 0;
}

.create .appointment div.inter
{
    clear: both;
    margin-left: 0;
    margin-right: 34px;
    padding-top: 8px;
    padding-bottom: 26px;
}

.create .appointment div.inter input
{
    float: right;
}

.create .details ul li, .create .alternatives ul li
{
    padding-top: 5px;
}

table.trips
{
    margin-top: 10px;
}

table.trips, table.trips th, table.trips td
{
    border: solid 0px #000;
}

table.trips th
{
    border-bottom: solid 1px #000;
    text-align: left;
}

table.trips td
{
    border-bottom: solid 1px #ccc;
    text-align: left;
    padding: 5px 0;
}

.addLocHeader
{
    font-weight: bold;
    padding-left: 6px;
}
.addLocList
{
    width: 100%;
}
.addLocList > ul
{
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    float: left;
    width: 100%;
}
.addLocList > ul > li
{
    padding: 3px;
    margin: 3px;
    clear: both;
    list-style: none;
    width: 96%;
    height: 24px;
}
.addLocList > ul > li label
{
    float: left;
    width: 35%;
}
.addLocList > ul > li .input, .dropdown
{
    float: left;
    width: 45%;
}
.addLocList > ul > li .inputAddress
{
    float: left;
    width: 35%;
}
.addLocList > ul > li .inputNr
{
    float: left;
    width: 9%;
}
.addLocList > ul > li .button
{
    float: right;
}
.addLocList > ul > li .button_save
{
    float: right;
    margin-right: 64px;
    margin-left: 5px;
}
.addLocList > ul > li .ucError
{
    float: left;
}
.modalBackground
{
    background-color: black;
    -moz-opacity:.50; 
    filter:alpha(opacity=50); 
    opacity:.50;
}
.CounterPage
{
    float: left;
    width: 100%;
}
.CounterPage .CounterTrip
{
    width: 32%;
    float: left;
    min-width: 32%;
    padding-left: 0px;
    margin-left: 0px;
}
.CounterPage .CounterTrip > ul
{
    list-style-type: none;
    padding-left: 0px;
    margin-top: 0px;
    margin-left: 0px;
    width: 400px;
}
.CounterPage .CounterTrip > ul > li
{
    float: left;
    width: 100%;
    padding-left: 0px;
    margin-left: 0px;
}
.CounterPage .TopLabel
{
    width: 100%;
    padding-top: 5px;
    font-weight: bold;
}
.CounterPage .CounterTrip .LeftLabel
{
    width: 172px;
    float: left;
}
.CounterPage .CounterTrip .RightLabel
{
    width: 228px;
    float: left;
}
.CounterPage .CounterTrip .Error
{
    width: 100%;
}
.CounterPage .CounterEvent
{
    width: 30%;
    float: left;
    margin-left: 32%;
}
/* Download Plugin */
.DownloadPlugin
{
    width: 100%;
    min-height: 20px;
}
.RegisterForDownload
{
    width: 435px;
    float: left;
}
.DownloadOEPlugin
{
    min-width: 317px;
}
.DownloadBBPlugin
{
}
.imgOE
{
    margin-top: 2px;
    margin-bottom: 10px;
}
.imgBB
{
    margin-top: 4px;
    margin-bottom: 8px;
}
.ViewLocation > ul
{
    list-style-type:none;
    padding-left:0px;
    margin-left:0px;
}
.ViewLocation > ul > li > label
{
    width:75px;
}

span.copyright
{
  white-space: nowrap;
  font-size: 0.7em;
  color: #666;
}


.contentblock
{
    margin-bottom: 2.4em;
}

.weather
{
    padding-bottom: 1.2em;
}

.alertservice h1
{
   margin-top: 20px;
   margin-bottom: 0px;
}

.alertservice h2
{
   margin-top: 20px;
}

table, tr, td, div, span, p
{
  aborder: solid 1px red;
}
div. ajax__calendar table {border-spacing: 0px;}
div. ajax__calendar td, div. ajax__calendar th {padding:0px;}