
body {
    font-family: Tahoma, Arial;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.MaxWidth {
    width: expression(document.body.clientWidth > 1024? "1024px": "auto" );
}

.Underline {
    border-bottom: midnightblue thin solid;
}

.LeftMenuImage {
    border-right: 0px solid;
    border-top: 0px solid;
    border-left: 0px solid;
    border-bottom: 0px solid;
}

A.BlueLink {
    color: #21387b;
    text-decoration: underline;
}

A:hover {
    color: firebrick;
    text-decoration: underline;
}

.Blue14 {
    font-weight: bold;
    font-size: 14pt;
    color: #21387b;
    font-family: Tahoma, Arial;
}

.Blue12 {
    font-weight: bold;
    font-size: 11pt;
    color: #21387b;
    font-family: Tahoma, Arial;
}

.Blue10 {
    font-weight: bold;
    font-size: 10pt;
    color: #21387b;
    font-family: Tahoma, Arial;
}

.Red10 {
    font-weight: bold;
    font-size: 10pt;
    color: white;
    background-color: #BD0426;
    font-family: Tahoma, Arial;
}

.f8 {
    font-size: 8pt;
    font-family: Tahoma, Arial;
}

.f10 {
    font-size: 10pt;
    font-family: Tahoma, Arial;
}
.f10 th{
    font-weight:normal;
}

TD.f10 {
    font-size: 10pt;
    font-family: Tahoma, Arial;
}

TD.f8 {
    font-size: 8pt;
    font-family: Tahoma, Arial;
}

TD.HeaderMenu {
    font-size: 8pt;
    color: white;
    font-family: Tahoma, Arial;
    background-color: #21387b;
    text-decoration: none;
}

TD.MainMenu {
    font-weight: bold;
    font-size: 10pt;
    color: black;
    font-family: Tahoma, Arial;
    background-color: white;
    text-decoration: none;
}

TD.SidePanel {
    font-size: 10pt;
    color: #21387b;
    font-family: Tahoma, Arial;
    background-color: #eff7ff;
    text-decoration: none;
}

.SidePanelLink {
    color: #21387b;
    text-align: center;
}

    .SidePanelLink:hover {
        color: firebrick;
        text-decoration: underline;
    }


A.NoUnderLineWhite {
    text-decoration: none;
    color: White;
}

    A.NoUnderLineWhite:hover {
        text-decoration: none;
        color: Yellow;
    }

TD.BlueBack {
    background-color: #21387b;
    font-weight: bold;
    font-size: 10pt;
    color: white;
    font-family: Tahoma, Arial;
}

TD.RedBack {
    background-color: #BD0426;
    font-weight: bold;
    font-size: 10pt;
    color: white;
    font-family: Tahoma, Arial;
}

TD.BlueEnds {
    border-right: #21387b 1pt solid;
    font-size: 10pt;
    border-left: #21387b 1pt solid;
    font-family: Tahoma, Arial;
    background-color: white;
}

TD.BlueBottom {
    border-right: #21387b 1pt solid;
    border-left: #21387b 1pt solid;
    border-bottom: #21387b 1pt solid;
    background-color: white;
}

Button {
    font-size: 10pt;
    font-family: Tahoma, Arial;
    background-color: lightsteelblue;
    height: 25px;
}

.ButtonAsLink {
    background-color: transparent;
    border: none;
    color: blue;
    cursor: pointer;
    text-decoration: underline;
    padding: 0px;
}

DIV.BlueBorder {
    border-width: 1px;
    border-style: solid;
    border-color: #21387b;
}

DIV.RedBorder {
    border-width: 1px;
    border-style: solid;
    border-color: #BD0426;
}

DIV.Center {
    vertical-align: middle;
    position: center;
    text-align: center;
}

DIV.sfiOuterAddPanel {
    margin-left: 10px;
    float: left;
}

DIV.sfiInnerAddPanel {
    margin-left: 5px;
    margin-top: 5px;
    float: right;
}

DIV.sfiRow {
    margin-bottom: 4px;
}

DIV.sfiLabels {
    vertical-align: middle;
    text-align: right;
    float: left;
    width: 20%;
    clear: left;
    position: relative;
    margin-top: 5px;
}

DIV.sfiInputs {
    vertical-align: middle;
    float: right;
    width: 79%;
    clear: right;
    position: relative;
}

.DataGridPadding {
    margin-left: 2px;
    margin-right: 2px;
}

INPUT.f10 {
    font-size: 10pt;
    width: 100px;
    height: 20px;
    font-family: Tahoma, Arial;
}

.Admin {
    border-right: #21387b 1px solid;
    border-top: #21387b 1px solid;
    font-size: 10pt;
    background: url(images/truck_colored_fade.jpg) #eff7ff no-repeat right bottom;
    border-left: #21387b 1px solid;
    width: 95%;
    border-bottom: #21387b 1px solid;
    font-family: Tahoma, Arial;
    position: relative;
}

Input.Button {
    font-size: 10pt;
    font-family: Tahoma, Arial;
    background-color: lightsteelblue;
}

Input.EditButton {
    font-size: 10pt;
    background-image: url(images/edit.gif);
    background-repeat: no-repeat;
    font-family: Tahoma, Arial;
    background-color: lightsteelblue;
    BACKGROUND-POSITION-X: left;
}

Input.ClockButton {
    background-color: lightsteelblue;
    font-size: 10pt;
    background-image: url(images/clock.gif);
    background-repeat: no-repeat;
    font-family: Tahoma, Arial;
    BACKGROUND-POSITION-X: left;
}

Input.DeleteButton {
    background-color: lightsteelblue;
    font-size: 10pt;
    background-image: url(images/delete.gif);
    background-repeat: no-repeat;
    font-family: Tahoma, Arial;
    BACKGROUND-POSITION-X: left;
}

Input.SaveButton {
    background-color: lightsteelblue;
    font-size: 10pt;
    background-image: url(admin/images/save2.png);
    background-repeat: no-repeat;
    font-family: Tahoma, Arial;
    BACKGROUND-POSITION-X: left;
    font-weight: bold;
}

.PreviewTitles {
    font-weight: bold;
    font-size: 10pt;
    color: #003399;
    font-family: Tahoma, Arial;
}

.f12 {
    FONT: 12px Arial, Helvetica, sans-serif;
    COLOR: #000000;
    TEXT-DECORATION: none;
}

.f12blue {
    FONT: 12px Arial, Helvetica, sans-serif;
    COLOR: dodgerblue;
    TEXT-DECORATION: none;
}

.Instructions {
    font-size: 8pt;
    font-family: Tahoma, Arial;
    color: black;
}

.LabelLeft {
    font-family: Verdana;
    font-size: 9pt;
    text-align: left;
}

.LabelLeftf8 {
    font-family: Verdana;
    font-size: 8pt;
    text-align: left;
}

.Label {
    font-family: Verdana;
    font-size: 9pt;
    text-align: right;
}

.top {
    vertical-align: top;
}

.TitleLabel {
    font-weight: bold;
    font-size: 10pt;
    font-family: Verdana;
}


/*/////////*/
.igWebComboMainBlue2k7 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-align: left;
    font-size: 11px;
    background-color: #E8EAEC;
    border: 1px solid #9BB7E0;
}

.igWebComboDropDownFrameBlue2k7 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    background-color: white;
    border: 1px solid #A9AEB4;
}

.igWebComboDropDownGridHeaderBlue2k7 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-image: url(WebCombo/igwgHeader.jpg);
    background-repeat: repeat-x;
    font-size: 11px;
    height: 23px;
    border: 1px solid #fbfbfb;
    font-weight: normal;
}

.igwgRowBlue2k7 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: #ffffff;
    border-top: 1px solid white;
    border-bottom: 1px solid #d2d2d2;
    font-size: 11px;
}

.igwgRowAltBlue2k7 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    border-top: 1px solid white;
    border-bottom: 1px solid #d2d2d2;
    background-color: white;
    font-size: 11px;
}

.igwgRowSelBlue2k7 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    border-top: 0px solid #b5c4df;
    border-bottom: 1px solid #d2d2d2;
    background-color: #b5c4df;
    font-size: 11px;
}

.igwgRowSlctrBlue2k7 {
    border-right: 1px solid #d2d2d2;
    background-color: #EBF3FF;
}


.igWebDateChooserMainBlue2k7 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-align: center;
    border: 1px solid #9BB7E0;
}

.igwebDateChooserDropdownBtHoverBlue2k7 {
    background-image: url(WebDateChooser/igWebDateChooser_Dropdown_Hover.jpg);
    background-repeat: no-repeat;
}

.igwebDateChooserDropdownBlue2k7 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-align: center;
    background-color: white;
}

.igwebDateChooserDropdownEditBlue2k7 {
    border: 1px solid #A7A6AA;
}


.igwebDateChooserDropdownCalendarBlue2k7 {
    text-align: center;
    width: 20px;
    line-height: 5px;
    padding-bottom: 10px;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
}

.igwebDateChooserDropdownNextPrevBlue2k7 {
    padding: 4px;
    background-color: #BFDBFF;
}

.igwebDateChooserDropdownToydayDayBlue2k7 {
    border: 1px solid #BB5503;
    padding: 4px;
}

.igwebDateChooserDropdownSelectedDayBlue2k7 {
    background-color: #FBC84F;
    padding: 4px;
}

.igwebDateChooserDropdownDayBlue2k7 {
    padding: 4px;
    font-size: 11px;
}


.igwebDateChooserDropdownFooterBlue2k7 {
    padding-top: 2px;
    padding-bottom: 0px;
    height: 16px;
    font-size: 11px;
    background-image: url(WebDateChooser/igWebDateChooser_Dropdown_Footer.jpg);
    background-repeat: repeat-x;
    text-align: center;
    font-weight: normal;
    width: 50px;
}

.igwebDateChooserDropdownTitleBlue2k7 {
    padding: 4px;
    width: 166px;
    background-color: #BFDBFF;
    border-width: 0px;
    font-size: 11px;
}

.igwebDateChooserDropdownOtherMonthDayBlue2k7 {
    color: #B3B3B3;
    padding: 4px;
}

.igwebDateChooserDropdownDayheaderBlue2k7 {
    padding: 4px;
    padding-top: 1px;
    border: 1px solid #A7A6AA;
    border-width: 0px 0px 1px 0px;
    font-weight: normal;
    font-size: 11px;
}

/*jquery time picker*/
/*css for timepicker*/
.ui-timepicker-div {
    padding-bottom: 1em;
}

.ui-datepicker {
    padding: .2em .2em 1em !important;
}

.timsGrid {
    width: 70%;
    font-family: Tahoma,Arial;
    font-size: 10pt;
}

    .timsGrid th {
        background-color: lightgrey;
        font-family: Tahoma,Arial;
        font-size: 10pt;
        font-weight: bold;
    }

    .timsGrid tr.alt td {
        background-color: lightgrey;
    }
#UserTable tr th{
    text-align:left;
}

@media only screen {
    @-ms-viewport {
        width: device-width;
    }
}

#information {
    display: none;
}

.commVehicleQuestion:hover + #information {
    display: block;
}
