﻿body {
    font-family: Verdana;
    background-color: Silver;
}

#mainContainer {
    margin-top: 2px;
    width: 100%;
    min-height: 700px;
    text-align: center;
    position: relative;
}
#menuBar {
    width: 1400px;
    height: 55px;
    background-image: url("../images/TopBkg.jpg");
    background-repeat: repeat-x;
    position: relative;
    margin: 0 auto;
}
#logoArea {
    width: 220px;
    height: 55px;
    background-image: url("../images/logo.jpg");
    float:left;
}
#mainContent {
    margin: 0 auto;
    background-color: white;
    width: 1400px;
    min-height: 600px;
    height: auto;
    text-align: center;
    padding-top:20px;
}
#mainEntryArea {
    margin: 0 auto;
    width: 1396px;
    height: auto;
}
.menuLink:hover {
    cursor: pointer;
}
.menuItem {
    font-size: 14px;
    font-weight: bold;
    float: left;
    width: 150px;
    padding-top: 25px;
    padding-left: 40px;
    color: white;
    text-align: center;
}
#menuLogOut {
    font-size: 14px;
    text-align: right;
    float: right;
    width: 150px;
    padding-top: 25px;
    padding-right: 10px;
    color: white;
}
#menuLogOut:hover {
    font-weight:bold;
    cursor: pointer;
}
.mainPageTitle {
    font-size:24px;
    color:dimgrey;
    text-align:center;
    padding-bottom:25px;
    padding-top:5px;
    font-weight:bold;
}
.gridArea {
    width: 1400px;
    margin-left: auto;
    margin-right: auto;
}
/* ENTRY */
.entryArea {
    width: 1000px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 30px;
}
.refreshButton{
    margin-top:-3px;
    margin-left:4px;
}
.entryRow {
    width: 1396px;
    height: 40px;
    clear: both;
}
.entryLabel {
    width: 14%;
    text-align: right;
    float: left;
    margin-right: 6px;
    padding-top: 3px;
    font-size: 14px;
}
.entryField {
    font-size: 14px;
    float: left;
    width: 35%;
    text-align: left;
    padding-top: 4px;
}
.entryRowLabel {
    font-size: 14px;
    float: left;
    width: 38%;
    text-align: right;
    margin-right: 6px;
    padding-top: 3px;
}

.entryRowField {
    font-size: 14px;
    float: left;
    width: 60%;
    text-align: left;
    padding-top: 4px;
}
.requiredField {
    font-size: 14px;
    color: blue;
}
/* LOGIN SCREEN*/
.loginEntryMain {
    width: 300px;
    border: solid 1px #777777;
    height: 150px;
    margin: 0 auto;
    margin-top: 100px;
    margin-bottom: 100px;
}

.loginLabel {
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-size: 12px;
    text-align: right;
    padding-left: 5px;
    color: #222222;
    float: left;
    width: 35%;
}

.loginField {
    float: left;
    width: 60%;
    text-align: left;
    padding-left: 10px;
}

.loginSubmit {
    text-align: center;
    width: 100%;
    margin-top: 50px;
}

.mainTableRow {
    width: 100%;
    clear: both;
    text-align: center;
    line-height: 34px;
}

.mainTableCell {
    float: left;
    width: 50%;
    text-decoration: none;
    color: grey;
    text-align: left;
}

a {
    text-decoration: none;
    color: #444444;
}

a:hover {
    font-weight: bold;
    cursor: pointer;
}

.errorMessage {
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    color: red;
    font-size: 12px;
    padding-left: 5px;
}

.contentArea {
    width: 1400px;
    margin: 0 auto;
    padding-top: 20px;
    background-color:white;
    height:400px;
}

.mainGrid {
    padding-top: 30px;
    padding-left: 20px;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-size: 14px;
}

.mainArea {
    width: 1400px;
    border: solid 1px #d3d3d3;
    margin: 0 auto;
    height: 450px;
}

.headerImage {
    background-image: url("../images/TopBkg.jpg");
    background-repeat: repeat-x;
    width: 1400px;
    height: 55px;
}

.topSpace {
    clear: both;
    width: 1200px;
    height: 50%;
}

.bottomSpace {
    clear: both;
    width: 1200px;
    height: 50%;
    padding-left: 300px;
}

.menuItem {
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-size: 16px;
    float: left;
    width: 230px;
    text-align: center;
}

.menuItem a {
    text-decoration: none;
    color: #444444;
}

.menuItem a:hover {
    font-weight: bold;
    cursor: pointer;
}

.logOutMenu {
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-size: 12px;
    padding-top: 20px;
    float: right;
    height: 26px;
    width: 115px;
}

.logOutMenu a {
    text-decoration: none;
    color: #444444;
}

.logOutMenu a:hover {
    font-weight: bold;
    cursor: pointer;
}

.footerArea {
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-size: 10px;
    bottom: 0px;
    padding-top: 5px;
    padding-bottom: 10px;
    clear: both;
    position: fixed;
    margin: auto 0;
    width: 1200px;
    text-align: center;
    color: #333333;
}

.multiRowTextBox {
    width: 40%;
    height: 200px;
}
.deSearchArea {
    width:100%;
    min-height:60px;
    padding-top:20px;
}
.buttonRow {
    width:80%;
    padding-top:20px;
    text-align:right;
    padding-bottom:20px;
}
/* generic */
.hyperlinkClass {
    text-decoration: none;
}

.buttonClass {
    font-size: 12px;
    margin-left: 20px;
}
.checkBoxClass { font-size: 12px; padding-top:15px;}
.labelCaption { font-size: 12px;}
.textBoxClass { font-size: 12px;}
.datePickerClass { font-size: 12px;text-align: center;}
.dropDownClass { font-size: 12px;}

.modal {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
}

.center {
    z-index: 1000;
    margin: 100px auto;
    padding: 10px;
    width: 90%;
    height: 500px;
    /*background-color: black;*/
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}

.center img {
    height: 130px;
    width: 200px;
}
/* Data Entry */
#tabArea {
    margin: 0 auto;
    width: 100%;
    padding-left: 1%;
}
.tabContainer {
    width: 98%;
    text-align: center;
    height: 600px;
}
#deEntryArea {
    width: 98%;
    background-color: antiquewhite;
    height: 600px;
}
.deEntryRow {
    width: 100%;
    height: 20px;
    clear: both;
}
.deEntryLabel {
    width: 12%;
    text-align: right;
    float: left;
    margin-right: 6px;
    padding-top: 3px;
    font-size: 12px;
}

.deEntryField {
    font-size: 12px;
    float: left;
    width: 19%;
    text-align: left;
    padding-top: 4px;
}
.deButtonRow {
    width: 100%;
    text-align: center;
}
.deGridArea {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.modal
{
    position: fixed;
    top: 0;
    left: 0;
    background-color: black;
    z-index: 99;
    opacity: 0.8;
    filter: alpha(opacity=80);
    opacity: 0.8;
    min-height: 100%;
    width: 100%;
}
.loading
{
    font-family: Arial;
    font-size: 10pt;
    border: 5px solid #67CFF5;
    width: 200px;
    height: 100px;
    display: none;
    position: fixed;
    background-color: White;
    z-index: 999;
}
.ajax__balloon_popup .rect {
    background-image: none !important;
}

.modalBackground {
    background-color: Black;
    filter: alpha(opacity=30);
    opacity: 0.3;
}

.modalPopup {
    background-color: #FFFFFF;
    border-width: 2px;
    border-style: solid;
    border-color: slategrey;
    padding-top: 10px;
    padding-left: 10px;
    width: 400px;
    height: 300px;
}

.modalDeletePopup {
    background-color: #FFFFFF;
    border-width: 2px;
    border-style: solid;
    border-color: slategrey;
    padding-top: 10px;
    padding-left: 10px;
    width: 380px;
    height: 100px;
    top:-300px;
}

.modalPopup .header
{
    background-color: slategray;
    height: 30px;
    color: White;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    padding-left:0px;
    margin-left:-10px;
}
.modalPopup .body
{
    line-height: 30px;
    text-align: center;
    font-size: 11px;
    padding-top:20px;
    padding-right: 20px;
}
.modalPopup .footer
{
    padding: 3px;
    padding-top:20px;
}
/*.modalPopup .yes, .modalPopup .no
{
    height: 23px;
    color: White;
    line-height: 23px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
}*/
.modalPopup .yes
{
    background-color: #2FBDF1;
    border: 1px solid #0DA9D0;
    padding-right:30px;
}
.modalPopup .no
{
    background-color: #9F9F9F;
    border: 1px solid #5C5C5C;
}

.infoMessage {
    font-weight: bold;
    color: red;
    font-size: 14px;
    padding-bottom: 25px;
    width:100%;
}

.okButton {
    width: 50%;
    float: left;
    text-align: center;
}

.totalDocPopup {
    font-weight: bold;
    color: red;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #FFFFFF;
    border-width: 2px;
    border-style: solid;
    border-color: slategrey;
    padding-top: 10px;
    padding-left: 10px;
    width: 300px;
    height: 70px;
}
.buttonClean {
    color: #FFFFCC;
    background-color: slategray;
    text-align: center;
}

.buttonDirty {
    color: #FFFFCC;
    background-color: red;
    text-align: center;
}
#pickGrid {
    padding-top: 35px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-bottom:100px;
}
.textCenter {
    text-align: center;
}
.smallFont {
    font-size:10px;
    line-height:15px;
}
.typeAheadListElement {
    font-size: 12px;
}
[type=AutoCompleteExtender]
{
    font-size:10px !important;
}
.autoCompletePanel {
    font-size: 10px !important;
}
.compList {
    vertical-align: -40px !important;
    margin-left: 10px;

}
#_content_AutoCompleteExtender1_completionListElem {
    font-size: 12px !important;
    width: 480px !important;
    margin-top: 0;
    margin-left: 10px;
}

.autocomplete_completionListElement {
    visibility: hidden;
    margin: 0px 0px 0px 0px !important;
    background-color: #FFFFFF;
    color: windowtext;
    border: buttonshadow;
    border-width: 1px;
    border-style: solid;
    cursor: default;
    overflow: auto;
    text-align: left;
    list-style-type: none;
    width: 380px !important;
}
.autocomplete_highlightedListItem {
    background-color: #ffff99;
    color: black;
    padding: 1px;
    margin-left: -28px;
    font-size: 12px !important;
}

.autocomplete_listItem {
    background-color: window;
    color: windowtext;
    padding: 1px;
    margin-left: -30px;
    font-size: 12px !important;
}
.gridTitle {
    color:dimgrey;
    padding-bottom:10px;
    font-weight:bold;
    font-size:14px;
    text-align:left;
}
.sectionTitle {
    text-decoration: underline;
    padding-bottom:7px;
}
.gridTitle {
    font-weight:bold;
    padding-bottom:3px;
}
.progressDiv {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color:white;
    z-index:1002;
    overflow:auto;
}