@font-face {
	font-family: FaceYourFears;
	src: url('../fonts/FaceYourFears.ttf');
}

@font-face {
	font-family: GeosansLight;
	src: url('../fonts/GeosansLight.ttf');
}

@font-face {
	font-family: Quantify;
	src: url('../fonts/Quantify.ttf');
}

@font-face {
	font-family: Square;
	src: url('../fonts/Square.ttf');
}

.hidden-body{
	overflow: hidden;
}

.container_carga{
	background-color: #181818;
	height: 100%;
	width: 100%;
	position: fixed;
	display: flex;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	z-index: 10000;
}
.cargando-blue{
	border-top-color: #2489ca;
	border-top-style: groove;
	height: 230px;
	width: 230px;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	-webkit-animation: girar_blue 1.0s linear infinite;
	-o-animation: girar_blue 1.0s linear infinite;
	animation: girar_blue 1.0s linear infinite;
}

.cargando-white{
	border-top-color: #f1f1f1;
	border-top-style: groove;
	height: 200px;
	width: 200px;
	border-radius: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	-webkit-animation: girar_white 1.0s linear infinite;
	-o-animation: girar_white 1.0s linear infinite;
	animation: girar_white 1.0s linear infinite;
}

.logoloader{
	height: 190px;
	width: 190px;

	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	-webkit-animation: logoloader 1.5s linear infinite;
	-o-animation: logoloader 1.5s linear infinite;
	animation: logoloader 1.5s linear infinite;
}
.container_carga.hidden{
	animation: fadeOut 3s;
    animation-fill-mode: forwards;
}
    
@keyframes fadeOut {
    100% {
        opacity: 0;
        visibility: hidden;
    }
}    

@keyframes logoloader{
	0%{
		transform: scale(0.85);
	}
	20%{
		transform: scale(0.87);
	}
	40%{
		transform: scale(0.89);
	}
	60%{
		transform: scale(0.91);
	}
	80%{
		transform: scale(0.93);
	}
	100%{
		transform: scale(0.85);
	}
}

@keyframes girar_blue{
	from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
}

@keyframes girar_white{
	from { transform: rotate(360deg); }
	to { transform: rotate(0deg); }
}

.ServerFree{
    font-size:16px;
	font-family:Montserrat,sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	text-align:left;
}

.Server1_Players{
    font-size:12px;
	font-family:Montserrat,sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	text-align:center;
}

/* CASTLE SIEGE CSS */
.csinfo_container {
	background: url('../img/castle_siege.jpg') no-repeat top right;
	background-size: cover;
	width: 100%;
	padding: 20px;
	margin-bottom: 20px;
	border: 1px solid #333;
	-moz-box-shadow: 0 0 10px #555;
	-webkit-box-shadow: 0 0 10px #555;
	box-shadow: 0 0 10px #555;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -khtml-border-radius: 10px;
}
.csinfo_content {
	width: 100%;
	height: 180px;
	margin: 10px 0px 0px 10px;
	display: inline-block;
}
	.csinfo_glogo {
		float: left;
		width: 30%;
		height: 180px;
		text-align: center;
	}
	.csinfo_ginfo {
		float: left;
		width: 70%;
		padding: 0px 10px;
	}
	
		.csinfo_ginfo table {
			table-layout: fixed;
			width: 400px;
		}
			.csinfo_ginfo table tr td {
				padding: 3px 0px;
				font-size: 20px;
				color: #fff;
			}
			.csinfo_ginfo table tr td:first-child {
				color: #9a7e46;
			}
			
.csinfo_glist {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
	.csinfo_glist li {
		float: left;
		width: 30%;
		padding: 8px 10px;
	}
	.csinfo_glist li:hover {
		background: #0d0c0b;
	}

.module-requirements {
	font-size: 12px;
	margin-top: 20px;
}
/* latin-ext */
@font-face {
  font-family: 'Cinzel';
  font-style: normal;
  font-weight: 400;
  src: local('Cinzel Regular'), local('Cinzel-Regular'), url(https://fonts.gstatic.com/s/cinzel/v7/8vIJ7ww63mVu7gt7-GT7LEc.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Cinzel';
  font-style: normal;
  font-weight: 400;
  src: local('Cinzel Regular'), local('Cinzel-Regular'), url(https://fonts.gstatic.com/s/cinzel/v7/8vIJ7ww63mVu7gt79mT7.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

::-webkit-scrollbar{
    width: 12px;
    background-color: #181818;
}
::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.9);
    border-radius: 10px;
    background-color: #181818;
}
::-webkit-scrollbar-thumb{
    border-radius: 10px;
    background-color: #212121;
    transition: 0.3s;
}
::-webkit-scrollbar-thumb:hover{
    border-radius: 10px;
    background-color: #2489ca;
}

html {
	min-width: 1000px;
	height: 100%;
	cursor: url('../img/cursor_normal.cur'), auto;
}

body {
	background: #181818;
	color: #f5f5f5;
	font-family: 'Source Sans Pro', sans-serif;
	cursor: url('../img/cursor_normal.cur'), auto;
	font-size: 14px;
	margin: 0;
	height: 100%;
}

a {
	color: #59a1f4;
	cursor: url('../img/cursor_normal.cur'), auto;
	text-decoration: none;
	-moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

a:hover {
	color: #ffda8a;
	cursor: url('../img/cursor_link.cur'), auto;
}

img {
	border: 0px;
}

input[type=text], input[type=password], input[type=number] {
	background: #191919;
	border: 1px solid #272727;
	color: #f5f5f5;
}
input[type=text]:focus, input[type=password]:focus, input[type=number]:focus {
	border: 1px solid #ccc;
}

#header {
	width: 100%;
	min-width: 1000px;
	height: 450px;
	margin: 0px auto;
	text-align: center;
	overflow: hidden;
	color: #fff;
	background: transparent url('../img/header.jpg') no-repeat center top /cover;
}
	
	@media only screen and (min-width: 1000px) {
		#header > #headervideo {
			position: relative;
			top: -50px;
		}
	}
	@media only screen and (min-width: 1300px) {
		#header > #headervideo {
			position: relative;
			top: -100px;
		}
	}
	@media only screen and (min-width: 2000px) {
		#header > #headervideo {
			position: relative;
			top: -150px;
		}
	}
	
	#header > .video-shadow {
		background: url('../img/bg_shadow.png') repeat;
		position: absolute;
		width: 100%;
		height: 300px;
		z-index: 1;
	}
	
	#header > .header-content-container {
		z-index: 2;
		position: absolute;
		top: 50px;
		width: 100%;
		height: 300px;
	}
		#header > .header-content-container > .header-content {
			width: 1000px;
			height: 300px;
			margin: 0px auto;
		}
	
	#header > .header-front {
		z-index: 2;
	}
	
	.site-logo {
		margin-top: 200px;
	}

#headerLogo {
	width: 100%;
	margin: 30px 0px;
}

#container {
	width: 1280px;
	height: auto;
	margin: 0px auto;
	padding: 20px 0px;
	background: #1d1d1d;
	border: 1px solid #222222;
}

#content {
	width: 100%;
	overflow: auto;
	min-height: 500px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.creditos-footer {
	font-family: Orbitron,sans-serif;
	font-size: 15px;
	color: #f1f1f1;
	text-align:left;
}

.footer {
	margin-top:20px;
	font-family: Orbitron,sans-serif;
	font-size: 14px;
	color: #f1f1f1;
	padding: 20px 0px;
	background: #1d1d1d;
	overflow: auto;
	border-top: 1px solid #252525;
}
	.footer > .footer-container {
		width: 1000px;
		margin: 0px auto;
	}
	.footer-time {
		font-size: 20px;
		color: #2489ca;
		font-weight: bold;
		position: relative;
		top: -10px;
		text-shadow: -1px -1px 0 #252525,  
 		1px -1px 0 #252525,
  		-1px 1px 0 #252525,
  		1px 1px 0 #252525;
  		font-family: Orbitron,sans-serif;
	}
#marqueee {
	z-index:2;
	color: #f5f5f5 !important;
	text-shadow: 1px 1px #565656;
	width: 1150px;
	height: 50px;
	top: 415px;
	left: 50%;
	margin-left: -575px;
	position:absolute;
	font-size: 20px;
}
	
#navbar {
	background: #171717;
	z-index:3;
	width: 100%;
	height: 50px;
	position:absolute;
	box-shadow: 0px 10px 0px 0px #0000004f, 0px 0px 0px 0px #0000004f;
}

#navbar ul{
	text-align: center;
	margin: 0px;
	-webkit-padding-start: 0px;
}

#navbar ul li {
	font-family: 'Source Sans Pro', sans-serif;
	list-style-type: none;
	display: inline-block;
	font-size: 16px;
	margin: 0px 15px;
}

#navbar ul li a {
	display: inline-block;
	color: #f5f5f5 !important;
	text-decoration: none;
	text-shadow: 1px 1px #565656;
	padding: 15px 15px;
}

#navbar ul li a:active, #navbar ul li a:focus, #navbar ul li a:hover {
	color: #ffffff !important;
	text-decoration: none;
}
/*.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: left;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.col-xs-4 {
    width: 33.33333333%;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}*/

/* CASTLE SIEGE BANNER */
.castle-siege-banner {
	width:95%;
	/* height: 460px; */
	font-size: 27px;
	background: transparent url('../img/cs.jpg') no-repeat center center /cover;
	margin: 0px auto;
	padding: 30px;
	border: 1px solid #293139;
	overflow: auto;
	font-family: GeosansLight;
	color: #fff;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 2px solid #252525;
	text-align: center;
	text-shadow: 1px 1px #000;
}

.castle-siege-banner img{
	border-radius: 40px;
}

.castle-siege-banner .guild_countdown{
	font-size: 30px !important;
	color: #2489ca;
	text-transform: uppercase;
	font-weight: 600;
}

.cs-guild-title {
	color: #2489ca;
	font-size: 58px;
	text-shadow: 1px 1px #000;
	font-family: Quantify;
}
.cs-guild-guildowner {
	background-color:#2489ca;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	position: relative;
	top: -15px;
	padding:10px;
	border-radius:8px;
	box-shadow: 2px 2px #1f1f1f;
}

.cs-guild-guildowner-2 {
	background-color:#2489ca;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	position: relative;
	padding:10px;
	border-radius:8px;
	box-shadow: 2px 2px #1f1f1f;
}

.cs-timeleft {
	font-family: Quantify;
	font-size: 62px;
	color: #fff;
	text-shadow: 2px 2px #1f1f1f;
}
.cs-timeleft span {
	color: #2489ca;
	text-shadow: 2px 2px #1f1f1f;
}
/* <-- CASTLE SIEGE BANNER END */


.admincp-button {
	position:absolute;
	top:10px;
	right:10px;
}

.page-title {
	color: #fdfffc;
	font-family: Orbitron,sans-serif;
    text-transform: uppercase;
    font-weight: 600;
	font-size: 25px;
	text-align:center;
	background: #1d1d1d;
	border-bottom: 3px solid #2489ca;
}

/* NEWS MODULE */
.panel-news {
	margin-bottom: 30px;
	color: #333;
	border: 1px solid #1e1e1e;
}
.panel-news .panel-heading {
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: 'Square', Arial, serif;
	background: #1d1d1d;
	border-bottom: 4px solid #2489ca;
}
.panel-news .panel-title {
	color: #fdfffc;
	font-family: Orbitron,sans-serif;
	font-size: 20px;
}
.panel-news .panel-footer {
	border-top: 2px solid #2489ca;
	background: #202020;
	font-size: 11px;
	height: 40px;
	color: #fdfffc;
}

/* RANKINGS MODULE */
.rankings-table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	table-layout: fixed;
	text-align:center;
	border: 1px solid #1e1e1e;

}
.rankings-table img {
	width: 30px;
	height: auto;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.rankings-table-place {
	color: #2489ca;
	font-weight: bold;
	font-size: 25px;
	text-align: center;
}

.rankings-table tr:nth-child(2) {
	background: #252525;
	color:#fff;
}
.rankings-table tr:nth-child(2) .rankings-table-place {
	font-size: 38px;
}

.rankings-table tr td {
	border-bottom: 1px solid #252525;
	padding: 10px;
	font-size: 19px;
	vertical-align: middle !important;
}

.rankings-table tr:first-child td {
	color: #fdfffc;
	background:#1d1d1d;
	border-bottom: 3px solid #2489ca;
	font-family: Orbitron,sans-serif;
}
.rankings-update-time {
	text-align: right;
	font-size: 15px;
	color: #f5f5f5;
	padding: 10px 0px;
}
.rankings_menu {
	width: 100%;
	overflow: auto;
	text-align: center;
}
.rankings_menu span {
	width: 100%;
	display: inline-block;
	padding: 10px 0px;
	color: #2489ca;
	font-size: 24px;
}
.rankings_menu a {
	display: inline-block;
	width: 150px;
	border: 1px solid #252525;
	text-align: center;
	padding: 2px 0px;
	margin: 2px;
	background: #202020;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #fdfffc;
	font-size:12px;
	font-family: Orbitron,sans-serif;
}
.rankings_menu a.active {
	color: #ffffff;
	border-color: #272727;
	border-radius: 5px;
	background: #2489ca;
	font-size:12px;
}
.rankings_guild_logo tr td {
	border: 0px !important;
	padding: 0px !important;
	margin: 0px !important;
}
.rankings-gens-img {
	width: 50px !important;
	height: auto !important;
	border: 0 !important;
	-moz-box-shadow: 0 0 0px #000 !important;
	-webkit-box-shadow: 0 0 0px #000 !important;
	box-shadow: 0 0 0px #000 !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
}

/* MY ACCOUNT MODULE */
.myaccount-table {
	width: 100%;
	background: #202020;
    border: 1px solid #252525;
}
.myaccount-table tr td:first-child {
	color: #f5f5f5;
	font-weight: bold;
}
.myaccount-table tr td {
	color: #666;
    border-bottom: 1px solid #252525;
    padding: 15px !important;
}
.myaccount-table tr:last-child td {
	border: 0px;
}

/* GENERAL TABLE UI */
.general-table-ui {
	width: 100%;
	table-layout: fixed;
	background: #202020;
	padding: 10px;
	margin: 10px 0px;
	border: 1px solid #252525;
}
.general-table-ui tr td {
	padding: 5px;
	vertical-align: middle !important;
}
.general-table-ui tr:first-child td {
	color: #f5f5f5;
	font-family: 'Arial', Arial, serif;
}
.general-table-ui tr:nth-child(2n+2) td {
	background: #2d2d2d;
}
.general-table-ui tr td {
	text-align: center;
}
.general-table-ui img {
	width: 50px;
	height: auto;
	-moz-box-shadow: 0 0 5px #666;
	-webkit-box-shadow: 0 0 5px #666;
	box-shadow: 0 0 5px #666;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

/* TERMS OF SERVICE PAGE */
.tos_list li {
	color: #568792;
	margin-bottom: 40px;
}
.tos_list li p {
	color: #ccc;
	text-align: justify;
	text-justify: inter-word;
	text-transform: none;
}

/* PAYPAL */
.paypal-gateway-container {
width: 100%;
background: #1a2133;
border: 1px solid #2e374f;
}

.paypal-gateway-logo {
width: 100%;
height: 68px;
background: #fff9ec url('../img/paypal-logo-200-68.png') no-repeat top center;
margin-bottom: 10px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}

.paypal-gateway-content {
margin: 10px;
background: #fef2da;
border: 2px solid #f79433;
padding: 10px;
overflow: auto;
}

.paypal-gateway-conversion-rate {
margin: 0px auto;
text-align: center;
color: #000;
font-size: 18px;
padding: 10px 0px;
}

.paypal-gateway-form {
width: 100%;
margin: 0px auto;
text-align: center;
}

.paypal-gateway-form div {
display: inline-block;
padding: 0px 10px;
color: #000;
font-size: 18px;
}

.paypal-gateway-form input[type=text] {
width: 40px;
}

.paypal-gateway-continue {
margin: 0px auto;
text-align: center;
}

.paypal-gateway-continue input[type=submit] {
background: url('../img/paypal-submit.jpg') no-repeat;
width: 200px;
height: 40px;
border: 0px;
}

/* CASTLE SIEGE CSS */
.csinfo_container {
	background: url('../img/castle_siege.jpg') no-repeat top right;
	width: 100%;
	height: 200px;
	margin-bottom: 20px;
}
.csinfo_content {
	width: 100%;
	height: 180px;
	margin: 10px 0px 0px 10px;
	display: inline-block;
}
	.csinfo_glogo {
		float: left;
		width: 30%;
		height: 180px;
		text-align: center;
	}
	.csinfo_ginfo {
		float: left;
		width: 70%;
		padding: 0px 10px;
	}
	
		.csinfo_ginfo table {
			table-layout: fixed;
			width: 400px;
		}
			.csinfo_ginfo table tr td {
				padding: 3px 0px;
				font-size: 20px;
			}
			.csinfo_ginfo table tr td:first-child {
				color: #9a7e46;
			}
			
.csinfo_glist {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
	.csinfo_glist li {
		float: left;
		width: 30%;
		padding: 8px 10px;
	}
	.csinfo_glist li:hover {
		background: #0d0c0b;
	}
	
/* PAGSEGURO */
.pagseguro-gateway-container {
	width: 100%;
	background: #1a3322;
	border: 1px solid #2a533c;
}

.pagseguro-gateway-content {
	margin: 10px;
	background: #ffffff;
	border: 2px solid #bfbfbf;
	padding: 10px;
	overflow: auto;
}

.pagseguro-gateway-conversion-rate {
	margin: 0px auto;
	text-align: center;
	color: #000;
	font-size: 18px;
	padding: 10px 0px;
}

.pagseguro-gateway-form {
	width: 100%;
	margin: 0px auto;
	text-align: center;
}

.pagseguro-gateway-form div {
	display: inline-block;
	padding: 0px 10px;
	color: #000;
	font-size: 24px;
}

.pagseguro-gateway-form input[type=text] {
	width: 60px;
	background: #ffffff;
	border: 0px;
	border-bottom: 1px dotted #000;
	color: #1c713a;
	font-weight: bold;
	font-size: 24px;
}

.pagseguro-gateway-continue {
	margin: 0px auto;
	text-align: center;
	padding: 10px;
}

.module-requirements {
	font-size: 12px;
	margin-top: 20px;
}

/* SIDEBAR */
.panel-sidebar {
	background: #f1f1f1;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: 1px solid #1e1e1e;
}

.panel-sidebar > .panel-heading {
	background: #1d1d1d;
	color: #fdfffc;
	font-size:5px;
	font-family: 'Square', Arial, serif;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border-bottom: #2489ca 3px solid;
}

.Barra {
	background: #1d1d1d;
		position: absolute;
		width: 100%;
		height: 50px;
		top: 445px;
		/*-webkit-transform: rotate(-5deg) scale(1.0045, 1.0) skew(-5deg);
		-moz-transform: rotate(-5deg) scale(1.0045, 1.0) skew(-5deg);
		-ms-transform: rotate(-5deg) scale(1.0045, 1.0) skew(-5deg);
		transform: rotate(-5deg) scale(1.0045, 1.0) skew(-5deg);*/
		z-index: 1;
		content: '';
		box-shadow: 0px 3px 0px 0px #2489ca, 0px -30px 0px 0px #0000004f;
}

.LogoTL {
		position: absolute;
		width: 100%;
		height: 50px;
		top: 355px;
		z-index: 2;
		content: '';
}

.HeaderTL {
		position: absolute;
		top: 50px;
		z-index: 1;
		width: 100%;
}

.BarraHoraLang {
		position: absolute;
		top: 450px;
		z-index: 10;
		width:1280px;
		margin-left:auto;
		margin-right:auto;
		left:0;
		right:0;
}

.Horario {
		width:1150px;
		margin-top:-2px;
		margin-left:5%;
}

.LanTL {
		width:1280px;
		margin-top:5px;
		padding-right:10px;
}

.LanTL img{
		border-radius:10%;
}

.TextoHeader {
		background-color: rgba(0,0,0,0.9);
		padding:5px;
		width:480px;
		margin-right:25%;
		border-radius:10px;
		z-index:10;
}
.panel-usercp {
	background: url('../img/usercp_bg.jpg') no-repeat top center;
}

.panel-usercp ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.panel-usercp ul li {
	display: table;
	width: 100%;
	vertical-align: middle;
	line-height: 30px;
}

.panel-usercp ul li a {
	color: #f5f5f5 !important;
	font-weight: bold;
}
.panel-usercp ul li a:active, .panel-usercp ul li a:hover {
	color: #2489ca !important;
}

.panel-usercp ul li img {
	position: relative;
	top: -2px;
	padding-right: 10px;
}

.sidebar-banner {
	text-align: center;
	background: #202020;
	margin: 20px 0px;
	border-radius:5px;
	border: 1px solid #272727;
}

.sidebar-banner img {
	border: 0px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

/* GENERAL PANEL STYLING */
.panel-general {
	margin-bottom: 30px;
	background: #232323;
	border: 1px solid #e3e3e3;
	-moz-border-radius: 0px;
	border-radius: 0px;
	color: #333;
}

.panel-body {
	background: #202020;
	color: #fefefe;
	border: #252525 1px solid;
}

.panel-body .panel-title {
	color: #1b5cac;
	font-family: 'Square', Arial, serif;
	font-size: 18px;
	text-align:center;
	border-bottom: 1px solid #5b95dc;
	margin-bottom: 20px !important;
	font-weight: bold;
}
.panel-body .Sub-panel-title {
	color: #1b5cac;
	font-family: 'Square', Arial, serif;
	font-size: 18px;
	text-align:center;
	border-bottom: 1px solid #5b95dc;
	margin-bottom: 20px !important;
	font-weight: bold;
}


/* ADD STATS MODULE */
.panel-addstats {
	margin-bottom: 30px;
	background: #f1f1f1;
	border: 1px solid #252525;
	-moz-border-radius: 0px;
	border-radius: 0px;
	color: #333;
}
.panel-addstats .character-avatar img {
	width: 100px;
	height: auto;
	-moz-box-shadow: 0 0 5px #666;
	-webkit-box-shadow: 0 0 5px #666;
	box-shadow: 0 0 5px #666;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.panel-addstats .character-name {
	color: #f5f5f5;
    font-family: 'Cinzel', Arial, serif;
    font-size: 18px;
    border-bottom: 1px solid #252525;
	padding: 20px 0px;
	margin-bottom: 20px !important;
	font-weight: bold;
}

#events{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
#events li span{
    float:right;
}
#events li em{    
    color: #777;
}
#events li{
    float:right;
    display: table;
    width: 100%;
    vertical-align: middle;
    line-height: 30px;
    padding-bottom: 10px;
}
.rankings-table tr:nth-child(1n+2):hover {
    background: #252525 !important;
	color:#f1f1f1;
    cursor: pointer;
}

.online-status-indicator {
	margin-left: 5px;
	width: 12px !important;
}