/* html tags */
*
{
	margin: 0;
	padding: 0;
}
html
{
	height: auto !important;
	height: 100%;
	min-height: 100%;
	overflow: -moz-scrollbars-vertical;
}

body
{
	margin: 0px;
	background: #000 url(../media/default/homepage/bg.gif) center repeat-y;
}
body, div, td, input, textarea, select
{
	font-family: verdana;
	font-size: 11px;
}
body, div, td
{
	color: #fff;
}
input, textarea, select
{
	background-color: #fff;
	color: #000;
}
a {
	color: #3a4196;
}

form
{
	margin: 0px;
}

img
{
	border: none;
}
hr {
	margin:10px 0px 10px 0px;}
/* template TAGS */
.header
{
	color: #f15f37;
	font-weight: bold;
}
.title
{
	font-size: 14px;
	color: #f15f37;
	font-weight: bold;
}
/* content PANES */
.bg-left
{
}
.bg-right
{
}
.inner-wrapper
{
	width: 783px;
	left: 50%;
	height: 100%;
	margin-left: -397px; /* half of the width */
	margin-top: 0px;
	padding-left: 12px;
	position: absolute;
	top: 0px;
}
.banner-top
{
	background-repeat: no-repeat;
}
.banner-bottom
{
	clear:both;
	position: relative;
	width: 100%;
	bottom: 0px;
	background: url(../media/default/contentpage/banner-bottom.gif) no-repeat;
	height: 295px;
	
	
}
.menu-top
{
	width:760px;
	height: 0;
	padding:97px 0px 0px 0px;
	margin:0;
}
.menu-top td
{
	padding: 5px 18px 0px 18px;
}
.mnl1 {
	position:relative;
	top:-5px;
	left:-10px;
}
.content
{
	clear: both;
}
.left-column
{
	vertical-align: top;
}
.middle-column
{
	vertical-align: top;
}
.right-column
{
	vertical-align: top;
}
/* GENERIC MODULE CLASSES */
.title
{
	font-weight: bold;
	padding-bottom: 13px;
}
.time
{
	font-size: 10px;
	float: right;
}
.date
{
	font-size: 10px;
	float: right;
}
.left
{
	float: left;
}
.icon
{
}
.text
{
	position: relative;
	margin-left: 115px;
	height: auto !important;
	height: 65px;
	min-height: 65px;
}
.link-list
{
	margin: -55px 0px 0px 0px;
	position: relative;
	float: right;
}
.read-more
{
	float: right;
	padding: 15px 0px 0px 0px;
}
.horizontal-spacer
{
	margin: 0px 0px 0px 0px !important;
	margin: 0px 0px 0px 0px;
	position: relative;
	height: 5px;
	border: 0px;
	border-bottom: 5px solid #FFF;
}
/* SEARCH TAGS */
.search
{
}
.search-score
{
	border: 0px solid #000;
}
.search-score .score
{
	background-color: #e3870a;
	height: 6px;
}
.search-status
{
	font-size: 9px;
}

	