﻿body {
    background-color: #CCCCCC;
    font-family: Verdana;
    font-weight: bold;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.loginInput {
    
}

.adminLoginError {
    color: Red;
}

.calendarCell {
    height:215px;
}

.dayNumberDisplay {
    color: #000000;
}
.textCell {
    height:80%;   
}
.dayCell {
    height:20%;
}
.logoutLink {
    position: absolute;
    right: 8px;
    top: 8px;
    color:Black;
    font-size: 80%;
    background-color: White;
    padding: 4px 4px 4px 4px;
    border: solid 1px black;
}
.adminLink {
    position: absolute;
    left: 8px;
    top: 8px;
    color:Black;
    font-size: 80%;
    background-color: White;
    padding: 4px 4px 4px 4px;
    border: solid 1px black;
}
.calanderLink {
    position: absolute;
    top: 8px;
    color:Black;
    left: 8px;
    font-size: 80%;
    background-color: White;
    padding: 4px 4px 4px 4px;
    border: solid 1px black;
}
.adminLinksDiv {
    line-height: 180%;
    font-size: 90%;
    margin: 40px 0px 0px 40px;
    text-align: left;
}

.adminLinks {
    color:Black;
}
.adminContent {
    width: 90%;
    height: 500px;
    background-color: White;
    text-align: left;
    padding: 10px 10px 10px 10px;
    font-size: 10pt;
}
.legListTable {
    float:right;
    margin-right: 50px;
    border:solid 1px black;
    width: 300px;
    height: 200px;
}
.popupBG {
    /* background-image: url('images/transparent.gif'); */
    background-color: White;
}
.hideButton {
    display: none;
}
.addPopup {
    border: solid 1px black;
    height: 95%;
    width: 95%;
    background-color: Silver;
    overflow: auto;
}
.listBox {
    width: 200px;
    height: 150px;
    margin-right: 15px;
    margin-left: 15px;
}
.arrowLink {
    border:solid 1px black;
    background-color: White;
    text-decoration: none;
    padding-bottom: 2px;
    color: Black;
}
.popupSaveCancel {
    color: Black;
}
.inputForm {
    background-color:White;
}
.labelClass {
    width: 200px;
    vertical-align: top;
}
.labelClass2 {
    width: 300px;
    text-align:right;
}
.contactLink {
    font-size:8pt;
    font-weight: normal;
    color: Black;
    background-color: White;
    border: solid 1px black;
    padding: 2px 2px 2px 2px;
}
.gridLinks {
    color: Black;
    font-size: 10pt;
}
.legLink {
    width: 100%;
}
.calLink {
    color: White;
    cursor: pointer;
}
.formTip {
    font-size: 8pt;
    font-weight: normal;
}
.otherMonthDays {
     visibility: hidden;
}
.statusBar {
    width: 80%;
    background-color: #FFFFF1;
    color: red;
    font-size: 8pt;
    padding: 0px 0px 4px 0px;
}
.welcomeMsg {
    margin-top: 8px;
}
.copyrightText {
    position: absolute;
    bottom: 4px;
    right: 4px;
    z-index: -100;
    font-size:8pt;
}
.link1 {
    color:Black;text-decoration:none;
}