﻿/* ONLY USED IN USER AREA */

body, table, td, input, textarea, select, option {
    font-family: tahoma;
    font-size: 10px;
}

/*
a:link {
    color: #000000;
    text-decoration: none;
}
a:visited {
    color: #000000;
    text-decoration: none;
}
a:hover {
    color: #000000;
    text-decoration: underline;
}
a:active {
    color: #000000;
    text-decoration: none;
}
*/

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 {
}


table.grid {
    border: solid 1px #bbbbbb;
    border-collapse: collapse;
    position: relative;
    top: 0;
    left: 0;
    z-index: 0;
}
table.grid tr td {
}
tr.grid_heading td {
    /*border: solid 1px #aaaaaa;*/
    font-size: 9px;
    background-color: #c8c8c8;
}
tr.grid_heading th {
    border: solid 1px #aaaaaa;
    font-size: 9px;
    background-color: #c8c8c8;
}
tr.grid_heading a {
    font-size: 9px;
    background-color: #c8c8c8;
}
tr.grid_item_highlighted {
    background-color: #BFDAFB;
}
tr.grid_item_selected {
    background-color: #A7E3AD; /**/
}
tr.grid_item td {
    border: solid 1px #aaaaaa;
}
tr.grid_item_top td {
    border-top: solid 1px #aaaaaa;
}
tr.no_grid_item td {
    border: 0;
}
tr.grid_alternate_item_top td {
    border-top: solid 1px #aaaaaa;
}
tr.grid_alternate_item td {
    border: solid 1px #aaaaaa;
    background-color: #f0f0f0;
}

tr.grid_footer td {
    /*border: solid 1px #aaaaaa;*/
    font-size: 9px;
    background-color: #fff;
}
tr.grid_footer th {
    border: solid 1px #aaaaaa;
    font-size: 9px;
    background-color: #fff;
}
tr.grid_footer a {
    font-size: 9px;
    background-color: #fff;
}

.grid_value_column_header {
    text-align: center;
}
.grid_value_column_item {
    text-align: right;
}
.grid_value_column_item_label {
    width: 45px;
}
.grid_value_column_item_textbox {
    width: 45px;
    text-align: right;
}
div.grid_column_item_default_action {
    text-align: center;
    font-weight: bold;
}
a.grid_column_item_default_action {
    font-weight: bold!important;
    text-decoration: underline;
    color: #003366!important;    
}
a.grid_column_item_default_action:hover {
    text-decoration: underline;
    /*font-weight: bold!important;
    color: #003366;*/
}


table.form {
    /*border: solid 1px #bbbbbb;     border-collapse: collapse;*/
}
table.form tr td {
}
tr.form_heading td {
    /*border: solid 1px #aaaaaa;*/
    font-size: 9px;
    background-color: #c8c8c8;
}
tr.form_heading th {
    /*border: solid 1px #aaaaaa;*/
    font-size: 9px;
    background-color: #c8c8c8;
}
tr.form_heading a {
    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.freetextbox td {
    border-width: 0;
    padding: 0;
}

td.breadcrumb {
    color: #888888;
}
td.breadcrumb a {
    color: #888888;
}

td.trip_summary_label {
    font-family: Verdana;
    font-size: 10px;
    font-style: italic;
}

.estimator_module_header {
    font-size: 12px;
    color: #283f5f;
    font-weight: bold;
}
.estimator_module_header a:active {    
    font-size: 12px;
    color: #283f5f;
    font-weight: bold;
    text-decoration: none;
}
.estimator_module_header a {    
    font-size: 12px;
    color: #ccc;
    font-weight: bold;
    text-decoration: none;
}
.estimator_module_header a:link {
    font-size: 12px;
    color: #283f5f;
    font-weight: bold;
    text-decoration: none;
}
.estimator_module_header a:visited {   
    font-size: 12px;
    color: #283f5f;
    font-weight: bold;
    text-decoration: none;
}
.estimator_module_header a:hover {   
    font-size: 12px; 
    color: #283f5f;
    font-weight: bold;
    text-decoration: underline;
}

.freetextbox_body {
    font-family: arial;
    font-size: 12px;
}

/*Estimator***********************************************************************************************************************/
.estimator_mapDetailsItemSelected {
    color: #f8f7f5;
    margin: 2px;
    background-color: #3d536e;
    border: 1px solid black;
    cursor: pointer;
    padding: 1px;
    /*padding: 1px;*/
}
.estimator_mapDetailsItem {
    color: #3d536e;
    margin: 2px;
    border: 1px solid black;
    background-color: #f8f7f5;
    cursor: pointer;
    padding: 1px;
}
.estimator_mapDetails {
    color: black;
    font-family: arial;
    font-size: 10px;
}

/*AutoComplete***********************************************************************************************************************/
/*.autocomplete_completionListElement {
    background-color: #ffffff;
    border: solid 1px #bbbbbb;
    
}
.autocomplete_listItem {
    padding: 1px;
}
.autocomplete_highlightedListItem {
    background-color: #eeeeee;
    padding: 1px;
}*/

.autocomplete_completionListElement{
    color: #000000;
    background-color: #ffffff;
    margin-left: 0;
    display: block;
    padding: 2px;
    border: solid 1px #000000;
    width: 160px!important;    
    z-index: 20;
}
.autocomplete_listItem{
    border-bottom: solid 1px #cccccc;
}
.autocomplete_highlightedListItem {
    border-bottom: solid 1px #cccccc;
    background-color: #DADADA;
}


/* Feedback ***********************************************************************************************************************/
hr.feedback_usertype {
    color: #999999;
    height: 1px;
}
hr.feedback_leg {
    color: #aaaaaa;
    height: 1px;
}
hr.feedback_passenger {
    color: #eeeeee;
    height: 1px;
}

/* Misc*/


.estimator_datepicker {
    position: absolute;
    top: 200px;
    left: 200px;
}

/* Extras ***********************************************************************************************************************/
.extra_leg {
    color: #999999;
    height: 1px;
}

/* My Trips ***********************************************************************************************************************/
hr.my_trips_filter {
    color: #999999;
    height: 1px;
    margin-bottom:5px;
}
.mytrips_changed_row{
    background-color: #FFE6E6;
    }
.mytrips_changed_alternate_row{
    background-color: #FDD2D2;
    }
.friendly_name{
    color: #c8c8c8;
    }

/* Our Trips ***********************************************************************************************************************/
hr.our_trips_filter {
    color: #999999;
    height: 1px;
    margin-bottom:5px;
}
.ourtrips_changed_row{
    background-color: #FFE6E6;
    }
.ourtrips_changed_alternate_row{
    background-color: #FDD2D2;
    }
.friendly_name{
    color: #c8c8c8;
    }

/* Message ***********************************************************************************************************************/
.message {
    background-color: #F4F3B0;
    border: solid 1px #DAD95C;
    margin: 10px;
    padding: 10px;
    /*width: 400px;*/
    width: 836px;
}

.message p {

}
.user_area_page_title {
    font-size: 14px;
    font-weight: bold;
}

.infosheet_link{
    cursor: pointer;
    }