/*comentario*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
	font-weight: normal;
}
/*a {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}*/
a {
	text-decoration: none;
	color: #FF0000;
	text-align: center;
}
a:hover {
	text-decoration:underline;
	color: #FF0000;
}
.year {
	border-style: outset;
	border-width: 1px;
	background-color: #e4e4e4;
	text-align: center;
}

.month {
	border-style:solid;
	border-width:thin;
	border-color:#000000;
	background-color: #FFFFFF;
	text-align: center;
	border-collapse: collapse;
}
.yearname {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
}
.monthname {
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	background-color: #FFFFFF;
	color: #000000;
	border-style:solid;
	border-width:0px;
}
.dayname td {
	text-align: center;
	font-size: 9px;
	font-weight:normal;
	color: #000000;
}
.yearnavigation {
	font-size: 12px;
}
.datepicker {
	background-color: #e4e4e4;
}
.datepickerform {
	margin: 0px;
}
.monthnavigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.monthpicker {
	font-size: 11px;
	background-color: #eeeeee;
}
.yearpicker {
	font-size: 11px;
	background-color: #eeeeee;
}
.pickerbutton {
	font-size: 11px;
	background-color: #eeeeee;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
}
.nomonthday {
	text-align:right;
	font-size: 11px;
	font-weight: bold;
	background-color: #FFFFFF;
	color: #000000;
	height:45px;
	width:65px;
	vertical-align: top;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
}
.monthday {
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	background-color: #FFFFFF;
	color: #000000;
	height:45px;
	width:65px;
	vertical-align: top;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
	
}
.today {
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	background-color: #FFFFFF;
	color: #000000;
	height:45px;
	width:65px;
	vertical-align: top;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
}
.selectedday {
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	background-color: #FFFFFF;
	color: #000000;
	height:45px;
	width:65px;
	vertical-align: top;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
}
.sunday {
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	background-color: #FFFFFF;
	color: #000000;
	height:45px;
	width:65px;
	vertical-align: top;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
}
.sunday a {
	text-decoration: none;
	color: #FF0000;
	text-align: center;
}
.sunday a:hover {
	text-decoration:underline;
	color: #FF0000;
}
.saturday {
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	background-color: #FFFFFF;
	color: #000000;
	height:45px;
	width:65px;
	vertical-align: top;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
}

.saturday a {
	text-decoration: none;
	color: #FF0000;
	text-align: center;
}
.saturday a:hover {
	text-decoration:underline;
	color: #FF0000;
}

.event {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #FF0000;
	background-color: #EAEAEA;
	height:45px;
	width:65px;
	vertical-align: top;
}
.event a {
	background-color: #ffff99;
	color: red;
}

.selectedevent {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: red;
	background-color: #ffff99;
	height:45px;
	width:65px;
	vertical-align: top;
}
.selectedevent a {
	color: red;
}
.todayevent {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: red;
	background-color: #ffff99;
	height:45px;
	width:65px;
	vertical-align: top;
}
.todayevent a {
	color: red;
}
.eventcontent {
	font-size: 10px;
}