/* GENERAL SETTINGS */
.calCalendar
{
	border:none; 
	width:160px;
	font-family: Verdana, sans-serif;
}


/* Navigation Header */
tr.calNavigation
{
	background-color:#FFF;
	height:16px;
}

td.calNavigationArrows
{
	text-align:center;
	width:30px;
}

td.calNavigationMonth
{
	font-weight:bolder;
	text-align:center;
}


/* Calendar Content */
tr.calBodyRows TD
{
	color:#000;
	height:16px;
	width:22px;
	text-align:center;
}

.calWeekdayHeaders
{
	font-weight:bolder;
}

.calWeekdays
{
	background-color:#FFF;
}

.calWeekends
{
	background-color:#9CF;
}

.calCurrentDay
{
	background-color:#FF6;
}

.calActivityDay
{
	background-color:#C9F;
}


/*Header Graphic */
h2.tutCalendar{
	color:white;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	padding:14px 0px 0px 10px;
	text-transform:uppercase;
	
	text-shadow:2px 1px 6px #333;
}


#CalIcon{
	position:absolute;
	top:-18px;
	left:-10px;
	width:64px;
	height:64px;
}

#top-barCalendar{
	width:174px;
	height:45px;
	background:url(/calendar/assets/top_bar2.png) repeat-x;
	border-bottom:1px solid white;
	position:relative;
	margin-bottom:8px;
	/*-moz-border-radius:6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;*/
}

#Calendar-container{
	background:url(img/slickbg.png) no-repeat #f5f5f5;
	color:#666666;
	
	/*-moz-border-radius:10px 10px 6px 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius:6px;*/
}

#Calendar-container{
	border-style:solid;
	border-width:thin;
	background-color:#EEEEEE;
}

