/*

GENERAL

*/

table.smallCalendar
{
	width:350px;
}

table.smallCalendar, table.largeCalendar
{
	border-bottom:1px solid #888;
}
	
table.smallCalendar thead tr, table.largeCalendar thead tr
{
	background-color:#bbb;
}
	
table.smallCalendar thead td, table.largeCalendar thead td 
{
	text-align:center;
	vertical-align:middle;
	padding: 0px 0px;
	height:26px;
	#font-size:8pt;
	color:#444;
	border-top:1px solid #888;
	border-bottom:1px solid #888;
	border-left:1px solid #888;
	background-image:url(/_images/grid/header.png);
	white-space:nowrap;
}
	
table.smallCalendar thead td.first, table.largeCalendar thead td.first 
{
}
	
table.smallCalendar thead td.last, table.largeCalendar thead td.last 
{
	border-right:1px solid #888;
}

table.smallCalendar tbody td, table.largeCalendar tbody td 
{
	#font-size:8pt;
	border-bottom:1px solid #D7DAE3;
	border-top:none;
	border-left:1px solid #ddd;
	padding:0px;
	margin:0px;
	
}

table.smallCalendar tbody td .dayNum, table.largeCalendar tbody td .dayNum 
{
	
}

table.smallCalendar tbody td.today, table.largeCalendar tbody td.today {
	background-color:#fcf4c6;
}

table.smallCalendar tbody td.othermonth, table.largeCalendar tbody td.othermonth {
	background-color:#ddd;
}

table.smallCalendar tbody td.othermonth .dayNum, table.largeCalendar tbody td.othermonth .dayNum{
	color:#aaa;
}

table.smallCalendar tbody td.first, table.largeCalendar tbody td.first 
{
	border-left:1px solid #939073;
}

table.smallCalendar tbody td.last, table.largeCalendar tbody td.last 
{
	border-right:1px solid #939073;
}
	
table.smallCalendar tbody td .float, table.largeCalendar tbody td .float
{
	position:absolute; 
	padding:6px; 
	background-color:#fff;
	border:1px solid;
	margin:0px;
	box-shadow: 3px 3px 8px 0px #aaa;
}	

table.smallCalendar tbody td .float div, table.largeCalendar tbody td .float div
{
	margin-bottom:2px;
}	
	
/*

SMALL CALENDAR

*/

table.smallCalendar thead td .long {
	display:none;
}
	
table.smallCalendar tbody tr 
{
	height:30px;
}

table.smallCalendar tbody td .dayNum {
	padding:0px;
	margin:0px 0px 18px 2px;
	background:none;
}

table.smallCalendar tbody div.img
{
	background-image:none;
	cursor:pointer;
	#width:16px;
	#height:16px;
	margin:0px;
	margin-left:4px;
	padding:0px;
}

table.smallCalendar tbody div.float div
{
	background-image:none;
	padding:0px;
}

table.smallCalendar tbody div.course
{
	background-image:url(/_images/icons/16/course.16.png);
}

table.smallCalendar tbody div.classroom
{
	background-image:url(/_images/icons/16/classroom.16.png);
}
	
table.smallCalendar tbody div.webmeeting
{
	background-image:url(/_images/icons/16/webmeeting.16.png);
}

/*

LARGE CALENDAR

*/

table.largeCalendar thead td .short 
{
	display:none;
}

table.largeCalendar tbody tr 
{
	height:80px;
}

table.largeCalendar tbody td .dayNum {
	margin:0px 0px 4px 4px;
}

table.largeCalendar tbody div.img
{
	width:24px;
	height:24px;
	margin:0px 4px 4px 4px;
}
	
table.largeCalendar tbody div.course
{
	background-image:url(/_images/icons/24/course.24.png);
}

table.largeCalendar tbody div.classroom
{
	background-image:url(/_images/icons/24/classroom.24.png);
}
	
table.largeCalendar tbody div.webmeeting
{
	background-image:url(/_images/icons/24/webmeeting.24.png);
}




