body {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	text-align: center;
	font-family: Tahoma, Arial, Sans;
	background-color: #eef2d1;
}

a.calendar {
	display: block;
	float: right;
	width: 15px;
	height: 15px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-repeat: no-repeat;
	background-position: -549px -267px;
	background-image: url(../../i/matrix.jpg);
}

a.calendar span {
	display: none;
}

div.calendar {
	width: 128px;
	text-align: center;
	float: left;
	margin: 0px 0px 10px 10px;
	height: 136px;
	font-size: 10px;
}

div.day {
	float: left;
	width: 17px;
	margin-right: 1px;
	margin-bottom: 1px;
}
.dayName {
	width: 17px;
	height: 13px;
	text-align: center;
	padding-top: 1px;
	float: left;
	margin-right: 1px;
	margin-bottom: 1px;
	color: #91A136;
}
div.day div {
	height: 13px;
	text-align: center;
	padding-top: 1px;
	border: 1px solid #CBD2A0;
}

.active div {
	color: #663300!Important;
	cursor: pointer;
}

.ro div {
	cursor: default!Important;
}

.inactive div {
	color: #eeeeee;
	border: 1px solid #eeeeee!Important;
	cursor: default!Important;
}


.monthName {
	color: #9A6A3A;
	font-weight: bold;
	font-size: 11px;
}

.selected {
	background-color: #C5D279;
}

.status01 {
	background-repeat: no-repeat;
	background-position: -20px -10px;
	background-image: url(matrix.gif);
}
.status10 {
	background-repeat: no-repeat;
	background-position: 0px -10px;
	background-image: url(matrix.gif);
}
.status11 {
	background-color: #B0C23C;
}


