.cal_txtbox {
	font-family: Tahoma;
	FONT-SIZE: 10px;
	BORDER: 1px solid #B4B4B4;
	height:15px;
}

.cal_button {
    BACKGROUND-COLOR:#E6E6E6;
	font-weight: bold;
	color: #000000;
	border-top: 1px solid 000000;
	border-bottom: 1px solid 000000;
	border-left: 1px solid 000000;
	border-right: 1px solid 000000;
    FONT-FAMILY: Tahoma;
    FONT-SIZE: 11px;
    HEIGHT: 15px;
}

.cal_text {
	font-family: Tahoma;
	font-size: 10px;
	font-weight:bold;
	color: #474747;
}

.cal_text_event {
	font-family: Tahoma;
	font-size: 10px;
	font-weight:bold;
	color: #E68400;
}

a.cal_text {
	font-family: Tahoma;
	font-size: 10px;
	font-weight:bold;
	color: #474747;
}

.cal_border {
	border-style: solid;
	border-color: #BBBBBB;
	border-width: 1px;
}

.cal_border_top_bottom {
	border-top-style: solid;
	border-top-color: #BBBBBB;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BBBBBB;
	border-bottom-width: 1px;
}

.cal_border_top_bottom_right {
	border-top-style: solid;
	border-top-color: #BBBBBB;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BBBBBB;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-right-color: #BBBBBB;
	border-right-width: 1px;
}

.cal_border_bottom_right {
	border-bottom-style: solid;
	border-bottom-color: #BBBBBB;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-right-color: #BBBBBB;
	border-right-width: 1px;
}

.cal_border_top {
	border-top-style: solid;
	border-top-color: #BBBBBB;
	border-top-width: 1px;
}

.cal_border_bottom {
	border-bottom-style: solid;
	border-bottom-color: #BBBBBB;
	border-bottom-width: 1px;
}

.cal_border_right {
	border-right-style: solid;
	border-right-color: #BBBBBB;
	border-right-width: 1px;
}

.cal_more_title {
	font-family: Tahoma;
	font-size: 10px;
	color: #4C4C4C;
}
a.cal_more_title {
	text-decoration:none;
}
a.cal_more_title:hover {
	color:#e68400;
}

.cal_more_title2 {
	font-family: Tahoma;
	font-size: 11px;
	color: #4C4C4C;
}
a.cal_more_title2 {
	text-decoration:none;
}
a.cal_more_title2:hover {
	color:#e68400;
}

.cal_more_title3 {
	font-family: Tahoma;
	font-size: 12px;
	color: #4C4C4C;
}
a.cal_more_title3 {
	text-decoration:none;
}
a.cal_more_title3:hover {
	color:#e68400;
}

.cal_link {
	text-decoration:none;
}

.cal_date {
	font-family: Tahoma;
	font-size: 12px;
	font-weight:bold;
	color: #871966;
}

.cal_label {
	font-family: Tahoma;
	font-size: 12px;
	font-weight:bold;
	color: #ffffff;
}

.cal_day_number {
	font-family: Tahoma;
	font-size: 13px;
	font-weight:bold;
	color: #979796;
}
a.cal_day_number {
	text-decoration:underline;
}
a.cal_day_number:hover {
	color:#e68400;
}

.cal_day_event {
	font-family: Tahoma;
	font-size: 11px;
	color: #1B1C20;
}
a.cal_day_event {
	text-decoration:underline;
}
a.cal_day_event:hover {
	color:#e68400;
}

