.year {
	border-style: outset;
	border-width: 1px;
	background-color: #ffffff;
	text-align: center;
}
.month {
	border-style: none;
	background-color: #fff;
	text-align: center;
}
.yearname {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.monthname {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	background-color: #ffffff;
	color: #000000;
	border-style: none;
	border-width:1px
}
.dayname {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	/*background-color: #B0CDFD;*/
    background: url(/img/cal_dayname_bg.gif) center no-repeat;	
	color: #000000;
	border-style: none;
	border-width:1px
}
.weeknumtitle {
	text-align: center;
	font-size: 10px;
	font-weight: normal;
	background-color: #ffffff;
	border-style: none;
	border-width:1px
}
.weeknum {
	text-align: center;
	font-size: 10px;
	height:106px;
	width:104px;
	color: #000000;
	background-color: #ffffff;
}
.week {
	border-style: none;
	background-color: #ffffff;
	text-align: center;
}
.monthweek {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	border-style: solid;
	border-width:1px
}
.yearnavigation {
	font-size: 12px;
}
.datepicker {
	background-color: #ffffff;
}
.datepickerform {
	margin: 0px;
}
.monthnavigation {
	font-family: Tahoma, Arial, sans-serif;
}
.monthpicker {
	font-size: 11px;
	background-color: #ffffff;
}
.yearpicker {
	font-size: 11px;
	background-color: #ffffff;
}
.pickerbutton {

}
.nomonthday {
	text-align: center;
	vertical-align: top;
	font-size: 10px;
	height:106px;
	width:104px;
	color: #aaaaaa;
}
.monthday {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	/*background-color: #D3E3FE; */
    background: url(/img/cal_day_bg.gif) center no-repeat;
    padding: 3;
	color: #888;
	height:106px;
	width:104px;
}
.today {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	/*border-width: 1px;
	border-style: solid;
    background-color: #ffffff;*/
    background: url(/img/cal_day_bg_tdy.gif) center no-repeat;
    padding: 3;
	color: #000;
	height:106px;
	width:104px;
}
.selectedday {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	border-width: 1px;
	border-style: outset;
	background-color: #ffffff;
	height:106px;
	width:104px;
}
.sunday {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	color: #888;
    background: url(/img/cal_day_bg.gif) center no-repeat;
    padding: 3;
	height:106px;
	width:104px;
}
/*.sunday a { color: #667171; }   */
.saturday {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	color: #888;
    background: url(/img/cal_day_bg.gif) center no-repeat;
    padding: 3;
	height:106px;
	width:104px;
}
/*.saturday a { color: #667171; }  */
.event {
	text-align: center;
	vertical-align: top;
	font-size: 10px;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	color: #000000;
	background-color: #ffffff;
	height:106px;
	width:104px;
}   
/*.event a { background-color: #ffffff; color: #000000; } */
}
.selectedevent {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	color: #000000;
	background-color: #ffffff;
	height:106px;
	width:104px;
}
/*.selectedevent a { background-color: #ffffff; color: #000000; } */
.todayevent {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	color: red;
	background-color: #ffffff;
	height:106px;
	width:104px;
}
/*.todayevent a { background-color: #ffffff; color: #000000; }*/
.eventcontent {
	font-size: 11px;
    background-color: #C7D4EA;      
	border: 1px solid #D0D0D0;
	margin-bottom: 1;
	line-height: 1;
    color: #555;
	width: 104;
}
.communion {
    background-color: #FFFFC0;
    border: 1px solid #D0D0D0;
	margin-bottom: 1;
	line-height: 1;
    font-size: 11px;
    color: #555;
    width: 104;
}
.cancelled {
    background-color: #ffaaaa;
    border: 1px solid #D0D0D0;
	margin-bottom: 1;
	line-height: 1;
    font-size: 11px;
    color: #990000;
    width: 104;
}
.conf {
    background-color: #C9ECBD;
    border: 1px solid #D0D0D0;
	margin-bottom: 1;
	line-height: 1.2;
    font-size: 11px; 
    width: 100%;
}
