.standard, .standard table {
	background-color: #FFFFFF;
	font-family: Lucida Sans, Geneva, Helvetica, Arial, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	text-align:center;
	border-spacing: 1px;
}
.standard th {
	border: 1px solid #d0d7cf;
	background-color: #e4ebe3;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	height: 24px;
	border-spacing: 0px;
}
.standard thead {
	background-color: #ebf2ea;
	font-weight: bold;
	color: #FFFFFF;
	
}
.standard tbody {
}
.headerPrev { position: absolute; left: 185px; top: 15px; font-size: 9pt; }
.headerNext { position: absolute; left: 656px; top: 15px; font-size: 9pt; }
.standard tfoot {
	background-color: #F26522;
	font-weight: bold;
	font-size:0.8em;
	color: #FFFFFF;
	text-align:center;
}


.weekend {
	border: 1px solid #d0d7cf;
	width: 84px;
	height: 14px;
	vertical-align: top; 
	text-align: center;
	font-size:11px;
	background-color: #ebf2ea;
	color: #990000;
	font-weight: normal;
}

.weekday {
	border: 1px solid #d0d7cf;
	width: 84px;
	height: 14px;
	vertical-align: top; 
	text-align: center;
	font-size:11px;
    background-color: #ebf2ea;
	color: #000000;
	font-weight: normal;
}

.today {
	vertical-align: top; 
	text-align: center;
	font-size:11px;
	color: #000000;
	font-weight: normal;
}


.standard td {
	width: 84px;
	vertical-align: top; 
	font-size:0.75em;
	border: 1px solid #e4ebe3;
}
.standard .today {
	text-align: left;
	height: 84px;
	background-color: #e4ebe3;
	padding: 2px;
}
.standard .withoutLink {
	text-align: left;
	height: 84px;
/* 	font-weight: bold; */
	padding: 2px;
}
.standard .withLink {
	text-align: left;
	height: 84px;
	padding: 2px;
	background-color: #F3F3F3;
}
.standard .cellLink {
/* 	font-weight: bold; */
	height: 84px;
	width: 80px;
	overflow: auto;	
}
.standard a, .standard a:link, .standard a:hover {
/* 	font-weight: bold; */
	text-decoration: underline;
	color: #000000;
}
.standard li {
	list-style-position: inside;
}
.standard img {
	border: 0px;
}