﻿body
{
    margin:0px;     
    background-image:url(Images/BlueBk.jpg);
   background-repeat: repeat-x; 
   background-color:#E2EFE5;

    font-size:12px;
}

img{
 border:0px;
}
.Wrapper{    
    overflow:hidden; 
    clear:both;
    width:984px;
    margin-left:auto;
    margin-right:auto;
    background-image:url(Images/ConBG.png);
}

.Header{
     height:741px;
     background-image:url(Images/Head.jpg);
     overflow: hidden; 
}
.TopLink{
    float:right; margin-right:5px; margin-top:15px;
}
.TopLink a{
    float:left;
    width:115px;
    height:31px;
    border:0px;
    display: block;
    cursor:pointer;
    background-image:url(Images/TopLink.jpg); 
    background-repeat:no-repeat;
}
.TopLink a.LinkBtn{
    background-position:0px 0px;
}
.TopLink a:hover.LinkBtn{
    background-position:0px -31px;
}

.TopMenu{
    float:left;
    display: inline;
    margin-top:520px;    
    margin-left:200px;
    width:800px;
    color:#999999;
    Height:100px;
}

.TopMenu a{
    float:left;
    width:150px;
    height:100px;
    border:0px;
    display: block;
    cursor:pointer;
    background-image:url(Images/TopMenu.gif); 
    background-repeat:no-repeat;
}
.TopMenu a.HomeBtn{
    background-position:0px 0px;
}
.TopMenu a.RegBtn{
    background-position:0px -100px;
}
.TopMenu a.HelpBtn{
    background-position:0px -400px;
}
.TopMenu a.MessageBtn{
    background-position:0px -300px;
}
.TopMenu a.LoginBtn{
    background-position:0px -200px;
}
.TopMenu a.LogoutBtn{
    background-position:0px -500px;
}
.TopMenu a.MyAccountBtn{
    background-position:0px -600px;
}

.TopMenu a:hover.HomeBtn{
    background-position:-150px 0px;
}
.TopMenu a:hover.RegBtn{
    background-position:-150px -100px;
}
.TopMenu a:hover.HelpBtn{
    background-position:-150px -400px;
}
.TopMenu a:hover.MessageBtn{
    background-position:-150px -300px;
}
.TopMenu a:hover.LoginBtn{
    background-position:-150px -200px;
}
.TopMenu a:hover.LogoutBtn{
    background-position:-150px -500px;
}
.TopMenu a:hover.MyAccountBtn{
    background-position:-150px -600px;
}

.Bottom{
    float:left;
    width:100%;
    margin-top:0px;
    height:94px;
    background-image:url(Images/Bottom.jpg);    
}
.LeftMenu{
    float:left;
    display: inline;
    margin-left:45px; 
    margin-right:5px;
    width:285px;
    overflow:hidden; 
    margin-top:20px;
}
.LeftMenu ul{
    position:absolute;
    margin:0px 0px 0px 0px;    
    padding:0px;    
}
.LeftMenu li{
    list-style:none; margin-bottom:5px;
    width:284px;
    height:82px;
    text-align:center;
    cursor:pointer; 
}

.LeftMenu a{
    width:284px;
    height:82px;
    display:block;
    background-image:url(Images/LeftMenu.gif);   
    background-repeat:no-repeat;
}

.LeftMenu a.SignScore{
    background-position:0 0;
}
.LeftMenu a.ScoreExchange{
    background-position:0 -89px;
}
.LeftMenu a.GiftBasket{
    background-position:0 -180px;
}
.LeftMenu a.Integral{
    background-position:0 -268px;
}
.LeftMenu a.SignRecord{
    background-position:0 -360px;
}

.LeftMenu a:hover.SignScore{
    background-position:-286px 0;
}
.LeftMenu a:hover.ScoreExchange{
    background-position:-286px -90px;
}
.LeftMenu a:hover.GiftBasket{
    background-position:-286px -180px;
}
.LeftMenu a:hover.Integral{
    background-position:-286px -268px;
}
.LeftMenu a:hover.SignRecord{
    background-position:-286px -360px;
}

.WorkAera{
    float:right;
    display: inline;
    margin-left:65px; 
    width:620px;
    margin-right:18px;    
    overflow:hidden;
}

.ConCenter{
    padding-left:20px; 
    padding-right:20px;
    background-repeat:repeat-y;    
    background-image:url(Images/ContentCenter.jpg);
    color:#666;    
    line-height:18px;
    overflow:hidden;
}

.ConCenter td{     
    height:32px;
    color:#666;
}

.ConCenter a{
    color:#CC0000;
    font-weight:bold;
}

.ConCenter a:hover{
    color:#009900;
    font-weight:bold;
}

.ConCenter .Separator{
    width:98%;
    text-align:center;
    border-top:dotted 1px #999999;
    margin-top:5px;
    margin-bottom:5px;    
}
.ConInput{
    border:solid 1px #cccccc;
     background-color:#F2F2F2;
     height:18px;
     padding:3px;
     color:#666666;
}
.ConTop{
    width:570px;
    height:40px;
    overflow:hidden;
    padding-left:60px; padding-top:10px;
    font-size:14px;
    font-weight:bold;
    color:#fff;
    background-repeat:no-repeat;
    background-image:url(Images/ContentTop.jpg);  
}

.ConTop .Title{
    float:left;
    width:80px;
}
.ConTop .UserInfo{ 
    float:right;
    width:420px;
    font-size:12px;
    color:#000;
    
}
.ConBottom{
    width:100%;
    height:22px;
    background-image:url(Images/ContentBottom.jpg);
    background-repeat:no-repeat;
}


.MemBtns{
    width:120px;
    height:30px;
    border:0px;
    background-image:url(Images/MemBtn.jpg); 
    color:#FFFFFF;
    font-weight:bold;
    cursor:pointer;
}

.ProgressTxt{
    color:#0099FF;
}

span
{
    font-size:12px;    
    width:100%;    
    }    
span table
{
 float:left;
    border-color:#BDCF1D;   
    margin-top:5px;
    margin-bottom:3px;
    }   
span th
{    
    padding-left:5px;
    background-color:#00AA00;
    text-align:left;    
    height:25px; 
    color:#FFFFFF;
    } 
span tr td{
    padding-left:5px;
    border-bottom:dotted 1px #AAAAAA;
    color:#555555; 
    font-size:12px; 
}
span tr
{
    background-color:#fff;    
    height:25px;     
    }
span tr:hover{
    background-color:#F2F2F2;        
}
span tr.Alternating td
{
    background-color:#F2F2F2;    
    padding-left:5px;
    height:25px;
    } 
span a
{   
    color:#666666;
    text-decoration:none;    
    }
    
.TopBtns{
    float:right;
    text-align:right;
    width:20%; 
    margin-top:3px;  
    margin-bottom:2px; 
    margin-right:25px; 
} 
.TopSearch
{
    float:left;    
    width:90%; 
    margin-top:3px;  
    margin-bottom:2px;  
}

.TopInfo{
    float:left;    
    width:45%; 
    margin-top:3px;  
    margin-bottom:2px;  
}

.Pager{
    font-size:12px;   
    float:left;
}

.Pager a{
    width:25px;    
    padding:2px 5px 0px 5px;
    font-size:14px;
    color:#009900;
    text-decoration:none;
    font-family:Arial Black;
    margin:0px;     
 }
 
 .Pager a:hover{
    width:25px;    
    padding:2px 5px 0px 5px;
    background-color:#009900; 
    font-size:14px;
    color:#FFFFFF;
    text-decoration:none;
    font-family:Arial Black; 
    margin:0px;    
 }
 
 .CurrentPageIndex{    
    color:#CCCCCC;
    padding:5px 0px 0px 0px;    
    font-size:26px;
    font-family:Arial Black;
    font-weight:bold;
    margin:0px;
 }
 
  #NewsList{
     font-size:12px;
     line-height:20px;    
  }
 #NewsList span{     
    line-height:10px;  text-align:center;
      
 }

.nav1
{
	float:left;
    width:115px; 
    height:31px;
    overflow:hidden;
	text-align:center;
	background:transparent url(Images/bg1.jpg) repeat-x scroll 0 0;

}
.nav2
{
	float:left;
    width:115px; 
    height:31px;
    overflow:hidden;
	text-align:center;
	background:transparent url(Images/bg2.jpg) repeat-x scroll 0 0;
	cursor:pointer;
}
.nav2:hover
{
	float:left;
    width:115px; 
    height:31px;
    overflow:hidden;
	text-align:center;
	background:transparent url(Images/bg3.jpg) repeat-x scroll 0 0;
	cursor:pointer;
}
.nav1  span,.nav2 span {
	display:block;
	font-weight:bold;
	line-height:31px;
	width:115px;
	color:#fff;
}
.mc1,.mc2,.mc3
{
	padding-left:20px;
	padding-top:20px;
	
}

/*积分等级*/
#TabHeadList
{
    margin-top:6px;
    height:31px;
      
}
#TabHeadList ul
{ 
    list-style:none;  
    margin:0px; 
    padding:0px;
}
#TabHeadList li
{  
    text-align:center;
    padding-top:2px;
    margin-right:5px;
    font-size:12px; 
    font-weight:bold;
    float: left; 
    width:115px;
    height:30px;
    background-image:url(Images/bg2.jpg);    
    border:0px;
    color:#FFFFFF;
    font-weight:bold;
    cursor:pointer;
}
#TabHeadList li.SelectTab
{
    background-image:url(Images/bg1.jpg);    
}

