/* CSS Document */

table.left_nav {
    border: solid 1px #666666;
    border-collapse: collapse;
    background-color: #cccccc;
}
table.left_nav tr td {
}

table.tabs {
}
table.tabs tr td.tab_on {
}
table.tabs tr td.tab_off {
}

tr.grid_heading th a {
    color: white;
    background-color: Transparent;
}

table.grid {
    border: solid 1px #5f7289;
    border-collapse: collapse;
}

table.grid th td {
    padding: 10px;
}

tr.grid_heading th {
    border: solid 1px #5f7289;
    font-size: 10px;
    font-weight: bold;
    background-color: #37506c;
    color: #fff;
}

tr.grid_item td a {
    font-weight: normal;
    text-decoration: underline;
    color: #666666;
}

tr.grid_alternate_item td a {
    font-weight: normal;
    text-decoration: underline;
    color: #666666;
}

tr.mytrips_changed_row td a {
    font-weight: normal;
    text-decoration: underline;
    color: #666666;
}

tr.grid_item td {
    border: solid 1px #ccc;
    background-color: #ffffff;
    color: #666666;
}
tr.grid_alternate_item td {
    border: solid 1px #ccc;
    background-color: #f4f1ec;
    color: #666666;
}



table.form {
    /*border: solid 1px #bbbbbb;*/
    border-collapse: collapse; /*NEW*/
    margin-left: 100px;
}
table.form tr td {
}
tr.form_heading td {
    /*border: solid 1px #aaaaaa;*/
    font-size: 9px;
    background-color: #c8c8c8;
}
tr.form_item td {
    /*border: solid 1px #aaaaaa;*/
}
tr.form_alternate_item td {
    border: solid 1px #aaaaaa;
    background-color: #f0f0f0;
}

td.breadcrumb {
    color: #888888;
}
td.breadcrumb a {
    color: #888888;
}

td.trip_summary_label {
    font-family: Verdana;
    font-size: 10px;
    font-style: italic;
}


/* estimator breadcrumb ***************************************************/

/*enabled*/
.estimator_module_header {
    font-size: 12px;
    color: #808080;
    font-weight: bold;
}
.estimator_module_header a:active {
    font-size: 12px;
    color: #808080;
    font-weight: bold;
    text-decoration: none;
}
.estimator_module_header a {    
    font-size: 12px;
    color: #808080;
    font-weight: bold;
    text-decoration: none;
}
.estimator_module_header a:link {
    font-size: 12px;
    color: #808080;
    font-weight: bold;
    text-decoration: none;
}
.estimator_module_header a:visited {
    font-size: 12px;
    color: #808080;
    font-weight: bold;
    text-decoration: none;
}
.estimator_module_header a:hover {
    font-size: 12px;
    color: #808080;
    font-weight: bold;
    text-decoration: underline;
}
/*disabled*/
.estimator_module_header_disabled_current {
    font-size: 12px;
    color: #283f5f;
    font-weight: bold;
}
.estimator_module_header_disabled {
    font-size: 12px;
    color: #808080;
    font-weight: bold;
}


/* Search ***********************************************************************************************************************/

.search_header {
    width: 880px;
    height: 42px;
    background: url(/images/search/search-header.png) no-repeat;
}

.search_box {
    border: 5px solid #f1eee9;
    height: 16px;
    float: left;
    width: 289px;
    padding-top: 3px;
    padding-left: 3px;
    padding-right: 0;
    padding-bottom: 0;
    
    margin-top: 0;
}

.searchbox_and_button_holder {
    padding-left: 132px;
    padding-top: 8px;
    height: 28px;
    float: left;
    width: 500px;
}

.search_button {
    float: right;
    margin-top: 3px;
    
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.search_links {
    width: 240px;
    float: right;
    padding-top: 10px; /*border: solid 1px white;*/
}

.search_clear_filters {
    /*border: solid 1px black;*/
    float: left;
    margin-right: 8px;
    margin-top: 6px;
    text-align: center;
    width: 69px;
}

.search_clear_filters a {
    color: #f1eee9;
    font-size: 10px;
    font-weight: bold;
}

.search_clear_filters a:link {
    text-decoration: underline;
}
.search_clear_filters a:visited {
    text-decoration: underline;
}
.search_clear_filters a:hover {
    text-decoration: none;
}
.search_clear_filters a:active {
    text-decoration: underline;
}

.search_show_hide {
    /*border: solid 1px black;*/
    float: left; /*padding-left:33px;*/
    margin-right: 11px;
    margin-top: 6px; /*width: 161px;*/
    text-align: center;
    width: 152px;
}

.search_show_hide a {
    font-size: 12px;
    font-weight: bold;
    color: #39526e;
}

.search_show_hide a:link {
    text-decoration: underline;
}
.search_show_hide a:visited {
    text-decoration: underline;
}
.search_show_hide a:hover {
    text-decoration: none;
}
.search_show_hide a:active {
    text-decoration: underline;
}


.search_fields {
    /*height:210px;*/
    padding: 10px;
    width: 858px;
    background-color: #f1eee9;
    border-left: 1px solid #3e5370;
    border-right: 1px solid #3e5370;
}

.search_footer {
    width: 880px;
    height: 10px;
    background: url(/images/search/search-footer.png) no-repeat;
}

.search_title {
    font-size: 14px;
    color: #666;
}

.search_tip {
    font-size: 10px;
    color: #666;
}

.filter_left_container {
    float: left;
    margin-top: 6px;
    width: 260px;
}
.filter {
    clear: both; /*float: left;     margin-right: 10px;     white-space: nowrap;      padding-bottom:10px;*/
}
.filter_label {
    float: left;
    width: 116px;
}
.filter_input {
    float: left;
}
.filter_dropdownlist {
    /*float: right;     width: 70px;    */
}
.filter_dropdownlist option {
    /*width: 200px;*/
}

/* Unassigned trips *******************************************************************************/
.unassigned_up_to_12_hours_row{
    background-color: #FCFCCE;
    }
.unassigned_up_to_12_hours_alternate_row{
    background-color: #FFFFB8;
    }
    
.unassigned_up_to_24_hours_row{
    background-color: #FFE8D6;
    }
.unassigned_up_to_24_hours_alternate_row{
    background-color: #FFE1C9;
    }

.unassigned_over_24_hours_row{
    background-color: #FFE6E6;
    }
.unassigned_over_24_hours_alternate_row{
    background-color: #FDD2D2;
    }

.infosheet_link{
    cursor: pointer;
    }
    
.blue_link a:active {
    color: #283f5f;
    text-decoration: none;
    }
.blue_link a:link{
    color: #283f5f;
    text-decoration: none;
    }
.blue_link a:visited{
    color: #283f5f;
    text-decoration: none;
    }
.blue_link a:hover{
    color: #283f5f;
    text-decoration: underline;
    }
/* 
.calendar_extender {
    z-index: 1000;    
}*/

.feedback_section_header {
    font-weight: bold;
    font-size: 12px;
    }
    .feedback_leg_header{
        font-weight: bold;
    font-size: 11px;
        }
    .feedback_passenger_header{
        font-weight: bold;
    font-size: 11px;
        }
        
tr.legend-first-row td {
    border-bottom: #CCCCCC solid 1px;
}

div.general-back-button {
    width: 879px;
    text-align: left;
}
div.grid-overflow {
    width: 895px;
    height: auto;
    /*overflow: auto;*/
    position: relative;
    border: solid 0 #000000;
}