/* CSS Document for calendar*/

	div#content .calendar{
		width:200px;
		margin-left:0px;
		margin-top:0px;
		/*float:right;*/
		position:relative;
	} 
	
div#content .calendar .bt{
	background:url(../images/mainblocktop.gif) no-repeat 100% 0;
	margin:0 0 0 6px;
	height:6px;
}

div#content .calendar .bt div{
	height:6px;
	width:6px;
	position:relative;
	left:-6px;
	background:url(../images/mainblocktop.gif) no-repeat 0 0;
}

div#content .calendar .hleft {
	padding:0 0 0 12px;
	background-color:#3885d7;
}

div#content .calendar .hright {
	padding:0 12px 0 0;
	background-color:#3885d7;
}

div#content .calendar .hblock div{
	margin-left:2px;
	font-family:Arial;
	font-size:10pt;
	font-weight:bold;
	color:#ffffff;
	padding-bottom:5px;
}

div#content .calendar .left {
	padding:0 0 0 3px;
	background:url(../images/mainblocks_bdr.gif) repeat-y 0 0;
}

div#content .calendar .right {
	padding:0 3px 0 0;
	background:url(../images/mainblocks_bdr.gif) repeat-y 100% 0;
}

div#content .calendar .block {
	background:#FFFFFF;
	padding:0px;
	margin:0px;
	font-size:8pt;
	font-family:Arial;
}

div#content .calendar .block .more{
	text-align:right;
	font-style:italic;
	padding-right:20px;
}

div#content .calendar .block div{
	margin-left:4px;
	font-family:Arial;
	font-size:12pt;
	font-weight:bold;
	color:#003466;
	padding-bottom:10px;
}

div#content .calendar .bb {
	background:url(../images/mainblocks.gif) no-repeat 100% 100%;
	margin:0 0 0 6px;
	height:6px;
}

div#content .calendar .bb div {
	height:6px;
	width:6px;
	position:relative;
	left:-6px;
	background:url(../images/mainblocks.gif) no-repeat 0 100%;
}
	
	.currentdate{
		font-family: Arial;
		text-align:center;
		font-size:11pt;	
		border: thin dotted RED;
	}
	
	.currentdate a{
		text-decoration:none;
		color:#003466;
	}	
	
	.tcell{
		font-family: Arial;
		text-align:center;
		font-size:11pt;	
	}
	
	.tcell a{
		text-decoration:none;
		color:#003466;
	}
	
	
	
	.eventz{
		font-family: Arial;
		text-align:center;
		font-size:11pt;	
		border: thin dotted BLUE;
	}
	
	.eventz a{
		text-decoration:none;
		color:#003466;
	}	

	
	
	
	.tDaystitle{
		font-family: Arial;
		text-align:center;
		font-size:11pt;
	}
	
	.monthyeartitle{
		font-family: Arial;
		text-align:center;
		font-size:11pt;
		color:#000033;
	}
	

