body div#body div#main div#content {
	padding: 10px; /*0 5px 0;*/
}

div.upcoming {
	background: url(img/graphics/ap/upcoming.jpg) no-repeat top left;
	padding: 15px 0 0 25px;
}

div.upcoming div.event {
	border-bottom: 1px solid #555555;
	margin: 0 5px 5px 5px;
	font-size: 12px;
}

div.upcoming div.event div.date {
	font-size: 10px;
	font-style: italic;
}
div.upcoming div.event div.title {
	font-weight: bold;
	font-size: 15px;
}

div.activity div.actions {
	text-align: right;
	margin-right: 10px;
	padding: 5px 0 5px 0;
}

div.activity div.actions a {
	color: blue;
}

div#mapcontrols {
	padding: 10px;
	width: 25%;
	height: 380px;
	border-width: 1px 1px 1px 0;
	border-color: #555555;
	border-style: solid;
	float: right;
	background-color: #e5e3df;
}

div#mapcontrols div.section {
	border: #555555 solid 1px;
	margin-bottom: 10px;
	background-color: #ffbaba;
}

div#mapcontrols div.section h2 {
	background: #ff9797 url(../img/modules/red/top.jpg);
	font-size: 15px;
}

table.search_result {
	width: 100%;
}

table.search_result tr td.left_side {
	background: transparent url(../img/graphics/ap/e_result_left.jpg) no-repeat;
	width: 145px;
	/*float: left;*/
}

table.search_result tr td.main {
	background: transparent url(../img/graphics/ap/e_result_main.jpg) repeat-x;
	min-height: 85px;
	max-height: 300px;
	overflow-y: hidden;	
}

table.search_result tr td.main h2 {
	padding: 30px 0 0 30px;
	font-size: 25px;
	margin: 0 0 20px;
}

table.search_result tr td.main div.link_bar {
	margin: 30px 0 0 0;
	text-align: right;
	background: transparent url(../img/graphics/ap/e_result_bottom.png) top right no-repeat;
	line-height: 30px;
	padding: 0 10px 0 0;
}
