@CHARSET "ISO-8859-1";

* {
	font-size: 15px;
	font-family: arial;
	font-weight: bold;
}

.comment_title {
	color: #757575;
	font-size: 12px;
}

.comment_desc {
	color: #000000;
	font-size: 12px;
}

.poll_holder {
	background: url(../Images/votebox.png) no-repeat;
	width: 100%;
	min-height: 308px;
}

.menu_row {
	background: #ffffff;
}

.content table td{
    vertical-align: top;
	
}

.bot_margin {
	padding-bottom: 21px;
}

.small {
	height: 142px !important;
}

.smallW {
	width: 153px;
}

.right_margin {
	padding-left: 21px;
}

.span_normal {
	color: white;
	font-size: 18px;
	font-weight: bold;
	background-color: #000000;
	position: relative;
	right: 0px;
	padding: 3px;
	text-align: right;
}


.span_hover {
	color: white;
	font-size: 18px;
	font-weight: bold;
	background-color: #00a4a3;
	position: relative;
	right: 0px;
	padding: 3px;
	text-align: right;
}

.title {
	color: yellow;
	font-size: 14px;
	font-weight: bold;
	background-color: #000000;
	position: relative;
	right: 0px;
	padding: 3px;
    text-align: right;
    line-height: 1.9;
}

.title_hover {
	color: yellow;
	font-size: 14px;
	font-weight: bold;
	background-color: #00a4a3;
	position: relative;
	right: 0px;
	padding: 3px;
	text-align: right;
    line-height: 1.9;
}

.details_div {
	z-index: 100;
	background: black;
}

.short_div {
	z-index: 102;
	background: black;
	filter: alpha(opacity=90);
	opacity: 0.9;
	color: white;
}