	/*********************************************
	 ** Stylesheet file for default Flux theme. **
	 *********************************************/

/** START OF FONT DECLARATION **/

@font-face { 
    font-family: 'silkscreennormal';
    src: url('slkscr-webfont.eot');
    src: url('slkscr-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('slkscr-webfont.woff') format('woff'),
         url('slkscr-webfont.ttf') format('truetype'),
         url('slkscr-webfont.svg#silkscreennormal') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'caviar_dreamsregular';
    src: url('caviardreams-webfont.eot');
    src: url('caviardreams-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('caviardreams-webfont.woff') format('woff'),
         url('caviardreams-webfont.ttf') format('truetype'),
         url('caviardreams-webfont.svg#caviar_dreamsregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'BubbleBobble';
    src: url('BubbleBobble-rg3rx.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Braton';
    src: url('caviardreams-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;

}
/** BODY WIDTH **/
html{ width:100%;cursor: url('cursor_default.png'), default;}

body {
	padding: 0;
	font-family: "Lucida Grande", "Lucida Sans", Verdana, Tahoma, sans-serif;
	font-size: 9pt;
	color: #000;
	background: url(main_bgbg2.png) top center repeat-x;   
	width:1898px;
	margin:0px auto;
	cursor: url('cursor.cur'), default;
}
@media only screen and (max-width: 1378px) {
  body {
	
	background: #edeadb;   
	
	}
}
.font-title{
	letter-spacing:0px;
	font: 28px/28px Braton;
	color:#ffc015;
	text-shadow:3px 2px 1px #000;
}
.font-title-2{
	letter-spacing:0px;
	font: 24px/24px Braton;
	color:#222;
}
.font-title-3{
	letter-spacing:0px;
	font: 38px/38px Braton;
	color:#fdd05c;
	text-shadow:3px 3px 3px #444;
}
#wrapper {
	padding:0px;
	width: 1898px;
	height: 1280px;
	margin: 0px auto;
	padding-top:60px;
	background: url(main_bg2.jpg) top center repeat-x;  
}

/** NAVIGATION **/
#navigation {
	width: 1300px;
	height: 41px;
	margin: 5px auto;
	margin-top: 65px;
	
}

nav {
	width: 1300px;
	margin: -62px auto 0px;
	padding: 0;
	
}

nav ul {
	padding: 11px 0 15px 0px; 
}


nav ul li {
	margin: 0 7px;
	margin-right: 18.2px;
	/* background:rgba(255,255,255,0.7); */
	width:54px;
	height:51px;
	color: #fff;
	display: inline-block;
	list-style: none;
	text-shadow: 0 -1px rgba(0,0,0,0.8), 0 0 5px rgba(0,0,0,.4);
	padding-bottom: 5px;
	transition: all 0.2s linear;
}

nav ul li:first-child {
	margin-left: 88px;
}
nav ul li:nth-child(4) {
	margin-right: 11.2px;
}
nav ul li:nth-child(5) {
	width:66px;
	height:62px;
}
nav ul li:nth-child(5) a {
	margin-top: 43px;
}
nav ul li:nth-child(6) {
	width:66px;
	height:62px;
	margin-right: 11px;
	margin-left: 310px;
}
nav ul li:nth-child(6) a {
	margin-top: 43px;
}
nav ul li:last-child {
	margin-right: 0;
}

nav ul li a {
	display: block;
	color: #fff;
	position: relative; 
	z-index: 9999; 
	letter-spacing: .5px;
	padding-top: 6px;
	padding-bottom: 20px;
	font-family: Arial;
	padding: 6px 0 9px 0;
	text-transform: uppercase;
}

nav ul li:hover, nav ul li:hover > a {
	text-shadow: 0 0 5px rgba(108,210,248,0.7), 0 0 3px rgba(255,255,255,1), 0 0 1px rgba(0,0,0,1);
	color: #fff;
	opacity: 1;
	transition: all 0.1s linear;cursor:url('pointer.png'),pointer;
}

nav ul li ul {
	float: left;
	position: absolute;
	z-index: 99999999999999999999;
	width: 142px;
	padding: 0 4px 4px 4px;
	background-color: rgba(25,97,121,0.8);
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	margin-left: -5px;
}

nav ul li ul li {
	width: inherit;
	padding: 0; 
	margin: 0;
	transition: all 0.1s linear;
}

nav ul li ul li a {
	font-size: 13px;
	padding: 10px;
	margin: 0;
}

nav ul li ul li:hover {
	background-size: 100% 50%;cursor:url('pointer.png'),pointer;
}

nav ul li ul.fallback {
	display:none;
}

nav ul li:hover ul.fallback {
	display:block;
}

/** ONLINE PLAYERS **/
#ol_p {
	width: 100px;
	height: 29px;
	margin: 0 auto;
	text-align: center;
	padding-top: 12px;
	margin-top: -46px;
	position: relative;
	z-index: 1;
}

#ol_p img {
	margin: 0 2px;
}

#ol_p img:first-child {
}

/** LOGO LINK **/
#logo {
	display: block;
	
	width: 225px;
	margin-top:-109px;
	margin-left:22px;
	
}
#a_logo{
	margin: 0 auto 73px auto;margin-bottom:49px;
	width: 275px;
}
/** CONTENT CONTAINER & MAIN BOX && SUBMENU**/
.content_container, .small_content {
	padding: 4px 7px 5px 4px;
	border: 1px solid rgba(0,0,0,0.0);
	border-radius: 12px;
	width: 730px;
	margin: 6px auto 7px auto;
}

.main_box, .small_main{
	border-radius: 10px;
	border: 2px solid rgba(0,0,0,0.0);
	padding: 10px;
	width: 710px;
	height: 100%;
}

.content_container2, .small_content2 {
	/*padding: 4px 7px 5px 4px;
	border: 1px solid rgba(0,0,0,0.1);
	box-shadow: inset 0 0 2px rgba(255,255,255,0.75), 0 5px 5px rgba(0,0,0,0.21);
	background: rgba(18,11,1,0.34);
	border-radius: 12px;
	*/
	width: 700px;
	margin: 6px auto 7px auto;
	margin-top:0px;
}
#shopingbg{
	padding:0px 0px 0px;
	margin-top:0px;
	background:url('shop-bg.jpg');
	background-repeat: no-repeat;
	background-size: 710px 595px;
	height:595px;
	
}
.btn-goto-buy {
	width: 155px !important;
	height: 40px !important;
	margin-top: 0px;
	background: url('btn-buy-shop.png') no-repeat;
	background-size: 155px 40px;
	border:none !important;
	cursor:pointer;
	margin-left: -10px;
}
.btn-goto-shop {
	width: 214px !important;
	height: 60px !important;
	margin-top: 0px;
	background: url('btn-buy-webshop.png') no-repeat;
	background-size: 214px 60px;
	border:none !important;
	cursor:pointer;
}
.btn-goto-exchange {
	width: 214px !important;
	height: 60px !important;
	margin-top: 1px;
	background: url('btn-buy-exc.png') no-repeat;
	background-size: 214px 60px;
	border:none !important;
	cursor:pointer;
}
.main_box2, .small_main2{
	/*background: rgb(222,214,195);
	background: linear-gradient(0deg, rgba(222,214,195,0.89) 0%, rgba(252,251,251,0.89) 100%); 
	border-radius: 10px;
	border: 2px solid #715252;*/
	padding: 10px;
	width: 714px;
	height: 100%;
	margin-left:-22px;
}

.small_main {
	padding: 14px;
	width: 240px;
}

.small_content {
	width: 244px;
}

#list-container {
	overflow:hidden;    
	width: 650px; 
	float: left;
	margin-left: 10px;
}

#submenu{
	min-width:1400px;
    float:left;
}

#submenu a {
	margin: 3px;
	margin-bottom: -2px;
}

.arrowR,.arrowL{
	background: url('sprite.png') -235px -198px no-repeat;
    width:10px;
    height:16px;
	margin: 2px -3px;
    float:right;
    cursor:pointer;
}

.arrowL{
	-moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    float:left;
}

a.sub-menu-item {
	display:inline-block;
	height: 16px;
	float: left;
	position: relative;
}

/** DOWNLOAD **/
#download {
	background: url('sprite.png') -264px -228px no-repeat;
	width: 292px;
	height: 90px;
	float: left;
	margin-left: -30px;
	position: relative;
	z-index: 2;
	margin-bottom: 2px;
	margin-top: -4px;
}

.small_client, .full_client {
	display: inline-block;
	border-radius: 3px;
	border: 1px solid #212f43;
	width: 88px;
	padding-top: 6px;
	height: 25px;
	text-align: center;
	/** font-family: silkscreennormal; **/
	font-size: 12px;
	font-weight: 700 !important;
	color: #fff;
	text-shadow: 0 1px rgba(0,0,0,0.5);
	box-shadow: inset 0 0 1px rgba(255,255,255,1), 0 0 3px rgba(255,255,255,0.5);
	background: linear-gradient(to bottom, #7cc900 0%, #4dc900 100%);
	margin-top: 15px;
	margin-left: 3px;
	margin-right: 2px;
	-moz-transition: all 0.2s ease-out;  
	-o-transition: all 0.2s ease-out;  
	-webkit-transition: all 0.2s ease-out;  
	-ms-transition: all 0.2s ease-out;  
	transition: all 0.2s ease-out;  
}


.full_client {
	background: linear-gradient(to bottom, #cd5b00 0%,#c14b00 100%);
}

.small_client:hover, .full_client:hover {
	text-shadow: 0 0 5px rgba(255,255,255,0.8);cursor:url('pointer.png'),pointer;
	color:#EEE;
	background:#009ac9;
}

.small_client:active {
	background: linear-gradient(to bottom, #c18a00 0%,#cd9e00 100%);
}

.full_client:active {
	background: linear-gradient(to bottom, #c14b00 0%,#cd5b00 100%);
}

/** DWIN **/
#dwin_head {
	background: url('sprite.png') -1px -230px no-repeat;
	width: 237px;
	height: 61px;
	margin-left: -18px;
	margin-top: -34px;
	margin-bottom: 15px;
}
table.dwin {
	background: #fff;
	font-size: 11px;
	font-family: Arial;
	color: #076281;
	table-layout: fixed;
	width: 220px;
	border-collapse: collapse;
	position: absolute;
	top:0;
	left: 0;
	z-index: 99999999999999999999999;
}

table.dwin tr td:first-child {
	width: 105px;
	text-align: left;
	font-weight: bold;
}

table.dwin tr td {
	height: 10px;
	text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/** WOE **/

#woe_ {
	background: url('sprite.png') -717px 0 no-repeat;
	width: 262px;
	height: 274px;
	margin-bottom: -1px;
	text-align: center;
}

#woe_ .emblem {
	padding: 1px; 
	width:24px; 
	height: 24px; 
	float: left; 
}

.woe_countdown {
	font-family: Cinzel;
	font-size: 15px;
	color: #d9941d;
	width: 250px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 14px auto;
	text-align: center;
	clear: both;
}

/** RANKING **/

.toppvp_but, .topguild_but {
	display: block;
	background: #0a7092;
	background: url('sprite.png') -844px -294px no-repeat;
	background: url('sprite.png') -844px -294px no-repeat, linear-gradient(to bottom, #0a7193 0%,#096787 50%,#085c7a 100%);
	box-shadow: inset 0 0 1px rgba(255,255,255,0.9);
	width: 93px;
	height: 17px;
	padding: 9px 10px 0 0;
	text-align: right;
	border-radius: 3px;
	border: 1px solid rgba(0,0,0,.5);
	color: #ededed;
	/** font-family: silkscreennormal; **/
	font-size: 9px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.5);
	display: inline-block;
	margin: 10px auto;
	-moz-transition: all 0.2s ease-out;  
	-o-transition: all 0.2s ease-out;  
	-webkit-transition: all 0.2s ease-out;  
	-ms-transition: all 0.2s ease-out;  
	transition: all 0.2s ease-out;  
}

.toppvp_but:hover, .topguild_but:hover {
	text-shadow: 0 0 5px rgba(255,255,255,1);cursor:url('pointer.png'),pointer;
}

.toppvp_but:active, .topguild_but:active {
	background: #085c7a;
	background: url('sprite.png') -844px -294px no-repeat;
	background: url('sprite.png') -844px -294px no-repeat, linear-gradient(to bottom, #085c7a 0%,#096787 50%,#0a7193 100%);
}

.toppvp_but:active {
	background: #085c7a;
	background: url('sprite.png') -578px -297px no-repeat;
	background: url('sprite.png') -578px -297px no-repeat, linear-gradient(to bottom, #085c7a 0%,#096787 50%,#0a7193 100%);
}

.toppvp_but {
	background: #0a7092;
	background: url('sprite.png') -578px -297px no-repeat;
	background: url('sprite.png') -578px -297px no-repeat, linear-gradient(to bottom, #0a7193 0%,#096787 50%,#085c7a 100%);
}

#pvp_tabs a.current .toppvp_but{
	background: #79B200;
	background: url('sprite.png') -578px -297px no-repeat;
	background: url('sprite.png') -578px -297px no-repeat, linear-gradient(to bottom, rgba(121,178,0,1) 0%,rgba(96,160,0,1) 100%);;
}

#pvp_tabs a.current .topguild_but {
	background: #79B200;
	background: url('sprite.png') -844px -294px no-repeat;
	background: url('sprite.png') -844px -294px no-repeat, linear-gradient(to bottom, rgba(121,178,0,1) 0%,rgba(96,160,0,1) 100%);;
}

.hide { position: absolute; top: -9999px; left: -9999px; }

div.nav { list-style:none; }

div.nav li { margin: 0; padding: 0; display: inline-block;}

ul.ranking_ {
	list-style: none;
	padding: 0;
}

ul.ranking_ li{
	display: block;
	float: left;
	margin: 5px;
	width: 196px;
}

.ranking_ .emblem {
	float: right;
	width: 24px;
	height: 24px;
	margin-right: -10px;
}

.rank_ {
	float: left;
	width: 15px;
	padding-top: 5px;
	height: 19px;
	color: #a2bac8;
}

.det_ {
	float: left;
	color: #13688c;
}

.rank_divider {
	background: linear-gradient(to right, rgba(122,188,255,1) 0%,rgba(96,171,248,0.56) 44%,rgba(64,150,238,0) 100%);
	height: 1px;
	width: 100%;
}

.rank_det {
	font-size: 9px;
	font-family: tahoma;
}

.rank_img {
	

}
/** QUICK LINKS && BTN && Server Status**/
.btn {
	max-width: 214px;
	max-height: 58px;
	background: url('sprite.png') -344px -157px no-repeat;
	-moz-transition: all 0.2s ease-out;  
	-o-transition: all 0.2s ease-out;  
	-webkit-transition: all 0.2s ease-out;  
	-ms-transition: all 0.2s ease-out;  
	transition: all 0.2s ease-out;  
}

.btn11 {
	max-width: 214px;
	max-height: 58px;
	background: url('sprite.png') -344px -157px no-repeat;
	-moz-transition: all 0.2s ease-out;  
	-o-transition: all 0.2s ease-out;  
	-webkit-transition: all 0.2s ease-out;  
	-ms-transition: all 0.2s ease-out;  
	transition: all 0.2s ease-out;  
}
.btn12 {
	max-width: 214px;
	max-height: 58px;
	background: url('sprite.png') -725px -70px no-repeat;
	-moz-transition: all 0.2s ease-out;  
	-o-transition: all 0.2s ease-out;  
	-webkit-transition: all 0.2s ease-out;  
	-ms-transition: all 0.2s ease-out;  
	transition: all 0.2s ease-out;  
}
.btn13 {
	max-width: 214px;
	max-height: 58px;
	background: url('sprite.png') -723px -3px no-repeat;
	-moz-transition: all 0.2s ease-out;  
	-o-transition: all 0.2s ease-out;  
	-webkit-transition: all 0.2s ease-out;  
	-ms-transition: all 0.2s ease-out;  
	transition: all 0.2s ease-out;  
}

.q_img {
	width: 103px;
	height: 183px;
	position: relative;
	background: url('sprite.png') -216px 0 no-repeat;
	z-index: 3;
	float: left;
	margin: 0 -14px;
	margin-top: -5px;
	margin-bottom: 37px;
}

a.qllink {
	float: right;
}

a.qllink:before {
	content: "";
	float: left;
	position: relative;
	z-index: 4;
	width: 208px;
	height: 45px;
	padding-top: 8px;
	padding-right: 6px;
	margin-left: 1px;
	margin-top: 6px;
	margin-bottom: -100px;
}

.ql_link:before {
	content: "";
	height: 37px;
	width: 208px;
	background: rgba(0,0,0,0.1);
	float: left;
	margin-top: 12px;
	margin-bottom: -100px;
	position: relative;
	z-index: 2;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	padding-right: 6px;
}

.ql_link {
	display: block;
	width: 208px;
	height: 45px;
	padding-top: 8px;
	padding-right: 6px;
	font-family: sans-serif;
	font-size: 20px;
	color: #fff;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.0);
	text-align: right;
	border-radius: 3px;
	border: 1px solid rgba(0,0,0,0.61);
	box-shadow: inset 0 0 2px rgba(255,255,255,1);
	margin: 2px auto;
}

a.qllink:hover .ql_link{
	text-shadow: 0 0 10px rgba(255,255,255,0.6),0 0 10px rgba(255,255,255,0.6);
}

a.qllink:active .ql_link{
	text-shadow: none;
	box-shadow: inset 0 0 25px rgba(0,0,0,.8);
}

.btn.ml_link {
	max-width: 214px;
	max-height: 58px;
	background: url('sprite.png') -344px -177px no-repeat;
}

a.mllink {
	float: right;
}

a.mllink:before {
	content: "";
	float: left;
	position: relative;
	z-index: 4;
	width: 208px;
	height: 10px;
	padding-top: 8px;
	padding-right: 6px;
	margin-left: 1px;
	margin-top: 6px;
	margin-bottom: -100px;
}

.ml_link:before {
	content: "";
	height: 14px;
	width: 208px;
	background: rgba(0,0,0,0.1);
	float: left;
	margin-top: 10px;
	margin-bottom: -100px;
	position: relative;
	z-index: 2;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	padding-right: 6px;
}

.ml_link {
	display: block;
	width: 198px;
	height: 24px;
	padding-top: 6px;
	padding-right: 16px;
	font-family: Cinzel, sans-serif;
	font-size: 14px;
	color: #fff;
	text-shadow: 0 -1px rgba(0,0,0,0.5);
	text-align: right;
	border-radius: 3px;
	border: 1px solid rgba(0,0,0,0.61);
	box-shadow: inset 0 0 2px rgba(255,255,255,1);
	margin: 2px auto;
}

a.mllink:hover .ml_link{
	text-shadow: 0 0 10px rgba(255,255,255,0.6),0 0 10px rgba(255,255,255,0.6);
}

a.mllink:active .ml_link{
	text-shadow: none;
	box-shadow: inset 0 0 25px rgba(0,0,0,.8);
}

.login_ser.on,.map_ser.on,.char_ser.on,.login_ser.off,.map_ser.off,.char_ser.off {
	background: url('sprite.png') -559px -154px no-repeat;
	display: inline-block;
	width: 45px;
	height: 72px;
	margin: 2px;
	margin-right: 1px;
}

.login_ser.off,.map_ser.off,.char_ser.off {
	background: url('sprite.png') -651px -203px no-repeat;
}

/** SIDEBAR LOGIN **/
table.sidebar-login {
	table-layout: fixed;
	width: 214px; 
	border-collapse: collapse; 
	padding: 0;
	margin-top: 7px;
}

table.sidebar-login tr {
	height: 31px;
}

table.sidebar-login input[type=text],table.sidebar-login input[type=password] {
	background: #4c5257;
	box-shadow: inset 0 0 5px rgba(0,0,0,0.5);
	width: 124px;
	height: 15px;
	color: #2fb1cc;
	border: 0;
}

table.sidebar-login td {
	text-align: right;
}

table.sidebar-login th {
	text-align: left;
	padding-top: 6px;
	font-family: Arial;
	font-size: 11px;
	color: #2a2a2a;
}

.sidebar_loginbtn {
	color: rgba(0,0,0,0);
	height: 200px;
	background: url('sprite2.png') 0 0 no-repeat;
	height: 39px;
	width: 216px;
	margin: 15px auto;
	margin-top: 3px;
	border: 0;
	outline: 0; 
}

.sidebar_loginbtn:hover {
	background: url('sprite2.png') 0 0px no-repeat;cursor:url('pointer.png'),pointer;
}

.sidebar_loginbtn:active {
	background: url('sprite2.png') 0 0px no-repeat;
}

.sidebar-reg, .sidebar-forgot {
	display: block;
	width: 216px;
	height: 60px;
	background: url('sprite2.png') -2px -104px no-repeat;
	/**box-shadow: 0 5px 5px rgba(0,0,0,0.21);
	border-radius: 3px;**/
	margin: -2px auto;
	-moz-transition: all 0.2s ease-out;  
	-o-transition: all 0.2s ease-out;  
	-webkit-transition: all 0.2s ease-out;  
	-ms-transition: all 0.2s ease-out;  
	transition: all 0.2s ease-out;  
	border:none;
}

.sidebar-reg:before, .sidebar-forgot:before {
	content: "";
	width: 216px;
	height: 30px;
	float: left;
	position: relative;
	z-index: 4;
	margin-top: 30px;
	opacity: 0;
	-moz-transition: all 0.2s ease-out;  
	-o-transition: all 0.2s ease-out;  
	-webkit-transition: all 0.2s ease-out;  
	-ms-transition: all 0.2s ease-out;  
	transition: all 0.2s ease-out;  
}

.sidebar-reg:hover:before, .sidebar-forgot:hover:before {
	opacity: 0.09;
	-moz-transition: all 0.2s ease-out;  
	-o-transition: all 0.2s ease-out;  
	-webkit-transition: all 0.2s ease-out;  
	-ms-transition: all 0.2s ease-out;  
	transition: all 0.2s ease-out;  
}

.sidebar-reg:active, .sidebar-forgot:active {
	opacity: 0.7;
}

.sidebar-forgot {
	background: url('sprite2.png') 0 -162px no-repeat;
	margin-top: 0px;
	margin-bottom: 0px;
}

/** MAIN CENTERBOX **/

.minimenu {
	width: 162px;
	height: 150px;
	display: inline-block;
	margin: 0 6px;
	opacity: 1;
	-moz-transition: all 0.2s ease-out;  
	-o-transition: all 0.2s ease-out;  
	-webkit-transition: all 0.2s ease-out;  
	-ms-transition: all 0.2s ease-out;  
	transition: all 0.2s ease-out;  
}

.job1_:hover, .job2_:hover, .job3_:hover, .job4_:hover, .job5_:hover, .job6_:hover, .job8_:hover, .job9_:hover {
	opacity: 0.8;cursor:url('pointer.png'),pointer;
}
.job1_ {
	background: url('sprite.png') -2px -320px no-repeat;
}
.job3_ {
	background: url('sprite.png') -165px -320px no-repeat;
}
.job6_ {
	background: url('sprite.png') -328px -320px no-repeat;
}
.job5_ {
	background: url('sprite.png') -491px -320px no-repeat;
}
.job2_ {
	background: url('sprite.png') -654px -320px no-repeat;
}
.job8_ {
	background: url('sprite.png') -817px -320px no-repeat;
}
.job9_ {
	background: url('sprite.png') -654px -170px no-repeat;
}
.job4_ {
	background: url('sprite.png') -817px -170px no-repeat;
}


/** SLIDER **/
.slider_ {
	border: 1px solid rgba(0,0,0,0.1);
	
	border-radius: 13px;
	margin: 0 -12px auto 2px;
	
	margin-bottom: 5px;
	width: 340px;
	height: 285px;
	border: 1px solid #000;
	overflow: hidden;
	box-shadow: 0 5px 5px rgba(0,0,0,0.21);
	float: left;
	margin-right:7px;
 }
 
 .slider_:before {
	content: "";
	width: 340px;
	height: 290px;
	border: 2px solid #715252;
	float: left;
	margin-bottom: -455px;
	position: relative;
	z-index: 3;
	border-radius: 10px;
	opacity: 0.9;
	margin-right:7px;
 }
.slider_2 {
	border: 1px solid rgba(0,0,0,0.61);
	box-shadow: inset 0 0 2px rgba(255,255,255,0.75), 0 5px 5px rgba(0,0,0,0.21);
	background:rgba(255,210,170,0.64);
	border-radius: 3px;
	padding:5px;
	margin: 0 auto 0 7px;
	margin-top:-120px;
	margin-bottom: 13px;
	width: 355px;
	height: 225px;
	border: 1px solid #000;
	border-radius: 3px;
	overflow: hidden;
	box-shadow: 0 5px 5px rgba(0,0,0,0.21);
	float: left;
 }
 
 .slider_2:before {
	content: "";
	width: 355px;
	height: 225px;
	border: 1px solid #fff;
	float: left;
	margin-bottom: -330px;
	position: relative;
	z-index: 3;
	border-radius: 3px;
	opacity: 0.4;
 }

 .slider_3 {
	border: 1px solid rgba(0,0,0,0.61);
	box-shadow: inset 0 0 2px rgba(255,255,255,0.75), 0 5px 5px rgba(0,0,0,0.21);
	background: rgba(255,210,170,0.64);
	border-radius: 3px;
	padding:5px;
	margin: 0 auto 0 7px;
	margin-top:10px;
	margin-bottom: 10px;
	width: 325px;
	height: 206px;
	border: 1px solid #000;
	border-radius: 3px;
	overflow: hidden;
	box-shadow: 0 5px 5px rgba(0,0,0,0.21);
	float: left;
 }
 
 .slider_3:before {
	content: "";
	width: 325px;
	height: 206px;
	float: left;
	margin-bottom: -206px;
	position: relative;
	z-index: 3;
	border-radius: 3px;
	opacity: 0.4;
 }
 .slider_4 {
	border: 1px solid rgba(0,0,0,0.61);
	box-shadow: inset 0 0 2px rgba(255,255,255,0.75), 0 5px 5px rgba(0,0,0,0.21);
	background: rgba(255,210,170,0.64);
	border-radius: 3px;
	padding:5px;
	margin: 0 auto 0 20px;
	margin-top:10px;
	margin-bottom: 10px;
	width: 325px;
	height: 206px;
	border: 1px solid #000;
	border-radius: 3px;
	overflow: hidden;
	box-shadow: 0 5px 5px rgba(0,0,0,0.21);
	float: left;
 }
 
 .slider_4:before {
	content: "";
	width: 325px;
	height: 206px;
	float: left;
	margin-bottom: -206px;
	position: relative;
	z-index: 3;
	border-radius: 3px;
	opacity: 0.4;
 }

 /** FEED **/
 .feed {
	margin-bottom: 16px;
	float: left;
 }
 
 .feed_item {
	width: 700px;
	margin: 3px auto;
	float: left;
 }
 
 .feed_type {
	width: 50px;
	float: left;
	margin-top: 0px;
	border:1px solid #fff;
	border-radius: 3px;
	padding:6px 6px 7px;
 }
 
 .feed_title {
	width: 626px;
	float: right;
	background: linear-gradient(to bottom, #ffff 0%,#fcf9f5 100%);
	border:1px solid #fff;
	height: 27px;
	border-radius: 3px;
 }
 
 .feed_title:hover {
	border: 1px solid rgba(0,0,0,0.2);
	box-shadow: inset 0 0 1px rgba(255,255,255,1);
	cursor:url('pointer.png'),pointer;
 }
 
 .feed_title a {
	display: block;
	padding: 6px 7px;
	font-size: 12px;
	font-family: Arial;
	color: #555;
	-moz-transition: all 0.2s ease-out;  
	-o-transition: all 0.2s ease-out;  
	-webkit-transition: all 0.2s ease-out;  
	-ms-transition: all 0.2s ease-out;  
	transition: all 0.2s ease-out;  
 }
 
.feed_title a:hover {
	color: #333;
	font-weight:bold;
	text-shadow: 0 0 4px rgba(255,255,255,0.8);cursor:url('pointer.png'),pointer;
 }
 
 .feed_date {
	display: block;
	float: right;
 }
 
 .collapsible {
 
 
 }



table {
	font-family: "Lucida Grande", "Lucida Sans", Verdana, Tahoma, sans-serif;
	font-size: 9pt;

}


tr, td, th {
	vertical-align: top;

}

.horizontal-table tr, .vertical-table tr, .generic-form-table tr,
.horizontal-table td, .vertical-table td, .generic-form-table td {
	vertical-align: middle;
}

.horizontal-table th, .vertical-table th, .generic-form-table th {
	vertical-align: top;
}

h2 {
	color: #0f2e45;
	letter-spacing: -1px;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	display: inline;
	text-transform: uppercase;
}

#center_box h2 {
	font-size: 24px;
	margin-top: 0px;
	margin-bottom: 4px;
	display: block;
}

.name_h {
	letter-spacing: 1px;
}

.box_desc {
	color: #0f2e45;
	/** font-family: silkscreennormal; **/
	font-size: 9px;
	height: 20px;
	border-left: 1px solid #bac7cf;
	padding-top: 3px;
	padding-left: 6px;
	display: inline-block;
	text-transform: uppercase;
}

h3 {
	/*font-style: italic;*/
	font-weight: normal;
	font-size: 120%;
	color: #444;
	border-bottom: 1px dotted #ddd;
	text-transform: uppercase;
}

h3:first-letter {
	font-weight: bold;
}

p {
	margin: 4px 0 8px 0;
	padding: 0;
}

a img {
	border: 0;
}

a {
	color: #4083c6;
	text-decoration: none;
}

a:hover {
	color: #434343;
	text-shadow: 0 0 5px rgba(255,255,255,0.5);
	cursor:url('pointer.png'),pointer;
}

input[type=text], input[type=password], input[type=file], textarea {
	font-family: "Lucida Grande", "Lucida Sans", Verdana, Tahoma, sans-serif;
	padding: 4px;
	font-size: 10pt;
	color: #444;
	border: 1px solid #ddd;
	outline-width: 0;
	cursor: url('pointer2.png'), pointer;
}

label:hover {
	cursor:url('pointer.png'),pointer;
}

/*input[type=text]:hover, input[type=password]:hover, textarea:hover {
	color: #46a;
	background-color: #dee;
	border: 1px solid #8ac;
}*/

.module-name {
	font-weight: bold;
	font-size: 12pt;
}

.message {
	display: block;
	padding: 10px;
	font-weight: bold;
	font-size: 120%;
	color: #fff;
	background-color: #333;
}

.notice {
	display: block;
	padding: 10px;
	font-weight: normal;
	font-size: 120%;
	color: #204a87;
	background-color: #F0FFFF;
	border: 1px solid #87CEEB;
}

.center {
	text-align: center;
}

#admin_sidebar, #sidebar {
	margin-bottom: 10px;
	border-collapse: collapse;
	border-spacing: 0;
}

#admin_sidebar img, #sidebar img {
	display: block;
}

#admin_sidebar td, #sidebar td {
	padding: 0;
}

#admin_sidebar td.menuitem, #admin_sidebar th.menuitem {
	display: block;
	font-size: 10pt;
	border-width: 0 13px 0 11px;
	border-style: solid;
	border-color: #8b8b8b;
}

#admin_sidebar th.menuitem {
	background-color: #303030;
}

#admin_sidebar th.menuitem strong {
	display: block;
	margin: 0 12px;
	padding: 10px 0 2px 0;
	font-size: 100%;
	text-align: center;
	color: #fff;
	border-bottom: 1px solid #555;
}

#admin_sidebar td.menuitem a {
	margin: 0 auto;
	display: block;
	padding: 2px 5px 4px 18px;
	color: #fff;
	background-color: #303030;
	text-align: left;
	text-shadow: #000 1pt 1pt;
	text-decoration: none;
}

#admin_sidebar td.menuitem a:hover {
	color: #fff;
	background-color: #4a5259;
	text-shadow: #4a5259 1pt 1pt;
	cursor:url('pointer.png'),pointer;
}

#admin_sidebar td.menuitem a span {
	/*display: block;*/
}

#sidebar td.sidebar-left, #sidebar td.sidebar-right {
	background-color: #e6f0fa;
}

#sidebar td.menuitem, #sidebar th.menuitem {
	display: block;
	font-size: 10pt;
	border-width: 0 13px 0 11px;
	border-style: solid;
	border-color: #c4d9ee;
}


#sidebar th.menuitem {
	background-color: #94b4d5;
}

#sidebar th.menuitem strong {
	display: block;
	margin: 0 12px;
	padding: 10px 0 2px 0;
	font-size: 100%;
	text-align: center;
	color: #fff;
	border-bottom: 1px solid #c4d9ee;
}

#sidebar td.menuitem a {
	margin: 0 auto;
	display: block;
	padding: 2px 5px 4px 18px;
	color: #fff;
	background-color: #94b4d5;
	text-align: left;
	text-shadow: #708fae 1pt 1pt;
	text-decoration: none;
}

#sidebar td.menuitem a:hover {
	color: #fff;
	background-color: #708fae;
	text-shadow: #708fae 1pt 1pt;
	cursor:url('pointer.png'),pointer;
}

#sidebar td.menuitem a span {
	display: block;
}

.request, .fs-path {
	display: inline-block;
	padding: 2px;
	font-family: Monaco, "Lucida Console", "Bitsteam Vera Sans Mono", monospace;
	font-size: 8pt;
	background-color: #fff;
	border: 1px solid #eee;
}

.keyword {
	color: #ffba00;
	font-style: italic;
}

.red {
	display: block;
	padding: 10px;
	font-weight: bold;
	font-size: 120%;
	color: #fff;
	background-color: #f00;
}

.green {
	display: block;
	padding: 10px;
	font-weight: bold;
	font-size: 120%;
	color: #fff;
	background-color: #0c0;
}

.note {
	padding: 5px;
	color: #444;
	background-color: #eaeaea;
	font-style: italic;
}

.up {
	font-weight: bold;
	color: #0f0;
	text-transform: uppercase;
}

.down {
	color: #f00;
	text-transform: uppercase;
}

.submit_button {
	border-radius: 6px;
	  border: 2px outset #b7de37;
	  position: relative;
	  display: inline-block;
	  padding: 5px 10px;
	  color: #eee;
	  text-transform: uppercase;
	  letter-spacing: 4px;
	  overflow: hidden;
	  
	  box-shadow: 0 0 2px rgb(0, 0, 0, 1);
	  font-family: verdana;
	  font-size: 11px;
	  font-weight: bolder;
	  text-decoration: none;
	  background:linear-gradient(160deg, #b0e05c, #69ad15);
	  text-shadow: 0px 0px 2px rgba(0, 0, 0, .5);

	  transition: 0.1s;
}
.submit_button:hover {
  border: 2px outset #b7de37;
  color: #fff;
  background: linear-gradient(160deg, #b0e05c, #69ad15);
  text-shadow: 0px 0px 4px #ccc;
  box-shadow: 0 0 3px #fff, 0 0 40px #b7de37, 0 0 80px #b7de37;
  transition-delay: 0.1s;
	cursor:url('pointer3.png'),pointer;
}


.submit_button span:nth-child(1) {
  top: 0;
  left: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #eee);
}
.submit_button:hover span:nth-child(1) {
  left: 100%;
  transition: 1s;
}
.submit_button span:nth-child(2) {
  top: -100%;
  right: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, transparent, #eee);
}
.submit_button:hover span:nth-child(2) {
  top: 100%;
  transition: 1s;
  transition-delay: 0.15s;
}
.submit_button span:nth-child(3) {
  bottom: 0;
  right: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(270deg, transparent, #eee);
}
.submit_button:hover span:nth-child(3) {
  right: 100%;
  transition: 1s;
  transition-delay: 0.3s;
}

.submit_button span:nth-child(4) {
  bottom: -100%;
  left: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(360deg, transparent, #eee);
}
.submit_button:hover span:nth-child(4) {
  bottom: 100%;
  transition: 1s;
  transition-delay: 0.55s;
}





.install_table th, .install_table td {
	padding: 5px 10px;
	border: 1px solid #ddd;
}

.install_table th {
	background-color: #eef;
}

.install_table td {
	width: 180px;
	text-align: center;
}

.created {
	color: green;
	width: 80px;
}

.missing {
	color: red;
	width: 80px;
}

.pages {
	margin-top: 20px;
	padding-top: 10px;
	color: #ccc;
	text-align: center;
	border-top: 1px solid #ddd;
}

.pages .page-prev, .pages .page-next {
	color: #94b4d5;
}

.pages .page-num {
	padding: 0 5px;
}

.pages .current-page {
	color: #000000;
	font-weight: bold;
}

.horizontal-table {
	border-spacing: 0;
	border-collapse: collapse;
	width: 100%;
}

.horizontal-table th {
	padding: 5px 10px;
	background-color: #eee;
}

.horizontal-table td {
	padding: 5px 10px;
	background-color: #fff;
}

.horizontal-table th, .horizontal-table td {
	font-size: 9pt;
	border: 1px solid #ddd;
}

.vertical-table {
	border-spacing: 0;
	border-collapse: collapse;	
}

.vertical-table th {
	padding: 5px 10px;
	background-color: #eee;
}

.vertical-table th {
	padding: 5px 10px;
	background-color: #eee;
}

.vertical-table td {
	padding: 5px 12px;
	background-color: #fff;
}

.vertical-table th, .vertical-table td {
	font-size: 9pt;
	border: 1px solid #ddd;
}

.vertical-table label {
	display: block;
	padding: 5px;
}

.current-sub-menu {
	font-weight: bold;
}

.td-checkbox {
	text-align: center;
}

.td-action {
	color: #ccc;
	text-align: center;
}

.vertical-table .td-action {
	text-align: right;
}

.vertical-table form {
	margin: 0;
	padding: 0;
}

.not-applicable {
	font-style: italic;
	color: #bbb;
}

.state-pending {
	color: orange;
}

.state-banned {
	color: red;
}

.state-permanently-banned {
	font-weight: bold;
	color: red;
}

.raw-txn-log {
	padding: 10px;
	font-family: "Monaco", "Lucida Console", "Courier New", monospace;
	background-color: #fff;
	border: 1px solid #ddd;
	width: 96%;
	overflow: scroll;
}

.online {
	color: #000;
}

.offline {
	color: #aaa;
}

.info-text-total {
	font-weight: bold;
}

.info-text-results {
	font-weight: bold;
}

.info-text {
	margin-bottom: 6px;
	padding: 5px;
	color: #666;
	background-color: #fff;
	border: 1px solid #ccc;
	text-align: center;
}

.toggler {
	font-weight: bold;
	font-style: italic;
}

.toggler a {
	color: #26a;
}

.search-form, search-form2 {
	display: none;
	margin: 0 0 10px 0;
	padding: 0;
	border-top: 1px solid #ddd;
}

.search-form p, .search-form2 p {
	margin: 0;
	padding: 5px;
	color: #aaa;
	text-align: left;
	border-bottom: 1px solid #ddd;
}

.search-form label, .search-form2 label {
	display: inline-block;
	margin: 0 0 3px 0;
	font-size: 8pt;
	font-style: italic;
	color: #222;
}

.search-form input[type=text], .search-form2 input[type=text] {
	display: inline-block;
	margin: 0 0 2px 0;
	padding: 2px;
	font-size: 8pt;
	width: 80px;
}

.search-form input[type=submit], .search-form2 input[type=submit] {
	display: inline-block;
	margin: 0 0 2px 0;
	font-size: 8pt;
	font-weight: bold;
}

.search-form input[type=button], .search-form input[type=reset],
.search-form2 input[type=button], .search-form2 input[type=reset] {
	display: inline-block;
	margin: 0 0 2px 0;
	font-size: 8pt;
}

.search-form input[type=checkbox], .search-form2 input[type=checkbox] {
	display: inline-block;
	margin: 0 0 2px 0;
}

.search-form select, .search-form2 select {
	display: inline-block;
	margin: 2px 0;
}


#pagemenu {
	margin-top: 5px;
	padding: 5px 0;
	font-size: 8pt;
	color: #888;
	border-width: 1px 0;
	border-style: dotted;
	border-color: #ddd;
}

#pagemenu a {
	color: #777974;
	text-decoration: underline;
}

#pagemenu a:hover {
	color: #729fcf;
	cursor:url('pointer.png'),pointer;
}

#loginbox {
	margin-bottom: 10px;
	color: #555;
}

#content {
	color: #555;
}

#register_form table td, #login_form table td {
	padding: 1px;
}

#register_form table th label, #login_form table th label {
	display: block;
	padding: 5px;
	text-align: center;
}

#register_form input[type=text], #register_form input[type=password], #login_form input[type=text], #login_form input[type=password] {
	width: 140px;
}

#register_form select, #login_form select {
	width: 147px;
}

#server_status th, #server_status td {
	padding: 8px 12px 8px 12px;
	text-align: left;
	border-bottom: 1px solid #ddd;	
}

#server_status {
	border-spacing: 0;
	border-collapse: collapse;
	background-color: #fff;
	border: 1px solid #ddd;
}

#server_status .server {
	color: #222;
}

#server_status .status {
	text-align: center;
}

#copyright p {
	margin-top: 5px;
	margin-bottom: 0px;
	font-style: italic;
	font-size: 8pt;
	color: #ccc;
	text-align: right;
}

#info p {
	margin-top: 5px;
	margin-bottom: 0px;
	font-style: italic;
	font-size: 8pt;
	color: #aaa;
	text-align: right;
}

.sortable {
	color: #444;
	text-decoration: underline;
}

.sortable:hover {
	color: #000;
	cursor:url('pointer.png'),pointer;
}

.character-stats {
	border-spacing: 0;
	border-collapse: collapse;
	color: #ccc;
}

.character-stats td {
	padding: 0px 10px 5px 0;
	border: 0;
	text-align: center;
}

.character-stats .stat-name {
	color: #666;
}

.character-stats .stat-value {
	color: #000;
}

.credit-balance {
	float: right;
	display: inline-block;
	padding: 10px;
	color: #000;
	background-color: #eee;
	border: 1px solid rgba(0,0,0,0.4);
}

.credit-balance .balance-text {
	display: inline-block;
	margin-right: 5px;
	color: #084f68;
	text-transform: uppercase;
}

.credit-balance .balance-amount {
	font-weight: bold;
}

.emblem-server {
	margin: 0 0 2px 0;
	padding: 0 0 2px 0;
	font-size: 120%;
	border-bottom: 1px solid #ddd;
}

.emblem-server label {
	display: block;
}

.emblem-server label:hover {
	cursor: pointer;
	cursor:url('pointer.png'),pointer;
}

.block {
	display: block;
	width: 80%;
	height: 40px;
}

.script-line {
	font-family: Monaco, "Lucida Console", monospace;
}

.script-line-num {
	display: inline-block;
	margin: 0;
	padding: 5px;
	background-color: #eee;
	border-right: 1px solid #ddd;
}

.script-line-code {
	display: inline-block;
	margin: 0;
	padding: 5px;
}

.shop-table {
	width: 100%;
}

.shop-item {
	margin: 10px;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #ddd;
	width: 92%;
}

.shop-item-name {
	margin: 0 0 5px 0;
	padding: 0 0 2px 0;
	font-size: 140%;
	color: #222;
	border-bottom: 1px solid #eee;
}

.shop-item-cost {
	margin: 0;
	color: #aaa;
	text-transform: uppercase;
}

.cost {
	font-size: 120%;
	font-weight: bold;
	color: #000;
}

.shop-item-qty {
	margin: 0 0 2px 0;
	color: #aaa;
	font-size: 8pt;
	font-style: italic;
}

.qty {
	color: #888;
	font-size: 10pt;
}

.shop-item-action {
	color: #ddd;
}

.shop-item-action a {
	color: #80a2c8;
	border-bottom: 1px solid #eee;
}

.shop-item-action a:hover {
	border-bottom: 1px solid #80a2c8;
	cursor:url('pointer.png'),pointer;
}

.short {
	width: 40px;
}

.shop-server-name {
	color: #333;
}

.shop-item-info {
	text-align: justify;
}

textarea {
	width: 320px;
	height: 120px;
}

.cart-items-text {
	margin: 0 0 5px 0;
	padding: 5px;
	color: #ddd;
	background-color: #888;
	border: 5px solid #777;
}

.cart-info-text {
	margin: 0 0 5px 0;
	padding: 0;
}

.cart-total-text {
	margin: 0;
	padding: 0;
}

.cart-item-name {
	color: #fff;
	border-bottom: 1px dotted #aaa;
}

.cart-item-count {
	font-size: 120%;
	font-weight: bold;
	color: #000;
}

.cart-sub-total {
	color: #000;
}

.cart {
	width: 100%;
}

.cart label {
	display: block;
}

.cart h4 {
	margin: 10px 0 2px 0;
	font-size: 140%;
}

.remove-from-cart {
	text-align: right;
}

.checkout-text {
	font-size: 120%;
	font-weight: bold;
}

.checkout-text a {
	border-bottom: 1px dotted #ccc;
}

.checkout-text a:hover {
	color: #000;
	border-bottom: 1px solid #aaa;
	cursor:url('pointer.png'),pointer;
}

.enter-donation-amount {
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 120%;
}

.donation-amount-text {
	margin: 0;
	padding: 0;
	font-size: 120%;
	text-align: center;
}

.credit-amount-text {
	font-size: 8pt;
	text-transform: uppercase;
	color: #bbb;
	text-align: center;
	letter-spacing: 1px;
}

.donation-amount {
	font-weight: bold;
	color: #000;
}

.credit-amount {
	color: #555;
}

.reset-amount-text {
	margin: 0;
	padding: 0;
	font-size: 8pt;
	text-align: center;
}

.checkout-info-text {
	margin: 0 0 5px 0;
	padding: 0;
}

.remaining-balance {
	color: #000;
}

.exchange-rate {
	font-size: 120%;
	font-weight: bold;
	color: #000;
}

.important {
	font-size: 120%;
	color: #000;
}

.important .server-name {
	font-weight: bold;
}

.generic-form {
	padding: 10px;
	background-color: #fff;
	border: 1px solid #ddd;
	width: auto;
}

.generic-form-div {
	padding: 10px;
	background-color: #fff;
	border: 1px solid #ddd;
	width: auto;
}
.generic-form-table th label {
	display: block;
	padding: 6px;
}

.generic-form-table td div {
	display: block;
	padding: 6px 0;
}

.generic-form-table th {
	text-align: right;
}

.generic-form-table td input[type=checkbox] {
	display: inline-block;
	margin-top: 6px;
}

.generic-form-table td p {
	margin: 6px 5px;
	color: #000;
}

.security-code {
	margin: 5px 0;
	text-align: left;
	width: 145px;
	height: 50px;
}

.action {
	color: #ddd;
}

.action a, .action span.anchor {
	color: #80a2c8;
	border-bottom: 1px solid #eee;
	cursor: pointer;
}

.block-link {
	display: block;
	padding: 3px;
	color: #80a2c8;
	border-bottom: 1px solid #eee;
}

.button-action {
	padding: 5px 0;
	text-align: left;
}

.woe-table {
	border-spacing: 0;
	border-collapse: collapse;
	background-color: #fff;
	border: 1px solid #ddd;
}

.woe-table th, .woe-table td {
	padding: 5px 10px;
}

.woe-table th {
	font-weight: normal;
	border-bottom: 1px solid #ddd;
}

.woe-table td {
	font-size: 120%;
}

.woe-table .server {
	font-weight: bold;
}

.woe-table .time {
	font-style: italic;
	color: #333;
}

.script {
	width: 98%;
}

.multi-select {
	width: 100%;
}

.jump-to-page {
	margin-top: 8px;
	font-size: 8pt;
	text-align: center;
}

.jump-to-page input {
	padding: 2px;
	font-size: 8pt;
}

.top-ranked td {
	font-weight: bold;
	color: #000;
	background-color: #FFF8DC;
}

.top-ranked a {
	color: #000;
	border-bottom: 1px dotted #666;
}

.empty-row {
	visibility: hidden;
}

.item-drop-mvp td {
	color: #000;
	background-color: #F8F8FF;
}

.item-drop-card td {
	color: #000;
	background-color: #F0FFFF;
}

.mvp {
	font-size: xx-small;
	font-weight: bold;
	color: #ff0000;
	vertical-align: top;
}

.monster-mode {
	margin: 0;
	padding: 0;
	list-style: square inside;
}

.monster-mode li {
	padding: 1px;
	border-bottom: 1px dotted #eee;
}

.equipped td {
	color: #25292b;
	background-color: #f1ffff;
}

.job-classes {
	border-spacing: 0;
}

.job-classes td {
	padding-right: 10px;
	border-right: 1px solid #eee;
}

.current-shop-category {
	font-weight: bold;
}


/** Credits Bottom **/
.menu_bot {
	background: linear-gradient(to bottom, #dbe6ea 0%,#ffffff 47%,#ffffff 100%);
	padding: 6px 11px;
	border: 1px solid rgba(8,39,49,0.5);
	border-radius: 3px;
}

.menu_bot ul, .menu_bot a {
	color: #11586f;
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 11px;
}

.menu_bot ul li:after{
	content: " |";
}

.menu_bot li a:hover {
	color: #272727;
	cursor:url('pointer.png'),pointer;
}

.menu_bot ul li {
	display: inline-block;
}

#footer {
	color: #7f7f7f;
	font: 11px Arial;
	text-align: center;
	padding: 10px;
}

.collapsible,
.page_collapsible {
    margin: 0;
    padding:10px;
    height:15px;
    background: #177792;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration:none;
    text-transform:uppercase;
    color: #fff;
    font-size:1em;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}

.collapse-open {
    background:#909090;
    color: #fff;
}

.collapse-open:before,.collapse-close:before {
	content:"";
    display:block;
    float:right;
    padding:8px;
	position: relative;
	z-index: 3;
}

.collapse-open:before {
    background:url(minus.png) center center no-repeat;
}

.collapse-close:before {
    background:url(plus.png) center center no-repeat;
}

div.container {
    padding:0;
    margin:0;
}

div.content {
    background:#f0f0f0;
    margin: 0;
    padding:10px;
    font-size:.9em;
    line-height:1.5em;
    font-family:"Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

div.content ul, div.content p {
    margin:0;
    padding:3px;
}

div.content ul li {
    list-style-position:inside;
    line-height:25px;
}

div.content ul li a {
    color:#555555;
}

code {
    overflow:auto;
}

#side-tabs a.support {
	background: url('../../../img/discord.png');
	right: 0px;
	top: 250px;
	height: 140px;
	width: 50px;
	margin: 0;
	padding: 0;
	position: fixed;
	z-index: 9999;
	display:block;
}
   
/** FLOATS **/
.fl_left { float: left !important; margin-left: 10px;}
.fl_right { float: right !important; margin-right: 10px }

/* Style the tab */
		.tab {
		  overflow: hidden;
		  border: 1px solid #ccc;
		  background-color: #f1f1f1;
		}

		/* Style the buttons that are used to open the tab content */
		.tab button {
		  background-color: inherit;
		  float: left;
		  border: none;
		  outline: none;
		  cursor: pointer;
		  padding: 14px 16px;
		  transition: 0.3s;
		}

		/* Change background color of buttons on hover */
		.tab button:hover {
		  background-color: #008CBA;
		  color: white;
		  cursor:url('pointer.png'),pointer;
		}

		/* Create an active/current tablink class */
		.tab button.active {
		  background-color: #008CBA;
		  color: white;
		}

		/* Style the tab content */
		.tabcontent {
		  display: none;
		  padding: 6px 12px;
		  border: 1px solid #ccc;
		  border-top: none;
		}
		.tabcontent {
		  animation: fadeEffect 1s; /* Fading effect takes 1 second */
		}

		/* Go from zero to full opacity */
		@keyframes fadeEffect {
		  from {opacity: 0;}
		  to {opacity: 1;}
		}

		.button {
		  background-color: #008CBA; /* Green */
		  border: none;
		  color: white;
		  padding: 15px 32px;
		  text-align: center;
		  text-decoration: none;
		  display: inline-block;
		  font-size: 16px;
		  border-radius: 4px;
		}

		.disabled {
		  opacity: 0.6;
		  cursor: not-allowed;
		}

		input {
		  width: 100%;
		  padding: 12px 20px;
		  margin: 8px 0;
		  box-sizing: border-box;
		}

		input[type=text] {
		  width: 100%;
		  padding: 12px 20px;
		  margin: 8px 0;
		  box-sizing: border-box;
		}

		input[type=password] {
		  width: 100%;
		  padding: 12px 20px;
		  margin: 8px 0;
		  box-sizing: border-box;
		}

		textarea {
		  width: 100%;
		  height: 150px;
		  padding: 12px 20px;
		  box-sizing: border-box;
		  border: 2px solid #ccc;
		  border-radius: 4px;
		  background-color: #f8f8f8;
		  resize: none;
		}

		select {
		  width: 100%;
		  padding: 16px 20px;
		  box-sizing: border-box;
		  margin: 8px 0;
		}

		.input-danger{
			border: 2px solid #f44336;
		}

		.text-muted{
			margin: 10px 0px
		}
		
		.online-button {
		  
		  background: url(../img/numbers/online.png);
		  background-repeat: no-repeat;
		  background-position: center;
		  background-size: cover;
		  color: #fff;
		  border:none;
		  cursor: pointer;
		  margin-top: 40px;
		  font-size:12px;
		  font-weight:bold;
		  width:120px;
		  height:100px;
		  text-align:center;
		  text-decoration:none;
		  
		  
			-webkit-animation-name: onlines;
			-webkit-animation-duration: 1s;
			-webkit-animation-timing-function: linear;
			-webkit-animation-delay: 0s;
			-webkit-animation-iteration-count: infinite;
			-webkit-animation-direction: alternate;
			/* Standard syntax */
			animation-name: onlines;
			animation-duration: 1s;
			animation-timing-function: linear;
			animation-delay: 0s;
			animation-iteration-count: infinite;
			animation-direction: alternate;

		}


		/* Safari 4.0 - 8.0 */
		@-webkit-keyframes onlines {
		  0%   {width:103px;}
		  10%  {width:106px;}
		  20%  {width:109px;}
		  30%  {width:112px;}
		  40%  {width:115px;}
		  50%  {width:118px;}
		  60%  {width:115px;}
		  70%  {width:112px;}
		  80%  {width:109px;}
		  90%  {width:106px;}
		  100% {width:103px;}
		}
		@keyframes onlines {
		  0%   {width:102px;}
		  10%  {width:104px;}
		  20%  {width:106px;}
		  30%  {width:108px;}
		  40%  {width:110px;}
		  50%  {width:112px;}
		  60%  {width:110px;}
		  70%  {width:108px;}
		  80%  {width:106px;}
		  90%  {width:104px;}
		  100% {width:102px;}
		}
		
		.tabevent {
			width:100%;
			height:280px;
		}
		.tabevent tr td{
			font-size:11px;
			text-align:center;
			padding:1px;
		}
		.stripstab{
			height:0.25px;
			border-top:1px solid #f8b639;
		}
		@keyframes eventnows {
		  0%   {color: #fca317;}
		  25%  {color: #f8b639;}
		  50%  {color: #b1e13d;}
		  100% {color: #44c821;}
		}

		.eventnow td{
			font-weight:bold;
			color: #444;
			animation:eventnows 4s infinite;
		}
		.eventnow td span{
			font-size:9px;
			color:red !important;
		}
		.youtube{
			float:left;
			margin-top:0px;
			margin-left:20px;
			margin-bottom: 10px;
			width:315px;
			height:137px;
			border-radius:13px;
			border: 2px solid #715252;
		}
		
		#focused{
		margin-top:-100px;
		float:right;
		border:none;
		height:0px;
		width:0px;
		background:none;
	}
	#upCegel{
		-webkit-animation-name: upanim;
		-webkit-animation-duration: 1s;
		-webkit-animation-timing-function: linear;
		-webkit-animation-delay: 0s;
		-webkit-animation-iteration-count: infinite;
		-webkit-animation-direction: alternate;
		/* Standard syntax */
		animation-name: upanim;
		animation-duration: 1s;
		animation-timing-function: linear;
		animation-delay: 0s;
		animation-iteration-count: infinite;
		animation-direction: alternate;
	}
	/* Safari 4.0 - 8.0 */
	@-webkit-keyframes upanim {
	  0%   {margin-top:0px;}
	  50%  {margin-top:-1px;}
	  100% {margin-top:0px;}
	}
	@keyframes upanim {
	  0%   {margin-top:0px;}
	  50%  {margin-top:-1px;}
	  100% {margin-top:0px;}
	}
	#downCegel{
		-webkit-animation-name: upanim;
		-webkit-animation-duration: 1s;
		-webkit-animation-timing-function: linear;
		-webkit-animation-delay: 0s;
		-webkit-animation-iteration-count: infinite;
		-webkit-animation-direction: alternate;
		/* Standard syntax */
		animation-name: upanim;
		animation-duration: 1s;
		animation-timing-function: linear;
		animation-delay: 0s;
		animation-iteration-count: infinite;
		animation-direction: alternate;
	}

	.onlineClaim{
		position:absolute;
		top:10px;
		width:200px;
		height:70px;
		background:url('images/special-april.png');
	}
	.onlineClaim:hover{
		filter: brightness(130%);
        -webkit-filter: brightness(130%);
        -moz-filter: brightness(130%);
        -o-filter: brightness(130%);
        -ms-filter: brightness(130%);
        -webkit-transition: all 0.50s;
        transition: all 0.50s;
		cursor:pointer;
		cursor:url('pointer.png'),pointer;
	}
	#customBtn {
			display: inline-block;
			background: white;
			color: #444;
			width: 200px;
			border-radius: 5px;
			border: thin solid #888;
			box-shadow: 1px 1px 1px grey;
			white-space: nowrap;
			}
			#customBtn:hover {
			cursor: pointer;
			}
			span.label {
			font-family: serif;
			font-weight: normal;
			}
			span.icon {
			background: url('https://developers-dot-devsite-v2-prod.appspot.com/identity/sign-in/g-normal.png') transparent 5px 50% no-repeat;
			display: inline-block;
			vertical-align: middle;
			width: 42px;
			height: 42px;
			}

			span.icon-fb {
			background: url('facebook.ico') transparent 5px 50% no-repeat;
			display: inline-block;
			vertical-align: middle;
			width: 42px;
			height: 42px;
			}
			span.buttonText {
			display: inline-block;
			vertical-align: middle;
			padding-left: 42px;
			padding-right: 42px;
			font-size: 14px;
			font-weight: bold;
			/* Use the Roboto font that is loaded in the <head> */
			font-family: 'Roboto', sans-serif;
			}
			.home-light:hover{
				
				background:url(btn-home.png)
			}

			.rules-light:hover{
				background:url(btn-rules.png)
			}

			.feature-light:hover{
				background:url(btn-feature.png)
			}

			.help-light:hover{
				background:url(btn-help.png)
			}

			.register-light:hover{
				background:url(btn-register-nav.png)
			}

			.download-light:hover{
				background:url(btn-download.png)
			}

			.rank-light:hover{
				background:url(btn-rank.png)
			}

			.event-light:hover{
				background:url(btn-event.png)
			}

			.faq-light:hover{
				background:url(btn-faq.png)
			}

			.donate-light:hover{
				background:url(btn-donate.png)
			}
	.containers {
			display: flex;
			align-items: center;
			justify-content: center;
			flex-direction: column;
		}

		.containers h1 {
			margin-bottom: 1em;
			color: #777;
		}

		.btn {
			cursor: pointer;
			padding: 1em 1.4em;
			background: #8e44ad;
			border-radius: 0.4rem;
			color: #fff;
			border: 1px solid #8e44ad;
			box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15), inset 0 -3px 0 rgba(0, 0, 0, 0.1), inset 0 3px 0 rgba(255, 255, 255, 0.2);
			transition: all 0.3s ease;
		}

		.btn:hover {
			transform: scale(1.05);
			box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
		}

		#target-modal {
			display: none;
		}

		#target-modal:checked~.modal {
			opacity: 1;
			visibility: visible;
			pointer-events: initial;
		}

		#target-modal:checked~.modal .modal-inner {
			transform: none;
		}

		.modal {
			position: fixed;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			padding: 1rem;
			display: flex;
			align-items: center;
			justify-content: center;
			opacity: 0;
			visibility: hidden;
			pointer-events: none;
			transition: all 0.3s ease-in-out;
			z-index: 99999 !important;
			cursor: not-allowed !important;

		}

		.modal .modal-inner {
			position: relative;
			text-align: center;
			flex: none;
			max-width: 94%;
			width: 70%;
			padding: 3rem;
			background: #f7f1e3;
			border-radius: 8px;
			z-index: 99 !important;
			box-shadow: 0 4px 22px rgba(0, 0, 0, 0.45);
			transform: translate(0, 100%);
			transition: all 0.3s ease;
		}

		.modal .modal-inner .close-modal {
			position: absolute;
			top: 1.2rem;
			right: 1.2rem;
			height: 1.2rem;
			width: 1.2rem;
			display: inline-block;
			background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36.18' height='36.18' viewBox='0 0 36.18 36.18'%3E%3Cpath id='Caminho_1' data-name='Caminho 1' d='M18.09,3.015A15.075,15.075,0,1,1,3.015,18.09,15.092,15.092,0,0,1,18.09,3.015ZM18.09,0A18.09,18.09,0,1,0,36.18,18.09,18.091,18.091,0,0,0,18.09,0Zm9.045,24.931-6.922-6.856,6.853-6.915L24.931,9.045l-6.852,6.918L11.163,9.114,9.045,11.232l6.924,6.862L9.114,25.017l2.118,2.118L18.1,20.206l6.921,6.859,2.115-2.135Z' fill='%23333'/%3E%3C/svg%3E%0A");
			background-size: contain;
			background-repeat: no-repeat;
			cursor: pointer;
			transition: all 0.3s ease;
		}

		.modal .modal-inner .close-modal:hover {
			opacity: 0.45;
		}

		.modal .modal-inner h2 {
			font-size: 3rem;
		}

		.modal .modal-inner h3 {
			font-weight: 400;
		}

		.modal .overlay-modal {
			position: absolute;
			background: rgba(0, 0, 0, 0.75);
			height: 100%;
			width: 100%;
			z-index: 1;
		}

		.btn-regis-big {
			width: 259px;
			height: 85px;
			display: block;
			margin-top: 4px;
			margin-left: -10px;
			border-top-right-radius: 13px;
		}

		.btn-regis-big:hover {
			background: rgba(0, 0, 0, 0.02);
		}

		
		.btn-goto-kiri {
			display: flex;
			width: 100%;
			height: 50px;
			margin-top: 5px;
			background: rgb(231, 215, 180);
			border: 1px solid #2c2100;
			color: black;
			font-weight: 600;
		}

		.btn-goto-kiri span {
			margin: auto;
			font-family: Sans-serif;
			font-size: 32px;
			font-weight: bold;
			background: -webkit-linear-gradient(#f9fea0, #a5df2b);
			-webkit-background-clip: text;
			-webkit-text-fill-color: transparent;
			text-align: center;
			letter-spacing: -1px;
			-webkit-text-stroke-width: 1.0px;
			-webkit-text-stroke-color: black;
		}

		.btn-goto-kiri:hover {
			filter: brightness(.9);
		}

		.logo-middle {
			position: absolute;
		}

		nav ul li {
			height: 35px !important;
			margin: 0 !important;
			transition: 0.1s ease-in-out;
		}
		
		.btn-goto-kiri2 {
			width: 78px; height: 57px; font-size: 15px;
			margin-top: 0px;
			margin-left:8px;
			border: none;
			cursor:pointer;
		}


		.btn-confirm {
		  appearance: button;
		  background-color: #1899D6;
		  border: solid transparent;
		  border-radius: 16px;
		  border-width: 0 0 4px;
		  box-sizing: border-box;
		  color: #FFFFFF;
		  cursor: pointer;
		  display: inline-block;
		  font-family: din-round,sans-serif;
		  font-size: 12px;
		  font-weight: 700;
		  letter-spacing: .8px;
		  line-height: 20px;
		  margin: 0;
		  outline: none;
		  overflow: visible;
		  padding: 7px 10px;
		  text-align: center;
		  text-transform: uppercase;
		  touch-action: manipulation;
		  transform: translateZ(0);
		  transition: filter .2s;
		  user-select: none;
		  -webkit-user-select: none;
		  vertical-align: middle;
		  white-space: nowrap;
		  width: auto;
		}

		.btn-confirm:after {
		  background-clip: padding-box;
		  background-color: #1CB0F6;
		  border: solid transparent;
		  border-radius: 16px;
		  border-width: 0 0 4px;
		  bottom: -4px;
		  content: "";
		  left: 0;
		  position: absolute;
		  right: 0;
		  top: 0;
		  z-index: -1;
		}

		.btn-confirm:main,
		.btn-confirm:focus {
		  user-select: auto;
		}

		.btn-confirm:hover:not(:disabled) {
		  filter: brightness(1.1);
		  -webkit-filter: brightness(1.1);
		}

		.btn-confirm:disabled {
		  cursor: auto;
		}

		.btn-confirm:active {
		  border-width: 4px 0 0;
		  background: none;
		}
		.btn-confirmno {
		  appearance: button;
		  background-color: #FF7E31;
		  border: solid transparent;
		  border-radius: 16px;
		  border-width: 0 0 4px;
		  box-sizing: border-box;
		  color: #FFFFFF;
		  cursor: pointer;
		  display: inline-block;
		  font-family: din-round,sans-serif;
		  font-size: 12px;
		  font-weight: 700;
		  letter-spacing: .8px;
		  line-height: 20px;
		  margin: 0;
		  outline: none;
		  overflow: visible;
		  padding: 7px 10px;
		  text-align: center;
		  text-transform: uppercase;
		  touch-action: manipulation;
		  transform: translateZ(0);
		  transition: filter .2s;
		  user-select: none;
		  -webkit-user-select: none;
		  vertical-align: middle;
		  white-space: nowrap;
		  width: auto;
		}

		.btn-confirmno:after {
		  background-clip: padding-box;
		  background-color: #E62C03;
		  border: solid transparent;
		  border-radius: 16px;
		  border-width: 0 0 4px;
		  bottom: -4px;
		  content: "";
		  left: 0;
		  position: absolute;
		  right: 0;
		  top: 0;
		  z-index: -1;
		}

		.btn-confirmno:main,
		.btn-confirmno:focus {
		  user-select: auto;
		}

		.btn-confirmno:hover:not(:disabled) {
		  filter: brightness(1.1);
		  -webkit-filter: brightness(1.1);
		}

		.btn-confirmno:disabled {
		  cursor: auto;
		}

		.btn-confirmno:active {
		  border-width: 4px 0 0;
		  background: none;
		}
		
		.top3guild tr td{
						border-top:1px solid #EEE;
						height:25px;
						vertical-align: middle;
						color:#444;
					}
					.top3guild tr td img{
						width:38px;
						height:38px;
					}
					
.bgtab-detail{
	width:99%;
	height:auto;
	margin-left:5px;
	margin-bottom:84px;
}
.tablist-detail{
	width:17.5%;
	padding:5px;
	text-align:center;
	background:#e68e27;
	float:left;
	margin:3px;
	border-radius:8px;
	color:#fff;
}
.tablist-detail:hover{
	background:#f5c056;
}
.tab-selected:hover{
	background:#f5c056;
}