﻿body
{
}

/*一级菜单 开始*/
#menu
{
    border-collapse: collapse;
    background-image: url(Images/blue.png);
    height: 40px;
    width: 100%;
    margin-bottom: 6px;
}

#menu ul
{
    list-style: none;
    margin: 0px;
    width: 100%;
}
#menu ul li
{
    width: 77px;
    height: 30px;
    margin: 0;
    text-align: center;
    float: left;
}

#menu ul li span
{
    display: block;
    color: #FFF;
    font-size: 10pt;
    padding-top: 8px;
    cursor: pointer;
    font-weight: bold;
    float: left;
}

#menu .selected
{
    background: url(Images/blue.png) 0px -40px;
    height: 32px;
    background-repeat: no-repeat;
}
#menu .selected span
{
    color: #000;
}
#menu .unselected
{
    width: 100px;
    padding-top: 2px;
    text-decoration: none;
    font-family: 微软雅黑;
    
}
/*一级菜单 结束*/

.top_content
{
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    padding: 0px;
}
.top_content .barner
{
    height: 79px;
    width: 100%;
}
.top_content .barner ul
{
    list-style: none;
    float: left;
    margin: 0px auto;
    width: 100%;
    background-image: url('Blue/zd_pas_01_05.gif' );
    background-repeat: repeat-x;
    height: 79px;
}
.top_content .barner li
{
    float: left;
    margin: 0px;
    height: 79px;
}
.bottom_content
{
    padding: 0px;
    position: relative;
    overflow: auto;
}
.bottom_content ul
{
    list-style: none;
    float: left;
    margin: 0px auto;
    width: 100%;
    height: 40px;
}
.bottom_content li
{
    padding-left: 20px;
    padding-right: 20px;
    float: left;
    margin: 0px;
    height: 30px;
    line-height: 22px;
}
.menu_content
{
    text-align: center;
    position: relative;
    overflow: auto;
}
.div_menu
{
    margin: 2px;
}
/*二级菜单样式*/
.menu_second
{
    border-collapse: collapse;
    width: 100%;
    border: solid 1px #601886;
}
.menu_second .content
{
    padding: 0px;
    height: 24px;
    margin: 0px;
}
.menu_second .div_content
{
    height: 24px;
    border: solid 0px red;
    width: 100%;
    padding: 0px;
    margin: 0px;
    background-color: #e1c5fb;
}
.menu_second .content .title
{
    float: left;
    margin: 0px;
    height: 22px;
    line-height: 22px;
    padding-left: 5px;
    padding-top: 2px;
}
.menu_second .content .title span
{
    color: #A14CA1;
    font-weight: bold;
}
.menu_second .content .img
{
    float: right;
    padding-top: 5px;
    padding-right: 10px;
}
/*三级菜单样式 开始*/
.menu_second .menu_three
{
    border-width: 0px;
    border-collapse: collapse;
    width: 100%;
}
.menu_second .menu_three ul
{
    padding-left: 0px;
}
.banner
{
    border: solid 1px red;
    padding-top: 5px;
    background-repeat: no-repeat;
}
.menu_second_selected
{
    background-color: #E9E0ED;
}
.menu_second_unselected
{
    background-color: #FFF;
}
/*三级菜单样式 结束*/
.but
{
    cursor: hand;
    color: #310049;
    height: 22px;
    line-height: 22px;
    background-image: url(../images/but_usual.gif);
    background-repeat: no-repeat;
    display: block;
    float: left;
    width: 75px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    text-align: center;
}
.but:hover
{
    background: url("icos2.png") -130px -20px;
    color: #FF5400;
}
#siderIMchat_main
{
    margin: 0;
    color: #333;
    border: 1px solid #ccc;
    background-color: #fff;
}
#siderIMchat_main .top
{
    background-color: #F6F6F6;
    height: 25px;
    font-weight: bold;
    font-size: 14px;
    line-height: 25px;
}
#siderIMchat_main .bg
{
    text-align: center;
    padding-left: 2px;
}
#siderIMchat_main .bottom
{
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    background-color: #F6F6F6;
}
.div_help a
{
    margin-top: 10px;
    display: block;
    width: 55px;
    height: 50px;
    margin-bottom: 10px;
}
.help
{
    background-image: url(Help/help.gif);
}
.help:hover
{
    background-image: url(Help/help_active.gif);
}
.suggest
{
    background-image: url(Help/suggest.gif);
}
.suggest:hover
{
    background-image: url(Help/suggest_active.gif);
}
.comment
{
    background-image: url(Help/comment.gif);
}
.comment:hover
{
    background-image: url(Help/comment_active.gif);
}
.bug
{
    background-image: url(Help/bug.gif);
}
.bug:hover
{
    background-image: url(Help/bug_active.gif);
}
.clear
{
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    clear: both;
    visibility: hidden;
}

#tabs li .ui-icon-close
{
    float: left;
    margin: 0.4em 0.2em 0 0;
    cursor: pointer;
}
#add_tab
{
    cursor: pointer;
}
/*天气预报 样式*/
.td-wheather
{
}
