.n_qtb{
  background:rgba(8,8,8,0.36);
  border:1px solid rgba(8,8,8,0.8);
  border-top:none;
  padding:4px 8px 6px;
  -moz-border-radius-bottomleft:6px;
  -webkit-border-bottom-left-radius:6px;
  -moz-border-radius-bottomright:6px;
  -webkit-border-bottom-right-radius:6px;
}
.n_qtn{
  background:rgba(8,8,8,0.8);
  border:1px solid rgba(8,8,8,0.8);
  border-bottom:none;
  padding:6px 6px 4px;
  -moz-border-radius-topleft:6px;
  -webkit-border-top-left-radius:6px;
  -moz-border-radius-topright:6px;
  -webkit-border-top-right-radius:6px;
}
#copy{
  text-align:left;
  margin-top:11px;
  margin-left:244px;
  width:600px;
}
#menu{
  position:relative;
  left:-14px;
  top:-5px;
  border:0 none;
  margin:0;
  outline-style:none;
  outline-width:0;
}
#tv{
  position:absolute;
  margin:32px 49px;
  outline-style:none;
  outline-width:0;
  border:0 none;
  height:228px;
  width:732px;
  cursor:pointer;
}
#tvo{
  position:relative;
  background:url('img/tempply.png') repeat scroll 0 0;
  left:-14px;
  top:-5px;
  width:832px;
  height:311px;
  margin:0;
}
#cc{
  cursor:pointer;
}
#ttip {
  display:none;
  background:url('img/tooltip.png') center bottom;
  font-size:12px;
  height:138px;
  width:238px;
  padding-top:12px;
  padding-left:12px;
  color:#ddd;     
}
#ttip img{
  margin:3px 0px;   
}
#ttip img:hover{
  cursor:pointer;
}
#cc:hover{
  color:white;
}
.simg {
  cursor:pointer;
  margin-top:11px;
}
.svttl {
  color:rgb(65,147,221);
  text-align:left;
  padding:14px 12px 6px 12px;
}
.chan {
  text-align:left;
  width:110px;
  padding-left:18px;
  margin-left:6px;
  background:no-repeat left center;
}
.bars{
  background:url('img/empty.png') left center no-repeat;
  float:right;
  margin-right:10px;
  height:15px;
  width:39px;
}
.bars2{
  background:url('img/full.png') left center no-repeat;
  height:15px;
}
body{
  margin:0;
  padding:0;
  font-family:'lucida grande',tahoma,verdana,geneva,lucida,arial,helvetica,sans-serif;
  font-size: 12px;
  color:#aaa;
  background:#000 url('img/bg8.png') top center no-repeat fixed;
  MozUserSelect:none;
}
a,img {
  border:none;
  text-decoration:none;
  color:green;
}
a:hover {
  color:lime;
}
#main{
  width:868px;
  margin-left:auto;
  margin-right:auto;
}
#logo{
  padding-top:50px;
  background:transparent url('img/ctop.png') bottom no-repeat;
  height:132px;
  text-align:center;
}
#foot{
  text-align:center;
  padding-top:42px;
  background:url('img/foot.png') no-repeat;
  height:72px;
}
.flnk{
  font-family:'Verdana';
  padding:0 14;
  cursor:pointer;
}
.flnkh{
  color:white;
}
#content{
  background:transparent url('img/cm.png');
  padding:4 32;
  padding-bottom:6px;
}
#content-left{
  float:left;
  width:200px;
  background:transparent;
}
#content-right{
  width:581px;
  margin-left:208px;
  min-height:660px;
  -moz-border-radius:8px;
  -webkit-border-radius:8px;
  background:rgba(16,16,16,0.75);
  padding:8px;
}
.status-box{
  -moz-border-radius:8px;
  -webkit-border-radius:8px;
  background:rgba(0,0,0,0.65);
  margin-bottom:8px;
  padding:5px 4px;
  text-align:center;
}
.status-box .title{
  -moz-border-radius:8px;
  -webkit-border-radius:8px;
  background:url('img/hr.png') bottom center no-repeat;
  padding:3px 4px;
  margin-bottom:6px;
}
.status-box .foot{
  height:4px;
}
#login-box table td{
  text-align:center;
  color:#aaa;
  font-size:15px;
}
input[type=text],input[type=password],textarea{
  border:dashed 1px #666;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  background:#1b1b1b;
  color:#bbb;
  margin:0;
  font-family:Arial;
  padding:0 2px;
}
input[type=text]:focus,input[type=password]:focus,textarea:focus{
  background:#000;
  color:#ddd;
  font-family:Arial;
}
button,select{
  border:solid 1px #666;
  -moz-border-radius:2px;
  -webkit-border-radius:2px;
  background:#1b1b1b;
  color:#bbb;
  margin:0 12;
  margin-top:4;
  font-family:Arial;
}
button:hover,select:focus{
  border:solid 1px #999;
  background:#000;
  color:#eee;
  font-family:Arial;
}
.newshead{
  width:100%;
  background:#000;
  color:#ccc;
  font-size: 14px;
  line-height:22px;
}
.newsheadh{
  color:white;
  cursor:pointer;
}
.news .date{
  color:#666;
  margin:0 5px;
}
.news .author {
  color:#AAAAAA;
  font-size:11px;
}
.newsbody .link{
  text-align:center;
  background:#080808;
}
.newsbody .content{
  padding:4 8;
}
.newsbody .link a{
  color:#999;
  font-size: 12px;
  text-decoration:none;
}
.newsbody .link a:hover{
  color:#ccc;
}
.newsbody{
  margin:0 6;
  padding:4;
  background:rgba(28,28,28,0.75);
  color:#aaa;
}

.modal {
  background-color:#111;
  display:none;
  width:264px;
  padding:15px;
  text-align:left;
  border:2px solid #666;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
}

.ads {
  background-color:#000;
  display:none;
  width:468px;
  padding:15px;
  text-align:left;
  border:2px solid #666;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
}

.ads div.close {
  background-image:url(img/close.png);
  position:absolute;
  right:-14px;
  top:-11px;
  cursor:pointer;
  height:28px;
  width:28px;
}
.tp{
  float:left;
  width:13px;
  height:24px;
  background:url(digit/p.png);       
}
.tnr{
  float:left;
  width:17px;
  height:24px;
  background:url(digit/nr.png);       
}
.n0{
  background-position:0px 0px;
}
.n1{
  background-position:0px -24px;
}
.n2{
  background-position:0px -48px;
}
.n3{
  background-position:0px -72px;
}
.n4{
  background-position:0px -96px;
}
.n5{
  background-position:0px -120px;
}
.n6{
  background-position:0px -144px;
}
.n7{
  background-position:0px -168px;
}
.n8{
  background-position:0px -192px;
}
.n9{
  background-position:0px -216px;
}
