﻿table.ceGridIndent {
    margin-left: 10%;
    width: 90% !important;
}

dl.deptLblValPair input{max-width:300px;}
dl.deptLblValPair select{max-width:300px;}

.ceGridIndent td {
    font-size: 1.1em !important;
}

.statusBoxPending {
    position: relative;
    margin: 5px 0;
    padding: 3px 8px 3px 24px;
    color: #999;
    font: italic bold 12px Arial,Helvetica,sans-serif;
    border: 1px solid #DDD;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #EEE url("../images/loading.gif") no-repeat 4px center;
}

div.statusBoxPending {
    position: absolute;
    top: 45%;
    left: 50%;
    width: 100px;
    margin-left: -50px;
}

span.statusBoxPending {
    display: inline-block;
    margin: 0 5px -5px;
}

.modalCover {
    display: block !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: .4;
    filter: alpha(opacity=40);
}

.dccedGrid {
    background-color: #FFF !important;
    font-size: .9em !important;
}

div.pageNav {
    width: 50%;
    float:left;
}

div.ceTextCentered {
    text-align: right;
    width: 50%;
    float: left;
}

a.disabledBtn {
    background: none no-repeat #DDD !important;
}
