.calendario {
	border: 2px solid #404040;
	float: left;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	width: 203px;
}

.titulo {
	border-top: 2px solid #404040;
	border-left: 2px solid #404040;
	border-right: 2px solid #404040;
	background-color: #FFFFFF;
	vertical-align: center;
	width: 203px;
	text-align: right;
}

.titulo_close {
	border-left: 2px solid #404040;
	text-align: center;
	background-color: #FF0000;
	width: 31px;
	float: right;
}

.titulo_close a {
	font-weight: bold;
	text-decoration: none ;
	color: #FFFFFF !important;
}

.mes {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-bottom: 2px solid #404040;
	text-align: center;
	color: #ffffff;
	background-color: #404040;/*#707070;*/
}

.mes_prev {
	float: left;
	width: 28px;
	text-align: center;
	border-right: 2px solid #404040;
}

.mes_prev a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF !important;
	text-decoration: none;
}

.mes_next {
	float: right;
	width: 28px;
	text-align: center;
	border-left: 2px solid #404040;
}

.mes_next a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF !important;
	text-decoration: none;
}

.linha {
	border: 0px;
}

.celula {
	float: left;
	width: 27px;
	text-align:	center;
	border: 1px solid #eeeeee;
}

.dia_semana {
	background-color: #c0c0c0;
	color: #FFFFFF;
	font-weight: bold;
}

.dia_mes_anterior,.dia_mes_anterior a{
	color: #000000;
	background-color: #e3e3e3;
	text-decoration: none;
}

.dia_mes_actual,.dia_mes_actual a {
	color: #000000;
	background-color: #FFFFFF;
	text-decoration: none;
}

.dia_mes_seguinte,.dia_mes_seguinte a {
	color: #000000;
	background-color: #e3e3e3;
	text-decoration: none;
}

.dia_com_eventos_anterior,.dia_com_eventos_anterior a {
	text-decoration: underline !important;
}

.dia_com_eventos_seguinte,.dia_com_eventos_seguinte a {
	text-decoration: underline !important;
}

.dia_com_eventos_actual,.dia_com_eventos_actual a {
	text-decoration: underline !important;
}

.dia_actual,.dia_actual a {
	color: #4040ff !important;
	text-decoration: none;
}

.dia_activo,.dia_activo a {
	font-weight: bold;
	background-color: #808080;
	text-decoration: underline;
}

.calendario_holder {
	position: absolute;
	z-index: 1000;
}

/* CALENDARIO AJAX ANTIGO inicio */

.newcal{
	border:2px solid #404040;
	font-family: Arial;
	font-size: 11px;
	background-color: #ffffff;
	border-spacing: 1px;
}

.newcal th{
	font-family: Arial;
	font-size: 11px;
	text-align: center;
	background-color: #dfdfdf;
	color:#808080;
	padding: 2px 2px 2px 2px;
}

.newcal .cal_nome_mes {
	text-align: center;
}

.newcal .cal_nav {
	text-align: center;
}

.newcal td{
	text-align: center;
	width: 25px;
	border-top:1px solid #E9ECF0;
	border-left:1px solid #E9ECF0;
	padding: 2px 2px 2px 2px;
}

.newcal img{
	border:0px;
}

.newcal a{
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
}

.newcal .monat, .newcal .monat a{
	color: #666666;
}

.newcal .monatevent a, .newcal .monatevent{
	color: #000000;
}

.newcal .amonat, .newcal .amonat a{
	/*background-color: #C3C9D1;*/
	color: #A4A4A4;
}

.newcal .aevent a, .newcal .aevent{
	background-color: #9DA6B0;
	color: #666666;
}

.new_cal_span {
	margin:10px;
	position: absolute;
	z-index: 100;
	visibility : hidden;
}
/* CALENDARIO AJAX ANTIGO fim */
