@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: #fffffff; 
border-width: 1px; 
text-align: left;
color:#CCCCCC;
}
.taskcheckerinside
{
font-family: Arial, Helvetica, sans-serif;
font-size:9px;
color:#FFFFFF;
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:9px;
	width: 100%;
	height:15px;
	background-color: #595959;
	padding: 9px;
	color: #FFFFFF;
}

.calendarover {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #939393;
	width: 7%;
	font-size: 8px;
	color: #FFFFFF;
}
.calendaroff {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
/*	background: #FBFBFB; */
	width: 7%;
	font-size: 8px;
	color: #CCC;

}
.calendarTOP {
	text-align: center;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #CCC;
	font-weight: bold;
	background: #4D4D4D;
	
}
.calendaron {
	font-face: Arial, verdana, helvetica, sans;
	text-align: center;
	background-color: #939393;
	width: 7%;
	font-size: 8px;
	color: #FFFFFF;
	cursor: help;
}

.calendartodayover {
	font-face: Arial, verdana, helvetica, sans;
	text-align: center;
	background: #FFCC00;
	width: 7%;
	font-size: 8px;
	color: #333333;
	cursor: help;

}
.calendartodayoff {
	font-face: Arial, verdana, helvetica, sans;
	text-align: center;
	background: #FFCC00;
	width: 7%;
	font-size: 8px;
	color: #333333;
	cursor: help;
}
