/* html tags */
*
{
	margin: 0;
	padding: 0;
}
html
{
	height: auto !important;
	height: 100%;
	min-height: 100%;
	overflow: -moz-scrollbars-vertical;
}
body
{
	margin: 0px;
	background-color: #000000;
}
body, table, td, input, select
{
	color: #ffffff;
	font-family: verdana;
	font-size: 11px;
}
input, select
{
	color: #000000;
}
strong
{
	color: #ffcc00;
}

a
{
	color: #ffffff;
}
a:hover
{
	color: #ffcc00;
}
hr
{
	color: #765f00;
	height: 1px;
}

/* template tags */
/* content panes */
.outer-wrapper
{
	width: 100%;
}
.inner-wrapper
{
	width: 780px;
	left: 50%;
	margin-left: -390px; /* half of the width */
	margin-top: 0px;
	position: absolute;
	top: 0px;
	background-repeat: no-repeat;
}
.title
{
	font-size: 14px;
	color: #ffcc00;
	font-weight: bold;
}
.header
{
	color: #ffcc00;
	font-weight: bold;
}
.background_left
{
	left: 0px;
	width: 50%;
	height: 100%;
	position: absolute;
	background-position: top right;
	background-repeat: repeat-x;
	background-color: #000;
}
.background_right
{
	right: 0px;
	width: 50%;
	height: 100%;
	position: absolute;
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #000;
}
.template-table
{
	width: 100%;
}

.template-table-middle
{
	width: 780px;
}
.template-content-table
{
	padding-right: 10px;
	padding-left: 12px;
}

/* control tags */
.search
{
}
.search-score
{
	border: 0px solid #000000;
}
.search-score .score
{
	background-color: #765f00;
	height: 6px;
}
.search-status
{
	font-size: 9px;
}
