/* Body的CSS定义:对应CSS中“BODY”，可定义内容为网页字体颜色、背景、浏览器边框等 */
BODY
{
    font-size: 12px;
    font-family: "宋体" , "楷体_GB2312" , "黑体" , "隶书";
    color: #333333;
    line-height: 22px;
    scrollbar-highlight-color: #ffffff;
    scrollbar-shadow-color: #cccccc;
    scrollbar-3dlight-color: #cccccc;
    scrollbar-arrow-color: #330000;
    scrollbar-track-color: #f6f6f6;
    scrollbar-darkshadow-color: #ffffff;
    background-image: url(../images/bj.jpg);
    margin: 0;
}

img
{
    border: 0px;
}

/* 单元格的CSS定义:对应CSS中的“TD”，这里为总的表格定义，为一般表格的的单元格风格设置，可定义内容为背景、字体颜色、样式等 */
TD
{
    font-size: 12px;
    font-family: "宋体" , "楷体_GB2312" , "黑体" , "隶书";
    color: #333333;
    line-height: 22px;
}


th
{
    font-size: 12px;
    font-family: "宋体" , "楷体_GB2312" , "黑体" , "隶书";
    color: #333333;
    line-height: 22px;
}

/* 网站链接总的CSS定义:可定义内容为链接字体颜色、样式等 */
a
{
    text-decoration: none;
    font-size: 12px;
}

/* 链接无下划线,有为underline */
a:link
{
    color: #333333;
}
/* 未访问的链接 */
a:visited
{
    color: #333333;
}
/* 已访问的链接 */
a:hover
{
    color: #ff0000;
}
/* 鼠标在链接上 */
a:active
{
    color: #333333;
}
/* 点击激活链接 */
/* 顶部频道文字链接的CSS定义－－将顶部频道文字链接与网站链接总的CSS定义分开，以后可以制作深底浅字的格式，如果要保持原来的设计样式，将此定义内容删除或定义成与网站链接总的CSS相同即可。调用代码为<a class='Channel' ***>***</a> */
a.Channel:link
{
    color: #ffffff;
}
a.Channel:visited
{
    color: #ffffff;
}
a.Channel:hover
{
    color: #E4D61B;
}
a.Channel:active
{
    color: #97CBFF;
}

a.newNotice
{
    padding: 5px 20px 0;
    text-align: center;
    display: block;
    line-height: 120%;
}
a.newNotice:link
{
    color: #ff0100;
    font-weight: bold;
}
a.newNotice:visited
{
    color: #ff0100;
    font-weight: bold;
}
a.newNotice:hover
{
    color: #000;
    font-weight: bold;
}
a.newNotice:active
{
    color: #000;
    font-weight: bold;
}

a.newMore:link
{
    color: #815100;
    text-decoration: underline;
}
a.newMore:visited
{
    color: #815100;
    text-decoration: underline;
}
a.newMore:hover
{
    color: #ff0100;
    text-decoration: underline;
}

a.about:link
{
    color: #884C0E;
}
a.about:visited
{
    color: #884C0E;
}
a.about:hover
{
    color: #ff0000;
    border-bottom: #ff0000 1px dotted;
}
a.about:active
{
    color: #884C0E;
}

a.Cdme:link
{
    color: #DF4A01;
}
a.Cdme:visited
{
    color: #DF4A01;
}
a.Cdme:hover
{
    color: #ff0000;
}
a.Cdme:active
{
    color: #ff0000;
}

a.Cdmew:link
{
    color: #FFFFFF;
}
a.Cdmew:visited
{
    color: #FFFFFF;
}
a.Cdmew:hover
{
    color: #f6ff00;
    text-decoration: underline;
}
a.Cdmew:active
{
    color: #f6ff00;
    text-decoration: underline;
}

a.redLink:link
{
    color: #FF0000;
}
a.redLink:visited
{
    color: #FF0000;
}
a.redLink:hover
{
    color: #333333;
}
a.redLink:active
{
    color: #035eaf;
}

a.low:link
{
    color: #8C521A;
}
a.low:visited
{
    color: #8C521A;
}
a.low:hover
{
    color: #ff0000;
    border-bottom: #ff0000 1px dotted;
}
a.low:active
{
    color: #8C521A;
}

a.news:link
{
    color: #795A2C;
}
a.news:visited
{
    color: #795A2C;
}
a.news:hover
{
    color: #ff0000;
    border-bottom: #ff0000 1px dotted;
}
a.news:active
{
    color: #795A2C;
}

/* 栏目导航发光阴影效果的CSS定义，调用代码为<span class="Glow">***</span> */
.Glow
{
    filter: Glow(Color=0733B2, Strength=1) dropshadow(Color=0733B2, OffX=1, OffY=1,);
    width: 100%;
    color: #ffffff;
    line-height: 20px;
}
/* 按钮的CSS定义:对应CSS中的“BUTTON”，这里为按钮的风格设置，可定义内容为背景、字体、颜色、边框等 */
Button
{
    font-size: 9pt;
    height: 20px;
}
/* 下拉列表框的CSS定义:对应CSS中的“SELECT”，这里为下拉列表框的风格设置，可定义内容为背景、字体、颜色、边框等 */
Select
{
    font-size: 9pt;
    height: 20px;
}

/* [推荐]简短标题文字的CSS定义 */
.black
{
    color: #999999;
    font-size: 12px;
}

.date
{
    color: #C8B899;
    font-size: 12px;
}

.low
{
    color: #8C521A;
    font-size: 12px;
}

.com
{
    color: #743C0A;
    font-size: 15px;
    font-weight: bold;
}
.cdme1
{
    color: #DF4A01;
    font-size: 10px;
}

.cdme1w
{
    color: #FFFFFF;
    font-size: 10px;
}

.b
{
    color: #000000;
    font-size: 12px;
    line-height: 15px;
}

.red
{
    color: #Cc0001;
    font-size: 12px;
}

.blue
{
    color: #0D4F93;
    font-size: 12px;
}

.white
{
    color: #fffff;
    font-size: 12px;
}
.bt
{
    color: #000000;
    font-size: 14px;
}

.about
{
    color: #884C0E;
    font-size: 12px;
}

.zp
{
    color: #5D3700;
    font-size: 12px;
}
.news_h
{
    color: #000000;
    font-size: 18px;
    font-weight: bold;
}
.new
{
    color: #000000;
    font-size: 14px;
}

.style1
{
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
}
.ballRed
{
    background: url(../Images/red.gif) left top no-repeat;
    width: 20px;
    height: 22px;
    line-height: 22px;
    color: #fff;
    margin: 0 2px;
    overflow: hidden;
    text-align: center;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
}
.ballBlue
{
    background: url(../Images/blue.gif) left top no-repeat;
    width: 20px;
    height: 22px;
    line-height: 22px;
    color: #fff;
    margin: 0 2px;
    overflow: hidden;
    text-align: center;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
}
#newsSearch
{
    color: #2253ad;
}
#newsSearch h5
{
    background: url(../Images/newsSearch.gif) left top no-repeat;
    width: 258px;
    height: 47px;
    overflow: hidden;
    margin: 0 0 5px 0;
    padding: 0;
}
#newsSearch h5 span
{
    display: block;
    width: 100%;
    height: 47px;
}
#newsSearch p
{
    margin: 0 20px;
}
#newsSearch .text
{
    display: inline-block;
    width: 120px;
    vertical-align: middle;
}
#newsSearch input, #newsSearch select
{
    vertical-align: middle;
    display: inline-block;
    margin: 3px;
}
#newsSearch input#butS
{
    background: url(../Images/searchButton.gif);
    width: 56px;
    height: 20px;
    line-height: 20px;
    border: 0;
    color: #244892;
    font-size: 12px;
    padding-left: 23px;
}


/*20100221福彩喜讯*/
#fcxx
{
    width: 100%;
    height: 35px;
    margin: 0 auto 5px;
    border: 2px solid #F15700;
    text-align: left;
}
#fcxx marquee
{
    margin: 3px;
    line-height: 29px;
    color: #FF4700;
    font-face: '黑体' , Arial, Helvetica;
    font-size: 16px;
    font-weight: bold;
}

/*Edit By WY Begin */
/* 刮刮乐 使用 */
.m_left
{
    width: 10px;
    height: auto;
    overflow: hidden;
    float: left;
}

.m_center
{
    width: 261px;
    height: auto;
    overflow: hidden;
    float: left;
    padding-bottom: 10px;
}
.m_center_t
{
    width: 255px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}
.m_center_tt
{
    width: 244px;
    height: 19px;
    overflow: hidden;
    font-size: 14px;
    color: #c50103;
    padding-left: 11px;
    padding-top: 8px;
}
.m_center_tt .left
{
    float: left;
}
.m_center_tt .right
{
    float: right;
    padding-right: 14px;
    font-size: 12px;
    color: #c50103;
    padding-top: 1px;
}
.m_center_tt .right a:link
{
    color: #c50103;
    text-decoration: none;
}
.m_center_tt .right a:visited
{
    color: #c50103;
    text-decoration: none;
}
.m_center_tt .right a:hover
{
    color: #f00;
    text-decoration: none;
}
.m_center_tt .right a:active
{
    color: #c50103;
    text-decoration: none;
}
.line
{
    width: 255px;
    height: 3px;
    overflow: hidden;
    background: url(../images/bg.gif) repeat-x left top;
}
.m_center_tc
{
    width: 245px;
    height: auto;
    overflow: hidden;
    padding-left: 10px;
}
.m_center_tc ul
{
    padding: 0;
    margin: 0;
}
.m_center_tc ul li
{
    list-style: none;
    font-size: 14px;
    color: #333;
    line-height: 26px;
    margin-left: 0px;
}
.m_center_tc a:link
{
    font-size: 14px;
    text-decoration: none;
}
.m_center_tc a:visited
{
    font-size: 14px;
    text-decoration: none;
}
.m_center_tc a:hover
{
    font-size: 14px;
    text-decoration: none;
}
.m_center_tc a:active
{
    font-size: 14px;
    text-decoration: none;
}
#mbottom
{
    padding-top: 12px;
}
.m_center_tc_in
{
    width: 255px;
}
.pic
{
    width: 104px;
    height: 78px;
    overflow: hidden;
    padding: 1px;
    background: #fff;
    border: 1px #bcc3c4 solid;
    margin-right: 17px;
    margin-top: 18px;
    float: left;
}
.m_center_b
{
    width: 255px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 30px;
}

.m_right
{
    width: 616px;
    height: auto;
    overflow: hidden;
    float: left;
    padding-left: 13px;
}
.m_right_t
{
    width: 597px;
    height: 27px;
    overflow: hidden;
    font-size: 14px;
    color: #c50103;
    padding-left: 11px;
}
.m_right_t .left
{
    float: left;
    margin-right: 5px;
    padding-top: 2px;
}
.m_right_t .right
{
    float: left;
    padding-top: 8px;
}
.m_right_t1
{
    width: 597px;
    height: 27px;
    overflow: hidden;
    font-size: 12px;
    color: #c50103;
    padding-left: 11px;
}
.m_right_t1 .left
{
    float: left;
    margin-right: 10px;
    padding-top: 10px;
}
.m_right_t1 .right
{
    float: left;
    padding-top: 8px;
}
.line1
{
    width: 606px;
    height: 3px;
    overflow: hidden;
    background: url(../images/bg1.gif) repeat-x left top;
}
.m_right_c
{
    width: 580px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 15px;
}

.m_right_c ul li
{
    list-style: none;
    height: 18px;
    padding-top: 5px;
    border-bottom: 1px #999 dashed;
    background: url(../images/n04.jpg) no-repeat 10px 8px;
    padding-left: 25px;
}
.m_right_c ul li .left
{
    float: left;
}
.m_right_c ul li .right
{
    float: right;
    padding-right: 7px;
    color: #999;
}

.m_right_c1
{
    width: 580px;
    height: auto;
    overflow: hidden;
    margin: 0 0;
    padding-top: 15px;
}
.m_right_c1 ul li
{
    list-style: none;
    height: 18px;
    padding-top: 5px;
    border-bottom: 1px #999 dashed;
    background: url(../images/n04.jpg) no-repeat 10px 8px;
    padding-left: 25px;
}
.m_right_c1 ul li .left
{
    float: left;
    width: 362px;
}
.m_right_c1 ul li .right
{
    float: left;
    padding-right: 7px;
    color: #999;
}
.page
{
    width: 581px;
    height: 27px;
    overflow: hidden;
    background: #FEE9D8;
    margin-top: 8px;
    padding-left: 25px;
    padding-top: 7px;
}
/* 主体内容 end */

/* 游戏最终页 */
.m_right_ct
{
    width: 588px;
    height: 58px;
    overflow: hidden;
    background: #fef6e1;
    margin-top: 8px;
    padding-top: 8px;
    padding-left: 18px;
}
.m_right_ct ul li
{
    list-style: none;
    font-size: 14px;
    color: #333;
    width: 290px;
    float: left;
    line-height: 25px;
}

.m_right_cc
{
    width: 586px;
    height: 20px;
    overflow: hidden;
    padding-left: 20px;
    margin-top: 11px;
    padding-top: 8px;
    border-bottom: 1px #c50103 dashed;
    background: url(../images/arrow.gif) no-repeat 10px 9px;
    font-size: 14px;
    color: #333;
}
.m_right_cc1
{
    width: 594px;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    color: #333;
    line-height: 22px;
    padding: 8px 12px;
}
/* 游戏最终页 end */
/*Edit By WY End */

