body {
font-size: 15px;
background:url(/img/actions.png)  #dcdcdc fixed;
background-attachment:fixed;
color:#000;
width:1050px;
margin:2px auto;
overflow-y:scroll;
font-family: Lobster Two;
}

.scrollTop,.scrollBottom,.rule {
display:none;
}

#flash-area
{
   position: absolute;
   top: 0;
   left: 0;
   width: 1000px;
   height: 80px;
   overflow: hidden;
}

.container {
    position: relative;
}

.topleft {
    position: absolute;
    buttom: 8px;
    right: 23px;
    margin: -18px;
    font-size: 14px;
    color: orange;
}

img { 
    opacity: 0.30;
}

.right_menu {
background: #f7f7f7;
color:#3F465E;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
border-bottom:1px solid #ddd;
display : block;
padding:8px;
margin-top:7px;
padding:15px;
border-radius: 4px 4px 4px 4px;
vertical-align:center;
margin-bottom: 7px;
}

#flash-container
{
   height: 225px;
   top: -48px;
   position: absolute;
   width: 1000px;
   left: 75%;
   margin-left:-450px;
}

#flash-container .flash-alt
{
   position: relative;
   width: 110px;
   height: 30px;
   margin: 0 auto;
   top: 48px;
}

.menu {
background-color : #93E2FC;
}

.search {
box-shadow: 0 0 20px 0 red;
background: #fff;
height:25px;
margin: 30px;
padding-top:5px;
padding-bottom:5px;
padding-left:0px;
padding-right:3px;
border-radius: 4px 4px 4px 4px;
}
.search input {
border:0px solid #ddd;
background:#fff;
box-shadow:0px 0px 0px #fff;
margin-bottom:3px;
border-radius:0px;
padding:5px;
}
.search input[type=submit]{
    width: 15px;
    margin: -20px 120px 0 50px;
    float: right;
    text-indent: -9999px;
    border: none;
    background: url(/style/img/btn.png) no-repeat;
    cursor: pointer;
}

.foot_text,.foot_text_t {
border-left:1px solid #9f9f9f;
border-right:1px solid #6a6a6a;
color:#FFFFFF;
font-size:18px;
}

.foot_text a {
display:block;
}

.foot_text_t a {
font-size:18px;
color:#FFFFFF;
display:block;
padding:5px;
}

.foot_text a:hover,.foot_left a:hover,.foot_text_t a:hover {
background-color:#727272;
}

.m6666 {
margin-bottom:5px;
-moz-border-radius:6px;
-webkit-border-radius:6px;
border:2px dotted #3c3a35;
}

.ico-add{
background-image:url(/images/ico-add.png);
}

.add-btn{
background: #f7f7f7;
color:orange;
text-align:center;
border:2px dotted #3c3a35;
display:block;
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px
}
.add-btn span{
margin:0 0 0px 0
}
.add-btn:hover{
border-color:orange
}

.foot {
min-width:1050px;
background-color:#838383;
position:fixed;
bottom:0;
z-index:1;
}

.foot_left {
border-right:1px solid #6a6a6a;
}

.head_left a,.head_right a,.foot_left a {
display:block;
}

.foot_text a:hover,.foot_left a:hover,.foot_text_t a:hover {
background-color:#727272;
}

	.content-layout .sidebar1
{
   border-right:0px dotted #BFBFBF;
   margin:0 auto;
   width: 210px;        padding: 0px;

 }

.content-layout .content
{
   margin:0 auto;
}

.layout-wrapper
{
   position: relative;
   z-index: auto !important;
}

.content-layout
{
   display: table;
   width: 100%;
   table-layout: fixed;
}

.content-layout-row 
{
   display: table-row;
}

.layout-cell
{
   display: table-cell;
   vertical-align: top;
}
	
	.content-layout .sidebar1
{
   border-right:0px dotted #BFBFBF;
   margin:0 auto;
   width: 210px;        padding: 0px;

 }

.content-layout .content
{
   margin:0 auto;
}

img.zoom-img {
	-webkit-transform: scale(1, 1);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;
	-moz-transform: scale(1, 1);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 250ms;
}
img.zoom-img:hover {
	-webkit-transform: scale(1.15);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 750ms;
	-moz-transform: scale(1.15);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 750ms;
	overflow: hidden;
}

#progress {
position:fixed;
z-index:100;
top:0;
width:0%;
height:3px;
background-color:gold;
transition:width 1050ms ease-out,opacity 1050ms linear;
}

*{
 -webkit-transition: all 0.3s ease;
 -moz-transition: all 0.3s ease;
 -o-transition: all 0.3s ease;
 -ms-transition: all 0.3s ease;
 transition: all 0.3s ease;
 }

.header,
.footer
{
box-sizing: border-box;
width:100%;
position: fixed;
}.header
{
top: 0;
}

.indexhosthit {
border-radius: 4px 4px 0px 0px;
background: #fbfbfb;
padding: 2px;
color: black;
height:25px;
border-top:1px solid #3c3a35;
border-left:1px solid #3c3a35;
border-right:1px solid #3c3a35;
padding-left : 9px;
padding-right : 9px;


}

.maintxt {
background:#fff;
background: #E5E5E5;
padding: 7px;
border:1px solid #ccc;
border:1px solid #DBE0EA;
}

hr{margin-top:4px;margin-bottom:6px;border-bottom:1px solid #dfdfdf;border-top-style:none;border-top-width:0;border-right-style:none;border-right-width:0;border-left-style:none;border-left-width:0}

input[type=checkbox],input[type=radio] {
width: auto;
}

.stat {
float:right;
padding-right:11px;
border : 1px solid #8a8a8a;
padding : 1px;
border-radius: 2px 2px 2px 2px;
background-color:white;
padding: 2px;
color: #777;
border: 1px solid #ccc;
text-shadow:0px 0px #fff;
}

.captcha {
    vertical-align: middle;
    border: 1px solid #C5C5C5;
    padding: 3px;
    border-radius: 2px;
    background-color: #FFFFFF;
    margin: 0 5px 0 5px;
    display: inline-block;
}
.captchatload {
    vertical-align: middle;
    display: inline-block;
    border: 1px solid #C5C5C5;
    background-color: #FFFFFF;
    border-radius: 2px;
}
.captchatload .reload {
    cursor: pointer;
    padding: 13px;
    display: inline-block;
    vertical-align: middle;
    background-image: url(/img/refeko.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -o-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.main {
color : #666;
background : url(/img/main.png) top repeat-x #fff;
padding : 6px;
display : block;
border-bottom : 1px solid #e9e9e9;
border-top : 1px solid #fff;
}

.dj_eko {
float:right;
padding-right:11px;
border : 1px solid #8a8a8a;
padding : 1px;
}

.tab {
background:#e5e5e5 url(/img/text.gif) repeat-x;
color:#3f3e3e;
border-top:1px solid #fff;
border-bottom:1px solid #d8d8d8;
 margin:0;
padding:8px;
}

.stata td.more {     text-align: center;    padding-right: 5px;}
.stata td.more a{color:#fff;text-decoration:none;}
.stata td.left {     text-align: left;    padding-right: 5px;}
.stata td.left { background: #fff repeat-x; border-top: 1px solid #595959; border-bottom: 1px solid #15191c; font-size: 13px; padding: 3px; color: #000;}
.stata td.left a { color: #1E90FF; text-decoration: none; }
.stata tr.left { background: #fff repeat-x; border-top: 1px solid #595959; border-bottom: 1px solid #15191c; font-size: 13px; padding: 3px; color: #000;}
.stata tr.left a { color: #1E90FF; text-decoration: none; }
.stata tr.left {    text-align: left;    padding-right: 5px;}
.stata td.num {    color: #a9a9a9;    text-align: center;}
.stata td.site {    font-size: 10px;    color: #7d7d7d;    text-align: left;}
.stata td.site a {    color: #1c90d4;    font-weight: bold;    font-size: 13px;}
.stata td.site a:hover {    color: #fff;}
.stata .top0 {    border-top: 0;}
.stata .left0 {    border-left: 0;}
.stata .right0 {    border-right: 0;}

.stata {width: 100%; margin: 2px; border-collapse: collapse; background: #393939 bottom repeat-x; font-size: 13px;}
.stata th { background-color: #3A7EA3; repeat-x bottom left #727272; color: #fff; font-size: 13px; border: 1px solid #999999; border-bottom: 1px solid #999999; padding: 10px 4px; font-weight: normal; }
.stata td { font-size: 12px; vertical-align: middle; text-align: right; border: 1px solid #727272; padding: 2px 2px 2px 4px; }
.stata td.more {
color: #fff;
  padding: 10px;
  background: #ff8f00;
  background: -moz-linear-gradient(top, #ff8f00 0%, #ff6f1c 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff8f00), color-stop(100%,#ff6f1c));
  background: -webkit-linear-gradient(top, #ff8f00 0%,#ff6f1c 100%);
  background: -o-linear-gradient(top, #ff8f00 0%,#ff6f1c 100%);
  background: -ms-linear-gradient(top, #ff8f00 0%,#ff6f1c 100%);
  background: linear-gradient(to bottom, #ff8f00 0%,#ff6f1c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8f00', endColorstr='#ff6f1c',GradientType=0 );

}

small {
font-size:11px;
}

.str {
background: #fbfbfb;
color:black;
border-left: 0px solid #ccc;
border-right: 0px solid #ccc;
border-bottom:0px solid #ddd;
border-top:0px solid #ddd;
padding:15px;
border-radius: 4px 4px 4px 4px;
margin-bottom: 7px;
text-align:center;
}
.str span, .nav a{
background:#ebe1c3 url(/images/head.png) repeat-x;
color:#fff;
display:inline-block;
//border:1px solid orange;
margin:3px;
padding:6px 10px;
border-radius: 3px;
}
.str span:hover, .str span:focus, .nav a:hover, .nav a:focus{
border-radius:3px;
background:#e5e5e5 url(/img/title.gif) repeat-x;
//border:1px solid #d8d8d8;
}


.eko{
font-size : 12px;
color : #fff;
background : orange;
padding : 0 4px 0 4px;
border-radius:3px;
margin : 1px;
}

.banned{
font-size : 12px;
color : #fff;
background : red;
padding : 0 4px 0 4px;
border-radius:3px;
margin : 1px; 
float:right;
font-family: "Milonga";
}

.level{
font-size : 12px;
color : #fff;
background : orange;
padding : 0 4px 0 4px;
border-radius:3px;
margin : 1px; 
float:right;
font-family: "Milonga";
}

.tesdiq{
font-size : 12px;
color : #fff;
background : blue;
padding : 0 4px 0 4px;
border-radius:3px;
margin : 1px; 
float:right;
font-family: "Milonga";
}


.activate{
font-size : 12px;
color : #fff;
background : green;
padding : 0 4px 0 4px;
border-radius:3px;
margin : 1px; 
float:right;
font-family: "Milonga";
}

.ekostop {
background:#e5e5e5 url(/img/title.gif) repeat-x;
color:#fff;
display:inline-block;
//border:1px solid orange;
margin:3px;
padding:6px 10px;
border-radius: 3px;
}

.text:nth-child(even) {
background: #f7f7f7;
color:#3F465E;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
border-bottom:1px solid #ddd;
padding:8px;
}

.text:nth-child(even):hover {
background-color: #eeeeee;
}
.text:nth-child(odd) {
background: #fbfbfb;
color:#3F465E;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
border-bottom:1px solid #ddd;
padding:8px;
}

.text:nth-child(odd):hover {
background-color: #eeeeee;
}

.sayi{
color:#c2c1c1;
text-decoration:none;
//font-weight:bold;
font: 20px Narkizim;
//font: 22px LCD;
}

@media (min-width:176px) {
.title, .body, .link, .blok, .foot, .ads {
font-size : 0.7rem;
}
}
@media (min-width:240px) {
.title, .body, .link, .blok, .foot, .ads {
font-size : 0.8rem;
}
}
@media (min-width:480px) {
.title, .body, .link, .blok, .foot, .ads {
font-size : 0.9rem;
}
}

.link, .nav {
padding : 12px 12px;
display : block;
color : black;
background : #F2F2F2;
background : linear-gradient(to bottom, #F2F2F2, #F6F4F4);
border-top : 1px solid #F9FCFC;
border-bottom : 1px solid #D6D3D9;
}
.link:hover {
color : #3AC3E0;
background : #EFF0F0;
}

.nav:hover {
color : #3AC3E0;
background : #EFF0F0;
}

.etitle {
border: 1px solid #ccc;
background: #f7f7f7;
color:#3F465E;
}

.stitle {
background: #fbfbfb;
color:black;
border-left: 0px solid #ccc;
border-right: 0px solid #ccc;
border-bottom:0px solid #ddd;
border-top:0px solid #ddd;
padding:15px;
border-radius: 4px 4px 4px 4px;
margin-bottom: 7px;
}

.stitle:hover {
background-color: #eeeeee;
}

#ekozade a:hover{background-color:transparent;opacity:0.9;}
#ekozade img{-moz-transition:all .8s ease-in-out;-webkit-transition:all .8s ease-in-out;-o-transition:all .8s ease-in-out;-ms-transition:all .8s ease-in-out;transition:all .8s ease-in-out;}
#ekozade img:hover{-moz-transform:rotate(360deg);-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg);}

.xeta{
color : black;
font-size : 13px;
background: #f7f7f7;
font-weight:bold;
padding: 12px;text-align: right;
}
.xeta a {
	-moz-box-shadow: 0px 1px 0px 0px #770D0D;
	-webkit-box-shadow: 0px 1px 0px 0px #770D0D;
	box-shadow: 0px 1px 0px 0px #770D0D;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #eae0c2), color-stop(1, #ccc2a6));
	background:-moz-linear-gradient(top, #eae0c2 5%, #ccc2a6 100%);
	background:-webkit-linear-gradient(top, #eae0c2 5%, #ccc2a6 100%);
	background:-o-linear-gradient(top, #eae0c2 5%, #ccc2a6 100%);
	background:-ms-linear-gradient(top, #eae0c2 5%, #ccc2a6 100%);
	background:linear-gradient(to bottom, #eae0c2 5%, #ccc2a6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eae0c2', endColorstr='#ccc2a6',GradientType=0);
	background-color:#eae0c2;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	display:inline-block;
	cursor:pointer;
	color:#505739;
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	padding:3px 21px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}
.xeta a:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ccc2a6), color-stop(1, #eae0c2));
	background:-moz-linear-gradient(top, #ccc2a6 5%, #eae0c2 100%);
	background:-webkit-linear-gradient(top, #ccc2a6 5%, #eae0c2 100%);
	background:-o-linear-gradient(top, #ccc2a6 5%, #eae0c2 100%);
	background:-ms-linear-gradient(top, #ccc2a6 5%, #eae0c2 100%);
	background:linear-gradient(to bottom, #ccc2a6 5%, #eae0c2 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccc2a6', endColorstr='#eae0c2',GradientType=0);
	background-color:#ccc2a6;
}
.xeta a:active {
	position:relative;
	top:1px;
}
 
.login{
color : #fff;text-shadow:0 1px #000;
font-size : 13px;
font-weight:bold;
background: url(/images/head.png);
padding: 12px;text-align: center;
}
.login a {
	-moz-box-shadow: 0px 1px 0px 0px #770D0D;
	-webkit-box-shadow: 0px 1px 0px 0px #770D0D;
	box-shadow: 0px 1px 0px 0px #770D0D;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #eae0c2), color-stop(1, #ccc2a6));
	background:-moz-linear-gradient(top, #eae0c2 5%, #ccc2a6 100%);
	background:-webkit-linear-gradient(top, #eae0c2 5%, #ccc2a6 100%);
	background:-o-linear-gradient(top, #eae0c2 5%, #ccc2a6 100%);
	background:-ms-linear-gradient(top, #eae0c2 5%, #ccc2a6 100%);
	background:linear-gradient(to bottom, #eae0c2 5%, #ccc2a6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eae0c2', endColorstr='#ccc2a6',GradientType=0);
	background-color:#eae0c2;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	display:inline-block;
	cursor:pointer;
	color:#505739;
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	padding:3px 21px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}
.login a:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ccc2a6), color-stop(1, #eae0c2));
	background:-moz-linear-gradient(top, #ccc2a6 5%, #eae0c2 100%);
	background:-webkit-linear-gradient(top, #ccc2a6 5%, #eae0c2 100%);
	background:-o-linear-gradient(top, #ccc2a6 5%, #eae0c2 100%);
	background:-ms-linear-gradient(top, #ccc2a6 5%, #eae0c2 100%);
	background:linear-gradient(to bottom, #ccc2a6 5%, #eae0c2 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccc2a6', endColorstr='#eae0c2',GradientType=0);
	background-color:#ccc2a6;
}
.login a:active {
	position:relative;
	top:1px;
}


.vipclass:nth-child(even) {
background:url(/img/vipclasses.png);
//background: #f7f7f7;
color:#3F465E;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
border-bottom:1px solid #ddd;
padding:8px;
}

.vipclass:nth-child(even):hover {
background-color: #eeeeee;
}
.vipclass:nth-child(odd) {
background:url(/img/vipclasses.png);
//background: #fbfbfb;
color:#3F465E;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
border-bottom:1px solid #ddd;
padding:8px;
}

.vipclass:nth-child(odd):hover {
background-color: #eeeeee;
}

.texte:nth-child(even) {
width:142%;
background: #f7f7f7;
color:#3F465E;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
border-bottom:1px solid #ddd;
padding:8px;
}

.texte:nth-child(even):hover {
background-color: #eeeeee;
}
.texte:nth-child(odd) {
width:142%;
background: #fbfbfb;
color:#3F465E;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
border-bottom:1px solid #ddd;
padding:8px;
}

.texte:nth-child(odd):hover {
background-color: #eeeeee;
}

.stitle2 {
	background: #fbfbfb;
color:#3F465E;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
border-bottom:1px solid #ddd;
padding:8px;
}

.stitle2:hover {
background-color: #eeeeee;
}

#main {
overflow:hidden;
padding-top:4px;
padding-left:1px;
padding-right:1px;
margin:0 auto;
}

#content {
float:right;
width:100%;
margin-left:2px;
border:1px solid #ccc;
}

#sidebar1 {
float:left;
width:15%;
}

#sidebar2 {
float:right;
width:15%;
}

.h {
background:url(/images/head.png) repeat-x;
height:76px;
}

.h1 {
background:url(/images/head.png) no-repeat bottom left;
}

.h2 {
background:url(/images/head.png) no-repeat bottom right;
}

.error {
background:red url(/images/errors.gif) repeat-x;
color:white;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
border-bottom:1px solid #ddd;
padding:8px;
}

.f {
//background-color: #696969;
background:url(/img/footse.png);
color:#fff;
padding:38px;
//font-weight:bold;
}

.category a img {border:0px;opacity:0.5;}
.category a:hover img {border:0px;opacity:1;}

.category {
background: #f4f4f4;
color:#3F465E;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
border-bottom:1px solid #ddd;
padding:10px;
}

/*.category {
width:140.5%;
padding : 12px 12px;
display : block;
color : black;
background : #F2F2F2;
position:relative;
background : linear-gradient(to bottom, #F2F2F2, #F6F4F4);
border-top : 1px solid #F9FCFC;
border-bottom : 1px solid #D6D3D9;
}

.category {
color:#3f3e3e;
position:relative;
width:150%;
padding:6px;
padding-left:0px;
line-height:25px;
border-top:1px solid #fff;
border-bottom:1px solid #d8d8d8;
background:#e5e5e5 url(/img/text.gif) repeat-x;
display : block;
cursor:pointer;
}
*/

.category:hover {
background : #f5f8ee;
}

.category a {
color:#0078dd;
text-decoration:none;
}

.orangehead {
margin: 0px;
color : white;
font-size : 13px;
height:30px;
vertical-align: center;
background-color : #D2691E;
background-image : url(///img/menu_title.gif);
text-align : left;
padding-top : 12px;
border: 0px solid #1b1b1b;
border-bottom: 0px solid #e3e3e3;
text-shadow: 0px 0px 0px #000;

}

.bash {
height:30px;
margin: 5px;
padding:8px;
color: white;
border-radius: 4px 4px 4px 4px;
}

.bash:hover {
color: black;
background: white;
margin: 5px;
padding:8px;
border-radius: 4px 4px 4px 4px;
}

.bashselected {
color: white;
background: black;
height:30px;
margin: 5px;
padding:8px;
border-radius: 4px 4px 4px 4px;
}

div.num {
float:right;
padding-right:11px;
border : 1px solid #8a8a8a;
padding : 1px;
border-radius: 2px 2px 2px 2px;
background-color:white;
padding: 2px;
color: #777;
border: 1px solid #ccc;
text-shadow:0px 0px #fff;
}

.table td {
vertical-align:middle;
}

.table td.onthis {
background:#fff;
}

.stata td {
vertical-align:middle;
text-align:center;
border:1px solid #ccc;
border-bottom:0;
border-top:0;
padding:4px;
}

.stata td.site {
text-align:left;
}

.stata tr.tr2_2 {
background:url(web/tr.gif) no-repeat top right;
}

.stata tr.tr2 {
background:url(web/tr.gif) no-repeat top left;
}

.stata .top0 {
border-top:0;
border-bottom:0;
}

.stata .bottom0 {
border-bottom:0;
}

.stata .left0 {
border-left:0;
}

.stata .right0 {
border-right:0;
}

.titles {
//padding : 15px 20px 16px 66px;
border-top: 1px solid #d0e7fd;
font: 15px Lobster Two;
//font-weight: bold;
padding: 9px;
color : #fff;
background-color : #04abe1;
background : url(/images/head.png);
//background-image : url(/images/head.png);
text-align : center;
margin-top:0px;
border: 1px solid #ccc;
}



.title {
background:url(/images/head.png) repeat-x;
color:#fff;
text-align:center;
padding:12px;
font-weight:bold;
}

.str_l {
background:#fff;
margin:0 3px 0 0;
padding:1px 4px;
}

.str_l a {
color:#6b6b6b;
}

.str_l:hover {
background:#f7f7f7;
}

.str_l:hover a {
color:#444;
}

.o,.str_t {
background:#fff;
color:#9b9b9b;
margin:0 3px 0 0;
padding:1px 4px;
}

.usmenu {
position:absolute;
top:-9px;
right:20px;
}

.usmenu,.usmenu a,.usmenu a:hover {
color:#fff;
text-decoration:none;
font-size:14px;
font-weight:700;
}

.usmenu li {
float:left;
list-style:none;
display:inline;
position:relative;
border:1px;
padding:26px 7px;
}

.usmenu a {
padding:26px 7px;
}

.usmenu li:hover {
background:black;
border-radius:4px;
padding:24px 7px;
}

.m6066,.m6660,.m0060 {
margin-bottom:5px;
}

.m6 {
border:1px solid #ccc;
}

img {
border:0;
}

textarea {
width:70%;
}

input,textarea,select {
width:93%;
color:#447581;
background:#f6fdff;
border:1px solid orange;
margin-top:1px;
margin-bottom:1px;
padding:6px;
}

input[type=submit] {
background: url(/images/head.png);
color:white;
margin-top:1px;
margin-bottom:1px;
}

.table,.stata {
border-collapse:collapse;
width:100%;
border-bottom:1px solid #ccc;
}

.top {
background:#d9d9d9;
color:#222;
margin-btoom:1px;
margin-top:1px;
border-bottom:1px solid #ccc;
border-top:1px solid #ccc;
font-weight:700;
padding:6px;
}

.pagetitle,.topik,.main {
background:#d9d9d9;
color:#222;
text-align:center;
font-weight:400;
padding:6px;
}

.stata th {
background:#d9d9d9;
color:#222;
text-align:center;
font-weight:400;
border:1px solid #ccc;
padding:4px;
}

.stata td.more,.stata td.num {
text-align:center;
}

.navig,.topni,.stat,.table,.rek,.main,.t,.str {
padding:4px;
}

.topik a,.f a {
color:#fff;
}

.stata td.site a {
text-decoration:underline;
}

.stata td.site a:hover {
text-decoration:none;
}

a {
color:#0078dd;
text-decoration:none;
}

a:hover {
color:orange;
}