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

	text-align: center;
	width: 168px;
}
.yearname {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.monthname {
	text-align: center;
	font-size: 13px;
	background-color: #ffffff;
	color: #009900;
	border: 1px solid #009900;
}
.dayname td {
	background-color: #9fe135;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	border: 1px solid #444;
}
.yearnavigation {
	font-size: 12px;
}
.datepicker {
	background-color: #ffffff;
}
.datepickerform {
	margin: 0px;
}
.monthnavigation {
	font-family: Tahoma, Arial, sans-serif;
	text-decoration: none;
	font-size: 11px;
	color: #009900;
}
.monthnavigation a	{
	font-family: Tahoma, Arial, sans-serif;
	text-decoration: none;
	font-size: 11px;
	color: #009900;
}
.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: center;
	font-size: 10px;
	height:20px;
	width:20px;
	color: #aaaaaa;
}
.monthday {
	text-align: center;
	font-size: 11px;
	background-color: #ffffff;
	color: #384955;
	height:20px;
	width:20px;
}
.monthday a	{
	text-align: center;
	text-decoration: none;
	background-color: #ffffff;
	border: 1px solid #999;
	color: #009900;
	width: 20px;
	height: 15px;
	display: block;
}
.today {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #000000;
	background-color: #009900;
	color: #ffffff;
	width: 20px;
}
.today a	{
	color: #ffffff;
	text-decoration: none;
}
.today a:hover	{
	color: #ffffff;
}
.selectedday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #66ff66;
	height:20px;
	width:20px;
}
.sunday {
	text-align: center;
	font-size: 11px;
	color: #ff0000;
	height:20px;
	width:20px;
}
.sunday a {
	text-align: center;
	text-decoration: none;
	background-color: #ffffff;
	border: 1px solid #000000;
	color: #ff0000;
	font-weight: normal;
	width: 20px;
	display: block;
}
.saturday {
	text-align: center;
	font-size: 11px;
	color: #ff0000;
	height:20px;
	width:20px;
}
.saturday a {
	text-align: center;
	text-decoration: none;
	background-color: #ffffff;
	border: 1px solid #000000;
	color: #ff0000;
	font-weight: normal;
	width: 20px;
	display: block;
}
.event {
	text-align: center;
	font-size: 11px;
	background-color: #ffffff;
	color: #384955;
	height:20px;
	width:20px;
}
.event a {
	text-align: center;
	text-decoration: none;
	background-color: #ffffff;
	border: 1px solid #000000;
	color: #009900;
	width: 20px;
	display: table;
}
.selectedevent {
	text-align: center;
	font-size: 11px;
	background-color: #ffffff;
	color: #384955;
	height:20px;
	width:20px;
}
.selectedevent a {
	text-align: center;
	text-decoration: none;
	background-color: #009900;
	border: 1px solid #000000;
	color: #ffffff;
	width: 20px;
	display: block;
}
.todayevent {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: red;
	background-color: #ffff99;
	height:20px;
	width:20px;
}
.todayevent a {
	background-color: #ffff99;
	color: red;
}
.eventcontent {
	font-size: 10px;
	border-style: outset;
	border-width: 1px;
	width: 100%;
}


.calendar_holder { height:1%; overflow:hidden; background-image:url(../images/bg_calendare.gif); background-repeat:no-repeat; padding:30px 0 0 0; height:200px; background-position:-10px 0;}