﻿body {
    background: url( "../../Images/Test21.jpg" ) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
    font-size: 11pt;
    margin-bottom: 0px;
}

html, form {
    width: 100%;
}

a.callink, a.callink:hover, a.callink:visited, a.callink:active {
    color: #045FB4;
}

.modalBackground {
    filter: alpha(opacity=60);
    background-color: white;
}

.greenmodalWindow {
    background-color: #ccffcc;
    background-repeat: no-repeat;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 15px;
}

.imagecontrol {
    max-height: 400px;
    max-width: 400px;
}

#divHeader {
    width: 100%;
    background: url(../../Images/Test20.jpg) no-repeat center center fixed;
    background-repeat: repeat;
    margin: 0;
    padding: 0;
}

#divSidebar {
    width: 100%;
    background: url(../../Images/Test20.jpg) no-repeat center center fixed;
    background-repeat: repeat;
    margin: 0;
    padding: 0;
    min-height: 1600px;
}

#divSeparator {
    width: 100%;
    margin: 0;
    padding: 0;
}

#divContent {
    width: 100%;
    background: url(../../Images/Test20.jpg) no-repeat center center fixed;
    background-repeat: repeat;
    margin: 0;
    padding: 0;
    min-height: 1600px;
}

.headerLabel {
    font-size: x-large;
    font-family: Gill Sans MT;
    background: transparent;
    color: White;
}

.pageLabel {
    font-size: large;
    font-family: Gill Sans MT;
    background: transparent;
    color: White;
    text-decoration: underline;
}

.calheadercell {
    background-color: #A9E2F3;
    width: 12%;
    font-size: 8pt;
}

.calsmallheadercell {
    background-color: #A9E2F3;
    width: 12%;
    font-size: 7pt;
}

.calrowcell {
    width: 12%;
    font-size: 8pt;
    vertical-align: central;
}

.calsmallrowcell {
    width: 12%;
    font-size: 7pt;
    vertical-align: central;
}

.invisible {
    opacity: 0;
    border: 0;
}

.subheaderLabel {
    font-family: Gill Sans MT;
    background: transparent;
}

.linkButton {
    font-family: Gill Sans MT;
    background: transparent;
    display: block;
    color: Black;
}

.boldlabel {
    font-weight: bold;
}

.leftcell {
    text-align: right;
    width: 50%;
}

.leftcellquarter {
    text-align: right;
    width: 25%;
}

.rightcell {
    text-align: left;
    width: 50%;
}


.centrecell {
    text-align: center;
}

#sidebar {
    color: #68774A;
}

.panel {
    border: 1px solid black;
    background: url( "../../Images/background-gradient9.jpg" ) no-repeat center center ;
    overflow: auto;
    padding: 10px;
    margin-right: auto;
    margin-left: auto;
    width: 95%;
}

.smallpanel {
    border: 1px solid black;
    background: url( "../../Images/background-gradient9.jpg" ) no-repeat center center;
    overflow:  scroll;
    padding: 5px;
    margin-right: auto;
    margin-left: auto;
    width: 93%;
    
}

.scrollpanel {
    border: 1px solid black;
    background: url( "../../Images/background-gradient9.jpg" ) no-repeat center center;
    overflow: scroll;
    padding: 10px;
    width: 95%;
    margin-right: auto;
    margin-left: auto;
}

.plainpanel {
    overflow: auto;
    margin-right: auto;
    margin-left: auto;
}

.homelist {
    font-family: Verdana;
    font-size: 12px;
}

.warning {
    font-size: small;
    font-weight: bold;
    color: Red;
    font-family: Verdana;
}

.label {
    color: Black;
    font-family: Verdana;
    font-size: 12px;
}

.smalllabel {
    color: Black;
    font-family: Verdana;
    font-size: 11px;
}

.radiobuttonlist {
    color: Black;
    font-family: Verdana;
    font-size: 12px;
}

.checkboxlist {
    color: Black;
    font-family: Verdana;
    font-size: 12px;
}

.boldlabel {
    color: Black;
    font-family: Verdana;
    font-weight: bold;
    font-size: 12px;
}

.validator {
    font-size: large;
    font-weight: bold;
    font-family: Arial;
    color: Red;
}

.validatorsummary {
    color: Red;
    font-size: small;
    font-family: Verdana;
}

.textbox {
    /*font-size:11px; 	height:12px*/
    width: 150px;
}

.smalltextbox {
    font-size: 10px;
    height: 11px;
    width: 35%;
}

.smalltextboxleft {
    font-size: 10px;
    height: 11px;
    width: 85%;
}

.smalltextboxright {
    font-size: 10px;
    height: 11px;
    width: 65%;
}

.smalllistbox {
    font-size: 11px;
    height: 50px;
}

.smallradiobuttonlist {
    font-size: 10px;
}

.smallcheckboxlist {
    font-size: 10px;
}

.smalldropdownlistleft {
    font-size: 11px;
    width: 88%;
}

.smalldropdownlistright {
    font-size: 11px;
    width: 65%;
}

.smalldropdownlist {
    font-size: 11px;
}

.smallbutton {
    font-size: 10px;
}

.smallmltextbox {
    font-size: 11px;
    width: 65%;
    font-family: Verdana;
}

.smallmltextboxleft {
    font-size: 11px;
    width: 85%;
    font-family: Verdana;
}

.mltextbox {
    font-size: 11px;
    width: 250px;
    font-family: Verdana;
}

.gridpanel {
    width: 75%;
    border-top-style: ridge;
    border-right-style: ridge;
    border-left-style: ridge;
    border-bottom-style: ridge;
    overflow: auto;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
}

.tidypanel {
    background: url(background-gradient7.jpg);
    border: 1px solid;
}

.viewer {
    text-align: left;
}

.hiddencol {
    display: none;
}
