/************************************/
/*   Body Styles                    */
/************************************/
#maintbody {

    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    clear: both;
    color: #0068B1;
    height: 100%;
    line-height: 30px;
    margin-top: 35px;
    min-height: 251px;
    position: relative;
    text-align: left;
    width: 95%;
}

#maintbody h1 {
    width:100%;
    text-align:center;
    font-size: 16px;
}
#maintbody h2 {
    /*    background: none repeat scroll 0 0 #D2D2D2;*/
    border-bottom: 1px solid #FFFFFF;
    clear: both;
    color: #0069B1;
    font-size: 18px;
    font-weight: bold;
    height: auto;
    line-height: 40px;
    margin: 0px auto;
    position: relative;
    text-align: center;
    width: 90%;
}
#maintbody a {
    font-weight: bold;
}

#maintbody a:link, a:visited {
    color: rgb(0,103,177);
    text-decoration: none;
}
#maintbody a:hover, a:active {
    color: #000000;
    text-decoration: underline;
}

#maint {

    clear:both;
    background: #FFFFFF;

}

#maint table {
    text-align: center;
    border: 0px;
    margin: 1em auto;
    border-collapse: collapse;
    border-spacing: 0px;
    background-color: #FFFFFF;
    font-size: 12px;
}

#maint td {
    border:none;
}
#editincentive tr {
    vertical-align: top;
}
#editincentive tr.radiolist li {
    /*    padding: 0 0 8px 0;*/
}
#controls {
    text-align:center;
    padding-left: 250px;
}
#maint .control {
    background:#e8e8e8;
    font-weight: bold;
    color: black;
}
#maint select {
    margin-top:1em;
    margin-bottom:1em;
    margin-right:auto;
    margin-left:auto;
    height: auto;
}

#maint input {
}

#maint textarea {
    /*    border: 1px solid black;*/
    font-family: UniversLTStd-Cn,Verdana, Arial;
    font-size: 11px;
}

/************************************/
/*   Maint Inner Container Styles   */
/************************************/

#maintInner {
    width: 95%;
    margin-right:auto;
    margin-left:auto;
}

#maintInner table {
}

#maintInner th {
    /*    background:url(../images/enter_button.JPG) repeat-x right center transparent;*/
    color: #222;
   /* border: 1px solid #efefef;*/
    font-size: 14px;
    font-weight: bold;
    padding: .25em;
}

#maintInner td {
    font-size: 14px;
    padding: .5em;
    margin: 0px;
    border-spacing: 0px;
    border-collapse: collapse;
/*    border: 1px solid #000000;*/
}

#maintInner .row0 {
    background: white;
}

#maintInner .row1 {
    background: #E6E6E6;
}

#maintbody .error {
    color: red;
    font-weight: bold;
    margin-left: 5px;
}

/************************/
/* Admin Content Styles */
/************************/
div.reportControl * {
    font-family: UniversLTStd-Cn,Verdana, Arial;
}
div.reportControl {
    background-color: white;
    width: 100%;
    margin: 0 auto 1em auto;
}
div.reportControl form {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2em;
}
div.reportControl table {
    width: 100%;
}
div.reportControl table thead tr {
    vertical-align: baseline;
}
div.reportControl table thead th {
    /*    background: #000000 url(../images/gradient-black.jpg) repeat-x right center;
        color: white;
        border: 1px solid #efefef;
        font-size: 1em;
        font-weight: bold;
        padding: .25em;*/
}
.emulate_table{
    margin-left: 210px;
}
.emulate_buttons{
    text-align: center;
    margin-top: 20px;
    margin-left: 300px;
    font-weight: bold;
}
.anchorLinks{
    background:#FFFFFF !important;
    color:#0068B1 !important;
    font-size: 14px;
    text-align: center;
}
.maintInner_p{
    text-align:center;
    font-size: 15px;
}
.reportSelection_table{
    margin-left:auto;
    margin-right:auto;
    font-size: 12px;
    font-weight: bold;
}
.reportSelection_buttons{
    margin-left: 260px;
    margin-top: 10px;
    padding-bottom: 20px;
}
.container_search{
    text-align:center;
    font-size: 18px
}
#bucode_td{
    text-align: center;
}
.selectBU_h3{
    text-align:center;
    font-size: 14px;
    font-weight: bold;
    font-family: UniversLTStd-Cn,Verdana, Arial;
}
.budetail_buttons{
    text-align:center;
    padding-bottom: 10px;
    padding-left: 330px;
}
.maintInner_h3{
    text-align:center;
    font-size: 20px;
    margin: 0px;
}
.incentiveDetail_fieldset{
    width: 95%;
}
.incentiveDetail_table{
    margin: 0 auto !important;
}
.incentiveDetail_fieldset input{
    width: auto;
    float: none;
}
.userDetail_fieldset{
    width: 95%;
}
.userDetail_legend{
    color: #0068B1;
    font-family: UniversLTStd-Cn,Verdana, Arial;
    font-size: 14px;
    font-weight: bold;
    /*    padding-left: 100px;*/
}
.userDetail_table input{
    height: 25px;
}