.standard, .standard table {
	background-color: #F3F3F3;
	/*border: 1px solid #000000;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	text-align:center;
	border-spacing: 0px;
}
.standard th {
	background-color: #889d93;
	font-weight: bold;
	height: 24px;
}
.standard thead {
	background-color: #889d93;
	font-weight: bold;
	height: 30px;
	color: #FFFFFF;
	
}
.standard tbody {
}
.standard tfoot {
	background-color: #889d93;
	font-weight: bold;
	font-size:0.8em;
	color: #FFFFFF;
	text-align:center;
}
.standard td {
	width: 95px;
/*	height: 84px;*/
	vertical-align: top; 
	text-align: left;
	font-size:0.9em;
	border: 1px solid #333333;
}
.standard .today {
	background-color: #ffefb1;
	padding: 2px;
}
.standard .withoutLink {
	font-weight: normal;
	padding: 2px;
	/*background-color: #cfd8d4;*/
}
.standard .withLink {
	padding: 2px;
	background-color: #cfd8d4;
	/*background-color: #a0b1a9;*/
}
.standard .cellLink {
	font-weight: bold;
/*	height: 62px;*/
/*	width: 84px;*/
	width: 95px;
	overflow: auto;	
	padding: 3px;
}
/*.standard a, .standard a:link, .standard a:hover {
	font-weight: normal;
	text-decoration: underline;
	color: #000000;
}*/
.standard a {
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}
.standard a:link {
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}
.standard a:visited {
	text-decoration: none;
	color: #000000;
}
.standard a:hover {
	text-decoration: underline;
}
.standard a:active {
	text-decoration: none;
	color: #000000;
}
.standard li {
	list-style-position: inside;
	list-style-type: none;
}
.standard img {
	border: 0px;
}
.row0 {
    background-color: #ffffff;
}

.row1 {
    background-color: #f0f0f0;
}

