/***************   FONDO DO CALENDARIO  **********************/
.month {
	border-style: none;
	background-color: #5B6234;
	text-align: center;
}

/***************   BARRA DE NAVEGACION DO MES  **********************/

/* nome do mes da fila de navegacion */
.monthname {
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	background-color: #FFFFFF;
	color: #5B6234;
	border-style: solid;
	border-width:0px;
}

/* simbolo >> da barra de navegacion do mes */
.monthnavigation {
	font-family: Tahoma, Arial, sans-serif;
	height: 25px;
	border: 1px solid #CBC789;
}

/***************   COMBO  **********************/

/* fondo da liņa do combo */
.datepicker {
	border: 1px solid #CBC789;
	height: 25px;
}
.datepickerform {
	margin: 0px;
}

/* mes do combo */
.monthpicker {
	font-size: 11px;
	color: #5B6234;
}

/* ano do combo */
.yearpicker {
	font-size: 11px;
	color: #5B6234;
}

/* boton do combo */
.pickerbutton {
	border-style: solid;
	border-width: 1px;
	color: #5B6234;
	font-size: 10px;
}

/*********** DIAS DA SEMANA ******************/

.dayname {
	text-align: center;
	font-size: 9px;
	color: #000000;
	background-color: #CBC789;
	border-style: none;
	border-width:1px;
	width: 50px;
	height: 25px;	
}

/*********** DIAS DO MES ******************/

.monthday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #A5AE4F;	
	color: #FFFFFF;
	height: 20px;
}

/*********** HOXE ******************/

.today {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	background-color: #EEE9E9;
	color: #000000;
}

/*********** DIAS ESPECIAIS E DESTACADOS ******************/

/* dia de actividades normais */
.dia_especial {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #FFFFFF;
	background-color: #0b532d;
	color: #FFFFFF;
	height: 20px;
}


/* dia de actividade destacada */
.dia_destacado {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #FFFFFF;
	background-color: #e99c28;
	color: #FFFFFF;
	height: 20px;
}

/*********** FINES DE SEMANA ******************/
/* sabado */
.saturday {
	background-color: #A5AE4F;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	/*color: #81827D;*/
	color: #FFFFFF;
	height: 20px;
}

/* domingo */
.sunday {
	background-color: #A5AE4F;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	height: 20px;
}

/*******************************************************/

.year {
	border-style: outset;
	border-width: 1px;
	background-color: #FAEBD7;
	text-align: center;
}

.yearname {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}

.weeknumtitle {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #667171;
	border-style: none;
	border-width:1px
}
.weeknum {
	text-align: center;
	font-size: 10px;
	height:20px;
	width:20px;
	color: #CD5C5C;
	background-color: #FAEBD7;
}
.week {
	border-style: none;
	background-color: #EEDFCC;
	text-align: center;
}
.monthweek {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #667171;
	border-style: solid;
	border-width:1px
}
.yearnavigation {
	font-size: 12px;
}


.nomonthday {
	text-align: center;
	font-size: 10px;
	height:20px;
	width:20px;
	color: #aaaaaa;
}


.selectedday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border-width: 1px;
	border-style: none;
	background-color: #CDC9C9;
	height:20px;
	width:20px;
}




.event {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	background-color: #ffffff;
	height:20px;
	width:20px;
}
.event a {
	color: #000000;
}
.selectedevent {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	color: #000000;
	background-color: #CDC9C9;
	height:20px;
	width:20px;
}
.selectedevent a {
	background-color: #ffffff;
	color: #000000;
}
.todayevent {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	color: #000000;
	background-color: #EEE9E9;
	height:20px;
	width:20px;
}
.todayevent a {
	background-color: #ffffff;
	color: #000000;
}
.eventcontent {
	font-size: 10px;
	border-style: solid;
	border-width: 1px;
	width: 100%;
}
