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

	 *, body {
		 margin: 0;
		 padding: 0;
	 }
	 ****/
.loginbox-admin-menu {
	padding-top: 5px;
	color: #94b4d5;
}

body {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", "Lucida Sans", Verdana, Tahoma, sans-serif;
	font-size: 9pt;
	color: #000;
	background-color: #fff;
	background: #000 url('background.jpg') no-repeat center  top;
}

.logo {
	background: url('logo.png') no-repeat center;
	width: 380px;
	height: 263px;
	margin: 0 auto;
	/**	position: relative;
	left: 50%;
	margin-left: -254px;   **/
	margin-top: 78px;
	margin-bottom: 21px;
}

._1007container {
	width: 1007px;
	position: relative;
	/**
	border: 1px solid #000;
	left: 50%;
	margin-left: -506px;
	**/
	margin: 0 auto;
}
/**
.download_button {
	display: block;
	float: left;
	background: url('dlregbtn.jpg') no-repeat center -79px;
	width: 279px;
	height: 79px;
	border: 1px solid rgba(32, 73, 118,0.64);
	border-radius: 3px;
	margin-left: -3px;
	position: absolute;
	z-index: 1;
}

.download_button:before{
	content:'';
	display: block;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	background: rgba(255,255,255,1);
	background: red;
	width: 100%;
	margin-top: 0px;
	height: 50%;
	position: absolute;
	z-index: 5;
	opacity: 0.5;
}
**/

.download_cloud  {
	display: block;
	background: url('downloadcloud.png') no-repeat center;
	width: 336px;
	height: 217px;
	position: relative;
	z-index: 3;
	float: left;
	margin: 0 -14px;
	margin-top: -101px;
	margin-right: -336px;
	margin-left: -18px;
}

.register_cloud  {
	display: block;
	background: url('registercloud.png') no-repeat center;
	width: 356px;
	height: 183px;
	position: relative;
	z-index: 3;
	float: right;
	margin-top: -84px;
	margin-left: -461px;
	margin-right: -10px;
}

/** Button background **/
a.dlink {
	float: left;
	display: block;
	background: rgba(0,255,0,0.3);
	background: url('dlregbtn.jpg') no-repeat center -79px;
	width: 279px;
	height: 79px;
	border: 1px solid rgba(32, 73, 118,0.64);
	border-radius: 3px;
	margin-left: -3px;
	-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;  
}

a.dlink.register {
	float: right;
	margin-right: -1px;
	width: 250px;
}

/** Button Cover **/
a.dlink:before {
	content: "";
	float: left;
	position: relative;
	z-index: 4;
	width: 208px;
	height: 40px;
	padding-top: 8px;
	padding-right: 6px;
	margin-left: 1px;
	margin-bottom: -100px;
	
	display: block;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	margin-top: 0px;
	height: 50px;
	opacity: 0.5;
}

a.dlink.register:before {
	float: right;
}

.dl_link { /*** Style for the text inside ***/
	float: left;
	display: block;
	width: 208px;
	height: 70px;
	font-family: 'ralewaybold';
	font-size: 28px;
	text-transform: uppercase;
	color: #fff;
	padding-left: 18px;
	padding-top: 14px;
	text-shadow: 0 -1px 1px rgba(51,51,51,0.2), 0 -1px rgba(0,0,0,0.2);
}

.dl_link.register {
	float: right;
	text-align: right;
	padding-right: 18px;
}

.dl_linkdesc {
	font-family: 'silkscreennormal';
	font-smooth: never;
	font-size: 8px;
	font-weight:100;
	display: block;
	margin-top: -3px;
	margin-left: 1px;
	text-shadow: 0 -1px 1px rgba(51,51,51,0.2), 0 -1px rgba(0,0,0,0.2);
	letter-spacing: 1px;
	text-transform: uppercase;
}

.dlink .cover {
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.15) 100%),
				radial-gradient(ellipse at center, rgba(255,255,255,0.3) 0%,rgba(255,255,255,0) 100%); 
	background-size: 100% 100%, 100% 100px;
	background-position: center top, ;
	display: block;
	height: 50%;
	width: 100%;
	opacity: 0;
	box-shadow: inset 0 -1px rgba(255,255,255,0.1);
	margin-bottom: -100px;
	-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;  
}

a.dlink:hover .cover {
	opacity: 1;
}

a.dlink:active .dl_link{ /** Style for text when hovered **/
	text-shadow: 0 -1px 1px rgba(51,51,51,0.2), 0 1px rgba(0,0,0,0.2);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.35) 100%);
}

.dlink_container {
	margin-top: -110px; 
	margin-bottom: 0px; 
	float: left; 
	width: 1007px;
}

.mid_panel {
	width: 746px;
	background: rgba(150,150,150,0.5);
	left: 50%;
	margin-left: -252px;
	margin-top: 24px;
	border-radius: 4px;
	border: 1px solid rgba(0,0,0,0.2);
	box-shadow: inset -1px -1px 0 rgba(255,255,255,0.37), inset 1px 1px 0 rgba(255,255,255,0.37), 0 0 10px rgba(0,0,0,0.20);
	padding: 4px;
	position: relative;
	z-index: 299;
}

.mid_panel_in {
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.3) 100%),
				url('contentbg.jpg'),
				#626262;
	background-position: bottom center, top left, center;
	background-repeat: repeat-x, no-repeat, repeat;
	background-size: 30px 30px, 745px 385px, 100% 100%;
	padding: 11px;
	border-radius: 4px;
	box-shadow: inset -1px -1px 0 rgba(141,141,141,1), inset 1px 1px 0 rgba(141,141,141,1), 0 0 5px rgba(255,255,255,0.75);
	width: 723px;
	min-height: 826px;
}

.mid_panel.short_ {
	width: 495px;
	margin-left: -254px;
}

.mid_panel_in.short_ {
	width: 473px;
}

.left_panel,.right_panel {
	float: left;
	width: 238px;
	height: 100px;
}

.right_panel {
	float: right;
}

.left_panel {
	margin-left: -2px;
	margin-right: -10000000px;
}

.side_panel {
	width: 228px;
	background: #c2c2c2;
	border-radius: 4px;
	border: 1px solid rgba(0,0,0,0.2);
	box-shadow: inset -1px -1px 0 rgba(255,255,255,0.37), inset 1px 1px 0 rgba(255,255,255,0.37), 0 0 10px rgba(0,0,0,0.20);
	padding: 4px;
	margin: 0 auto;
}

.side_panel_in {
	background: url('blue_side.jpg') repeat-y 1px top;
	padding: 7px;
	border-radius: 4px;
	box-shadow: inset -1px -1px 0 rgba(141,141,141,1), inset 1px 1px 0 rgba(141,141,141,1), 0 0 5px rgba(255,255,255,0.75);
	width: 214px;
}

.side_panel_content:before,.side_panel_content:after {
	content:'';
	display: block;
	background: url('topcloud.png') no-repeat center;
	width: 290px;
	height: 110px;
	position: relative;
	z-index: -1;
	float: left;
	margin-left: -45px;
	margin-top: -82px;
	margin-bottom: -40px;
	/*
	margin-bottom: -100px;
	margin-top: -82px;*/
}

.side_panel_content {
	position: relative;
	z-index: 4;
	padding-top: 50px;
	padding-bottom: 100px;
}

.side_panel_content:after {
	background: url('bottomcloud.png') no-repeat center;
	width: 353px;
	height: 167px;
	position: absolute;
	bottom: 0;
	margin-bottom:-80px
}

.side_panel1_content:after {
}

.ol_jade {
	background: url('offline.png') no-repeat center;
	width: 35px;
	height: 50px;
	position: relative;
	left: 50%;
	margin-left: -19px;
	margin-top: -82px;
	margin-bottom: 31px;
}

.g_3 {
	background: url('online.png') no-repeat center;
}

.onlineusers {
	width: 100px;
	padding-top: 10px;
	height: 100px;
	margin: 0 auto;
	text-align: center;
}

.onlineusers img {
	margin: 0 1px;
}

.onlineusers span {
	font-family: 'ralewaylight';
	vertical-align: middle;
	display: block;
	margin-top: 34px;
	color: #fff;
	letter-spacing: 1px;
    padding: 10px 20px;
    background-color: rgba(255,255,10,0.1);
}
.onlineusers p{
    color: #D4AF37 !important;
}
.quick_links {
	position: relative;
	z-index: 30;
	margin-bottom: 20px;
	margin-top: -20px;
}

.quick_links a {
	display: block;
	background: url('qlbg.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	width: 218px;
	height: 57px;
	border-radius: 3px;
	border: 1px solid rgba(32,73,118,0.71);
	box-shadow: inset 1px 1px 0 rgba(255,255,255,0.5), inset -1px -1px 0 rgba(255,255,255,0.5);
	padding-top: 11px;
	padding-left: 20px;
	margin-bottom: 3px;
	color: #fff;
	font-family: 'ralewaybold';
	font-size: 28px;
	text-transform: uppercase;
	text-shadow: 0 -1px 1px rgba(51,51,51,0.2), 0 -1px rgba(0,0,0,0.2);
	-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;  
}

/** REVIEW HOVER **/
.quick_links a._review {
	display: block;
	background: url('review.png'), url('qlbg.jpg');
	background-repeat: no-repeat;
	background-position: 175px 16px, center center;
}

.quick_links a._review:hover {
	display: block;
	background: url('review.png'), url('qlbg.jpg');
	background-repeat: no-repeat;
	background-position: 175px 13px, center center;
}

/** WIKI HOVER **/

.quick_links a._wiki{
	display: block;
	background: url('wiki.png'), url('qlbg.jpg');
	background-repeat: no-repeat;
	background-position: 170px 10px, center center;
}

.quick_links a._wiki:hover {
	display: block;
	background: url('wiki.png'), url('qlbg.jpg');
	background-repeat: no-repeat;
	background-position: 170px 2px, center center;
}

/** VOTE HOVER **/

.quick_links a._vote {
	display: block;
	background: url('vote.png'), url('qlbg.jpg');
	background-repeat: no-repeat;
	background-position: 170px 0px, center center;
}

.quick_links a._vote:hover {
	display: block;
	background: url('vote.png'), url('qlbg.jpg');
	background-repeat: no-repeat;
	background-position: 170px -7px, center center;
}

/** FREEBIES HOVER **/

.quick_links a._freebies {
	display: block;
	background: url('freebies.png'), url('qlbg.jpg');
	background-repeat: no-repeat;
	background-position: 165px 0px, center center;
}

.quick_links a._freebies:hover {
	display: block;
	background: url('freebies.png'), url('qlbg.jpg');
	background-repeat: no-repeat;
	background-position: 165px -7px, center center;
}

.quick_links a span  {
	display: block;
	font-size: 10px;
    font-family: 'ralewaylight'; 
}

.quick_links a:before {
	content:'';
	display: block;
	width: inherit;
	height: inherit;
	background: linear-gradient(to bottom, rgba(255,255,255,0.7) 0%,rgba(255,255,255,0) 100%);
	opacity: 0;
	margin-bottom: -57px;
	margin-left: -20px;
	margin-top: -11px;
	padding-top: 11px;
	padding-left: 20px;
	-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;  
}

.quick_links a:hover:before {
	opacity: 1;
}

.quick_links a:active:before {
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%); 
	-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;  
}

.quick_links a:hover {
	border: 1px solid rgba(32,73,118,0.51);
	box-shadow: inset 1px 1px 0 rgba(255,255,255,0.5), inset -1px -1px 0 rgba(255,255,255,0.5), 0 0 25px rgba(0,0,0,0.1);
}

.quick_links a:active{
	border: 1px solid rgba(32,73,118,0.71);
	box-shadow: inset 1px 1px 0 rgba(255,255,255,0.5), inset -1px -1px 0 rgba(255,255,255,0.5), inset 0 0 50px rgba(0,0,0,0.5);
}

.acc_panel span.input-name {
	color: #fff;
    font-family: 'ralewayregular';
	font-weight: bold;
	font-size: 17px;
	text-transform: uppercase;
	text-shadow: 0 -1px 1px rgba(51,51,51,0.2), 0 1px rgba(0,0,0,0.5);
}

.acc_panel input[type=text], .acc_panel input[type=password]  {
	border-radius: 3px;
	width: 200px;
	margin: 0 auto;
	margin-top: 3px;
	margin-bottom: 10px;
	border: 1px solid rgba(42,127,160,0.8);
	padding: 5px;
	height: 20px;
	line-height: 30px;
}

.submit_container {
	margin-top: 10px
}

.acc_panel input[type=submit] {
	display: block;
	float: left;
	background: transparent;
	border: 0;
	width: 212px;
	height: 34px;
	padding: 5px !important;
	border-radius: 3px;
	position: relative;
	z-index: 34;
	line-height: 24px;
	margin-top: 2px;
	color: #fff;
	outline: 0;
}
.acc_panel ._sub{
	width: inherit	;
	height: 34px;
	background: linear-gradient(to bottom, rgba(222,229,0,1) 0%,rgba(222,150,0,1) 40%,rgba(250,140,10,1) 100%);
	box-shadow: inset -1px -1px rgba(255,255,255,0.5), inset 1px 1px rgba(255,255,255,0.5), inset 0 -15px 30px rgba(0,0,0,0.05);
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 3px;
	text-shadow: 0 -1px rgba(0,0,0,0.3);
	margin-left: -2px;
	margin-top: -1px;
	position: relative;
	z-index: 31;
}

.acc_panel .submit_container input[type=submit]:hover + div._sub  { 
	box-shadow: inset -1px -1px rgba(255,255,255,0.5), inset 1px 1px rgba(255,255,255,0.5), inset 0 -15px 30px rgba(255,255,255,0.05);
	text-shadow: 0 0 3px rgba(255,255,255,0.3);
}
.acc_panel .submit_container input[type=submit]:active + div._sub  { 
	box-shadow: inset -1px -1px rgba(255,255,255,0.5), inset 1px 1px rgba(255,255,255,0.5), inset 0 -15px 30px rgba(0,0,0,0.05);
	background: linear-gradient(to bottom, rgba(68,215,10,1) 0%,rgba(83,223,0,1) 60%,rgba(99,229,0,1) 100%);
	text-shadow: 0 -1px rgba(0,0,0,0.3);
}

.acc_panel .loginmonkey{
	background: url('loginmonkey.png') no-repeat center;
	display: block;
	width: 173px;
	height: 128px;
	float: left;
	margin-left: -70px;
	margin-top: -60px;
	margin-bottom: -128px;
	position: relative;
	z-index: 33;
}

.acc_panel ._href {
	display: block;
	text-shadow: 0 0 35px rgba(255,255,255,1);
	text-align: center;
	width: 212px;
	height: 14px;
	margin-top: 10px;
	margin-bottom: -70px;
	position: relative;
	z-index: 35;
}

.acc_panel ._href:hover  {
	opacity: 0.7;
}

.logged_in {
	color: #fff;
}

.logged_in .link_{
	width: 212px;
	display: block;
	text-align: center;
	background: linear-gradient(to bottom, rgba(232,232,232,1) 0%,rgba(193,193,193,1) 100%);
	height: 24px;
	padding: 5px 0;
	color: rgba(0,0,0,0.7);
	text-shadow: 0 1px rgba(255,255,255,0.5);
	line-height: 24px;
	vertical-align: middle;
	margin-bottom: 5px;
	border-radius: 3px;
	border: 1px solid #848484;
	box-shadow: inset 1px 1px rgba(255,255,255,0.5), inset -1px -1px rgba(255,255,255,0.5);
}

.logged_in .link_:hover {
	box-shadow: inset 1px 1px rgba(255,255,255,0.5), inset -1px -1px rgba(255,255,255,0.5), inset 0 0 15px rgba(255,255,255,0.6);
}

.logged_in .link_:active {
	background: linear-gradient(to bottom, rgba(193,193,193,1) 0%,rgba(232,232,232,1) 100%);
	box-shadow: inset 1px 1px rgba(255,255,255,0.3), inset -1px -1px rgba(255,255,255,0.3), inset 0 0 15px rgba(0,0,0,0.3);
}

.logged_in .btn_cont {
	margin-top:10px;
	margin-bottom: -40px;
}


.acc_panel .welcome-text {
	display: block;
    font-family: 'ralewaylight';
	font-size: 11px;
	text-transform: uppercase;
	color: rgba(255,255,255,0.8);
	letter-spacing: 1px;
	margin-left: 5px;
}

.acc_panel .panel_username {
    font-family: 'ralewayregular';
	font-size: 24px;
	color: #fff;
	text-shadow: 0 -1px 1px rgba(51,51,51,0.2);
	padding: 5px 10px;
	margin-left: -6px;
	display: block;
	width: 206px;
    white-space: nowrap; 
    overflow: hidden;
	margin-bottom: 7px;
    text-overflow: ellipsis; 
}

.logged_in .admin_b:hover {
	background: rgba(0,0,0,0.2);
}

.side_panel_content.faceb{
	padding-top: 30px;
	padding-bottom: 50px;
}

.side_panel .bottom_m {
	background: url('fb.png') no-repeat center;
	width: 292px;
	height: 113px;
	position: relative;
	z-index: 90;
	float: left;
	margin-left: -40px;
	margin-top: -100px;
}

.side_panel_content.prank{
	padding-bottom: 70px;
}

a.droop_button {
	display: block;
	background: #b1a796;
	border-radius: 3px;
	color: #fff;
	font-size: 9px;
    font-family: 'silkscreennormal';
	text-shadow: 0 -1px rgba(118,111,100,1);
	width: 240px;
	height: 15px;
	padding-top: 11px;
	margin-top: -5px;
	margin-left: -1px;
	position: relative;
	z-index: 93;
}

.side_panel_content.faceb:before,.side_panel_content.faceb:after {
	z-index: 99;
}

span.panel_name {
	display:block;
	color: #fff;
    font-family: 'ralewayregular';
	font-weight: bold;
	font-size: 17px;
	text-transform: uppercase;
	text-shadow: 0 -1px 1px rgba(51,51,51,0.2), 0 1px rgba(0,0,0,0.5);
	margin-bottom: 10px;
}

span.panel_name.rank_ {
	letter-spacing: 4px;
	text-align: center;
	margin-bottom :0px;
}

span.panel_name.rank1_ {
	letter-spacing: 4px;
	text-align: center;
	margin-bottom :0px;
}

.woe_panel {
	margin-top: 27px;
	text-align: center;
	position: relative;
	z-index: 93;
}

.woe_panel .woe_title {
	background: url('woetitle.png') no-repeat center;
	width: 236px;
	height: 50px;
	margin: 0 auto;
	position: relative;
	z-index: 99;
}

.woe_panel .top_cloud {
	background: url('topcloud.png') no-repeat center;
	width: 290px;
	height: 110px;
	position: relative;
	z-index: 90;
	float: left;
	margin-top: -30px;
	margin-bottom: -247px;
	margin-left: -30px;
}

.woe_panel .agit {
	background: url('agit.png') no-repeat center;
	width: 141px;
	height: 247px;
	float: left;
	margin-top: -27px;
	margin-left: -9px;
	margin-right: -999px;
}

.woe_panel .agit.right {  
	-moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
	float: right;
	margin-right:  -7px;
}

.woe_panel .agit.on {
	background: url('active_agit.png') no-repeat center;
}

.woe_panel .emperium0 ,
.woe_panel .emperium1 {
	background: url('active_emp.png') no-repeat center;
	width: 102px;
	height: 132px;
	position: relative;
	z-index: 91;
	left: 50%;
	margin-left: -52px;
	margin-top: -160px;
}

.woe_panel .emperium0{
	background: url('emp.png') no-repeat center;
}

.woe_panel .emperium0:after,.woe_panel .emperium1:after {
	content:'';
	display: block;
	background: url('bottomcloud.png') no-repeat top;
	width: 353px;
	height: 67px;
	float: left;
	margin-left: -100px;
	margin-top: 65px;
}

.woe_panel .emp_text {
	float: left;
	margin-left: -1px;
	width: 100%;
	text-align: center;
	position: relative;
	z-index: 96;
	margin-top: -23px;
	margin-bottom: 10px;
}

.woe_panel .emp_time {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
    font-family: 'ralewayregular';
	font-size: 26px;
	color: #545454;
	letter-spacing: 4px;
	margin-right: -5px;
	margin-top: 4px;
}

.emblem1,.emblem2 {
	float: left;
	width: 24px;
	height: 24px;
	margin-top: -131px;
	margin-left: 48px;
	/** border: 1px solid rgba(0,0,0,0.5); **/
	position: relative;
	z-index: 90;
}

.emblem2 {
	float: right;
	margin-right: -75px
}

a.button_3 {
	display: block;
	background: url('woebg.jpg') no-repeat left top;
	width: 238px;
	height: 40px;
	padding-top: 9px;
	border-radius: 3px;
	margin-top: 6px;
	margin-left: -1px;
	border: 1px solid rgba(118,91,32,0.71);
	box-shadow: inset 1px 1px 0 rgba(255,255,255,0.5), inset -1px -1px 0 rgba(255,255,255,0.5);
	color: #fff;
	font-family: 'ralewaybold';
	font-size: 18px;
	text-transform: uppercase;
	text-shadow: 0 -1px 1px rgba(51,51,51,0.2), 0 -1px rgba(0,0,0,0.2);
	-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;  
	position: relative;
	z-index: 94;
}

a.button_3 span  {
	display: block;
	font-size: 8px;
    font-family: 'silkscreennormal';
	margin-top: 4px;
}

a.button_3:before {
	content:'';
	display: block;
	width: inherit;
	height: inherit;
	background: linear-gradient(to bottom, rgba(255,255,255,0.7) 0%,rgba(255,255,255,0) 100%);
	opacity: 0;
	padding-top: 9px;
	margin-top: -9px;
	margin-bottom: -40px;
	-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;  
}

a.button_3:hover:before {
	opacity: 1;
}

a.button_3:active:before {
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%); 
	-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;  
}

a.button_3:hover {
	border: 1px solid rgba(32,73,118,0.51);
	box-shadow: inset 1px 1px 0 rgba(255,255,255,0.5), inset -1px -1px 0 rgba(255,255,255,0.5), 0 0 25px rgba(0,0,0,0.1);
}

a.button_3:active{
	border: 1px solid rgba(32,73,118,0.71);
	box-shadow: inset 1px 1px 0 rgba(255,255,255,0.5), inset -1px -1px 0 rgba(255,255,255,0.5), inset 0 0 50px rgba(0,0,0,0.5);
}

a.button_3._4 {
	float: right;
	background: url('pvpbg.jpg') no-repeat left top;
	border: 1px solid rgba(118,32,32,0.71);
	text-align: center;
	margin-right: -13px;
	margin-top: 63px;
	margin-bottom: -100px;
}

.right_panel .side_panel {
	margin-left: 1px;
}

.side_panel.prank .side_panel_in {
	background: url('red_side.jpg') repeat-y 1px top;
}

.side_panel.prank {
	margin-top: 20px;
}

.side_panel_content.prank:before {
	margin-top: -92px;
}

.prank .p_item {
	width: 206px;
	height: 29px;
	background: rgba(0,0,0,0);
	padding: 10px;
	padding-top: 11px;
	margin-left: -6px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	box-shadow: 0 1px 0 rgba(0,0,0,0.1);
	margin-bottom: 1px;
}

.prank .p_item:hover {
	background: rgba(0,0,0,0.2);
	border-bottom: 1px solid rgba(255,255,255,0);
	box-shadow: 0 1px 0 rgba(0,0,0,0);
}

.prank .p_num {
	display: block;
	width: 30px;
	vertical-align: middle;
	text-align: center;
	float: left;
    font-family: 'ralewayregular';
	font-size: 26px;
	color: rgba(255,255,255,0.08);
	margin-right: 5px;
	margin-left: -5px;
}

.prank .p_name {
	display: block;
	float: left;
	width: 150px;
	margin-right: -10px;
	margin-top: 2px;
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis; 
    font-family: 'ralewayregular';
	font-size: 14px;
	color: #fff;
}

.prank .p_emblem {
	display: block;
	float: right;
	width: 24px;
	height: 24px;
	margin-top: 3px;
}

.prank .no-data-pvp {
	height: 265px;
	line-height: 265px;
	text-align: center;
    font-family: 'ralewayregular';
	color: #fff;
	text-shadow: 0 -1px 1px rgba(51,51,51,0.2), 0 -1px rgba(0,0,0,0.2);
}

.prank .kills, .prank .deaths {
    display: block;
	float: left;
	width: 80px;
	font-family: 'silkscreennormal';
	color: #fff;
	font-size: 9px;
}

.prank .deaths {
	width: 90px;
	margin-left: 5px;
	margin-right: -100px;
}

.pvp_b {
	background: url('pvp.png') no-repeat center;
	width: 256px;
	height: 97px;
	margin-bottom: -100px;
	margin-top: 3px;
	margin-left: -20px;
}

p.main_{
	color: #fff;
	font-size: 13px;
	text-shadow:  0 1px rgba(0,0,0,0.2);
}

.news_feed {
	background:	url('news_bg.png'), linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); 
	background-repeat: no-repeat, repeat-x;
	background-position: center top;
	background-size: 494px 381px, 100% 100%;
	padding-left: 10px;
	padding-top: 50px;
	padding-bottom: 2px;
	margin-top: -25px;
	margin-left: -10px;
	margin-bottom: -10px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	width: 483px;
}

span.feed_title {
	display: inline-block;
	text-align: center;
	width: 494px;
	height: 34px;
	margin-left: -10px;
	color: #fff;
    font-family: 'ralewayregular';
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 24px;
	text-shadow: 0 2px 2px rgba(0,0,0,0.5),0 2px 30px rgba(6,80,81,0.5);
	margin-top: 50px;
	margin-bottom: 45px;
}

.news_item {
	display: block;
	background: #fff;
	border-radius: 3px;
	width: 479px;
	height: 33px;
	line-height: 33px;
	border: 1px solid rgba(0,0,0,0.3); /**#36a3ce; **/
	box-shadow: 0 0 3px rgba(255,255,255,1);
	margin-left: -3px;
	margin-bottom: 5px;
	-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;  
}

.news_item:hover {
	box-shadow: 0 0 10px rgba(255,255,255,0.7), inset 0 0 10px rgba(0,0,0,0.15);
}

.news_item:hover .news_left {
	text-shadow: 0 0 5px rgba(255,255,255,0.5), 0 -1px rgba(0,0,0,0.3);
	box-shadow: inset -1px -1px rgba(255,255,255,0.5), inset 1px 1px rgba(255,255,255,0.5), inset 0 0 15px rgba(255,255,255,0.5);
}

.news_date {
	color: rgba(0,0,0,0.5);
	display: inline-block;
	width: 75px;
	text-align: center;
	vertical-align: middle;
}

.news_left,.news_left.fblue {
	display: inline-block;
	background: linear-gradient(to bottom, rgba(104,215,240,1) 0%,rgba(93,193,222,1) 51%,rgba(81,167,200,1) 100%);
	text-align: center;
	line-height :33px;
	height: 33px;
	width: 94px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	border: 1px solid rgba(0,0,0,0.2); /** #277796;**/
	margin-top: -1px;
	margin-left: -1px;
	box-shadow: inset -1px -1px rgba(255,255,255,0.5), inset 1px 1px rgba(255,255,255,0.5);
	color: #fff;
	text-shadow: 0 -1px rgba(0,0,0,0.3);
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 11px;
}

.news_left.fred {
	background: linear-gradient(to bottom, rgba(239,105,105,1) 0%,rgba(226,95,95,1) 51%,rgba(198,81,81,1) 100%);
}
.news_left.fgreen {
	background: linear-gradient(to bottom, rgba(152,221,73,1) 0%,rgba(146,213,69,1) 52%,rgba(157,198,62,1) 100%);
}

.news_title {
	display: inline-block;
	width: 300px;
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis; 
	margin-bottom: -14px;
}

.news_title.fblue {
	color: #1b7294;
}

.footer {
	width: 507px;
	margin: 10px auto;
	margin-top: 50px;
	margin-bottom: 50px;
	position: relative;
	bottom: 0;
	z-index: 9999;
	font-size: 11px;
	color: #666;
	vertical-align: bottom;
}

.footer .side_icons {
	float: left;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 1%,rgba(0,0,0,0.3) 50%,rgba(0,0,0,0) 100%);
	background-position: right top;
	background-repeat: no-repeat;
	background-size: 1px 100%;
	vertical-align: middle;
	padding:5px;
	margin-top: -5px;
	margin-right: 10px;
}

.mid_panel short_ .mid_panel_in short_ .sid31e_icons {
    border: none; /* Убираем границу */
    background-color: #626262; /* Цвет линии */
    color: red; /* Цвет линии для IE6-7 */
    height: 0.5px; /* Толщина линии */
}

.footer .side_icons img {
	margin-right: 5px;
}

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: #000;
    font-family: 'ralewayregular';
	font-size: 24px;
	text-shadow: 0 2px rgba(0,0,0,0.2);
	background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); 
	padding-left: 10px;
	padding: 3px 0 3px 10px;
	margin-left: -10px;
}

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: #DDBF5F;
	text-decoration: none;
}

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;
}

label:hover {
	cursor: 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;
}

#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: #DDBF5F;
	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;
}

#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 {
	display: block;
	margin: 10px;
	padding: 5px;
	background-color: #eee;
	border: 1px solid #ccc;
}

.submit_button:hover {
	color: #fff;
	background-color: #333;
	border: 1px solid #111;
	cursor: pointer;
}

.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;
}
.scrol-tbl-container { overflow-x: scroll; }

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

.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: #DDBF5F;
}

.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;
}

#submenu {
	color: #ffc;
	background-color: rgba(255,207,60,0.3);
	margin: 5px;
	padding: 5px;
}
.sub-menu-item{
	color: #fff;
	padding: 2.5px;
}
.sub-menu-item:hover {
	padding: 3px;
	color: #000;
	background-color: #bf9b30;
}

#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;
}

#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;
}

.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 dotted #ddd;
}

.credit-balance .balance-text {
	display: inline-block;
	margin-right: 5px;
	color: #bbb;
	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;
}

.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%;
	color: #000;
	border-spacing: 0 10px;
	border-collapse: separate;
}

.shop-table td {
	padding: 10px;
	background-color: #fff;
	border: 1px solid #ddd;
}

.shop-item-image {
	width: 75px;
	height: 100px;
	text-align: center;
}

.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-qty {
	width: 150px;
	color: #aaa;
	text-align: center;
}

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

.qty {
	color: #000;
}

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

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

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

.short {
	width: 40px;
}

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

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

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


.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 {
	width: 100%;
	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;
}

.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: #aaa;
	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;
}

.security-code11 {
	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: #DDBF5F;
	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 {
	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;
}

.normalslotted .equipped {
	color: #25292b;
}

.overslotted1 {
	color: #32cd32;
}

.overslotted2 {
	color: #00bfff;
}

.overslotted3 {
	color: #ffa500;
}

.overslotted4 {
	color: #9932cc;
}

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

table {
    border-collapse: collapse;
    margin-bottom: 3em;
    width: 100%;
    background: #fff;
}
td, th {
    padding: 0.75em 1.5em;
    text-align: left;
}
	td.err {
		background-color: #3eba87;
		color: #fff;
		font-size: 0.75em;
		text-align: center;
		line-height: 1;
	}
th {
    background-color: #45b1b5;
    font-weight: bold;
    color: #fff;
    white-space: nowrap;
}
tbody th {
	background-color: #DDBF5F;
}
tbody tr:nth-child(2n-1) {
    background-color: #f5f5f5;
    transition: all .125s ease-in-out;
}
tbody tr:hover {
    background-color: rgba(129,208,177,.3);
}

    #Duke{
        border: 1px solid black !important;
        background-color: rgba(187,128,32,0.7) !important;
    }
    .Duke:hover{
        background-color: rgba(187,128,32,0.4) !important;
        padding-left: 10px !important;
    }  .Duke{
        padding-left: 10px !important;
    }

