.list_event a
{
	display:block;
	font-weight:bold;
	color: Blue;
}
.list_event .item
{
	background-color: #FFFFCC;
	padding: 6px;
	border: 1px solid #FFCC66;
	margin-top: 6px;
	margin-bottom: 6px;
}
.list_event .item .intro
{
	display:block;
}
.list_event .item .date 
{
	font-size: 14px;
	font-weight: bolder;
	color: #990000;
}

.event_incontent_date
{
	font-weigth: bold;
}

/* --------------------------------------------- */

.CalendarStyle
{
	background-color: #ffffff;
	border: 1px solid #e9e7e3;
	color: #000000;
	font-weight: bold;
	width: 100%;
	height: 100%;
}

.SelectedDayStyle
{
	background-color: #4e7cca;
	font-weight: bold;
}

.SelectorStyle
{
	background-color: #CCCCFF;
	color: #663399;
}

.TodayDayStyle
{
	background-color: #ccc9ff;
	color: #FFFFFF;
}

.OtherMonthDayStyle
{
	color: #CC9966;
	background-color: #eee;
}

.NextPrevStyle
{
	text-align: center;
}

.NextPrevStyle a
{
	/*font-size: 9pt;*/
	color: #93a6bc;
	text-decoration: none;
	font-weight: bold;
}

.WeekendDayStyle
{
	
}

.DayHeaderStyle
{
	background-color: #9c4740;
	color: #ffffff;
	font-weight: bold;
}

.TitleStyle
{
	background-color: #507cc5;
	color: #FFFFFF;
	font-weight: bold;
	/*font-size: 9pt;*/
}
