﻿body {
    margin: 7px;
}

#wrapper {
    margin: auto;
    text-align: center;
    font: 13px Verdana;
    color: #666666;
    background-color: #FFFFFF;
}

    #wrapper select {
        border: 1px solid #CCCCCC;
        color: #666666;
        padding: 2px 2px 2px 2px;
    }

.headerText {
    font-size: 14px;
    font-weight: bold;
}

.smallText {
    font-size: 11px;
    color: #666666;
    text-decoration: none;
}

a {
    outline: none;
    color: Blue;
}

input {
    outline: none;
}

#header {
    width: 100%;
    text-align: left;
    overflow: hidden;
}

#header_home {
    text-align: left;
    float: left;
    height: 40px;
}

    #header_home img {
        text-decoration: none;
        margin-top: 0px;
        margin-bottom: 0px;
        margin-left: -7px;
        border: 0px;
    }

.welcome {
    width: 30%;
    text-align: right;
    height: 20px;
    float: right;
    padding-top: 20px;
}

#navigation {
    width: 100%;
}

    #navigation ul {
        margin: 0px 0px 0px 0px;
        padding: 0px;
        background: url(../images/nav-up.gif) repeat-x;
        height: 28px;
    }

        #navigation ul li {
            list-style-type: none;
            float: left;
            background: url(../images/nav-sep.gif) no-repeat top right;
        }

        #navigation ul a {
            color: #ffffff;
            text-decoration: none;
            display: inline-block;
            padding: 6px 15px 5px 15px;
        }

            #navigation ul a:hover {
                background: url(../images/nav-hov.gif) no-repeat right;
            }

        #navigation ul .rightTab {
            float: right;
            background: transparent;
        }

            #navigation ul .rightTab a:hover {
                background-position: -2px top;
            }

        #navigation ul .current2 {
            float: right;
            background: url(../images/nav-hov.gif);
            background-position: -2px top;
        }

.current a {
    background: url(../images/nav-hov.gif) no-repeat right;
}

.txtLogin {
    width: 38%;
    text-align: right;
    float: left;
    padding: 7px 5px 2px 0px;
}

.inputLogin {
    text-align: left;
    padding: 2px 0px 2px 0px;
}

.tblHead {
    text-align: left;
    padding: 4px 0px 4px 0px;
    text-indent: 5px;
    border: solid 1px #000000;
    background-color: #666666;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
}

.tblBottom {
    border-top: 1px solid #000000;
    padding-right: 2px;
}

.txtField {
    width: 30%;
    text-align: right;
    float: left;
    padding: 7px 5px 2px 0px;
}

.txtField2 {
    text-align: left;
    padding: 7px 5px 2px 0px;
    border-left: solid 1px #404040;
    border-right: solid 1px #000000;
}

.inputField {
    text-align: left;
    padding: 2px 0px 2px 0px;
    border-left: solid 1px #404040;
    border-right: solid 1px #000000;
}

    .inputField .block {
        padding-left: 30px;
        padding-right: 10px;
    }

.inputText {
    border: 1px solid #CCCCCC;
    padding: 4px 2px 2px 2px;
    width: 240px;
}

.readOnlyText {
    border: 1px solid #BBBBBB;
    background-color: #E0E0E0;
    color: #505050;
    padding: 4px 2px 2px 2px;
    width: 240px;
}

.inputText2 {
    border: 1px solid #CCCCCC;
    padding: 4px 4px 2px 4px;
    width: 30px;
}

#TermsAndConditions {
    border: solid 1px black;
    width: 100%;
}

    #TermsAndConditions textarea {
        width: 98%;
        height: 400px;
        font-family: Verdana;
        font-size: 12px;
        color: #666666;
        border-style: none;
        padding: 8px;
    }

.textArea {
    border: 1px solid #000000;
    font-family: verdana;
    font-size: 13px;
    color: #666666;
    display: inline;
    padding: 8px 8px 8px 8px;
    margin: 8px 0px 8px 7px;
}

a.button {
    background: transparent url(../images/bg_button_a.gif) no-repeat scroll top right;
    color: #FFFFFF;
    float: left;
    font: normal 12px Verdana;
    font-weight: bold;
    margin-right: 12px;
    padding-right: 18px;
    text-decoration: none; /* padding-bottom: 5px; */
}

    a.button span {
        background: transparent url(../images/bg_button_span.gif) no-repeat;
        display: block;
        padding: 5px 0 5px 15px;
    }

.navFooter {
    margin: 70px 0px 0px 0px;
}

    .navFooter ul {
        margin-left: -40px;
    }

        .navFooter ul li {
            list-style-type: none;
            display: inline;
        }

        .navFooter ul a {
            font-size: 11px;
            color: #666666;
            text-decoration: none;
            padding: 7px 15px 8px 15px;
        }

            .navFooter ul a:hover {
                color: #999999;
            }

.space2 {
    margin-bottom: 6px;
}

.dropDownSetting {
    width: 100%;
    text-align: left;
    padding: 7px 5px 2px 0px;
    height: 32px;
}

.AssetInfo {
    width: 100%;
    text-align: left;
    float: left;
    padding-right: 0px;
}

.navVerticalSetting {
    width: 31%;
    float: right;
    text-align: right;
    height: 146px;
}

.navVerticalButton {
    width: 275px;
    height: 32px;
    margin-left: auto;
    margin-right: 0px;
    background: url(../../Common/images/bg_button_rightnav.gif) no-repeat top left;
    text-align: center;
    padding-top: 7px;
    margin-top: -2px;
}

    .navVerticalButton a {
        color: White;
        font-size: 14px;
        text-decoration: none;
    }

.navVerticalText {
    color: White;
    font-size: 14px;
    text-decoration: none;
}

.typeDDL {
    font: 13px Verdana;
    color: #666666;
}

.mapDiv {
    border: solid 1px #666666;
}

.poiOptionHeader {
    width: 315px;
    padding: 2px;
    padding-left: 4px;
    border: solid 1px #000000;
    background-color: #666666;
    text-align: left;
    color: #FFFFFF;
}

.poiOptionBody {
    width: 315px;
    height: auto;
    padding: 2px;
    padding-left: 4px;
    border: solid 1px #000000;
    border-top: none;
    text-align: left;
    background-color: #E6E6E6;
}

.poiAddressBox {
    text-align: left;
    padding: 2px 0 2px 0;
    font-size: 11px;
}

.poiOptionLatLong {
    width: 80px;
    height: auto;
    padding-top: 6px;
    padding-left: 4px;
    text-align: left;
    float: left;
    font-size: 11px;
}

.poiOptionLatLongBox {
    text-align: left;
    padding: 2px 0 2px 0px;
    font-size: 11px;
}

.poiOptionMap {
    padding: 4px;
    font-size: 12px;
}

.navVerticalAlert2 {
    width: 520px;
    margin-left: 190px;
    margin-right: 190px;
}

.navVerticalAlert {
    width: 490px;
    height: 61px;
    background: url(../images/alert_bg_1.gif) top left no-repeat;
    float: left;
    padding: 0px 0 0px 0px;
    text-align: left;
}

.navVerticalAlertEnd {
    height: 61px;
    background: url(../images/alert_bg_2.gif) top right no-repeat;
    padding: 6px 0 0px 0px;
}

.txtAlert {
    color: #FFFFFF;
    margin: 15px;
}

.btnLnk {
    color: #11449E;
    text-decoration: none;
}

.vehInfo {
    color: #002454;
}

.settingButton {
    width: 275px;
    height: 32px;
    background: url(../Images/imgBtnSettingBg.gif) no-repeat top left;
    color: White;
    font-size: 15px;
    text-align: center;
    padding-top: 6px;
    margin-left: 760px;
}

.smllTbl {
    margin-left: 3%;
}

.smllTblEnd {
    width: 100%;
    height: 24px;
}

.smllTblHead {
    width: 19%;
    float: left;
    text-align: center;
    padding: 4px 0px 4px 0px;
    border: solid 1px #888888;
    background-color: #E0E0E0;
    color: #000000;
    font-weight: bold;
}

.smllTblEndRow {
    height: 24px;
    float: none;
    width: 100%;
}

.smllTblHead2 {
    width: 19%;
    float: left;
    text-align: center;
    padding: 5px 0px 4px 0px;
    border: solid 1px #888888;
    border-top: none;
    background-color: #E0E0E0;
    color: #000000;
    font-weight: bold;
}

.smllTblBottom {
    width: 19%;
    float: left;
    text-align: center;
    padding: 5px 0px 4px 0px;
    border: solid 1px #888888;
    border-top: none;
    background-color: #F0F0F0;
    color: #000000;
}

.smllTblBoddy1 {
    width: 19%;
    height: 20px;
    float: left;
    text-align: center;
    padding: 3px 0px 0px 0px;
    border: solid 1px #888888;
    border-top: none;
    background-color: #FFFFFF;
    color: #000000;
    font-size: 12px;
}

.smllTblBoddyChck {
    width: 19%;
    height: 23px;
    float: left;
    border: solid 1px #888888;
    border-top: none;
    background: url(../Images/Check.gif) no-repeat center;
}

.smllTblBoddyBlnk {
    width: 19%;
    height: 23px;
    float: left;
    border: solid 1px #888888;
    border-top: none;
}

.paypalButton {
    width: 150px;
    height: 30px;
    float: left;
    display: block;
    text-align: center;
    border: none;
    padding-top: 10px;
}

.reportCell1 {
    width: 35%;
    padding: 2px 2px 2px 4px;
    border: solid 1px #999999;
    border-right: none;
    border-bottom: none;
    float: left;
    text-align: left;
}

.reportCell2 {
    width: 60%;
    padding: 2px 2px 2px 4px;
    border: solid 1px #999999;
    border-bottom: none;
    float: left;
    text-align: left;
}

.reportCell3 {
    width: 35%;
    padding: 2px 2px 2px 4px;
    border: solid 1px #999999;
    border-top: none;
    float: left;
    text-align: left;
}

.dataGridAlternatingStyle {
    border: solid 1px #999999;
    background-color: White;
}

/*===== Font control ==================*/
.txtNormalRed {
    color: #FF0000;
}

.txtNormalWhite {
    color: #FFFFFF;
}

.txtBoldRed {
    color: #FF0000;
    font-weight: bold;
}

.txtBoldBlue {
    color: #4444CC;
    font-weight: bold;
}

.txtBoldDarkBlue {
    color: #222288;
    font-weight: bold;
}

/*===== Layers control ===============================*/
.black_overlay {
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 900px;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.5;
    opacity: .50;
    filter: alpha(opacity=50);
}

.white_content {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 500px;
    height: 320px;
    text-align: center;
    border: 1px solid #404040;
    background-color: white;
    z-index: 1002;
    overflow: auto;
    margin: -160px 0 0 -250px;
    padding: 16px;
}

.inactiveControl {
    display: block;
    position: relative;
    top: -460px;
    left: 6px;
    width: 162px;
    height: 458px;
    padding: 0px;
    background-color: white;
    z-index: 1003;
    -moz-opacity: 0.5;
    opacity: .50;
    filter: alpha(opacity=50);
}

.inactiveControl2 {
    display: block;
    position: relative;
    top: -1px;
    left: 360px;
    width: 162px;
    height: 28px;
    padding: 0px;
    background-color: white;
    z-index: 1003;
    -moz-opacity: 0.5;
    opacity: .50;
    filter: alpha(opacity=50);
}

.getLocationBox {
    display: none;
    position: relative;
    top: 50px;
    left: 150px;
    width: 400px;
    height: 120px;
    padding: 6px;
    text-align: center;
    border: 1px solid #404040;
    background-color: #EEEEEE;
    z-index: 1002;
    overflow: auto;
    margin-bottom: -134px;
}

.cssButton {
    -moz-box-shadow: inset 0px 1px 0px 0px #15851f;
    -webkit-box-shadow: inset 0px 1px 0px 0px #15851f;
    box-shadow: inset 0px 1px 0px 0px #15851f;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0a7d15), color-stop(1, #064a07) );
    background: -moz-linear-gradient( center top, #0a7d15 5%, #064a07 100% );
    /* filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0d15', endColorstr='#0607'); */
    background-color: #0a7d15;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #290229;
    display: inline-block;
    color: #fafafa;
    font-family: arial;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
}

    .cssButton:hover {
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #064a07), color-stop(1, #0a7d15) );
        background: -moz-linear-gradient( center top, #064a07 5%, #0a7d15 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#064a07', endColorstr='#0a7d15');
        background-color: #064a07;
    }

    .cssButton:active {
        position: relative;
        top: 1px;
    }

#ContentPlaceHolder1_ContentPlaceHolder1_DataGrid1 tr:hover {
    background-color: #87ceeb;
}
