﻿* 
{
    font-family: Arial;
	border: 0px;
	margin: 0 auto;
	padding: 0px;	
}

body 
{
    font-size: 11px;
    text-align: center;
    background-color: White;
}

#leftMargin
{
    position: static;
	width: 31px;
	height: 100%;
	display: block;
	float: left;	
	clear:both;
	text-align: left;	
}

#rightMargin
{
    position: static;
	display: block;
	float: right;
    height: 100%;
    width: 31px;
}

#content
{
    width: 95%;
    text-align: right;
    margin: 60px 0px 0px 0px;
}

#copyright
{
    font-size: .9em;
    margin-top: 15px;
    clear: both;
    display: block;
}

#whitePanel
{
    position: static;
	display: block;
	float: right;
	height: 444px;
    width: 90%;
    text-align: left;
}

.header
{
    background-color: #AAA;
    line-height: 20px;
}

.dayCell 
{
    background-color: #DDD;
    height: 100px;
}

#calendarPage
{
    height: 100%;
    width: 95%;
    vertical-align: top;
    margin: 5px 10px 5px 10px;
    padding: 5px 10px 5px 10px;
}

.calendarTitle
{
    font-size: 14pt;
    font-weight: bold;
    text-align: left;
}

.calendarLabel
{
    font-size: 12pt;
    font-weight: bold;
}

.calendarAttention
{
    color: Red;
    font-size: 10pt;
}

.menuCutoffAlert
{
    color: #990000;  
    font-weight: bold;
}

 .menuButton
 {
    border: solid 1px black;
    padding: 1px 2px 1px 2px;
    font-weight: bold;
 }