/* html tags */
*
{
	margin: 0;
	padding: 0;
}
html
{
	height: auto !important;
	height: 100%;
	min-height: 100%;
	overflow: -moz-scrollbars-vertical;
}

body
{
	margin: 0px;
	background-color: #000;
}
body, div, td, input, textarea, select
{
	font-family: verdana;
	font-size: 11px;
}
body, div, td
{
	color: #a09c93;
}
input, textarea, select
{
	background-color: #fff;
	color: #000;
}
a {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #02A7D1;
}
form
{
	margin: 0px;
}

img
{
	border: none;
}

.menu-top td
{
	padding: 5px 18px 0px 18px;
}
/* template TAGS */
.header
{
	color: #02A7D1;
	font-weight: bold;
}
.title, h1, h2
{
	font-size: 11px;
	color: #a11d21;
	font-weight: bold;
}
/* content PANES */
.bg-left
{
	position: absolute;
	height: 400px;
	width: 50%;
	right: 50%;
	background: url(../media/templates/content/backgrounds/bg-left-01.jpg) repeat-x;
	overflow: hidden;
}
.bg-right
{
	position: absolute;
	height: 400px;
	width: 50%;
	left: 50%;
	background: url(../media/templates/content/backgrounds/bg-right-01.jpg) repeat-x;
	overflow: hidden;
}
.inner-wrapper
{
	background: url(../media/templates/content/backgrounds/bg-middle-00.jpg) no-repeat;
	width: 780px;
	left: 50%;
	height: 100%;
	margin-left: -390px; /* half of the width */
	margin-top: 0px;
	padding-left: 12px;
	position: absolute;
	top: 0px;
}
.banner-top
{
	background-repeat: no-repeat;
}
.content
{
	clear: both;
}
.left-column
{
	vertical-align: top;
}
.middle-column
{
	vertical-align: top;
}
.right-column
{
	vertical-align: top;
}
/* GENERIC MODULE CLASSES */
.time
{
	font-size: 10px;
	float: right;
}
.date
{
	font-size: 10px;
	float: right;
}
.left
{
	float: left;
}
.icon
{
	position: absolute;
	padding: 0px 11px 0px 0px;
}
.text
{
	position: relative;
}
.statistics
{
	position: absolute;
	z-index: 2;
	padding: 15px 0px 0px 0px;
	margin-left: 115px;
}
.statistics a
{
	text-decoration: none;
}
.comment-link
{
	text-align: right;
	padding: 15px 0px 0px 0px;
}
.read-more
{
	float: right;
	padding: 15px 0px 0px 0px;
}
.views
{
	display: none;
}
.link-list
{
	margin: -17px 0px 0px 0px;
	position: relative;
	float: right;
}
/* SEARCH TAGS */
.search
{
}
.search-score
{
	border: 0px solid #000;
}
.search-score .score
{
	background-color: #02A7D1;
	height: 6px;
}
.search-status
{
	font-size: 9px;
}
/* MENU TAGS */
.mnl1 a {
	color: #fff;
}
.mnl1 a:hover {
	color: #02A7D1;
}
.mnl1 .active {
	color: #02A7D1;
}
.mnl2 a {
	display: block;
	background: #02A7D1;
	height: 18px;
	width: 138px;
	padding: 2px 0 0 2px;;
	color: #fff;
}
.mnl2 a:hover {
	color: #000;
}
.mnl2 .active a {
	color: #000;
}
