* {
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
}

body {
    font-family: verdana,sans-serif;
    font-size: 10px;
    color: #5c5a5a;

}
a {
    color: #575454;
    text-decoration: none;
}

a:hover{
    text-decoration:underline
}
#wrapper {
    width: 900px;
    min-height: 100%;
    margin: 0 auto;
    position: relative;
    height: auto !important;
    z-index:1
}

#footer {
    width: 536px;
    text-align: left;
}

#wrap {
    width: 100%;
    margin: 0 auto;
    position: relative;
    height: 47px;
    margin-top: -47px;
    float:left;
    z-index:2;
}

.stTableHead1{
    background:url("../images/stTableHead1.png") repeat-x;
    height: 25px;
    /*color:#434343;*/
    margin-bottom:1px;
    line-height:23px;
    text-indent:10px;
}
.dataTable{

    border: 1px solid #e4e2e2;
    /*color:#434343;*/
    font-size:10px;
    text-align:center;
}

.dataTable tr{
    height:22px
}

th{
    font-weight:normal;
    background:url("../images/stTableHead2.png") repeat-x;
}

.table td{
    /*padding:5px;*/
    text-align:center;
}

.border{
    border: 1px solid #e4e2e2;
}

.borderT{
    border-top: 1px solid #e4e2e2;
}

.bg1 {
    background: #f1f1f1;
}


.green {
    color: #15ab46;
}

.red {
    color: #ff0000;
}

.padd5{
    padding:5px;
}

.font10{
    font-size:10px;
}

#header{
    background:url("../images/stHeader1.png") repeat-x;
    height:70px;
    width:900px;
    border:1px solid #e4e2e2;
    margin-top:25px
}

.center{
    text-align:center;
}

.gray {
    color: #807e7e;
    font-size: 10px;
    font-weight: normal;
}


.padd10 {
    padding: 10px;
}

.alignR{
    text-align:right !important;
}

.alignL{
    text-align:left !important;
}

.advanced {
    border-collapse: collapse;
    width: 100%;
    border-right: 1px solid #e4e2e2;
}

.advanced td {
    border-top: 1px solid #e4e2e2;
    border-bottom: 1px solid #e4e2e2;
    border-collapse: collapse;
    padding: 5px 20px;
}

.border0R {
    border-right: 0 !important;
}

.border0L {
    border-left: 0 !important;
}

.border0B {
    border-bottom: 0 !important;
}

.border0T {
    border-top: 0 !important;
}

.active {
    background: #ccffcc;
}

.underline {
    text-decoration: underline;
}

.sortDown {
    background: url( "../images/down.gif" ) right no-repeat;
    padding: 2px 0 2px 12px;
}

.sortUp {
    background: url( "../images/up.gif" ) right no-repeat;
    padding: 2px 0 2px 12px;
}

.maxWidth {
    width: 100%;
}

#loadingDiv {
    background: url( "../images/loadingBg.png" ) no-repeat;
    width: 151px;
    color: #595858;
    font-weight: bold;
    font-size: 11px;
    line-height: 27px;
    padding-left: 34px;
    position:relative;
    margin:0 auto;

}

#loader {
    background: url( "../images/loader.gif" ) no-repeat transparent;
    display: inline-block;
    height: 14px;
    width: 16px;
    margin-left: 10px;
    margin-bottom:-2px;
    padding-bottom:2px;
}

#loadingTop {
    top: 0;
    width: 100%;
    min-width:100%;
    height:4px;
    background: #c9ff30;
    position: fixed;
    z-index:100000;
    left:0
}
