table.monthlyScheduler
{
	width: 100%;	
	background: #aaa;
}
table.monthlyScheduler th
{	
	padding: 5px;
	background: #ddd;
	border-bottom: 2px #e38147 solid;
	width: 100px;
}
table.monthlyScheduler td
{	
	background-color: white;
	height: 55px;
	vertical-align: top;
	background-repeat: no-repeat;
	background-position: center center;	
}
table.monthlyScheduler td.active
{	
	cursor: pointer;
	font-weight: bold;
}
table.monthlyScheduler td.otherMonth
{	
	background-color: #ccc;
	color: #888;
}
table.monthlyScheduler td.status_1
{	
	background-image: url(/media/schedulerbg_1.png);
}
table.monthlyScheduler td.status_3
{	
	background-image: url(/media/schedulerbg_3.png);
	
}

div.weeklySchedulerContainer
{	
	margin: 0 auto;
}
div.weeklySchedulerContainer .navigation
{	
	text-align: center;
	padding: 10px 0;
}
div.weeklySchedulerContainer .navigation a
{	
	margin: 0 20px;
}
div.weeklySchedulerContainer table
{	
	width: 100%;
	background-color: #aaa;
}
div.weeklySchedulerContainer table th
{	
	padding: 5px;
	background-color: #ddd;
	border-bottom: 2px #e38147 solid;
	width: 100px;
}
div.weeklySchedulerContainer table td
{	
	background-color: white;
	height: 40px;
}
div.weeklySchedulerContainer table td.active
{	
	background-color: white;
	cursor: pointer;
}
div.weeklySchedulerContainer table td.inactive
{
	background-color: #eee;
}
div.weeklySchedulerContainer table td.status_1
{	
	background-image: url(/media/wschedulerbg_1.png);
}
div.weeklySchedulerContainer table td.status_3
{	
	background-image: url(/media/wschedulerbg_3.png);
	
}
div.weeklySchedulerContainer table td div
{	
	width: 100%;
	height: 100%;
	position: relative;
}
div.weeklySchedulerContainer table td.active div
{	
	cursor: pointer;
}
div.weeklySchedulerContainer table td div span
{	
	color: #777;
	font-size:9pt;
}
div.weeklySchedulerContainer table td.active div span
{	
	font-weight: bold;
	color: #000;
}
div.weeklySchedulerContainer table td div p
{	
	margin: 5px 0 0 0;
	padding: 0;
	text-align: center;
}
div.weeklySchedulerContainer table td.inactive div p
{
	font-style: italic;
	color: #777;
}
div.weeklySchedulerContainer table td.active div p
{
	color: green;
}