﻿body{
}

input[type=text] {
margin-bottom: 4px;
}

/* Overrides */
.formButton {width: 80px;}
.formLabelRight{display: inline-block; width: 120px; text-align: right; margin-right: 4px;}

.formGrid {border: 1px solid Gray;}

.formGridHeader{background-color: #A8A8A8; color: #000; font-weight: normal; font-size: 11pt;}
	.formGridHeader td{border: 1px solid Gray; padding-left: 3px;}
    .formGridHeader th{padding: 3px;}

.formGridRow {background-color: #DDDDDD; color: #000; font-size: 11pt;}
	.formGridRow  td{border:1px solid Gray; padding: 3px 3px 3px 4px;}
    .formGridRow:hover {background-color: #B1BECC; color: black; cursor: default;}

.formGridAltRow {background-color: #CCCCCC; color: #000; font-size: 11pt;}
	.formGridAltRow  td{border:1px solid Gray; padding:  3px 3px 3px 4px; }
    .formGridAltRow:hover {background-color: #B1BECC; color: black; cursor: default; }

 /**/

.formContentAreaHeadingClosed {background-color: #B50000; border:1px solid Gray; padding: 5px; color: #FFF; font-size: 16pt; font-weight: bold;}

.formLabelRightLarge{display: inline-block; width: 150px; text-align: right; margin-right: 4px;}

.panelHeading {
    border: 1px solid grey;
    border-bottom: none;
    background-color: #006699;
    padding: 10px;
    color: #FFFFFF;
    font-size: 12pt;
    font-weight: bold;
    width: 100%;
}

.panelBody {
    background-color: #E6E6E6;
    border: 1px solid grey;
    padding: 10px;
    display: inline-block;
    width: 100%;
}

.panelBodyNoBorder {
    background-color: #E6E6E6;
    padding: 10px;
}

.panelHeading2 {
    border: 1px solid grey;
    border-bottom: none;
    background-color: #333333;
    padding: 10px;
    color: #FFFFFF;
    font-size: 12pt;
    font-weight: bold;
    width: 100%;
}

.modalWidth {
    width: 650px;
}

.heading {
    font-size: 12pt;
    font-weight: bold;
}

.indent {
    padding-left: 6px;
    padding-top: 4px;
}

.divScroll {
    height: 460px;
    overflow: scroll;
    overflow-x: hidden;
}


.floatRight {
    float: right;
}

.floatLeft {
    float: left;
}

.divParentFloat {
    display: inline-block;
}

.width1 {
    width: 345px;
}

.width2 {
    width: 250px;
}

.noticeList {
    margin-top: 2px;
    list-style-type: square;
    font-weight: bold;
}


.red {
    color: Red;
}

.labelRight {
    display: inline-block;
    width: 120px;
    text-align: right;
    margin-right: 4px;
    vertical-align: middle;
}

.textBox {
    width: 250px;
    vertical-align: middle;
}

.textBox2 {
    width: 215px;
    vertical-align: middle;
}

.textBox3 {
    width: 200px;
    vertical-align: middle;
}

.vertLabel {
    display: inline-block;
    width: 95px;
    margin: 2px;
    white-space: nowrap;
}

.vertText {
    display: inline-block;
    width: 115px;
    margin-right: 5px;
}

.div1Block {
    font-weight: bold;
    height: 30px;
    vertical-align: middle;
    display: table-cell;
}

.labelLeft {
    width: 200px;
    display: inline-block;
    font-weight: bold;
}

.watermarked {
    color: Gray;
}

.modalBackground {
    background-color: #000000;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup {
    background-color: #fff;
    border: 1px solid #333366;
    width: 400px;
    /*padding: 10px 10px 10px 12px;*/
}

.scrollBox {
    overflow: scroll;
    overflow-x: hidden;
    line-height: 1.5;
    height: 190px;
    width: 370px;
    position: absolute;
    display: inline-block;
}

.divFiller {
    height: 200px;
}

.divFiller2 {
    height: 5px;
}

.divFiller3 {
    height: 10px;
}

.grid {
    border: 1px solid #000000;
}

.gridHeader {
    background-color: #D6D6E0;
}

.gridRow {
    background-color: #FFFFFF;
}

    .gridRow a {
        font-weight: bold;
    }


.buttonLink {
    color: #333366;
    font-weight: bold;
}

.ui-menu {
    background-color: White;
    overflow: scroll;
    overflow-x: hidden;
    height: 200px;
}

.ui-menu-item a.ui-state-hover {
    background-color: #D6D6E0;
}

.error {
    color: Red;
}

.nowrap {
    white-space: nowrap;
}

.warningBox {
    color: #FF0000;
    border: solid 1px #FF0000;
    background-color: #FFD8E0;
    padding: 5px;
    width: 758px;
}

.warningBoxLarge {
    color: #FF0000;
    border: solid 1px #FF0000;
    background-color: #FFD8E0;
    padding: 5px;
}

.warningBoxSmall {
    color: #FF0000;
    border: solid 1px #FF0000;
    background-color: #FFD8E0;
    padding: 5px;
    width: 480px !important;
}

.warningMargin {
    margin-bottom: 7px;
    margin-left: 7px;
}

.warningMarginNoBottom {
    margin-left: 7px;
}

.warningMarginNoLeft {
    margin-bottom: 7px;
}

.removeLink a {
    text-decoration: none;
    font-size: 10pt;
}

.removeLink a:hover {
    text-decoration: underline;
    font-size: 10pt;
}

.viewNowLink {
}

.viewNowLink a {
    text-decoration: none;
    font-size: 10pt;
}

.viewNowLink a:hover {
    text-decoration: underline;
    font-size: 10pt;
}

.topLinks {
    font-size: 9pt;
}

.topLinks a {
    text-decoration: none;
}

.topLinks a:hover {
    text-decoration: underline;
    cursor: pointer;
}