﻿
.div_model_bg
{
	height: 100%;
	width: 100%;	
	cursor: wait;	
	background-color: #DDDDDD;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	border:1px;
	filter:alpha(opacity=80);
}
.div_model
{  
	position:fixed;
	margin: auto;
	top:20%;
	left:30%;	

	cursor:default;
	
}

.dt_title
{
	text-align: center; font-weight: bold;  margin:4px; font-size:14px; background-position-y: bottom; background-image: url(../../Images/admin_top_bg.gif); background-repeat: repeat-x;
	
	}
	.dt_caption
	{
		font-weight:bold;
		}

/*div模式窗口样式*/
.win table
{           
    width:100%;
}  
.win .lt
{            
    width: 24px;
    height: 24px;
    background-image:  url('../../images/window/win_lt.png' );            
}
.win .t
{
	height:24px;
    background-image:  url('../../images/window/win_t.png' );   
    background-repeat: repeat-x;           
}
.win .rt
{
    width: 24px;
    height: 24px;   
    background-image:  url('../../images/window/win_rt.png' );   
}
.win .l
{
    width: 5px;
    background-image:  url('../../images/window/win_l.png' );   
    background-repeat: repeat-y;   
}
.win .lb
{
    width: 23px;
    height: 23px;
    background-image:  url('../../images/window/win_lb.png' );                          
}
.win .b
{
    height: 23px;
    background-image:  url('../../images/window/win_b.png' );  
    background-repeat: repeat-x;   
}
.win .rb
{
    width: 19px;
    height: 23px;
   background-image:  url('../../images/window/win_rb.png' );   
}
.win .r
{
    width: 5px;    
    background-image:  url('../../images/window/win_r.png' );  
    background-repeat: repeat-y;   
}
.win .close
{
	margin-top:4px;
	margin-left:3px;
	width: 16px;
    height: 16px;
    cursor:pointer;    
    border:0px;     
}
.win .mid
{
	background-color:White;
	padding:4px;
}
 
/**/    
.txtbut
{
	cursor: hand;
	border-right: 1px outset;
	padding: 1px;
	margin: 2px;
	border-top: 1px outset;
	border-left: 1px outset;
	border-bottom: 1px outset;
	background-color: ButtonFace;
	}

body {	
	margin-left: 4px;
	margin-top: 1px;
	margin-right: 4px;
	margin-bottom: 1px;	
	background-repeat: repeat-x;
    font-size:12px;

	/*background-color:#E3EFFF;
	font-size: 9pt;
background:#EDF4FA;
	background-color:#F5F9FF;

    overflow: auto;*/
    background-color: #d6e6f3;

	
}
/* xhtml标准下 全局设置 滚动条样式*/
html
{
scrollbar-face-color:#D4E1F1;
scrollbar-highlight-color:#D4E1F1;
scrollbar-3dlight-color:#D4E1F1;
scrollbar-darkshadow-color:#D4E1F1;
scrollbar-Shadow-color:#D4E1F1;
scrollbar-arrow-color:#689ABF;
scrollbar-track-color:#ffffff;
	
	}

form
{
	margin:0px;
	padding:0px;
}
fieldset
{

	padding-left: 4px;	
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;	
	}

	
	/*ajaxcontroltookit 控件用CSS*/
	
	/*Hover Menu*/
.popupMenu {
	position:absolute;
	visibility:hidden;
	background-color:#F5F7F8;
	opacity:.9;
	filter: alpha(opacity=90);
}

.popupHover {
	/*background-image:url(images/header-opened.png);*/
	background-repeat:repeat-x;
	background-position:left top;
	background-color:#F5F7F8;
	
}

.divgridViewMouseover
{
	background-color:#99CCFF;
	cursor:'hand';
	}

/* Content Page Layout             */
.demoarea {
	padding:20px;
	background:#FFF url(../../images/demotop.png) no-repeat left top;
}

.dropShadowPanel 
{	
	width:300px;	
	background-color:#5377A9;		
	color:white;
	font-weight:bold;		
}

.demoheading 
{
/*padding-bottom:20px;
	color:#FFF;*/
	font-family:Arial, Sans-Serif;
	font-weight:bold;
	font-size:1.5em;
}

.demobottom {
	height:8px;
	background:#FFF url(../../images/demobottom.png) no-repeat left bottom;
}


/*CollapsiblePanel*/
.collapsePanel {
	
	background-color:white;
	overflow:hidden;
}

.collapsePanelHeader{	
	width:100%;		
	height:30px;
	background-image: url(../../images/bg-menu-main.png);
	background-repeat:repeat-x;
	color:#FFF;
	font-weight:bold;
}



.TextIndicator_TextBox1
{
     background-color:Gray;
     color:White;
     font-family:Arial;
     font-size:x-small;
     font-style:italic;  
     padding: 2px 3px 2px 3px;   
}

.accordionHeader
{
	   text-align:center;
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #5389c9 ;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
  /* padding: 5px;2E4d7B
    margin-top: 5px;*/
    cursor: pointer;
  
}

.accordionContent
{
    background-color: #D7E0EB;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

.validatorCalloutHighlight 
{
  background-color:#F0F8FF; /*lemonchiffon*/ 
  font-size: 12px;
  color: black;
  border-color:Black;
  border-bottom:solid 1px Black;
	border-right:solid 1px Black;
	border-top:solid 1px Black;
	border-left:solid 1px Black;
}

.watermarked {
	
	border:1px solid #BEBEBE;
	background-color:#F0F8FF;
	color:gray;
}	

	/*ajaxcontroltookit 控件用CSS*/
	
a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	color:#ff0000;/*#1639A9;*/
	text-decoration: underline;
}
a:link {
	color: #333;
	text-decoration: none;
}

	
a:active {
	COLOR: #ff0000
}


.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	text-transform: uppercase;
	color: #333333;
	text-indent: 10px;
}

.disabledLink 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	text-transform: uppercase;
	color: #999999;
	text-indent: 10px;
}

/* 按钮通用样式 */
.companylistbutton
{
	width:70px;
	height:22px;
	color:black;
	letter-spacing: .5em;
	background-color:#D7B45E;
	text-align:center;
	border: 1px solid #CCCCCC;
	cursor: hand;
}




/*最外层表格背景*/
.table_bgcolor
{
	background-color:#F5F9FF;
}

/*表格边框色*/
.table_bordercolor
{
	m1:expression(this.borderColorLight='#4F7FC9');/*中层表格亮边框*/
    m2:expression(this.borderColorDark='#D3D8E0');/*中层表格暗边框*/
}

/*中层表格标题栏*/
.table_titlebgcolor
{
	background-color:#E3EFFF;
}


/*表单中必填字段*颜色*/
.form_requestcolor
{
	color:#E78A29;

}

/* 1.通用按钮样式 */
.divbtn 
{ 
   background:url(../../Images/btn_1.gif);
    border:1px solid #003C74;
    padding:2px 2px 0px 2px;
    text-align:center; 
    letter-spacing:3px;
    color:black; /* #005190; */
    width:75px;
    height:22px;
    cursor:hand;
    font-size : 12px;  

}

.divbtnblue{    
    height:22px;
    width:80px;
    border:1px solid #7089A3;
 background:#EDF4FA;
 color:#285A74; 
 cursor:pointer;
 padding-top:2px;
    FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#F8FCFD,endColorStr=#C2DAEC);
 }
 

.divbtnlight
{
	 border-right : #2C59AA 1px solid; 
	 padding-right : 2px; 
	 border-top : #2C59AA 1px solid; 
   padding-left  : 2px; 
   font-size : 12px; 
    FILTER: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, 
StartColorStr=#ffffff, EndColorStr=#C3DAF5); 
BORDER-LEFT: #2C59AA 
1px solid; 
CURSOR: hand; 
COLOR: black; 
PADDING-TOP: 2px; 
BORDER-BOTTOM: #2C59AA 1px solid;

	
} 

.divbtnshine
{
	    BORDER-RIGHT: #7b9ebd 1px solid; 
	    PADDING-RIGHT: 2px;
	     BORDER-TOP: #7b9ebd 1px solid; 
PADDING-LEFT: 2px; 
FONT-SIZE: 12px; 
FILTER: 
progid:DXImageTransform.Microsoft.Gradient(GradientType=0, 
StartColorStr=#ffffff, EndColorStr=#cecfde); 
BORDER-LEFT: #7b9ebd 
1px solid;
 CURSOR: hand; 
 COLOR: black; 
 PADDING-TOP: 2px; 
BORDER-BOTTOM: #7b9ebd 1px solid

}

/* 2.通用文本输入框样式 */
.divtxt 
{
    font-size: 12px;
    color: black;
    
     
     
    border-color:Black;
  border-bottom:solid 1px Black;
	border-right:solid 1px Black;
	border-top:solid 1px Black;
	border-left:solid 1px Black;
  
}
/*通用下拉列表样式*/
.divdropdownlist
{
	FONT-SIZE: 9pt;
 
    BACKGROUND-COLOR: #F0F8FF

	
}

/*Div背景渐变*/
.tree_bgcolor
{
  
    border-top:1px solid #999999;
    border-left:1px solid #999999;
    border-right:1px solid #808080;
    border-bottom:1px solid #808080;
 /*padding:20 40;*/
    FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#EBF0F4,endColorStr=#FFFFFF);

}


/*左框架树背景色*/
.tree_bgcolor_1
{
	background-color:#95EAFF;/*e3eeff*/	
}


/* 3.通用表格样式 */
.divtable{
	background-color:#E3EFFF;
	border-width:1px;
	border-bottom:solid 1px #555555;
	border-right:solid 1px #555555;
	border-top:solid 1px #CDDFD0;
	border-left:solid 1px #CDDFD0;
	width:100%;
}
.divtable th
{
    text-align:center;
    font-weight:bold;
    background:#E3EFFF;
    border-right:1px solid #8DB3E0;
    border-bottom:1px solid #8DB3E0;
    color:Black;
    height:23px;
}
.divtable th a 
{
    color:Black;
}
.divtable tr 
{
	 /*background-color:expression((this.sectionRowIndex%2==0)?"#F5F9FF":"#F5F9FF");*/
    
    height:23px;
}

.divtable td
{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #8DB3E0;
	border-bottom-color: #8DB3E0;
	text-align:center;
	padding:3px;
}

.divtable .tdleft
{
	text-align:left;
}

.divtable .tdright 
{
    text-align:right;
}

.divtable a:hover {
	color: Blue;
	text-decoration: underline;
}

/* end 3.通用表格样式 */

/* 4.页面分区样式 */
#divheader
{
    
color: Black;
    font-weight: bold;
    text-align: left;
    font-family: 宋体;
    font-size:14px;
    /*margin-top:3px;
    margin-bottom:5px;*/
    text-align:left;
    width:auto;
    padding:5px;
    background-color:#D7E0EB;
    border-bottom:solid 1px #B7C2E0;
	border-right:solid 1px #B7C2E0;
	border-top:solid 1px #CDDFD0;
	border-left:solid 1px #CDDFD0;
	

	

	
}

#divsub
{
    width: auto;
   /* background-color: #E3EFFF;*/
  /*  padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-top: 5px;*/
   /* margin-bottom: 3px;*/
/*    border-bottom:solid 1px #555555;
	border-right:solid 1px #555555; 
	border-top:solid 1px #CDDFD0;
	border-left:solid 1px #CDDFD0;*/
	
}

#divcontent
{
    width: auto;
    padding:0px;
    /*margin-top:5px;*/
    border-bottom:solid 1px #555555;
	border-right:solid 1px #555555;
	border-top:solid 1px #CDDFD0;
	border-left:solid 1px #CDDFD0;
	
}



#divdetail
{
    width: auto;
   /* background-color: #E3EFFF;*/
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
   /* margin-bottom: 3px;*/
    border-bottom:solid 1px #555555;
	border-right:solid 1px #555555;
	border-top:solid 1px #CDDFD0;
	border-left:solid 1px #CDDFD0;
}

#divop
{
    /*margin-top: 8px;
    margin-bottom: 8px;*/
  /*   background-color: #E3EFFF;*/
    border-bottom:solid 1px #555555;
	border-right:solid 1px #555555;
	border-top:solid 1px #CDDFD0;
	border-left:solid 1px #CDDFD0;
	
}

#divfooter
{
    height: auto;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    background-color: #E3EFFF;
    border-bottom:solid 1px #555555;
	border-right:solid 1px #555555;
	border-top:solid 1px #CDDFD0;
	border-left:solid 1px #CDDFD0;
    line-height: 25px;
    text-align: left;
    text-indent: 9px;
}
/* end 4.页面分区样式 */


.modalProgressGreyBackground
{
    background:#CCCCCC;
	filter:alpha(opacity=40);
	opacity:0.6;
}

.modalProgressRedBackground
{
    background:#c7e4f4;
	filter:alpha(opacity=50);
	opacity:0.6;
}

.modalPopup
{
    text-align:center;
    padding-top: 30px;
    border-style:solid;
    border-width:1px;
    background-color:White;
    width:300px;
    height:100px;
}


/* 登录窗口 */
#loginbody 
{
    background-image:url(../../Images/login/bg_login.gif);
    margin:0;
    height:100%;
    font-size: 14px;
    font-style: normal;
}

#login {
	width:517px;
	margin-left:auto;
	margin-right:auto;
	margin-top:100px;
}
#login #login_header{
	height:82px;
	background-image:url(../../images/login/login_title_main.jpg);
}

#login #login_header_hazmat{
	height:82px;
	background-image:url(../../images/login/login_title_hazmat.jpg);
}

#login #login_header_rockmat{
	height:82px;
	background-image:url(../../images/login/login_title_rock.jpg);
}

#login #login_header_taxi{
	height:82px;
	background-image:url(../../images/login/login_title_czc.jpg);
}

#login #login_header_gov{
	height:82px;
	background-image:url(../../images/login/login_title_gov.jpg);
}


#login #login_bodybg 
{
    margin:0px;
	width:517px;
	height:248px;
	background-image:url(../../images/login/login_2.png);
}


#login #login_footer 
{
    width:517px;
    height:30px;
    background-image:url(../../images/login/login_3.png);
}
#login #login_user{
	padding-top:80px;
	color:#FFFFFF;
	margin-left:160px;
}
#login #login_pwd{
	padding-top:10px;
	color:#FFFFFF;
	margin-left:160px;
}
#login #login_btnline{
	padding-top:10px;
	color:#FFFFFF;
/*	margin-left:180px;*/
}
#login .login_btn{
	background-image:url(../../images/login/bg_bot.png);
	width:71px;
	height:22px;
	color:#FFFFFF;
	text-decoration: none;
	letter-spacing: .5em;
	text-align:center;
	border:0px;
}
#login #login_msg
{
    text-align: center;
    margin-top: 8px;
    color: maroon;
}
#login #login_sel {
	text-align:right;
	padding-right:10px;
}
/* 1.登录窗口 end */

/* 鼠标右键菜单设置 start */

.MenuManDiv 
{ border-top:buttonface 1px solid;
	border-left:buttonface 1px solid;
	border-bottom:windowframe 1px solid;
	border-right:windowframe 1px solid;
	position:absolute;z-index:1; 
	visibility:hidden;
	 }
.MenuInsideDiv 
{
	 border-top:window 1px solid;
	 border-left:window 1px solid;
	 border-bottom:buttonshadow 1px solid;
	 border-right:buttonshadow 1px solid;
	 }
.rightBar 
{
    font-weight: bold;
    background-color:#99CCFF;
    font-family: 宋体;
    font-size:14px;
    cursor:hand;
    width:20%;
    vertical-align:top;
    text-align:center;
}


.MenuManDiv a{ display:block;font-size:12px;color:buttontext; text-decoration:none;}
.MenuManDiv a:link{display:block;font-size:12px;color:buttontext; text-decoration:none;}
.MenuManDiv a:hover{display:block;font-size:12px;color:buttontext; text-decoration:none;}


.MouseOver {background-color:#99CCFF;color:highlighttext;cursor:hand;font-size: 12px;}
.MouseOut {background-color:buttonface;color:buttontext;cursor:default;font-size: 12px;}
 .menuitems {   
  PADDING-RIGHT:   10px;   PADDING-LEFT:   10px   
  } 
  
  
  .framemaskCSS
  {
		position: absolute;
    visibility: hidden; 
    height: expression(document.all('MouseRightMenu').offsetHeight);
    width: expression(document.all('MouseRightMenu').offsetWidth); 
    left: expression(document.all('MouseRightMenu').offsetLeft);
    top: expression(document.all('MouseRightMenu').offsetTop);
		}
  /* 1.鼠标右键菜单设置 end */
  
   .toolbar
{ 

   padding-left: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    padding-top: 2px;
    z-index:20;
   width:280px;
   vertical-align:top;
   /* color:#ffffff;*/
    /*background-color:#7288ac;*/
	border:#abc0e7 2px solid;
	border-right:#00377a 1px solid;
	border-bottom:#00377a 1px solid;
	border-top:solid 2px #CDDFD0;
	border-left:solid 2px #CDDFD0;
	background: url(../../Images/gvGradient.gif) repeat-x center top #94b6e8;

}

   .popDivBar
{ 

   padding-left: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    padding-top: 2px;
    z-index:200;
  
   vertical-align:top;
   /* color:#ffffff;*/
    /*background-color:#7288ac;*/
	border:#abc0e7 2px solid;
	border-right:#00377a 1px solid;
	border-bottom:#00377a 1px solid;
	border-top:solid 2px #CDDFD0;
	border-left:solid 2px #CDDFD0;
	top:50%;
	left:50%;
	margin:-100px 0 0 -200px;

	position:absolute;

	

}


/*Gridview样式*/
.dxgvTitlePanel_Office2003_Bluexp
{
	white-space:nowrap;
	padding: 4px 4px 5px 4px;
	border: solid 1px #4f93e3;
	background: url(../../Images/gvGradient.gif) repeat-x center top #94b6e8;
	overflow:hidden;
	-moz-user-select: none;
	
}
 .dxgvFooter_Office2003_Blue
{	
	background-color: #94b6e8;
	white-space:nowrap;
}
.dxgvTitlePanel_Office2003_Blue
{
	font-weight:bold;
	padding:3px;
	text-align:center;	
	border-bottom: solid 1px #4f93e3;
	background: url(gvTitleBack.gif) repeat-x center top #ffcf8b;
}

/*消息提示筐*/
#inboxarea .option_msg
{
margin:7px;
border:1px solid #ff6e00;
height:36px;
background:#F5FFCA  url(../../Images/run.gif) no-repeat 11px center;
}
#inboxarea .option_msg p
{
color:#272725;
line-height:36px;
text-indent:30px;}
#inboxarea .option_msg strong
{
padding:0 8px;
color:#FA0200;
}
#inboxarea
{
width:100%;
margin:0;
background-color:#fafafa;
padding:1px 0 1px 0;
}

/************ MaskedEdit Related Styles ***********************/
.MaskedEditFocus
{
    background-color: #ffffcc;
    color: #000000;
}
.MaskedEditMessage
{
	color: #ff0000;
	font-weight: bold;
}
.MaskedEditError
{
    background-color: #ffcccc;
}
.MaskedEditFocusNegative
{
    background-color: #ffffcc;
    color: #000000;
}
.MaskedEditBlurNegative
{
    color: #ff0000;
}




/*lxq begin======================================================*/

/* 记录编辑部分样式 */
.EditTable
{
    border-bottom: white 1px solid; border-top: silver 1px solid;
}

.Row {
 border-top: white 1px solid; border-bottom: silver 1px solid; TEXT-ALIGN: left;

}
.FC /*FieldCaption*/
{
   TEXT-ALIGN: right; font-weight: bold; border-top: white 1px solid; border-bottom: silver 1px solid; border-right: silver 1px solid; 
}
.must
{
    color: red;font-weight: bold; border-left: white 1px solid;    
}
.remark
{color: gray; font:10px;}

.msg /*信息提示文字 红色*/
{
	color:Red;
}
.delword /*红色带删除线的文字*/
{
	color:Red; text-decoration:line-through;
	}
/*lxq end========================================================*/


