/*  Online 00-00-00 */
/* LIST EVENT */
.box_event {
	overflow:hidden;
}
.box_event ul {
	list-style:none;
	overflow:hidden;
}
.box_event ul li {
	overflow:hidden;
	border-bottom:#a8ad6b 1px dotted;
	clear:both;
	height:100px;
	padding:4px 0px 0 0;
}
.box_event ul li.onGoing {
	background:url(../images/news/bg_news.jpg) bottom no-repeat #dce29e;
	height:101px;
}
.box_event ul li.upComming {
	background:url(../images/news/bg_news_invisible.jpg) bottom no-repeat #e7ebb9;
	height:101px;
}
.box_event ul li .row_1 {
}
.box_event ul li .row_2 {
}
.box_event ul li .thumbnail {
	float:left;
	margin-top:5px;
	padding:4px;
	width:148px;
	height:87px;
	background:url(../images/news/bg_thumnail_event.gif) no-repeat
}
.box_event ul li .thumbnail a:hover img{
	opacity:0.8;
}

.box_event ul li .content {
	float:left;
	width:370px;
}
.box_event ul li .content .icon {
	display:none;
	float:left;
	width:0px;
}
.box_event ul li .content .titleEvent {
	font-weight:bold;
	text-transform:uppercase;
	padding:5px 0px 0px 0px;
	background:none;
	color:#96220F;
	float:left;
	margin-bottom:4px;
	font-size:12px;
}
.box_event ul li .content .titleEvent a:link, .box_event ul li .content .titleEvent a:visited {
	color:#c83800;
	text-decoration:none;
}
.box_event ul li .content .titleEvent a:hover {
	color:#006666;
}
.box_event ul li.onGoing .content .time {
	margin:3px 0px;
	color:#001c19;
}
.box_event ul li.upComming .content .time {
	margin:3px 0px;
	color:#006563;
}
.box_event ul li .content .time .text {
	color:#001c19;
}
.box_event ul li .content .short-text {
	text-align:justify;
	overflow:hidden;
}
.box_event ul li .more {
	height:0px;
	overflow:hidden
}
