html 
{
	width:auto;
	height:auto;
}

body 
{
	width:auto;
	height:auto;
	text-align:center;
	font-family: Arial, Helvetica, Sans-Serif;
}

h1, h2, h3, h4, h5, h6 
{
	font-family: Georgia, Times New Roman, Serif;
	font-weight: normal;
	letter-spacing: 0;
	margin: 10px 10px 2px 10px;
	color: #104e95;
}

.calMonth 
{
	font-family: Georgia, Times New Roman, Serif;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0;
	margin: 10px 10px 2px 10px;
	color: #104e95;
	text-align:center;
}

.calMonthNav 
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	font-weight:bold;
}

.calDay, .calEmptyDay
{
	width: 128px;
	height: 0;
	float: left;
}

.calDayHeader
{
	background-color: #104e95;
	border-bottom: solid 1px #000;
	color:#FFF;
	font-size: 11px;
	font-weight:bold;
	text-align:center;
	width: 128px;
	padding: 5px 0;
	float:left;
}

.calDay
{
	border:solid 1px #e6e6e6;
	border-right-color: #f6f6f6;
	border-bottom-color: #f6f6f6;
	width: 120px;
	height: 149px;
	padding: 3px;
	overflow:hidden;
}

.calDayNum 
{
	font-size: 11px;
	font-weight:bold;
}

.calCurrentDay 
{
	background-color:#104e95;
	color:#FFF;
}

.calEmptyDay 
{
	background-color:#e6e6e6;
}

.calItem 
{
	margin: 2px;
	font-size: 11px;
	border-bottom: dotted 1px #e6e6e6;
	padding: 2px 0;
}

.calItemTime 
{
	font-size: 11px;
	font-weight: bold;
	color: #AAA;
	/*width: 60px;
	display:block;
	float:left;*/
}

#footer {
font-size: 11px;
clear: both;
padding-top: 10px;
}
