body {
    margin:0 0 0 0px;
    background-color:#ffffff;
}

.Baner {
    height: 0px;
    width: 735px;
}

.HeaderList {
    border-top:0 none;
    height:21px;
    margin-top:8px;
}
.HeaderList td {
    padding: 0px 5px 2px 5px;
}
.HeaderList td a{
    padding: 2px 4px;
}
.HeaderList-td{
    background-color:#857bad;
    text-align:center;
    color:#FFFFFF;
    font-weight:600;
    border-left: thin solid #231F5C;
    border-right: thin solid #231F5C;
}

.HeaderList-td a{
    color:#FFFFFF;
    text-decoration:none;
}
.HeaderList td:hover{
    background-color:#4138A9;
}

.HeaderList #Active{
    background-color:#333170;
    cursor:default;
    border:0;
}

.HeaderList-Active{
    background-color:#333170;
    text-align:center;
    color:#FFFFFF;
    font-weight:600;
    border-left: thin solid #FFFFFF;
    border-right: thin solid #FFFFFF;
    cursor:default;
    border:0;
    text-decoration:none;
}



.HeaderList-Active{
    background-color:#333170;
    cursor:default;
    border:0;
}

.HeaderList-Active a{
    color:#FFFFFF;
    text-decoration:none;
}

.ItemsList {
    width:735px;
    height:70px;
    background-color:#333170;
    color:#FFFFFF;
}

.ItemsList label{
    color:#FFFF00;
    border-bottom:thin #FFFFFF solid;
}

.ItemsList a{
    color:#FFFFFF;
    clear: right;
    float: left;
    text-decoration: none;
}

.ItemsList a:hover{
    color:#000000;
    clear: right;
    float: left;
    text-decoration: none;
    background-color:#00CCFF;
}

.ItemsList-a-Active{
    color:#000000;
    clear: right;
    float: left;
    text-decoration: none;
    background-color:#003399;
    cursor:default;
}
.completed,.completed a{
    color:#000;
}
.notCompleted,.notCompleted a{
    background-color:#CCCCCC;
}
.emSent, .draft,.grayTxt{
    color: #ccc;
}
.new,.new a{
    background-color:lightgreen;
}
.error,.error a{
    background-color:#FF2200;
}
.orange,.orange a{
    background-color: #EEAB11;
}
.red,.red a{
    background-color:#FF2200;
}
.btnLink{
    display:block;
    text-align:center;
    width:100%;
    text-decoration:none;
}
.btnLink:hover{
    background-color: #CCCCCC;
}
.welcome{
    color: #111;
    position: absolute;
    right: 10px;
    top: 10px;
}
.welcome a{
    padding: 0 5px;
    color: #707070;
}
.tBanner{
    background-image:url("../Images/topHdBgC.png");
    background-repeat:repeat-x;
    position:relative;
    min-width:1010px;
    width: 100%;
}
.banner{
    background-image:url("../Images/headerC.jpg");
    background-repeat:no-repeat;
    display:block;
    height:102px;
    position: relative;
    text-align: right;
}
.end_Dev .banner{
    border-bottom: 10px solid yellow;
    height: 92px;
}
.end_Test .banner{
    border-bottom: 10px solid blue;
    height: 92px;
}
.hName{
    display:block;
    position:absolute;
    right:12px;
    top:0;
    color: #FFFFFF;
}
.hName a{
    color: #cdcdcd;
}
.hLinks{
    display: inline-block;
    margin-top: 92px;
    position: absolute;
    right: 0;
}
.mainFrame{
    width: 100%;
}
.subFrame{
    min-width: 900px;
    width: 100%;
}

.pageWarning{
    display: block;
    z-index: 10;
    box-shadow: 0px 0px 8px #000;
    font-size: 30px;
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translate(-50%, 0);
    background-color: red;
    padding: 5px 10px;
    border-radius: 14px
}

.orange,.orange a{
    background-color: #EEAB11;
}
.red,.red a{
    background-color:#FF2200;
}
.lightblue,.lightblue a{
    background-color: lightblue;
}
.blue,.blue a{
    background-color: blue;
    color: #FFF;
}
.disabled,.disabled a{
    background-color: #ccc;
}

/* Needed for google auto complete*/
.pac-container {
    z-index: 10000;
}
