body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
a {
	text-decoration: none;
	color: #000000;
	text-align: center;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
.year {
	border-style: outset;
	border-width: 1px;
	background-color: #B07B9B;
	text-align: center;
}
.month {
	border-style: none;
/*	background-color: #E8D8E1;*/
	background-color:#CCCCCC;
	text-align: center;
	width: 250px;
}
.calendario_cs .month {
	background-color:#FEDD99;
}
.calendario_py .month {
	background-color:#B3C4D1;
}
.yearname {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.monthname {
	text-align: center;
	font-size: 13px;
	font-weight: bold;
/*	background-color: #B98BA7;*/
	background-color:#999999;
	color: #000000;

}
.calendario_cs .monthname {
	background-color:#FEC95D;
}
.calendario_py .monthname {
	background-color:#85A1B6;
}
.dayname td {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.yearnavigation {
	font-size: 12px;
}
.datepicker {
}
.datepickerform {
	margin: 0px;
}
.monthnavigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.monthpicker {
	font-size: 11px;
/*	background-color: #E8D8E1;*/
	background-color:#CCCCCC;
}
.calendario_cs .monthpicker {
	background-color:#FEDD99;
}
.calendario_py .monthpicker {
	background-color:#B3C4D1;
}
.yearpicker {
	font-size: 11px;
/*	background-color: #E8D8E1;*/
	background-color:#CCCCCC;
}
.calendario_cs .yearpicker {
	background-color:#FEDD99;
}
.calendario_py .yearpicker {
	background-color:#B3C4D1;
}
.pickerbutton {
	font-size: 11px;
	background-color: #eeeeee;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
}
.nomonthday {
	height:5px;
	width: 5px;
}
.monthday {
	text-align: center;
	font-size: 11px;
	color: #333333;
	height:20px;
	width: 14.28%;
	font-weight: bold;
}
.today {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
/*	background-color: #5CB5C7;*/
	background-color:#FFFFFF;
/*	color: #ffffff;*/
	color:#000000;
	height:20px;
	width: 14.28%;
}
.selectedday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #66ff66;
	height:20px;
	width:20px;
}
.sunday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #990000;
	height:20px;
	width: 14.28%;
}
.sunday a {
	color: #990000;
}
.saturday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #990000;
	height:20px;
	width: 14.28%;
}
.saturday a {
	color: #990000;
}
.event {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	height:20px;
	width: 14.28%;
/*	background-color: #B98BA7;*/
	background-color:#999999;
	color: #000000;
}
.calendario_cs .event {
	background-color:#FEC95D;
}
.calendario_py .event {
	background-color:#85A1B6;
}
.event a {
/*	background-color: #B98BA7;*/
	background-color:#999999;
	color: #000000;
}
.calendario_cs .event a {
	background-color:#FEC95D;
}
.calendario_py .event a {
	background-color:#85A1B6;
}
.selectedevent {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	background-color: #9cb7cc;
	color: #4c7799;
	height:20px;
	width: 14.28%;
}
.selectedevent a {
	background-color: #9cb7cc;
	color: #4c7799;
}
.todayevent {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
/*	color: #000000;*/
	color:#FFFFFF;
	height:20px;
	width: 14.28%;
/*	background-color: #A26489;*/
	background-color:#666666;
}
.calendario_cs .todayevent {
	background-color:#FEBC34;
	border:1px solid #CB962A;
}
.calendario_py .todayevent {
	background-color:#6789A4;
	border:1px solid #526E83;
}
.todayevent a {
/*	color: #000000;*/
	color: #FFFFFF;
}
.eventcontent {
	font-size: 10px;
	border-style: outset;
	border-width: 1px;
	width: 100%;
	background-color: #9cb7cc;
	color: #4c7799;
}
.calendario_cs , .calendario_py {
	width:auto;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
