@charset "utf-8";
/* CSS Document */
/* CALENDÁRIO */
a{
text-decoration:none;
}
.taskboxclass{
position:absolute;
left:0px;
top:0px;
visibility:hidden;
width:0px;
}
.taskcheckerclass{
font-family: Arial, Helvetica, sans-serif;
width: 170px; 
background: #333333; 
border-style: solid; 
border-color: #E2E2E2f; 
border-width: 1px; 
text-align: left;
color:#fff;
}
.taskcheckerinside{
font-family: Arial, Helvetica, sans-serif;
font-size:11px;
color:#E2E2E2;
width: 170px; 
background: #303030; 
border-style: solid; 
border-color: #000000; 
border-width: 1px; 
text-align: left;
}
.taskcheckertext{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#42462F;
	color:#FFF;
}
.calendarover{
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #FFFFFF;
	width: 7%;
	font-size: 10px;
	color: #333333;
}
.calendaroff{
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	/*	background: #FBFBFB; */
	width: 7%;
	font-size: 10px;
	color: #333333;
	background-color:#DBDEC9;
}
.calendarTOP{
	text-align: center;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	font-weight: bold;
	background:#C9CEAF;
}
.calendaron{
	font-face: Arial, verdana, helvetica, sans;
	text-align: center;
	background-color: #767D55;
	width: 7%;
	font-size: 10px;
	color: #E2E2E2;
	cursor: help;
}
.calendartodayover{
	font-face: Arial, verdana, helvetica, sans;
	text-align: center;
	background-color: #42462F;
	width: 7%;
	font-size: 10px;
	color: #FFF;
	cursor: help;
}
.calendartodayoff{
	font-face: Arial, verdana, helvetica, sans;
	text-align: center;
	background-color: #42462F;
	width: 7%;
	font-size: 10px;
	color: #FFF;
	cursor: help;
}
