/* select boxes */

/*页面滚动条*/
html {
        scrollbar-face-color:#E5EFF9;
        scrollbar-highlight-color:#E8FBFF;
        scrollbar-3dlight-color:#E8FBFF;
        scrollbar-darkshadow-color:#E8FBFF;
        scrollbar-Shadow-color:#000;
        scrollbar-arrow-color:#000;
        scrollbar-track-color:#E8FBFF;
}




/*帮助信息*/
.helpcss{
padding:10px 5px;
line-height:20px;
border:1px solid #A7604D;
background:#F4FBCD;
position: absolute;
z-index: 2000;
}


/*多行文本框*/
.pingway-textarea-nopanel{
background:transparent;
border: 0px solid #7DC473;
readonly: true;
}

/*默认表单*/
.default-table{
border-collapse:collapse;
border:1px solid #4a699c;
background:#FFFFFF;
width:100%;
font-family: "宋体";
vertical-align:top;
font-size: 12px;  
}

/*默认表单的表头*/
.pw-grid-head{
padding:10px 5px;
line-height:20px;
border:1px solid #4a699c;
background:#e7efe7;
}

/*默认表单的表格*/
.pw-grid-cell{
padding:5px 5px;
line-height:15px;
border:1px solid #4a699c;
}
/*默认表单的行设置*/
.pw-grid-row{

}

/*默认表单的行选中状态*/
.pw-grid-row-select
{
   background-color: #C5EFF9; 
}

/*默认按钮*/
.pw-default-button {  font-family: "宋体"; 
       font-size: 12px; 
       color: #000000; 
       text-decoration: none; 
       background-color: #f7f3de; 
       border: 1px solid #000033;
    }
/*默认按钮的替换方案*/   
.pw-default-button-chg {  font-family: "宋体"; 
       font-size: 12px;        
       color: #000000; 
       text-decoration: none; 
       background-color: #FFCEFA; 
       border: 1px solid #000033;
    }
    
/*默认输入类型*/      
.pw-default-input {  font-family: "宋体"; 
        font-size: 12px; 
        color: #000000; 
        text-decoration: none; 
        background-color: #f7f3de; 
        border: 1px solid #000033;
        scrollbar-face-color:#f7f3de;
        scrollbar-highlight-color:#f7f3de;
        scrollbar-3dlight-color:#f7f3de;
        scrollbar-darkshadow-color:#f7f3de;
        scrollbar-Shadow-color:#000;
        scrollbar-arrow-color:#000;
        scrollbar-track-color:#f7f3de;
    }

/*默认输入类型*/      
.pw-default-bgtable {  font-family: "宋体"; 
        font-size: 12px; 
        color: #000000; 
        text-decoration: none; 
        background-color: #f7f3de; 
        border: 1px solid #f7f3de;
        scrollbar-face-color:#f7f3de;
        scrollbar-highlight-color:#E8FBFF;
        scrollbar-3dlight-color:#E8FBFF;
        scrollbar-darkshadow-color:#E8FBFF;
        scrollbar-Shadow-color:#000;
        scrollbar-arrow-color:#000;
        scrollbar-track-color:#E8FBFF;

    }   
/*默认输入类型替代方案*/ 
.pw-default-input1 {font-family: "宋体"; 
        font-size: 12px; 
        color: #000000; 
        text-decoration: none; 
        background-color: #f7f3de; 
        border: 1px solid #000033;
        scrollbar-face-color:#f7f3de;
        scrollbar-highlight-color:#f7f3de;
        scrollbar-3dlight-color:#f7f3de;
        scrollbar-darkshadow-color:#f7f3de;
        scrollbar-Shadow-color:#000;
        scrollbar-arrow-color:#000;
        scrollbar-track-color:#f7f3de;
}

    
    

/* 页面头部导航 */
.pw-head{
    cellpadding:0px;
    background-color: #e7efe7; 
    border: 0px solid #e7efe7;
    font-size: 12px;
    color: #000000; 
    height:5px;
}
/* 页面头部导航大字体方案 */
.pw-head-big{
    
    background-color: #e7efe7; 
    border: 1px solid #e7efe7;
    font-size: 16px;
            height:5px;
}

/*特殊列表类的标题(比如空间表单查询)*/
.item_title {
    PADDING-LEFT: 15px; 
    FONT-SIZE: 16px;    
    WIDTH: 32em;    
    WORD-BREAK: break-all;  
    LINE-HEIGHT: 120%;  
    WORD-WRAP: break-word;
}

/*特殊列表类的标题行前无空格(比如空间表单查询)*/
.item_title_nospace {
    FONT-SIZE: 16px;    
    WIDTH: 32em;    
    WORD-BREAK: break-all;  
    LINE-HEIGHT: 120%;  
    WORD-WRAP: break-word;
}

/*特殊列表类的分类(比如空间表单查询)*/
.item_paging {
    font-size: 12px;
    font-family: arial;
}

/*特殊列表类的正文(比如空间表单查询)*/
.item_content {
    PADDING-LEFT: 0px;  
    FONT-SIZE: 14px;    
    WIDTH: 32em;    
    WORD-BREAK: break-all;  
    LINE-HEIGHT: 120%;  
    WORD-WRAP: break-word;
}

/*特殊列表类的时间类型(比如空间表单查询)*/
.item_time {
    font-size: 12px;
    font-family: arial;
    color: #009900;
}

/*特殊列表类的操作行(比如空间表单查询)*/
.item_span {
    font-size: 12px;
    font-family: arial;
}

/*特殊列表类的连接类型(比如空间表单查询)*/
.item_button {
    font-size: 12px;
    font-family: arial;
}

/*特殊列表类的空格(比如空间表单查询)*/
.item_spec {
    font-size: 1px;
    font-family: arial;
    border-top-color: #33CCFF;
    border-top-width: 2px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
}


a:link{text-decoration:none;COLOR:#0000FF} 
a:visited{TEXT-DECORATION:none;COLOR:#0000FF} 
a:hover{TEXT-DECORATION:none;COLOR:#0000FF;FONT-WEIGHT:bold;} 


a.1:link {color: #FFFFFF;} a.1:visited {color: #FFFFFF;} a.1:hover {color: #000000;} a.1:active {color: #000000;} 



.waitingwarning .waiting{
      background-color: #00ff00;
}

.waitingfade{
      background-color: #ffffff;
}

div.waiting{
      position: absolute;
      background-color: #002255;
      padding: 2px;
      width: 300px;
}

div.waiting .waitingclose{
      float: right;
      margin: 0px 0px 0 0;
      cursor: pointer;
      display:block;
}

div.waiting .waitingcontainer{
      background-color: #aaaaaa;
      padding: 1px;
      color: #000000;
}

div.waiting .waitingmessage{
      background-color: #e7efe7;
      font-size: 12px; 
      padding: 10px;
}

div.waiting .waitingbuttons{
      text-align: center;
      padding: 5px 0 0 0;
}
div.waiting button{
       font-size: 12px; 
       color: #000000; 
       text-decoration: none; 
       background-color: #e7efe7; 
       border: 1px solid #000033;
} 



.jqiwarning .jqi{
      background-color: #00ff00;
}
.jqifade{
      background-color: #ffffff;
}
div.jqi{
      position: absolute;
      background-color: #002255;
      padding: 2px;
      width: 300px;
}
div.jqi .jqiclose{
      float: right;
      margin: 0px 0px 0 0;
      cursor: pointer;
      display:block;
}
div.jqi .jqicontainer{
      background-color: #aaaaaa;
      padding: 1px;
      color: #000000;
}
div.jqi .jqimessage{
      background-color: #e7efe7;
      font-size: 12px; 
      padding: 10px;
}
div.jqi .jqibuttons{
      text-align: center;
      padding: 5px 0 0 0;
}

div.jqi button{
       font-size: 12px; 
       color: #000000; 
       text-decoration: none; 
       background-color: #e7efe7; 
       border: 1px solid #000033;
} 








#ShowBottom { 
font:Arial, Helvetica, sans-serif; 
font-size:12px; 
width: 60px; 
height:20px; 
background:#e7efe7; 
border-right-color:#377CA6; 
border-right-width:1px; 
border-right-style:solid; 
border-left-color:#377CA6; 
border-left-width:1px; 
border-left-style:solid; 
border-top-color:#377CA6; 
border-top-width:1px; 
border-top-style:solid; 
border-bottom-color:#377CA6; 
border-bottom-width:1px; 
border-bottom-style:solid; 
position:absolute; bottom:0px; right:0px; 
} 


#newnotice {
    position:absolute;
    display:none;
    width:260px;
    height:22px;
    border:solid #e7efe7 1px;
    background-color: #e7efe7
}
#newnotice p {
    font-size:12px;
    margin:1px;
    padding:0px 2px 0px 5px;
    background-color:#e7efe7;
    color:#666666;
    height:20px;
    line-height:20px;
}
#newnotice p .title {
    float:left;
}
#newnotice p #bts {
    display:block;
    float:right;
    width:18px;
    height:15px;
    /*border:#000000 solid 1px;*/
}
#newnotice p #bts .button {
    display:block;
    float:left;
    width:15px;
    height:15px;
    line-height:15px;
    cursor:pointer;
    /*border:#000000 solid 1px;*/
}

#newnotice p #bts #toclose {
    background-image:url(/magicflu/html/image/notice_button.gif);
}
#newnotice div {
    font-size:12px;
    margin:1px;
    padding:0px 3px 0px 0px;
    background-color:#FFFFFF;
    color:#999999;
    height:80px;
    line-height:20px;
}


.style1 {
    font-size: 18px;
    font-weight: bold;
}

.style4 {
    font-size: 16px;
}

.style5 {
    font-size: 12px;
}


.dbutton {  font-family: "宋体"; 
       font-size: 12px; 
       color: #000000; 
       text-decoration: none; 
       background-color: #ddf7ff; 
       border: 1px solid #FF00FF;
    }
    

.x-table-layout-cell{
    vertical-align: top;
}

.x-table-layout-border{
    vertical-align: top;
    border: 1px solid #000000;
}

.gb2 div{
border-top:1px solid #c9d7f1;
font-size:0;height:0;
margin:5px}

.gb2{z-index:1001}



