body {
	font-size: 11px;
	font-family: verdana,arial,tahoma;
	background:url(/img/admin/pics/bg.png);
	color:#585858;
}

input[type="text"] {
	font-size:11px;
	font-family: verdana,arial,tahoma;
	width:100%;
	padding:5px;
	box-sizing:border-box;	
	-moz-box-sizing:border-box;
	background:#ffffff;
	border:1px solid #ffffff;
	box-shadow:inset 2px 2px 1px #e1e1e1;
	outline:none;
	color:#585858;
	border-radius:10px;
}

input[type="password"] {
	font-size:11px;
	font-family: verdana,arial,tahoma;
	width:100%;
	padding:5px;
	box-sizing:border-box;	
	-moz-box-sizing:border-box;
	background:#ffffff;
	border:1px solid #ffffff;
	box-shadow:inset 2px 2px 1px #e1e1e1;
	outline:none;
	color:#585858;
	border-radius:10px;
}

select {
	font-size:11px;
	font-family: verdana,arial,tahoma;
	width:100%;
	padding:5px;
	box-sizing:border-box;	
	-moz-box-sizing:border-box;
	background:#ffffff;
	border:1px solid #ffffff;
	box-shadow:inset 2px 2px 1px #e1e1e1;
	outline:none;
	color:#585858;
	border-radius:10px;
}



textarea {
	font-size:11px;
	font-family: verdana,arial,tahoma;
	width:100%;
	padding:5px;
	box-sizing:border-box;	
	-moz-box-sizing:border-box;
	background:#ffffff;
	border:1px solid #ffffff;
	box-shadow:inset 2px 2px 1px #e1e1e1;
	outline:none;
	color:#585858;
	border-radius:10px;
}


.spanbut {
	cursor:pointer;
	cursor:hand;
}

.spanmigbut {
	cursor:pointer;
	cursor:hand;
	color:#42cac2;
	text-shadow:1px 1px 0px #000000, 0px 0px 8px #82fff8;
}

div.configdiv {
	color:#ffed99; 
	position:relative; 
	top:-4px; 
	display:none; 
	border-style:solid; 
	border-color:#414343; 
	border-width:0 2px 2px 2px; 
	background-color:#2e3135;
	box-shadow:2px 2px 10px #555;
}

table.configtable {
	padding:5px;
	width:600px;
}

div.configbutdiv {
	position:absolute; 
	left:450px;  
	top:-5px;
}

img.button {
	cursor:pointer;
	cursor:hand;
}

div.mainmenu {
	border-radius:0px;
background: rgba(47,51,52,1);
background: -moz-linear-gradient(top, rgba(47,51,52,1) 0%, rgba(37,41,44,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(47,51,52,1)), color-stop(100%, rgba(37,41,44,1)));
background: -webkit-linear-gradient(top, rgba(47,51,52,1) 0%, rgba(37,41,44,1) 100%);
background: -o-linear-gradient(top, rgba(47,51,52,1) 0%, rgba(37,41,44,1) 100%);
background: -ms-linear-gradient(top, rgba(47,51,52,1) 0%, rgba(37,41,44,1) 100%);
background: linear-gradient(to bottom, rgba(47,51,52,1) 0%, rgba(37,41,44,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f3334', endColorstr='#25292c', GradientType=0 );
	border-top:1px solid #222629;
	border-bottom:7px solid #222629;
	border-left:1px solid #222629;
	border-right:1px solid #222629;
	padding:10px 15px 10px 15px;
	cursor:pointer;
	cursor:hand;
	box-shadow:inset 0px 0px 3px #535a5f;
}

div.mainmenu:hover {
	background: rgba(37,41,44,1);
	background: -moz-linear-gradient(top, rgba(37,41,44,1) 0%, rgba(47,51,52,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(37,41,44,1)), color-stop(100%, rgba(47,51,52,1)));
	background: -webkit-linear-gradient(top, rgba(37,41,44,1) 0%, rgba(47,51,52,1) 100%);
	background: -o-linear-gradient(top, rgba(37,41,44,1) 0%, rgba(47,51,52,1) 100%);
	background: -ms-linear-gradient(top, rgba(37,41,44,1) 0%, rgba(47,51,52,1) 100%);
	background: linear-gradient(to bottom, rgba(37,41,44,1) 0%, rgba(47,51,52,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#25292c', endColorstr='#2f3334', GradientType=0 );
	border:1px solid #222629;
	box-shadow:inset 0px 4px 4px #222327;	
	padding:10px 15px 10px 15px;
}

div.actmainmenu {
	background: rgba(37,41,44,1);
	background: -moz-linear-gradient(top, rgba(37,41,44,1) 0%, rgba(47,51,52,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(37,41,44,1)), color-stop(100%, rgba(47,51,52,1)));
	background: -webkit-linear-gradient(top, rgba(37,41,44,1) 0%, rgba(47,51,52,1) 100%);
	background: -o-linear-gradient(top, rgba(37,41,44,1) 0%, rgba(47,51,52,1) 100%);
	background: -ms-linear-gradient(top, rgba(37,41,44,1) 0%, rgba(47,51,52,1) 100%);
	background: linear-gradient(to bottom, rgba(37,41,44,1) 0%, rgba(47,51,52,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#25292c', endColorstr='#2f3334', GradientType=0 );
	border:1px solid #222629;
	box-shadow:inset 0px 4px 4px #222327;	
	padding:10px 15px 10px 15px;
}

div.actmainmenu a {
	text-decoration:none;
	color:#b6d75c;
text-shadow:1px 1px 0px #000000,0px 0px 8px #a4c14d;
	font-size:12px;
}

input.searchpole {
	text-indent:25px;
	background:url('/img/admin/pics/search.png') no-repeat left center;
	background-position:10px 50%;
	font-size:13px;
}


div.mainmenu a {
	text-decoration:none;
	color:#a5a6a8;
text-shadow:1px 1px 0px #08090a;
	font-size:12px;
}

div.mainmenu :hover a {
	text-decoration:none;
	color:#7e7f81;
text-shadow:1px 1px 0px #08090a;
	font-size:12px;
}

td.headermenu {
    border-top:1px solid #434445;
	box-shadow:inset0px 1px 0px #292319;
	padding-top:5px;
}


input.topbutton {
	background: rgba(37,41,44,1);
	background: -moz-linear-gradient(top, rgba(37,41,44,1) 0%, rgba(47,51,52,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(37,41,44,1)), color-stop(100%, rgba(47,51,52,1)));
	background: -webkit-linear-gradient(top, rgba(37,41,44,1) 0%, rgba(47,51,52,1) 100%);
	background: -o-linear-gradient(top, rgba(37,41,44,1) 0%, rgba(47,51,52,1) 100%);
	background: -ms-linear-gradient(top, rgba(37,41,44,1) 0%, rgba(47,51,52,1) 100%);
	background: linear-gradient(to bottom, rgba(37,41,44,1) 0%, rgba(47,51,52,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#25292c', endColorstr='#2f3334', GradientType=0 );
	border:1px solid #3d4148;
	box-shadow:inset 0px 4px 4px #222327;	
	padding:5px 10px 5px 10px;
	color:#7e7f81;
	text-shadow:1px 1px 0px #08090a;
	cursor:pointer;	
	cursor:hand;	
	border-radius:0px 8px 0px 8px;		
}



input.topbutton:hover {
	background: rgba(37,41,44,1);
	background: -moz-linear-gradient(top, rgba(37,41,44,1) 0%, rgba(47,51,52,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(37,41,44,1)), color-stop(100%, rgba(47,51,52,1)));
	background: -webkit-linear-gradient(top, rgba(37,41,44,1) 0%, rgba(47,51,52,1) 100%);
	background: -o-linear-gradient(top, rgba(37,41,44,1) 0%, rgba(47,51,52,1) 100%);
	background: -ms-linear-gradient(top, rgba(37,41,44,1) 0%, rgba(47,51,52,1) 100%);
	background: linear-gradient(to bottom, rgba(37,41,44,1) 0%, rgba(47,51,52,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#25292c', endColorstr='#2f3334', GradientType=0 );
	border:1px solid #3d4148;
	box-shadow:inset 0px 4px 4px #222327;	
	padding:5px 10px 5px 10px;
	color:#ffed99;
	text-shadow:1px 1px 0px #08090a, 0px 0px 8px #f7ff99;
	cursor:pointer;	
	cursor:hand;
	border-radius:0px 8px 0px 8px;		
}




tr.newstr {
	background:#eee;
}

a.mainname {
	text-decoration:none;
	color:#3f4c6b;
	font-size:16px;
}
a.mainname:hover {
	text-decoration:underline;
	color:#3f4c6b;
	font-size:16px;
}
a.maintext {
	text-decoration:none;
	color:#555;
}
a.maintext:hover {
	text-decoration:none;
	color:#555;
}

td.smtop { 
	color:teal; 
	font-weight:bolder;
}





a.pagear {
	text-decoration:none;
	color:silver;
	font-size:12px;
}

a.pagear:hover {
	text-decoration:none;
	color:white;
	font-size:12px;
}

a.page {
	text-decoration:none;
	color:silver;
	font-size:12px;
}

a.page:hover {
	text-decoration:none;
	color:white;
	font-size:12px;
}

td.pagenow {
	background: rgba(37,41,44,1);
	background: -moz-linear-gradient(top, rgba(37,41,44,1) 0%, rgba(47,51,52,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(37,41,44,1)), color-stop(100%, rgba(47,51,52,1)));
	background: -webkit-linear-gradient(top, rgba(37,41,44,1) 0%, rgba(47,51,52,1) 100%);
	background: -o-linear-gradient(top, rgba(37,41,44,1) 0%, rgba(47,51,52,1) 100%);
	background: -ms-linear-gradient(top, rgba(37,41,44,1) 0%, rgba(47,51,52,1) 100%);
	background: linear-gradient(to bottom, rgba(37,41,44,1) 0%, rgba(47,51,52,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#25292c', endColorstr='#2f3334', GradientType=0 );
	border:1px solid #3d4148;
	box-shadow:inset 0px 4px 4px #222327;	
	padding:5px 10px 5px 10px;
	color:#ffed99;
	text-shadow:1px 1px 0px #08090a, 0px 0px 8px #f7ff99;
	cursor:pointer;	
	cursor:hand;
	border-radius:0px 8px 0px 8px;	
}

td.pagenotnow {
	background: rgba(37,41,44,1);
	background: -moz-linear-gradient(top, rgba(37,41,44,1) 0%, rgba(47,51,52,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(37,41,44,1)), color-stop(100%, rgba(47,51,52,1)));
	background: -webkit-linear-gradient(top, rgba(37,41,44,1) 0%, rgba(47,51,52,1) 100%);
	background: -o-linear-gradient(top, rgba(37,41,44,1) 0%, rgba(47,51,52,1) 100%);
	background: -ms-linear-gradient(top, rgba(37,41,44,1) 0%, rgba(47,51,52,1) 100%);
	background: linear-gradient(to bottom, rgba(37,41,44,1) 0%, rgba(47,51,52,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#25292c', endColorstr='#2f3334', GradientType=0 );
	border:1px solid #3d4148;
	box-shadow:inset 0px 4px 4px #222327;	
	padding:5px 10px 5px 10px;
	color:#7e7f81;
	text-shadow:1px 1px 0px #08090a;
	cursor:pointer;	
	cursor:hand;	
	border-radius:0px 8px 0px 8px;	
}

td.fail {
	color:red;
	font-size: 10px;
}

span.star {
	color:red;
}

td.leftzag {
	text-decoration:underline;
	color:#FFFA78;
}










input.stand {
	border-radius:0px;
background:#383e3f;
	font-weight:500;
	border:1px solid #ffffff;
	padding:5px 15px 5px 15px;
	cursor:pointer;
	cursor:hand;
	box-shadow:inset 0px 0px 5px #000000;
	text-decoration:none;
	color:#b6d75c;
	text-shadow:1px 1px 0px #000000,0px 0px 8px #a4c14d;
	font-size:13px;	
	border-radius:0px 8px 0px 8px;
		color:#a5a6a8;
	text-shadow:1px 1px 0px #08090a;
	font-size:13px;	
	font-weight:500;
}

input.stand:hover {
	background: rgba(37,41,44,1);
	background: -moz-linear-gradient(top, rgba(37,41,44,1) 0%, rgba(47,51,52,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(37,41,44,1)), color-stop(100%, rgba(47,51,52,1)));
	background: -webkit-linear-gradient(top, rgba(37,41,44,1) 0%, rgba(47,51,52,1) 100%);
	background: -o-linear-gradient(top, rgba(37,41,44,1) 0%, rgba(47,51,52,1) 100%);
	background: -ms-linear-gradient(top, rgba(37,41,44,1) 0%, rgba(47,51,52,1) 100%);
	background: linear-gradient(to bottom, rgba(37,41,44,1) 0%, rgba(47,51,52,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#25292c', endColorstr='#2f3334', GradientType=0 );
	border:1px solid #ffffff;
	box-shadow:inset 0px 4px 4px #222327;	
	padding:5px 15px 5px 15px;
	text-decoration:none;
	color:#b6d75c;
	text-shadow:1px 1px 0px #000000,0px 0px 8px #bbdb59;
	font-size:13px;	
	border-radius:0px 8px 0px 8px;	
}

input.redstand {
	border-radius:0px;
background:#b90403;
	font-weight:500;
	border:1px solid #ffffff;
	padding:5px 15px 5px 15px;
	cursor:pointer;
	cursor:hand;
	box-shadow:inset 0px 0px 7px 2px #830100;
	text-decoration:none;
	color:#ffffff;
	text-shadow:1px 1px 0px #490000;
	font-size:13px;	
	border-radius:0px 8px 0px 8px;
	font-size:13px;	
	font-weight:500;
}

input.redstand:hover {
	border-radius:0px;
background:#9a0201;
	font-weight:500;
	border:1px solid #ffffff;
	padding:5px 15px 5px 15px;
	cursor:pointer;
	cursor:hand;
	box-shadow:inset 0px 0px 7px 2px #830100;
	text-decoration:none;
	color:#fcffb4;
	text-shadow:1px 1px 0px #490000,0px 0px 8px #ffffff;
	font-size:13px;	
	border-radius:0px 8px 0px 8px;
	font-size:13px;	
	font-weight:500;
}

input.delstand {
	-moz-box-shadow: inset 0px 1px 0px 0px #f5978e;
	-webkit-box-shadow: inset 0px 1px 0px 0px #f5978e;
	box-shadow: inset 0px 1px 0px 0px #f5978e;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f) );
	background: -moz-linear-gradient( center top, #f24537 5%, #c62d1f 100% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f');
	background-color: #f24537;
	-webkit-border-top-left-radius: 20px;
	-moz-border-radius-topleft: 20px;
	border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topright: 20px;
	border-top-right-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-left-radius: 20px;
	border: 1px solid #d02718;
	display: inline-block;
	color: #fff;
	font-size: 11px;
	font-family: verdana,arial,tahoma;
	text-decoration: none;
	text-align: center;
	text-shadow: 1px 1px 0px #810e05;
	padding:0 5px 2px 5px;
	cursor:pointer;
	cursor:hand;
}

input.delstand:hover {
	-moz-box-shadow: inset 0px 1px 0px 0px #f5978e;
	-webkit-box-shadow: inset 0px 1px 0px 0px #f5978e;
	box-shadow: inset 0px 1px 0px 0px #f5978e;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24437) );
	background: -moz-linear-gradient( center top, #c62d1f 5%, #f24437 100% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24437');
	background-color: #c62d1f;
	-webkit-border-top-left-radius: 20px;
	-moz-border-radius-topleft: 20px;
	border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topright: 20px;
	border-top-right-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-left-radius: 20px;
	border: 1px solid #d02718;
	display: inline-block;
	color: #fff;
	font-size: 11px;
	font-family: verdana,arial,tahoma;
	text-decoration: none;
	text-align: center;
	text-shadow: 1px 1px 0px #810e05;
	padding:0 5px 2px 5px;
	cursor:pointer;
	cursor:hand;
}

div.alldiv {
	max-width:1600px; 
	width:100%; 
	margin:auto;
	height:100%;
}

table.allwidth {
	width:100%;
}

td.left {
	width:250px;
	
}

div.left {
	background: rgba(36,40,43,1);
background: -moz-linear-gradient(top, rgba(36,40,43,1) 0%, rgba(45,48,53,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(36,40,43,1)), color-stop(100%, rgba(45,48,53,1)));
background: -webkit-linear-gradient(top, rgba(36,40,43,1) 0%, rgba(45,48,53,1) 100%);
background: -o-linear-gradient(top, rgba(36,40,43,1) 0%, rgba(45,48,53,1) 100%);
background: -ms-linear-gradient(top, rgba(36,40,43,1) 0%, rgba(45,48,53,1) 100%);
background: linear-gradient(to bottom, rgba(36,40,43,1) 0%, rgba(45,48,53,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#24282b', endColorstr='#2d3035', GradientType=0 );

	text-align:left;
	border:1px solid #151719;
	overflow:auto; 
	height:100%;
	text-align:left;
	padding:5px;
	margin-right:5px;
}

td.center {
	
}

div.center {
	border:solid #ffffff 1px; 
	overflow:auto; 
	background:url(/img/admin/pics/center.png);
	height:100%;
	text-align:left;
	
	padding:5px;
}

div.cellrelative {
	display:table-cell;
	position:relative;
}



div.headermenu{
	margin:2px;

}


table.header {
	background: rgba(36,40,43,1);
background: -moz-linear-gradient(top, rgba(36,40,43,1) 0%, rgba(45,48,53,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(36,40,43,1)), color-stop(100%, rgba(45,48,53,1)));
background: -webkit-linear-gradient(top, rgba(36,40,43,1) 0%, rgba(45,48,53,1) 100%);
background: -o-linear-gradient(top, rgba(36,40,43,1) 0%, rgba(45,48,53,1) 100%);
background: -ms-linear-gradient(top, rgba(36,40,43,1) 0%, rgba(45,48,53,1) 100%);
background: linear-gradient(to bottom, rgba(36,40,43,1) 0%, rgba(45,48,53,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#24282b', endColorstr='#2d3035', GradientType=0 );
	border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	-webkit-border-radius: 8px 8px 0 0;	
	-ms-border-radius: 8px 8px 0 0;
	width:100%;
	margin-bottom:5px;
	text-align:left;
	border:1px solid #1f2325;
}

table.smlogo {
	padding-top:20px;
}

table.logintable {
	width:400px; 
	padding:20px; 
	-moz-border-radius: 20px; 
	-webkit-border-radius: 20px; 
	-ms-border-radius: 20px; 
	border-radius: 20px; 
	background-color:#52595a;
	border:#eee 5px solid;
	box-shadow:1px 1px 3px #eee;
}

td.logintext {
	color:white;
	width:60px;
}

input.loginbut {
	background:url('/img/admin/pics/topbut.png'); 
	width:100px; 
	height:24px; 
	border:0; 
	background-repeat:no-repeat; 
	color:white;
	outline:none;
	cursor:pointer;
	cursor:hand;
}

input.loginbut:hover {
	background:url('/img/admin/pics/topbutact.png'); 
	width:100px; 
	height:24px; 
	border:0; 
	background-repeat:no-repeat; 
	color:white;
	outline:none;
	cursor:pointer;
	cursor:hand;
}

a.toplink {
	text-decoration:none;
	color:white;
}

a.toplink:hover {
	text-decoration:underline;
	color:white;
}


table.footer {
	margin-top:5px; 
	height:40px;
	background: rgba(36,40,43,1);
background: -moz-linear-gradient(top, rgba(36,40,43,1) 0%, rgba(45,48,53,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(36,40,43,1)), color-stop(100%, rgba(45,48,53,1)));
background: -webkit-linear-gradient(top, rgba(36,40,43,1) 0%, rgba(45,48,53,1) 100%);
background: -o-linear-gradient(top, rgba(36,40,43,1) 0%, rgba(45,48,53,1) 100%);
background: -ms-linear-gradient(top, rgba(36,40,43,1) 0%, rgba(45,48,53,1) 100%);
background: linear-gradient(to bottom, rgba(36,40,43,1) 0%, rgba(45,48,53,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#24282b', endColorstr='#2d3035', GradientType=0 );
	border-radius: 0 0  8px 8px;
	-moz-border-radius:0 0  8px 8px;
	-webkit-border-radius:0 0  8px 8px;	
	-ms-border-radius:0 0  8px 8px;
	width:100%;
	margin-bottom:5px;
	text-align:left;
	border:1px solid #1f2325;
	width:100%;
	text-align:left;
}

a.lightlink {
	text-decoration:none;
	color:#eee;
}

a.lightlink:hover {
	color:#ffed99;
	text-shadow:1px 1px 0px #08090a, 0px 0px 8px #f7ff99;
}

span.lightlink {
	text-decoration:none;
	color:#eee;
	cursor:pointer;
	cursor:hand;
}

span.lightlink:hover {
	text-decoration:underline;
	color:#eee;
	cursor:pointer;
	cursor:hand;
}

a.tablelink {
	text-decoration:underline;
	color:#666;
}

a.tablelink:hover {
	text-decoration:none;
	color:#666;
}

td.leftcolumn {
	width:200px;
}

tr.stand {
	background:#fffdf1;
}

tr.tablerow0 {
	background:#eee;
}

tr.tablerow1 {
	background:#F7F7F7;
}

tr.tabletitle td{
	background: rgba(58,63,64,1);
	background: -moz-linear-gradient(top, rgba(58,63,64,1) 0%, rgba(37,41,44,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(58,63,64,1)), color-stop(100%, rgba(37,41,44,1)));
	background: -webkit-linear-gradient(top, rgba(58,63,64,1) 0%, rgba(37,41,44,1) 100%);
	background: -o-linear-gradient(top, rgba(58,63,64,1) 0%, rgba(37,41,44,1) 100%);
	background: -ms-linear-gradient(top, rgba(58,63,64,1) 0%, rgba(37,41,44,1) 100%);
	background: linear-gradient(to bottom, rgba(58,63,64,1) 0%, rgba(37,41,44,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a3f40', endColorstr='#25292c', GradientType=0 );
	color:#ffed99;
	text-shadow:1px 1px 0px #08090a, 0px 0px 8px #f7ff99;
	font-weight:500;
	box-shadow:inset 0px 2px 4px #222327;
	border-top:1px solid #222327;	
	border-bottom:1px solid #222327;	
	border-left:5px solid #222327;	
	border-right:5px solid #222327;
	font-size:13px;
	text-transform:uppercase;
}


td.paging {
	background: rgba(36,40,43,1);
background: -moz-linear-gradient(top, rgba(36,40,43,1) 0%, rgba(45,48,53,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(36,40,43,1)), color-stop(100%, rgba(45,48,53,1)));
background: -webkit-linear-gradient(top, rgba(36,40,43,1) 0%, rgba(45,48,53,1) 100%);
background: -o-linear-gradient(top, rgba(36,40,43,1) 0%, rgba(45,48,53,1) 100%);
background: -ms-linear-gradient(top, rgba(36,40,43,1) 0%, rgba(45,48,53,1) 100%);
background: linear-gradient(to bottom, rgba(36,40,43,1) 0%, rgba(45,48,53,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#24282b', endColorstr='#2d3035', GradientType=0 );

	color:#ffed99;
	text-shadow:1px 1px 0px #08090a, 0px 0px 8px #f7ff99;
	font-weight:500;
	border-top:1px solid #222327;	
	border-bottom:1px solid #222327;	
	border-left:5px solid #222327;	
	border-right:5px solid #222327;
	font-size:13px;
	text-transform:uppercase;
	
}


hr{
	border-bottom:1px solid #484d55;
	box-shadow:0px 1px 0px #000000;
	padding:0;
	margin:0;
	size:0px;
}
a.leftlink {
	text-decoration:none;
	color:#aeaeae;
	text-shadow:1px 1px 0px #000000;
	font-weight:500;	
}

a.leftlink:hover {
	color:#aac954;
	text-shadow:1px 1px 0px #000000;
	font-weight:500;	
}

a.leftlinkact {
	color:#aac954;
	text-shadow:1px 1px 0px #000000;
	font-weight:500;	
}

a.leftlinkact:hover {
	color:#aac954;
	text-shadow:1px 1px 0px #000000;
	font-weight:500;	
}

a.leftlinkactnot:hover {
	color:#aac954;
	text-shadow:1px 1px 0px #000000;
	font-weight:500;	
}

a.leftlinkmenunot {
	text-decoration:none;
	color:silver;
	font-weight:500;	
}

a.leftlinkmenunot:hover {
	text-decoration:none;
	color:#9fffe3;
	font-weight:500;	
}

a.leftlinkmenu {
	color:#ffed99;
	text-shadow:1px 1px 0px #000000;
	text-decoration:none;
	font-weight:500;	
}

a.leftlinkmenu:hover {
	color:#3bbeb6;
	text-shadow:1px 1px 0px #000000;
	text-decoration:none;
	font-weight:500;	
}

a.leftlinkmenuact {
	color:#3bbeb6;
	text-shadow:1px 1px 0px #000000;
	text-decoration:none;
	font-weight:500;	
}

a.leftlinkmenuact:hover {
	color:#3bbeb6;
	text-shadow:1px 1px 0px #000000;
	text-decoration:none;
	font-weight:500;
}

span.sortby{
	cursor:pointer;
	cursor:hand;
}

span.sortbyact {
	color:#42cac2;
	text-shadow:1px 1px 0px #000000, 0px 0px 8px #82fff8;
	cursor:pointer;
	cursor:hand;
}