/* Reset */
body, dl, dt, dd, p, ul, h1, h2, h3, h4, h5, h6, form, input, textarea, th, td
{
    padding: 0;
    margin: 0;
}

button, input, select
{
    font-size: 100%;
    vertical-align: middle;
}

textarea
{
    overflow: auto;
    vertical-align: top;
}

table
{
    border-collapse: collapse;
}

img
{
    -ms-interpolation-mode: bicubic;
}
/* global */
body
{
    background: #2265a2 url(images/body.png) repeat;
}

a
{
    color: #000;
    text-decoration: none;
    outline: none;
    cursor: pointer;
}

    a:hover
    {
        color: #5DA206;
        text-decoration: underline;
    }

table
{
    border-collapse: collapse;
    border-spacing: 0;
}

button, input, select, textarea
{
    font-size: 100%;
    vertical-align: middle;
}

textarea
{
    overflow: auto;
    vertical-align: top;
}

img
{
    -ms-interpolation-mode: bicubic;
    border: none;
}

/* ===================== 布局 ========================= */
#index, #default
{
}

#top
{
    width: 1024px;
    margin: 0 auto;
    overflow: hidden;
    zoom: 1;
    clear: both;
}



/* Fix needed */
strong
{
    font-weight: 700 !important;
}

#divSelectChannel
{
    width: 120px;
    z-index: 1000;
}

#divMainMenu, .mainmenu, .submenu, .mainmenu li
{
    z-index: 1;
}

    .submenu li
    {
        position: relative;
    }

        .submenu li ul
        {
            left: 0;
        }

    .mainmenu ul, #submenu ul, #boxNewsList, .prodcate, .prodcatem, .newscate, .flink, .sitemap
    {
        list-style: none;
    }



/*菜单*/
#divMainMenu
{
    background:#3a8ed2 url(images/nav.png) repeat-x;
    float: left;
    margin: 0 auto;
    width: 100%;
    top: 116px;
    position: fixed;
    z-index: 1000;
}

.mainmenu
{
    width: 1024px;
    height: 44px;
    margin: 0 auto;
   
    position: relative;
    z-index: 9999;
}

    .mainmenu li
    {
        float: left;
        display: inline-block;
        text-align: center;
        height: 44px;
    }


        .mainmenu li span
        {
            float: left;
            font-size: 14px;
            font-weight: bold;
            line-height: 44px;
            color: #fff;
            padding: 0 10px;
            cursor: pointer;
        }


        .mainmenu li a
        {
            float: left;
            font-size: 14px;
            font-weight: bold;
            line-height: 44px;
            color: #fff;
            padding: 0 10px;
        }

    .mainmenu a:hover
    {
        color: #f00;
        text-decoration: none;
    }


    .mainmenu ul li.hot
    {
        background: #1c5fb6;
        font-size: 12px;
        color: #afdbf6;
    }

    .mainmenu ul li.over
    {
        background: #1c5fa3;
        font-size: 12px;
        color: #afdbf6;
    }



        .mainmenu ul li.over a, .mainmenu ul li.hot a
        {
            background: #1c5fa6;
            font-size: 12px;
            color: #afdbf6;
            font-size: 14px;
        }


/*下拉菜单*/
.submenu li ul, .submenu li ul li ul
{
    display: none;
}

/*
    comment with drt 
.submenu li:hover ul, .submenu li.over ul
{
    display: block;
    border:2px solid red;
}*/
.submenu .over
{
    display: block;
}


.submenu .hasSubMenuThanTwo .menu_jt_r
{
    float:right;
    height: 29px;
    width: 10px;
    margin:0 -10px 0 10px;
    color:red;
    background-image: url(images/menu_jt.png) ;
}

.submenu .hasSubMenuThanTwo .menu_jt_l_n
{
    float: left;
    height: 29px;
    width: 10px;
    margin: 0 10px 0 -10px;
    background-image: url(images/menu_jt_n.png) ;
}
.submenu .hasSubMenuThanTwo .menu_jt_l
{
    background-image: url(images/menu_jt_right.png) ;
}


.submenu li ul
{
    width: 200px;
    height: 28px;
    clear: both;
    position: absolute;
    top: 42px;
}
    /*add with drt 2014-2-21*/
    /*.submenu li ul.subMenuThanTwoRight
    {
        margin: -41px -174px 41px 174px;
    }
    .submenu li ul.subMenuThanTwoLeft
    {
        margin: -41px 174px 41px -174px;
    }
        */
   .submenu li ul.subMenuThanTwoRight
    {
        margin: -41px -170px 41px 170px;
        text-align:left;

    }
    .submenu li ul.subMenuThanTwoBox
    {
        width: 200px;
        height: 28px;
        clear: both;
        position:absolute;
       
    }
    /*add with drt 2014-2-21*/
    .submenu li ul.subMenuThanTwoLeft
    {
        margin: -41px 170px 41px -170px;
        text-align:right;
    }

   

    .submenu li ul li
    {
        height: 28px;
    }

        .submenu li ul li span
        {
            padding: 0 15px;
            height: 28px;
            line-height: 28px;
            background: #716458;
            font-size: 14px;
            color: #afdbf6;
            width: 150px;
            text-align: left;
            background: #1c5fa6;
            cursor: pointer; /*drt edit ,old value default*/
        }

            /*drt*/
            .submenu li ul li span:hover
            {
                color: #fff;
                background: #5083ba;
            }

        .submenu li ul li a
        {
            float: left;
            padding: 0 15px;
            height: 28px;
            line-height: 28px;
            background: #716458;
            font-size: 12px;
            color: #afdbf6;
            width: 150px;
            text-align: left;
            background: #1c5fa6;
        }
       

            .submenu li ul li a:hover
            {
                color: #fff;
                background: #5083ba;
            }



.channel
{
    padding-left: 0px;
    float: left;
    color: red;
    text-decoration: underline;
}

    .channel:hover
    {
        padding-left: 0px;
        float: left;
        color: red;
        text-decoration: underline;
    }


#left_border, #right_border, .left, .right
{
    overflow: hidden;
}

#top, #bottom
{
    clear: both;
}
/* global */
.left
{
    float: left;
}

.right
{
    float: right;
}

.r font
{
    padding-right: 10px;
    font-size: 11px;
    vertical-align: middle;
    font-weight: normal;
}
/*top more settings*/
.r img
{
    border: none;
}

.more2
{
    text-align: right;
    padding-right: 5px;
    clear: both;
}
/*bottom more settings and clearfix*/
.redfont
{
    color: red;
}

.clear
{
    clear: both;
}

/*顶部*/
#top
{
    height: 115px;
    background: url(images/top.png) no-repeat ;
    position: relative;
}

#topLogo
{
    float: left;
    padding-top: 5px;
    padding-left: 15px;
}

.topInfo
{
    position: absolute;
    text-align: right;
    padding-top: 6px;
    right: 30px;
    color: #FFF;
}

    .topInfo a
    {
        color: #fff;
    }

        .topInfo a:hover
        {
            color: #f00;
            text-decoration: none;
        }

    .topInfo img
    {
        position: relative;
        top: 5px;
    }

.divNormalUser
{
    padding-top: 8px;
    color: #FFF;
}

    .divNormalUser a
    {
        color: #fff;
    }

        .divNormalUser a:hover
        {
            color: #f00;
            text-decoration: none;
        }

    .divNormalUser img
    {
        position: relative;
        top: 5px;
    }


#divContent
{
    margin-top: 20px;
    padding: 20px 10px 20px 10px;
    background: #fff;
    min-height: 400px;
    overflow: hidden;
}


.bottom_menu
{
    width: 100%;
    height: 35px;
    line-height: 45px;
    text-align: center;
    clear: both;
    margin: 0 auto;
    color: #000;
}

#bottom
{
    width: 100%;
    line-height: 25px;
    text-align: center;
    margin: 0 auto;
    padding: 5px 0;
    color: #fff;
}

    #bottom a, #bottom_menu a
    {
        color: #fff;
        text-decoration: none;
    }

        #bottom a:hover, #bottom_menu a:hover
        {
            color: #fff;
            text-decoration: none;
        }

.common_logon { width:1004px; margin:0px auto; height:600px; font-size:14px;background:url(images/loginbg.png) no-repeat top center; overflow:hidden; }
 img{ border:0px; }
.common_logon_main { margin:120px auto 28px;width:600px;height:200px;color:#333;padding-top:168px;background:url(images/login_top.jpg) no-repeat top center;}
    .common_logon_main li { list-style: none; margin-top: 10px; float: left; display: inline-block; line-height: 24px; }
a.common_logon_btnlo, a.common_logon_btnres { width: 90px; height: 30px; display: block; float: left; margin-left: 40px; }

.common_logon_main .margin_but2 { }
.logonClear { width: 100%; display: inline-block; font-size: 0px; height: 4px; }
.logonLeft { width: 20%; float: left; text-align: center; line-height: 28px; }
.logonRight { width: 70%; float: left; }

#copright
{
    margin: 0 auto;
    color: #fff;
    font-size: 12px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    position: relative;
    margin: -60px auto 0;
    width: 320px;
    display: block;
}

.admin_copright
{
    margin: 0 auto;
    color: #fff;
    font-size: 12px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    position: relative;
    width: 600px;
    display: block;
}

.input_Frame
{
    width: 211px;
    height: 24px;
    margin-left: 5px;
}

.input_Noumenon
{
    background: url(images/logininput.png) no-repeat;
    width: 171px;
    height: 24px;
    line-height: 24px;
    border: 0;
    color: #000;
    padding: 0px 30px 0 10px;
    font-size: 14px;
}

.input1
{
    width: 141px;
    margin-left: 5px;
    height: 24px;
    text-align: left;
    text-indent: 5px;
    line-height: 24px;
}

.pq-grid-inner
{
    min-height: 400px;
    _height: 400px;
}



.toolbarButton
{
    cursor: pointer;
    margin-right: 2px;
}









#divTabs .ui-button
{
    margin-right: 0;
}

#dialog-confirm-excel ul { clear:both;}
#dialog-confirm-excel ul, #dialog-confirm-excel li { list-style:none;}
#dialog-confirm-excel .colspnl { }
#dialog-confirm-excel .colspnl li {  float:left; min-width:100px;  margin-left:5px;}
#dialog-confirm-excel .excelColsTitle { clear:both; text-align:center; width:90%; margin:5px; color:#1c5fa6; font-weight:bold;}
#dialog-confirm-excel #excelCol__revert { float:right; }
/*test*/


#appUserspnl{ width:90%; float:left; padding-left: 16px; height: 150px; overflow: scroll; overflow-x: hidden; display: inline; margin-top: 20px; }