﻿*
{
    border-style: none;
    border-color: inherit;
    border-width: 0;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    }

html
{
    height: 100%;
}

body
{
    background-position: bottom;
    color: #444751;
    font-family: Tahoma, Arial;
    font-size: 12px;
    background-color: #f0f1f3;
    background-image: url('../images/BottomGradient.png');
    background-repeat: repeat-x;
    margin: 0px;
    padding: 0px;
    background-attachment: fixed;
}

a
{
    color: #1160B7;
    text-decoration: none;
}
a:link
{
    color: #1160B7;
    text-decoration: none;
}
a:visited
{
    color: #1160B7;
    text-decoration: none;
}
a:hover
{
    color: #318ED1;
    text-decoration: underline;
}

.top
{
    width: 100%;
}

.top .topLeft
{
    background-color: transparent;
    background-image: url('../images/BG_TopLeft.png');
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-attachment: scroll;
    position: absolute;
    width: 466px;
    height: 147px;
    top: 0px;
    left: 0px;
}

.top .topRight
{
    background-color: transparent;
    background-image: url('../images/BG_TopRight.png');
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-attachment: scroll;
    position: absolute;
    width: 162px;
    height: 132px;
    right: 0px;
    top: 0px;
    
}

.bottom
{

    width: 100%;
    position: fixed;
}

.bottom .bottomLeft
{
    background-color: transparent;
    background-image: url('../images/BG_Bottom.png');
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: 0px 0px;
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 831px;
    height: 257px;
}

.bootom.bottomRight
{
}

.content
{
    margin: auto;
    width: 955px;
    position: relative;
    top: 0px;
}

.content .header
{
    height: 132px;
}

.content .header .logo
{
    bottom: 48px;
    position: absolute;
}

.content .header .headerMenu
{
    bottom: 0px;
    height: 40px;
    width: 956px;
    background-image: url('../images/Header.png');
    background-color: transparent;
    background-repeat: no-repeat;
    background-attachment: scroll;
    position: absolute;
}

.headerMenuItem
{
    display: inline-block;
    float: right;
    margin-top: 12px;
    text-align: center;
    width: 20%;
}

.headerMenuItem a:link, .headerMenuItem a:visited
{
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}

.headerMenuItem a:hover
{
}

.headerMenuItem[title~="selected"] a:link
{
    color: #FF0000;
}

.user
{
    padding: 10px;
    right: 0px;
    height: 84px;
    position: absolute;
    text-align: right;
}

.user .userLogo
{
    display: inline;
}

.user .userInfo
{
    display: block;
    position: absolute;
    right: 90px;
    white-space: nowrap;
    bottom: 26px;
    font-size: 12px;
    line-height: 19px;
}

.user .name
{
    font-weight: bold;
    color: #7a818d;
}

.user .role
{
    color: #6c85ca;
}

.user .loginTime
{
    color: #999999;
    font-size: 10px;
}

/*---Header Styles---*/
.headerLabel
{
    padding: 5px;
    width: 946px;
    position: absolute;
    text-align: center;
    top: 140px;
    vertical-align: middle;
}

.headerNormal
{
    color: #808080;
    position: relative;

}

.headerHighLigh
{
    color: #009999;
    position: relative;
    font-weight: bold;
}

/*---End Of Header---*/

.mainContent
{
    padding-top: 40px;
    margin: auto;
    width: 955px;
    position: relative;
    top: 0px;
    z-index: 4;
    text-align: right;
}

.Confirmed
{
    color: #00FF00;
    display: block;
    width: 284px;
    padding: 3px 10px 3px 0px;
}

.NotConfirmed
{
    color: #C0C0C0;
    display: block;
    width: 284px;
    padding: 3px 10px 3px 0px;
}

.listHeadrStyle
{
    font-weight: normal;
    background-color: #FFCC00;
    font-size: 11px;
    color: #000099;
    height: 25px;
    text-decoration: none;
}

.progress
{
    background-position: center top;
    position: fixed;
    top: 0px;
    width: 955px;
    height: 80px;
    z-index: 999;
    text-align: center;
    background-image: url('../images/UpdateProgressBox.png');
    background-color: transparent;
    background-repeat: no-repeat;
}

.progressCircle
{
 top: -7px; 
 position: relative;  
}

.progressDarkBox
{
    padding: 0px;
    margin: 0px;
    background-color: transparent;
    top: 0px;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 998;
    background-image: url('../images/UpdateProgressDarkBoxBG.png');
    bottom: 0px;
    right: 0px;
    left: 0px;
}

/*--- List Preview ---*/

.previewPane
{
    margin: 0px;
    font-size: 12px;
    width: 511px;
    top: 3px;
    left: -1px;
    position: absolute; 
}

.previewPane .listTitle
{
    padding: 2px 10px 2px 5px;
    text-align: left;
    white-space: nowrap;
    font-weight: bold;
    width: 0px;
}

.previewPane .listText
{
    
}

.previewPane .listClassification
{
}

.previewPane .listClassification .listTitle
{
    font-weight: bold;
    text-align: left;
}

.previewPane .listClassification .listText
{
    color: #FF0000;
    font-weight: bold;
    text-align: right;
}