/* 
   author: Seamen  2007-7-23 */

   
/* default styles
   -------------- */

*{
   padding:0;
   margin:0;
}
body{
   background:#000;
   font:12px Arial, Helvetica, sans-serif;
   color:#FFF;

}
img{
   border:0;
}
/* layout
   ------ */
a{
   font:12px Arial, Helvetica, sans-serif;
   color:#FFF;
   text-decoration: none;
}
a:hover{
   text-decoration: underline;
}
.top{
   width:1002px;
   height:142px;
   background:url('../images/top.gif') top 225px no-repeat;
   margin:auto;
}
.menu{
   width:1002px;
   height:61px;
   text-align:center;
   margin:auto;
}
#main{
   width:800px;
   height:439px;
   background:url('../images/bg.jpg') top left no-repeat;
   margin:auto;
}
#maincopy{
   width:868px;
   height:445px;
   background:url('../images/mainbg.jpg') top left no-repeat;
   margin:0 101px;
}
#main_list{
   width:765px;
   height:422px;
   margin:0 21px 17px 15px;
   /*filter:Alpha(Opacity=10, FinishOpacity=10, Style=0, StartX=0, StartY=0, FinishX=0, FinishY=0);*/
}
.con{
   width:765px;
   height:44px;
}
/*
.list{
   margin:10px;
   width:725px;
   height:355px;
   line-height:40px;
}*/
#main_list ul li{
   list-style:none;
}
.bottom{
   width:800px;
   height:91px;
   margin:auto;
}
.bottom ul,li{
   list-style:none;
   float:left;
}
.bottom_bg{
   background:url('../images/bottom_bg.gif') top left no-repeat;  
   width:280px;
   height:91px;
} 
.bottom_bgcolor{
   width:520px;
   height:76px;
   background:#343434;
   color:#F8DD45;
   padding-top:15px;
   line-height:30px;
}

.bottom_home{
   width:800px;
   height:91px;
   margin:auto;
}
.bottom_home ul,li{
   list-style:none;
   float:left;
}
.bottom_bg_home{
   width:200px;

} 
.bottom_bgcolor_home{
   width:520px;
   height:76px;
   color:#F8DD45;
   line-height:30px;
}

#body{
   margin:10px;
   width:725px;
   height:355px;
   line-height:30px;
   overflow:auto;
   /*SCROLLBAR-ARROW-COLOR:#459AD0;*/
   SCROLLBAR-ARROW-COLOR:#FFF;
   SCROLLBAR-FACE-COLOR:#494B48;
   SCROLLBAR-DARKSHADOW-COLOR:#1D1D1D;
   SCROLLBAR-HIGHLIGHT-COLOR:#1D1D1D;
   SCROLLBAR-3DLIGHT-COLOR:#1D1D1D;
   SCROLLBAR-SHADOW-COLOR:#1D1D1D;
   SCROLLBAR-TRACK-COLOR:#1D1D1D;
}
#studentlist{
   height:157px;
   margin-bottom:15px;
   float:left;
   width:360px;
}
/*新加开始
#studentlist ul li a:hover{
   white-space:normal;
   position:relative;
}
#studentlist ul li a {display:block; width:24px; height:24px; }
#studentlist ul li a.hor:hover img {
   position:absolute; 
   left:-20px; 
   top:-12px; 
   width:173px; 
   height:170px; 
   cursor:default;
   border-color:#fc0;
}
新加结束*/
#studentlist ul{
   list-style:none;
   float:left;
   margin-right:5px;
}
#studentlist li{
   list-style:none;
   clear:both;   
}
.studentpic{
   border:1px solid #494B48;
}
.studentpic img{
   margin:4px;
}
.bodylist{
   width:195px;
   line-height:20px;
}
.red{
   color:red;
}
.inputtext{
   border:1px solid #494B48; 
   background:#1C1C1C;
   color:#FFF;
}
#newslist{
   height:20px;
   width:490px;
   margin-bottom:12px;
   background:#1C1C1C;
}
#newslist ul{
   list-style:none;
}
#newslist li{
   line-height:20px;
   border-bottom: 1px dashed #FFF;
   float:left;
}
.newstitle{
	width:400px;
	padding-left:10px;
}
.newstime{
	width:80px;
}
.clear{
   clear:both;
}
#mtvshow{
   width:375px;
   height:345px;
   margin-left:184px;
}
#mtvshow ul li{
   list-style:none;
}
.mtv{
   width:375px;
   height:296px;
}
.mtvtitle{
   width:375px;
   height:30px;
   text-align:center;
}
.maincopy{
   position:absolute;
   top:10%;
   height:445px;
   margin:auto;
}