@charset "utf-8";
/* CMS CSS - ALL */

@font-face {
/*    font-family: "Hit The Road"; */
/*    src: url(fonts/HITROAD.ttf) format("truetype"); */
    font-family: Tahoma, Arial, Helvetica, sans-serif;
}

/* css for autocomplete scroll bar */
.ui-autocomplete {
	width: 1px;
	max-height: 110px;
	overflow-y: auto;
	/* prevent horizontal scrollbar */
	overflow-x: hidden;
	/* add padding to account for vertical scrollbar */
	padding-right: 2px;
	/* remove top Corner radius */
	border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px; 
	-webkit-border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	-moz-border-radius-topright: 0px; 
	-webkit-border-top-right-radius: 0px;
}

/* IE 6 doesn't support max-height
 * we use height instead, but this forces the menu to always be this tall
 */
* html .ui-autocomplete {
	width: 186px;
	height: 110px;
}

.content .cmswrap, 
.content .profilewrap	{
	overflow: auto;
	background-color: #000000;
}

.row1 .row1box1	{
	display: inline;
	overflow: hidden;
	float: left;
	width: 620px;
	height: auto;
}

.row1box1 .alert {
	position: relative;
	overflow: hidden;
	width: 618px;
	height: auto;
	margin-bottom: 5px;
	border: 1px solid #39FB00;
	background-color: #101010;
}

.row1box1 .alert .overlay	{
	display: none;
	position: absolute;
	width: 10px;
	margin-left: 576px;
	padding: 4px 7px 0 5px;
	height: 20px;
	top: 0;
	right: 0;
	z-index: 10;
	text-align: right;
	background-color: #000000;
	background-color: rgba(0,0,0,0.5);
}

.row1box1 .alert .inside	{
	width: 598px;
	height: auto;
	padding: 3px 5px 8px 5px;
	color: #AAAAAA;
}

.row1box1 .rightcolwrap	{
	width: 620px;
	background: none;
	padding: 0;
}

.rightcolwrap .managemsg {
	position: relative;
	overflow: hidden;
	width: 598px;
	height: auto;
	margin: 10px 10px 10px 10px;
	border: 1px solid #AAAAAA;
	background-color: #101010;
}

.rightcolwrap .managemsg .overlay	{
	display: none;
	position: absolute;
	width: 10px;
	margin-left: 576px;
	padding: 4px 7px 0 5px;
	height: 20px;
	top: 0;
	right: 0;
	z-index: 10;
	text-align: right;
	background-color: #000000;
	background-color: rgba(0,0,0,0.5);
}

.rightcolwrap .managemsg .inside	{
	width: 588px;
	height: auto;
	padding: 5px 5px 5px 5px;
	color: #AAAAAA;
	line-height: 16px;
}

.row1box1 .loading	{
	width: 610px;
	height: 100px;
	padding: 50px 5px 5px 5px;
	text-align: center;
	background-color: inherit;
}

/* ALL HEADERS AND MENUS */
.row1box1 .headitem	{
	overflow: hidden;
	position: relative;
	width: 600px;
	height: auto;
	min-height: 24px;
	padding: 5px 10px 5px 10px;
	margin-bottom: 5px;
	font-size: 16px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: right;
	text-transform: uppercase;
	letter-spacing: 1px;
	background-color: #040404;
	background-image: linear-gradient(left , rgb(8,8,8) 7%, rgb(24,24,24) 54%);
	background-image: -o-linear-gradient(left , rgb(8,8,8) 7%, rgb(24,24,24) 54%);
	background-image: -moz-linear-gradient(left , rgb(8,8,8) 7%, rgb(24,24,24) 54%);
	background-image: -webkit-linear-gradient(left , rgb(8,8,8) 7%, rgb(24,24,24) 54%);
	background-image: -ms-linear-gradient(left , rgb(8,8,8) 7%, rgb(24,24,24) 54%);
	background-image: -webkit-gradient(
		linear,
		left top,
		right top,
		color-stop(0.07, rgb(8,8,8)),
		color-stop(0.54, rgb(24,24,24))
	);
}

.row1box1 .headitem .icon	{
	float: left;
	width: 28px;
	height: 24px;
	margin-right: 7px;
	text-align: center;
}

.row1box1 .headitem .icon img	{
	height: 24px;
	min-width: 24px;
}

.row1box1 .headitem .text	{
	float: left;
	width: auto;
	height: 22px;
	padding-top: 2px;
	text-align: left;
}

.row1box1 .headitem .links	{
	float: left;
	width: auto;
	height: 22px;
	padding-top: 2px;
}

.row1box1 .menu	{
	overflow: hidden;
	width: 618px;
	height: 33px;
	margin-bottom: 10px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	border: 1px solid #202020;
	background-color: #040404;
	background:
		-webkit-gradient(
			linear,
			left top,
			left bottom,
			from(#080808),
			to(#020202)
		);
	background:
		-moz-linear-gradient(
			top,
			#080808,
			#020202
		);
}

.row1box1 .menu .menubox	{
	overflow: hidden;
	float: left;
	width: auto;
	height: 33px;
	text-align: center;
}

.row1box1 .menu .menubox a	{
	display: block;
	width: auto;
	height: 25px;
	padding: 7px 0 0 0;
}

.row1box1 .menu .menubox a:hover	{
	background-color: #040404;
	background:
		-webkit-gradient(
			linear,
			left top,
			left bottom,
			from(#181818),
			to(#080808)
		);
	background:
		-moz-linear-gradient(
			top,
			#181818,
			#080808
		);
}
/* END ALL HEADERS AND MENUS */
