/*
body {
	font-family: Helvetica, Tahoma, Arial, sans-serif;
	font-size: 9px;
	text-align: center;
	font-weight: normal;
	
}
*/



#inner .content-area { background:none; float:none; }
/*#inner .calendar { clear:both; float:none; }*/

.calendar p { font-family:"Lucida Sans",sans-serif,Arial,Verdana; font-size:12px; clear:both; float:left; /*margin-left:50px;*/ margin-top:20px; }

.calendar h1 {
border:1px solid #DFD9A8;
color:#968F1D;
clear:both;
float:left;
font-size:20px;
margin-bottom:3px;
/*margin-left:50px; */
margin-top:20px;
padding:8px;
width:auto;
} 

a {
	text-decoration: none;
	color: #000000;
	
}
a:hover {
	text-decoration: none;
	color: #3163CE;
}

.year {
	border-width: 1px;
	float:left;
	width:100%;
}

.month {
	border: 1px solid #3d4245;
	border-collapse:collapse;
	width:260px;
}


.month td { border:1px solid #e2e9f1; height:36px; }

.monthname {
	font-size: 10px;
	font-weight: bold;
	background-color: #7d90b1;
	color: #00012b;
	border-width:1px
}

.dayname td {
	font-size: 9px;
	font-weight: bold;
	background-color: #FFF8D9;
	color: #546C72;
	border-width:1px;
}

.yearnavigation {
	font-size: 12px;
}
.datepicker {
	background-color: #FAA525;
	border:0px;
}
.datepickerform {
	margin: 0px;
}
.monthnavigation {
	font-family: Tahoma, Arial, sans-serif;
	background-color: #FFF8D9;
}
.monthpicker {
	font-size: 9px;
	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 {
	font-size: 10px;
	color: #EEEEEE;
}

.month .nomonthday {
	font-size: 10px;
	color: #EEEEEE;
}

.monthday {
	font-size: 9px;
	font-weight: bold;
	background-color: #FFF;
	color: #000000;
}

.today {
	font-size: 15px;
	font-weight: bold;
	background-color: #F0F7FF ;
	color: #000;
}

.selectedday {
	font-size: 11px;
	font-weight: bold;
	background-color: #66ff66;
}

.sunday {	
	font-size: 15px;
	font-weight: bold;
	background-color: #F0F7FF;
}

.saturday {
	font-size: 15px;
	font-weight: bold;
	background-color: #F0F7FF;
}

.extra {	
	font-size: 15px;
	font-weight: normal; 
	color:#CCCCCC;
	background:#F0F7FF;
}

.sunday a {
	color: #667171;
}
.saturday a {
	color: #667171;
}

td.event {
	color: black;
	background-color: #c1b801;
	font-size:16px;
}
.event a {
background-color:#C1B801;
color:#000000;
padding:0;
position:relative;
text-decoration:none;
display:block; 
margin-bottom:-1px;
}

.selectedevent {
	font-size: 10px;
	font-weight: bold;
	color: red;
	background-color: #ffff99;
	background-color: #ffff99;
}

.event a:hover { text-decoration:underline; }

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

.selectedevent a {
	background-color: #ffff99;
	color: red;
}

.todayevent {
	font-size: 10px;
	font-weight: bold;
	border:3px solid #3f5409;
	color: #3f5409;
	background-color: #c1b801;
}

.todayevent a {
	background-color: #C1B801;
	color: #000000;
	font-size:15px;
	text-decoration:none;
}

.todayevent a:hover {
	text-decoration:underline;
}

.eventcontent {
	font-size: 8px;
	font-weight: bold;
	border-style: none;
	border-width: 0px;
	width: 100%;
	background-color: #c1b801;

}

.eventcontent td {
	font-size: 10px;
	font-weight: bold;
	border-style: none;
	border-width: 0px;
	width: 100%;
	background-color: #c1b801;
}


.year .month .monthnavigation { background:#e8ecf5; }
.year .month .monthname { color:#101443; font-size:14px; background:#8296af; }
.year .month .dayname td { background-image:none; background:#DBE0F3; color:#24332c; font-size:12px; width:50px; height:30px;}

.year .month td.nomonthday {/* width:50px; height:50px; */background:#F0F7FF; }
.year .month td.monthday { /*width:50px; height:50px;*/ height:auto; width:auto; background:#f0f7ff; font-size:15px; }


.year .month .monthname,
.year .month .dayname td,
.year .month td,
.year .month .nomonthday,
.year .month td.monthday,
.year td.event,
.year .todayevent,
.year table tr td  { height:auto; width:auto; text-align:center; }

