body {
    font-family: Franklin Gothic Book, Calibri, Tahoma, serif;
    font-size: small;
    width: 100%;
    height: 100%;
    padding: 0 0 0 0;
    margin: 0 0 0 0; /*background-color: blue;*/
    border: none;

}

#header {
    z-index: 100;
    position: relative;
    left: 0;
    top: 0;
    height: 50px;
    width: 100%; /*border: 3px solid red;*/
    text-align: center;
    border: none;
}

#footer {
    z-index: 0;
    position: fixed;
    left: 0;
    bottom: 0;
    height: 25px;
    width: 100%;
    background-image: url("../../images/png/backgrnd_footer.png");
    background-repeat: repeat-x;
    font-family: Franklin Gothic Book, Calibri, Tahoma, serif;
    font-size: xx-small;
    font-weight: bold;
    vertical-align: baseline;
    text-align: center; /*margin-top: 10px;*/
}


#main {
    z-index: 1; /*overflow:auto;*/
    position: relative;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border: none;
}

div, label, span, input, select, td, option {
    font-size: small;
    vertical-align: middle;
    font-family: Franklin Gothic Book, Calibri, Tahoma, serif;
}

table, tbody, tr {
    font-size: small;
    vertical-align: top;
    font-family: Franklin Gothic Book, Calibri, Tahoma, serif;
}

#footer_div {
    position: relative;
    text-align: center;
}

.loginPanelLabels {
    font-size: small;
    position: relative;
    margin-right: 30px;
    margin-left: 150px;
}

/*.ajax_progress {*/
/*z-index: 0;*/
/*position: absolute;*/
/*right: 0;*/
/*top: 0;*/
/*}*/
.ajax_progress {
    z-index: 0;
    position: absolute;
    left: 50%; /*top: 50%;*/
}

.loginPanelGrid {
    width: 50%;
    margin-left: 25%;
    vertical-align: middle;
}

#toolbarMenu {
    margin-left: 25px;
}

.tooltip {
    -moz-user-select: false;
    text-decoration: none;
    vertical-align: middle;
    text-align: center;
    text-transform: capitalize;
    min-width: 200px;
    width: 200px;
    color: black;
}

.toolbar_command {
    -moz-user-select: false;
    text-decoration: none;
    vertical-align: text-bottom;
    text-align: center;
    text-transform: capitalize;
    border-width: 0;
    color: black;
    cursor: pointer;
    position: relative;
    display: inline;
    clear: none;
    font-size: small;
    font-weight: bold;
}

a.img a.label {
    -moz-user-select: false;
    text-decoration: none;
    vertical-align: middle;
    text-align: center;
    text-transform: capitalize;
    border-width: 0;
    cursor: pointer;
}

.buttonPanelWizard {
    bottom: 0;
    height: 23px;
    margin: 0;
    padding: 2px;
    float: right;
}

/*a:link {color: #000000; text-decoration: none; }*/
/*a:active {color: #0000ff; text-decoration: underline; }*/
/*a:visited {color: #008000; text-decoration: none; }*/
/*a:hover {color: #ff0000; text-decoration: none; }*/

.box {
    background-color: #FFF;
    height: 100px;
    width: 200px;
    text-align: center;
    position: absolute;
}

.rich-message-marker img {
    padding-right: 7px;
}

.msgErrorClass {
    font-size: small;
    color: #ff0033;
    padding-left: 7px;
    vertical-align: middle;
}

.msgWarningClass {
    font-size: small;
    color: coral;
    padding-left: 7px;
    vertical-align: middle;
}

.msgInfoClass {
    font-size: small;
    color: #009900;
    padding-left: 7px;
    vertical-align: middle;
}

.messagesTableClass {
    float: left;
    clear: both;
    background-color: #f5f5f5;
    border: 1px solid #dedede;
    width: 100%;

}

.rich-tool-tip {
    background-color: rgb(255, 255, 204);
    border-color: #7196c8;
}

.pad10 {
    padding-left: 10px;
}

.pad50 {
    padding-left: 50px;
}

.numericField {
    text-align: right;
}

.vertAlignTop {
    vertical-align: top;
}

.alignLeft {
    text-align: left;
}