/*Common CSS stylesheet */

/* General definitions */
html,
body
{
	height: 100%;
}

table {
	border-collapse: collapse;
}

html,
body,
table,
td,
form
{
	padding: 0px;
	margin: 0px;
}

img,
table,
td
{
	border: none;
	vertical-align: top;
}

body,
td
{
	font-family: Arial, sans-serif;
	font-size: 12px;
	cursor:default;
}

/* Body background definitions */

body {
	background-color: #003561;
	background-image: url(../images/bg/body_bg.png);
	background-repeat: repeat-x;
}

/* Main container */

#main {
	width: 900px;
	margin: auto;
	height: 100%;	
}

#container {
	height: 100%;
	width: 100%;
}

#container td {
	vertical-align: top !important;
	height: 85%;
}

/* Header */

#header {
	color: #FFFFFF;
	padding-top: 9px;
	text-align: right;
	margin-bottom: 33px;
}

#header {
	*margin-bottom: 16px;
}

#header table {
	float: right;
}

#header td {
	font-size: 11px;
	vertical-align: middle !important;
	text-align: right;
}

#currency {
	padding-left: 5px;
	padding-right: 21px;
}

/* Main Menu */

.mainMenu {
	margin-top: 17px;	
}

/* Homepage working area */

#mainBanner {
	margin-top: 3px;
}

#homeDownload {
	margin-top: -4px;
}

#homeDownload {
	_margin-top: 0px;
}

/* Homepage Game Menu 

.gameMenu {
	background-color: #151925;	
	background-image: url(../images/bg/home_download_bg.png);
	background-repeat: no-repeat;
	margin-top: -3px;
}

.gameMenu table {
	margin-top: 3px;
	margin-left: 42px;
}

.gameMenu td {
	vertical-align: top !important;
	text-align: center !important;	
}
*/

#block{
	margin-top: -4px;
}

#block{
	_margin-top: 0px;
}

/* Inner working area */

#leftPanel {
	float: left;
	width:218px;
	padding-top: 17px;
	text-align: center;
	margin-right: 44px;
}

#rightPanel {
	margin-right: 10px;
	margin-top: 10px;
}

/* Sub Menu */

.subMenu {
	margin-top: 26px;
	margin-bottom: 8px;
}

.subMenu td {
	text-align: center;
}

.subMenu a {
	font-size: 13px;
	display: block;
	width: 218px;
	padding-top: 7px;
	padding-bottom: 9px;
	font-weight: bold;
	color: #490300;
	text-decoration: none;
	background-image: url(../images/bg/subMenu.jpg);
	background-repeat: repeat-x;	
}

.subMenu a:hover {
	color: #FFD787;
	background-image: url(../images/bg/subMenu_hover.jpg);
	background-repeat: repeat-x;
}

/* Footer */

#footer {
	height: 105px !important;
	text-align: center;
}

/* Bottom Menu */

.bottomMenu {
	margin-top: 10px;
	margin-bottom: 10px;
}

.bottomMenu table {
	margin: auto;
}

.bottomMenu a {
	margin: 5px;
	color:#FFFFFF;
	text-decoration: none;
}

.bottomMenu a:hover {
	text-decoration: underline;
}

.bottomMenu img {
	padding-top: 3px;
}

#unsubscribe_form td {
	vertical-align: middle !important;
}

input {
	width: 80px;	
}

#email {
	width: 218px;
}

#email {
	*width: 214px;
}

.content {	
	color: #FFFFFF;
}

.siteTree {
	color: #FFFFFF;
}

.content h2 {
	color: #FFFFFF;
}