body {
	/*font-family: 'Short Stack', Arial, cursive;*/
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.header {
	padding: 5px;
	background: #f1f1f1;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 30px;
	opacity: 0.9;
	min-height: 40px;
}

.header .logo a {
	color: #373737;
	font-size: 24px;
}

.box {
	float:left;
	margin-right:15px;
	margin-bottom:15px;
	border: 1px solid #eaeaea;
}

.box .title {
	margin-top: 5px;
	text-align: center;
	font-weight: bold;
}

.box .img {
	width:135px;
	height:90px;
	margin-bottom:10px;
}

.box .content {
	text-align: center;
}

.event_box {
	max-width: 600px;
	background: white;
	padding:20px;
	border: 1px solid #e9e9e9;
	-moz-box-shadow: 0 0 5px 7px #888;
	-webkit-box-shadow: 0 0 5px 7px#888;
	box-shadow: 0 0 5px 7px #888;
	opacity: 0.9;
	margin-bottom: 25px;
}

.event_item {
	/*padding: 6px;*/
}

.event_item:hover {
	background: #f4f4f4;
}

#map img {
	max-width: none;
}

.loading {padding-left: 18px;background: transparent url(../graph/icons/ajax-loader.gif) no-repeat center left;}
