.list_brand ul { list-style:none; padding:0px 15px; }
.list_brand li {
	float:left;
	width:150px;
	list-style:none;
	text-align:center;
	margin-bottom:10px;
}

.event_title {
	background:url(../images/event_title.gif) repeat-x;
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
	padding:0px 10px;
}

.calendar {
	background-color:#ffffff;
}
.cal_title {
	font-size:12px;
	font-weight:bold;
	color:#4f8e30;
	text-align:center;
}
 
.dayhead {
	font-weight:bold;
	background-color:#4c872e;
	text-align:center;
	color:#FFFFFF;
	height:25px;
}

.dayrow {
	background:#4c872e;
	text-align:center;	
}
.dayrow  td {
	height:30px;
	width:30px;
	color:#FFFFFF;
	text-align:center;
}
.dayrow  td.hover {
	background:#FFFFFF;
	color:#000000;
}
.dayrow  td.mouseout {
	background:#4c872e;
	color:#FFFFFF;
}
.day_event {
	background-color:#c4d7ba ;
	text-align:center;
	
}
.day_event a {
	display:block;
	height:28px;
	width:30px;
	line-height:28px;
	color:#000000;
}
.day_event a:hover {
	color:#000000;
	text-decoration:none;
}
.day_cur {
	border:2px solid #ffff02;
	color:#FF0000;
}
.day_cur .day_event a {
	color:#000000;
}

.event_content {
	background-color:#FFFFFF;
	padding:10px;
}



.accordion {  }
.accordion ul { list-style:none; margin:0px; padding:0px;  }
.accordion li { list-style:none; margin:0px; padding-bottom:10px;}
.accordion li.active>a { background: url(../images/close.gif) no-repeat center left; }
.accordion li div { padding:5px; background:url(../images/bg_event_text.gif) bottom repeat-x; padding-bottom:10px;}
.accordion a { text-decoration: none; border-bottom: 1px solid #cfcfcf;  padding: 0 15px; display: block; cursor: pointer; background: url(../images/open.gif) no-repeat center left; color:#7a7a7a; font-size:12px; font-weight:bold; line-height:25px;}

