﻿a {
    font-family: tahoma;
    font-size: 8pt;
    color: blue;
    text-decoration: underline;
}

.bodyBackground, #ContactsTable, #ContactsTable tr td, #ContactsListBox {
    background-color: #F1F5FA;
}

body {
    background-color: #F1F5FA;
    color: #000;
    font-family: tahoma;
    font-size: 8pt;
    margin: 0px;
    text-overflow: ellipsis;
}

DIV, P, TD {
    font-family: tahoma;
    font-size: 8pt;
    color: #000;
}

.Label {
    COLOR: black;
    text-decoration: none;
    word-break: break-all;
    font-family: Tahoma;
    font-size: 8pt;
    font-weight: bold;
    text-transform: capitalize;
}

/*<!-- New Styles Added For Truck Load --->*/
.BanText {
    font-family: Arial, Helvetica, sans-serif;
    color: navy;
    font-size: 18px;
    margin: 0px;
    padding: 0px;
    font-weight: bold;
    line-height: 30px;
    margin-left: 10px;
}

.BannerBg {
    color: black;
    text-decoration: none;
    font-family: Tahoma;
    font-size: 8pt;
    font-weight: bold;
    border-top: 0px outset gray;
    border-bottom: 1px outset gray;
    border-left: 0px outset gray;
    border-right: 0px outset gray;
    background-color: #FEFEFE;
    cursor: hand;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#FFFFFF', EndColorStr='#D5D6E1');
}

.HeaderPanels {
    /*background:url(../images/orderHeader.jpg) repeat-x #c0e8f4;
    border:1px solid #88D2E9;  */
    background-color: #FFFFFF;
    border: 1px solid #000000;
}

.FormCtrl {
    /*background-color: #f8f8f8;*/
    border: 1px solid #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
}

.FormButton {
    background-color: #FEFEFE;
    border-top: 1px solid gray;
    border-left: 1px solid gray;
    border-bottom: 2px solid gray;
    border-right: 2px solid gray;
    cursor: hand;
    display: inline;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#FFFFFF', EndColorStr='#D5D6E1');
    padding-left: 5px;
    padding-right: 5px;
    COLOR: black;
    text-decoration: none;
    font-family: Arial;
    font-size: 8pt;
    font-weight: bold;
}

.BorderAll {
    border: 1px solid #000000;
}

.BorderBottomAll {
    border-bottom: 1px solid #000000;
}

.BorderTopAll {
    border-top: 1px solid #000000;
}

.GridItem td {
    background: #FFFFFF;
}

.zebra td {
    background: #CCFFFF;
}

.Left5pxPadd {
    padding-left: 10px;
    padding-top: 5px;
    padding-right: 5px;
}

.GridHead {
    background: url(../images/table_HdBg.jpg) repeat-x;
    border-collapse: collapse;
}

    .GridHead td, th {
        background-color: #ECECEC;
        border-collapse: collapse;
    }

    .GridHead a {
        text-decoration: none;
        color: #000000;
    }

.HiddenControl {
    display: none;
}

.PagerBg {
    background: url(../images/table_HdBg.jpg) repeat-x;
    border-collapse: collapse;
    border: solid 1px #A0A0A0;
    background-color: #ECECEC;
}

/* Freeze Style*/

/* Div container to wrap the datagrid */
div#divdatagrid {
    width: 1000px;
    height: 400px;
    overflow: auto;
}

/* Locks the left column */
td.locked, th.locked {
    position: relative;
    border: solid 1px #A0A0A0;
    cursor: default;
    left: expression(document.getElementById("divdatagrid").scrollLeft-0);
    /*IE5+ only*/
}

td.lock {
    position: relative;
    bottom: expression(document.getElementById("divdatagrid").scrollBottom-0);
}

tr.GridHead {
    border-bottom: solid 0px #A0A0A0;
    border-top: 0px;
    border-left: solid 1px #A0A0A0;
    border-collapse: collapse;
    border-right: solid 0px #A0A0A0;
    border-collapse: collapse;
}

    /* Locks table header */
    tr.GridHead th {
        position: relative;
        cursor: default;
        /*top: expression(document.getElementById("divdatagrid").scrollTop-0); */ /*IE5+ only*/
        top: expression((document.getElementById("divdatagrid")?document.getElementById("divdatagrid").scrollTop-0:0)); /*IE5+ only*/
        border-bottom: solid 0px #A0A0A0;
        border-top: 0px;
        border-left: solid 0px #A0A0A0;
        border-right: solid 1px #A0A0A0;
        border-collapse: collapse;
    }

/* Keeps the header as the top most item. Important for top left item*/
th.locked {
    z-index: 99;
}

/* Context Menu */
.MarkItUp_ContextMenu_MenuTable {
    border: 1 black solid;
    padding: 1 1 1 1;
    shadow: 4 4 4 4;
    z-index: 99;
    background: white;
    position: absolute;
    top: 0;
    left: 0;
    filter: progid:DXImageTransform.Microsoft.Shadow(color="#B1E7F1", Direction=135, Strength=4) alpha(Opacity=100);
}

.MarkItUp_ContextMenu_MenuItemBar {
    border: 1px solid White;
    width: 100%;
    cursor: default;
}

.MarkItUp_ContextMenu_MenuItemBar_Over {
    background: #ECF3FF;
    width: 100%;
    cursor: hand;
    font-family: Verdana;
    font-size: smaller;
    border-bottom: 1px solid #79ABFF;
}

.MarkItUp_ContextMenu_MenuItem {
    font-family: Verdana;
    font-size: 10px;
    color: black;
    text-decoration: none;
    border-bottom: 1px solid #FFFFFF;
}

.MarkItUp_ContextMenu_Outline {
    border-top: 1px solid #C4DAFF;
    border-right: 1px solid #79ABFF;
    border-bottom: 1px solid #79ABFF;
    border-left: 1px solid #C4DAFF;
}

.DisplayTable {
    border-collapse: collapse;
    border: 1px solid #A0A0A0;
}

    .DisplayTable td, th, tr {
        border-collapse: collapse;
        border-bottom: 1px solid #A0A0A0;
        border-spacing: 0px;
    }

.divider {
    height: 1px;
    width: 100%;
    display: block; /* for use on default inline elements like span */
    margin: 9px 0;
    overflow: hidden;
    background-color: #000;
}

.panel-group .panel-heading a:after {
    content: '-';
    position: absolute;
    right: 2px;
    top: 2px;
}

.panel-group .panel-heading a.collapsed:after {
    content: '+';
}

/* Custom CSS for CRM*/
.section-divider {
    margin-top: 15px;
    margin-bottom: 15px;
}

.data-bold {
    font-weight: bold;
    font-size: 100%;
}

.data-bold-big {
    font-weight: bold;
    font-size: 100%;
    color: blue;
}

.grid-header {
    background-color: #cc0000;
    font-weight: 500;
    font-size: 110%;
    color: white;
    text-align: center !important;
    border-right: 1px solid white;
}

.grid-header-left {
    background-color: #cc0000;
    font-weight: 500;
    font-size: 110%;
    color: white;
    text-align: left !important;
    border-right: 1px solid white;
    }

.grid-body {
    background-color: white;
    font-weight: normal;
    color: black;
    text-align: left;
    font-size: 95%;
    padding-left: 1px !important;
    padding-right: 0px !important;
}

.grid-body-right {
    background-color: white;
    font-weight: normal;
    color: black;
    text-align: right !important;
    font-size: 100%;
    border-right: 1px solid white !important;
    padding-left: 0px !important;
    padding-right: 1px !important;
}

.fixrow {
    padding: 0 !important;
}

.fixgrid-right {
    padding-right: 0 !important;
}

.zebra-dark {
    background-color: wheat !important;
    border-right: 1px solid white !important;
    
}

.zebra-light {
    background-color: white !important;
}

.zebra-negative {
    color: red;
    font-weight: bold;
    font-size: 96%;
}

/* Custom CSS for CRM*/


