.btn {
	font-weight: normal;
}
.btn.big {
	font-size: 18px;
	padding: 3px 12px;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.cl {
	clear: both;
}
.gradient-tr {
	background-image: linear-gradient(right top, rgb(102,110,121) 15%, rgb(56,64,75) 58%);
	background-image: -o-linear-gradient(right top, rgb(102,110,121) 15%, rgb(56,64,75) 58%);
	background-image: -moz-linear-gradient(right top, rgb(102,110,121) 15%, rgb(56,64,75) 58%);
	background-image: -webkit-linear-gradient(right top, rgb(102,110,121) 15%, rgb(56,64,75) 58%);
	background-image: -ms-linear-gradient(right top, rgb(102,110,121) 15%, rgb(56,64,75) 58%);

	background-image: -webkit-gradient(
		linear,
		right top,
		left bottom,
		color-stop(0.15, rgb(102,110,121)),
		color-stop(0.58, rgb(56,64,75))
	);
}

.gradient-radial {
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42NSIvPgogICAgPHN0b3Agb2Zmc2V0PSIyJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjY1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9yYWRpYWxHcmFkaWVudD4KICA8cmVjdCB4PSItNTAiIHk9Ii01MCIgd2lkdGg9IjEwMSIgaGVpZ2h0PSIxMDEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
background: -moz-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.85) 2%, rgba(0,0,0,0) 50%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(0,0,0,0.85)), color-stop(2%,rgba(0,0,0,0.85)), color-stop(50%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.85) 0%,rgba(0,0,0,0.85) 2%,rgba(0,0,0,0) 50%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.85) 0%,rgba(0,0,0,0.85) 2%,rgba(0,0,0,0) 50%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.85) 0%,rgba(0,0,0,0.85) 2%,rgba(0,0,0,0) 50%); /* IE10+ */
background: radial-gradient(ellipse at center,  rgba(0,0,0,0.85) 0%,rgba(0,0,0,0.85) 2%,rgba(0,0,0,0) 50%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */

}

.gradient-tb-blue {
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #88D3FB),
		color-stop(1, #75AFD5)
	);
	background-image: -o-linear-gradient(bottom, #88D3FB 0%, #75AFD5 100%);
	background-image: -moz-linear-gradient(bottom, #88D3FB 0%, #75AFD5 100%);
	background-image: -webkit-linear-gradient(bottom, #88D3FB 0%, #75AFD5 100%);
	background-image: -ms-linear-gradient(bottom, #88D3FB 0%, #75AFD5 100%);
	background-image: linear-gradient(to bottom, #88D3FB 0%, #75AFD5 100%);
	color: #fff;
	text-shadow: 1px 1px 3px #5e5e5e;

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#88D3FB', endColorstr='#75AFD5',GradientType=0 ); /* IE6-8 fallback on horizontal gradient */
}
.gradient-tb-green {
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #2ADE16),
		color-stop(1, #36B223)
	);
	background-image: -o-linear-gradient(bottom, #2ADE16 0%, #36B223 100%);
	background-image: -moz-linear-gradient(bottom, #2ADE16 0%, #36B223 100%);
	background-image: -webkit-linear-gradient(bottom, #2ADE16 0%, #36B223 100%);
	background-image: -ms-linear-gradient(bottom, #2ADE16 0%, #36B223 100%);
	background-image: linear-gradient(to bottom, #2ADE16 0%, #36B223 100%);
	color: #fff;
	text-shadow: 1px 1px 3px #5e5e5e;

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ADE16', endColorstr='#36B223',GradientType=0 ); /* IE6-8 fallback on horizontal gradient */
}

.gradient-tb-gray {
	background-image: linear-gradient(top, rgb(153,153,153) 15%, rgb(102,102,102) 58%);
	background-image: -o-linear-gradient(top, rgb(153,153,153) 15%, rgb(102,102,102) 58%);
	background-image: -moz-linear-gradient(top, rgb(153,153,153) 15%, rgb(102,102,102) 58%);
	background-image: -webkit-linear-gradient(top, rgb(153,153,153) 15%, rgb(102,102,102) 58%);
	background-image: -ms-linear-gradient(top, rgb(153,153,153) 15%, rgb(102,102,102) 58%);

	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0.15, rgb(153,153,153)),
		color-stop(0.58, rgb(102,102,102))
	);
	text-shadow: 1px 1px 3px #5e5e5e;
}
.gradient-tb-gray-light {
	background-image: linear-gradient(top, rgb(215,215,215) 38%, rgb(164,165,167) 69%);
	background-image: -o-linear-gradient(top, rgb(215,215,215) 38%, rgb(164,165,167) 69%);
	background-image: -moz-linear-gradient(top, rgb(215,215,215) 38%, rgb(164,165,167) 69%);
	background-image: -webkit-linear-gradient(top, rgb(215,215,215) 38%, rgb(164,165,167) 69%);
	background-image: -ms-linear-gradient(top, rgb(215,215,215) 38%, rgb(164,165,167) 69%);

	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0.38, rgb(215,215,215)),
		color-stop(0.69, rgb(164,165,167))
	);
}
.one-edge-shadow {
	-webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;
					/* For IE 8 */
					-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=90, Color='#000')";
					/* For IE 5.5 - 7 */
					filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=90, Color='#000');
}

.radius {
	border: 1px solid none;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.reg {
	font-size: 10px;
}
.scrollbar {
    height: 570px;
    margin: 0 auto;
    overflow-y: auto;
    padding-right: 2%;
}
.scrollbar::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #343b43;
}

.scrollbar::-webkit-scrollbar
{
	width: 12px;
	background-color: #343b43;
}

.scrollbar::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #22252a;
}
.selection-bar {
    background: url("/scripts/global/images/ui/selection-bar.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 46px;
    width: 245px;
}
.shadow {
	-moz-box-shadow: 0 8px 6px -6px #888;
		-webkit-box-shadow: 0 8px 6px -6px #888;
			box-shadow: 0 8px 6px -6px #888;
			/* For IE 8 */
			-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=90, Color='#888')";
			/* For IE 5.5 - 7 */
			filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=90, Color='#888');
}

