﻿/* ---- Master Styles ---- */
BODY
{
    margin: 0px 0px 15px 0px;
    font-size: 12px;
    font-family: Helvetica, Verdana, Arial;
}

.DTLogo
{
    width: 300px;
    height: 55px;
    background-image: url('../Images/DTLogo.png');
}

.HeaderLayout
{
    height: 70px;
    margin: 0px;
    border: 0px;
    padding: 0px;
    vertical-align: top;
    background-image: url('../Images/DT_BlueHeader_R1.jpg');
    background-repeat: repeat-x;
}
.HeaderLayoutLogo
{
    float: left;
    width: 40%;
    margin-top: 10px;
}

.HeaderLayoutSearch
{
    color: #FFFFFF;
    font-size: small;
    vertical-align: middle;
    text-align: right;
    
    vertical-align: middle;
    margin-top: 20px;
    margin-right: 10px;
    float: right;
}

.HeaderLayoutSearch A
{
    color: #FFFFFF;
    font-size: small;
    vertical-align: middle;
}

/*---- Sub Header Styles ---- */
.SubHeaderLayout
{
    background-color: #dddddd;
    height: 25px;
    width: 100%;
    margin: 5px 0px 0px 0px;
}
.SubHeader
{
    float: left;
    color: #1b69c5;
    font-weight: bold;
    font-size: 10pt;
    margin: 5px 0px 0px 8px;
}


/* ---- Footer Styles ---- */
.FooterLayout
{
    text-align: center;
}


/* ---- Main Top Menu Style ---- */
/*
.dynamicmenu
{
    z-index: 300;
}
.MenuLayout a
{
    color: Gray;
    text-decoration: none;
    display: block;
}
.MenuLayout a:hover
{
    color: #3a7ebf;
    text-decoration: none;
}
.MenuBarLayout
{
    float: right;
}
.MenuBarItemLayout
{
    border-collapse: collapse;
    height: 30px;
}
.MenuBarItemLeft
{
    width: 3px;
    background-image: url('../Images/Button_Left.jpg');
    background-repeat: no-repeat;
}
.MenuBarItemMiddle
{
    width: 100px;
    background-image: url('../Images/Button_Middle.jpg');
    background-repeat: repeat-x;
    padding: 0px 4px 0px 4px;
    text-align: center;
    vertical-align: middle;
}
.MenuBarItemRight
{
    width: 5px;
    background-image: url('../images/Button_Right.jpg');
    background-repeat: no-repeat;
    border: 0px;
    padding: 0px;
}
*/

/* column container */
.ColMask
{
    position: relative; /* This fixes the IE7 overflow hidden bug */
    clear: both;
    float: left;
    width: 100%; /* width of whole page */
    overflow: hidden; /* This chops off any overhanging divs */
}
.ColMenu
{
    position: fixed;
    top: 111px;
    width: 140px;
    z-index: 15;    
}

.ColBody
{
    margin-left: 140px;
    padding-left: 15px;
    overflow: hidden;
}

#AppMessageBody
{
    position: absolute;
    height: 115px;
    width: 138px;
    margin: 0px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    z-index: 10000;
}
#AppMessageHeader
{
    position: relative;
    width: auto;
    height: auto;
    margin-top: 6px;
    float: left;
    background-color: White;
    font-size: .9em;
    text-align: center;
    left: 8px;
}
#AppMessageButton
{
    position: relative;
    margin-top: 6px;
    float: right;
}
#AppMessageWrapper
{
    position: relative;
    width: 100%;
    height: 110px;
    margin: 0px;
    padding: 0px;
    clear: both;
}
#JobMessageContent
{
    width: 100%;
    height: 100%;
    overflow: auto;
    font-size: 1.0em !important;
}
.JobMessageListWrapper
{
    margin: 0px 0px 0px 5px;
    padding: 0px 10px;
}

fieldset
{
    border: 1px solid #D3D3D3;
    border-radius: 3px;
}
legend
{
    padding-left: 8px;
    padding-right: 8px;
}
.ContentWrapper
{
    padding-left: 10px;
    padding-right: 10px;
}
.ContentWrapperRight
{
    padding-right: 10px;
}
.LeftColumnTopBarLayout
{
    height: auto;
    text-align: center;
    color: white;
    font-size: 12pt; /* large */
    font-weight: bold;
    padding-left: 0px;
    background-color: #8db5db;
    border: none 0px;
    padding: 3px 0px;
    margin-bottom: 3px;
    width: 100%; /* 98% */
    
}
.LeftColumnBelowBarLayout
{
    border: none 0px;
    padding: 0px;
    width: 100%; /* 98% */
}

/* ---- BEGIN - Left Column Menu Styles ---- */
/*
.MenuLinkMain
{
    background-color: #dddddd;
    height: auto;
    text-align: center;
}
.MenuLinkMainText
{
    margin: 2px 4px 0px 0px;
    font-size: .9em;
    font-weight: bold;
    color: #1b69b4;
}
.MenuLinkMainText A
{
    text-decoration: none;
    color: #1b69b4;
}
.MenuLinkMainText A:hover
{
    color: #8db5db;
}
.MenuLinkMainText A:visited
{
    color: #1b69b4;
}
.MenuLinkSub
{
    background-color: #1b69b4;
    height: auto;
}
.MenuLinkSubText
{
    margin: 1px 4px 0px 0px;
    font-size: .9em;
    font-weight: bold;
    color: #ffffff;
    padding-left: 12px;
}
.MenuLinkSubText A
{
    text-decoration: none;
    color: #ffffff;
}
.MenuLinkSubText A:hover
{
    color: #8db5db !important;
}
.MenuLinkSubText A:visited
{
    text-decoration: none;
    color: #ffffff;
}
.LeftMenuItem
{
    vertical-align: middle;
}
.LeftMenuItem A
{
    display: block;
}
.MenuSelected
{
    background-color: #8db5db;
}
.MenuSelected A:hover
{
    color: #1b69b4 !important;
}
.MenuLinkPopOut
{
    margin: 1px 4px 0px 0px;
    background-color: #1b69b4;
    height: 23px;
    padding-left: 5px;
    padding-top: 3px;
    width: 155px;
}
*/
/* ---- END - Left Column Menu Styles ---- */

.PagingLayout
{
    float: right;
    text-align: right;
}
.PagingLayout-left {
    float: left;
    text-align: left;
}

    .PagingLayout-left select, #ctl00_ctl00_cphMain_cphMain_dpMain_ctl00_ddlJobLines {
        min-height: 19px;
    }

    .RoleList {
        font-size: 0.8em;
    }
.RushJob
{
    background-color: #CC3300;
    color: #fff;
}

.RushJob tr
{
    background-color: #CC3300;
    color: #fff;
}

.ComplianceJob {
    background-color: orange;
    color: #fff;
}

    .ComplianceJob tr {
        background-color: orange;
        color: #fff;
    }

/* ---- BEGIN - RadGrid Telerik cs ---- */

.AccountIsDuplicate
{
    background-color:#90EE90;
}

.AccountNotExists
{
    background-color:#F08080
}

.GridStickColumn
{
  position:fixed;   
}

.gridTd
{
   text-align:left;
   padding-left:7px;
}
.gridTdAssociated
{
    text-align:center;
   padding-left:7px;
}
/* ---- END - RadGrid Telerik css ---- */

/* ---- BEGIN - Miscallaneous stuff ---- */
.ButtonVAlign
{
    vertical-align:top;
}

.ColorSchemePanel
{
    float:right;
    position:absolute;
}

/* ---- END - Miscallaneous stuff ---- */

.RushJob tr:hover
{
    color: #fff;
}

.RushJob:hover
{
    color: Black;
    background-color: #e6e6e6;
}

.RushJob:hover A
{
    color: #1b69b4;
    background-color: #e6e6e6;
}

.RushJob a
{
    color: #fff;
}
.RushJob a:visited
{
    color: #fff;
}


#Login
{
    color: White;
    background-image: url('../images/blue_slice.png');
    padding-top: 100px;
    min-height: 300px;
    text-align: center;
}

.LoginValidation
{
    color: White;
}

.LoginValidation TD
{
    color: White;
}

.LoginTitle
{
    color: White;
    font-weight: bold;
    font-size: 1.4em;
}
