/* Font */

@font-face {
font-family: 'Titillium XBold';
src: url("style/font/TitilliumText22L006_0.otf"); /* FOR IEs */
src: url('style/font/TitilliumText22L006_0.otf') format('truetype'); /* for other web browsers */
}

@font-face {
font-family: 'Titillium Bold';
src: url("style/font/TitilliumText22L005_0.otf"); /* FOR IEs */
src: url('style/font/TitilliumText22L005_0.otf') format('truetype'); /* for other web browsers */
}

@font-face {
font-family: 'Titillium Regular';
src: url("style/font/TitilliumText22L003_0.otf"); /* FOR IEs */
src: url('style/font/TitilliumText22L003_0.otf') format('truetype'); /* for other web browsers */
}

/* Background */

body {
	background: #000 url(style/images/bg.jpg) center no-repeat;
	margin: 0px;
}

/* Logo */
.logo_container {
	margin-top: 100px;
	margin-bottom: 60px;
	height: 54px;
	max-width: 900px;
	text-align: center;
}

.logo_container .logo {
	float: left;
}


/* user data */

.logo_container .user {
	float: right;
	width: 210px;
	color: white;
}

.logo_container .user .data {
	width: 140px;
	float:left;
	text-align: right;
	padding-right: 10px;
	padding-top: 5px;
	font-family: "Titillium Regular";
	font-size: 14px;
}

.logo_container .user .data .username {
	font-family: "Titillium Bold";
	font-size: 16px;	
}

.logo_container .user img {
	max-width: 52px;
	max-height: 52px;
	float: left;
}


/* content */

.container  {
	margin-bottom: 20px;
	padding: 50px 0px 50px 0px;
	
	width: 100%;
	height: 580px;
	
	background: #D0D0D2;
	
	background-image: linear-gradient(top, rgb(230,230,231) 28%, rgb(208,208,210) 64%);
	background-image: -o-linear-gradient(top, rgb(230,230,231) 28%, rgb(208,208,210) 64%);
	background-image: -moz-linear-gradient(top, rgb(230,230,231) 28%, rgb(208,208,210) 64%);
	background-image: -webkit-linear-gradient(top, rgb(230,230,231) 28%, rgb(208,208,210) 64%);
	background-image: -ms-linear-gradient(top, rgb(230,230,231) 28%, rgb(208,208,210) 64%);
	
	background-image: -webkit-gradient(
		linear,
		0 top,
		0 bottom,
		color-stop(0.28, rgb(230,230,231)),
		color-stop(0.64, rgb(208,208,210))
	);
}

.inner_container {
	max-width: 900px;
	height: 100%;
	text-align: left;
}

/* MENU */

.menu, .menu a {
	font-family: 'Titillium XBold';
	font-size: 36px;
	text-transform: uppercase;
	color: #FFF;
	margin-bottom: 50px;
	height: 30px;
	text-decoration: none;
}

.menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.menu li {
	float:left;
	margin: 0px;
	margin-right: 20px;
	padding: 0px;
}

.menu .selected {
	color: #7A7A7A;	
}


/* Buttons */

.blue {
	
	cursor: pointer;
	display: inline-block;
	font: normal 13px arial,sans-serif;
	height: 27px;
	line-height: 27px;
	min-width: 54px;
	outline: 0;
	padding: 0 8px;
/*	margin: 5px 20px 0 20px;*/
	
	color: white;
	
	background-color: #4D90FE;
	background-image: -webkit-linear-gradient(top,#4d90fe,#4787ed);
	background-image: -moz-linear-gradient(top,#4d90fe,#4787ed);
	background-image: -ms-linear-gradient(top,#4d90fe,#4787ed);
	background-image: -o-linear-gradient(top,#4d90fe,#4787ed);
	background-image: linear-gradient(top,#4d90fe,#4787ed);
	border: 1px solid #3079ED;
	border-radius: 2px;
}

.blue:hover {
	background-color: #357ae8;
	background-image: -webkit-linear-gradient(top,#4d90fe,#357ae8);
	background-image: -moz-linear-gradient(top,#4d90fe,#357ae8);
	background-image: -ms-linear-gradient(top,#4d90fe,#357ae8);
	background-image: -o-linear-gradient(top,#4d90fe,#357ae8);
	background-image: linear-gradient(top,#4d90fe,#357ae8);
	border: 1px solid #2f5bb7;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.gray {
	cursor: pointer;
	display: inline-block;
	font: normal 13px arial,sans-serif;
	height: 27px;
	line-height: 27px;
	min-width: 54px;
	outline: 0;
	padding: 0 8px;
	margin: 5px 20px 0 20px;
	
	color: #666;
	
	background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#f1f1f1));
	background-image: -webkit-linear-gradient(top,#f5f5f5,#f1f1f1);
	-webkit-border-radius: 2px;
	-webkit-user-select: none;
	background-color: whiteSmoke;
	background-image: linear-gradient(top,#f5f5f5,#f1f1f1);
	background-image: -o-linear-gradient(top,#f5f5f5,#f1f1f1);
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 2px;
}

.gray:hover {
	background-color: #F8F8F8;
	color: #333;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#f8f8f8),to(#f1f1f1));
	background-image: -webkit-linear-gradient(top,#f8f8f8,#f1f1f1);
	background-image: linear-gradient(top,#f8f8f8,#f1f1f1);
	background-image: -o-linear-gradient(top,#f8f8f8,#f1f1f1);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	border: 1px solid #C6C6C6;
}


/*
 * Global style
 */

.clear {
	clear:both;
}

.global_header {
	position: absolute;
	top: 15px;
	left: 0px;
	width: 100%;
	height: 36px;
	background: #FFF url(style/global/header/bg.png) repeat-x;
	-webkit-box-shadow: 0px 5px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 8px 3px -3px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 5px 3px rgba(0, 0, 0, 0.2);
}

.global_header_logo {
	width: 900px;
	height: 36px;
	text-align: right;
	background: url(style/global/header/logo.png) no-repeat;
}

.global_header_list {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.global_header_list > li {
	line-height: 36px;
	margin: 0px;
	padding: 0px 10px;
	display: inline-block;
	font-size: 11px;
	font-family: Tahoma;
	text-shadow: 1px 1px 0px #FFF;
	cursor: pointer;
}

.global_header_list li {
	display: inline !ie;
}

.global_header_list > li:hover {
	background: #FFF url(style/global/header/bg_hover.png) repeat-x;
}

.global_header_list > li ul {
	display: none;
	width: 300px;
	height: 150px;
	background: rgba( 240, 240, 240, 0.8 );
	position: absolute;
	margin-left: -251px;
	border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	box-shadow: 0px 1px 2px rgba( 0, 0, 0, 0.2 );
	-moz-box-shadow: 0px 1px 2px rgba( 0, 0, 0, 0.2 );
	-webkit-box-shadow: 0px 1px 2px rgba( 0, 0, 0, 0.2 );
	
	list-style: none;
	text-align: center;
	
	padding: 0px;
}

.global_header_list ul li {
	float: left;
	margin: 1px;
	padding: 0px;
	height: 48px;
}

.global_footer {
	width: 900px;
	height: 100px;
	padding-top: 55px;
	text-align: right;
	background: url(style/global/footer/Gxzone.png) no-repeat 160px;
}

#global_server_list li {
	background: #FFF;	
}

#global_server_list img {
	opacity:0.3;
	filter:alpha(opacity=30);
}