﻿body 
{
	height:auto;
	font-family: "Lucida Sans","Century Gothic",Arial;
}


table{
	border:none;
	border-collapse:collapse;

	}

table.calendar tr th
{
	font-family: "Lucida Sans","Century Gothic",Arial;
	color:#3D8C00;
}

td.calendar, td.calendarom
{
	border:dotted 1px #ccc;
	position: relative;
	border:solid 1px #ccc;
	height:100px;
}
td.calendarselected
{
	border: solid 3px #000;
}

table.calendar tr td a
{
	display:block;
	width:136px;
}
table.calendar tr td span
{
	color:#333;
	
}
div.schedule
{
	border:dashed 1px #ccc;
}

#lblHours table tr td
{
	font-size:12px;
}
#lblHours table tr td strong
{
	font-size:12px;
}
#lblHours strong
{
	font-size:12px;
}
