﻿.cell
{
	height:				90px;
	width:              100%;
	border:				solid 1px #009;
	font-size:			9pt;
	text-align:			center;
	vertical-align:     middle;
	background-color:	#DDD;
}

.celllight
{
	height:				90px;
	width:              100%;	
	border:				solid 1px #009;
	font-size:			9pt;
	text-align:			center;
	vertical-align:     middle;	
	background-color:	#F00;
	filter:				alpha(opacity=30);
	opacity:			0.3;
}

.cellyellow
{
	height:				90px;
	width:              100%;	
	border:				solid 1px #009;
	font-size:			9pt;
	font-weight:        bold;
	text-align:			center;	
	vertical-align:     middle;	
	background-color:	#FF0;
}

.cellheader
{
	width:      100%;
}

.cellheadertd
{
    width:          161px; 
	font-variant:   small-caps;
	font-weight:    bold;
	text-align:     center;
}

#filter
{
	width:	        100%;
	font-size:		9pt;
	font-weight:	bold;
	padding:		5px 0px 5px 0px;
}

#filterselect
{
    width:      50%;
	text-align: right;
}

#printschedule
{
    width:      50%;
	text-align: left;
}

#filter select
{
	font-size: 9pt;
}
	
#calendar
{
	width:		99%;
	border:		solid 1px #009;
	background:	#EEF;
}

.calendartd
{
    width:   155px;
    padding: 3px 5px 3px 5px;
}
