#calendar {
	padding:10px 0;
}
#calendar fieldset, #calendar legend {
	margin:0;
	padding:0;
	border:none;
}
#calendar td {
	padding:3px;
	border:1px solid #fff;
	background-color: #F4DFB9;
	background-color:rgba(244,223,185,0.4);
	font-size:10px;
}
.year {
	border-style: outset;
	border-width: 1px;
	
	text-align: center;
}
.month {
	height: 100%;
    table-layout: fixed;
    width: 100%;
	border-collapse:collapse;
}
.yearname {
	text-align: center;
	font-weight: bold;
}
#calendar .monthname {
	text-align: center;
	font-size:1.4em;
	font-weight: bold;
	border: 0 none;
	background-color: transparent;
}
#calendar .dayname {
	text-align: left;
	font-weight: bold;
	text-align:center;
	background:url(../images/bg_sidebar.jpg) no-repeat center;
}
.weeknumtitle {
	text-align: left;
	font-weight: normal;
	background-color: #e9e9e9;
}
.weeknum {
	text-align: left;
	height:90px;
	width:135px;
	color: #000099;
	background-color: #e9e9e9;
}
.week {
	border-style: none;
	background-color: #e4e4e4;
	text-align: left;
}
.monthweek {
	text-align: left;
	font-weight: bold;
	color: #667171;
}
.yearnavigation {
	font-size: 12px;
}
#calendar .datepicker {
	border:none;
	text-align:center;
	background-color: transparent;
}
.datepickerform {
	margin: 0px;
}
#calendar .monthnavigation {
	border:none;
	background-color: transparent;
}
.monthnavigation a {
	
}
.monthpicker {
	
}
.yearpicker {
	
}
.pickerbutton {

}
#calendar .nomonthday {
	text-align: left;
	vertical-align: top;
	height:90px;
	width:135px;
	border:1px solid #F8EAD0;
	background-color:rgba(238,196,98,0.4);
	
}
.monthday {
	text-align:left;
	vertical-align: top;
	background-
	color: #384955;
	height:90px;
	width:135px;
	
}
#calendar .today {
	vertical-align: top;
	text-align:left;
	font-weight: bold;
	height:90px;
	width:135px;
	background-color:rgba(255,255,255,0.4);
}
.selectedday {
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	background-color: #66ff66;
	height:90px;
	width:135px;
	
}
.sunday {
	text-align: left;
	vertical-align: top;
	color: #667171;
	background-
	height:90px;
	width:135px;
	
}
.monday {
background: url("../images/body-bg4.png") repeat scroll 0 0 transparent;
	text-align:left;
	height:90px;
	width:135px;
}
#calendar .darkday {
	background:#F9EBD2 url(../images/nonevent_bg.gif);
	text-decoration:none;
	padding:5px;
	border:1px solid #AFB4BA;
	height:90px;
	width:135px;
}
.darkday-button {
	background:#666666 url(../images/nonevent_bg.gif);
	padding:5px;
	border:1px solid #AFB4BA;
	
}
.sunday a {
	color: #667171;
}
.saturday {
	text-align: left;
	vertical-align: top;
	color: #667171;
	background-
	height:90px;
	width:135px;
	
}
.saturday a {
	color: #667171;
}
#calendar .event {
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	height:100%;
	width:135px;
	background-color:rgba(255,255,255,0.3);
	
}
.eventcontent td, td.event {
	padding:3px;
}
.selectedevent {
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	color: #87161F;
	background-color: #ffff99;
	height:90px;
	width:135px;
	
}
.selectedevent a {
	background-color: #ffff99;
	color: red;
}
.todayevent {
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	color: red;
	background-color: #ffff99;
	height:90px;
	width:135px;
}
.todayevent a {
	background-color: #ffff99;
	color: red;
}
.eventcontent {
	width: 100%;
	font-weight:normal;
	font-size:11px;
	border-bottom:1px dotted #ACB5B6;
	margin-bottom:2px;
}
.eventlink1 {
	background:#066A62;
	color:#fff;
	padding:6px;
	font-weight:normal;
	text-decoration:none;
}
.eventlink1 a,.eventlink2 a, eventlink3 a, eventlink4 a, eventlink5 a {
	color:#fff;
	font-weight:normal;
	text-decoration:none;
}
.eventlink2 {
	background-color:#832C07;
	padding:6px;
	font-weight:normal;
	color:#fff;
}
.eventlink3, .eventlink5 {
	background-color: inherit;
	padding:6px;
	font-weight:normal;

}
.eventlink4 {
	background-color: #3C066A;
	padding:6px;
	font-weight:normal;
	color:#fff

}
.eventlink5 {
	padding:6px;
	background:#E6E6E6 url(../images/nonevent_bg.gif);
	text-align: left;
}
.eventlink7 {
	background: none;
	text-decoration:none;
	padding:3px;
	font-weight:normal;
}
