﻿/*御宝羊奶*/
body
{
    margin:0px;     
    background-image:url(Images/BlueBk.jpg);
    /*background-repeat:repeat-x;         */
    font-size:12px;
}

img{
 border:0px;
}
.Wrapper{    
    overflow:hidden; 
    clear:both;
    width:902px;
    margin-left:auto;
    margin-right:auto;
    background-color:#FFFFFF;    
}

.Header{
     height:300px;
     background-image:url(Images/Head.jpg);
     margin-bottom:10px;
     overflow: hidden; 
}

.Header .WelcomeInfo{
    float:left;
    margin-top:288px;    
    margin-left:5px;
    width:600px;
    color:#999999;
    font-weight:bold;
    font-size:14px;
}
.Header a{     
     text-decoration:none;
     color:#666666;
     font-weight:bold;
     font-size:14px;
     margin-right:3px;
     
}

.Header a:hover{
    color:#009900;
}

.Bottom{
    float:left;
    width:100%;
    margin-top:0px;
    height:142px;
    background-image:url(Images/Bottom.jpg);     
}

.LeftMenu{
    float:left;
    margin-left:3px; margin-right:15px;
    width:202px;
    overflow:hidden;   
}

.RegBtn{
    width:202px;
    height:62px;
    border:0px;
    background-image:url(Images/UserReg.jpg); 
    margin-bottom:5px; 
    cursor:pointer;
}

.UserLoginBtn{
    width:202px;
    height:62px;
    border:0px;
    background-image:url(Images/UserLogin.jpg); 
    margin-bottom:5px;  
    cursor:pointer;
}

.MessageBtn{
    width:202px;
    height:62px;
    border:0px;
    background-image:url(Images/YubaoMessages.jpg); 
    margin-bottom:5px;  
    cursor:pointer;
}

.HelpBtn{
    width:202px;
    height:62px;
    border:0px;
    background-image:url(Images/Help.jpg); 
    margin-bottom:5px;  
    cursor:pointer;
}

.MyAccountBtn{
    width:202px;
    height:62px;
    border:0px;
    background-image:url(Images/MyAccount.jpg); 
    margin-bottom:5px;  
    cursor:pointer;
}

.MyAera{
    width:202px;
    height:300px;
    border:0px;
    background-image:url(Images/MyScore.jpg);     
}

.MyAera ul{
    position:absolute;
    margin:60px 0px 0px 0px;    
    padding:0px;    
}
.MyAera li{
    list-style:none;
    margin:0px 12px 0px 12px;
    padding:0px 0px 3px 0px;
    width:178px;
    height:30px;
    text-align:center;
    cursor:pointer;
    
    
}

.MyAera li.SignScore{
    width:178px;
    height:30px;
    background-image:url(Images/SignScore01.gif); 
    border-bottom:dashed 1px #A4C84F;   
}

.MyAera li.SignScore:hover{
    width:178px;
    height:30px;
    background-image:url(Images/SignScore01.gif); 
     background-color:#CFE2A3;  
     border-bottom:dashed 1px #A4C84F; 
}

.MyAera li.ScoreExchange{
    width:178px;
    height:30px;
    background-image:url(Images/ScoreExchange01.gif); 
    border-bottom:dashed 1px #A4C84F;   
}

.MyAera li.ScoreExchange:hover{
    width:178px;
    height:30px;
    background-image:url(Images/ScoreExchange01.gif); 
    background-color:#CFE2A3;   
    border-bottom:dashed 1px #A4C84F;
}


.MyAera li.GiftBasket{
    width:178px;
    height:30px;
    background-image:url(Images/GiftBasket01.gif);    
}

.MyAera li.GiftBasket:hover{
    width:178px;
    height:30px;
    background-image:url(Images/GiftBasket01.gif); 
    background-color:#CFE2A3;     
}


.MyAera li.Integral{
    width:178px;
    height:30px;
    background-image:url(/Images/Integral01.gif);    
}

.MyAera li.Integral:hover{
    width:178px;
    height:30px;
    background-image:url(/Images/Integral01.gif); 
    background-color:#CFE2A3;     
}



.WorkAera{
    float:left;
    width:670px;    
    background-color:#A5D23C;
    overflow:hidden;
}

.ConCenter{
    padding-left:20px; 
    padding-right:20px;
    min-height:495px;
    _height:495px;
    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:99%;
    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:670px;
    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:520px;
    font-size:12px;
    color:#000;
    
}
.ConBottom{
    width:100%;
    height:22px;
    background-image:url(Images/ContentBottom.jpg);
}

.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:50%; 
    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;
      
 }
/*===== IE6不支持_height属性;min-height:495px ;height:auto !important;=============*/
.ConCenter1{
    padding-left:20px; 
    padding-right:20px;
    background-repeat:repeat-y;    
    background-image:url(Images/ContentCenter.jpg);
    color:#666;    
    line-height:18px;
    overflow:hidden;
}

.ConCenter1 td{     
    height:32px;
    color:#666;
}

.ConCenter1 a{
    color:#CC0000;
    font-weight:bold;
}

.ConCenter1 a:hover{
    color:#009900;
    font-weight:bold;
}

.ConCenter1 .Separator{
    width:99%;
    text-align:center;
    border-top:dotted 1px #999999;
    margin-top:5px;
    margin-bottom:5px;    
}

.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;
	
}