@-moz-document url-prefix() {

	#wqtracker{
		top: 334px !important;
	}

	#mmliner{
		margin-left: 0px !important;
    }

}

body div#master,
body img{
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	user-drag: none;
	-webkit-user-drag: none;
	-webkit-user-select: none;
}

.selectable{
	
	-khtml-user-select: text;
	-moz-user-select: text;
	-o-user-select: text;
	user-select: text;
	user-drag: text;
	-webkit-user-drag: text;
	-webkit-user-select: text;	
	
}

div#gameElements{
	width:100%;
	height:100%;
	position: absolute;
	pointer-events:none;
	overflow:hidden;
}

div#gameElements div.ui{
	pointer-events:all;
}

div#mainOverlay{
	width:100%;
	height:100%;
	overflow:hidden;
}

html{
	height:100%;
	width:100%;
	padding:0;
	margin:0;
	overflow:hidden;
}

img{
	-webkit-user-select: none;
}

body {
  font-family: arial;
  text-align: left;
  font-size: 9pt;
  background-color: #000;
  color: #ccc;
  position: relative;
  padding:0;
  margin:0;
  height:100%;
  width:100%;
  cursor: url(/img/cursors/knights-glove.png), auto;
  overflow:hidden;
}

div#master{
	height:100%;
	width:100%;
	overflow:hidden;
}

a{
  cursor: url(/img/cursors/knights-glove.png), pointer;
  color: #DFCCAE;
  text-decoration: none;
  font-weight:bold;
}

/*faicon*/

input, button{
  border: 1px solid #333;
	border-radius: 4px;
  color: #ccc;
  padding: 3px 5px;
  background: #222;
	font-size:11px;
}

button.icon{

	padding: 3px 2px;
	min-width: 25px;

}

button .fa span{

	display:block;
	font-size:14px;
	padding-top:5px;

}

textarea{
  border: 1px solid #333;
	border-radius: 4px;
  color: #ccc;
  padding: 3px 5px;
  background: #222;
	font-size:11px;
	resize: none;
}

input[type=button], input[type=submit], button{
	cursor:pointer;
	min-width:50px;
}

input[type=button]:hover, button:hover{
	cursor:pointer;
	background:#555;
}

select{
  background: #222;
  color: #ccc;
  border: 1px solid #333;
  border-radius: 4px;
  padding: 3px 5px;
	font-size:11px;
	width:110px;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

.long-txt-item{
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	width: 80px;
	max-width:120px;
}

.abs_liner{
	position: relative;
	height: 100%;
	width: 100%;
}

.hidden{
	display:none;
}

div#notifications{
	position:absolute;
	z-index: 49;
	left:50%;
	margin-left:-150px;
	padding:12px 5px 5px 5px;
	top:30px;
	opacity:0;
	min-height:25px;
	width:300px;
	transition: opacity .90s ease-in-out;
  -moz-transition: opacity .90s ease-in-out;
  -webkit-transition: opacity .90s ease-in-out;
	color:#fff;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	background: rgba(0,0,0,0.4);
}

div.notifications_liner{
	position:relative;
	height:100%;
	width:100%;
	padding:0px;
}

div#notifications_bg{
	min-height:25px;
	height:100%;
	width:100%;
	background:#000;
	opacity:0.4;
	border-bottom-left-radius:5px;
	position:absolute;
	top:0px;
	left:0px;
	z-index:0;
}

div#notifications_content{
	min-height:25px;
	width:100%;
	height:auto;
	padding:0px;
	position:absolute;
	top:0px;
	left:0px;
	z-index:1;
	color:#fff;
}

#webglerror{
	display:none;
	opacity:0;
	position:absolute;
	width:400px;
	height:50px;
	top:300px;
	left:50%;
	margin-left:-200px;
	margin-top:-25px;
	z-index:0;
	color:#fff;
	font-size:20px;
	line-height:50px;
	font-weight:bold;
	transition: opacity .90s ease-in-out;
  -moz-transition: opacity .90s ease-in-out;
  -webkit-transition: opacity .90s ease-in-out;
}

#webglerror a img{
	border:none;
}

#kTT{
	text-align:left;
	display:none;
	border-radius:5px;
	border: 1px solid #000000;
	position:absolute;
	z-index:10000;
	padding:3px;
	background: rgba(0,0,0,0.93);
}

#kCD{
	z-index:2004;
	position:absolute;
	display:none;
	border:1px solid lightblue;
	box-sizing: border-box;
}

#kHT{
  opacity:0;
  z-index:50;
  position:absolute;
	left:50%;
	width:300px;
	height:100px;
	margin-left:-150px;
	bottom:20px;
  background-color:black;
  display:none;
  border-radius:7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  padding:3px;
}

#lb{
	width:100%;
	height:100%;
	z-index:5;
	top:0px;
	left:0px;
	position:absolute;
	background: rgba(0,0,0,0.8);
	margin:0;
	padding:0;
	display:none;
}

#master{
	width:100%;
	height:100%;
	overflow:hidden;
	visibility:hidden;
}

#canvas{
	width:100%;
	height:100%;
	background-color:#000;
	margin:0px auto;
}

.clear{
	clear:both;
}

/*============= MAIN MENU ===========*/
div.mainmenu{
	height:100%;
	position:absolute;
	right:160px;
	top:0px;
}

div.mainmenu>ul{
	list-style:none;
	height:100%;
	padding:0;
	margin:0;
}

div.mainmenu>ul>li{
	display:inline;
	height:100%;
	position:relative;
	padding:7px 10px;
	line-height:30px;
	background: -moz-linear-gradient(top,  #888,  #555);
	background: -o-linear-gradient(top,  #888,  #555);
	background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#555));
	background: -ms-linear-gradient(to bottom, #888 0%,  #555 100%);
	background: linear-gradient(to bottom, #888 0%,  #555 100%);
	border-right:1px inset #888;
}

div.mainmenu>ul>li:last-child{
	border-right:none;
}

div.mainmenu>ul>li:hover {
	background: -moz-linear-gradient(top,  #555,  #888);
	background: -o-linear-gradient(top,  #555,  #888);
	background: -webkit-gradient(linear, left top, left bottom, from(#555), to(#888));
	background: -ms-linear-gradient(to bottom, #555 0%,  #555 100%);
	background: linear-gradient(to bottom, #555 0%,  #888 100%);
	color:#fff;
}

div.mainmenu>ul>li:hover  ul{
	display:block;
}

div.mainmenu>ul>li>ul{
	list-style:none;
	display:none;
	padding:0 0 0 0;
	margin:0;
	position:absolute;
	left:0px;
	top:28px;
	width:200px;
	z-index:12;
	/*
	transition: opacity 1.25s ease-in-out;
  -moz-transition: opacity 1.25s ease-in-out;
  -webkit-transition: opacity 1.25s ease-in-out;
	*/
	opacity:1;
}

div.mainmenu>ul>li.up>ul{
	bottom:28px;
	top: auto;
}

div.mainmenu>ul>li>ul>li{
	background:#555;
	color:#bbb;
	opacity:1
}

div.mainmenu>ul>li>ul>li a{
	display:block;
	height:100%;
	width:100%;
}

div.mainmenu>ul>li>ul>li:hover{
	background:orange;
	color:#555;
}

div.mainmenu>ul>li>ul>li:hover > a{
	color:#fff;
}

div.mainmenu>ul li.active{
	background:orange;
	color:#fff;
	font-weight:bold;
}

div.mainmenu>ul>li.active>ul>li > a{
	color:#fff;
	font-weight:bold;
}

div.mainmenu>ul>li>ul>li.active:hover > a{
	text-decoration:underline;
}

div#soundmenu{
	position:relative;
	height:30px;
	float:left;
	right:auto;
}

/*============= HOMEPAGE ============*/
div.loading_screen{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	background:#000;
	display:block;
	z-index:48;
}

div.home_screen{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	display:block;
	z-index:48;
}

div.home_screen_bg{
	width:100%;
	height:100%;
	position:absolute;
	opacity:1;
	top:0px;
	left:0px;
	background:#000;
	transition: opacity .90s ease-in-out;
  -moz-transition: opacity .90s ease-in-out;
  -webkit-transition: opacity .90s ease-in-out;
}

div.home_banner{
	width:820px;
	height:428px;
	background: url(/logos/title.png) no-repeat;
	position:absolute;
	z-index:0;
	top:50px;
	left:50%;
	margin-left:-410px;
	background-size:contain;
}

div.home_screen_header{
	position:absolute;
	top:0px;
	left:0px;
	height:30px;
	z-index:51;
	width:100%;
	background: rgba(85,85,85,0.7);
}

div.home_screen_footer{
	position:absolute;
	bottom:0px;
	left:0px;
	height:30px;
	line-height:30px;
	z-index:51;
	width:100%;
	background: rgba(42,42,42,0.7);
	color:#fff;
}

div.home_screen_footer_mobile{
	position:absolute;
	bottom:0px;
	left:0px;
	height:20px;
	width:100%;
	display:none;
	line-height:20px;
	z-index:1;
	color:#fff;
}

div.login_wrap{
	position:absolute;
	right:5px;
	top:0px;
	z-index:1;
}

div.social{
	position:absolute;
	left:5px;
	top:0px;
	z-index:1;
	top:5px;
}

div.charselect_header_menu{
	position:absolute;
	left:5px;
	top:0px;
	z-index:1;
	top:5px;
}

div.home_screen_header_label{
	float:left;
	height:25px;
	width:80px;
	font-weight:bold;
	margin-left:5px;
	text-align:right;
	margin-top:7px;
	color:#fff;
}

div.home_screen_header_input{
	float:left;
	height:25px;
	width:115px;
	margin-left:3px;
	margin-top:3px;
}

div.home_screen_header_input:last-child{
	width:100px;
	margin-right:10px;
}

div.home_screen_header_input input{
	background:#ddd;
	border-radius:5px;
	width:100px;
	height:16px;
	padding-left:5px;
	color:#000;
}

div.home_screen_header_input input.submit,
div.home_screen_header_input button.submit{
	background:#888;
	border-radius:5px;
	width:60px;
	height:23px;
	padding-left:0px;
	cursor:url(/img/cursors/knights-glove.png), pointer;
	color:#fff;
}

div.home_screen_header_input input.submit:hover,
div.home_screen_header_input button.submit:hover{
	background:#aaa;
}

div.google_signin{

	width: 125px;
	height:30px;
	margin-left:0px;
	background: url('/img/icons/btn_google_signin_dark_sprite_web_small.png') 0 0 no-repeat;
	margin-top:0px;

}

div.google_signin:hover{

	background-position: 0 -30px;

}

div.google_register{

	width: 191px;
	height:46px;
	margin:0px auto;
	background: url('/img/icons/btn_google_signin_dark_sprite_web.png') 0 0 no-repeat;
	margin-top:0px;

}

div.google_register:hover{

	background-position: 0 -46px;

}

button.google_signin:hover{

	background: #da6b59 !important;

}

div.g-signin2{

	height: 30px !important;
	overflow: hidden !important;
	width: 175px !important;
	float: left !important;

}

div.loading_tip{
	width:1024px;
	height:50px;
	position:absolute;
	z-index:0;
	bottom:160px;
	left:50%;
	margin-left:-512px;
	text-align:center;
	font-weight:bold;
	color: #fff;
	font-size:20px;
}
div.loading_tip span{
	text-transform:uppercase;
	color:#DFCCAE;
	font-size:24px;
}

div.loading_banner{
	width: 820px;
  height: 428px;
  background: url(/logos/title.png);
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  margin-left: -410px;
  margin-top: -264px;
}

/*============= LOADING PROGRESS ============*/
div.loading_wrap{
	width:180px;
	height:30px;
	position:absolute;
	bottom:100px;
	left:50%;
	margin-left:-90px;
	z-index:1;
	opacity:1;
	transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}

div.loading_liner{
	width:180px;
	height:30px;
	position:relative;
}

div.loading_img{
	background: url(/img/sprites/castbar.png);
	width:180px;
	height:30px;
	position:absolute;
	top:0px;
	left:0px;
	z-index:3;
}

div.loading_bar_wrap{
	width:150px;
	height:30px;
	left:15px;
	top:0px;
	position:absolute;
	z-index:2;
}

div.loading_bar{
	background:#00ff00;
	height:30px;
	width:0%;
}

div.loading_msg{
	width:150px;
	height:30px;
	position:absolute;
	top:7px;
	left:15px;
	z-index:4;
	text-align:center;
	color:#fff;
	font-size:10px;
	font-weight:bold;
}

div.loading_bg{
	background:#000;
	width:180px;
	height:30px;
	position:absolute;
	top:0px;
	left:0px;
	z-index:0;
	border-radius:10px;
}

/*============= REGISTER BUTTON ============*/
div.tagline_wrap{
	display:none;
	width:300px;
	height:50px;
	top:230px;
	left:50%;
	margin-left:-150px;
	position:absolute;
	z-index:4;
	text-align:center;
}

div.tagline_wrap h1{
	color:#ffffbe;
	text-shadow: 3px 3px #000;
	font-size:28px;
	margin:0;
	padding:0;
	font-weight:bold;
}

div.beta_button_wrap{
	width:100px;
	height:100px;
	top:35px;
	right:10px;
	margin-left:0px;
	position:absolute;
	z-index:4;
	display:none;
}

div#ks_button_wrap{
	top:465px;
	left:50%;
	margin-left:-150px;
	position:absolute;
	z-index:1;
	opacity:1;
	transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
	height:88px;
	width:300px;
	text-align:center;
	background-position: 0px 0px;
	cursor:pointer;
}

div#register_button_wrap{
	top:365px;
	left:50%;
	margin-left:-76px;
	position:absolute;
	z-index:10;
	opacity:0;
	transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
	height:60px;
	width:153px;
	text-align:center;
	background: url(/img/icons/register_btn2.png) no-repeat;
	background-position: 0px 0px;
}

div#register_button_wrap:hover{
	background-position: 0px -60px;
}

div#register_button_wrap a{
	display:block;
	height:100%;
	width:100%;
	overflow:hidden;
	text-indent:-10000px;
}

a.register_button{
	background: #5c2216;
	border-radius:5px;
	padding: 4px 4px;
	cursor:url(/img/cursors/knights-glove.png), pointer;
	color:#ffffbe;
	display:block;
}

a.register_button:hover{
	background:#6e291a;
}

a.register_button2{

	display:block;
	border-radius:10px;
	padding:15px 20px;

	background: -moz-linear-gradient(top,  #6e291a,  #3e170f);
	background: -o-linear-gradient(top,  #6e291a,  #3e170f);
	background: -webkit-gradient(linear, left top, left bottom, from(#6e291a), to(#3e170f));
	background: -ms-linear-gradient(to bottom, #6e291a 0%,  #3e170f 100%);
	background: linear-gradient(to bottom, #6e291a 0%,  #3e170f 100%);
	box-shadow: inset 0px 1px 0px rgba(255,255,255,0.6), 0px 1px 1px #666666;
	cursor:url(/img/cursors/knights-glove.png), pointer;
	font-size:12px;
	text-transform:uppercase;
	text-align:center;
	color:#ffffbe;
}

a.register_button2:hover{
	background: -moz-linear-gradient(top,  #3e170f,  #6e291a);
	background: -o-linear-gradient(top,  #3e170f,  #6e291a);
	background: -webkit-gradient(linear, left top, left bottom, from(#3e170f), to(#6e291a));
	background: -ms-linear-gradient(to bottom, #3e170f 0%,  #6e291a 100%);
	background: linear-gradient(to bottom, #3e170f 0%,  #6e291a 100%);

}

div.register_wrap{
	background: rgba(0,0,0,0.7);
	width:440px;
	height:400px;
	top:300px;
	left:50%;
	margin-left:-220px;
	position:absolute;
	z-index:0;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
	opacity:0;
}

div.register_bg{
	background:#000;
	opacity:0.7;
	width:100%;
	height:100%;
	border-radius:5px;
	position:absolute;
	top:0px;
	left:0px;
	z-index:0;
}

div.register_info{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:1;
}

div.about_wrap{
	width:440px;
	height:400px;
	top:300px;
	left:50%;
	margin-left:-220px;
	position:absolute;
	z-index:0;
	transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
	opacity:0;
}

div.about_bg{
	background:#000;
	opacity:0.7;
	width:100%;
	height:100%;
	border-radius:5px;
	position:absolute;
	top:0px;
	left:0px;
	z-index:0;
}

div.about_info{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:1;
	color:#fff;
	text-align:left;
	font-size:14px;
	font-weight:bold;
	padding:3px;
}

div.about_info p:last-child{
	bottom: 0px;
	position: absolute;
	width: 100%;
}

div.register_row{
	height:40px;
	width:440px;
	margin:0px auto 15px auto;
}

div.register_row:first-child{
	margin-top:15px;
}

div.register_row:last-child{
	margin-bottom:0px;
}

div.register_title{
	height:40px;
	width:120px;
	line-height:40px;
	text-align:right;
	font-weight:bold;
	float:left;
	color:#fff;
}

div.register_field{
	height:40px;
	line-height:40px;
	float:left;
	padding-left:10px
}

div.register_field input{
	background:#ddd;
	border-radius:10px;
	width:290px;
	height:40px;
	padding-left:5px;
	line-height:40px;
	color:#000;
	font-size: 20px;
	font-weight: normal;
}

div.register_submit{
	height:60px;
	width:153px;
	text-align:center;
	margin:0px auto 15px auto;
	background: url(/img/icons/register_btn2.png) no-repeat;
	background-position: 0px 0px;
}

div.register_submit input{
	width:153px;
	height:60px;
	margin:0px auto;
	border:none;
	text-indent:10000px;
	overflow:hidden;
	cursor:url(/img/cursors/knights-glove.png), pointer;
	background:transparent;
}

div.register_submit:hover{
	background-position: 0px -60px;
}

div.register_error{
	height:25px;
	text-align:center;
	color:#ffffff;
	font-weight:bold;
	padding:2px;
	line-height:25px;
}

/*============= CLASS SELECT ============*/
div.class_select{
	position:absolute;
	left:5px;
	top:50%;
	height:500px;
	width:300px;
	margin-top:-250px;
	border-radius:10px;
	transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
	opacity:0;
}

div.class_select_liner{
	position:relative;
	height:100%;
	width:100%;
}

div.class_select_bg{
	position:absolute;
	left:0px;
	top:0px;
	height:500px;
	width:300px;
	border-radius:10px;
	background:#000;
	opacity:0.4;
	z-index:0;
}

div.class_select_content{
	position:absolute;
	left:0px;
	top:0px;
	height:500px;
	width:300px;
	border-radius:10px;
	z-index:1;
	transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
	opacity:0;
}

#gender_select_wrap{
	width:100px;
	margin:0px auto;
	height:50px;
	margin-top:10px;
}

div.class_select_content a.gender_select{
	display:block;
	width:30px;
	height:30px;
	padding:5px;
	text-align:center;
	font-weight:bold;
	font-size:28px;
	border-radius:10px;
	background:#888;
	float:left;
	margin: 0px 8px 0px 0px;
	line-height:28px;
	box-shadow: 1px 1px 2px #000;
}

div.class_select_content a.gender_select:last-child{
	margin:0;
}

div.class_select_content a.gender_select:hover{
	background:#aaa;
}

div.class_select_content a.gender_select.active{
	background:#aaa;
}

#class_select_wrap{
	width:225px;
	margin:0px auto;
	height:50px;
	margin-top:10px;
}

div.class_select_content a.class_select{
	display:block;
	width:40px;
	height:40px;
	padding:5px;
	text-align:center;
	font-weight:bold;
	font-size:14px;
	border-radius:10px;
	background:#888;
	float:left;
	margin: 0px 8px 0px 0px;
	box-shadow: 2px 2px 3px #000;
}

div.class_select_content a.class_select:last-child{
	margin:0;
}

div.class_select_content a.class_select img{
	width:40px;
	height:40px;
}

div.class_select_content a.class_select:hover{
	background:#aaa;
}
div.class_select_content a.class_select.active{
	background:#aaa;
}

div.class_info_wrap{
	margin-top:20px;
	color:#fff;
}

div.class_info_wrap>div{
	display:none;
}

div.char_spells{
	height:60px;
	width:100%;
	clear:both;
	text-align:center;
	position:absolute;
	left:0px;
	bottom:160px;
	padding:0px 5px;
}

div.char_spells_label{
	clear:both;
	height:20px;
	line-height:20px;
	font-weight:bold;
}

div.char_spells img{
	width:40px;
	height:40px;
	margin-right:5px;
	border:1px solid #ddd;
}

div#mobile_instructions{
	display:none;
}

/*LOGO*/
div#char_logo_wrap{
	position:absolute;
	top:40px;
	left:0px;
	height:300px;
	display:none;
}

div#char_logo_wrap img{
	height:100%;
}

/*====NEW MODEL====*/
div#new_model_wrap{
	position:absolute;
	width:200px;
	height:40px;
	display:none;
	bottom:100px;
	left:50%;
	margin-left:-100px;
}

div.new_model_liner{
	height:100%;
	width:100%;
	position:relative;
}

div.new_model_bg{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:#000;
	opacity:0.7;
	z-index:0;
	border-radius:10px;
}

div.new_model_content{
	position:absolute;
	top:0px;
	left:0px;
	z-index:1;
	width:100%;
	height:100%;
	text-align:center;
	font-weight:bold;
	line-height:40px;
	color:#fff;
	font-size:14px;
}

/*============= CHAR SELECT ============*/
div.char_select{
	position:absolute;
	right:5px;
	top:50%;
	height:500px;
	width:300px;
	margin-top:-250px;
	border-radius:10px;
	display:none;
	background: rgba(0,0,0,0.4);
}

div.char_select_liner{
	position:relative;
	height:100%;
	width:100%;
}

div.char_select_bg{
	position:absolute;
	left:0px;
	top:0px;
	height:100%;
	width:100%;
	border-radius:10px;
	background:#000;
	opacity:0.4;
	z-index:0;
}

div.char_select_content{
	position:absolute;
	left:0px;
	top:0px;
	height:500px;
	width:300px;
	border-radius:10px;
	z-index:1;
	transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
	opacity:0;
}

div.char_row{
	position:relative;
	width:280px;
	height:40px;
	margin:15px 0px 0px 5px;
}

div.char_row:last-child{
	position:absolute;
	margin:0px 0px 0px 5px;
	bottom:15px;
}

div.char_row:first-child{
	margin:5px 0px 0px 5px;
}

div.char_row_bg{
	position:absolute;
	top:0px;
	left:0px;
	z-index:0;
	width:100%;
	height:100%;
	background: orange;
	opacity:0.7;
	border-radius:10px;
	transition: opacity .15s ease-in-out;
  -moz-transition: opacity .15s ease-in-out;
  -webkit-transition: opacity .15s ease-in-out;
	padding:5px;
}

div.char_row:hover div.char_row_bg{
	opacity:1;
}

div.char_row_bg.active{
	opacity:1;
}

div.char_row_info{
	position:absolute;
	top:0px;
	left:0px;
	z-index:1;
	width:100%;
	height:100%;
	border-radius:10px;
	text-align:left;
	padding:5px;
}

div.char_row:last-child div.char_row_info{
	text-align:center;
}

div.char_row:last-child div.char_row_info h2{
	color:#fff;
	font-size:20px;
	line-height:40px;
}

/*
div.char_row:last-child div.char_row_bg{
	background: #6e291a;
}
*/

div.char_row_info h1{
	color:#fff;
	font-size:14px;
	line-height:40px;
	font-weight:bold;
	clear:both;
	margin:0;
	padding:0;
	text-shadow: 2px 2px #000;
}

div.char_row_info h2{
	font-weight:bold;
	font-size:15px;
	clear:both;
	margin:0;
	padding:0;
	text-shadow: 2px 2px #000;
}

div.char_row_info h4{
	font-weight:bold;
	color:#fff;
	font-size:12px;
	clear:both;
	margin:0;
	padding:0;
	text-shadow: 2px 2px #000;
}

div.choose_name{
	height:30px;
	position:absolute;
	bottom:120px;
	width:100%;
}

div#create_error{
	font-weight:bold;
	color:#ffffff;
	height:20px;
	width:100%;
	position:absolute;
	bottom:150px;
	font-size:14px;
}

div.choose_name input{
	background:#ddd;
	border-radius:10px;
	padding-left:5px;
	height:30px;
	width:280px;
	color:#333;
}

div.tutorial_prompt{

	padding: 20px;
	text-align: center;

}

div.tutorial_prompt button.tutorial_btn{

	background: rgba(255,165,0,0.7);
	padding: 15px 60px;
	color: #fff;
	text-shadow: 1px 1px #000;
	font-size: 24px;
	font-weight: bold;
    transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -webkit-transition: all .15s;
	width: 200px;

}

div.tutorial_prompt button.tutorial_btn:hover{
	background: rgba(255,165,0,1.0);
}

div.tutorial_prompt button.skip_btn{

	padding: 5px 60px;
    color: #ccc;
    text-shadow: 1px 1px #000;
	width: 200px;

}

/* ====== OTHER STUFF ====== */
#debug{
	width:420px;
	min-height:80px;
	height:auto;
	border:1px solid #333;
	background-color:#000;
	position:absolute;
	z-index:30;
	border-radius:5px;
	right:3px;
	top:33px;
	opacity:0.6;
	display:block;
	text-align:left;
	padding:3px;
}

#stats2{
	top: 30px !important;
}

body #wuiwrap2{
	display: none;
}

div#wui1{
	/*width:100%;*/
	width: 417px;
}

/* CHAT BOX */
.chatBar{
	bottom:0px;
	left:0px;
	position:absolute;
	z-index:2;
	width:100%;
}

.chat{
    color: #bbb;
    font-weight:bold;
    padding: 3px;
	background: rgba(0.2,0.2,0.2,0.7);
    font-size: 9pt;
    width:410px;
}

.chat_time{
  font-variant:small-caps;
  font-size:9pt;
}

.chat_whisper{
  margin-right:3px;
  cursor:url(/img/cursors/knights-glove.png), pointer;
  height:10px;
  width:10px;
}

.ui_wrap{
  text-align:left;
  position:absolute;
  height:180px;
  width:435px;
  overflow:hidden;
}

.ui_img{
	display: none;
}

.ui_header{
  display:none;
  text-align:left;
  height:25px;
  width:435px;
  position:absolute;
  top:4px;
  left:0px;
  z-index:1;
}

.ui_mode{
  float:left;
  width:125px;
  height:23px;
}

.ui_mode select{
  font-weight:bold;
  font-variant:small-caps;
  width:120px;
  background: rgba(0.2,0.2,0.2,0.7);
  font-size:9pt;
  border:1px solid #333;
  color:#bbb;
  margin-right:5px;
  margin-top:3px;
}

.ui_drag{
  float:left;
  height:20px;
  width:295px;
  background:transparent;
  margin-top:3px;
  background-image: url('/img/sprites/ietran.gif');
  background-repeat: repeat-x;
}

.ui_body{
  position:absolute;
  bottom: 25px;
  left:0px;
  z-index:1;
  height:154px;
  width:435px;
  overflow-x:hidden;
  overflow-y:auto;
  border-radius: 5px;
  background: rgba(0,0,0,0.3);
}

.ui_scrollText{
  /*position:absolute;*/
  /*z-index:0;*/
  /*left:4px;*/
  /*bottom: 0px !important;*/
  /*top: auto !important;*/
  padding: 0px 2px 2px 0px;
  position:relative;
  width:420px;
  height:154px;
}

.ui_content{
  border-collapse:collapse;
  width: 100%;
  height: 100%;
}

.ui_content td{
  /*color:#bbb;*/
  width:100%;
  height:100%;
  vertical-align:bottom;
}

.ui_sideBar{
	display:none;
}

.chat_spacer{
	height:20px;
	clear:both;
	width:100%;
}

.ui_scrollBar{
  position:absolute;
  width:20px;
  height:85px;
  z-index:0;
  left:405px;
  top:0px;
  background-image: url('/img/sprites/scrollBar.png');
  background-repeat: no-repeat;
}

.ui_scrollBar_liner{
  width:20px;
  height:85px;
  position:relative;
}

.ui_scrollButton{
  position:absolute;
  cursor:url(/img/cursors/knights-glove.png), pointer;
  height:20px;
  width:20px;
  top:65px;
  z-index:0;
  background-image: url('/img/sprites/scrollButton.png');
  background-repeat: no-repeat;
}

body #wuiwrap1{
	/*display:none !important;*/
	left: 8px !important;
	bottom:67px !important;
	/*background: rgba(0,0,0,0.1);*/
	background: none !important;
	/*border-radius: 10px;*/
	/*pointer-events:none !important;*/
}

body #wcombatlog{
	pointer-events: none;
	position: absolute;
	left: 8px !important;
	bottom: 252px !important;
	width: 435px;
	height: 95px;
    color: #fff;
    text-shadow: 1px 1px #000;
	overflow:hidden;
	text-align:left;
}

body #wcombatlog_text{
	width:100%;
	height:100%;
	font-size: 11px;
}

body #wuiwrap1 .pt8{
	color: #fff;
	text-shadow: 1px 1px #000;
}

body #wuiwrap1 .ui_img{
	display: none;
}

body #wuiwrap1 .ui_scrollBar{
	display: none;
}

body #wuiwrap1 .ui_sideBar{
	/*display: block !important;*/
	position:absolute;
	left:4px;
	width:20px;
	height:85px;
}

body #wuiwrap1 .ui_sideBar button{
	min-width:0px !important;
	padding: 3px 3px;
}

body #wuiwrap1 .ui_mode{
	width:155px !important;
}

body #wuiwrap1 .ui_mode select{
	margin-top:0px !important;
	float:left;
	pointer-events:auto;
}

body #wuiwrap1 .ui_mode button{
	display: none;
	min-width:0px !important;
	padding: 4px 5px;
	font-size:10px;
	pointer-events:auto;
}

body #wuiwrap1 .chat_spacer{
	display:none;
}

/*
body #wuiwrap1 .chatBar{
	display:none;
}
*/

/*WINDOW*/
.window{
	top: 50%;
	left: 50%;
	overflow:hidden;
	text-align:left;
	position:absolute;
	opacity:0;
	transition: opacity .50s ease-in-out;
	-moz-transition: opacity .50s ease-in-out;
	-webkit-transition: opacity .50s ease-in-out;
	background: rgba(0,0,0,0.7);
	border-radius:15px;
}

.window div{
	box-sizing: border-box;
}

.windowHead{
	padding:0px;
	clear:both;
	height:30px;
	width:100%;
}

.windowBody{
	text-align:left;
	height: 500px;
	width: 100%;
	overflow-y: hidden;
	overflow-x: hidden;
	background-color:transparent;	
	margin:0 auto 0 auto;
	padding: 5px;
}

.windowFooter{
	position: absolute;
	bottom: 3px;
	text-align:center;
	width: 100%;
	height: 30px;
	line-height: 20px;
}

.windowInfo{
	height:100px;
	background-color:#191919;
	border-radius:5px;
	overflow-x: hidden;
	overflow-y: auto;
	padding:3px;
}

.window_mask{
	left: 50%;
	top: 50%;
	position:absolute;
	background: #000;
	border-radius: 15px;
	opacity: 0;
	transition: opacity .50s ease-in-out;
	-moz-transition: opacity .50s ease-in-out;
	-webkit-transition: opacity .50s ease-in-out;
}

.window .info{
	clear:both;
	width:443px;
	min-height:36px;
	border:1px solid #202020;
	border-radius:7px;
	background: rgba(25,25,25,0.92);
	font-size:8pt;
	margin:0px 0px 7px 0px;
	text-align:left;
	padding:7px;
}

/* QUICK SEARCH */
.qs_row{
	height:30px;
	line-height:30px;
	font-weight:bold;
	background:#fff;
	color:#000;
	clear:both;
	pointer:cursor;
	text-align:left;
	padding-left:5px;
}

.qs_row:hover{

	background: #3079ed;
	color:#fff;

}

/* XP BAR */
body div#wostats{
	display:none;
}

/* QUEST TRACKER */
#wqtracker{
	position:absolute;
	z-index:3;
	display:block;
	text-align:left;
	background:rgba(0,0,0,0.6);
	border-radius:7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	color:white;
	min-width:240px;
	width:auto;
	min-height:60px;
	height:auto;
}

.qtracker_wrap{
  padding:0 3px 3px 3px;
  min-width:160px;
}

.qtracker_title{
  font-weight:bold;
  font-size:10pt;
  margin:5px 0 2px 0;
  color:#DFCCAE;
}

/* MINIMAP */
#wminimap{
	display:none;
	position:absolute;
	z-index:2;
	height:300px;
	width:258px;
	overflow:hidden;
}

#mmliner{
	position:relative;
	height:258px;
	width:258px;
	zoom:0.85;
	-moz-transform: scale(0.85);
	margin-left:30px;
}

#canvasminimap{
	position:absolute;
	top:0px;
	left:0px;
	z-index:1;
}

#canvascompass{
	position:absolute;
	top:0px;
	left:0px;
	z-index:2;
}

#compass_img{
	width:32px;
	height:32px;
	position:absolute;
	top:129px;
	left:129px;
	z-index:2;
	margin:-16px 0px 0px -16px;
	background:url(/img/icons/compass.png);
}

#mmbuttons{
	position:absolute;
	bottom:0px;
	left:0px;
	z-index:3;
	height:18px;
	width:258px;
	text-align:left;
}

#mmbuttons img{
	width:18px;
	height:18px;
}

/*CASTBOX*/
#castBox{
	position:absolute;
	width:180px;
	height:30px;
	z-index:99;
	bottom:100px;
	left:50%;
	margin-left:-90px;
	display:none;
	text-align:left;
	overflow:hidden;
}

#castImg{
	position:absolute;
	width:180px;
	height:30px;
	z-index:2;
	top:0px;
	left:0px;
}

#castImg img{
	width:180px;
	height:30px;
}

#castBg{
	position:absolute;
	width:150px;
	height:30px;
	z-index:0;
	top:0px;
	left:15px;
	background-color:black;
}

#castLiner{
	position:absolute;
	width:150px;
	height:30px;
	z-index:1;
	top:0px;
	left:15px;
	background-color:#269D26;
}

#castMsg{
	position:absolute;
	width:150px;
	height:20px;
	z-index:3;
	top:7px;
	left:15px;
	overflow:hidden;
	text-align:center;
	font-size:8pt;
	font-weight:bold;
	color:white;
}

/* SPELLS */
#wspellswrap{
	bottom: 3px !important;
	left: 7px !important;
	width:550px;
	height:55px;
	text-align:left;
	overflow:hidden;
	position:absolute;
	z-index:3;
}

#wspellswrap .wspell_bg{
	display:none;
}

#wspells{
	position:absolute;
	z-index:1;
	width:550px;
	height:55px;
}

#wspells_drag{
	display:none;
}

div.spell_wrap{
	width:50px;
	height:50px;
	border-radius:5px;
	/*border:1px solid #bbb !important;*/
	border:none;
	overflow:hidden;
	position:relative;
	float:left;
	cursor:url(/img/cursors/knights-glove.png), pointer;
	margin: 0px 3px 0px 0px;
	box-sizing: border-box;
}

div.spell_wrap.size_32{
	width:32px;
	height:32px;
}

div.spell_wrap.item{
	float:right;
	margin: 0px 0px 0px 3px;
}

div.spell_wrap.loot{
	float:none;
	margin: 0px 0px 0px 0px;
}

div.spell_wrap.inv{
	margin: 2px 0px 0px 4px;
}

div.spell_wrap.char{
	float:none;
	display:inline-block;
}

div.spell_wrap.inactive{
	opacity: 0.5;
}

/*
#wspellswrap .spell_wrap.toggle{
	border: 1px solid orange !important;
}
*/

div.spell_img{
	width:50px;
	height:50px;
	border-radius:5px;
	left:0px;
	top:0px;
	z-index:0;
	position:absolute;
	background-size: contain !important;
	box-sizing: border-box;
	pointer-events:none;
}

div.spell_img.size_32{
	width:32px;
	height:32px;
}

div.spell_img.inactive{

	filter: grayscale(1);

}

/*
body div#wspellswrap .spell_img img{
	width:50px;
	height:50px;
	border-radius:5px;
}
*/

div.spell_num{
	position:absolute;
	top:2px;
	left:3px;
	height:14px;
	width:35px;
	font-size:8pt;
	z-index:2;
	text-shadow:#000000 1.5px 1.5px 1px;
	font-weight:bold;
	pointer-events:none;
}

div.spell_num.active{
	color:#DFCCAE;
}

div.spell_num.inactive{
	color:#ff0000;
}

div.spell_mask{

	width:50px;
	height:50px;
	position:absolute;
	z-index:3;
	background-position: 0px 0px;
	background-size: contain;
	background: url('/img/spells/cover_combined.png');
	left: 0px;
    top: 0px;
	/*pointer-events:none;*/

}

div.spell_mask.toggle,
div.spell_mask:hover{

	background-position: -50px 0px;

}

div.spell_mask.size_32{

	width:32px;
	height:32px;
	background: url('/img/spells/cover_combined_32.png');

}

div.spell_mask.size_32:hover{

	background-position: -32px 0px;

}

div.spell_mask.inactive:hover{

	background-position: 0px 0px;

}

div.spell_empty{
	opacity: 0.7;
	border-radius:5px;
	background:transparent;
	box-sizing: border-box;
	float:left;
	margin: 0px 3px 0px 0px;
	border: 1px dotted #777;
	overflow:hidden;
	height:50px;
	width:50px;

}

div.spell_empty.item{
	margin: 0px 0px 0px 3px;
	float: right;
}

/* EQUIPMENT */
#wequipwrap{
	width:550px;
	height:55px;
	text-align:left;
	overflow:hidden;
	position:absolute;
	z-index:4;
	right: 7px !important;
	bottom: 3px !important;
}

.wequip_bg{
	position:absolute;
	z-index:0;
	top:0px;
	left:0px;
	width:435;
	height:64px;
	display:none;
}

#wequip{
	position:absolute;
	z-index:1;
	width:550px;
	height:55px;
}

#wequip_drag{
	position:absolute;
	z-index:2;
	top:0px;
	left:307px;
	height:20px;
	width:100px;
	display:none;
}

.eq_wrap{
	overflow:hidden;
	cursor:url(/img/cursors/knights-glove.png), pointer;
	float:right;
	margin: 0px 0px 0px 3px;
	position:relative;
	height: 50px;
	width: 50px;
	border-radius:5px;
}

.eq_wrap.active{
	border: 1px solid #bbb;
}

.eq_wrap.inactive{
	border: 1px solid #333;
	opacity: 0.3;
}

.eq_img{
	top:0px;
	left:0px;
	z-index:1;
	position:absolute;
	height: 50px;
	width: 50px;
}

.eq_img img{
	height: 50px;
	width: 50px;
	border:none;
}

.eq_num{
	left:1px;
	top:0px;
	position:absolute;
	height:14px;
	width:33px;
	font-size:8pt;
	text-align:left;
	z-index:2;
	text-shadow:#000000 2px 2px 2px;
}

.eq_num.active{
	color:#DFCCAE;
}

.eq_num.inactive{
	color:#ff0000;
}

.eq_blank{
	opacity: 0.3;
	border-radius:5px;
	background:transparent;
	float:right;
	margin: 0px 0px 0px 3px;
	border: 1px dotted #333;
	overflow: hidden;
	height: 50px;
	width: 50px;
}

.eq_blank img{
	height: 50px;
	width: 50px;
	border: none;
}

/* SPELL TOOLTIP */
.spell_desc_wrap{
  width:350px;
}

.spell_desc_head{
  color:#DFCCAE;
  font-weight:bold;
  height:20px;
}

.spell_desc_type{
  font-weight:bold;
  color:white;
  clear:both;
  height:17px;
}

.spell_desc_body{
  clear:both;
}

.spell_desc_extra{
  font-variant:small-caps;
  font-weight:bold;
  margin-top:5px;
}

/*MM*/
#mm_location{
	position:relative;
	height:30px;
	width:240px;
	margin-top:5px;
	text-align:center;
	line-height:30px;
	font-weight:bold;
	background:rgba(0,0,0,0.6);
	border-radius:4px;
	margin-left:auto;
	margin-right:auto
}

/*MENU*/
#sddm
{       margin: 0;
        padding: 0;
        z-index: 1198;
        position: absolute;
}

#sddm li
{       margin-right: 3px;
        padding: 0;
        list-style: none;
        float: left;
}

#sddm li a
{       display: block;
        margin: 0;
        text-align: center;
        text-decoration: none;
        font-variant: small-caps;
        font-size: 11pt;
        border:none;
}

#sddm div
{       position: absolute;
        visibility: hidden;
        margin: 0;
        padding: 0;
        z-index: 10000;
        border: 1px solid #5A4B38;
        background-color:black;
}

#sddm div a
{
  position: relative;
  display: block;
  margin: 0;
  width: auto;
  white-space: nowrap;
  text-align: left;
  text-decoration: none;
  padding: 3px;
  font-size: 11px;
}

#sddm div a:hover
{
  background: #5A4B38;
  color: #FFF
}

/*NAMES*/
.legion_tag{
  color:#bbb;
  text-decoration:none;
}

.elite_name{
  color:#EC9B27;
  font-weight:bold;
  text-decoration:none;
  font-size:9.5pt;
}

.reg_name{
  font-size:8pt;
  color:#bbb;
  text-decoration:none;
  font-weight: normal;
}

.banned_name{
  color:#333;
  text-decoration:line-through;
}

/*ITEMS*/
.item_wrap{
  clear:both;
  text-align:left;
  width:250px;
  overflow:hidden
}

.item_name{
  float:left;
  width:175px;
  height:20px;
}

.item_level{
  float:right;
  width:73px;
  height:20px;
  text-align:right;
}

.item_img{
  float:left;
  width:49%;
  height:50px;
}

.item_sec{
  float:right;
  text-align:right;
  width:49%;
  height:50px;
}

.item_stat{
  float:left;
  width:150px;
}

.item_value{
  float:right;
  text-align:right;
}

.item_extra{
  clear:both;
  margin-top:7px;
}

.gem_wrap{
  clear:both;
  width:250px;
  text-align:left;
  overflow:hidden;
  margin-bottom:10px;
  margin-top:10px;
}

.gem_outter{
  clear:both;
  height:20px;
  width:250px;
}

.gem_inner{
  clear:both;
  height:20px;
  width:225px;
  margin-left:25px;
}

.gem_image{
  float:left;
  height:15px;
  width:25px;
}

.gem_stat{
  float:left;
  height:15px;
  width:100px;
}

.gem_value{
  float:right;
  height:15px;
  text-align:right;
}

.gem_empty{
  float:left;
  height:15px;
  width:15px;
  background-color:#333;
}

.gem_empty_wrap{
  clear:both;
  height:17px;
}

div.reward_item{
	float:left;
	height:40px;
	width: 232px;
	line-height:40px;
	background:#000;
	border-radius:10px;
	margin:0px 10px 3px 0px;
}

div.reward_item.sel:hover{
	background:#333;
}

div.reward_item img{
	height:30px;
	margin:0px 5px 0px 2px;
	vertical-align:middle;
}

div.reward_item span.qty{
	float:right;
	margin-right:5px;
}

/*WUSTATS*/
#wustats{
	position: absolute;
	width:250px;
	height:75px;
}

/*WTSTATS*/
#wtstats{
	position:absolute;
	width:250px;
	height:75px;
}

/*PETSTATS*/
#wpetstats{
	position:absolute;
	width:250px;
	height:105px;
}

/*WOSTATS*/
#wostats{
	position:absolute;
	width:90px;
	height:42px;
}

/*WPSTATS*/
div.wpstats{
	overflow:hidden;
	position:absolute;
	width:250px;
	height:75px;
	display:none;
}

div.party_wrap{
	overflow:hidden;
	position:absolute !important;
	width:250px;
	height:375px;
}

div.party_liner{
	width:100%;
	height:100%;
	position:relative;
}

div.npc_spells{
	position:absolute;
	z-index:4;
	top:75px;
	left:55px;
	height:25px;
	width:190px;
	text-align:left;
	overflow:hidden;
}

/*OTHER STATS*/
.ostat_wrap{
  height:14px;
  width:92px;
  overflow:hidden;
  position:relative;
}

.ostat_back{
  position:absolute;
  top:0px;
  left:18px;
  z-index:0;
  height:13px;
  background-color:black;
}

.ostat_xp{
  position:absolute;
  top:0px;
  left:18px;
  z-index:1;
  height:13px;
  background-color:#600AB1;
}

.ostat_energy{
  position:absolute;
  top:0px;
  left:18px;
  z-index:1;
  height:13px;
  background-color:#77623B;
}

.ostat_faith{
  position:absolute;
  top:0px;
  left:18px;
  z-index:1;
  height:13px;
  background-color:#E5C9B1;
}

.ostat_sprite{
  position:absolute;
  top:0px;
  left:0px;
  z-index:2;
  width:92px;
  height:14px;
}

/*SPECIAL ITEMS*/
.sitem{
  float:left;
  height:25px;
  width:30px;
  text-align:left;
}

/*CLICKDROP*/
.drag{
   cursor: move;
}

.ab{
  display:block;
}

.sb{
  display:block;
}

.eq{
  display:block;
}

.dbar
{
  width:50px;
  padding:1px;
  border:1px solid #5A4B38;
  height:3px;
}

div.npc_select_header{

}

div.npc_select_footer{
	text-align:center;
	height:20px;
	margin-top:50px;
}

div.npc_select_choice{
	width:420px;
	height: 50px;
	margin: 0px auto 15px auto;
	border-radius: 5px;
}

div.npc_select_choice div.button_wrap{
	width: 50px;
	height: 50px;
	float: left;
}

div.npc_select_choice div.button{
	width: 40px;
	height: 40px;
	padding: 5px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	border-radius: 10px;
	background: #888;
	box-shadow: 2px 2px 3px #000;
}

div.npc_select_choice div.button img {
    width: 40px;
    height: 40px;
}

div.npc_select_choice div.button.active img {

}

div.npc_select_choice div.button:hover{
	background:#aaa;
}

div.npc_select_choice div.button.active{
	background:#aaa;
	/*border:2px solid orange;*/
}

div.npc_select_choice div.desc{
	float:left;
	padding-left:5px;
	height:50px;
	width:340px;
	text-align:left;
}

div.npc_select_choice div.desc span{
	font-weight:bold;
	color:#fff;
}

/*QUEST LOG*/
.qlog_head_wrap{
  height:200px;
  width: 550px;
  position: relative;
  margin:0px 0px 5px 20px;
}

.qlog_head_back{
  height:192px;
  width:550px;
  border:1px solid #202020;
  background-color:black;
  opacity:0.8;
  position:absolute;
  left:0px;
  top:0px;
  z-index:0;
  padding:3px;
}

.qlog_head{
  height:175px;
  width:550px;
  position:absolute;
  top:15px;
  left:0px;
  z-index:1;
  overflow-y:auto;
}

.qlog_head_title{
  overflow:hidden;
  position:absolute;
  left:0px;
  top:0px;
  cursor:url(/img/cursors/knights-glove.png), pointer;
  clear:both;
  width:520px;
  height:23px;
  font-weight:bold;
  text-decoration:underline;
}

.qlog_head_scrollText{
  position:absolute;
  z-index:0;
  left:4px;
  width:520px;
  overflow:hidden;
}

.qlog_head_content{
  border-collapse:collapse;
}

.qlog_head_content td{
  color:#bbb;
  width:520px;
  font-size:9pt;
  text-align:left;
  vertical-align:top;
  overflow:hidden;
}

.qlog_head_scrollBar{
  position:absolute;
  width:20px;
  height:85px;
  z-index:0;
  right:5px;
  top:20px;
  background-image: url('img/sprites/scrollBar.png');
  background-repeat: no-repeat;
}

.qlog_head_scrollBar_liner{
  width:20px;
  height:85px;
  position:relative;
}

.qlog_head_scrollButton{
  position:absolute;
  cursor:url(/img/cursors/knights-glove.png), pointer;
  height:20px;
  width:20px;
  z-index:0;
  background-image: url('img/sprites/scrollButton.png');
  background-repeat: no-repeat;
}

/*TALENTS*/
.talentFrame{
	float: left;
	text-align: center;
	width: 470px;
	height: 420px;
	border: 1px solid #191919;
	background:#0B0C0D;
	border-radius:8px;
}

div.talentBox{
	height:100px;
	width: 142px;
	margin: 8px 7px;
	text-align: center;
	float: left;
	border-radius: 3px;
	font-size: 8pt;
	cursor: url(/img/cursors/knights-glove.png), pointer;
	background: #262626;
	padding:4px;
	cursor:pointer;
	border: 1px solid #555;
}

div.talentBox:hover{
	background:#2f2f2f;
}

.talentSpacer{
  height:30px;
  width: 142px;
  margin: 2px 7px 2px 7px;
  text-align: center;
  float: left;
  font-size: 8pt;
  cursor: url(/img/cursors/knights-glove.png), pointer;
}

.tinfo{
  width: 175px;
  text-align: center;
}

#woptions_wrap{
	position:relative;
	height:30px;
	float:left;
	width:auto;
	padding-left:7px;
}

#woptions_wrap a{
	display:block;
	float:left;
	margin:5px 8px 0px 0px;
	height:25px;
	width:25px;
}

#woptions_wrap_mobile{

	position:relative;
	height:30px;
	float:left;
	width:auto;
	padding-left:3px;

}

#woptions_wrap_mobile a{
	display:block;
	float:left;
	margin:0px 0px 0px 0px;
	height:30px;
	width:25px;
	padding-top:5px;
}

#woptions_wrap_mobile a img{
	height:20px;
	border:none;
}

#woptions_wrap a img{
	height:20px;
	width:20px;
	border:none;
}

.ntitle{
  font-size:12pt;
  color:white;
  font-weight:bold;
  text-align:center;
  font-variant:small-caps;
  clear:both;
  margin-top:15px;
  height:15px;
}

.deathWindow{
	width:100%;
	height:100%;
	padding:3px;
	text-align:center;
	font-weight:bold;
	font-size:10px;
	color:#fff;
}

.tutorialWindow{
	font-size: 12px !important;
	position: relative;
	width:99% !important;
}

div.window#tutorial2{

	color: #fff;
	text-align: center;
	padding:7px;
	border:1px solid #bbb;
}

div.window#tutorial2 h4{

	color:#DFCCAE;
	font-size: 20px;

}

/*VOLUME SLIDER*/
.volumeslider{
	border-width: 1px;
	border-style: solid;
	border-color: #333 #333 #777 #333;
	border-radius: 25px;
	width: 100px;
	position: absolute;
	height: 13px;
	background-color: #8e8d8d;
	background: url('/img/icons/bg-track.png') repeat top left;
  box-shadow: inset 0 1px 5px 0px rgba(0, 0, 0, .5), 0 1px 0 0px rgba(250, 250, 250, .5);
  left: 20px;
}
.volumeslider >a{
	height:25px !important;
	width:25px !important;
}
.tooltip {
	position: absolute;
	display: block;
	top: -25px;
	width: 35px;
	height: 20px;
	color: #fff;
	text-align: center;
	font: 10pt Tahoma, Arial, sans-serif ;
	border-radius: 3px;
	border: 1px solid #333;
    -webkit-box-shadow:  1px 1px 2px 0px rgba(0, 0, 0, .3);
    box-shadow:  1px 1px 2px 0px rgba(0, 0, 0, .3);
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: -moz-linear-gradient(top,  rgba(69,72,77,0.5) 0%, rgba(0,0,0,0.5) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(69,72,77,0.5)), color-stop(100%,rgba(0,0,0,0.5))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(69,72,77,0.5) 0%,rgba(0,0,0,0.5) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(69,72,77,0.5) 0%,rgba(0,0,0,0.5) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(69,72,77,0.5) 0%,rgba(0,0,0,0.5) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(69,72,77,0.5) 0%,rgba(0,0,0,0.5) 100%); /* W3C */
}
.volume {
	content: "";
	display: inline-block;
	width: 25px;
	height: 25px;
	right: -5px;
	background: url('/img/icons/volume.png') no-repeat 0 -50px;
	position: absolute;
	margin-top: -5px;
}
.ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 25px;
	height: 25px;
	cursor: pointer;
	background: url('/img/icons/handle.png') no-repeat 50% 50%;
	font-weight: bold;
	color: #1C94C4;
	outline: none;
	top: -7px;
	margin-left: -12px;
}
.ui-slider-range {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #eaeaea 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eaeaea)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#eaeaea 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#eaeaea 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#eaeaea 100%); /* IE10+ */
	background: linear-gradient(top,  #ffffff 0%,#eaeaea 100%); /* W3C */
	position: absolute;
	border: 0;
	top: 0;
	height: 100%;
	border-radius: 25px;
}

/*player window*/
.pw_wrap{
	cursor:pointer;
	margin: 0px 0px 3px 0px;
	text-align:left;	
	clear:both;	
}

.pw_wrap_liner{
	width:100%;
	height:100%;
	position:relative;
}

.pw_bg{
	position:absolute;
	z-index:3;
	top:0px;
	left:0px;
	background:url(/img/sprites/statbar8.png) no-repeat;
	 cursor:pointer;
}

.pw_lvl{
	position: absolute;
	z-index: 5;
	top:55px;
	left:6px;
	font-size:7pt;
	color:white;
	overflow:hidden;
	text-align:center;
	width:15px;
}

.pw_av{
	position: absolute;
	z-index: 5;
	top:12px;
	left:12px;
	height:30px;
	width:30px;
	cursor:pointer;
}

.pw_av img{
	height:30px;
	width:30px;
	border:none;
}
.pw_pvp{
	position: absolute;
	z-index: 5;
	top:9px;
	left:53px;
	font-size:6pt;
	color:red;
	overflow:hidden;
	text-align:center;
	width:15px;
}

.pw_dd{
	position:absolute;
	z-index:6;
	top:0px;
	left:0px;
	width:50px;
	height:50px;
}

.pw_data{
	position:absolute;
	z-index:3;
	top:10px;
	left:55px;
	width:195px;
	height:75px;
}

.pw_data>span{
	font-size:8pt;
}

.pw_data1{
	clear:both;
	height:15px;
	width:195px;
	text-align:left;
	overflow:hidden;
	cursor:pointer;
}

.pw_name{
	float:left;
	width:155px;
	height:15px;
	overflow:hidden;
}

.pw_uname{
	float:left;
	width:128px;
	height:15px;
	overflow:hidden;
	padding-left:22px;
}

.pw_class{
	float:right;
	margin-right:5px;
	width:20px;
}

.pw_class img{
	width:15px;
	height:15px;
	border:none;
}

.pw_sex{
	float:right;
	width:20px;
}

.pw_sex img{
	width:15px;
	height:15px;
	border:none;
}

.pw_sess{
	height:14px;
	clear:both;
}

.pw_usess{
	height:14px;
	clear:both;
	padding-left:20px;
}

.pw_sess img, .pw_usess img{
	height: 12px;
	width: 12px;
	float:left;
	margin-right:2px;
}

.pw_hp{
	clear:both;
	height:16px;
	width:193px;
	overflow:hidden;
	position:relative;
	cursor:pointer;
	margin-left: -2px;
}

.pw_hp_bg{
	position:absolute;
	top:0px;
	left:34px;
	z-index:0;
	height:14px;
	background-color:black;
}

.pw_hp_bg2{
	position:absolute;
	top:0px;
	left:34px;
	z-index:1;
	height:14px;
	background-color:#269D26;
}

.pw_hp_img{
	position:absolute;
	top:0px;
	left:0px;
	z-index:2;
	width:193px;
	height:16px;
	background:url(/img/sprites/stat_bar_hp2.png) no-repeat;
}

.pw_mp_bg2{
	position:absolute;
	top:0px;
	left:34px;
	z-index:1;
	height:14px;
	background-color:#3232EA;
}

.pw_mp_bg3{
	position:absolute;
	top:0px;
	left:34px;
	z-index:1;
	height:14px;
	background-color:#ff0000;
}

.pw_mp_img{
	position:absolute;
	top:0px;
	left:0px;
	z-index:2;
	width:193px;
	height:16px;
	background:url(/img/sprites/stat_bar_mp2.png) no-repeat;
}

.pw_xp_bg{
	position:absolute;
	top:0px;
	left:34px;
	z-index:0;
	height:14px;
	background-color:black;
}

.pw_xp_bg2{
	position:absolute;
	top:0px;
	left:34px;
	z-index:1;
	height:14px;
	background-color:#c44aec;
}

.pw_xp_img{
	position:absolute;
	top:0px;
	left:0px;
	z-index:2;
	width:193px;
	height:16px;
	background:url(/img/sprites/stat_bar_xp2.png) no-repeat;
}

.pw_off{
	float:left;
	text-align: center;
	font-variant: small-caps;
	color: #333;
	font-weight:bold;
}

div.rows > div{
	text-align:left;
}

div.rows > div:nth-of-type(even){
	/*background:;*/
}
div.rows > div:nth-of-type(odd){
	background:#0B0C0D;
}

table.rows{
	border-collapse:collapse;
	width:100%;
}

table.rows td, table.rows th{
	height:36px;
	line-height:100%;
	font-size:12px;
	vertical-align: middle;
	padding:0px 2px 0px 2px;
	text-align:left;
}

table.rows tr td:last-child, table.rows tr th:last-child{
	text-align:right;
}

table.rows th {
	padding: 0.5em;
	line-height:100%;
	color:#fff;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
}

table.rows tr:first-child{
	background:transparent;
}

table.rows th{
	height:20px;
}

table.rows tr:nth-of-type(even){
	background:#0B0C0D;
}

table.fixed_header2{
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}

table.fixed_header tbody{
  display:block;
  overflow-y:auto;
  width:100%;
}
table.fixed_header thead tr{
  display:block;
}