BODY
{
	font-size: 8pt;
	font-family: Tahoma, Helvetica, sans-serif;
}
TABLE
{
	font-size: 8pt;
	font-family: Tahoma, Helvetica, sans-serif;
}
A:link	{	
	text-decoration:	underline;
	color:	navy;
	}	
		
A:visited	{	
	text-decoration:	underline;
	color:	navy;
	}	
		
A:active	{	
	text-decoration:	underline;
	color:	navy;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	red;
	}
.Header      { font-family: Arial; font-size: 14pt; color: #FFFFFF; font-style: italic; 
               font-weight: bold; background-color: #336699 }
.JobList
{
	font-weight: bold;
	font-size: 10pt;
	background-color: whitesmoke;
}
.Row1
{
	background-color: whitesmoke;
}
.Row2
{
	background-color: aliceblue;
}
.JobForm
{
	border-right: steelblue 1px solid;
	border-top: steelblue 1px solid;
	font-size: 10pt;
	border-left: steelblue 1px solid;
	border-bottom: steelblue 1px solid;
	background-color: whitesmoke;
}
.TitleCaption { font-size: 12pt; background-color: #336699; font-family: Tahoma; color: #FFFFFF; 
               font-weight: bold }
.TBox        { font-size: 8pt }
.HBox        { font-size: 8pt; display: none; }
.PButton     { font-size: 8pt; width: 100 }
.menu        { color: #FFFFFF; font-size: 8pt; cursor: hand; background-color: #E9EBE9; 
               text-align: Center; font-variant: small-caps; font-weight: bold; 
               border: 1 solid #000080 }
.calendar
{
	border-right: 1px outset;
	border-top: 1px outset;
	font-size: 8pt;
	border-left: 1px outset;
	color: black;
	border-bottom: 1px outset;
	font-family: Tahoma;
	position: absolute;
	background-color: steelblue;
}
.calheader
{
	color: white;
	border-bottom: white 1px solid;
}
.calday
{
	border-right: 1px inset;
	border-top: 1px inset;
	border-left: 1px inset;
	cursor: hand;
	color: steelblue;
	border-bottom: 1px inset;
	background-color: whitesmoke;
}
.notcalday
{
	border-right: #336699 1px solid;
	border-top: #336699 1px solid;
	border-left: #336699 1px solid;
	cursor: hand;
	color: #c0c0c0;
	border-bottom: #336699 1px solid;
	background-color: gainsboro;
}
.clicker
{
	border-right: 2px outset;
	border-top: 2px outset;
	font-weight: bold;
	font-size: 7pt;
	border-left: 2px outset;
	cursor: hand;
	color: #000000;
	border-bottom: 2px outset;
	background-color: #c0c0c0;
}
.Weekday
{
	font-size: 7pt;
	color: white;
	text-align: center;
}