.submitLink
{
   color: 0930a0;
   background-color: transparent;
   border: none;
   cursor: pointer;
   cursor: hand;
   font-family: arial;
   font-size: 10pt;
}

.month
{
	font-size: 10pt;
	font-family: arial;
}

.monthTitle
{
	position: absolute;
	top: 2%;
	left: 26%;
	width: 61%;
	overflow: auto;
	font-family: arial;
	font-size: 12pt;
	text-align: center;
	font-weight: bold;
}

.legend
{
	position: absolute;
	top: 2%;
	left: 13%;
	width: 10%;
	overflow: auto;
	font-family: arial;
	font-size: 10pt;
	text-align: left;
}

.sublegend 
{
	position: absolute;
	background-color: f1f1f1;
	font-family: arial;
	font-size: 10pt;
	text-align: left;
}

.monthTitlePrint
{
	font-family: arial;
	font-size: 12pt;
	text-align: center;
	font-weight: bold;
}

.blank
{
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: black;
	padding-right: 5px;
}

.resident
{
	font-family: arial;
	font-size: 9pt;
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: black;
	text-align: center;
	padding-left: 6px;
	padding-right: 6px;
}

.resident1
{
	font-family: arial;
	font-size: 9pt;
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: black;
	text-align: center;
	padding-left: 12px;
	padding-right: 6px;
}

.weekend
{
	font-family: arial;
	font-size: 9pt;
	font-weight: bold;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: black;
	text-align: right;
	padding-right: 5px;
	background-color: f1f1f1;
}

.weekday
{
	font-family: arial;
	font-size: 9pt;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: black;
	text-align: right;
	padding-right: 5px;
}

.entry
{
	font-family: arial;
	font-size: 9pt;
	text-align: center;
	padding-left: 3px;
	padding-right: 3px;
}

.vacation
{
	font-family: arial;
	font-size: 9pt;
	text-align: center;
	font-style: italic;
	padding-left: 3px;
	padding-right: 3px;
}

.call
{
	font-family: arial;
	font-size: 9pt;
	text-align: center;
	font-weight: bold;
	padding-left: 3px;
	padding-right: 3px;
}

.blankentry
{
	font-family: arial;
	font-size: 9pt;
	text-align: center;
	padding-left: 3px;
	padding-right: 3px;
	background-color: f1f1f1;
}

.blankvacation
{
	font-family: arial;
	font-size: 9pt;
	text-align: center;
	font-style: italic;
	padding-left: 3px;
	padding-right: 3px;
	background-color: f1f1f1;
}

.blankcall
{
	font-family: arial;
	font-size: 9pt;
	text-align: center;
	font-weight: bold;
	padding-left: 3px;
	padding-right: 3px;
	background-color: f1f1f1;
}

.tableWindow
{
	position: absolute;
	top: 5%;
	left: 13%;
	height: 90%;
	width: 87%;
	overflow: auto;
}

.menu
{
	position: absolute;
	top: 10px;
	left: 1%;
	top: 1%;
	height: 99%;
	width: 12%;
	overflow: auto;
}

.menuTitle
{
	font-size: 10pt;
	font-family: arial;
	font-weight: bold;
}

.copyright
{
	position: absolute;
	top: 96%;
	left: 13%;
	width: 87%;
	text-align: center;
	font-family: Times, serif;
	font-size: 8pt;
}

.return
{
	font-family: arial;
	font-size: 9pt;
	text-align: right;
	position: absolute;
	top: 96%;
	left: 0%;
	width: 100%;
}

.printable
{
	position: absolute;
	top: 2%;
	left: 33%;
	width: 66.5%;
	overflow: auto;
	font-family: arial;
	font-size: 10pt;
	text-align: right;
}

A:link { color: 0930a0 ; text-decoration: none; }
A:visited { color: 0930a0 ; text-decoration: none; }
A:active { color: 0930a0 ; text-decoration: none; }
A:hover { color: 0930a0 ; text-decoration: underline; }
