﻿/*通用*/
body, p, ul, li, h1, h2, h3, h4, h5, h6, fieldest, form
{
    padding: 0px;
    margin: 0px;
}
ul, li
{
    list-style: none;
}
body
{
    font-family: "微软雅黑";
    font-size: 13px;
    color: #666;
    text-decoration: none;
    -webkit-text-size-adjust: none;
}
img
{
    border: 0px;
    cursor: pointer;
}
table
{
    border-spacing: 0px;
    border-collapse: collapse;
}
textarea, input
{
    cursor: pointer;
}
.smalltext
{
    font-size: 11px;
}
.fleft
{
    float: left;
}
.fright
{
    float: right;
}
.clear
{
    clear: both;
}
*:focus
{
    outline: none !important;
}
.sj
{
    letter-spacing: -1px;
}
a
{
    color: #57a000;
    text-decoration: none;
    star: expression(this.onFocus=this.blur()); /*ie 虚线*/
}
a:hover
{
    color: #000;
}
a:active
{
    color: #777;
}
a:focus
{
    outline: 1px;
}


/*表单,按钮*/
input, textarea, select
{
    font-family: "微软雅黑";
    font-size: 12px;
}
input
{
    border: 1px solid #ccc;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #666;
    background: #fff url(../img/bg_input.png) repeat-x top;
    padding: 5px 3px;
}
input:focus
{
    border: 1px solid #9DB832;
    background: #F3F8E0 url(../img/bg_input_focus.png) repeat-x top;
}

select
{
    border: 1px solid #ccc;
    padding: 6px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 5px;
    color: #666;
    background: #fff url(../img/bg_input.png) repeat-x top;
}
select:focus
{
    border: 1px solid #9DB832;
    background: #F3F8E0 url(../img/bg_input_focus.png) repeat-x top;
}

.Sbtn, .Rbtn
{
    background: url(../img/bg_Rbtn.png) repeat-x top;
    border: 1px solid #0D87AE !important;
    color: #fff;
    border-radius: 7px;
    -moz-border-radius: 7px;
    font-weight: bold;
    font-size: 12px;
    font-family: "微软雅黑";
    star: expression(this.onFocus=this.blur()); /*ie 虚线*/
    height: 29px;
    width: 70px;
}
.Sbtn
{
    background: url(../img/bg_Sbtn.png) repeat-x top !important;
    border: 1px solid #333 !important;
    color: #fff;
    padding: 2px 2px;
    border-radius: 7px;
}
.Sbtn:hover
{
    background: url(../img/bg_Sbtn.png) 0 -50px !important;
    border: 1px solid #111 !important;
    cursor: pointer;
    border-radius: 7px;
}
.Rbtn:hover
{
    background: url(../img/bg_Rbtn.png) 0 -50px;
    border: 1px solid #005977;
    cursor: pointer;
    border-radius: 7px;
}



/*login*/
body#login
{
    background: #222 url('../img/bg_login.gif');
}
.login
{
    background: url('../img/bg_login_top.png') top left repeat-x;
    color: #eee;
}
.login .login_top
{
    padding: 130px 0 30px 0;
    text-align: center;
}
.login #login_content
{
    width: 248px;
    font-weight: bold;
}
.login #login_content div
{
    white-space: nowrap;
    margin-top: 10px;
}
/*main*/
.main
{
    background: url('../img/bg_body.gif') fixed 230px top no-repeat;
}
.left
{
    width: 230px;
    position: absolute;
    left: 0;
    top: 0;
}
.left .left_content
{
    margin-left: 9px;
}
.left .left_content .logo
{
    margin:40px 0px 40px 10px;
}
.left .left_content .user
{
    padding: 0px 10px 10px 10px;
    text-align: right;
}
.left .left_content .username
{
    color: #fff;
    font-size: 18px;
    font-family: Arial;
    letter-spacing: -1px;
    font-weight: bold;
}
.left .left_content #userRole
{
    font-size: 12px;
    font-family: "微软雅黑";
    margin-left: 4px;
    color: #ccc;
}
.left .left_content .userbtn
{
    text-align: right;
    padding: 0px 10px 10px 10px;
}
.left a
{
    text-decoration: none;
    color: #ccc;
}

/*左侧菜单*/
#menu
{
    width: 206px;
    padding: 0px;
    margin-left: 15px;
}
#menu li
{
    text-align: right;
    padding-bottom: 10px;
}
#menu li a.menu
{
    background: transparent url('../img/bg_menu.gif') right center no-repeat;
    padding: 10px 15px;
    color: #fff;
    font-size: 14px;
    display: block;
}
#menu li a.current
{
    background-image: url('../img/bg_menu_current.gif') !important;
    color: #333;
    font-weight: bold;
}
#menu ul
{
    padding: 0px;
    margin: 0px;
    font-size: 12px;
}
#menu ul li
{
    padding: 4px 0px;
    margin: 0px;
    text-align: right;
}
#menu ul li a
{
    padding-right: 15px;
    color: #aaa;
}
#menu ul li a:hover
{
    color: #fff;
}
#menu ul li a.focus
{
    color: #fff;
    background: transparent url('../img/bg_menu_jt.gif') right center no-repeat !important;
}

/*right*/
.right
{
    margin-left: 245px;
    padding-top: 10px;
}
ul.menutop li
{
    margin-right: 15px;
    float: left;
    background: none;
    padding-bottom: 20px;
}
ul.menutop li a
{
    border: 1px solid #ccc;
    display: block;
    width: 100px;
    background: #f7f7f7 url('../../img/bg_menutop.gif') top left no-repeat;
    padding: 15px 10px;
    text-align: center;
    color: #555;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
ul.menutop li img
{
    margin-bottom: 10px;
}
ul.menutop li a:hover
{
    background: #fff;
    color: #57a000;
}

/*content*/
.heading
{
    padding: 0px;
    border: 1px solid #CACACA;
    background: #EAEAEA url(../img/bg_heading.png) repeat-x top;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-topleft: 10px;
    height: 40px;
}
.heading h2
{
    padding: 10px;
    font-size: 16px;
}

/*选项卡*/
ul.tab
{
    float: right;
    padding: 13px 10px;
}
ul.tab li
{
    float: left;
}
ul.tab li .selected
{
    padding: 5px 20px 5px 20px;
    font-weight: bold;
    text-decoration: none;
    margin-left: 2px;
    float: left;
    display: block;
    position: relative;
    z-index: 3;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-topleft: 10px;
    top: 2px;
    outline: none;
    background: #fff;
    color: #666;
}
ul.tab li a
{
    color: #fff;
    padding: 5px 20px 5px 20px;
    font-weight: bold;
    text-decoration: none;
    margin-left: 2px;
    float: left;
    display: block;
    position: relative;
    z-index: 3;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-topleft: 10px;
    outline: none;
    background: #313131;
}


.content
{
    border: 1px solid #fff;
    padding: 15px;
    background: #fff url(../img/bg_content.png) repeat-x top;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
}
.content a
{
    color: #555;
}
.content a:hover
{
    color: #57a000;
}

/*table*/
table.fom td
{
    border: 1px solid #ccc;
    border-collapse: collapse;
}
table.picsee td
{
    padding: 0px;
}
td
{
    padding: 4px;
}
.table td
{
    padding: 8px;
    text-align: center;
}
.table th
{
    padding: 8px;
    text-align: center;
    font-size: 14px;
    background: url(../img/bg_th.png) repeat-x top;
}

.message
{
    padding: 10px;
}
.message .ts
{
    text-align: right;
    margin-bottom: 5px;
    margin-right: 10px;
}
