.QCalendarStandard {
	background-color: #F3F3F3;
	border: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	text-align:center;
}
.QCalendarStandard th {
	background-color: #666666;
	font-weight: bold;
	height: 24px;
}
.QCalendarStandard thead {
	height:30px;
}
.QCalendarStandard tbody {
}
.QCalendarStandard tfoot {
}
.QCalendarStandard .header {
	background-color: #d2ab41;
	font-weight: bold;
	height: 30px;
	color: #FFFFFF;
}
.QCalendarStandard .footer {
	background-color: #d2ab41;
	font-weight: bold;
	font-size:0.8em;
	color: #FFFFFF;
	width:100%;
	height: 24px;
	text-align:center;
}
.QCalendarStandard td {
	width: 80px;
	min-height: 80px;
	vertical-align: top; 
	text-align: left;
	font-size:0.9em;
	border: 1px solid #333333;
	color: #000;
}
.QCalendarStandard .short_desc {
	padding:2px;
	list-style-type: square;
	font-weight: normal;
	min-height: 62px;
	color: #FFF;
	text-align: center;
}
.QCalendarStandard .today {
	background-color: #cccccc;
	/*width: 81px;*/
	min-height: 80px;
	padding: 2px;
}
.QCalendarStandard .short_desc a, .QCalendarStandard .short_desc a:link, .QCalendarStandard .short_desc a:hover {
	color: #FFF;
	font-weight: bold;
	text-decoration: underline;
}
.QCalendarStandard .link {
}
.QCalendarStandard .cellval {
font-weight: bold;
	padding: 2px;
	/*width: 80px;*/
	min-height: 80px;
}
.QCalendarStandard .celllink {
	font-weight: bold;
	padding: 2px; 
	/*width: 81px;*/
	height: 80px;
	background-color: #D4C9EF;
	overflow: auto;
}
.QCalendarStandard a, .QCalendarStandard a:link, .QCalendarStandard a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
}
.QCalendarStandard .headerNav a, .QCalendarStandard headerNav a:link, .QCalendarStandard .headerNav a:hover {
	background-color: #F26522;
	color: #ffffff;
}
.QCalendarStandard .footerNav a, .QCalendarStandard .footerNav a:link, .QCalendarStandard .footerNav a:hover {
	width: 100%;
	background-color: #F26522;
	color: #ffffff;
}

div#cellValue { background-color: #DDD; }
div#myContent { text-align: center; font-weight: bold; }
