/**
 * Page header style sheet
 */

#content {
    display: block;
    position: relative;
    top: -2px;
    width: 100%;
    white-space: nowrap;
    /*overflow: hidden;*/
}

#contentLeftMenuBar {
    display: block;
    width: 175px;
    background-color: #E0DEDE;
    background-image: url('../images/lnav.bottomcap.gif');
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: bottom right;
    padding: 10px 10px 10px 10px;
    vertical-align: top;
    z-index: 1;
}

#contentWorkArea {
    display: block;
    padding: 10px 10px 10px 10px;
    /*margin: 0px 0px 0px 197px;*/
    white-space: normal;
    z-index: 1;
}

pre {
    font-family: Verdana,Arial,Helvetica,Geneva,sans-serif,monospace;
    text-align: left;
    font-weight: normal;
    font-size: 85%;
}
     
.sectionTitle {
    font-family: Verdana,Arial,Helvetica,Geneva,sans-serif;
    font-size: 18px;
    color: #00A8E1;
    font-weight: bold;
    margin: 0px 0px 15px 0px;
}

.sectionSubTitle {
    font-family: Verdana,Arial,Helvetica,Geneva,sans-serif;
    font-size: 15px;
    color: #00A8E1;
    font-weight: bold;
    margin: 0px 0px 15px 0px;
}

.sectionText {
    font-family: Verdana,Arial,Helvetica,Geneva,sans-serif;
    font-size: 15px;
    font-weight: normal;
}

.menuCategoryTitle {
    font-family: Verdana,Arial,Helvetica,Geneva,sans-serif;
    display: block;
    font-weight: bold;
    font-size: 12px;
    margin-top: 15px;
    overflow:hidden;
}

.menuItem {
    font-family: Verdana,Arial,Helvetica,Geneva,sans-serif;
    display: block;
    font-size: 12px;
    font-weight: bold;
    margin-left: 30px;
}

.menuSubItem {
    font-family: Verdana,Arial,Helvetica,Geneva,sans-serif;
    display: block;
    font-size: 11px;
    font-weight: bold;
    margin-left: 1px;
    margin-top: 1px;
    white-space: normal;
}

.standaloneMenuItem {
    font-family: Verdana,Arial,Helvetica,Geneva,sans-serif;
    display: block;
    font-size: 12px;
    font-weight: bold;
    margin-top: 15px;
}

.formFieldLabel {
    font-family: Verdana,Arial,Helvetica,Geneva,sans-serif;
    text-align: left;
    font-weight: normal;
    font-size: 85%;
    white-space: nowrap;
}

.formFieldLabelSmall {
    font-family: Verdana,Arial,Helvetica,Geneva,sans-serif;
    text-align: left;
    font-weight: normal;
    font-size: 65%;
    white-space: nowrap;
}

.formFieldLabelUnderline {
    font-family: Verdana,Arial,Helvetica,Geneva,sans-serif;
    text-align: left;
    font-weight: normal;
    font-size: 85%;
    white-space: nowrap;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
}

.formFieldLabelHelpImage {
	border-width: 0;
	vertical-align: middle;
}

.formField {
    font-family: Verdana,Arial,Helvetica,Geneva,sans-serif;
    text-align: left;
    font-weight: normal;
    font-size: 85%;
    white-space: nowrap;
}

.contentSectionTitle {
    font-family: Verdana,Arial,Helvetica,Geneva,sans-serif;
    text-align: left;
    font-weight: bold;
    font-size: 85%;
}

.contentSubSectionTitle {
    font-family: Verdana,Arial,Helvetica,Geneva,sans-serif;
    text-align: right;
    font-style: italic;
    font-weight: bold;
    font-size: 85%;
}

.formMessage {
    font-family: Verdana,Arial,Helvetica,Geneva,sans-serif;
    text-align: center;
    font-weight: bold;
    font-size: 85%;
}

.errorMessage {
    font-family: Verdana,Arial,Helvetica,Geneva,sans-serif;
    color: red;
    text-align: left;
    font-weight: bold;
    font-size: 90%;
}

.criticalErrorMessage {
    font-family: Verdana,Arial,Helvetica,Geneva,sans-serif;
    color: red;
    text-align: left;
    font-weight: bold;
    font-size: 85%;
    white-space:pre;
}

.licenseWarning {
    font-family: Verdana,Arial,Helvetica,Geneva,sans-serif;
    color: red;
    text-align: center;
    font-weight: normal;
    font-size: 85%;
    white-space: normal;
    width: 60%;
    padding-left: 20%;
    padding-right: 20%;
}

.tableHeader {
    font-family: Verdana,Arial,Helvetica,Geneva,sans-serif;
    color: white;
    font-weight: bold;
    font-size: 11px;
	white-space: nowrap;
    background-color: #00A8E1;
    padding: 4px 3px 4px 3px;
    border-right-style: solid;
    border-right-width: 1px;
    border-color: white;
}

.tableList {
    font-family: Verdana,Arial,Helvetica,Geneva,sans-serif;
	font-weight: normal;
	font-size: 12px;
}

input.error {
    background-color: #FFCCCC;
    color: #000000;
    font-weight: normal;
    text-align: left;
    border-color: red;
    border-style: solid;
}

.requiredEntry {
    color: #FF0000;
    font-weight: bold;
}

.requiredLabel {
    color: #FF0000;
    font-weight: bold;
    font-size: 70%;
}

.textAlignLeft {
    text-align: left;
}

.textAlignCenter {
    width: 60%;
    text-align: center;
}

.textAlignCenterPadded {
    text-align: center;
    padding: 20px;
}

.leftNavStyle {
    padding-left: 18px;
    margin-top: 4px;
}

.textFloatLeft {
    float:left;
}

.textFloatRight {
    float:right;
}


