/******
		General
**************************************************/
* {
	margin: 0px;
	padding: 0px;
}

html {
	height: 100%;
	margin-bottom: 1px;
}


body {
	background-image: url(../images/bg.gif);
	background-repeat:repeat-x;
	background-color:#e8e8e8;
	margin-top:0px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
}

#header {
	background-image:url(../images/bg_container.gif);
	background-repeat:repeat-y;
	margin-top:0px;
	position: relative;
	top:0px;
	left:50%;
	width:926px;
	margin-left: -463px;
}

#header_logo {
	background-image:url(../images/bg_top.jpg);
	background-repeat:no-repeat;
	display:block;
	width: 895px;
	height:181px;
	margin-left:15px;
	position:relative;
	top:10px;
	padding:0px;
}
#lang {
	float:left;
	display:block;
	width:70px;
	height:27px;
	padding-top:8px;
	padding-right:7px;
	text-align:center;
	position:absolute;
	top:130px;
	left:540px;
}


/**   Ads   **/


div.ads_leaderboard {
	width:740px;
	height:90px;
	border:1px solid #CCCCCC;
	background-color: #FCFBE9;
	text-align:left;
	padding:2px;
	margin:auto;
	background-image:url(../images/ad-zone.jpg);
	background-repeat: no-repeat;
	background-position: 732px 0px;
	margin:auto;
}

#header_ads {
	text-align:left;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	padding-top:7px;
	padding-bottom:15px;
}


/**   Menus   **/

#header_menubar {
	width: 100%;
	height: 45px;
	overflow:hidden;
	padding-left:15px;
	padding-top:5px;
}
.menu-left-corner, .menu-right-corner {
	height: 45px;
	width: 8px;
	display: block;
	float: left;
}
.menu-left-corner {
	background-color: transparent;
	background-image: url(../images/bg_menu_corners.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
}
.menu-right-corner {
	background-color: transparent;
	background-image: url(../images/bg_menu_corners.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: -8px 0px;
}

.menu-text {
	float: left;
	display: block;
	background-color: transparent;
	background-image:url(../images/bg_menu_text.gif);
	background-repeat:repeat-x;
	background-attachment: scroll;
	height: 45px;
	padding-top: 11px;
	width:879px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 11px;
	text-align:center;
}

a.menuitem {
	padding:11px;
	color: #5c7382;
	font-weight: bold;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:12px;
	text-decoration:none;
	text-transform:uppercase;	
	/*border:1px solid #FF0000;*/
	background-image:url(../images/bg_menu_hover.gif);
	background-repeat: no-repeat;

}


/*
a.menuitem:hover {
	background-color:#6b6b6b;
	color:#FFFFFF;
	background-image:url(../images/bg_menu_button.gif);
}*/


/*
**     Member Area  (FORM)
*********************************/

div#member_area {
	float:right;
	width:230px;
	height:160px;
	padding:5px;
	overflow:hidden;
	color: #FFFFFF;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
}
.players {
color: #0066CC;
font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
}
.area {
color: #FFFFFF;
font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
}
#member_header {
	font-size: 18px; 
	position: relative;
	top:0px;
}

label.member_label {
	clear: left;
	float: left;
	text-align: right;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 10px;
	color: #ffffff;
	margin-left:35px;
	font-weight:bold;
}
input.member_input {
	clear: left;
	float: left;
	color: #777777;
	background-color:#f4f4f4;
	border: 1px solid #009999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	padding:4px;
	width:150px;
	height:14px;
	margin-top:0px;
	margin-left:35px;

}
input.member_input_button {
	color: #777777;
	background-color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width:80px;
	height:22px;
	margin-top:5px;
	margin-left:114px;
	background-image:url(../images/bg_button.gif);
	text-align:center;
	border:1px solid #d9d9d9;
}
input.member_check {
	cursor: pointer;
	display: inline-block;
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	height: 13px;
	letter-spacing: normal;
	line-height: normal;
	margin-bottom: 0px;
	margin-left: 35px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	text-align: auto;
	text-indent: 0px;
	text-shadow: none;
	text-transform: none;
	vertical-align: middle;
	width: 13px;
	word-spacing: 0px;
	cursor: pointer;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-weight: normal;
	padding: 0px 3px;
	vertical-align: middle;
}
.member_link {
	font-size: 10px;
	color: #FFFFFF;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	text-decoration:none;
}
.member_link:hover {
	border-bottom:1px dotted #ffffff;
}
.member_form {
	font-size:11px;
	color: #FFFFFF;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
}
#member_container {
	position:relative;
	top:5px;
}

#member_bottom {
	text-align:center;
	padding-top:7px;
	font-size: 10px;
	height:22px;
	padding-top: 7px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	display: table-cell;
	vertical-align: inherit;
	display: table-cell;
	height: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 7px;
	text-align: center;
	vertical-align: middle;
	width: 230px;
}

#user_welcome a {
	color:#105289;
	text-decoration:none;
}
#user_welcome a:hover {
	color:#d31141;
	text-decoration: underline;
}
/*
**     Member Area  (WHEN LOGGED IN)
*****************************************/
div#user_frame {
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:13px;
	color:#FFFFFF;
	width:230px;
	height:168px;
	overflow:hidden;
	position:relative;
	top:-5px;
	text-align:center;
}
div#user_welcome {
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:13px;
	color:#999a9b;
	overflow:hidden;
	background-image:url(../images/bg_user.gif);
	background-repeat:no-repeat;
	width:162px;
	height:23px;
	margin-left:32px;
	padding-top:3px;
}

div#user_container {
	position:relative;
	top:-13px;
	width:100%;
	height:130px;
}
td#user_left {
	height:130px;
	width:105px;
	overflow:hidden;
}
td#user_right {
	height:130px;
	width:100px;
}
div#user_points {
	background-image:url(../images/bg_user_points.gif);
	background-repeat:no-repeat;
	width: 93px;
	height: 41px;
	overflow:hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:left;
	padding-left: 3px;
	padding-top:3px;
	position:relative;
	left:6px;
	text-align:center;
	color:#c6e9ff;
}
td#user_arrow {
	padding:0px;
	height:70px;
	overflow:hidden;
	position:relative;
}

table#user_left_container{
	width:110px;
	overflow:hidden;
	margin-top:0px;
}

table#user_left_container > tbody > tr > td
{
	padding:0px;
}

#user_right_conatainer {
	position:relative;
	left:-5px; 
}
td.user_sor {
	background-image:url(../images/bg_user_menu.gif);
	background-repeat:no-repeat;
	width:99px;
	height:27px;
	text-align:right;
	padding-right:5px;
	font-size:11px;
}

#img_arrow{
	border:none;
	margin-bottom:0px;
	position:absolute;
	top:20px;
	left:37px;
}

.a_start
{
	color:#FFFFFF;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;;
}
.a_start:hover
{
	color: #196085;
}

a.user_menu_link{
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	color:#FFFFFF;
	text-decoration:none;
}

a.user_menu_link:hover{
	border-bottom:1px dotted #DFFFFF;
}

.user_startgame {
	font-size:12px;
}