body {
    background-color: White;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding: 0px;
}

.divBanner {
    background-color: #4C12A1;
    /* background-image:url('../Images/home_banner2.jpg');*/
    background-repeat: no-repeat;
    color: White;
    width: 100%;
    height: 100px;
    font-family: Verdana;
    font-weight: bold;
    font-size: 1.4em;
    text-align: right;
    vertical-align: top;
    padding-right: 30px;
}

a[disabled] {
    color: white;
    text-decoration: none;
}

.tdLabelRightAlign {
    text-align: right;
}

.tdLabelTopRightAlign {
    text-align: right;
    vertical-align: top;
}

#divContentPanel {
    min-height: 440px;
    min-width: 900px;
    border: solid 1px black;
    height: auto;
    background-color: white;
    /*border-color:white;*/
    /* background-color: white;*/
    overflow: auto;
    font-family: Verdana;
    font-size: 8pt;
}

#divFooter {
    width: 100%;
    font-family: Verdana;
    font-weight: bold;
    font-size: .6em;
    text-align: left;
    color: #284E98;
    background-color: #4C12A1;
}

#divManageContentTitle {
    background-color: #92BEE5;
    text-align: right;
}

.Menu {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    vertical-align: top;
    margin: 0;
}

.TableTop {
    font-family: Microsoft Sans Serif;
    font-size: 14px;
    font-weight: bold;
    color: #003366;
}

.words {
    font-weight: bold;
    font-size: 16px;
    font-family: Microsoft Sans Serif;
}

.GridHeaders {
    font-weight: bold;
    font-size: 12px;
    font-family: 'Microsoft Sans Serif';
    background-color: #4C12A1;
    color: #ffffff;
}

.GridItems {
    font-size: 12px;
    font-family: 'Microsoft Sans Serif';
}

.GridHeadersSmall {
    font-weight: bold;
    font-size: 10px;
    font-family: 'Microsoft Sans Serif';
    background-color: #4C12A1;
    color: #ffffff;
}

.SectionHeader {
    font-weight: bold;
    font-size: 26px;
    font-family: 'Microsoft Sans Serif';
    color: White;
}

.topbody1 {
    background-color: #eae9f0;
}

.topbody {
    background-color: #666633;
}

.toptabcon {
    font-weight: bold;
    background-color: #cccc99;
    font-family: 'Microsoft Sans Serif';
    font-size: 12px;
    color: #660000;
}

.toptabsec {
    font-weight: bold;
    background-color: #c1d5da;
    font-family: 'Microsoft Sans Serif';
    font-size: 12px;
    color: #660000;
}

.lefttab {
    font-weight: normal;
    font-family: 'Microsoft Sans Serif';
    font-size: 14px;
    color: black;
    text-decoration: none;
}

.lefttabClicked {
    font-weight: bold;
    font-family: 'Microsoft Sans Serif';
    font-size: 14px;
    color: black;
    text-decoration: none
}

.otherbuttons {
    font-weight: bold;
    font-family: 'Microsoft Sans Serif';
    font-size: 14px;
    color: black;
}

.topbuttons {
    font-weight: normal;
    font-family: 'Microsoft Sans Serif';
    font-size: 14px;
    color: white;
}


.successmessage {
    font-weight: bold;
    font-family: 'Microsoft Sans Serif';
    font-size: 14px;
    color: #003366;
}

.failedmessage {
    font-weight: bold;
    font-family: 'Microsoft Sans Serif';
    font-size: 14px;
    color: #990000;
}

.nodisplay {
    display: none
}

/*A:hover { COLOR:#990033; TEXT-DECORATION: underline; font-family: 'Microsoft Sans Serif';  }*/
