body{
	margin: 0px;
	font-size: 12px;
	font-family:  tahoma;
	background: url('/_design/default/background.jpg') fixed;
	text-align: center;
}
table{
	margin: 0px;
	font-size: 12px;
	font-family:  tahoma;
}
form{
	margin: 0px;
}

	#wrapper{
		position: relative;
		margin-left: auto;
		margin-right: auto;
		width: 993px;
		height:auto !important; /* real browsers */
		height: 100%;
		min-height: 100%;
		text-align: left;
	}

		#topmenu{
			position: relative;
			background: url('/_design/default/topmenu_background.png');
			width: 991px;
			height: 92px;
		}
		#language_container{
			position: absolute;
			width: 95px;
			right: 565px;
			top: 3px;
			z-index: 100;
		}
		#topnav a{
			text-decoration: none;
			color: #fff;
		}
		#topnav{
			position: absolute;
			right: 15px;
			top: 5px;
			z-index: 100;
		}
		#topnav .topnav_item{
			font-size: 12px;
			font-weight: bold;
			letter-spacing: 1px;
			float:left;
			color: #fff;
			margin: 0px 8px 0px 8px;
		}

		#topnav_settings{
			position: relative;
		}
		#sub{
			position: absolute;
			top: 14px;
			left: 0px;
			width: 145px;
			display: none;
			background-color: #f0f0f0;
			border: solid #000 1px;
			padding: 0px 0px 0px 0px;
		}
		#topnav #topnav_settings #sub a{
			display: block;
			text-decoration: none;
			padding: 5px 0px 5px 8px;
			font-size: 10px;
			color: #000;
		}
			
			#topmenu_logo{
					position: relative;
					top: 3px;
					left: 10px;
					background: url(/_images/default_skin/haket_logo.gif) no-repeat;
					width: 310px;
					height: 39px;
			}

			#topmenu_info{
				position: absolute;
				left: 25px;
				top: 55px;

			}
			#topmenu_info a{
				text-decoration: none;
				color: red;
			}
				#topmenu_info_profile{
					background: url(/_design/default/icons/32/profile_inactive.png) no-repeat;
					width: 32px;
					height: 32px;
					float: left;
					margin-left: 20px;
					overflow: hidden;
					cursor: pointer;
				}

				#topmenu_info_email{
					background: url(/_design/default/icons/32/Email_inactive.png) no-repeat;
					width: 32px;
					height: 32px;
					float: left;
					margin-left: 20px;
					overflow: hidden;
					cursor: pointer;
					color: red;
				}
				#topmenu_info_email #mailcount{
					padding-left: 10px;
					padding-top: 6px;
					font-weight: bold;
					font-size: 16px;
					color: red;
				}

				#topmenu_info_comments{
					background: url(/_design/default/icons/32/Comment_inactive.png);
					width: 32px;
					height: 32px;
					float: left;
					margin-left: 20px;
					cursor: pointer;
				}
				#topmenu_info_comments #commentcount{
					color: red;
					padding-left: 10px;
					padding-top: 3px;
					font-weight: bold;
					font-size: 16px;
				}

				#topmenu_info_tracking{
					background: url(/_design/default/icons/32/Info_inactive.png);
					width: 32px;
					height: 32px;
					float: left;
					margin-left: 20px;
					cursor: pointer;
				}
				#topmenu_info_friends{
					background: url(/_design/default/icons/32/heart_inactive.png);
					width: 32px;
					height: 32px;
					float: left;
					margin-left: 20px;
					cursor: pointer;
				}
				#topmenu_info_friends #friendcount{
					color: red;
					padding-left: 12px;
					padding-top: 5px;
					font-weight: bold;
					font-size: 16px;
				}

			#topmenu_text{
				display: inline;
				cursor: pointer;
				position: absolute;
				right: 25px;
				bottom: -5px;
				*bottom: -2px;
				text-transform: uppercase;
				font-family: Arial;
				font-weight: bold;
				font-size: 14px;
				color: #ffffff;
				letter-spacing: 0px;
				z-index: 20;
			}

				#topmenu_text .topmenu_tab{
					display: inline;
					padding-top: 90px;
					padding-bottom: 10px;
					padding-left: 8px;
					padding-right: 8px;
					margin: 0px;
					vertical-align: middle;
					height: 93px;
					background: url('/_design/default/topmenu_border.png') no-repeat;
					background-position: 0px 23px;
				}
				#topmenu_text .topmenu_tab_selected{
					display: inline;
					padding-top: 90px;
					margin: 0px;
					padding-bottom: 10px;
					padding-left: 8px;
					padding-right: 8px;
					vertical-align: middle;
					height: 93px;
					background-position: 0px 22px;
					color: #000;
				}


				#topmenu_text a{
					text-decoration: none;
					color: #ffffff;
				}

			.submenu_text{
				display: inline;
				position: absolute;
				right: 25px;
				bottom: -35px;
				font-family: Arial;
				font-weight: bold;
				font-size: 11px;
				color: #000000;
				letter-spacing: 0px;
				z-index: 10;
			}
			.submenu_text a{
				cursor: pointer;
			}

				.submenu_text li{
					display: inline;
					background: url('/_design/default/submenu_border.png') no-repeat;
					background-position: 0px 0px;
					padding-left: 8px;
					padding-right: 8px;
					padding-top: 7px;
					padding-bottom: 5px;
					vertical-align: middle;
					height: 33px;
				}


		#submenu{
			background: url('/_design/default/submenu_background.png');
			width: 993px;
			height: 58px;
		}
			#submenu #search input{
				position: relative;
				border: 0px;
				top: 12px;
				left: 35px;
				padding-top: 5px;
				padding-left: 30px;
				background: url('/_design/default/search_bg.png');
				width: 117px;
				height: 20px;
			}
		#loginbar{
			position: absolute;
			top: 125px;
			left: 24px;
			margin: 0px;
			width: 941px;
			height: 44px;
			background: url('/_design/default/loginbar_background.png');
			z-index: 10;
		}
			#loginbar #becomemember{
				position: absolute;
				left: 810px;
				top: 2px;
				height: 19px;
				color: #ffffff;
				font-family: arial;
				font-size: 10px;
				font-weight: bold;
				background: url('/_design/default/loginbar_usericon.png') no-repeat;
				background-position: top left;
				padding-left: 22px;
				padding-top: 3px;
			}
				#loginbar #becomemember a{
					color: #ffffff;
				}
			#loginbar #lostpassword{
				position: absolute;
				left: 810px;
				height: 19px;
				top: 26px;
				color: #ffffff;
				font-family: arial;
				font-size: 10px;
				font-weight: bold;
				background: url('/_design/default/loginbar_passwordicon.png') no-repeat;
				background-position: top left;
				padding-left: 22px;
				padding-top: 1px;
			}
				#loginbar #lostpassword a{
					color: #ffffff;
				}

			#loginbar #loginform{
				position: absolute;
				left: 215px;
				top: 7px;
			}
				#loginbar #loginform #username{
					width: 174px;
					height: 22px;
					border: none;
					border: none;
					background: url(/_design/default/loginbar_username_background.png) no-repeat;
					padding-left: 35px;
					padding-top: 7px;
				}
				#loginbar #loginform #password{
					width: 174px;
					height: 22px;
					margin-left: 10px;
					border: none;
					background: url(/_design/default/loginbar_password_background.png);
					padding-left: 35px;
					padding-top: 7px;
				}

			#loginbar #loginbutton{
				position: absolute;
				left: 680px;
				top: 15px;
				color: #ffffff;
				font-family: arial;
				font-size: 14px;
				font-weight: bold;
				width: 90px;
				background: url(/_design/default/check_green.png) no-repeat;
				background-position: center right;
				cursor: pointer;
			}

		#main_top{
			position: relative;
			top: -4;
			background: url('/_design/default/main_top.png');
			width: 990px;
			height: 14px;
			overflow: hidden;
		}
		#main{
			position: relative;
			top: -4;
			background: url('/_design/default/main_background.png');
			width: 990px;
			padding: 0px;
			margin: 0px;
			float: left;
		}
		#main #main_text{
			padding: 16px;
		}

		#main_bottom{
			position: relative;
			top: -4;
			background: url('/_design/default/main_bottom.png');
			width: 990px;
			height: 145px;
			float: left;
		}
		#main_bottom #bottom_menu{
			position: absolute;
			right: 10px;
			top: 60px;
			color: #c8c881;
			font-family: Tahoma;
			font-size: 11px;
			font-weight: bold;
			letter-spacing: 1px;
		}
		#main_bottom #bottom_menu a{
			text-decoration: none;
			color: #c8c881;
			font-family: Tahoma;
			font-size: 11px;
			font-weight: bold;
		}

/*  CHAT  */
	#chatwrapper{
		position: fixed;
		bottom: 0px;
		height: 30x;
		width: 100%;
		text-align: center;
	}
	#chatinnerwrapper{
		position: relative;
		bottom: 0px;
		right: 3px;
		background: url('/_design/default/chatbanner_background.png');
		height: 30px;
		width: 985px;
		text-align: right;
		margin: 0px auto;
	}

	#bottombar{
		display:inline-block;
		position: relative;
		padding: 0px;
		height: 25px;
		background: #DDDDDD;
		top: 4px;
		right: 3px;
		text-align: right;
		font-family: arial;
		font-size: 12px;
		border: 1px solid gray;
		z-index: 100;
	}
		#bottombar #hist{
			float: left;
			z-index: 101;
		}
		#bottombar #center{
			float: left;
			z-index: 101;
		}
		#bottombar #left{
			float: left;
			width: 15px;
			display: none;
			overflow: hidden;
			padding-top: 2px;
			z-index: 101;
		}
			#bottombar #left a{
				font-size: 14px;
				text-decoration: none;
				z-index: 102;
			}
		#bottombar #right{
			float: left;
			width: 15px;
			text-decoration: none;
			overflow: hidden;
			display: none;
			z-index: 101;
		}
			#bottombar #right a{
				font-size: 14px;
				text-decoration: none;
			}
		#bottombar #userlist{
			float: left;
			width: 90px;
			top: 0px;
			padding-top: 5px;
			height: 20px;
			font-size: 10px;
			text-align: center;
			text-decoration: none;
			overflow: hidden;
			background: #fff;
			z-index: 120;
			cursor: pointer;
		}
		#bottombar #userlist #scrolllist{
			position: absolute;
			padding: 5px;
			display: none;
			width: 80px;
			border: 1px solid gray;
			background: #fff;
			bottom: 25px;
			right: -1px;
			z-index: 120;
		}
		#bottombar #userlist #scrolllist a{
			font-size: 12px;
			text-decoration: none;
		}

		#bottombar .chatbox{
			position: relative;
			padding: 3px;
			width: 125px;
			height: 19px;
			background: #EAEAEA;
			border-left: 1px solid gray;
			border-right: 1px solid gray;
			float: right;
			cursor: pointer;
			z-index: 120;
		}
		#bottombar .newmessage{
			background-color: #0055AA;
			color: #fff;
		}
		#bottombar .chatbox-active{
			background: #f9f9f9;
			color: #000;
		}
			#bottombar .chatbox .chatcontent{
				position: absolute;
				text-align: left;
				top: -252px;
				left: -120px;
				width: 250px;
				color: #000;
				height: 250px;
				background: #fff;
				border: 1px solid #000;
				z-index: 110;
				display:none;
			}
				#bottombar .chatbox .chatcontent .textwrap{
					height: 207px;
					overflow: auto;
					width: 245px;
					padding-left: 3px;
					word-wrap: break-word;
				}
				#bottombar .chatbox .chatcontent .textwrap .username{
					float: left;
					margin-right: 5px;
					padding-right: 3px;
					color: gray;
					border-right: gray 1px dotted;
					width: 40px;
				}

				#bottombar .chatbox .chatcontent .header{
					background: #0055AA;
					height: 20px;
					color: #fff;
					font-weight: bold;
					padding-top: 3px;
					padding-left: 10px;
				}
				#bottombar .chatbox .chatcontent .textinput{
					position: absolute;
					height: 15px;
					width: 248px;
					color: #000;
					bottom: 0px;
					left: 0px;
					border: none;
					border-top: 1px solid #000;
				}
		#bottombar .chatbox .delchat{
			margin-left: 13px;
			margin-right: 4px;
			font-size: 10px;
			text-decoration: none;
		}

#fauxconsole{
	position:absolute;
	top:-0;
	right:0;
	width:300px;
	height:200px;
	overflow: auto;
	border:1px solid #999;
	font-family:courier,monospace;
	background:#eee;
	font-size:10px;
	padding:10px;
	display: none;
	visibility: hidden;
}
html>body #fauxconsole{
	position:fixed;
}
#fauxconsole a{
	float:right;
	padding-left:1em;
	padding-bottom:.5em;
	text-align:right;
}