@charset "UTF-8";
/* CSS Document */

#content-inner{
	width:790px;
	margin:0 10px;
}
#content-inner:after{
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}
#event-leftside{
	width:590px;
	float:left;
}
.event-row{
	width:560px;
	margin:0 auto 15px;
}
.event-row h2{
	font-size:1.2em;
	border:1px solid #ff9955;
	border-width:1px 0 1px;
	background-color:#ffc59d;
	line-height:1.8em;
	padding:0 10px;
}
.event-tbl{
	border-collapse:collapse;
	border-spacing:0;
	border-bottom:1px solid #ff9955;
	width:100%;
}
.event-tbl td{
	padding:5px 10px;
}
.event-tbl tr.row-highlight td{
	background-color:#ffede1;
}
.event-tbl tr.row-highlight td.fieldname{
	background-color:#ffd7bb;
	width:80px;
}
.event-tbl tr.row-lowlight{

}
.event-tbl tr.row-lowlight td.fieldname{
	background-color:#f1f1f1;
}
#event-rightside{
	width:200px;
	float:right;
}
#news-event{
	background:url(./images/bg_col.gif) repeat-y;
}
#news-event-inner{
	background:url(./images/bottom_col.gif) left bottom no-repeat;
	padding-bottom:20px;
	padding: 0 15px 20px;
}
#news-event-inner li{
	background:url(./images/dot.gif) left bottom repeat-x;
	padding:0 0 5px 0;
	margin-bottom:5px;
}
#news-event-inner li p{
	background:url(./images/pointer.gif) left center no-repeat;
	margin:0;
	padding:0 0 0 20px;
}
.pager{
	width:790px;
	margin:0 20px;
}

.icon-title{
	display:block;
	height:20px;
	width:40px;
	float:left;
	margin-top:2px;
}

