﻿
/* Popup division positioning */
.locate
{
    POSITION: relative;
    FLOAT: none
}
.popupDivFront
{
    z-index: 18;
    display: none;
    visibility: hidden;
    position: absolute
}
.popupDivFrontBack
{
    z-index: 7;
    display: none;
    visibility: hidden;
    position: absolute
}
.popupDiv
{
    z-index: 5;
    display: none;
    /*position: absolute*/
    position: relative;
}
.popupDivBack
{
    z-index: 3;
    display: none;
    visibility: hidden;
    position: absolute
}

/* Calendar formatting */
.calMain
{
    border-right: #022e6d 1px solid;
    border-top: #022e6d 1px solid;
    border-left: #022e6d 1px solid;
    width: 200px;
    border-bottom: #022e6d 1px solid;
    background-color: #ffffee
}
.calMonth
{
    font: bold 10px verdana;
    color: white;
    background-color: #022e6d
}
.calMonthLink
{
    font: bold 10px verdana;
    width: 22px;
    color: white;
    height: 16px;
    background-color: #022e6d;
    text-decoration: none
}
.calDayHeadings
{
    font: bold 10px verdana;
    color: white;
    background-color: gray
}
.calDays
{
	margin: 1px 1px 1px 1px;
    padding-right: 2px;
    padding-left: 2px;
    font-size: 10px;
    padding-bottom: 2px;
    width: 22px;
    color: black;
    padding-top: 2px;
    font-family: verdana;
    height: 16px;
    text-decoration: none
}
.calDays:hover
{
    background-color: #ffff77;
    text-decoration: underline
}
.calDaysOut
{
	margin: 1px 1px 1px 1px;
    padding-right: 2px;
    padding-left: 2px;
    font-size: 10px;
    padding-bottom: 2px;
    width: 22px;
    color: #999999;
    padding-top: 2px;
    font-family: verdana;
    height: 16px;
    text-decoration: none
}
.calDaysOut:hover
{
    background-color: #ffff77;
    text-decoration: underline
}
.calDays#Today
{
	margin: 1px 1px 1px 1px;
    border-right: #bb0000 1px solid;
    padding-right: 1px;
    border-top: #bb0000 1px solid;
    padding-left: 1px;
    padding-bottom: 1px;
    border-left: #bb0000 1px solid;
    padding-top: 1px;
    border-bottom: #bb0000 1px solid
}
.calDays#Select
{
    background-color: #999999
}

/* server list container */
.dropList
{
	border-right: #000080 1px solid;
	border-top: #000080 1px solid;
	border-left: #000080 1px solid;
	border-bottom: #000080 1px solid;
}
