
.window-content{
   background-color:#ffffff;
   color:buttontext;
   border-top-width:0px; 
   border-top-color:#404040; 
   border-top-style:none;  
   border-left-width:1px; 
   border-left-color:#404040; 
   border-left-style:none; 
   border-bottom-width:1px; 
   border-bottom-color:#ffffff;
   border-bottom-style:none; 
   border-right-width:1px; 
   border-right-color:#ffffff;
   border-right-style:none;
}

.window-title{
	/* background: #1183fb linear-gradient(-90deg,#0a48d1 0,#1183fb 100%); */
	background: #1b65b9;
}

.window-innerwrapper{
	/* background: #1183fb linear-gradient(-90deg,#0a48d1 0,#1183fb 100%); */
	background: #1b65b9;
}

.TopTaskBar{
	background:#050a13;
}

.WatWebForm{
  border:1px none #114F78;
}

.DxPopGridText{
    color:#525252;
	border-style:solid;
	border-color:#cccccc;
	border-width:1px;
	background:window;
}

.DxPopGridText-input{
    font-size:12px;
    outline: none;
}

.DxPopGridText-input:focus {
   outline: none;
}

input{
   outline: none;
}
input:focus {
   outline: none;
}
.DxPopGridText-input{
    font-size:12px;
    outline: none;
}
.DxPopGridText-input:focus {
   outline: none;
}
select:focus { 
   outline: none; 
}
.DxLabel {
   border:0;
   outline: none; 
}
.DxComboBox-button:focus {
   border:0;
   outline: none;
}
button:focus{
   outline:0;
}
input:focus, textarea:focus {
   -moz-box-shadow: 0 0 6px rgba(0, 100, 255, 0.45);
   -webkit-box-shadow: 0 0 6px rgba(0, 100, 255, 0.45);
   box-shadow: 0 0 6px rgba(0, 100, 255, 0.45);
   border-color: #34538b;
   outline: none;
}
.DxPopGridText-icon{
   background-color:window;
   border-style:solid;
   background-repeat:no-repeat;
   top:2px;
   right:2px;
   width:18px;
   height:18px;
	background:transparent url(../images/arrow.png);
	overflow:hidden;
}

.DxPopGridText-icon-enabled{
   background-color:window;
   border-style:solid;
   background-repeat:no-repeat;
   top:2px;
   right:2px;
   width:18px;
   height:18px;
	background:transparent url(../images/arrow_enabled.png);
	overflow:hidden;
}

table.DxPopGridText-divList{
	border:1px solid #999999;
    border-collapse:collapse;
    padding:0px;
    font-size:12pt;
	cursor:pointer;
	background:white;
}

/*---divList��---*/
tr.DxPopGridText-divList{background-color:#FFFFFF;
    page-break-inside:avoid;
    height:18px;
}
/*---divList��---*/
tr.DxPopGridText-divListTitle{background-color:#e6e6e6;
    page-break-inside:avoid;
    height:18px;
}
/*---�б?��-�м�---*/
td.DxPopGridText-divList{
	white-space:nowrap;
	padding:0px;
	color:#525252;
    font-weight:normal;
    border-left:1px solid #999999;
    border-top:1px solid #999999DxPopGridText-repList1;
}

tr.DxPopGridText-repList1{
	background:#FFFFFF;
	font-size:18px;color:#000;
	height:23px;
}
tr.DxPopGridText-repList2{
	background:#F7F7F9;
	font-size:18px;color:#000;
	height:23px;
}



.DxToolBar{
  border-style:none;
  background-repeat:repeat;
  background-color:white;
}
.DxToolBar-left{
   /*background-image:url(../images/toolbar_left.gif);
   background-image:url(../images/c6bar.png);*/
}
.DxToolBar-mid{
  /* background-image:url(../images/toolbar_mid.gif);
  background-image:url(../images/c6bar.png);*/
}
.DxToolBar-right{
   /*background-image:url(../images/toolbar_right.gif);
   background-image:url(../images/c6bar.png);*/
}

.DxToolBar-button{
   border-style:1px solid transparent;
}

.DxToolBar-button-mouseover{
   border-left:1px solid #7B8ECE;
   border-top:1px solid #7B8ECE;
   border-right:1px solid #7B8ECE;
   border-bottom:1px solid #7B8ECE;
}

.DxToolBar-button-mousedown{
   border-left:2px solid #7B8ECE;
   border-top:2px solid #7B8ECE;
   border-right:2px solid #FFFFFF;
   border-bottom:2px solid #FFFFFF;
}

.DxToolBarButton{
	font-size:12px;
}

.DxButton{
   
}
.DxButton-text{
   font-family:微软雅黑;
   font-size:12px;
}

/*.DxCoolButton{
   background-image:url(../images/c3.gif);
   background-color:#3399ff;
   border:1px outset #4d92cc;
   color:#ffffff;
   cursor:pointer;
   font-size:13px;
   font-family:微软雅黑;   
}*/

.DxCoolButton{
   background-color:#1b65b9;
   border:0;
   color:#ffffff;
   cursor:pointer;
   font-size:12px;
   font-family:宋体;
   border-radius: 3px;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   -ms-border-radius: 3px;
   -o-border-radius: 3px;
   outline: none;
}

.DxCoolButton-text{
	text-align:center;
   font-size:13px;
   /*color:#000;*/
   color:#ffffff;
   font-family:微软雅黑;
}

/*.DxCoolButton-mousein{
   background-color:#0177d7;
   border:1px outset #4d92cc;
   color:#ffffff;
   cursor:pointer;
   font-size:13px;
   font-family:微软雅黑;   
}*/
.DxCoolButton-mousein{
   background-color:#3980Ec;
   border:0;
   color:#ffffff;
   cursor:pointer;
   font-size:12px;
   font-family:宋体;
   outline: none;
   border-radius: 3px;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   -ms-border-radius: 3px;
   -o-border-radius: 3px;
}

.DxCoolButton-dis{
   border-style:solid;
   border-width:1px;
   border-color:#dddddd;
   color:#999999;
   background-color:#cedbe1;
   font-size:13px;
   font-family:微软雅黑;   
}


.DxTextField{
    color:#000;
	background:window;
}

.DxCoolTextField{
    color:#000;
	border-style:solid;
	border-color:#A5A6A5;
	border-width:1px;
   background:window;
   outline: none;
}
.DxCoolTextField:focus{-moz-box-shadow:0 0 6px rgba(0, 100, 255, .45); -webkit-box-shadow:0 0 6px rgba(0, 100, 255, .45); box-shadow:0 0 6px rgba(0, 100, 255, .45); border-color:#34538b;}


.DxCoolLabel{
    color:#000;
	border-style:solid;
	border-color:#b9cfd8;
	border-width:1px;
	background:window;
}

.DxLabel{
	background-color:transparent;
	color:#000;
	border:1px none #b9cfd8;
    font-family:微软雅黑;
	font-size:12px;
	vertical-align:middle;
	outline:none;/*去掉选中边框*/

}
.GrayLabel{
	background-color:#F0F0F0;
	color:#073549;
	border:1px none #b9cfd8;
    font-family:Sans-Serif;
	font-size:12;
	display:inline;
	vertical-align:middle;
}

.DxTitleLabel{
    background-color:transparent;
	color:#000;
	border:1px none #b9cfd8;
    font-family:微软雅黑;
	font-size:20px;
	font-weight:bold;
}

.DxRollLabel{
    background-color:transparent;
	color:#000;
	border:1px none #b9cfd8;
    font-family:微软雅黑;
	font-size:12px;
}

.DxRollLabel-rollText{
    background-color:transparent;
	color:#000;
	
	border:1px none #b9cfd8;
    font-family:微软雅黑;
	font-size:12px;
}


.DxListBox{
	font-family:微软雅黑;
	font-size:12px;
	border-style:inset;
	border-color:#b9cfd8;
	border-width:1px;
}

.DxImage{
    font-family:微软雅黑;
	font-size:12px;
	border-style:none;
	border-width:1px;
}

.DxToggleButton{
	position:releative;
    font-family:微软雅黑;
	font-size:12px;
	background:transparent;
	color:#000;
}

.DxToggleButton-root{
	position:releative;	
	border-style:none;
	border-color:blue;
	border-width:1px;
}

.DxMenuBar-window{
   border-left:1px none #cccccc;
   border-right:1px none #cccccc;
   background-repeat:repeat-x;
   border-bottom:1px solid #cccccc;
   /* background-image:url(../images/menubar.gif); */
   background-image:url(../images/menubar.png);
   background-color:#FFFFFF;
}

.DxMenuBar{
   border-left:1px none #cccccc;
   border-right:1px none #cccccc;
   background-repeat:repeat-x;
   border-bottom:1px solid #cccccc;
    border-top:1px solid #cccccc;
   /*background-image:url(../images/menubar.gif);*/
   background-image:url(../images/menubar.png);
   background-color:#ffffff;
}
.DxMenu{
   background:transparent; 
   /* background-image:url(../images/menubar.png); */
}
.DxMenu-mouseover{
   /*background:#C6DBF7;*/
   background-image:url(../images/mback.png);
   background-color:#DBE1E6;
   border:1px solid #BFE3FF;
}
.DxMenu-text{
   color:#000;
   background:transparent;
   font-size:12px;
   font-family:微软雅黑;
   vertical-align:bottom;
   cursor:default;
}

.DxMenuItem{
   font-size:12px;
   border:1px solid #A5A6A5;
   color:#000;
   font-family:微软雅黑;
   background-color:#ffffff;
   cursor:default;
}

.DxMenuItem-mouseover{
   cursor:default;
   font-size:12px;
   /*background:#C6DBF7;
   background-image:url(../images/mback.jpg);   */
   color:#000;
   border:10px none red;
   font-family:微软雅黑;
}
.DxPopMenu{
   cursor:default;
   border:1px solid #A5A6A5;

}

.DxFrame{
   text-decoration:none;
   font-size:12px;
   font-family:微软雅黑;

   background:transparent;
   color:#525252;
   cursor:default;
   
   border:1px solid #cccccc;
}

.DxFrame-legend{
	color:#525252; 
	font-size:12px; 
}

.DxBox{
   text-decoration:none;
   font-size:12px;
   font-family:微软雅黑;
   background:transparent;
   color:windowtext;
}

.DxPanel{
   text-decoration:none;
   font-size:12px;
   font-family:微软雅黑;
   background:transparent;
   color:windowtext;
   border:1px none #b8ced7;
   cursor:default;
}

.DxDragPanel-title{
   background-repeat:repeat-x;
   cursor:move;
   color:windowtext;
   background:#ffffff;
   background-image:url(../images/index_bg.gif);
   font-size:12px;
   font-family:微软雅黑;
   border-left:1px solid D7DDED;
   border-right:1px solid D7DDED;
   border-top:1px solid D7DDED;
   border-bottom:1px solid D7DDED;
}
.DxDragPanel-title-text{
   text-decoration:none;
   color:#195981;
   background:transparent;
   font-size:12px;
   font-family:微软雅黑;
}
.DxDragPanel-content{
   font-size:12px;
   font-family:微软雅黑;
   color:windowtext;
   background:white;
   border-left:1px solid D7DDED;
   border-right:1px solid D7DDED;
   border-bottom:1px solid D7DDED;
}


.DxPanel-top-left{
   background-image:url(../images/corner_top_left.gif);
}
.DxPanel-top-mid{
   background-image:url(../images/border_top.gif);
   background-repeat: repeat-x;
}
.DxPanel-top-right{
   background-image:url(../images/corner_top_right.gif);
}
.DxPanel-middle-left{
   background-image:url(../images/border_left.gif);
}
.DxPanel-middle-right{
   background-image:url(../images/border_right.gif);
}
.DxPanel-bottom-left{
   background-image:url(../images/corner_bottom_left.gif);
}
.DxPanel-bottom-mid{
   background-image:url(../images/border_bottom.gif);
   background-repeat: repeat-x;
}
.DxPanel-bottom-right{
   background-image:url(../images/corner_bottom_right.gif);
}
.DxTreeView{
   border:1px solid #b8ced7;
   background:white;
}

.DxTreeView1{
   border:1px none #b8ced7;
   background:transparent;
 
}
.DxListView{
   border:1px solid #b8ced7;
   color:#000;
   background:transparent;
}

.DxTextArea{
   color:#000;
   background:white;
	border-style:inset;
	border-color:#b9cfd8;
	border-width:1px;
}

.DxCoolTab{
   color:#000;
   background:transparent;
   font-size:13px;
   font-family:微软雅黑;
}

.DxCoolTab-head-content{
   cursor:pointer;
}
.DxCoolTab-head-left{
	background:#efefef;
}
.DxCoolTab-head-left-selected{
	background:#928f8f;
}
.DxCoolTab-head-left-mouseover{
	background:#F7F7F9;
}

.DxCoolTab-head-mid{
	background:#efefef;
}
.DxCoolTab-head-mid-selected{
	background:#928f8f;
}
.DxCoolTab-head-mid-mouseover{
	background:#F7F7F9;
}

.DxCoolTab-head-mid-text{
   text-align:center;
   vertical-align:middle;
   font-size:13px;
   font-family:微软雅黑;
   color:#525252;
}

.DxCoolTab-head-mid-text-select{
   text-align:center;
   vertical-align:middle;
   font-size:13px;
   font-family:微软雅黑;
   color:#ffffff;
}


.DxCoolTab-head-right{
	background:#efefef;
}
.DxCoolTab-head-right-selected{
	background:#928f8f;
}
.DxCoolTab-head-right-mouseover{
	background:#F7F7F9;
}



.DxCoolTab-head-left-bottom{
   background:#efefef;
}
.DxCoolTab-head-left-selected-bottom{
   background:#928f8f;
}
.DxCoolTab-head-left-mouseover-bottom{
   background:#F7F7F9;
}

.DxCoolTab-head-mid-bottom{
  background:#efefef;
}
.DxCoolTab-head-mid-selected-bottom{
   background:#928f8f;
}
.DxCoolTab-head-mid-mouseover-bottom{
  	background:#F7F7F9;
}

.DxCoolTab-head-mid-text-bottom{
   text-align:center;
   vertical-align:middle;
   font-size:13px;
   font-family:微软雅黑;
   color:#000;
}

.DxCoolTab-head-mid-text-select-bottom{
   text-align:center;
   vertical-align:middle;
   font-size:13px;
   font-family:微软雅黑;
   color:#ffffff;
}

.DxCoolTab-head-right-bottom{
   background:#efefef;
}
.DxCoolTab-head-right-selected-bottom{
   background:#928f8f;
}
.DxCoolTab-head-right-mouseover-bottom{
   background:#F7F7F9;
}



.DxCoolTab-head-left-left{
   background:#efefef;
}
.DxCoolTab-head-left-selected-left{
   background:#928f8f;
}
.DxCoolTab-head-left-mouseover-left{
   background:#F7F7F9;
}

.DxCoolTab-head-mid-left{
   background:#efefef;
}
.DxCoolTab-head-mid-selected-left{
   background:#1b65b9;
}
.DxCoolTab-head-mid-mouseover-left{
   background:#F7F7F9;
}

.DxCoolTab-head-mid-text-left{
   text-align:center;
   vertical-align:middle;
   font-size:13px;
   font-family:微软雅黑;
   color:#000;
   letter-spacing:3px;
}

.DxCoolTab-head-mid-text-select-left{
   text-align:center;
   vertical-align:middle;
   font-size:13px;
   font-family:微软雅黑;
   color:#ffffff;
   letter-spacing:3px;
   /* background:#1b65b9; */
}


.DxCoolTab-head-right-left{
   background:#efefef;
}
.DxCoolTab-head-right-selected-left{
   background:#928f8f;
}
.DxCoolTab-head-right-mouseover-left{
   background:#F7F7F9;
}



.DxCoolTab-head-left-right{
   background:#efefef;
}
.DxCoolTab-head-left-selected-right{
   background:#928f8f;
}
.DxCoolTab-head-left-mouseover-right{
   background:#F7F7F9;
}

.DxCoolTab-head-mid-right{
   background:#efefef;
}
.DxCoolTab-head-mid-selected-right{
   background:#928f8f;
}
.DxCoolTab-head-mid-mouseover-right{
   background:#F7F7F ;
}

.DxCoolTab-head-mid-text-right{
   text-align:center;
   vertical-align:middle;
   font-size:13px;
   font-family:微软雅黑;
   color:#000;
   letter-spacing:3px;
}

.DxCoolTab-head-mid-text-select-right{
   text-align:center;
   vertical-align:middle;
   font-size:13px;
   font-family:微软雅黑;
   color:#ffffff;
   letter-spacing:3px;
}


.DxCoolTab-head-right-right{
   background:#efefef;
}
.DxCoolTab-head-right-selected-right{
   background:#928f8f;
}
.DxCoolTab-head-right-mouseover-right{
   background:#F7F7F9;
}


.DxCoolTab-head-button{
   background-color:threedface;
}
.DxCoolTab-content{
   border-left:1px solid #928f8f;
   border-top:1px solid #928f8f;
   border-right:1px solid #928f8f;
   border-bottom:1px solid #928f8f;
   overflow:hidden;
}

.DxDateTimePick{
   border:1px solid #cccccc;
}
.DxDateTimePick-input{
   border:1px none #cccccc;
   text-align:left;
   background-color:transparent;
}
.DxDateTimePick-up-image{
   background-image:url(../images/arrup.gif);
   background-repeat:no-repeat;
   border-color:white;
}
.DxDateTimePick-up-image-mouseover{
   background-image:url(../images/arrupin.gif);
   background-repeat:no-repeat;
   border-color:white;
}
.DxDateTimePick-down-image{
   background-image:url(../images/arrdown.gif);
   background-repeat:no-repeat;
   border-color:white;
}
.DxDateTimePick-down-image-mouseover{
   background-image:url(../images/arrdownin.gif);
   background-repeat:no-repeat;
   border-color:white;
}

.DxDateTimePick-button-mouseover{
   background-color:window;
   border-style:none;
   background-repeat:no-repeat;
   top:1px;
   right:2px;
   width:18px;
   height:18px;
   background-image:url(../images/dropdown_in.gif);
}

.DxDateTimePick-button{
   background-color:window;
   border-style:none;
   background-repeat:no-repeat;
   top:1px;
   right:2px;
   width:18px;
   height:18px;
   background-image:url(../images/dropdown.gif);
}

.DxURLPage{
   border:1px none red; 
   font-size:12px;
   font-family:微软雅黑;
}

.DxTitlePanel{
	border:1px solid #B8d7df;
	background:white;
	-moz-box-shadow:0 0 6px rgba(239,239,239, .45); 
	-webkit-box-shadow:0 0 6px rgba(239,239,239, .45); 
	box-shadow:0 0 6px rgba(239,239,239, .45); 
}

.DxTitlePanel-title{
   height:50px;

   cursor:default;
   color:#5C8AAD;
   /*background-image:url(../images/menubar.png);*/
   font-size:18px;
   font-family:微软雅黑;

}
.DxTitlePanel-title-text{
   cursor:default;
   text-align: center;
   vertical-align:middle;
   font-family:微软雅黑;
   font-size:18px;
   font-weight:normal;
   color:#3A63A1;
   border-bottom:1px solid #B8d7df;
}

.DxTitlePanel-content{
   font-size:12px;
   font-family:微软雅黑;
   color:#539CD6;
   background:transparent;
   
}


.MaskDialog{
   background:lightyellow;
   border:1px solid #809aa9;
   color:green;
}
.MaskDialog-error{
   background:lightyellow;
   border:1px solid #809aa9;
   color:red;
}

.DxComboBox{
   border:1px solid #A5A6A5;
}
.DxComboBox-input{
   border-style:none;
   background:window;
   color:#000;
   font-size:12px;
   font-family:微软雅黑;
   cursor:default;
}
.DxComboBox-button{
   background-color:window;
   border-style:none;
   background-repeat:no-repeat;
   top:1px;
   right:2px;
   width:18px;
   height:18px;
   align:center;
   background-image:url(../images/dropdown.gif);
}
.DxComboBox-button-mouseover{
   background-color:window;
   border-style:none;
   background-repeat:no-repeat;
   top:1px;
   right:2px;
   width:18px;
   height:18px;
   background-image:url(../images/dropdown_in.gif);
}
.DxComboBox-select{
   border:1px none #B9CFD8;
   font-size:12px;
   font-family:微软雅黑;
   color:#000;
}
.too{
	vertical-align:middle;
}

.DxCtrlDataGrid{
   border:1px solid #B9CFD8;
   background:transparent;
   color:#000;
   font-size:12px;
   font-family:微软雅黑;
   cursor:default;
}

.DxDataGrid{
   border-bottom:1px solid #CCCCCC;
   border-top:1px solid #CCCCCC;
   border-right:1px solid #CCCCCC;      
   border-left:1px solid #CCCCCC;      
    background:#FFFFFF;
   color:#000;
   font-size:12px;
   font-family:微软雅黑;
   cursor:default;
   
}
.DxDataGrid-glid{
   border-left:1px solid #6192A7;
   border-top:1px none #6192A7;
   border-right:1px none #6192A7;
   border-bottom:1px none #6192A7;
   font-size:2px;
}

.DxDataGrid-text-icon{
	position:absolute; 
	right:4px; 
	top:5px; 
	width:16px; 
	height:16px; 
	border:1px none red;
	background:transparent url(../images/green_arrow.gif); 
	overflow:hidden;
}

.DxDataGrid-container{
   left:0px;
   top:0px;
   border-style:none;
   overflow-x:auto;
   background:transparent;
      color:#000;
}

.DxDataGrid-title-text{
   font-size:12px;
   font-family:微软雅黑;
   font-weight: normal;
   text-align:center;
   border-style:none;
   border-width:1px;
   color:#303133;
   /* background-color:transparent; */
    /* background-color:#f0f2f5; */
   top:6px;
   width:100%;
   height:20px;

   
}

.DxDataGrid-foot-text{
   font-size:14px;
   font-family:微软雅黑;
   text-align:center;
   color:#000;
   font-weight:bold;
   background-color:transparent;
}

.DxDataGrid-title-sorthead{
   cursor:pointer;
   font-size:12px;
  /* background-image:url(../images/c7.gif)*/;
     background-color:#F4F8FF;
     color:#F4F8FF;
}
.DxDataGrid-title-sorthead-moveover{
   cursor:pointer;
   font-size:12px;
   /* background-image:url(../images/c7.gif)*/;
     background-color:#F4F8FF;
     color:#F4F8FF;
}
.DxDataGrid-title-head{
   font-size:12px;
   /* background-image:url(../images/c7.gif)*/;
   
     background-color:#F4F8FF;
     color:#F4F8FF;
}
.DxDataGrid-title-head-moveover{
   font-size:12px;
  /* background-image:url(../images/c7.gif)*/;
     background-color:#F4F8FF;
     color:#F4F8FF;
}
.DxChart{
    font-family:微软雅黑;
	font-size:12px;
	border:1px solid #B9CFD8;
}

.DxFileUpload{
	border:1px none #B9CFD8;
}
.DxFileUpload-file{
    color:#000;
	border-style:solid;
	border-color:#b9cfd8;
	border-width:1px;
	background:transparent;
}
.DxFileUpload-send{
	font-family:微软雅黑;
	font-size:12px;
	border:1px outset #B9CFD8;
}
.DxWebSplitFrameSet-split{
   /*background:#F2F7FD;*/
    background:#64BEF3;
   background-image:url(../images/splits.gif); 
   border-left:1px none #7FB5D7;
   border-right:1px none #7FB5D7;
   border-bottom:1px none #7FB5D7;
   border-top:1px none #7FB5D7;      
}
.DxWebSplitFrameSet-split-on{
   background:#64BEF3;
   background-image:url(../images/splits.gif);
   border-left:1px none #7FB5D7;
   border-right:1px none #7FB5D7;
   border-bottom:1px none #7FB5D7;
   border-top:1px none #7FB5D7; 
}
.DxWebSplitFrameSet-splitbutton{
   background:red;
   /*display:solid;*/
   border:1px none #CCCCCC;
}
.DxWebSplitFrameSet-splitshine{
   background:#9EAED6;
}

.Calendar-panel{border:1px outset #C0D0E8;}
.Input {font-family: verdana;font-size: 9pt;text-decoration: none;background-color: #FFFFFF;height: 20px;border: 1px solid #666666;color:#000000;}
.Calendar {font-family: verdana;text-decoration: none;width: 180px;background-color: #C0D0E8;font-size: 9pt;border:0px dotted #1C6FA5;}
.CalendarTD {font-family: verdana;font-size: 7pt;color: #000000;background-color:#f6f6f6;height: 20px;width:11%;text-align: center;}

.Title {font-family: verdana;font-size: 11pt;font-weight: normal;height: 24px;text-align: center;color: #333333;text-decoration: none;background-color: #A4B9D7;border-top-width: 1px;border-right-width: 1px;border-bottom-width: 1px;border-left-width: 1px;border-bottom-style:1px;border-top-color: #999999;border-right-color: #999999;border-bottom-color: #999999;border-left-color: #999999;}

.Day {font-family: verdana;font-size: 7pt;color:#243F65;background-color: #E5E9F2;height: 20px;width:11%;text-align: center;}
.DaySat {font-family: verdana;font-size: 7pt;color:#FF0000;text-decoration: none;background-color:#E5E9F2;text-align: center;heigh : 18px;width: 12%;}
.DaySun {font-family: verdana;font-size: 7pt;color: #FF0000;text-decoration: none;background-color:#E5E9F2;text-align: center;height: 18px;width: 12%;}
.DayNow {font-family: verdana;font-size: 7pt;font-weight: bold;color: #000000;background-color: #FFFFFF;height: 20px;text-align: center;}

.DayTitle {font-family: verdana;font-size: 9pt;color: #000000;background-color: #C0D0E8;height: 20px;width:11%;text-align: center;}
.DaySatTitle {font-family: verdana;font-size: 9pt;color:#FF0000;text-decoration: none;background-color:#C0D0E8;text-align: center;height: 20px;width: 12%;}
.DaySunTitle {font-family: verdana;font-size: 9pt;color: #FF0000;text-decoration: none;background-color: #C0D0E8;text-align: center;height: 20px;width: 12%;}

.DayButton {font-family: Webdings;font-size: 9pt;font-weight: bold;color: #243F65;background:transparent;cursor:pointer;text-decoration: none;border-style:none;}
.Tail{background-color: #C0D0E8;}
.Tail-Button{font-family: verdana;text-decoration: none;font-size: 9pt;width: 180;height:20;cursor:pointer;left:70;background-color:transparent;border-style:none}

.DxDataRollInfomation{
	COLOR:#055BAE;TEXT-DECORATION:NONE;
}
.DxDataRollInfomation:link{
	font-family:"微软雅黑";font-size: 9pt;text-decoration:none;
}
.DxDataRollInfomation:visited {font-family: "微软雅黑";font-size: 9pt;color: #000;text-decoration:none;}
.DxDataRollInfomation:hover {font-family: "微软雅黑";font-size: 9pt;color: #EB8D5A;text-decoration:NONE;}
.DxDataRollInfomation:active {font-family: "微软雅黑";font-size: 9pt;color: #000;text-decoration: none;}

.DxDataInfomation{
	COLOR:#055BAE;TEXT-DECORATION:NONE;
}
.DxDataInfomation-content{
   overflow:auto;
}
.DxDataInfomation:link{
	font-family:"微软雅黑";font-size: 9pt;text-decoration:none;color: #000;;
}

.DxDataInfomation:visited {font-family: "微软雅黑";font-size: 9pt;color: #000;text-decoration:none;}
.DxDataInfomation:hover {font-family: "微软雅黑";font-size: 9pt;color: #EB8D5A;text-decoration:none;}
.DxDataInfomation:active {font-family: "微软雅黑";font-size: 9pt;color: #000;text-decoration: none;}


.DxDataUrlInfomation{
	COLOR:#055BAE;TEXT-DECORATION:NONE;
}
.DxDataUrlInfomation-content{
   overflow:auto;
}
.DxDataUrlInfomation:link{
	font-family:"微软雅黑";font-size: 9pt;text-decoration:none;color: #000;;
}

.DxDataUrlInfomation:visited {font-family: "微软雅黑";font-size: 9pt;color: #000;text-decoration:none;}
.DxDataUrlInfomation:hover {font-family: "微软雅黑";font-size: 9pt;color: #EB8D5A;text-decoration:none;}
.DxDataUrlInfomation:active {font-family: "微软雅黑";font-size: 9pt;color: #000;text-decoration: none;}

.DxDataGridHTMLCell{
	COLOR:#055BAE;;

}


.DxHrefLabel:link{
	font-family:"微软雅黑";font-size: 9pt;text-decoration:none;color: #000;;
}

.DxHrefLabel:visited {font-family: "微软雅黑";font-size: 9pt;color: #000;text-decoration:none;}
.DxHrefLabel:hover {font-family: "微软雅黑";font-size: 9pt;color: #EB8D5A;text-decoration:none;}
.DxHrefLabel:active {font-family: "微软雅黑";font-size: 9pt;color: #000;text-decoration: none;}




.DxDataGridHtmlDisplayCell{
	background:transparent;
}

.comment_DxDataGridHtmlDisplayCell{
	background:#F8FCFF;
}

.DxDataGridHTMLCell:link{
	font-family:"微软雅黑";font-size: 9pt;;color: red;;
}

.DxDataGridHTMLCell:visited {font-family: "微软雅黑";font-size: 9pt;color: red;}
.DxDataGridHTMLCell:hover {font-family: "微软雅黑";font-size: 9pt;color: #EB8D5A;}
.DxDataGridHTMLCell:active {font-family: "微软雅黑";font-size: 9pt;color: red;}
.DxTimeDisplay{
    background-color:transparent;
	color:#000;
	border-style:none;
    font-family:微软雅黑;
	font-size:12px;
}
.DxCalendar{
    color:#000;
	border-style:solid;
	border-color:#cccccc;
	border-width:1px;
	background-color:transparent;
	cursor:default;
}
.DxQQOutlookBar{
   
   border-bottom:1px none #114F78;
   border-top:1px none #cbcbcb;  
   border-left:1px solid #A5A6A5;
   border-right:1px none #A5A6A5;
   background:#ffffff;
  /* background-image:url(../images/18.png);*/
      overflow-x:auto;
}

.DxQQOutlookBar-onelevel{
   border-left:1px none #A5A6A5;
   border-right:1px none #A5A6A5;
   border-bottom:1px solid #CBCBCB;   
	border-top:1px none #f1f1f1;
	background:#F1F1F1;
   /*background-image:url(../images/2-1.jpg);*/
   background-repeat:repeat-x;
}
.DxQQOutlookBar-onelevel-movein{
   border-left:1px none #A5A6A5;
   border-right:1px none #A5A6A5;
     border-bottom:1px solid #CBCBCB;  
     border-top:1px none #539CD6;
     background:#F1F1F1;
   /*background-image:url(../images/c6.gif);*/
   background-repeat:repeat-x;

}
.DxQQOutlookBar-onlevel-text{
   cursor:pointer;
   text-align:left;
   vertical-align: middle;
   font-size:13px;
   font-family:微软雅黑;
   color:#000;
   background-repeat:repeat-x;
}

.DxQQOutlookBar-twolevel{
   color:#000;
   overflow:hidden;
   background:transparent;
   overflow-y:auto;
}

.DxQQOutlookBar-twolevel-image{
   border:0px none black;
   cursor:pointer;
   margin:2px;
   cursor:pointer;
}

.DxQQOutlookBar-twolevel-image-movein{
    border-left:1px solid #d9d9d9;
	border-right:1px solid #000000;
	border-top:1px solid #d9d9d9;
	border-bottom:1px solid #000000;
	padding:1px;
	cursor:pointer;
	margin:2px;
}

.DxQQOutlookBar-twolevel-image-movedown{
    border-left:1px solid #000000;
	border-right:1px solid #d9d9d9;
	border-top:1px solid #000000;
	border-bottom:1px solid #d9d9d9;
	padding:1px;
	cursor:pointer;
	margin:2px;
}
.DxQQOutlookBar-twolevel-image-moveup{
    border:1px outset #ffffff;
	cursor:pointer;
	margin:2px;
}
.DxQQOutlookBar-twolevel-text{
	color:#000;
    font-family:微软雅黑;
    font-size:13px;
    font-weight:normal;
    cursor:pointer;
}

.DxQQOutlookBar-threelevel{
   background:transparent;
   cursor:default;	
   border:1px none red;
   margin-left:16px;
   overflow-x:hidden;
}

.DxQQOutlookBar-threelevel-movein{
   background:transparent;
   border:1px none #BFE3FF;
   cursor:pointer;	
   margin-left:16px;
   overflow-x:hidden;
}

.DxQQOutlookBar-threelevel-click{
   background:transparent;
   border:1px none #C4BCFF;
   cursor:pointer;	
   margin-left:16px;
   overflow-x:hidden;
}

.DxQQOutlookBar-threelevel-text{
	cursor:pointer;
   color:#000;
   font-size:13px;
   font-family:微软雅黑;
  /* width:100%; overflow-x:hidden; white-space:nowrap;;*/
   width:100%;overflow:hidden; text-overflow:ellipsis; line-height:16px;word-break:break-all;
}

.DxQQOutlookBar-threelevel-text-movein{
   /*color:#0000D5;*/
   cursor:pointer;
   color:#993300;
   font-size:13px;
   font-family:微软雅黑;
  /* width:100%; overflow-x:hidden; white-space:nowrap;;*/
   width:100%;overflow:hidden; text-overflow:ellipsis; line-height:16px;word-break:break-all;
}

.DxQQOutlookBar-threelevel-text-click{
   /*color:#0000D5;color:#9a9c8b;*/
   background-color:transparent;
   cursor:pointer;
   color:#1b65b9;
   font-size:13px;
   font-family:微软雅黑;
  /* width:100%; overflow-x:hidden; white-space:nowrap;;*/
   width:100%;overflow:hidden; text-overflow:ellipsis; line-height:16px;word-break:break-all;
}

.titleLabel{
    background-color:transparent;
    font-family:微软雅黑; 
    color:#FFFFFF;
    filter:Glow(Color=#226FAB,Strength=1);
    WIDTH: 100%; 
    FONT-WEIGHT: bold; 
    FONT-SIZE: 16pt; 
    margin-top:0pt;
}

.titleLabel1{
    background-color:transparent;
    font-family:微软雅黑; 
    color:red;
    FONT-WEIGHT: bold; 
    FONT-SIZE: 16pt; 
    margin-top:0pt;
}

.BigButton  {
    BORDER-RIGHT: #104a7b 1px solid black; BORDER-TOP: #afc4d5 1px solid black; BORDER-LEFT: #afc4d5 1px solid black; BORDER-BOTTOM: #104a7b 1px solid;
background-image: url("../images/button_back.gif"); CURSOR: pointer; COLOR: #000066; HEIGHT: 24px; FONT-SIZE: 12pt; TEXT-DECORATION: none

}


.BigButton-text{
   font-size:12px;
   color:buttontext;
}

.BigButton-mousein{
 BORDER-RIGHT: #104a7b 1px solid black; BORDER-TOP: #afc4d5 1px solid black; BORDER-LEFT: #afc4d5 1px solid black; BORDER-BOTTOM: #104a7b 1px solid;
background-image: url("../images/button_back.gif"); CURSOR: pointer; COLOR: #000066; HEIGHT: 24px; FONT-SIZE: 12pt; TEXT-DECORATION: none
}

.notifylabel{
 BACKGROUND: #D3E5FA; COLOR:#654125; FONT-WEIGHT: bold; FONT-SIZE: 11pt; background-image: url("../images/headerbg.gif")
 
 }
.notifycontent
{ BACKGROUND: #E2E8FA;    FONT-WEIGHT: bold; }



.TitleSelectButton{
   color:yellow; text-align:center; line-height:21px; float:left;
   background-color:transparent;
   border-style:none;
   color:white;
   cursor:pointer;    
}

.TitleSelectButton-text{
   font-size:12px;
   color:yellow;
   background-color:black;
}

.TitleSelectButton-mousein{
  color:yellow; background-color:transparent; border:1px #b3e3ff none; float:left;text-align:center;
  cursor:pointer;   
}



.TitleButton{
   color:#fff; text-align:center; line-height:21px; float:left;
   background-color:transparent;
   border-style:none;
   color:black;
   cursor:pointer;   
}

.TitleButton-text{
   font-size:12px;
   color:black;
}
.TitleButton-mousein{
  color:black; background-color:transparent; border:1px #b3e3ff none; float:left;text-align:center;
  cursor:pointer;   
}

a:link,a:active,a:visited   {color:#4455aa}  
a:hover{color:#FF9900}  

/*---���?����---*/
div.DxCustomerReport-repToolBar{font-size:14px;
    height:24px;
	color:#004E73;
    background:#E8F3FF url(../images/toolbarbg.gif) repeat-x center;}
span.DxCustomerReport-repToolBar{white-space:nowrap;
    padding-top:1px;
    padding-bottom:1px;
    font-size:15px}

/*�б�ʽ����������*/
.DxCustomerReport-sort-arrow{
    width:0px;
	  height:0px;
	  margin:0px}
.DxCustomerReport-sort-arrow.descending{
    width:8px;
	  height:7px;
	  background-image:url("../images/down.png");
	  background-repeat:no-repeat;
	  margin:0px}
.DxCustomerReport-sort-arrow.ascending{
    width:8px;
	  height:7px;
	  background-image:url("../images/up.png");
	  background-repeat:no-repeat;
	  margin:0px}

/*�б?��*/

table.DxCustomerReport-repList{width:100%;
    border:1px solid #999999;
    border-collapse:collapse;
    padding:2px;
    font-size:10pt}

/*----�б�ʽthead���----*/
thead.DxCustomerReport-repList{display:table-header-group}

/*--�б����--*/
tr.DxCustomerReport-repListHd{background-color:#63BEFF;cursor:pointer;
    height:26;
    text-align:center}

/*--�б����-�����--*/
td.DxCustomerReport-repListHdLeft{white-space:nowrap;
    padding:1px;
    border-top:1px solid #999999}
/*--�б����-�м�--*/
td.DxCustomerReport-repListHd{white-space:nowrap;
    padding:1px;
    border-top:1px solid #999999;
    border-left:1px solid #999999;}

/*--�б�ʽtbody���overflow: auto;max-height: 300px��firefox����������--*/
tbody.DxCustomerReport-repList{}

/*----�б?��������----*/
tr.DxCustomerReport-repList1{background-color:#EDF3FF;
    page-break-inside:avoid;
    height:26px}
/*----�б?��ż����----*/
tr.DxCustomerReport-repList2{background-color:#DEEBF7;
    page-break-inside:avoid;
    height:26px}

/*--�б?��-�����--*/
td.DxCustomerReport-repListLeft{white-space:nowrap;
    padding:1px;
    font-weight:normal;
    border-top:1px solid #999999}
/*--�б?��-�м�--*/
td.DxCustomerReport-repList{white-space:nowrap;
    padding:1px;
    font-weight:normal;
    border-left:1px solid #999999;
    border-top:1px solid #999999}

/*����˵�*/
table.DxCustomerReport-repPopMenu{ background-color : #666666;    border-left:1px solid #999999;
	 border-bottom:1px solid #999999; border-right:1px solid #999999;
    font-size : 13px}
tr.DxCustomerReport-repPopMenu{}
td.DxCustomerReport-repPopMenu{padding:2px;border-top:1px solid #999999;
    background-color : #ffffe0;}
    
    
    
/*ά���?*/
table.DxDrid-editForm{width:100%;
    font-size:10pt;
    border-collapse:collapse;
    padding:1px;
    border:1px solid #BAC1C5}
tr.DxDrid-editForm{height:24px}
/*����*/
td.DxDrid-efLb{border:1px none #BAC1C5;
    padding:1px 1px 1px 1px;
    white-space:nowrap;
    background:#F0F0F0  repeat-x center;
    color:#006699;
    text-align:left;
    font-weight:bold}
td.DxDrid-efRb{border:1px solid #BAC1C5;
    padding:1px 1px 1px 1px;
    white-space:nowrap;
    background:#F0F0F0  repeat-x center;
    color:#006699;
    text-align:left;
    valign:middle;
    font-weight:bold}
        
/*�༭��*/
td.DxDrid-efEdit{border:1px none #BAC1C5;
    padding:1px 1px 1px 1px;
    white-space:nowrap;
    background:#F0F0F0  repeat-x center;}
/*�༭��-���Ҷ�*/
td.DxDrid-efEditRight{border:1px solid #BAC1C5;
    padding:1px 1px;
    white-space:nowrap;
    background:#F0F0F0  repeat-x center;
    width:90%}  
    
    
table.DxPopGrid-divList{
	border:1px solid #999999 dashed;
    border-collapse:collapse;
    padding:0px;
    background:white;
    font-size:10pt;
	cursor:pointer;
	z-index:1000;
}

/*---divList��---*/
tr.DxPopGrid-divList{background-color:#FFFFFF;
    page-break-inside:avoid;
    height:18px
}
/*---divList��---*/
tr.DxPopGrid-divListTitle{background-color:#D6EBD6;
    page-break-inside:avoid;
    height:18px
}
/*---�б?��-�м�---*/
td.DxPopGrid-divList{
	white-space:nowrap;
	padding:0px;
    font-weight:normal;
    border-left:1px solid #999999;
    border-top:1px solid #999999
}  



.DxlittleButton{
   border-style:none;
   border-width:1px;
   border-color:#779FB9;
   background-image:url(../images/ipop.gif);
   cursor:pointer;
}

.DxlittleButton-text{
   font-size:12px;
   //color:#000;
   color:white;
}

.DxlittleButton-mousein{
   border-style:none;
   border-width:1px;
   border-color:#006666;
   background-image:url(../images/ipop.gif);
   background-color:transparent;
   cursor:pointer;
}

.DxlittleButton-dis{
   border-style:none;
   border-width:1px;
   border-color:#999999;
   background-image:url(../images/ipop.gif);
   background-color:transparent;
}
  
  
.loginButton{
   border:1px none #ffffff;
   background-image:url(../images/login01.jpg);
   cursor:pointer;
}

.loginButton-text{
   font-size:12px;
   //color:#000;
   color:white;
}

.loginButton-mousein{
   background-image:url(../images/login01.jpg); 
   CURSOR: pointer;
   border:1px none #ffffff;
}


  
.exitButton{
   border:1px none #ffffff;
   background-image:url(../images/login02.jpg); 
   CURSOR: pointer;
}  
.exitButton-text{
   font-size:12px;
   color:buttontext;
}

.DxHrefLabel:visited {font-family: "微软雅黑";font-size: 9pt;color: #000;text-decoration:underline;}
.DxHrefLabel:hover {font-family: "微软雅黑";font-size: 9pt;color: #EB8D5A;text-decoration:underline;}
.DxHrefLabel:active {font-family: "微软雅黑";font-size: 9pt;color: #000;text-decoration:underline;} 

.exitButton-mousein{
   background-image:url(../images/login02.jpg); 
   CURSOR: pointer;
    border:1px none #ffffff;
}

.logtitle{
    background-color:transparent;
    font-family:微软雅黑; 
    /*color:rgb(0,94,154);*/
    color:rgb(255,255,255);
    filter:Glow(Color=#226FAB,Strength=1);
    WIDTH: 100%; 
    /*FONT-WEIGHT: bold; */
    FONT-SIZE: 10pt; 
    margin-top:0pt;
}

/**������css*/
.printBold{
    font-weight : normal}

/*report.jsp�е�body��*/
.DxStatisticsReport.body.report{background-color : #EDF3FF}

/*����8����public.css��topTitle����*/

/*�������*/
table.DxStatisticsReport.repCnd{width:100%;
    font-size:10pt;
    border-collapse:collapse;
    padding:1px;
    border:1px solid #7BB6E7}
tr.DxStatisticsReport.repCnd{height:20px}
/*��ѡ��*/
td.DxStatisticsReportrepCndCbx{border:1px solid #7BB6E7;
    padding-left:2px;
    padding-right:2px;
    padding-top:1px;
    padding-bottom:1px;
    background:#E8F2FA url(../images/editbg.gif) repeat-x center;
    width:22px}
/*�������*/
td.DxStatisticsReport.repCndLb{border:1px solid #7BB6E7;
    padding:1px 2px 1px 2px;
    white-space:nowrap;
    background:#DBEBF8 url(../images/lablebg.gif) repeat-x center;
    color:#006699;
    text-align:left;
    font-weight:bold}
/*����༭��*/
td.DxStatisticsReport.repCndEdit{border:1px solid #7BB6E7;
    padding:1px 20px 1px 3px;
    white-space:nowrap;
    background:#E8F2FA url(../images/editbg.gif) repeat-x center;}
/*����༭��-���Ҷ�*/
td.DxStatisticsReport.repCndEditRight{border:1px solid #7BB6E7;
    padding:1px 3px;
    white-space:nowrap;
    background:#E8F2FA url(../images/editbg.gif) repeat-x center;
    width:100%}

/*���������*/
div.DxStatisticsReport.repCndToolBar{width:100%;
    height:24px;
    background:#E8F3FF url(../images/toolbarbg.gif) repeat-x center}
td.DxStatisticsReport.repCndToolBar{padding:0px 10px 0px 2px;
    color:#004E73;
    white-space:nowrap;
    font-size:9pt;
    }

/*���?�ܲ˵�*/
/*�������ܲ˵�*/
div.DxStatisticsReport.repFuncMenuTop{width:100%;
    padding-top:2px}
/*�ײ����ܲ˵�*/
div.DxStatisticsReport.repFuncMenu{width:100%}

/*���?�ܲ˵�-t��*/
div.DxStatisticsReport.repFuncMenuLink{padding:2px}
table.DxStatisticsReport.repFuncMenuLink{}
td.DxStatisticsReport.repFuncMenuLink{white-space:nowrap;
    cursor:pointer;
    vertical-align:top}
/*�����û����ܲ˵�����*/
td.DxStatisticsReport.repFuncMenuText{white-space:nowrap;
    font-size:9pt;
    color:#23698B;
    background:#E8F3FF url(../images/menutextbg.gif) repeat-x center}

/*���?�ܲ˵�-��ѡ��*/
div.DxStatisticsReport.repFuncMenuCbx{}
table.DxStatisticsReport.repFuncMenuCbx{}
td.DxStatisticsReport.repFuncMenuCbx{white-space:nowrap;
    font-size:10pt;
    padding-right:10px}

/*���?�ܲ˵�-��-��*/
div.DxStatisticsReport.repFuncMenuDropdown{padding-left:2px}

/*���?����*/
div.DxStatisticsReport.repToolBar{width:100%;
    height:24px;
    background:#E8F3FF url(../images/toolbarbg.gif) repeat-x center}
td.DxStatisticsReport.repToolBar{white-space:nowrap;
    color:#004E73;
    padding-top:1px;
    padding-bottom:1px;
    font-size:9pt}

/*��������*/
table.DxStatisticsReport.repContainer{width:100%;}

/*�������*/
td.DxStatisticsReport.repHd{text-align:center;
   font-weight:bold;
   font-size:14pt;
   padding:2px;}
/*���?����*/
td.DxStatisticsReport.repSubHd{font-size:9pt;
   padding:2px;}
/*�����β*/
td.DxStatisticsReport.repFt{font-size:9pt;
   padding:2px;}

/*�б?��*/

table.DxStatisticsReport.repList{width:100%;
    border:1px solid #999999;
    border-collapse:collapse;
    padding:2px;
    font-size:10pt}

/*�б�ʽthead���*/
thead.DxStatisticsReport.repList{display:table-header-group}
/*�б����*/
tr.DxStatisticsReport.repListHd{background-color:#63BEFF;
    height:26;
    text-align:center}
/*�б����-�����*/
td.DxStatisticsReport.repListHdLeft{white-space:nowrap;
    padding:1px;
    border-top:1px solid #999999}
/*�б����-�м�*/
td.DxStatisticsReport.repListHd{white-space:nowrap;
    padding:1px;
    border-top:1px solid #999999;
    border-left:1px solid #999999;}
/*�б����-����ӡ*/
td.DxStatisticsReport.repListHdNoPrt{white-space:nowrap;
    padding:1px;
    border-top:1px solid #999999;
    border-left:1px solid #999999;}
/*�б��������-�����*/
td.DxStatisticsReport.repListHdLTop{white-space:nowrap;
    padding:1px;}
/*�б��������-�м�*/
td.DxStatisticsReport.repListHdTop{white-space:nowrap;
    padding:1px;
    border-left:1px solid #999999}


/*�б�ʽtbody���overflow: auto;max-height: 300px��firefox����������*/
tbody.DxStatisticsReport.repList{}

/*�б?��������*/
tr.DxStatisticsReport.repList1{background-color:#EDF3FF;
    page-break-inside:avoid;
    height:26px}
/*�б?��ż����*/
tr.DxStatisticsReport.repList2{background-color:#DEEBF7;
    page-break-inside:avoid;
    height:26px}

/*�б?��-�����*/
td.DxStatisticsReport.repListLeft{white-space:nowrap;
    padding:1px;
    font-weight:normal;
    border-top:1px solid #999999}
/*�б?��-�м�*/
td.DxStatisticsReport.repList{white-space:nowrap;
    padding:1px;
    font-weight:normal;
    border-left:1px solid #999999;
    border-top:1px solid #999999
    }
/*--�б��ұ�--*/
td.DxStatisticsReport.repListRight{white-space:nowrap;
    padding:1px;
    font-weight:normal;
	 border-left:1px solid #999999;
	  border-right:1px solid #999999;
    border-top:1px solid #999999
    }
/*--�б��±�--*/
td.DxStatisticsReport.repListBottom{white-space:nowrap;
    padding:1px;
    font-weight:normal;
    border-left:1px solid #999999;
    border-top:1px solid #999999;
    border-bottom:1px solid #999999
}

td.DxStatisticsReport.repListRightBottom{white-space:nowrap;
    padding:1px;
    font-weight:normal;
    border-left:1px solid #999999;
    border-top:1px solid #999999;
	border-right:1px solid #999999;    
    border-bottom:1px solid #999999
}


/*--ֻ��ʾ�������--*/
td.DxStatisticsReport.repListTBL{white-space:nowrap;
    padding:1px;
    font-weight:normal;
	 border-top:1px solid #999999; 
	  border-bottom:1px solid #999999;
    border-left:1px solid #999999}
	/*--ֻ��ʾ�������--*/
td.DxStatisticsReport.repListTBLR{white-space:nowrap;
    padding:1px;
    font-weight:normal;
	 border-top:1px solid #999999; 
	  border-bottom:1px solid #999999;
	  border-right:1px solid #999999;
    border-left:1px solid #999999}
/*�б?��-����ӡ*/
td.DxStatisticsReport.repListNoPrt{white-space:nowrap;
    padding:1px;
    font-weight:normal;
    border-left:1px solid #999999;
    border-top:1px solid #999999}

/*�б�ʽtfoot���*/
tfoot.DxStatisticsReport.repList{}

/*�����б�ʽ������*/
tr.DxStatisticsReport.repListSum {background-color:transparent;
    font-weight:bold;
    height:26px}

/*�б���ܵ�Ԫ��-�����*/
td.DxStatisticsReport.repListSumL{white-space:nowrap;
    padding:1px;
    border-top:1px solid #999999}
/*�б���ܵ�Ԫ��-�м�*/
td.DxStatisticsReport.repListSum{white-space:nowrap;
    padding:1px;
    border-left:1px solid #999999;
    border-top:1px solid #999999}
/*�б���ܵ�Ԫ��-����ӡ*/
td.DxStatisticsReport.repListSumNoPrt{white-space:nowrap;
    padding:1px;
    border-left:1px solid #999999;
    border-top:1px solid #999999}

/*��ϸ��ʾ*/

/*��ϸ�ָ�8*/
div.DxStatisticsReport.repDSeperator{padding:5px;}

/*��ϸ����*/
table.DxStatisticsReport.repDetail{width:100%;
    border:1px solid #999999;
    border-collapse:collapse;
    padding:2px;
    font-size:10pt;
    word-wrap: break-word; 
	word-break: break-all}

/*��ϸtr*/
tr.DxStatisticsReport.repDetail{ height : 24px;}

/*��ϸ�б���*/
td.DxStatisticsReport.repDetailLb{ background-color : #DEEBF7;
    color : #006699;
    font-weight:bold;    
    padding : 2;
	border-left:1px solid #999999;
    border-top:1px solid #999999}
/*��ϸ����߱���*/
td.DxStatisticsReport.repDetailLbL{ background-color : #DEEBF7;
    color : #006699;
    font-weight:bold;
    padding : 2;
    border-top:1px solid #999999}
/*��ϸ�ж�������*/
td.DxStatisticsReport.repDetailLbTop{ background-color : #DEEBF7;
    color : #006699;
    font-weight:bold;
    padding : 2;
    border-left:1px solid #999999}
/*��ϸ�����ϽǱ���*/
td.DxStatisticsReport.repDetailLbLTop{ background-color : #DEEBF7;
    color : #006699;
    font-weight:bold;
    padding : 2}

/*��ϸ���*/
td.DxStatisticsReport.repDetail{ background-color: #EDF3FF;
	  padding : 2;
	  border-left:1px solid #999999;
    border-top:1px solid #999999}
/*��ϸ���-����*/
td.DxStatisticsReport.repDetailTop{ background-color: #EDF3FF;
	  padding : 2;
	  border-left:1px solid #999999}

/*��ϸ�ָ���*/
td.DxStatisticsReport.repDSeperator{ background-color: #DEEBF7;    
    font-size : 11pt;
    font-weight : bold;
	  text-align : center;
    color : #006699;
	  padding : 2;
    border-top:1px solid #999999} 

/*����˵�*/
table.DxStatisticsReport.repPopMenu{ background-color : #666666;    
    font-size : 10pt}
tr.DxStatisticsReport.repPopMenu{}
td.DxStatisticsReport.repPopMenu{ padding : 0;
    background-color : #ffffe0;}
.DxStatisticsReport.repUnitFunc{color : #006699;
    font-size : 10pt;}

/*�б�ʽ����������*/
.DxStatisticsReport.sort-arrow{
    width:0px;
	  height:0px;
	  margin:0px}
.DxStatisticsReport.sort-arrow.descending{
    width:8px;
	  height:7px;
	  background-image:url("../images/downsimple.png");
	  background-repeat:no-repeat;
	  margin:0px}
.DxStatisticsReport.sort-arrow.ascending{
    width:8px;
	  height:7px;
	  background-image:url("../images/upsimple.png");
	  background-repeat:no-repeat;
	  margin:0px}


span.DxStatisticsReport.listTreeNode{cursor:pointer
}

.login_Field{
    color:#000;
	border-style:solid;
	border-color:black;
	border-width:1px;
	background:window;
}


.comment_DxDataGridHtmlDisplayCell{
	background:#F8FCFF;
}

.selectFrame{
   text-decoration:none;
   font-size:12px;
   font-family:微软雅黑;

   background:EDF3FF;
   color:#000;
   cursor:default;
   
   border:1px solid #b8ced7;
}

.hisloginButton{
   width:100%;
   color:#fff;
   border:0;
   background:#165ec0;
   cursor:pointer;
   padding:3px 12px;
   //box-sizig:border-box;
}

.hisloginButton-text{
   font-size:12px;
   color:black;
}

.hisloginButton-mousein{
   CURSOR: pointer;
   color:#fff;
   border:0;
   background:#3980ec;
   padding:3px 12px;
   //box-sizig:border-box;
}
.hisloginButton:focus{outline: 2px solid black;}

  
.hisexitButton{
   border:1px solid black;
   background:transparent;
   cursor:pointer;
}  
.hisexitButton-text{
   font-size:12px;
   color:black;
}

.hisexitButton-mousein{
   CURSOR: pointer;
   border:1px solid black;
   background:transparent;
}

.wyglexit{
   border-style:none;
   border-width:1px;
   border-color:#999999;
   background-image:url(../images/meanu-6.gif);
   background-color:transparent;
}

.wyglexit-text{
   font-size:12px;
   color:buttontext;
}

.wyglexit-mousein{
   border-style:none;
   border-width:1px;
   border-color:#999999;
   background-image:url(../images/meanu-60.gif);
   background-color:transparent;
   cursor:pointer;   
}

.wyglmainpage{
   border-style:none;
   border-width:1px;
   border-color:#999999;
   background-image:url(../images/logout.png);
   background-color:transparent;
}

.wyglmainpage-text{
   font-size:12px;
   color:buttontext;
}

.wyglmainpage-mousein{
   border-style:none;
   border-width:1px;
   border-color:#999999;
   background-image:url(../images/meanu-10.gif);
   background-color:transparent;
   cursor:pointer;   
}

.wygllogout{
   border-style:none;
   border-width:1px;
   border-color:#999999;
   background-image:url(../images/logout.png);
   background-color:transparent;
}

.wygllogout-text{
   font-size:12px;
   color:buttontext;
}

.wygllogout-mousein{
   border-style:none;
   border-width:1px;
   border-color:#999999;
   background-image:url(../images/logout.png);
   background-color:transparent;
   cursor:pointer;
}

.wygllogin{
   border-style:none;
   border-width:1px;
   border-color:#999999;
   background-image:url(../images/button.gif);
   background-color:transparent;
}

.wygllogin-text{
   font-size:12px;
   color:buttontext;
}

.wygllogin-mousein{
   border-style:none;
   border-width:1px;
   border-color:#999999;
   background-image:url(../images/button2.gif);
   background-color:transparent;
   cursor:pointer;
}

.wyglloginTextField{
    color:#000000;
	border-style:solid;
	border-color:#16416B;
	border-width:1px;
	background:white;
}

.wyglloginLabel{
    background-color:transparent;
	color:#16416B;
	border:1px none #b9cfd8;
    font-family:微软雅黑;
	font-size:12px;
}

.DxStatusBar{
   text-decoration:none;
   font-size:12px;
   font-family:微软雅黑;
   background:transparent;
   color:windowtext;
   border:1px none threedface;
   cursor:default;
}
.DxStatusBarItem{
    background-color:transparent;
	color:#000;
    border-right:4px inset threedface;  
    font-family:微软雅黑;
	font-size:12px;
}
.DxStatusBarItem-right{
    background-color:transparent;
	color:#000;
    border-right:1px none threedface;  
    font-family:微软雅黑;
	font-size:12px;
}

/*ά���?*/
table.LayoutManager-editForm{width:100%;
    border-collapse:collapse;
    padding:0px;
    border:0px solid #A5A6A5}
tr.LayoutManager-editForm{height:24px}
/*����*/
td.LayoutManager-efLb{
	border:1px none transparent;
    padding:0px 0px 0px 0px;
    white-space:nowrap;
    background:#F7F7F7  repeat-x center;
    color:#006699;
    text-align:left;
    }
td.LayoutManager-efRb{
	border:1px none transparent;
    padding:1px 2px 1px 2px;
    white-space:nowrap;
    background:#F7F7F7  repeat-x center;
    color:#006699;
    text-align:left;
    }
        
/*�༭��*/
td.LayoutManager-efEdit{
	border:1px none transparent;
    padding:1px 20px 1px 3px;
    white-space:nowrap;
    background:#F7F7F7 repeat-x center;}
/*�༭��-���Ҷ�*/
td.LayoutManager-efEditRight{
	border:1px none transparent;
    padding:1px 3px;
    white-space:nowrap;
    background:#F7F7F7 repeat-x center;
    width:90%} 
    
    
@media print {
   .notprint {
   	display:none;
   	}
	.forprint {
   	display:inline;
   	}
}
@media screen {
   .notprint {
   	display:inline;
   	}
	.forprint {
   	width:0px;
	height:0px;
	overflow:hidden;
   	}
}
.ycTextField{
    background-color:white;
	color:#FF0000;
	border:1px solid #FF0000;
    font-family:微软雅黑;
	font-size:12px;
}

.yzcxDxTitlePanel-title{
   background-repeat:repeat-x;
   cursor:default;
   color:windowtext;
   background-image:url(../images/c5.gif);
   font-size:12px;
   font-family:微软雅黑;
   
   /*border:1px none #CBD0D3;*/
    border-left:1px solid #114F78;
	border-top:1px solid #114F78;
    border-bottom:1px solid #114F78;	
    border-right:1px solid #114F78;

}
.yzcxDxTitlePanel-title-text{
   text-decoration:none;
   color:#000;
   background:transparent;
   font-size:14px;
   font-family:����;
   text-align:middle;
   font-weight:bold;
}
.yzcxDxTitlePanel-content{
   font-size:12px;
   font-family:微软雅黑;
   color:windowtext;
   background:white;
	/*border-top:1px solid #114F78;*/
	border-left:1px solid #114F78;
    border-bottom:1px solid #114F78;	
    border-right:1px solid #114F78;   
}

.yzDxLabel{
    background-color:transparent;
	color:#0000FF;
	border:1px none #b9cfd8;
    font-family:微软雅黑;
	font-size:13;
   font-weight:bold;	
	display:inline;
	vertical-align:middle;
}
.rep-sorted-asc{background: url("../images/sortarrow.gif") no-repeat 98% 7px;}
.rep-sorted-desc{background: url("../images/sortarrow.gif") no-repeat 98% -13px;}



.WatWebContainerTab{
   color:#000;
   background:transparent;
   font-size:13px;
   font-family:微软雅黑;
}

.WatWebContainerTab-head-content{
   cursor:pointer;
}
.WatWebContainerTab-head-left{
   background:#efefef;
}
.WatWebContainerTab-head-left-selected{
   background:#1b65b9; 
   /* background:url("../images/menubar_bg.png"); */
}
.WatWebContainerTab-head-left-mouseover{
   background:#F7F7F9;
}

.WatWebContainerTab-head-mid{
   background:#efefef;
}
.WatWebContainerTab-head-mid-selected{
   background:#1b65b9; 
   /* background:url("../images/menubar_bg.png"); */
}
.WatWebContainerTab-head-mid-mouseover{
   background:#F7F7F9;
}

.WatWebContainerTab-head-mid-text{
   text-align:center;
   vertical-align:middle;
   font-size:13px;
   font-family:微软雅黑;
   color:#525252;
}

.WatWebContainerTab-head-mid-text-selected{
   text-align:center;
   vertical-align:middle;
   font-size:13px;
   font-family:微软雅黑;
   color:#ffffff;
}


.WatWebContainerTab-head-right{
   background:#efefef;
}
.WatWebContainerTab-head-right-selected{
   background:#1b65b9; 
   /* background:url("../images/menubar_bg.png"); */
}
.WatWebContainerTab-head-right-mouseover{
   background:#F7F7F9;
}
.WatWebContainerTab-head-button{
   background-color:threedface;
}
.WatWebContainerTab-content{
   border:1px solid #928f8f;
   overflow:hidden;
}







.WatWebContainerTab-head-left-bottom{
   background:#efefef;
}
.WatWebContainerTab-head-left-selected-bottom{
   background:#928f8f;
}
.WatWebContainerTab-head-left-mouseover-bottom{
   background:#F7F7F9;
}

.WatWebContainerTab-head-mid-bottom{
 	background:#efefef;
}
.WatWebContainerTab-head-mid-selected-bottom{
    background:#928f8f;
}
.WatWebContainerTab-head-mid-mouseover-bottom{
    background:#F7F7F9;
}

.WatWebContainerTab-head-mid-text-bottom{
   text-align:center;
   vertical-align:middle;
   font-size:13px;
   font-family:微软雅黑;
   color:#525252;
}

.WatWebContainerTab-head-mid-text-selected-bottom{
   text-align:center;
   vertical-align:middle;
   font-size:13px;
   font-family:微软雅黑;
   color:#ffffff;
}

.WatWebContainerTab-head-right-bottom{
   background:#efefef;
}
.WatWebContainerTab-head-right-selected-bottom{
   background:#928f8f;
}
.WatWebContainerTab-head-right-mouseover-bottom{
   background:#F7F7F9;
}



.WatWebContainerTab-head-left-left{
   background:#efefef;
}
.WatWebContainerTab-head-left-selected-left{
   background:#1b65b9;
}
.WatWebContainerTab-head-left-mouseover-left{
   background:#F7F7F9;
}


.WatWebContainerTab-head-mid-left{
   background:#efefef;
}

.WatWebContainerTab-head-mid-selected-left{
   background:#1b65b9;
}
.WatWebContainerTab-head-mid-mouseover-left{
   background:#F7F7F9;
}

.WatWebContainerTab-head-mid-text-left{
   text-align:center;
   vertical-align:middle;
   font-size:13px;
   font-family:微软雅黑;
   color:#525252;
   letter-spacing:3px;
}

.WatWebContainerTab-head-mid-text-selected-left{
   text-align:center;
   vertical-align:middle;
   font-size:13px;
   font-family:微软雅黑;
   color:#ffffff;
   letter-spacing:3px;
   background:#1b65b9;
}


.WatWebContainerTab-head-right-left{
   background:#efefef;
}
.WatWebContainerTab-head-right-selected-left{
   background:#1b65b9;
}
.WatWebContainerTab-head-right-mouseover-left{
   background:#F7F7F9;
}


.WatWebContainerTab-head-left-right{
   background:#efefef;
}
.WatWebContainerTab-head-left-selected-right{
   background:#928f8f;
}
.WatWebContainerTab-head-left-mouseover-right{
   background:#F7F7F9;
}

.WatWebContainerTab-head-mid-right{
   background:#efefef;
}
.WatWebContainerTab-head-mid-selected-right{
   background:#928f8f;
}
.WatWebContainerTab-head-mid-mouseover-right{
   background:#F7F7F9;
}

.WatWebContainerTab-head-mid-text-right{
   text-align:center;
   vertical-align:middle;
   font-size:13px;
   font-family:微软雅黑;
   color:#525252;
   letter-spacing:3px;
}

.WatWebContainerTab-head-mid-text-selected-right{
   text-align:center;
   vertical-align:middle;
   font-size:13px;
   font-family:微软雅黑;
   color:#ffffff;
   letter-spacing:3px;
}


.WatWebContainerTab-head-right-right{
   background:#efefef;
}
.WatWebContainerTab-head-right-selected-right{
   background:#928f8f;
}
.WatWebContainerTab-head-right-mouseover-right{
   background:#F7F7F9;
}

.DxSpinEdit{
   border:1px solid #b9cfd8;
}
.DxSpinEdit-input{
   border-style:none;
   text-align:left;
}
.DxSpinEdit-up-image{
   background-image:url(../images/arrup.gif);
   background-repeat:no-repeat;
   border-color:white;
}
.DxSpinEdit-up-image-mouseover{
   background-image:url(../images/arrupin.gif);
   background-repeat:no-repeat;
   border-color:white;
}
.DxSpinEdit-down-image{
   background-image:url(../images/arrdown.gif);
   background-repeat:no-repeat;
   border-color:white;
}
.DxSpinEdit-down-image-mouseover{
   background-image:url(../images/arrdownin.gif);
   background-repeat:no-repeat;
   border-color:white;
}




.DxPanelBj{
   text-decoration:none;
   font-size:12px;
   font-family:微软雅黑;
   background:#F0F8FE;
   color:windowtext;
   border:1px none #b8ced7;
   cursor:default;
}


.DxPanelnoborder{
   text-decoration:none;
   font-size:12px;
   font-family:微软雅黑;
   background:transparent;
   color:windowtext;
   border:1px none #b8ced7;
   cursor:default;
}



/*ά���?*/
table.LayoutManagerWhite-editForm{width:100%;
    font-size:10pt;
    border-collapse:collapse;
    padding:1px;
    border:1px solid #A5A6A5}
tr.LayoutManagerWhite-editForm{height:24px}
/*����*/
td.LayoutManagerWhite-efLb{border:1px solid #A5A6A5;
    padding:1px 2px 1px 2px;
    white-space:nowrap;
    background:transparent  repeat-x center;
    color:#006699;
    text-align:left;
    font-weight:bold}
td.LayoutManagerWhite-efRb{border:1px solid #A5A6A5;
    padding:1px 2px 1px 2px;
    white-space:nowrap;
    background:transparent  repeat-x center;
    color:#006699;
    text-align:left;
    valign:middle;
    font-weight:bold}
        
/*�༭��*/
td.LayoutManagerWhite-efEdit{border:1px solid #A5A6A5;
    padding:1px 20px 1px 3px;
    white-space:nowrap;
    background:transparent repeat-x center;}
/*�༭��-���Ҷ�*/
td.LayoutManagerWhite-efEditRight{border:1px solid #A5A6A5;
    padding:1px 3px;
    white-space:nowrap;
    background:transparent repeat-x center;
    width:90%} 
    
    
    
    
    
/*ά���?*/
table.LayoutManagerWhite1-editForm{width:100%;
    font-size:10pt;
    border-collapse:collapse;
    padding:0px;
    border:0px none #A5A6A5}
tr.LayoutManagerWhite1-editForm{height:24px}
/*����*/
td.LayoutManagerWhite1-efLb{border:1px solid #A5A6A5;
    padding:1px 2px 1px 2px;
    white-space:nowrap;
    background:transparent  repeat-x center;
    color:#006699;
    text-align:left;
    font-weight:bold}
td.LayoutManagerWhite1-efRb{border:1px solid #A5A6A5;
    padding:1px 2px 1px 2px;
    white-space:nowrap;
    background:transparent  repeat-x center;
    color:#006699;
    text-align:left;
    valign:middle;
    font-weight:bold}
        
/*�༭��*/
td.LayoutManagerWhite1-efEdit{border:1px solid #A5A6A5;
    padding:1px 20px 1px 3px;
    white-space:nowrap;
    background:transparent repeat-x center;}
/*�༭��-���Ҷ�*/
td.LayoutManagerWhite1-efEditRight{border:1px solid #A5A6A5;
    padding:1px 3px;
    white-space:nowrap;
    background:transparent repeat-x center;
    width:90%} 

.DxCoolTextFieldbj{
    color:#6600FF;
	border-top:1px none #A5A6A5;
	border-left:1px none #A5A6A5;
	border-right:1px none #A5A6A5;
	border-bottom:1px solid #A5A6A5;
	background:transparent;
}


/*ά���?*/
table.LayoutManagerNone-editForm{width:100%;
    font-size:10pt;
    border-collapse:collapse;
    padding:0px;
    border:0px none #A5A6A5}
tr.LayoutManagerNone-editForm{height:24px}
/*����*/
td.LayoutManagerNone-efLb{border:1px none #A5A6A5;
    padding:0px 0px 0px 0px;
    white-space:nowrap;
    background:transparent  repeat-x center;
    color:#006699;
    font-weight:bold}
td.LayoutManagerNone-efRb{border:1px none #A5A6A5;
    padding:1px 2px 1px 2px;
    white-space:nowrap;
    background:transparent  repeat-x center;
    color:#006699;
    font-weight:bold}
        
/*�༭��*/
td.LayoutManagerNone-efEdit{border:1px none #A5A6A5;
    padding:1px 20px 1px 3px;
    white-space:nowrap;
    background:transparent repeat-x center;}
/*�༭��-���Ҷ�*/
td.LayoutManagerNone-efEditRight{border:1px none #A5A6A5;
    padding:1px 3px;
    white-space:nowrap;
    background:transparent repeat-x center;
    width:90%} 

.DxPopGridTextbj{
    color:#6600FF;
	border-top:1px none #539CD6;
	border-left:1px none #539CD6;
	border-right:1px none #539CD6;
	border-bottom:1px solid #539CD6;
	background:transparent;	
}

.DxPopGridTextbj-icon{
   background-color:white;
   border-style:none;
   background-repeat:no-repeat;
   top:2px;
   right:2px;
   width:18px;
   height:18px;
   align:center;
	background:transparent url(../images/arrow.png);
	overflow:hidden;
}


.DxCoolTextFieldyctop1{
    color:#6600FF;
	border-top:1px none #A5A6A5;
	border-left:1px none #A5A6A5;
	border-right:1px solid #A5A6A5;
	border-bottom:1px solid #A5A6A5;
	background:transparent;
}


.DxCoolTextFieldycbottom{
    color:#6600FF;
	border-top:1px solid #A5A6A5;
	border-left:1px solid #A5A6A5;
	border-right:1px none #A5A6A5;
	border-bottom:1px none #A5A6A5;
	background:transparent;
}

.DxCoolTextFieldycnone{
    color:#6600FF;
	border-top:1px solid #A5A6A5;
	border-left:1px none #A5A6A5;
	border-right:1px solid #A5A6A5;
	border-bottom:1px none #A5A6A5;
	background:transparent;
}
.DxCoolTextFieldycnone1{
    color:#6600FF;
	border-top:1px none #A5A6A5;
	border-left:1px solid #A5A6A5;
	border-right:1px none #A5A6A5;
	border-bottom:1px solid #A5A6A5;
	background:transparent;
}

.DxFramenone{
   text-decoration:none;
   font-size:12px;
   font-family:微软雅黑;

   background:transparent;
   color:#000;
   cursor:default;
   
   border:1px none #b8ced7;
}

.DxTextAreabj{
   color:#000;
   background:transparent;
	border-style:none;
	border-color:#b9cfd8;
	border-width:0px;
}
.DxNavegator{
    border-style:none;
	position:relative;
	border:1px solid #b9cfd8;
	background-color:#F2F2F2;
}
.DxNavegator-firstButton{
    cursor:pointer;
	border-style:outset;
    line-height:8px;
	width:100%;
	height:100%;
	font-size:13px;
	font-family:Webdings;
}
.DxNavegator-preButton{
    cursor:pointer;
	border-style:outset;
    line-height:8px;
	width:100%;
	height:100%;
	font-size:13px;
	font-family:Webdings;
}
.DxNavegator-text{
    width:100%;
	text-align:center;
   font-size:12px;
   font-family:微软雅黑;
}
.DxNavegator-nextButton{
    cursor:pointer;
	border-style:outset;
    line-height:8px;
	width:100%;
	height:100%;
	font-size:13px;
	font-family:Webdings;
}
.DxNavegator-lastButton{
    cursor:pointer;
	border-style:outset;
    line-height:8px;
	width:100%;
	height:100%;
	font-size:13px;
	font-family:Webdings;
}

.DxRadioGroupNoborder{
   text-decoration:none;
   font-size:12px;
   font-family:微软雅黑;

   background:transparent;
   color:#000;
   cursor:default;
   
   border:1px none #b8ced7;
}

.DxFrameNoBk{
   text-decoration:none;
   font-size:12px;
   font-family:微软雅黑;

   background:transparent;
   color:#000;
   cursor:default;
   
   border:0px solid #b8ced7;
}

.DxTitleLabel-bkimage{
    background-color:transparent;
	color:#000;
	border:1px none #b9cfd8;
    font-family:微软雅黑;
	font-size:20px;
	font-weight:bold;
	background-image:url(../images/c6.gif);
}


.DxHisloginPanel{
   text-decoration:none;
   font-size:12px;
   font-family:微软雅黑;
   background:transparent;
   color:windowtext;
   border:1px none #b8ced7;
   cursor:default;
}

.DxListViewtransparent{
   border:0px solid #b8ced7;
   background:transparent;
}


/*ά���?*/
table.LayoutManagerNonebk-editForm{width:100%;
    font-size:10pt;
    border-collapse:collapse;
    padding:0px;
    border:0px none #A5A6A5;
    background-image:url(../images/background[1].gif)}
tr.LayoutManagerNonebk-editForm{height:24px}
/*微软雅黑*/
td.LayoutManagerNonebk-efLb{border:1px none #A5A6A5;
    padding:1px 2px 1px 2px;
    white-space:nowrap;
    background:transparent  repeat-x center;
    color:#006699;
    text-align:left;
    font-weight:bold}
td.LayoutManagerNonebk-efRb{border:1px none #A5A6A5;
    padding:1px 2px 1px 2px;
    white-space:nowrap;
    background:transparent  repeat-x center;
    color:#006699;
    text-align:left;
    valign:middle;
    font-weight:bold}
        
/*�༭��*/
td.LayoutManagerNonebk-efEdit{border:1px none #A5A6A5;
    padding:1px 20px 1px 3px;
    white-space:nowrap;
    background:transparent repeat-x center;}
/*�༭��-���Ҷ�*/
td.LayoutManagerNonebk-efEditRight{border:1px none #A5A6A5;
    padding:1px 3px;
    white-space:nowrap;
    background:transparent repeat-x center;
    width:90%} 
    
    
    
.DxTextAreaBigfont{
   color:#000;
   font-size:14px;
   background:transparent;
	border-style:none;
	border-color:#b9cfd8;
	border-width:1px;
}    
.DxCoolTextFieldBigfont{
    color:#000;
    font-size:15px;
	border-style:solid;
	border-color:#A5A6A5;
	border-width:1px;
	background:window;
}


.DxTextAreaDisabled{
   color:#000;
   background:#E8F2FA;
	border-style:none;
	border-color:#b9cfd8;
	border-width:1px;
}

.DxCoolButtonbig{
   border-style:solid;
   border-width:1px;
   border-color:#539CD6;
   /*background-image:url(../images/buttonk.jpg);*/
   background-color:#89CCE8;
   cursor:pointer;
}

.DxCoolButtonbig-text{
   font-size:13px;
   font-weight:bold;
   //color:#000;
   color:#0B5487;
}

.DxCoolButtonbig-mousein{
   border-style:solid;
   border-width:1px;
   border-color:#539CD6;
	background-color:#89CCE8;
   cursor:pointer;
}

.DxCoolButtonbig-dis{
   border-style:solid;
   border-width:1px;
   border-color:#999999;
background-color:#89CCE8;
}

.DxCoolTextFieldbg{
   font-size:25px;
   text-align:center;
   font-weight:bold;	
    color:#FF0000;
	border-top:1px none #A5A6A5;
	border-left:1px none #A5A6A5;
	border-right:1px none #A5A6A5;
	border-bottom:1px solid #A5A6A5;
	background:white;
}

.DxLabelbgblue{
	background-color:transparent;
	color:#0000FF;
	border-top:1px none #A5A6A5;
	border-left:1px none #A5A6A5;
	border-right:1px none #A5A6A5;
	border-bottom:1px solid #A5A6A5;
    font-family:微软雅黑;
	font-size:20px;
	text-align:left;
	display:inline;
	vertical-align:middle;
}

.DxLabelblue{
	background-color:transparent;
	color:#0000FF;
	border-top:1px none #A5A6A5;
	border-left:1px none #A5A6A5;
	border-right:1px none #A5A6A5;
	border-bottom:1px solid #A5A6A5;
    font-family:微软雅黑;
	font-size:14px;
	text-align:left;
	display:inline;
	vertical-align:middle;
}

.DxLabelbgred{
	background-color:transparent;
	color:#FF0000;
	border-top:1px none #A5A6A5;
	border-left:1px none #A5A6A5;
	border-right:1px none #A5A6A5;
	border-bottom:1px solid #A5A6A5;
    font-family:微软雅黑;
	font-size:25px;
	text-align:center;
	display:inline;
	vertical-align:middle;
}


.DxLabelbig{
	background-color:transparent;
	color:#000;
	border:1px none #b9cfd8;
    font-family:微软雅黑;
	font-size:20px;
	display:inline;
	vertical-align:middle;
	

}



.sdbutton{
   border-style:none;
   border-width:1px;
   border-color:#999999;
   background-image:url(../images/meanu-3.gif);
   background-color:transparent;
}

.sdbutton-text{
   font-size:12px;
   color:buttontext;
}

.sdbutton-mousein{
   border-style:none;
   border-width:1px;
   border-color:#999999;
   background-image:url(../images/meanu-3.gif);
   background-color:transparent;
   cursor:pointer;   
}


.DxbigLabel{
	    background-color:transparent;
	color:#000;
	border:1px none #b9cfd8;
    font-family:微软雅黑;
	font-size:14px;
	display:inline;
	vertical-align:middle;
}

.DxLabelred{
	background-color:transparent;
	color:#FF0000;
	border-top:1px none #A5A6A5;
	border-left:1px none #A5A6A5;
	border-right:1px none #A5A6A5;
	border-bottom:1px solid #A5A6A5;
    font-family:微软雅黑;
	font-size:14px;
	text-align:left;
	display:inline;
	vertical-align:middle;
}

.DxListView-white{
   border:1px solid #b8ced7;
   background:white;
}


.DxTaskBar-split-h{
	background:transparent url(../images/taskbar-split-h.gif);
}

.DxTaskBar-taskbuttons-panel-bg{
	background:transparent url(../images/taskbuttons-panel-bg.gif);
}

.DxTaskBar-startbutton-left{
	background:transparent url(../images/startbutton.gif) no-repeat 0 0;
}

.DxTaskBar-startbutton-in-left{
	background:transparent url(../images/startbutton.gif) no-repeat 0 -90px;
}

.DxTaskBar-startbutton-center{
	/*
	background:transparent url(../images/startbutton.gif) repeat-x 0 -60px;
	*/
}

.DxTaskBar-startbutt n-in-center{
	/*
	background:transparent url(../images/startbutton.gif) repeat-x 0 -150px;
	*/
}

.DxTaskBar-startbutton-right{
	background:transparent url(../images/startbutton.gif) no-repeat 0 -30px;
}

.DxTaskBar-startbutton-in-right{
	background:transparent url(../images/startbutton.gif) no-repeat 0 -120px;
}

.DxTaskBar-taskbutton-left{
	background:transparent url(../images/taskbutton.gif) no-repeat 0 0;
}

.DxTaskBar-taskbutton-in-left{
	background:transparent url(../images/taskbutton.gif) no-repeat 0 -252px;
}

.DxTaskBar-taskbutton-use-left{
	background:transparent url(../images/taskbutton.gif) no-repeat 0 -84px;
}

.DxTaskBar-taskbutton-center{
	background:transparent url(../images/taskbutton.gif) repeat-x 0 -56px;
}

.DxTaskBar-taskbutton-in-center{
	background:transparent url(../images/taskbutton.gif) repeat-x 0 -308px;
}

.DxTaskBar-taskbutton-use-center{
	background:transparent url(../images/taskbutton.gif) repeat-x 0 -140px;
}

.DxTaskBar-taskbutton-right{
	background:transparent url(../images/taskbutton.gif) no-repeat 0 -28px;
}

.DxTaskBar-taskbutton-in-right{
	background:transparent url(../images/taskbutton.gif) no-repeat 0 -280px;
}

.DxTaskBar-taskbutton-use-right{
	background:transparent url(../images/taskbutton.gif) no-repeat 0 -112px;
}

.DxTaskBar-hiddenwindow{
	 background:transparent url(../images/taskbuttons-panel-show.png); 
}

.DxTaskBar-in-hiddenwindow{
	 background:transparent url(../images/taskbuttons-panel-bg-22.png); 
}


.DxTaskBar-menu-left{
	background:transparent url(../images/start-menu-left-corners.png) no-repeat left bottom;
}

.DxTaskBar-menu-center{
	background:transparent url(../images/start-menu-top-bottom.png) repeat-x;
}


.DxTaskBar-menu-right{
	background:transparent url(../images/start-menu-right-corners.png) no-repeat right top;
}

.DxTaskMenuButton{
   background:transparent;
      border:1px solid transparent;
   
}
.DxTaskMenuButton-mouseover{
   /*background:#C6DBF7;*/
   background:#525456 url(../images/taskmenubutton.gif) repeat-x left bottom;
   border:1px solid #000000;
}
.DxTaskMenuButton-text{
   color:#000;
   background:transparent;
   font-size:12px;
   font-family:微软雅黑;
   vertical-align:bottom;
   cursor:default;

}




/*ά���?*/
table.LayoutManagerNoBorder-editForm{width:100%;
    font-size:10pt;
    border-collapse:collapse;
    padding:1px;
    border:0px solid #A5A6A5}
tr.LayoutManagerNoBorder-editForm{height:24px}
/*微软雅黑*/
td.LayoutManagerNoBorder-efLb{
	border-right:1px solid #A5A6A5;
    padding:1px 2px 1px 2px;
    white-space:nowrap;
    background:transparent  repeat-x center;
    color:#006699;
    text-align:left;
    font-weight:bold}
td.LayoutManagerNoBorder-efRb{
	border-bottom:1px solid #A5A6A5;
	border-left:1px solid #A5A6A5;
    padding:0px 0px 0px 0px;
    white-space:nowrap;
    background:transparent  repeat-x center;
    color:#006699;
    text-align:left;
    valign:middle;
    font-weight:bold}
        
/*�༭��*/
td.LayoutManagerNoBorder-efEdit{
	border:1px solid #A5A6A5;
    padding:1px 20px 1px 3px;
    white-space:nowrap;
    background:transparent repeat-x center;}
/*�༭��-���Ҷ�*/
td.LayoutManagerNoBorder-efEditRight{border:0px solid #A5A6A5;
    padding:1px 3px;
    white-space:nowrap;
    background:transparent repeat-x center;
    width:90%} 

    
.titleDxLabel{
    background-color:transparent;
	color:black;
	border:1px none #b9cfd8;
    font-family:微软雅黑;
	font-size:22;
   font-weight:bold;	
	display:inline;
	vertical-align:middle;
}


.DxtjLabel{
    background-color:transparent;
	color:#000;
	border-bottom:1px solid #000000;
	border-top:1px none #b9cfd8;
	border-left:1px none #b9cfd8;
	border-right:1px none #b9cfd8;
	
    font-family:微软雅黑;
	font-size:13px;
	display:inline;
	vertical-align:middle;
}

.DxRadioGrouplogin{
   text-decoration:none;
   font-size:12px;
   font-family:微软雅黑;

   background:transparent;
   color:#FFFFFF;
   cursor:default;
   
   border:1px none #b8ced7;
}

.DxloginLabel{
    background-color:transparent;
	color:#08306b;
	border:1px none #b9cfd8;
    font-family:微软雅黑;
	font-size:13;
	font-weight:normal;
}


.loginButton{
   border:1 none #000;
   background:#3668A3;
   
   cursor:pointer;
  
}

.loginButton-text{
   font-size:12;
   color:#FFFFFF;
   font-weight:normal;
}

.loginButton-mousein{
	background:#3668A3
  
   CURSOR: pointer;
   border:1 none #000;

}

.DxLabeldl{
    background-color:transparent;
	color:#FFFFFF;
	border:1px none #b9cfd8;
    font-family:微软雅黑;
	font-size:24;
   font-weight:normal;	
	vertical-align:middle;
}
.DxLabelpfr{
	background-color:transparent;
	color:#FFFFFF;
	border:1px none #b9cfd8;
    font-family:微软雅黑;
	font-size:12;
	display:inline;
	text-align:center;
	vertical-align:middle;
}



/*ά���?*/
table.LayoutManagernormal-editForm{width:100%;
    font-size:10pt;
    border-collapse:collapse;
    padding:0px;
    border:4px solid transparent}
tr.LayoutManagernormal-editForm{height:24px}
/*����*/
td.LayoutManagernormal-efLb{border:8px solid transparent;
    padding:0px 0px 0px 0px;
    white-space:nowrap;
    background:transparent  repeat-x center;
    color:#006699;
    text-align:left;
    font-weight:bold}
td.LayoutManagernormal-efRb{border:4px solid transparent;
    padding:1px 2px 1px 2px;
    white-space:nowrap;
    background:transparent  repeat-x center;
    color:#006699;
    text-align:left;
    valign:middle;
    font-weight:bold}
        
/*�༭��*/
td.LayoutManagernormal-efEdit{border:4px solid transparent;
    padding:1px 20px 1px 3px;
    white-space:nowrap;
    background:transparent repeat-x center;}
/*�༭��-���Ҷ�*/
td.LayoutManagernormal-efEditRight{border:8px solid transparent;
    padding:1px 3px;
    white-space:nowrap;
    background:transparent repeat-x center;
    width:90%} 
    
    
    
.DxCoolTextFieldlogin{
    color:#000;
	border-style:solid;
	border-color:#A5A6A5;
	border-width:1;
	background:transparent;
	line-height:22px;
	height:22px;
	 outline:none; 
	border:0;   	
}    
 .DxCoolTextFieldlogin:focus {box-shadow:none;}   
.DxDataCommonFunction{
	COLOR:#055BAE;
	TEXT-DECORATION:NONE;
}
.DxDataCommonFunction-content{
	color:#0B5487;
    font-weight:normal;
}


.DxTitlePanel1{
	border:1px solid #B8d7df;
	background:white;
	-moz-box-shadow:0 0 6px rgba(239,239,239, .45); 
	-webkit-box-shadow:0 0 6px rgba(239,239,239, .45); 
	box-shadow:0 0 6px rgba(239,239,239, .45); 
}

.DxTitlePanel1-title{
   height:50px;

   cursor:default;
   color:#539CD6;
   /*background-image:url(../images/menubar.png);*/
   font-size:18px;
   font-family:微软雅黑;

}
.DxTitlePanel1-title-text{
   cursor:default;
   text-align: left;
   vertical-align:middle;
   font-family:微软雅黑;
   font-size:18px;
   font-weight:normal;
   color:#3A63A1;
   border-bottom:1px solid #B8d7df;
}

.DxTitlePanel1-content{
   font-size:12px;
   font-family:微软雅黑;
   color:#539CD6;
   background:transparent;
   
}


.DxListViewbkimagetransparent{
   border:0px solid #b8ced7;
   background-image:url(../images/18.png);
}

.DxJustGage{
   text-decoration:none;
   font-size:12px;
   font-family:微软雅黑;
   background:white;
   color:windowtext;
   border:1px solid #b8ced7;
   cursor:default;
   vertical-align:middle;
   display:table-cell;
}


.DxCalendarNotepad{
  TABLE-LAYOUT:fixed; 
  border-collapse:collapse;
  border:1px solid #A5A6A5; 
}

.inefficeColor{background-color:#F5F5F5}
.todaygzColor{background-color:#FFFFCC}











.DxRadioGroupNoborderwhite{
   text-decoration:none;
   font-size:12px;
   font-family:微软雅黑;

   background:transparent;
   color:#ffffff;
   cursor:default;
   
   border:1px none #b8ced7;
}

.DxLabelycylhz{
	background-color:transparent;
	color:#0000FF;
	border:1px none #A5A6A5;
    font-family:微软雅黑;
	font-size:20;
	text-align:left;
	display:inline;
	vertical-align:middle;
}

.DxToolBarPacs{
  border-style:none;
  background-repeat:repeat;
  background-color:#a6daf0;
}
.DxToolBarPacs-left{
   /*background-image:url(../images/toolbar_left.gif);*/
   /*background-image:url(../images/c6bar.png);*/
}
.DxToolBarPacs-mid{
  /* background-image:url(../images/toolbar_mid.gif);*/
  /*background-image:url(../images/c6bar.png);*/
}
.DxToolBarPacs-right{
   /*background-image:url(../images/toolbar_right.gif);*/
  /* background-image:url(../images/c6bar.png);*/
}

.DxToolBarPacs-button{
   border-style:1px solid transparent;
}

.DxToolBarPacs-button-mouseover{
   border-left:1px solid #7B8ECE;
   border-top:1px solid #7B8ECE;
   border-right:1px solid #7B8ECE;
   border-bottom:1px solid #7B8ECE;
}

.DxToolBarPacs-button-mousedown{
   border-left:2px solid #7B8ECE;
   border-top:2px solid #7B8ECE;
   border-right:2px solid #FFFFFF;
   border-bottom:2px solid #FFFFFF;
}
.DxLabelLis{
    background-color:#08282E;
	color:#01EFFE;
	border:1px none #b9cfd8;
    font-family:微软雅黑;
	font-size:18;
	font-weight:bold;
	display:inline;
	vertical-align:middle;
	text-align:center;

}
.DxDataGrid-popgrid-icon{
	position:absolute; 
	right:4px; 
	top:5px; 
	width:16px; 
	height:16px; 
	border:1 none red;
	background:transparent url(../images/arrow.png);
	overflow:hidden;
}
.DxDataGrid-popgrid-typewriting-english{
	position:absolute; 
	right:4px; 
	top:5px; 
	width:16px; 
	height:16px; 
	border:1 none red;
	background:transparent url(../images/input_en.png);
	overflow:hidden;
}

.DxDataGrid-popgrid-typewriting-chinese{
	position:absolute; 
	right:4px; 
	top:5px; 
	width:16px; 
	height:16px; 
	border:1 none red;
	background:transparent url(../images/input_ch.png);
	overflow:hidden;
}
.emr_test_box p{margin:0;}
.emr_test_box BLOCKQUOTE{margin-top:0;margin-bottom:0}
.emr_test_box{ padding:3px; outline:0;  border-left:0px solid #000;border-right:0px solid #000;border-top:1px none #000;border-bottom:1px none #000; font-size:4.93mm; word-wrap:break-word; overflow-x:hidden; overflow-y:hidden; _overflow-y:visible;}


.emr_header_content_box p{margin:0;}
.emr_header_content_box BLOCKQUOTE{margin-top:0;margin-bottom:0}
.emr_header_content_box{margin-left:auto; padding:3px; outline:0; border-left:0px solid #000;border-right:0px solid #000;border-top:1px none #000;border-bottom:1px none #000; font-size:4.93mm; word-wrap:break-word; overflow-x:hidden; overflow-y:auto; _overflow-y:visible;}

.emr_header_box p{margin:0;}
.emr_header_box BLOCKQUOTE{margin-top:0;margin-bottom:0}
.emr_header_box{padding:3px; outline:0; border-bottom:0px none #000; font-size:4.93mm; word-wrap:break-word; overflow-x:hidden; overflow-y:hidden; _overflow-y:visible;}

.emr_footer_box p{margin:0;}
.emr_footer_box BLOCKQUOTE{margin-top:0;margin-bottom:0}
.emr_footer_box{margin-left:auto; padding:3px; outline:0; border-left:0px solid #000;border-right:0px solid #000;border-top:1px none #000;border-bottom:0px solid #000; font-size:4.93mm; word-wrap:break-word; overflow-x:hidden; overflow-y:hidden; _overflow-y:visible;} 

.yToolbar
{
	width:0px;
}
TABLE.emr_Toolbar
{
	/*BACKGROUND-IMAGE: URL(../images/toolbarbg.gif);*/
	background:#EFEFEF;
	HEIGHT: 26px;
	position:relative; /*������Ҫ��ӣ���Ȼ�����λ��ʱ�򹤾�8���λ*/
}
TABLE.emr_Toolbar TD
{
	/*BACKGROUND-IMAGE: URL(../images/toolbarright.gif);*/
	background:#EFEFEF;
	BACKGROUND-REPEAT:no-repeat;
	BACKGROUND-POSITION:RIGHT;
	padding-right:4px;
	HEIGHT: 26px;
	LEFT: 0px;
	POSITION: absolute;
	TOP: 0px;
}
TABLE.emr_Toolbar TR
{
	/*BACKGROUND-IMAGE: URL(../images/toolbarleft.gif);*/
	background:#EFEFEF;
	BACKGROUND-REPEAT:no-repeat;
	BACKGROUND-POSITION:left;
	padding-left:4px;
	HEIGHT: 26px;
	LEFT: 0px;
	POSITION: absolute;
	TOP: 0px;
}
.Btn
{
	HEIGHT: 20px;
	POSITION: absolute;
	TOP: 2px;
	WIDTH: 20px;
}

.Btntszf
{
	HEIGHT: 20px;
	POSITION: absolute;
	TOP: 2px;
	WIDTH: 25px;
}

.TBSep
{
	BORDER-LEFT: #6B90CD 1px solid;
	BORDER-RIGHT: #FFFFFF 1px solid;
	FONT-SIZE: 0px;
	HEIGHT: 15px;
	POSITION: absolute;
	TOP: 4px;
	WIDTH:1px
}
.TBGen
{
	FONT: 8pt arial,微软雅黑;
	HEIGHT: 20px;
	POSITION: absolute;
	TOP: 2px
}
.TBpointerle
{
	BACKGROUND-IMAGE: URL(../images/tbpointerle.gif);
	FONT-SIZE: 1px;
	HEIGHT: 15px;
	POSITION: absolute;
	TOP: 4px;
	left:0px;
	WIDTH: 3px
}
.Ico
{
	HEIGHT: 20px;
	LEFT: -1px;
	POSITION: absolute;
	TOP: -1px;
	WIDTH: 20px
}
.BtnMouseOverUp
{
	BACKGROUND-COLOR: #00A1DC;
	BORDER-BOTTOM: #999999	1px solid;
	BORDER-LEFT: #999999 1px solid;
	BORDER-RIGHT: #999999 1px solid;
	BORDER-TOP:	#999999	1px solid;
	HEIGHT: 21px;
	POSITION: absolute;
	TOP: 1px;
	WIDTH: 21px
}
.BtnMouseOverDown
{
	BACKGROUND-COLOR: #EAE7E3;
	BORDER-BOTTOM: #FFFFFF 1px solid;
	BORDER-LEFT: #DBE1E6 1px solid;
	BORDER-RIGHT: #FFFFFF 1px solid;
	BORDER-TOP:	#DBE1E6 1px solid;
	HEIGHT: 21px;
	POSITION: absolute;
	TOP: 1px;
	WIDTH: 21px
}
.BtnDown
{
	BACKGROUND-COLOR: #DCDCDC;
	BORDER-BOTTOM: #DBE1E6 1px solid;
	BORDER-LEFT: #9EBEF5 1px solid;
	BORDER-RIGHT: #DBE1E6 1px solid;
	BORDER-TOP:	#DBE1E6 1px solid;
	HEIGHT: 21px;
	POSITION: absolute;
	TOP: 1px;
	WIDTH: 21px
}
.IcoDown
{
	HEIGHT: 21px;
	LEFT: 0px;
	POSITION: absolute;
	TOP: 0px;
	WIDTH: 21px
}
.IcoDownPressed
{
	LEFT: 1px;
	POSITION: absolute;
	TOP: 1px
}

.Composition
{
    BACKGROUND-COLOR: #cccccc;
    POSITION: relative
}
.tszf
{
	HEIGHT: 20px;
	LEFT: -1px;
	POSITION: absolute;
	TOP: 2px;
	font-size:12px;
	WIDTH: 25px;
	cursor:pointer;
}


.ContextMenuDiv {	border-top:buttonface 1px solid;border-left:buttonface 1px solid;border-bottom:windowframe 1px solid;border-right:windowframe 1px solid;}
.ContextMenuTable {	border-top:window 1px solid;border-left:window 1px solid;border-bottom:buttonshadow 1px solid;border-right:buttonshadow 1px solid;}
.ContextMenuMouseOver {background-color:highlight;color:highlighttext;font-size: 12px;cursor:default;font-size: 12px;}
.ContextMenuMouseOut {background-color:buttonface;color:buttontext;font-size: 12px;cursor:default;font-size: 12px;}
.ContextMenuLeftBg {background-color:#0072BC}


.Emr_gdbt
{
	font-weight:bold
}
	
.Emr_hdy
{
	cursor:pointer;background:#E8E8E8;font-weight:bold;
}	
	
.Emr_gdwb
{
	cursor:pointer;background:#edc2c4;font-weight:bold;
}		
	
.Emr_singleselect
{
	cursor:pointer;background:#e8bbe6;
}	
	
.Emr_multiselect
{
	cursor:pointer;background:#c4bddc;
}	

.Emr_hasnoselect
{
	cursor:pointer;background:#bce3e9;
}


.Emr_gdbt_show
{
	font-weight:bold
}
	
.Emr_hdy_show
{
	font-weight:normal;
}	
	
.Emr_gdwb_show
{
	font-weight:bold;
}		
	
.Emr_singleselect_show
{
	background:white;
}	
	
.Emr_multiselect_show
{
	background:white;
}	

.Emr_hasnoselect_show
{
	background:white;
}	
.emr_del_scar_clear
{
	display:none;
}	
.emr_fyf
{
	
}		
.emr_fyf_print
{
	display:none;
}

.emr_ins_scar
{
	color:blue;
}

.emr_del_scar
{
	color:red;
}

.emr_ins_two_scar
{
	color:blue;border-bottom:2px double #0000FF;
	
}

.emr_del_two_scar
{
	color:red;
	BACKGROUND: url(../images/line.png) repeat-x 0% 45%;
}




.DxEmrToolBar{
  border-style:none;
  background-repeat:repeat;
}
.DxEmrToolBar-left{
   /*background-image:url(../images/toolbar_left.gif);
   background-image:url(../images/c6bar.png);*/
}
.DxEmrToolBar-mid{
  /* background-image:url(../images/toolbar_mid.gif);
  background-image:url(../images/c6bar.png);*/
}
.DxEmrToolBar-right{
   /*background-image:url(../images/toolbar_right.gif);
   background-image:url(../images/c6bar.png);*/
}

.DxEmrToolBar-button{
   border-style:1px solid transparent;
}

.DxEmrToolBar-button-mouseover{
   border-left:1px solid #7B8ECE;
   border-top:1px solid #7B8ECE;
   border-right:1px solid #7B8ECE;
   border-bottom:1px solid #7B8ECE;
}

.DxEmrToolBar-button-mousedown{
   border-left:2px solid #7B8ECE;
   border-top:2px solid #7B8ECE;
   border-right:2px solid #FFFFFF;
   border-bottom:2px solid #FFFFFF;
}

.Emr_section
{

}
.Emr_section_show_show{
	display:none;
}	
.Emr_section_show
{
	display:none;
}	

.Emr_gjc
{
	cursor:pointer;background:#D1B77E;
}

.Emr_gjc_display
{
	cursor:pointer;background:#7CA585;
}	

.Emr_gjc_show
{
	display:none;
}

.Emr_gjcselect
{
	
}	

.Emr_gdbt_hidden
{
	font-weight:bold
}

.Emr_gdbt_action_hidden
{
	font-weight:bold;border:2 outset threedface;background-color:threadface;
}

.Emr_gdbt_action
{
	font-weight:bold;border:2 outset threedface;background-color:threadface;
}

.Emr_gdbt_hidden
{
	font-weight:bold
}

.Emr_hidden_show
{
	display:none;
}

.Emr_gdwb_hidden
{
	background:#edc2c4;font-weight:bold;
}

.Emr_gdwb_action_hidden
{
	background:#edc2c4;font-weight:bold;border:2 outset threedface;background-color:threadface;
}

.Emr_gdwb_action
{
	background:#edc2c4;font-weight:bold;border:2 outset threedface;background-color:threadface;
}

.Emr_gdwb_hidden
{
	background:#edc2c4;font-weight:bold;
}

.Emr_hidden_show
{
	display:none;
}

.DxDataGrid-popgrid-icon{
	position:absolute; 
	right:4px; 
	top:5px; 
	width:16px; 
	height:16px; 
	border:1 none red;
	background:transparent url(../images/arrow.png);
	overflow:hidden;
}

.DxTreeViewwhite{
   border:1px solid #b8ced7;
   background:white;
 
}
.DxLabelRedNormal{
	background-color:transparent;
	color:#FF0000;
	border:1px none #b9cfd8;
    font-family:微软雅黑;
	font-size:12px;
	display:inline;
	vertical-align:middle;

}
.uploadifyQueueItem {
	font: 11px Verdana, Geneva, 微软雅黑;
	border: 2px solid #E5E5E5;
	background-color: #F5F5F5;
	margin-top: 5px;
	padding: 10px;
	width: 350px;
}
.uploadifyError {
	border: 2px solid #FBCBBC !important;
	background-color: #FDE5DD !important;
}
.uploadifyQueueItem .cancel {
	float: right;
}
.uploadifyProgress {
	background-color: #FFFFFF;
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	border-right: 1px solid #C5C5C5;
	border-bottom: 1px solid #C5C5C5;
	margin-top: 10px;
	width: 100%;
}
.uploadifyProgressBar {
	background-color: #0099FF;
	width: 1px;
	height: 3px;
} 
.uploadifyQueueItem {
	font: 11px Verdana, Geneva, 微软雅黑;
	border: 2px solid #E5E5E5;
	background-color: #F5F5F5;
	margin-top: 5px;
	padding: 10px;
	width: 350px;
}
.uploadifyError {
	border: 2px solid #FBCBBC !important;
	background-color: #FDE5DD !important;
}
.uploadifyQueueItem .cancel {
	float: right;
}
.uploadifyProgress {
	background-color: #FFFFFF;
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	border-right: 1px solid #C5C5C5;
	border-bottom: 1px solid #C5C5C5;
	margin-top: 10px;
	width: 100%;
}
.uploadifyProgressBar {
	background-color: #0099FF;
	width: 1px;
	height: 3px;
} 
.DxLabelpdjhbgred{
	background-color:transparent;
	color:#FF0000;
	border-top:1px none #A5A6A5;
	border-left:1px none #A5A6A5;
	border-right:1px none #A5A6A5;
	border-bottom:1px solid #A5A6A5;
    font-family:微软雅黑;
    font-weight:bold;
	font-size:50px;
	text-align:center;
	display:inline;
	vertical-align:middle;
}




.dialog-delorder {
    background:#FFFFFF;
	height: 260px;
	left: 50%;
	margin-left: auto;
	position: absolute;
	top: 0px;
	width: 460px;
	z-index: 1001;
	border-radius:10px; 
	-moz-border-radius:10px; 
	-webkit-border-radius:10px; 
}
.dialog-delorder .dialog-bar {
	background: #488fcd;
	color: #fff;
	font-size: 14px;
	font-family: "΢���ź�";
	font-weight: 700;
	height: 42px;
	line-height: 42px;
	overflow: hidden;
	text-indent: 10px;
	border-top-left-radius:10px; 
	-moz-border-top-left-radius:10px;
	-webkit-border-top-left-radius:10px;
	border-top-right-radius:10px; 
	-moz-border-top-right-radius:10px;
	-webkit-border-top-right-radius:10px;
}
.dialog-delorder .dialog-close {
	background:url(../images/delete.png);
	float: right;
	height: 16px;
	margin-right: 13px;
	margin-top: 13px;
	width: 16px;
}
.dialog-delorder .dialog-content {
	background: #fff;
	color: #666;
	font-size: 14px;
	line-height: 24px;
	height:151px; 
	width:100%;
}
.dialog-content-content{
  width:92%; 
  height:130px; 
  margin:17px auto;
  border:1px solid #cccccc; 
}
.dialog-delorder .dialog-console {
    background:url(../images/background.png) no-repeat;
	background:linear-gradient(#ebebeb,#e5e5e5,#d7d6d6);
	background:-moz-linear-gradient(#ebebeb,#e5e5e5,#d7d6d6);
	overflow: hidden;
	text-align: right;
	padding:12px 13px 12px 240px;
    *zoom: 1;
	border-bottom-left-radius:10px;
	-moz-border-bottom-left-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	-moz-border-bottom-right-radius:10px;
	-webkit-border-bottom-right-radius:10px;
}
.dialog-delorder .dialog-console a, .dialog-delorder .dialog-console a:link, .dialog-delorder .dialog-console a:hover {
	background:url(../images/confirm.png) repeat-x;
	border: 1px #2c4c60 solid;
	display: inline-block;
	font-size: 16px;
	height: 24px;
	line-height: 24px;
	margin-right: 12px;
	text-align: center;
	text-decoration: none;
	width: 78px;
}
.dialog-delorder .dialog-console a.console-btn-confirm {
	color: #fff;
}
.dialog-delorder .dialog-console a.console-btn-cancel, .dialog-delorder .dialog-console a.console-btn-cancel:link, .dialog-delorder .dialog-console a.console-btn-cancel:hover {
	background:url(../images/cancel.png) repeat-x;
	border-color: #d9d9d9;
	color: #2c4c60;
	margin: 0;
}
.cover{position:absolute; top:0; left:0; z-index:1000; background:#FFFFFF; width:100%; height:100%; filter:alpha(opacity=50); -moz-opacity:0.5; opacity:0.5; display:none}




/*��ƽ̨��*/
.eleandlogin-title{
	background-color:transparent;
	color:white;
	border:1px none #b9cfd8;
    font-family:宋体;
	font-size:27px;
	font-weight:bold;
	vertical-align:middle;
}

.eleandlogin-username{
	background-color:transparent;
	color:#000;
	border:1px none #b9cfd8;
    font-family:微软雅黑;
	font-size:22px;
	font-weight:normal;
	vertical-align:middle;
}

.DxCoolTextField-loginusername{
	background:url(about:blank);
    color:white;
	border-style:none;
	border-color:#A5A6A5;
	border-width:1px;
	font-family:微软雅黑;
	font-size:16px;
	font-weight:bold;
}

.DxCoolTextField-loginpassword{
	background:url(about:blank);
    color:white;
	border-style:none;
	border-color:#A5A6A5;
	border-width:1px;
	font-family:微软雅黑;
	font-size:11px;
}

.DxInfoLabel-logintail{
	background-color:transparent;
    color:white;
	border-style:none;
	border-color:#A5A6A5;
	border-width:1px;
	font-family:微软雅黑;
	font-size:14px;
	font-weight:bold;
	filter:alpha(opacity=50); 
	-moz-opacity:0.5; 
	-khtml-opacity: 0.5; 
	opacity: 0.5; 
}

.DxCoolTextField-logindownload{
	background-color:transparent;
    color:white;
	border-style:none;
	border-color:#A5A6A5;
	border-width:1px;
	font-family:微软雅黑;
	font-size:12px;
	font-weight:bold;
	filter:alpha(opacity=50); 
	-moz-opacity:0.5; 
	-khtml-opacity: 0.5; 
	opacity: 0.5; 
}


.DxTitleImage{
    font-family:微软雅黑;
	font-size:12px;
	border-style:none;
	border-width:1px;
}

.DxTitleImage_tiptext{
	background:#ffffff;border:1px solid #000;
     border-bottom-left-radius:4px;
	-moz-border-bottom-left-radius:4px;
	-webkit-border-bottom-left-radius:4px;
	border-bottom-right-radius:4px;
	-moz-border-bottom-right-radius:4px;
	-webkit-border-bottom-right-radius:4px;

	border-top-left-radius:4px;
	-moz-border-top-left-radius:4px;
	-webkit-border-top-left-radius:4px;
	border-top-right-radius:4px;
	-moz-border-top-right-radius:4px;
	-webkit-border-top-right-radius:4px;
	font-size:14px;color:#126481;font-family:微软雅黑;
	-moz-box-shadow:0 0 6px rgba(0, 100, 255, .45); -webkit-box-shadow:0 0 6px rgba(0, 100, 255, .45); box-shadow:0 0 6px rgba(0, 100, 255, .45); border-color:#34538b;
	cursor:default;
}

.DxTitleImage_list{
	background: #f2f2f2;
    border: 1px solid #ccc;
    _overflow: hidden;
    box-shadow: 1px 1px 3px #ededed;
    -webkit-box-shadow: 1px 1px 3px #ededed;
    -moz-box-shadow: 1px 1px 3px #ededed;
    -o-box-shadow: 1px 1px 3px #ededed;
}

.DxTitleImage_listdetail{
	width: 100%;list-style:none;
	background:#f0f0f0;
    color: #000;
    font: 14px arial;
    padding-left:0px;
    position: relative;margin-left:0px;
    cursor: default;
}

.DxLabelnewTitle{
	background-color:transparent;
	color:#000;
	border:1px none #b9cfd8;
    font-family:微软雅黑;
	font-size:20px;
	display:inline;
	vertical-align:middle;
}

.WatWebForm-title{
  border-top:1px none #114F78;
  border-left:1px none #114F78;
  border-right:1px none #114F78;
  border-bottom:1px solid #cccccc;
}


.DxDataBeds{
   text-decoration:none;
   font-size:12px;
   font-family:微软雅黑;
   background:#FFFFFF;
   color:windowtext;
   border:1px solid #b8ced7;
   cursor:default;
   background-color:#f4f6fa!important;
}
 .DxTreeView td span{
	margin-left:-3px;
} 

.DxDataBeds-bed{
   text-decoration:none;
   font-size:12px;
   font-family:微软雅黑;
   background:transparent;
   color:windowtext;
   border:1px none #b8ced7;
   cursor:default;
}

.DxFunctionContainer{
   text-decoration:none;
   font-size:12px;
   font-family:微软雅黑;
   background:transparent;
   color:windowtext;
   border:1px none #b8ced7;
   cursor:default;
}
.DxFunctionContainer-button{
	border:1px solid #cccccc;
	background:#ffffff;
}

.DxFunctionContainer-button-title{
	font-size:13px;
	margin-top:10px;
	font-family:微软雅黑;
	color:#525252;
}

.DxResponsiveContainer{
   text-decoration:none;
   font-size:12px;
   font-family:微软雅黑;
   background:transparent;
   color:windowtext;
   border:1px solid #b8ced7;
   cursor:default;
}


.DxTitlePanelchat{
	border:1px none #B8d7df;
	background:#f2f2f2;
	
}

.DxTitlePanelchat-title{
   height:50px;

   cursor:default;
   color:#525252;
   /*background-image:url(../images/menubar.png);*/
   font-size:18px;
   font-family:微软雅黑;

}
.DxTitlePanelchat-title-text{
   cursor:default;
   text-align: left;
   vertical-align:middle;
   font-family:微软雅黑;
   font-size:18px;
   font-weight:normal;
   color:#525252;
   border-bottom:1px none #B8d7df;
}

.DxTitlePanelchat-content{
   font-size:12px;
   font-family:微软雅黑;
   color:#525252;
   background:transparent;
   
}

.DxDataBeds{
   text-decoration:none;
   font-size:12px;
   font-family:微软雅黑;
   background:#FFFFFF;
   color:windowtext;
   border:1px none #b8ced7;
   cursor:default;
}

/* .DxDataBeds-bed{
   text-decoration:none;
   font-size:12px;
   font-family:微软雅黑;
   background:transparent;
   color:windowtext;
   border:1px none #b8ced7;
   cursor:default;
} */

.DxLabelhrCashier{
	background-color: transparent;
	color: #18879f;
	border: 1px none #eae9e3;
	font-family: 微软雅黑;
	display: inline;
	vertical-align: middle;
	height:1px;
}


.DxCoolButtonBold {
	border-style: solid;
	border-width: 1;
	border-color: #3D96C0;
	/*background-image:url(../images/c3.gif);*/
	background-color: #3D96C0;
	cursor: hand;
	color: #fff;
	font-size: 14; //
}

.DxCoolButtonBold-text {
	text-align: center;
	font-size: 15; //
	color: #0B5487;
}

.DxCoolButtonBold-mousein {
	border-style: solid;
	border-width: 1;
	border-color: #18879f;
	background-color: #18879f;
	cursor: hand;
	color:#fff;
	font-size: 14; //
}
.DxCoolButtonBold-dis {
	border-style: solid;
	border-width: 1;
	font-size: 14; //
	color:#fff;
	border-color: #18879f;
	background-color: #18879f;
}

/* �շѴ���ʽ */
.DxLabelCashierMsg {
	background-color: #ffffff;
	border: 1px none #eae9e3;
	font-family: 微软雅黑;
	font-size: 16px;
	display: inline;
	vertical-align: middle;
}
.DxLabelCashier {
	background-color: transparent;
	color: #18879f;
	border: 1px none #eae9e3;
	font-family: 微软雅黑;
	font-size: 16px;
	display: inline;
	vertical-align: middle;
}
.DxCoolTextFieldCashier {
	color: #000;
	border: 1px solid #A5A6A5 ;
	background: #FFFFFF;	
	line-height: 26px;
	vertical-align: middle;
	font-size: 16px;
}
.DxCoolTextFieldCashier_ipt{
	color: #000;
	border-style: 1px solid #A5A6A5;
	border-color: #000;
	border-width: 2;
	background: #000;	
	line-height: 26px;
	vertical-align: middle;
	font-size: 16px;
}
.DxComboBoxCashier{
   border:1px solid #A5A6A5;
}
.DxComboBoxCashier-input{
   border-style:none;
   background:#FFFFFF;
   color:#000;
   font-size:16px;
   font-family:微软雅黑;
   cursor:default;
}
.DxComboBoxCashier-button{
   background-color:#FFFFFF;
   border-style:none;
   background-repeat:no-repeat;
   top:1px;
   right:2px;
   width:26px;
   height:26px;
   align:center;
	background-image: url(../images/dropdownnew.gif);
}
.DxComboBoxCashier-button-mouseover{
   background-color:#FFFFFF;
   border-style:none;
   background-repeat:no-repeat;
   top:1px;
   right:2px;
   width:26px;
   height:26px;
	background-image: url(../images/dropdownnew_in.gif);
}
.DxComboBoxCashier-select{
   border:1px none #B9CFD8;
   font-size:16px;
   font-family:微软雅黑;
   color:#000;
}

.DxDateTimePickCashier {
	border: 1px solid #A5A6A5;
}
.DxDateTimePickCashier-input {
	color: #000;
	border: 1px none #A5A6A5;
	text-align: left;
	background-color: transparent;
	line-height: 26px;
	font-size: 16px;
	vertical-align: middle;
}
.DxDateTimePickCashier-up-image {
	background-color: transparent;
	/*background-image: url(../images/arrup.gif);*/
	background-image: url(../images/dropdownnew.gif);
	background-repeat: no-repeat;
	background-position: center;
	border-color: white;
}
.DxDateTimePickCashier-up-image-mouseover {
	background-color: transparent;
	/*background-image: url(../images/arrupin.gif);*/
	background-image: url(../images/dropdownnew_in.gif);
	background-repeat: no-repeat;
	background-position: center;
	border-color: white;
}
.DxDateTimePickCashier-down-image {
	background-color: transparent;
	/*background-image: url(../images/arrdown.gif);*/
	background-image: url(../images/dropdownnew_in.gif);
	background-repeat: no-repeat;
	background-position: center;
	border-color: white;
}
.DxDateTimePickCashier-down-image-mouseover {
	background-color: transparent;
	/*background-image: url(../images/arrdownin.gif);*/
	background-image: url(../images/dropdownnew_in.gif);
	background-repeat: no-repeat;
	background-position: center;
	border-color: white;
}
.DxDateTimePickCashier-button {
	background-color: window;
	border-style: none;
	background-repeat: no-repeat;
	top: 1px;
	right: 2px;
	width: 26px;
	height: 26px;
	/*background-image: url(../images/dropdown.gif);*/
	background-image: url(../images/dropdownnew.gif);
	background-position: center;
	background-color: transparent;
}
.DxDateTimePickCashier-button-mouseover {
	background-color: window;
	border-style: none;
	background-repeat: no-repeat;
	top: 1px;
	right: 2px;
	width: 26px;
	height: 26px;
	/*background-image: url(../images/dropdown.gif);*/
	background-image: url(../images/dropdownnew_in.gif);
	background-position: center;
	background-color: transparent;
}
.DxCoolButtonCashier {
	font-family: 微软雅黑;
	border-style: solid;
	border-width: 1;
	border-color: #eae9e3;
	background-color: #89CCE8;
	cursor: hand;
}
.DxPopGridTextCashier {
   border:1px solid #A5A6A5;
}
.DxPopGridTextCashier-input{
	color: #000;
    font-size:16px;
	line-height: 26px;
	vertical-align: middle;
}
.DxPopGridTextCashier-icon {
	border-style:1px solid  #eeeeef;
	top: 0px;
	right: 2px;
	width: 26px;
	height: 26px;
	overflow: hidden;	
	background-color: transparent;
	background-image: url(../images/arrow_new_in.png);
	background-repeat: no-repeat;
	background-position: center;
}
.DxPopGridTextCashier-icon-enabled {
	border-style:1px solid  #A5A6A5;
	top: 0px;
	right: 2px;
	width: 26px;
	height: 26px;
	overflow: hidden;	
	background-color: transparent;
	background-image: url(../images/arrow_new.png);
	background-repeat: no-repeat;
	background-position: center;
}
.DxLabelBoldCashier{
	b ckground-color: transparent;
	color: #18879f;
	border: 1px none #eae9e3;
	font-family: 微软雅黑;
	font-size: 14px;
	display: inline;
	vertical-align: middle;
}
.DxLabelBoldRedCashier{
	background-color: transparent;
	color: #18879f;
	font-family: 微软雅黑;
	font-size: 16px;
	font-weight:bold;
	vertical-align: middle;
}
.DxCoolTextFieldRedCashier {
	color: #ff0000;
	border: 1px solid #A5A6A5;
	background: window;	
	line-height: 28px;
	vertical-align: middle;
	font-family: 微软雅黑;
	font-size: 28px;
	font-weight:bold;
	padding-right:10px;
	
}
.DxCoolTextFieldBlackCashier {
	color: #18879f;
	border: 1px solid #A5A6A5;
	background: window;	
	line-height: 20px;
	vertical-align: middle;
	font-family: 微软雅黑;
	font-size: 20px;
	font-weight:bold;
}

/*�ޱ߿微软雅黑ڿؼ�*/
.DxDateTimePickselect {
	border: 1px solid #eae9e3;
}

.DxDateTimePickselect-input {
	border: 1px none #b9cfd8;
	text-align: left;
	background-color: transparent;
}

.DxDateTimePickselect-up-image {
	background-image: url(../images/arrup.gif);
	background-repeat: no-repeat;
	border-color: white;
}

.DxDateTimePickselect-up-image-mouseover {
	background-image: url(../images/arrupin.gif);
	background-repeat: no-repeat;
	border-color: white;
}

.DxDateTimePickselect-down-image {
	background-image: url(../images/arrdown.gif);
	background-repeat: no-repeat;
	border-color: white;
}

.DxDateTimePickselect-down-image-mouseover {
	background-image: url(../images/arrdownin.gif);
	background-repeat: no-repeat;
	border-color: white;
}

.DxDateTimePickselect-button {
	background-color: window;
	border-style: none;
	background-repeat: no-repeat;
	top: 1px;
	right: 2px;
	width: 18px;
	height: 18px;
	background-image: url(../images/dropdown.gif);
}

.DxDateTimePickselect-button-mouseover {
	background-color: window;
	border-style: none;
	background-repeat: no-repeat;
	top: 1px;
	right: 2px;
	width: 18px;
	height: 18px;
	background-image: url(../images/dropdown.gif);
}

.DxTitleLabelMiddle {
	background-color: transparent;
	color: #000;
	border: 1px none #b9cfd8;
	font-family: 微软雅黑;
	font-size: 14;
	font-weight: bold;
}

.newDxLabel {
	font-weight: bold;
	font-size: 16px;
}
.newDxLabel2 {
	font-weight: bold;
	font-size: 14px;
}
.newDxLabeltitle {
	font-size: 14px;
}

.newDxListView {
	border: 0px solid #b8ced7;
}

.newDxPanel {
	border: 2px solid #F1F1EF;
	border-radius: 5px;
}

.boldDxLabel {
	color: red;
	font-size: 17px;
	font-weight: bold;
	font-family: 微软雅黑;
}
.bold_btn {
	font-size: 16px;
	font-weight: bold;
	border-style: solid;
	border-width: 1;
	border-color: #539CD6;
	background-color: #89CCE8;
}
.bold_btn-text {
	text-align: center;
	font-size: 16px; //
	color: #000;
	color: #0B5487;
	font-weight: bold;
}

.bold_btn-mousein {
	border-style: solid;
	border-width: 1;
	border-color: #539CD6;
	background-color: #89CCE8;
	cursor: hand;
	font-size: 16px;
	font-weight: bold;
}

.bold_btn-dis {
	border-style: solid;
	border-width: 1;
	border-color: #999999;
	background-color: #89CCE8;
	font-size: 16px;
	font-weight: bold;
}
.littleborder{
	border: 1px solid #F1F1EF;
}
.newDxCoolTextField {
	border:0px;
	border-top: 1px solid #eae9e3;
	background-color: #fff;
	line-height: 18px;
	font-size: 13px;
}
.DxLabelMiddle {
	background-color: transparent;
	color: #000;
	border: 1px none #b9cfd8;
	font-family: 微软雅黑;
	font-size: 16;
	display: inline;
	vertical-align: middle;
}
.DxLabelLarge {
	background-color: transparent;
	color: #000;
	border: 1px none #b9cfd8;
	font-family: 微软雅黑;
	font-size: 36;
	display: inline;
	vertical-align: middle;
}

/*combox�ؼ�*/
.DxComboBoxselect {
	border: 1px solid #eae9e3;
}

.DxComboBoxselect-input {
	border-style: none;
	background: window;
	color: #000;
	font-size: 12px;
	font-family: 微软雅黑;
	cursor: default;
}

.DxComboBoxselect-button {
	background-color: window;
	border-style: none;
	background-repeat: no-repeat;
	top: 1px;
	right: 2px;
	width: 18px;
	height: 18px;
	background-image: url(../images/dropdown.gif);
}

.DxComboBoxselect-button-mouseover {
	background-color: window;
	border-style: none;
	background-repeat: no-repeat;
	top: 1px;
	right: 2px;
	width: 18px;
	height: 18px;
	background-image: url(../images/dropdown_in.gif);
}

.DxComboBoxselect-select {
	border: 1px none #B9CFD8;
	font-size: 12px;
	font-family: 微软雅黑;
	color: #000;
}

/*˫��ת微软雅黑ʽ*/
.twrDxCoolTextField {
	border: 1px solid #eae9e3;
	background-color: #fff;
	line-height: 18px;
	font-size: 13px;
}

.twrpop {
	color: #000;
	border-style: solid;
	border-color: #eae9e3;
	border-width: 1;
	background: window;
}

.twrpop-icon {
	background-color: window;
	border-style: solid;
	background-repeat: no-repeat;
	top: 2;
	right: 2;
	width: 18;
	height: 18;
	align: center;
	background: transparent url(../images/arrow.png);
	overflow: hidden;
}

table.twrpop-divList {
	border: 1px solid #999999;
	border-collapse: collapse;
	padding: 0px;
	font-size: 12pt;
	cursor: pointer;
	background: #F0F0F0;
}

/*---divList��---*/
tr.twrpop-divList {
	background-color: #F0F0F0;
	page-break-inside: avoid;
	height: 18
}

/*---divList��---*/
tr.twrpop-divListTitle {
	background-color: #D6EBD6;
	page-break-inside: avoid;
	height: 18
}

/*---�б?��-�м�---*/
td.twrpop-divList {
	white-space: nowrap;
	padding: 0px;
	font-weight: normal;
	border-left: 1px solid #999999;
	border-top: 1px solid #999999
}

.twrdate {
	border: 1px solid #eae9e3;
}

.twrdate-input {
	border: 1px none #b9cfd8;
	text-align: left;
	background-color: transparent;
}

.twrdate-up-image {
	background-image: url(../images/arrup.gif);
	background-repeat: no-repeat;
	border-color: white;
}

.twrdate-up-image-mouseover {
	background-image: url(../images/arrupin.gif);
	background-repeat: no-repeat;
	border-color: white;
}

.twrdate-down-image {
	background-image: url(../images/arrdown.gif);
	background-repeat: no-repeat;
	border-color: white;
}

.twrdate-down-image-mouseover {
	background-image: url(../images/arrdownin.gif);
	background-repeat: no-repeat;
	border-color: white;
}

.twrdate-button {
	background-color: window;
	border-style: none;
	background-repeat: no-repeat;
	top: 1px;
	right: 2px;
	width: 18px;
	height: 18px;
	background-image: url(../images/dropdown.gif);
}

.twrTextArea {
	border: 1px solid #eae9e3;
	background-color: #fff;
	line-height: 18px;
	font-size: 13px;
	font-family: 微软雅黑;
}

.DxLine {
	border-top:1px solid #0d8ba4;	
}

.DxInfoLabel-title{
	background-color:transparent;
    color:#525252;
	border-style:none;
	border-color:#A5A6A5;
	border-width:1px;
	font-family:微软雅黑;
	font-size:14px;
	font-weight:normal;
}

.DxInfoLabel-title-mouseover{
	background-color:transparent;
    color:#3399ff;
	border-style:none;
	border-color:#A5A6A5;
	border-width:1px;
	font-family:微软雅黑;
	font-size:14px;
	font-weight:normal;
}

.DxInfoLabel-title-split{
	color:#cccccc;
	filter:alpha(opacity=50); 
	-moz-opacity:0.5; 
	-khtml-opacity: 0.5; 
	opacity: 0.5; 
}

.bdsug {
    display: none;
    position: absolute;
    z-index: 1;
    background: #fff;
    border: 1px solid #ccc;
    _overflow: hidden;
    box-shadow: 1px 1px 3px #ededed;
    -webkit-box-shadow: 1px 1px 3px #ededed;
    -moz-box-shadow: 1px 1px 3px #ededed;
    -o-box-shadow: 1px 1px 3px #ededed;
}

.bdsug li {
    width: 100%;
    color: #000;
    font: 14px arial;
    line-height: 30px;
    padding: 0 8px;
    position: relative;
    cursor: default;
	
    list-style: none;

}
.bdsug-overflow {
    width: 100%;
    color: #000;
    font: 14px arial;
    line-height: 30px;
    padding: 0 8px;
    position: relative;
    cursor: default;
	background:#f0f0f0;
	
    
    list-style: none;
}
.bdsug ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

.DxCoolButtonBoldBlue {
	border-style: solid;
	border-width: 1;
	border-color: #3399FF;
	/*background-image:url(../images/c3.gif);*/
	background-color: #3399FF;
	cursor: hand;
	color: #fff;
	font-size: 14; //
}

.DxCoolButtonBoldBlue-text {
	text-align: center;
	font-size: 15; //
	color: #0B5487;
}

.DxCoolButtonBoldBlue-mousein {
	border-style: solid;
	border-width: 1;
	border-color: #3399FF;
	background-color: #3399FF;
	cursor: hand;
	color:#fff;
	font-size: 14; //
}
.DxCoolButtonBoldBlue-dis {
	border-style: solid;
	border-width: 1;
	font-size: 14; //
	color:#fff;
	border-color: #3399FF;
	background-color: #3399FF;
} 

.tableclass{font-size:4.25mm;font-family:微软雅黑;line-height:1.5;}
.DxComboBoxCashieruse{
   border:1px solid #eeeeef;
}
.DxComboBoxCashieruse-input{
   border-style:none;
   background:#FFFFFF;
   color:#000;
   font-size:16px;
   font-family:微软雅黑;
   cursor:default;
}
.DxComboBoxCashieruse-button{
   background-color:#FFFFFF;
   border-style:none;
   background-repeat:no-repeat;
   top:1px;
   right:2px;
   width:26px;
   height:26px;
   align:center;
	background-image: url(../images/dropdownnew_in.gif);
}
.DxComboBoxCashieruse-button-mouseover{
   background-color:#FFFFFF;
   border-style:none;
   background-repeat:no-repeat;
   top:1px;
   right:2px;
   width:26px;
   height:26px;
	background-image: url(../images/dropdownnew_in.gif);
}

.DxComboBoxCashieruse-select{
   border:1px none #B9CFD8;
   font-size:16px;
   font-family:微软雅黑;
   color:#000;
}
.DxZzbyButtonBold {
   border:1px solid black;
   background:transparent;
   cursor:pointer;
   font-size:90px;
}

.DxZzbyButtonBold-text {
   font-size:90px;
   color:black;
}

.DxZzbyButtonBold-mousein {
   CURSOR: pointer;
   border:1px solid black;
   background:transparent;
   font-size:90px;
}
.DxZzbyButtonBold-dis {
    border:1px solid gray;
    background:transparent;
    cursor:pointer;
    font-size:90px;
 }
.Emr_inputinfo_edit
{
	cursor:pointer;background:#e8bbe6;
}

.Emr_inputinfo
{
	cursor:pointer;background:#e8bbe6;
}
.Emr_inputinfo_edit_show
{
	background:white;
}

.Emr_inputinfo_show
{
	background:white;
	display:none;
}
.Emr_singleselect_edit
{
	cursor:pointer;background:#e8bbe6;
}

.Emr_multiselect_edit
{
	cursor:pointer;background:#c4bddc;
}	

.Emr_hasnoselect_edit
{
	cursor:pointer;background:#bce3e9;
}
.Emr_singleselect_display
{
	cursor:pointer;background:#e8bbe6;
}

.Emr_multiselect_display
{
	cursor:pointer;background:#c4bddc;
}	

.Emr_hasnoselect_display
{
	cursor:pointer;background:#bce3e9;
}

.Emr_s_display_show
{
	display:none;
}

.Emr_m_display_show
{
	display:none;
}	

.Emr_h_display_show
{
	display:none;
}

.Emr_s_edit_show
{
	background:white;
}

.Emr_m_edit_show
{
	background:white;
}	

.Emr_h_edit_show
{
	background:white;
}
.wxim_label_title{
	font-size:18px;
}
.wxim_label_sendBtn{
	font-size:14px;
	border-radius:5px;
	border:1px solid #c1c1c1;
	text-align:center;
}
.imTextArea{
	border:none;
	resize:none;
}
.imLittleTitle{
	font-size:18px;
}
.imLittleInfo{
	font-size:18px;
}
.imOpacityPanel{
	z-index:-1;
	opacity:0;
	background-color:#fff;
}
.imMenu{
	box-shadow: 10px 10px 5px #000;
}
.imBtn {
	border-style: solid;
	border-width: 0;
	border-color: #3D96C0;
	/*background-image:url(../images/c3.gif);*/
	background-color: #3D96C0;
	cursor: hand;
	color: #fff;
	font-size: 18; //
}
.imBtn-text {
	text-align: center;
	font-size: 15; //
	color: #0B5487;
}

.imBtn-mousein {
	border-style: solid;
	border-width: 0;
	border-color: #18879f;
	background-color: #18879f;
	cursor: hand;
	color:#fff;
	font-size: 20; //
}
.imBtn-dis {
	border-style: solid;
	border-width: 0;
	font-size: 18; //
	color:#fff;
	border-color: #18879f;
	background-color: #18879f;
}
.imselecttitle{
	font-size:18px;
}
.BITitleLabel{
    background-color:transparent;
    color:#aaa;
    border:1px none #b9cfd8;
    font-family:微软雅黑;
    font-size:18px;
    vertical-align:middle;
    

}
.BITITLEPanel{
   text-decoration:none;
   font-size:12px;
   font-family:微软雅黑;
   background:#072654;
   color:windowtext;
   border-bottom:0;
   cursor:default;
   background: linear-gradient(to right,rgb(231,231,231),rgb(123,196,225),rgb(231,231,231));
}
.BIURLPage{
   border:1px none #c8c8c8; 
   font-size:12px;
   font-family:微软雅黑;
   margin-top:6px;
   margin-bottom:0px;
   margin-left:6px;
   margin-right:0px;
   background:transparent;
}

.DxDIVGrid{
	background:transparent;
}

.DxDIVGrid-split{
	background:#c1c1c1;
}

.DxFunctionPanel {
	background:#FFFFFF;
	color:#000;
}

.DxDesktopTitleLabel{
	background-color:transparent;
	color:#000;
	border:1px none #b9cfd8;
    font-family:微软雅黑;
	font-size:15px;
	vertical-align:middle;
	

}

.DxLabelvertical{
	background-color:#f9edc3;
	color:#073549;
	border:1px solid #d1c6a2;
    font-family:微软雅黑;

	font-size:13;
	display:inline;
	vertical-align:text-top;
	writing-mode:tb-rl;
	text-align:center;
}


.DxCoolButton-jnlogin{
   /*background-image:url(../images/c3.gif);*/
   background-color:#3399ff;
   border:1px outset #4d92cc;
   color:#ffffff;
   cursor:pointer;
   font-size:18px;
   font-family:微软雅黑;   
}

.DxCoolButton-jnlogin-text{
	text-align:center;
   font-size:18px;
   /*color:#000;*/
   color:#ffffff;
   font-family:微软雅黑;
}

.DxCoolButton-jnlogin-mousein{
   background-color:#0177d7;
   border:1px outset #4d92cc;
   color:#ffffff;
   cursor:pointer;
   font-size:18px;
   font-family:微软雅黑;   
}

.DxCoolButton-jnlogin-dis{
   border-style:solid;
   border-width:1px;
   border-color:#dddddd;
   color:#999999;
   background-color:#cedbe1;
   font-size:18px;
   font-family:微软雅黑;   
}


.DxCoolTextField-jnlogin{
    color:#000;
	border-style:solid;
	border-color:#A5A6A5;
	border-width:1px;
	background:window; 
	font-size:16px;
}

.DxCoolTextField-jnlogin:focus{-moz-box-shadow:0 0 6px rgba(0, 100, 255, .45); -webkit-box-shadow:0 0 6px rgba(0, 100, 255, .45); box-shadow:0 0 6px rgba(0, 100, 255, .45); border-color:#34538b;}


td.repList{
    padding:1px;
    font-weight:normal;
    border-left:1px solid #999999;
    border-top:1px solid #999999}
table.repList{width:100%;
    border:1px solid #999999;
    border-collapse:collapse;
    padding:2px;
    font-size:10pt}
    
    
.DxCoolButton20green{
   border-style:none;
   border-width:1;
   border-color:#779FB9;
   
   cursor:hand;
   font-size:20;
   font-family:Sans-Serif;   
   cursor:default;
   color:windowtext;
   background:url("../images/green.png") no-repeat 8px center;

}

.DxCoolButton20green-text{  
   font-family:Verdana,Geneva,SimSun,FangSong_GB2312,FangSong,Arial,Helvetica,Sans-Serif;
   font-size:20;
}

.DxCoolButton20green-mousein{
   border-style:none;
   border-width:1;
   border-color:#006666;
   background:url("../images/blue_deep.png") no-repeat 8px center;
   background-color:transparent;
   cursor:hand;
   font-family:Sans-Serif;
   font-size:20;
}

.DxCoolButton20green-dis{
   color:#ffffff;
   border-style:none;
   border-width:1;
   border-color:#999999;
   background:url("../images/green.png") no-repeat 8px center;
   background-color:transparent;
   font-family:Sans-Serif;
   font-size:20;
}

.DxCoolButton20green-mouseover{
   border-left:1px solid #7B8ECE;
   border-top:1px solid #7B8ECE;
   border-right:1px solid #7B8ECE;
   border-bottom:1px solid #7B8ECE;
   font-size:20;
   
   background-repeat:repeat-x;
   background:url("../images/green.png") no-repeat 8px center;
}

.DxCoolButton20green-mousedown{
   border-left:2px solid #7B8ECE;
   border-top:2px solid #7B8ECE;
   border-right:2px solid #FFFFFF;
   border-bottom:2px solid #FFFFFF;
   font-size:20;
   background-repeat:repeat-x;
   background:url("../images/green.png") no-repeat 8px center;
}
.DxCoolButton30green{
   border-style:none;
   border-width:1;
   border-color:#779FB9;
   letter-spacing:3px;
   cursor:hand;
   font-size:24;
   font-family:Sans-Serif;   
   cursor:default;
   /*color:windowtext;*/
   color:white;
   text-align:center;
   padding-left: 18px;
   box-sizing: border-box;
   background:url("../images/green.png") no-repeat 9px center;

}

.DxCoolButton30green-text{  
   font-family:Verdana,Geneva,SimSun,FangSong_GB2312,FangSong,Arial,Helvetica,Sans-Serif;
   font-size:30;
}

.DxCoolButton30green-mousein{
   border-style:none;
   border-width:1;
   border-color:#006666;
   background:url("../images/bg1.jpg") no-repeat 9px center;
   background-color:transparent;
   cursor:hand;
   font-family:Sans-Serif;
   font-size:24;
   letter-spacing:3px;
   text-align:center;
   padding-left: 18px;
   box-sizing: border-box;
}

.DxCoolButton30green-dis{
   border-style:none;
   border-width:1;
   border-color:#999999;
   background:url("../images/green.png") no-repeat 9px center;
   background-color:transparent;
   font-family:Sans-Serif;
   font-size:30;
}

.DxCoolButton30green-mouseover{
   border-left:1px solid #7B8ECE;
   border-top:1px solid #7B8ECE;
   border-right:1px solid #7B8ECE;
   border-bottom:1px solid #7B8ECE;
   font-size:30;
   
   background-repeat:repeat-x;
   background:url("../images/green.png") no-repeat 9px center;
}

.DxCoolButton30green-mousedown{
   border-left:2px solid #7B8ECE;
   border-top:2px solid #7B8ECE;
   border-right:2px solid #FFFFFF;
   border-bottom:2px solid #FFFFFF;
   font-size:30;
   background-repeat:repeat-x;
   background:url("../images/green.png") no-repeat 9px center;
}

.DxPanelBar{
   text-decoration:none;
   font-size:12px;
   font-family:微软雅黑;
   background:white;
   color:windowtext;
   border:1px none #b8ced7;
   cursor:default;
}
.scd_table tr.fix-width-td td{width:14px !important;}
.scd_table{border: 1px solid #000; border-right:0 !important; text-align:center; font-size:8px;margin: 0 100px;}
.scd_table caption{font-size: 18px;font-weight: bold;margin-bottom: 15px;}
.scd_table th{border-right:1px solid #000; border-bottom:1px solid #000; width:62px; height:14px; line-height:12px;font-weight: 500;}
.scd_table td{border-right:1px solid #000; border-bottom:1px solid #000;  height:14px; line-height:12px;font-size:8px;font-weight:normal;}
.scd_table tr.black-line td{border-bottom-color:black;}
.scd_table td.red-line{ border-right-color:red; border-left:0}
.scd_table .red td{border-bottom-color:red;}
.scd_table .text-top{vertical-align:top;}
.scd_table .mb .danwei,.tw .danwei{position:absolute; top:11px; right:9px;}
.scd_table .mb .more{right: 3px;}
.scd_table td{border-left:0}
.scd_table th{border-left:0}

.dx_border_style:focus {
	outline: none;
}
.dx_border_style div {
	width: 100%;
    height: 16px;
    border-bottom: 1px solid #ccc;
}
.dx_border_style>div:focus {
	outline: none;
}
/** 添加固定表头样式  qyf 2020-12-11 18:15:50  开始*/
.fixedTable{
    overflow:auto;
    width:800px;
    height:290px; /* 固定高度 */
    border:1px solid gray;
    border-bottom: 0;
    border-right: 0;
}

.fixedTable td,th{
    border-right :1px solid gray;
    border-bottom :1px solid gray;
    box-sizing: border-box;
}

.fixedTable th {
    background-color:#FFFAFA;
}


.fixedTable table {
    border-collapse:separate;
    table-layout: fixed;
    width: 100%; /* 固定寬度 */
}

.fixedTable td[guding], th[guding]{
    position:sticky;
    left:-1; /* 首行在左 */
    z-index:1;
    background-color:#FFFAFA;
}

.fixedTable thead tr th{
    position:sticky;
    top:0; /* 第一列最上 */
}

.fixedTable th[guding]{
    z-index:2;
    background-color:#FFFAFA;
}
/** 添加固定表头样式  qyf 2020-12-11 18:15:50  结束*/

/* 处理数字分行显示问题 */
.DxLabelvertical2{
	background-color:#f9edc3;
	color:#073549;
	border:1px solid #d1c6a2;
    font-family:微软雅黑;
    margin:0 auto;
	font-size:13;
	width:25px;
}
