.tem-evento {

	color: #FF9900;

	text-decoration: none;
	
	background-color:#FFFFCC

}



.month .tem-evento a {

	color: #FF9900;

	text-decoration:none;

	color:#666666; 

}



.month {

	text-align: center;

	width: 180px;

/*	background: url(../img/topo_cal.gif) no-repeat left top; */

	margin-left:10px;
	
	margin-top:5px;

}



.month a {

	text-decoration: none;



	color: #fff;



	text-align: center;

}



.month a:hover {

	text-decoration:underline;

}



.month tbody td {

	padding: 3px 0;

	font: bold 10px Arial, Helvetica, sans-serif;

	text-align: center;

}



.yearname {

	text-align: center;

	font-size: 18px;

	font-weight: bold;

}



.monthname {

	text-align: center;

	font: bold 10px Arial, Helvetica, sans-serif;

	color: #5D5D5D;

}



/* DIAS DA SEMANA  AE2103*/

.dayname td {

	font:10px Tahoma, Arial, Helvetica, sans-serif !important;

	text-align: center;

	

	color: #ffffff;

	padding: 4px 2px;
	
	padding-bottom:8px;

/*	border-bottom:1px solid #ccc; */

}



.yearnavigation {

	font: bold 10px Arial, Helvetica, sans-serif;

}



.datepicker {

	background-color: #e4e4e4;

}



.monthnavigation {

	font: bold 11px arial;

	padding: 4px 0;

}



.nomonthday {

	text-align: center;

	color: #aaaaaa;

}



.monthday {

	text-align: center;

	color: #384955;

}



.today {

	text-align: center;

	font-size: 11px;

	font-weight: bold;

	color: #F7CE4E;
	
	/* background-color:#FFFFFF; */
	
	border:solid;
	
	border-width:1px;
	
	border-color:#FBDD5B;
	

}



.today a{

/*	color: #F7CE4E !important;
	
	background-color:#FFFFFF; */

}





.selectedday, .selected {

	text-align: center;

	font-size: 11px;

	font-weight: bold;



	background-color: #73AAA7;

}



.sunday a {

	color: #FBDD5B;

}



.saturday a {

	color: #FBDD5B;

}


