/* ===============================
		type
   =============================== */

.bymonth-box {
	padding: 0px;
	background: url(../images/bkgd_calendar_bymonth.png) no-repeat top left;
	height: 218px;
}

.bycategory-box {
	padding: 0px;
	background: url(../images/bkgd_calendar_bycategory.png) no-repeat top left;
	height: 218px;
}
.bycity-box {
	padding: 0px;
	background: url(../images/bkgd_calendar_bycity.png) no-repeat top left;
	height: 218px;
}

/* ===============================
		widget
   =============================== */

.widget {
	width: 207px;
	height: 201px;
	background: url(../images/calendar/bkgd_calendar.png) no-repeat top left;
	float: right;
	color: #1975AE;
	/*border:1px solid #CC0000;*/
}

.widget .calendar .current {
	text-align: center;
	font-size: 100%;
	font-weight: bold;
	padding: 13px 0px 3px 0;
}

.widget .calendar {
	FONT-SIZE: 12px;
}
.widget .calendarhead {
	font-weight: bold;
}
.widget .CalDate {
	FONT-SIZE: 11px;
}
.widget .CalDate A:link {
	FONT-SIZE: 12px;
	color: #FF6600;
}
.widget .CalDate A:active {
	FONT-SIZE: 12px;
	text-decoration: underline;
	color: #FF6600;
}
.widget .CalDate A:visited {
	FONT-SIZE: 12px;
	color: #FF6600;
}
.widget .CalDate A:hover {
	FONT-SIZE: 12px;
	color: #00B8B8;
	background-color : #E2FEF6;
}

H1.calendar {
	font-size: 24px;
	line-height: 22px;
	color: #1975AE;
	padding-left: 10px;
	padding-bottom: 2px;
}
H2.CHeader {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-left: 5px;
	margin-top: -2px;
	color: #ffffff;
}
.subtitle {
	font-size: 15px;
	line-height: 17px;
	font-weight: bold;
	color: #1975AE;
	padding-top: 9px;
	padding-left: 11px;
}
.calendarText {
	font-size: 80%;
	line-height: 120%;
	color: #1975AE;
	padding-left: 10px;
	padding-right: 16px;
}

.searchcalText {
	FONT-SIZE: 11px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}









