/* Defaults */

td,th {font-family: Tahoma;	font-size: 11px; color: #666666; }

.link {color: #666666; text-decoration: underline;}
a.link:link {color: #666666; text-decoration: underline;}
a.link:visited {color: #666666; text-decoration: underline;}
a.link:hover {color: #0D87C6; text-decoration: underline;}
a.link:active {color: #FFA200; text-decoration: underline;}

.calendario{color: #666666; text-decoration: underline;}
.calendario:link {color: #666666; text-decoration: underline;}
.calendario:visited {color: #333333; text-decoration: underline;}
.calendario:hover {color: #0D87C6; text-decoration: underline;}
.calendario:active {color: #FFA200; text-decoration: underline;}

/* Meses */
.mesfundo{				background-image:url(../images/calendario_eventos/bg_meses.jpg); background-repeat:repeat-x; background-position:bottom;}

.mes{					color: #ffffff; text-transform:uppercase; font-weight:700; height:15px; text-decoration:none; text-align:center; background-color:#0B87C5;}
.mesSel{				color: #ffffff; text-transform:uppercase; font-weight:700; height:15px; text-decoration:none; text-align:center; background-color:#FF9900;}
.mesOff{				color: #6CB7DC; text-transform:uppercase; font-weight:700; height:15px; text-decoration:none; text-align:center; background-color:#0B87C5;}

.mes:link {			color: #ffffff; text-transform:uppercase; font-weight:700; height:15px; text-decoration:none; text-align:center; background-color:#0B87C5;}
.mes:visited {			color: #ffffff; text-transform:uppercase; font-weight:700; height:15px; text-decoration:none; text-align:center; background-color:#0B87C5;}
.mes:hover {			color: #FF9900; text-transform:uppercase; font-weight:700; height:15px; text-decoration:none; text-align:center; background-color:#0B87C5;}
.mes:active {			color: #ffffff; text-transform:uppercase; font-weight:700; height:15px; text-decoration:none; text-align:center; background-color:#0B87C5;}


/* Calendário */

.fundoCalendario{	background-image:url(../images/calendario_eventos/bg_calendario.jpg);background-repeat:repeat-x;background-position:top;}
.pipeCalendario{ 	background-image:url(../images/calendario_eventos/pipe_calendario.jpg); background-position:center top; background-repeat:no-repeat; width:1px; height:70px;}

.diaComun{			color:#889297; text-align:center; width:27px;}
.diaSelecionado{ 	color:#FEFEFE; background-color:#7CBEE0; text-align:center; width:27px;}
.diaOuver{			color:#889297; background-color:#C7E2F3; text-align:center; width:27px;}

/* Cores Calendário */

.diacomEventoRed{ 			color:#FF0000; width:27px; text-align:center;}
.diacomEventoLaranja{ 		color:#FFA200; width:27px; text-align:center;}
.diacomEventoVerde{			color:#28A47B; width:27px; text-align:center;}

.red{ 			color:#FF0000;}
.laranja{ 		color:#FFA200;}
.verde{			color:#28A47B;}
.cinzClaro{ 	color:#889297;}