﻿/* DEFAULTS
----------------------------------------------------------*/

html, body{height:100%;} 

body   
{
    /*background: #b6b7bc;*/
    background-image:url("/images/bg.gif");
    font-size: .80em;
    /*font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;*/
    font-family:Franklin Gothic Book;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

.textBox
{
    border:1px solid #D1D1D1;
    font-family:Franklin Gothic Book;
    padding:2px;
}

textarea
{

    background-color:#F3F3F3;
    border:1px solid #D1D1D1;
    font-family:Franklin Gothic Book;
    padding:2px;
}

.button
{
    padding:3px;
    min-width:80px;
}

a:link, a:visited
{
    /*color: #034af3;*/
    color:#1C2269;
}

a:hover
{
    /*color: #1d60ff;*/
    color:#1d60ff;
    text-decoration:none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.2em;
    color: #666666;
    /*font-family:Calibri, Arial;*/
    font-family:Franklin Gothic Medium;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    padding-bottom: 0px;
    margin-bottom: 0px;
    margin:0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1em;
    background-color:#FFEC9A;
    padding:2px 2px 2px 2px;
    border:0.5px solid #666666;
}

h4
{
    padding-bottom: 0px;
    margin-bottom: 0px;
    margin:0px;
       font-size: 1.3em;
    background-color:#E3E3E3;
    padding:3px 3px 3px 3px;
    border:0.5px solid #666666;
   
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}

.callCentreHeader
{
    clear:both;background:#2F3CA8; text-align:center; width:100%; color:White; font-size:18px
}

.driverPortalHeader
{
    clear:both; text-align:center; width:100%; color:White; font-size:18px
}

.driverPortalBackground, .driverPortalHeader
{
    background-color:#759A75;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 1260px;
    background-color: #fff;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    /*background: #4b6c9e;*/
    background:#1C2269;
    width: 100%;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{

    
    min-height: 420px;
    height:100%;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
    min-height:100px;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    /*background-color:#3a4f63;*/
    background-color:#FFEC9A;
    width:100%;
}


div.menu
{
    
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #D72E1A;
    
    /*border: 1px #4e667d solid;*/
    border: 1px #dde4ec solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    /*background-color: #bfcbd6;*/
    background-color:#B50500;
    /*color: #465c71;*/
    color:#dde4ec;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

.menuStatic
{
    padding:5px;
}

/* SUB MENU   
----------------------------------------------------------*/


div.submenu
{
     
}

div.submenu ul
{
    list-style: none;
    margin: 10px;
    padding: 0px;
    width: auto;
}

div.submenu ul li a, div.submenu ul li a:visited
{
    /*background-color:#B3ABAC;*/
    
    /*border: 1px #4e667d solid;*/
    
    color: #232020;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.submenu ul li a:hover
{
    background-color: #B3ABAC;
    /*background-color:#B50500;*/
    color: #232020;
    text-decoration: none;
}

div.submenu ul li a:active
{
    
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

/* Secondary Menu   
----------------------------------------------------------*/


div.secondaryMenu
{
    
}

div.secondaryMenu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.secondaryMenu ul li a, div.secondaryMenu ul li a:visited
{
    background-color: #2F3CA8;
    
    /*border: 1px #4e667d solid;*/
    border: 1px #dde4ec solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.secondaryMenu ul li a:hover
{
    /*background-color: #bfcbd6;*/
    background-color:#4255F6;
    /*color: #465c71;*/
    color:#dde4ec;
    text-decoration: none;
}

div.secondaryMenu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

/* Third Menu   
----------------------------------------------------------*/


div.tertiaryMenu
{
    
}

div.tertiaryMenu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.tertiaryMenu ul li a, div.tertiaryMenu ul li a:visited
{
    background-color: #759A75;
    
    /*border: 1px #4e667d solid;*/
    border: 1px #dde4ec solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.tertiaryMenu ul li a:hover
{
    /*background-color: #bfcbd6;*/
    background-color: #5A775A;
    /*color: #465c71;*/
    color:#dde4ec;
    text-decoration: none;
}

div.tertiaryMenu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 0 0.5em 0.5em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

fieldset.filter
{
    margin:0px;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input
{
    padding:4px;
}

input.textEntry 
{
    width:100%;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 100%;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

.validationInfo
{
    background:red;
    color:White;
    padding:5px;
    filter:alpha(opacity=80);
    opacity:0.8; 

}

.validationInfo .h3
{
    color:White;
    font-size:16px;
}

#pnlSaved
{
    background:Green;
    color:White;
    font-size:20px;
    padding:15px;
    filter:alpha(opacity=80);
    opacity:0.8; 
}

 
.Active
{
    background-color:Green;
    color:White;
    font-size:10px;
}

.Inactive
{
    background-color:Red;
    color:White;
    font-size:10px;
}
