/** EVENT LOG **/
ol#event_log li.event {
	border: 1px solid #cfcfcf;
	padding: 4px;
	background-color: #e8e8e8;
	margin-top: 4px;

	min-height: 48px;
}
ol#event_log li.event img {
	float: left;
	clear: left;
	width: 48px;
	height: 48px;
	margin-right: 8px;
	margin-left: 4px;
}

ol#event_log li.event h5 {
	margin-top: 0px;
	margin-bottom: 2px;
}
ol#event_log li.event p {
	margin-top: 1px;
	margin-bottom: 0px;
	width: 120ex;
	clear: right;
}

ol#event_log li.event h5 span {
	color: #7f7f7f;
}

/** POLLS **/
ol#current_polls li.poll {
	border: 1px solid #cfcfcf;
	padding: 4px;
	background-color: #e8e8e8;
	margin-top: 4px;

	min-height: 48px;
}
ol#current_polls li.poll img {
	float: left;
	clear: left;
	width: 48px;
	height: 48px;
	margin-right: 8px;
	margin-left: 4px;
}

ol#current_polls li.poll h5 {
	margin-bottom: 4px;
}
ol#current_polls li.poll p {
	margin-top: 2px;
	margin-bottom: 2px;
	clear: right;
}

ol#current_polls li.poll h5 span {
	color: #7f7f7f;
}



.meters
{
	position: relative;

	margin: 0px;
	margin-left: 8px;
	padding: 4px;

	width: 160px;
	height: auto;

	border: 1px solid #1f1f1f;
	/*background-image: url('../img/interface/background.png');*/
}

img.meter_symbol
{
	position: absolute;
	top: auto;
	left: auto;

	display: block;

	margin: 0;
	padding: 0;

	width: 16px;
	height: 16px;
}

div.meter_background
{
	position: relative;

	width: 128px;
	height: 16px;

	text-align: left;

	background-image: url('../../img/interface/bar_horizontal_combined.png');
	background-position: top right;
	background-repeat: no-repeat;
}

span.meter_content
{
	display: block;

	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 3px;
	padding-right: 0px;
	height: 14px;

	margin-left: 0px;

	background-image: url('../../img/interface/bar_horizontal_combined.png');
	background-repeat: no-repeat;
}

span.meter_text
{
	display: block;
	width: 128px;
	float: right;
	margin-top: -16px;
	padding-top: 2px;

	line-height: 13px;
	color: #efefef;
	font-family: verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: center;

	text-shadow: #000000 0px 0px 3px, #000000 0px 0px 2px, #000000 0px 0px 1px;
}

span.terrain { text-decoration: underline; }
img.inline_image {
	float: none !important;
	display: inline !important;
	vertical-align: middle !important;
	width: auto !important;
	height: auto !important;
	margin: 0px 2px !important;
	padding: 0 !important;
}

