body
{
	padding:0px;
	margin:0px;
	font-family:Arial;
	font-size:12px;
	overflow-x:hidden;
}

.header_image
{
	margin-left: 25px;
	margin-top: 56px;
	margin-bottom: 20px;
	height:54px;
}

.header_image img
{
	float:left;
}

.header_image h2
{
	float:left;
	margin-left: 50px;
}

.header_bar
{
	border-top: 1px solid rgb(0, 0, 0);
	border-bottom: 1px solid rgb(0, 0, 0);
	width: 100%;
	background-image: url(http://developer.data.roket-games.com/headerbarbg.png);
	padding-left: 9px;
	height: 17px;
	margin-bottom:10px;
}

.header_bar .section
{
	border-right: 1px solid rgb(0, 0, 0);
	float: left;
	margin-right:32px;
}

.header_bar .item
{
	border-left: 1px solid rgb(0, 0, 0);
	float: left;
	padding-top: 1px;
	height: 16px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	min-width: 80px;
	display: block;
	background-color:#CCCCCC;
	text-decoration: none;
	color: #000000;
	font-weight:bold;
}

.header_bar .item:hover
{
	background-color:#FF8E41;
	cursor:pointer;
	color: #000000;
}

/* RoketGames Header Bar */
.rg_headerbar
{
	background-image:url(http://cdn.struct.roket-games.com/legacy/header.png);
	border-top:1px solid #333333;
	height:31px;
	left:0;
	position:fixed;
	top:0;
	width:100%;
	z-index:10;
}

.rg_headerbar a
{
	text-decoration:none;
	border-bottom:#999999 dotted 1px;
	color:#000000;
}

.rg_headerbar a:hover
{
	border-bottom:#999999 solid 1px;
}

.rg_headerbar .start
{
	color:#FFFFFF;
	text-align:left;
	font-style:normal;
	height:31px;
	width:60px;
	margin-left:-22px;
	display:block;
	vertical-align:middle;
	float: left;
}

.rg_headerbar .item
{
	color:#FFFFFF;
	text-align:left;
	font-style:normal;
	height:31px;
	width:113px;
	margin-left:-22px;
	display:block;
	vertical-align:middle;
	float: left;
	cursor:pointer;
	cursor:hand;
}

.rg_headerbar .item a
{
	background-image:url(http://cdn.struct.roket-games.com/legacy/header_arrow.png);
	background-repeat:no-repeat;
	border:medium none;
	color:#FFFFFF;
	display:block;
	height:24px;
	padding-left:30px;
	padding-top:7px;
}

.rg_headerbar .item img
{
	margin-top:-8px;
	padding-right:10px;
}

.rg_headerbar .item:hover
{
	background-image:url(http://cdn.struct.roket-games.com/legacy/header_highlight.png);
	background-position:6px 0px;
	background-repeat:no-repeat;
	overflow:visible;
}

.rg_headerbar .item#active
{
	background-image:url(http://cdn.struct.roket-games.com/legacy/header_highlight.png);
	background-position:6px 0px;
	background-repeat:no-repeat;
	overflow:visible;
}

.rg_headerbar .end
{
	color:#FFFFFF;
	text-align:left;
	font-style:normal;
	height:31px;
	width:22px;
	margin-left:-22px;
	display:block;
	vertical-align:middle;
	float: left;
}

.rg_headerbar .logindetails
{
	color:#FFFFFF;
	text-align:left;
	font-style:normal;
	height:31px;
	padding-right:10px;
	display:block;
	vertical-align:middle;
	float: right;
	cursor:default;
}

.rg_headerbar .logindetails span
{
	background-image:url(http://cdn.struct.roket-games.com/legacy/header_arrow.png);
	background-repeat:no-repeat;
	display:block;
	height:24px;
	padding-left:30px;
	padding-top:7px;
}

.rg_headerbar .logindetails img
{
	margin-top:-8px;
	padding-right:10px;
}

.rg_headerbar .logindetails a
{
	color:#FFFFFF;
}