
body {
	font-family:'Microsoft YaHei';
	font-size: 12px;
	line-height: 150%;
	color: #333333;
	text-decoration: none;	
	/*background:url(/jslottery/content/images/body_bg2.jpg) repeat-y center #FEDCDB;
	*background:url(/jslottery/content/images/body_bg.jpg) repeat-y center #FEDCDB;*/
	margin-left:0px;
	margin-top:0px;
}

a {
	color: #333333;
	text-decoration: none;
}

a:hover {
    color: #0094ff;
}
.font_color
{
    color:#f38900;
}
.news_font{
    font-size:14px;
    font-family:'Microsoft YaHei';
}

/*********************Button样式*********************/
.button {
    width: 140px;
    line-height: 25px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    text-shadow: 1px 1px 1px #333;
    border-radius: 5px;
    margin: auto;
    margin-bottom:10px;
    position: relative;
    overflow: hidden;
    cursor:pointer;       
    }
.button.gray {
    color: #222;
    text-shadow: 1px 1px 1px #fff;
    border: 1px solid #dce1e6;
    box-shadow: 0 1px 2px #fff inset,0 -1px 0 #a8abae inset;
    background: -webkit-linear-gradient(top,#f2f3f7,#e4e8ec);
    background: -moz-linear-gradient(top,#f2f3f7,#e4e8ec);
    background: linear-gradient(top,#f2f3f7,#e4e8ec);
    background-color:#ffe2b4;
    border:1px solid #d28b8b;
}
/***************************************************/

/**************Div边框（仿Table样式）***************/
.equal {
    display: table;
    border-collapse: separate;
    margin: 1px 1px;
    border-spacing: 5px;
    border-radius: 6px;
    background: #ddd;
    behavior:url(/jslottery/content/css/ie-css3.htc);
}

.row {
    display: table-row;
}

.row.one {
    display: table-cell;
    background: #fff;
    *margin:5px;
}

.row.one.one_inner {
    margin: 3px;
    background-color: #F6F6F6;
}
/****************************************************/

/********************JQuery分页控件******************/
#pager ul.pages {
    display:block;
    border:none;
    text-transform:uppercase;
    font-size:10px;
    margin:10px 0 50px;
    padding:0;
}

#pager ul.pages li {
    list-style:none;
    float:left;
    border:1px solid #ccc;
    text-decoration:none;
    margin:0 5px 0 0;
    padding:5px;
}

#pager ul.pages li:hover {
    border:1px solid #003f7e;
}

#pager ul.pages li.pgEmpty {
    /*border:1px solid #eee;
    color:#eee;*/
    display:none;
}

#pager ul.pages li.pgCurrent {
    border:1px solid #003f7e;
    color:#000;
    font-weight:700;
    background-color:#eee;
}
/************************************************/

/********************新闻详细页面***************/

.news_table {
    width: 705px; 
}


.newscontent {
    width:700px;
    font-size:16px;
    line-height:150%;
}

.newscontent p {
    text-align:left;
    max-width:700px;
    margin:0px;
    padding:0px;
    clear:both;
    line-height:25px;
}
.newscontent img {
    max-width: 660px;
    float: left;
    margin: 0px;
    padding: 0px;
}

.newscontent p video{
    background-color:#000;
}
/**********************************************/

/********************开奖公告详细页面***************/

.runLotteryNotice_table {
    width: 960px; 
}
.runLotteryNoticeContent {
    max-width:955px;
}
.runLotteryNoticeContent img {
    max-width: 905px;
    float: left;
    margin: 0px;
    padding: 0px;
}
.runLotteryNoticeContent table {
    max-width: 955px;    
    margin: 0px;
    padding: 0px;
}   

/**********************************************/

