body { background-color: #fff; color: #333; }

body, p, ol, ul, td {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size:   13px;
    line-height: 18px;
}

a { color: #000; }
a:visited { color: #555; }
a:hover {
    color:#BBBBBB;
}


h1{
    text-align: center;
}

.fieldWithErrors {
    padding: 2px;
    background-color: red;
    display: table;
}

#errorExplanation {
    width: 400px;
    border: 1px solid red;
    padding: 7px;
    padding-bottom: 12px;
    margin-bottom: 20px;
    background-color: #f0f0f0;
}

#errorExplanation h2 {
    text-align: left;
    font-weight: bold;
    padding: 5px 5px 5px 15px;
    font-size: 12px;
    margin: -7px;
    background-color: #c00;
    color: #fff;
}

#errorExplanation p {
    color: #333;
    margin-bottom: 0;
    padding: 5px;
}

#errorExplanation ul li {
    font-size: 12px;
    list-style: square;
}

span.loading{
    display: none;
}

/****************************************************************/
/* mmc datatable */
/*****************************************************************/

table.mmc-datatable{
    margin: auto;
    margin-bottom: 5px;
    width: 950px;
    clear: both;
}

.dataTables_wrapper{
    width: 950px;
    margin: auto;
}

table.mmc-datatable th {
    background-color: #555555;
    color: #FFFFFF;
    padding: 5px;
}

table.mmc-datatable td, table.mmc-datatable th{
    font-size: 11px;
    /*padding: 0px 4px*;*/
}

table.mmc-datatable td{
    font-size: 11px;
    padding: 4px;
}

table.mmc-datatable th{
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
}

table.mmc-datatable th a{
    color: #FFFFFF;
}

table.mmc-datatable td{
    font-size: 11px;
    border-bottom: 1px solid #C5DBF7;
    border-left: 1px solid #C5DBF7;
    color: #333333;
}

table.mmc-datatable tr.even td{
    background-color: #FFFFFF;
}

table.mmc-datatable tr.odd td{
    background-color: #F0F0F0;
}

table.mmc-datatable td.actions{
    text-align: center;
}

table.mmc-datatable td.action-links{
    border-right: 1px solid #C5DBF7;
}

table.mmc-datatable td.action-links a{
    font-weight: bold;
    margin: 0 2px;
    color: #0066CC;
    text-decoration: none;
}

table.mmc-datatable td.action-links a:hover{
    background-color: #FFFF88;
}

table.mmc-datatable tr.empty-message td{
    background-color: #E8E8E8;
    text-align: center;
    color: #555555;
    padding: 4px;
    font-size: 13px;
}

.dataTables_info{
    padding: 5px 0px;
    font-weight: bold;
    text-align: left;
}

table.mmc-datatable td.actions a{
    color: #0066CC;
    font-weight: bold;
    text-decoration: none;
}

table.mmc-datatable a:hover{
    /*background-color: #FFFF88;*/
}

.sorting_asc{
    background-color: #333333 !important;
    /*background: url(/images/arrow_up.gif) no-repeat right;*/
    background: url(/images/asc_order_min.png) no-repeat right;
}
.sorting_desc{
    background-color: #333333 !important;
    /*background: url(/images/arrow_down.gif) no-repeat right;*/
    background: url(/images/desc_order_min.png) no-repeat right;
}

.sorting{
    background: url(/images/order_off_min.png) no-repeat right;
}

th.sorting, th.sorting_desc, th.sorting_asc{
    cursor: pointer;
}

.paginate_disabled_previous{
    background-image: url(/images/back_disabled.jpg)
}

.paginate_enabled_previous{
    background-image: url(/images/back_enabled.jpg)
}

.paginate_disabled_next{
    background-image: url(/images/forward_disabled.jpg)
}

.paginate_enabled_next{
    background-image: url(/images/forward_enabled.jpg)
}

.paginate_disabled_previous, .paginate_enabled_previous, .paginate_disabled_next, .paginate_enabled_next {
    float:left;
    height:19px;
    margin-left:3px;
    width:19px;
}

.dataTables_paginate {
    float:right;
    text-align:right;
    width:44px;
}

.dataTables_info {
    float:left;
    width:60%;
}

tr.highlight td{
    background-color: #FFFFE0 !important;
}

#table-loading-msg, .dataTables_processing{
    border: 3px solid #555555;
    position: fixed;
    top: 10px;
    right: 10px;
    padding: 5px;
}

.paginate_enabled_previous, .paginate_enabled_next{
    cursor: pointer;
}

#javascript-required{
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 25px;
    border: 1px #555555 solid;
    text-align: center;
    background-color: #FFC0CB;
    line-height: 25px;
    font-weight: bold;
}



table.mmc-datatable .vehicle_label, table.datatable-filter .vehicle_label{
    /*width: 400px;*/
    text-align: left;
}

table.mmc-datatable .p11d, table.datatable-filter .p11d,
table.mmc-datatable .c02, table.datatable-filter .c02,
table.mmc-datatable .MPG, table.datatable-filter .MPG,
table.mmc-datatable .months, table.datatable-filter .months,
table.mmc-datatable .miles, table.datatable-filter .miles,
table.mmc-datatable .price, table.datatable-filter .price,
table.mmc-datatable .saved{
    width: 75px;
    text-align: center;
}

table.mmc-datatable .maintained, table.datatable-filter .maintained{
    width: 75px;
    text-align: center;
}

table.datatable-filter td{
    padding: 5px;
    font-size: 11px;
    font-weight: bold
}

.dataTables_length{
    display: none;
}

.dataTables_filter{
    display: none;
}

.tab-root-container{
    border: 1px solid #555555;
    padding: 5px;
    padding-bottom: 25px;
}

.controls{
    margin: 5px 5px 5px 0px;
    padding: 10px 5px;
    border: 1px solid #555555;
}

.controls span.heading{
    cursor: pointer;
    border: 1px solid #555555;
    padding: 5px;
}

.controls span.current{
    font-weight: bold;
}

h1{
    font-size: 20px;
}

#messages-root-container{
    position: fixed;
    top: 10px;
    left: 0px;
    right: 0px;
    min-height: 10px;
    z-index: 100;
}

#messages-root-container div.msg, #messages-root-container div.error-msg{
    margin: 10px 0px;
    left: 0px;
    right: 0px;
    min-height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
}

#messages-root-container div.msg{
    background-color: orange;
    opacity: 0.75;
}

#messages-root-container div.error-msg{
    background-color: #E22845;
    filter:alpha(opacity=70);
    opacity: 0.75;
    font-weight: bold;
    color: #FFFFFF;
}

#main-menu{
    margin-top: 20px;
    margin-bottom: 20px;
}

#main-menu ul{
    margin: 0px;
    padding: 0px;
}

#main-menu li{
    display: inline;
    margin-right: 14px;
    font-size: 14px;
}

.ui-tabs .ui-tabs-panel{
    padding: 10px !important;
}

table.form th{
    text-align: left;
}

table.form td{
    padding-left: 10px;
    text-align: left;
}

#new-user-form th{
    width: 150px;
}

#new-user-form table.form{
    margin: auto;
    width: 450px;
}

#why-use-quote-guide li{
    list-style-type: decimal;
    margin: 10px;
}

.filter-msg-helper{
    z-index: 1001;
    background-color: #555555;
    border: 2px solid #BBBBBB;
    border-left: none;
    border-right: none;
    position: absolute;
    top: 100px;
    left: 0px;
    right: 0px;
    height: 50px;
    text-align: center;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: bold;
}

.filter-msg-helper p{
    margin: 0px;
    line-height: 50px;
}

#tc-overlay{
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #555555;
    opacity: 0.75;
    filter:alpha(opacity=70);
    z-index: 1000;
}

.mmc-datatable-info{
    margin-top: 10px;
}

#users-container .dataTables_filter{
    display: block !important;
}

#main-menu .contact a{
    color: #E22845;
    font-weight: bold;
}

.vehicle-label-help{
    display: inline;
    width: 20px;
    position: absolute;
    font-weight: bold;
}

.vehicle-label-help img{
    margin-left: 5px;
    height: 20px;
    width: 20px
}

.vehicle-label-help-full-text{
    position: absolute;
    padding: 5px;
    width: 250px;
    border: 2px solid #C0C0C0;
    background-color: #FFFFFF;
    min-height: 100px;
}

.vehicle-label-help-full-text h3{
    margin: 5px 0px;
    font-size: 15px !important;
}

.vehicle-label-help-full-text p{
    font-weight: normal;
}

table.step2-list{
    margin: auto;
    border: 1px solid #C0C0C0;
}

table.step2-list td{
    opacity: 0.75;
    filter:alpha(opacity=75);
    padding: 5px;
    background-color: #F0F0F0;
    font-weight: bold;
}

#step-2-root-container{
    background: url(/images/redcar.jpg) no-repeat top right;
}

.pagination{
    margin: 10px 0px;
    text-align: center;
}

.pagination a{
    border: 1px solid #555555;
    padding: 3px;
}

.pagination .current{
    border: 1px solid #555555;
    padding: 3px;
    background-color: #F0F0F0;
}

.pagination .prev_page, .pagination .next_page{
    border: none;
}

td.form-table-header{
    border: none !important;
    text-align: center;
}