@charset "utf-8";
.wrapper, html, body {
	width: 100%;
	background: #c7c7c7 url('../images/background.jpg') no-repeat 50% top;
}
.wrapper_inner {
	background: rgba(0, 0, 0, 0.8);
	padding-top: 10px;
	padding-bottom: 30px;
	width: 960px;
	margin: auto;
}
.top {
	height: 156px;
	width: 100%;
}
.logo {
	width: 390px;
	height: 56px;
	padding: 50px 0;
	margin: auto;
}
#bg_red {
	background: rgb(157, 37, 47);
	background: -moz-linear-gradient(top, rgba(157, 37, 47, 1) 0%, rgba(73, 28, 29, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(157, 37, 47, 1)), color-stop(100%, rgba(73, 28, 29, 1)));
	background: -webkit-linear-gradient(top, rgba(157, 37, 47, 1) 0%, rgba(73, 28, 29, 1) 100%);
	background: -o-linear-gradient(top, rgba(157, 37, 47, 1) 0%, rgba(73, 28, 29, 1) 100%);
	background: -ms-linear-gradient(top, rgba(157, 37, 47, 1) 0%, rgba(73, 28, 29, 1) 100%);
	background: linear-gradient(to bottom, rgba(157, 37, 47, 1) 0%, rgba(73, 28, 29, 1) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#9d252f', endColorstr='#491c1d', GradientType=0);
}
#bg_black {
	background: rgb(27, 27, 27);
	background: -moz-linear-gradient(top, #1B1B1B 0%, #1B1B1B 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1B1B1B), color-stop(100%, #1B1B1B));
	background: -webkit-linear-gradient(top, #1B1B1B 0%, #1B1B1B 100%);
	background: -o-linear-gradient(top, #1B1B1B 0%, #1B1B1B 100%);
	background: -ms-linear-gradient(top, #1B1B1B 0%, #1B1B1B) 100%);
	background: linear-gradient(to bottom, #1B1B1B 0%, #1B1B1B 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#1b1b1b', endColorstr='#161616', GradientType=0);
	border-top: inset 1px #888;
}
.row {
	width: 960px;
	height: 100%;
	margin: auto;
	overflow: hidden;
}
.col6 {
	width: 360px;
	float: left;
}
.col10 {
	width: 600px;
	float: left;
}
.col16 {
	width: 960px;
	float: left;
}

.navigation {
	height: 50px;
	width: 100%;
	background: #151515;
	padding: 10px 0;
}
.nav_list {
	height: 50px;
	width: 100%;
}
.nav_list_item {
	width: 191px;
	float: left;
	border-top: solid 1px #cf3c48;
	border-right: solid 1px #cf3c48;
	-webkit-box-shadow: 1px 0px 0px 0px rgba(21, 21, 21, 1);
	-moz-box-shadow: 1px 0px 0px 0px rgba(21, 21, 21, 1);
	box-shadow: 1px 0px 0px 0px rgba(21, 21, 21, 1);
	text-align: center;
}
.nav_list_item a {
	padding: 16px 0;
	display: block;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	text-shadow: -1px 1px 1px rgba(0, 0, 0, 1);
}
.nav_list_item a:hover {
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
}
.nav_list_item_blank {
	border-top: solid 1px #cf3c48;
	border-right: solid 1px #cf3c48;
}

.featured {
	height: 270px;
}
.featured_left {
	width: 600px;
	float: left;
}
.featured_right {
	width: 360px;
	float: right;
}
#bx-pager a {
	display: block;
	width: 360px;
	height: 90px;
	background: rgb(27, 27, 27);
	background: -moz-linear-gradient(top, rgba(27, 27, 27, 1) 0%, rgba(22, 22, 22, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(27, 27, 27, 1)), color-stop(100%, rgba(22, 22, 22, 1)));
	background: -webkit-linear-gradient(top, rgba(27, 27, 27, 1) 0%, rgba(22, 22, 22, 1) 100%);
	background: -o-linear-gradient(top, rgba(27, 27, 27, 1) 0%, rgba(22, 22, 22, 1) 100%);
	background: -ms-linear-gradient(top, rgba(27, 27, 27, 1) 0%, rgba(22, 22, 22, 1) 100%);
	background: linear-gradient(to bottom, rgba(27, 27, 27, 1) 0%, rgba(22, 22, 22, 1) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#1b1b1b', endColorstr='#161616', GradientType=0);
	-webkit-box-shadow: -1px -1px 0px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: -1px -1px 0px 0px rgba(0, 0, 0, 0.75);
	box-shadow: -1px -1px 0px 0px rgba(0, 0, 0, 0.75);
}
#bx-pager a:hover {
	background: rgb(157, 37, 47);
	background: -moz-linear-gradient(top, rgba(157, 37, 47, 1) 0%, rgba(73, 28, 29, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(157, 37, 47, 1)), color-stop(100%, rgba(73, 28, 29, 1)));
	background: -webkit-linear-gradient(top, rgba(157, 37, 47, 1) 0%, rgba(73, 28, 29, 1) 100%);
	background: -o-linear-gradient(top, rgba(157, 37, 47, 1) 0%, rgba(73, 28, 29, 1) 100%);
	background: -ms-linear-gradient(top, rgba(157, 37, 47, 1) 0%, rgba(73, 28, 29, 1) 100%);
	background: linear-gradient(to bottom, rgba(157, 37, 47, 1) 0%, rgba(73, 28, 29, 1) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#9d252f', endColorstr='#491c1d', GradientType=0);
}
#bx-pager a.active {
	background: rgb(157, 37, 47);
	background: -moz-linear-gradient(top, rgba(157, 37, 47, 1) 0%, rgba(73, 28, 29, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(157, 37, 47, 1)), color-stop(100%, rgba(73, 28, 29, 1)));
	background: -webkit-linear-gradient(top, rgba(157, 37, 47, 1) 0%, rgba(73, 28, 29, 1) 100%);
	background: -o-linear-gradient(top, rgba(157, 37, 47, 1) 0%, rgba(73, 28, 29, 1) 100%);
	background: -ms-linear-gradient(top, rgba(157, 37, 47, 1) 0%, rgba(73, 28, 29, 1) 100%);
	background: linear-gradient(to bottom, rgba(157, 37, 47, 1) 0%, rgba(73, 28, 29, 1) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#9d252f', endColorstr='#491c1d', GradientType=0);
}
#bx-pager img {
	padding: 10px;
	float: left;
}
#bx-pager a {
	text-decoration: none;
	color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
}
#bx-pager h3 {
	text-shadow: -1px 1px 1px rgba(0, 0, 0, 1);
	padding-top: 10px;
	padding-bottom: 5px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: normal;
}
#bx-pager p {
	font-size: 12px;
	line-height: 14px;
	margin-right: 10px;
}
.slider1 .caption {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 50px;
	width: 100%;
	background: rgb(10, 10, 10);
	background: -moz-linear-gradient(top, rgba(10, 10, 10, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(10, 10, 10, 0.8)), color-stop(100%, rgba(0, 0, 0, 0.8)));
	background: -webkit-linear-gradient(top, rgba(10, 10, 10, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%);
	background: -o-linear-gradient(top, rgba(10, 10, 10, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%);
	background: -ms-linear-gradient(top, rgba(10, 10, 10, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%);
	background: linear-gradient(to bottom, rgba(10, 10, 10, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#1b1b1b', endColorstr='#161616', GradientType=0);
	-webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 1);
	-moz-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 1);
	box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 1);
}
.caption h2 {
	float: left;
	text-shadow: -1px 1px 1px rgba(0, 0, 0, 1);
	padding-top: 17px;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-right: 60px;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: normal;
	text-decoration: none;
	color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
}
.caption img {
	float: right;
	padding-top: 17px;
	padding-right: 20px;
}
.slider1 img {
	width: 600px;
	height: 270px;
}
.slide {
	text-align: center;
}
.slide h2 {
	text-shadow: -1px 1px 1px rgba(0, 0, 0, 1);
	padding-bottom: 10px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: normal;
	text-decoration: none;
	color: #d22a38;
	font-family: 'Roboto Condensed', sans-serif;
}
.slider4 .slide {
	padding: 20px 0 30px 0;
}
.content {
	height: 275px;
	margin-top: 10px;
}

.cont_left {
	overflow-y: auto;
}
.guides_table {
	margin: 15px 20px;
}
.guides_table a {
	text-decoration: none;
	text-shadow: -1px 1px 1px rgba(0, 0, 0, 1);
	padding-top: 10px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: normal;
	text-decoration: none;
	color: #d22a38;
	font-family: 'Roboto Condensed', sans-serif;
}
.guides_table img {
	width: 170px;
	height: 110px;
	border: solid 1px #101010;
}
.guides_table td {
	text-align: center;
	width: 180px;
	height: 100px;
	padding-right: 10px;
	padding-bottom: 12px;
}
.content figure {
	float: left;
	position: relative;
	padding: 0 !important;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	-ms-transition: 0.4s;
}
.content figure dl {
	opacity: 1;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	padding-top: 25px;
	line-height: 2.5;
	background: rgba(20, 20, 20, 0.8);
	color: white;
	font-weight: normal;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	-ms-transition: 0.4s;
}
.content figure:hover dl {
	opacity: 0.2;
}
.content figure dl dt {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
}
.content figure dl dd {
	margin-left: 0;
	font-size: 12px;
}
.cont_right {
	height: 274px;
	font-family: 'Roboto Condensed', sans-serif;
	color: #fff;
	border-top: solid 1px #d22a38;
	border-left: solid 1px #151515;
}
.cont_right_inner {
	padding: 20px;
}
.cont_right h2 {
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 20px;
	text-shadow: -1px 1px 1px rgba(0, 0, 0, 1);
}
.cont_right p {
	font-size: 12px;
	line-height: 16px;
	padding-bottom: 10px;
}

/* END CONTENT CSS */


/* START STREAMERS CSS */

.streamers {
	height: 250px;
	margin-top: 10px;
}
.streamers img {
	float: left;
	padding-right: 10px;
	border: solid 1px #101010;
}
.slide a {
	text-decoration: none;
}
.about {
	height: 100%;
	margin-top: 10px;
}
.about h3 {
	padding: 20px;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	font-variant: normal;
	color: #d22a38;
	text-shadow: -1px 1px 1px rgba(0, 0, 0, 1);
	margin-top: 5px;
	float: left;
}
.about h4 {
	padding: 0 20px 20px 20px;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	font-variant: normal;
	color: #d22a38;
	text-shadow: -1px 1px 1px rgba(0, 0, 0, 1);
	margin-top: 2px;
	padding-bottom: 10px;
	float: left;
}
.about p {
	padding: 0 20px 20px 20px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	font-variant: normal;
	color: #ddd;
	float: left;
	line-height: 16px;
}
.h3_white {
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	font-variant: normal;
	color: #ddd;
	text-shadow: -1px 1px 1px rgba(0, 0, 0, 1);
	margin-top: 2px;
}
.h3_white_lower {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	font-variant: normal;
	color: #ddd;
	text-shadow: -1px 1px 1px rgba(0, 0, 0, 1);
	margin-top: 2px;
}
.ranking_top {
	padding: 20px;
}
.ranking_bot {
	padding: 0 20px 20px 20px;
	height: 100%;
	min-height: 800px;
}
.ranking h3 {
	padding: 2px 10px 0 0;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	font-variant: normal;
	color: #d22a38;
	text-shadow: -1px 1px 1px rgba(0, 0, 0, 1);
	margin-top: 5px;
	float: left;
}
.select_s1 {
	width: 100%;
	height: 100%;
	overflow: auto;
	padding-bottom: 20px;
	border-bottom: 1px inset #333;
}
.select_s2 {
	width: 100%;
	height: 100%;
	overflow: auto;
	padding-bottom: 20px;
	border-bottom: 1px inset #333;
}
.select_s3 {
	width: 100%;
	height: 100%;
	overflow: auto;
	padding-bottom: 20px;
	border-bottom: 1px inset #333;
}
.select_s4 {
	width: 100%;
	height: 100%;
	overflow: auto;
	padding-bottom: 20px;
	border-bottom: 1px inset #333;
}
#s1 h3 {
	width: 100%;
	font-size: 20px;
	text-align: center;
	padding: 20px 0;
}
#s1 span {
	width: 100%;
	float: left;
	text-align: center;
	padding-bottom: 10px;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	font-variant: normal;
	color: #ddd;
	text-shadow: -1px 1px 1px rgba(0, 0, 0, 1);
	margin-top: 2px;
}
#season1 span {
	width: 100%;
	float: left;
	text-align: center;
	padding-bottom: 10px;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	font-variant: normal;
	color: #ddd;
	text-shadow: -1px 1px 1px rgba(0, 0, 0, 1);
	margin-top: 2px;
}
#s2 h3 {
	width: 100%;
	font-size: 20px;
	text-align: center;
	padding: 20px 0;
}
#s2 span {
	width: 100%;
	float: left;
	text-align: center;
	padding-bottom: 10px;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	font-variant: normal;
	color: #ddd;
	text-shadow: -1px 1px 1px rgba(0, 0, 0, 1);
	margin-top: 2px;
}
#season2 span {
	width: 100%;
	float: left;
	text-align: center;
	padding-bottom: 10px;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	font-variant: normal;
	color: #ddd;
	text-shadow: -1px 1px 1px rgba(0, 0, 0, 1);
	margin-top: 2px;
}
#season3 h3 {
	width: 100%;
	font-size: 20px;
	text-align: center;
	padding: 20px 0;
}
#season3 span {
	width: 100%;
	float: left;
	text-align: center;
	padding-bottom: 10px;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	font-variant: normal;
	color: #ddd;
	text-shadow: -1px 1px 1px rgba(0, 0, 0, 1);
	margin-top: 2px;
}
#season4 h3 {
	width: 100%;
	font-size: 20px;
	text-align: center;
	padding: 20px 0;
}
#season4 span {
	width: 100%;
	float: left;
	text-align: center;
	padding-bottom: 10px;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	font-variant: normal;
	color: #ddd;
	text-shadow: -1px 1px 1px rgba(0, 0, 0, 1);
	margin-top: 2px;
}
.rankingImg {
	display: block;
	margin: auto;
	padding-bottom: 20px;
}
.roster_inner {
	height: 100%;
	min-height: 650px;
	padding-bottom: 50px;
	clear: both;
}
.member_info {
	height: 100%;
	width: 100%;
	display: inline-block;
	height: inherit;
}
.roster h3 {
	padding: 2px 10px 0 0;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	font-variant: normal;
	color: #d22a38;
	text-shadow: -1px 1px 1px rgba(0, 0, 0, 1);
	margin-top: 5px;
}
.roster h2 {
	padding: 4px 0px 0 0;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 15px;
	font-variant: normal;
	color: #d22a38;
	text-shadow: -1px 1px 1px rgba(0, 0, 0, 1);
	margin-top: 5px;
}
.roster a {
	color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
	text-decoration: none;
	line-height: 20px;
}
.roster a:hover {
	color: #d22a38;
}
.legacy_member font:hover {
	color: #d22a38;
}
.roster_top {
	text-align: center;
	width: 100%;
	height: 30px;
	padding: 20px 0;
}
.roster_bot {
	text-align: center;
	width: 100%;
	padding-bottom: 20px;
}
.rosterleft {
	float: left;
	width: 33%;
}
.rostercenter {
	float: left;
	width: 33%;
}
.rosterright {
	float: left;
	width: 33%;
}
.hiddenCB {
	display: none;
}
.selectmode {
	float: left;
	width: 25px;
	height: 25px;
	background: #ddd;
	margin: 10px 0px;
	border-radius: 100%;
	position: relative;
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
}
.selectmode label {
	display: block;
	width: 19px;
	height: 19px;
	border-radius: 100px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
	cursor: pointer;
	position: absolute;
	top: 3px;
	left: 3px;
	z-index: 1;
	background: #333;
	-webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.5);
	box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.5);
}
.selectmode input[type=checkbox]:checked+label {
	background: #26ca28;
}
.selectmode {
	float: left;
	width: 25px;
	height: 25px;
	background: #ddd;
	margin: 10px 0px;
	border-radius: 100%;
	position: relative;
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
}
.selectmode label {
	display: block;
	width: 19px;
	height: 19px;
	border-radius: 100px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
	cursor: pointer;
	position: absolute;
	top: 3px;
	left: 3px;
	z-index: 1;
	background: #333;
	-webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.5);
	box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.5);
}
.selectmode input[type=radio]:checked+label {
	background: #26ca28;
}
.stText {
	font-family: 'Roboto Condensed', sans-serif;
	float: left;
	margin-top: 15px;
	margin-left: 10px;
}
#memberInfoDiv {
	position: relative;
	margin-left: 30px;
	margin-top: 20px;
}
#memberLogin {
	float: right;
	margin-top: 5px;
	margin-right: 10px;
}
#memberLogout {
	float: right;
	margin-top: 5px;
	margin-right: 10px;
}
#memberProfile {
	float: left;
	margin-top: 5px;
	margin-left: 10px;
}
.profileButtons {
	float: left;
	margin-top: 5px;
	margin-left: 10px;
}
.memberInfo {
	float: left;
	width: 55%;
}
.memberMedia {
	float: left;
	width: 45%;
}
.memberPlayer {
	float: left;
	margin-top: 50px;
	width: 75%;
}
.memberPlayerInfo {
	float: left;
	margin-top: 50px;
	width: 75%;
	min-height: 300px;
}
.memberPass {
	float: left;
	margin-top: 50px;
	width: 25%;
}
.mediaInput {
	width: 350px;
}
#descText {
	resize: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 450px;
	height: 200px;
}
#applicationInfoDiv {
	position: relative;
	margin-left: 30px;
	margin-top: 20px;
	width: 95%;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	font-variant: normal;
	color: #ddd;
	float: left;
	line-height: 16px;
	min-height: 700px;
}
.appUL li {
	margin-left: 40px;
	list-style-type: circle;
}
.appInput {
	margin-top: 2px;
}
.appTable {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width: 100%;
	border-collapse: collapse;
	height: 100%;
}
.appTable td, .appTable th {
	border: 1px solid white;
	padding: 3px 7px 2px 7px;
}
.appTable th {
	text-align: left;
	padding-bottom: 4px;
	color: #fff;
	width: 20%;
}
.appTable tr.alt td {
	color: #000;
	background-color: #EAF2D3;
}
#appDiv select {
	width: 130px;
}
#appDiv textarea {
	resize: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 500px;
	height: 100px;
}
#paragonInput {
	width: 50px;
}
.appComment {
	font-size: 12px;
	font-style: italic;
}
#btag {
	width: 130px;
}
#appsentDiv {
	min-height: 600px;
}
input[type=submit] {
	border: 1px solid #000;
	font-size: 14px;
	color: #fff;
	background: #444;
	padding: 5px;
}
input[type=button] {
	border: 1px solid #000;
	font-size: 14px;
	color: #fff;
	background: #444;
	padding: 5px;
}
input {
	border: 1px solid #000;
	font-size: 14px;
	color: #fff;
	background: #444;
	padding: 5px;
}
select {
	border: 1px solid #000;
	font-size: 14px;
	color: #fff;
	background: #444;
	padding: 5px;
	cursor: pointer;
}
textarea {
	border: 1px solid #000;
	font-size: 14px;
	color: #fff;
	background: #444;
	padding: 5px;
}
input[type=submit]:hover {
	background: #5c5c5c;
	cursor: pointer;
}
input[type=submit]:disabled {
	background: #898989;
	cursor: pointer;
}
input[type=button]:hover {
	background: #5c5c5c;
	cursor: pointer;
}
.barbarian {
	color: #b52615;
}
.necromancer {
	color: #2e757b;
}
.demon_hunter {
	color: #735289;
}
.monk {
	color: #e5d34d;
}
.witch_doctor {
	color: #46c230;
}
.wizard {
	color: #5fc6e5;
}
a.tooltip {
	outline: none;
}
a.tooltip strong {
	line-height: 30px;
}
a.tooltip:hover {
	text-decoration: none;
}
a.tooltip span {
	z-index: 10;
	display: none;
	padding: 10px 15px;
	margin-top: -50px;
	margin-left: 10px;
	width: 300px;
	line-height: 16px;
}
a.tooltip:hover span {
	display: inline;
	position: absolute;
	color: #FFF;
	border: 1px solid #DCA;
	background: #181515;
}
a.tooltip span {
	border-radius: 4px;
}


.btn-ze {
	width: 120px;
	height: 40px;
	background: linear-gradient(to bottom, rgba(157, 37, 47, 1) 0%, rgba(73, 28, 29, 1) 100%) !important;
	margin-top: 3px
}

.btn-ze:hover {
	background: linear-gradient(to bottom, rgba(157, 37, 47, 1) 0%, rgba(73, 28, 29, 1) 80%) !important;
}