﻿/*组合样式*/

/*
使用方法：
当class="Red blod" 那么字体将显示为红色加粗
当class="displaynone" 那么此区域将隐藏

大家可在开发中作为组合样式，灵活使用
*/

/*隐藏：displaynone   显示：displayblock*/
.displaynone
{
	display:none;
	
}
.displayblock
{
	display:block;
}
/*间距  
上：paddingtop  
下：paddingbottom
左：paddingleft
右：paddingright
四个方向同时：paddingAll

*/



.paddingtop5{   padding-top :5px;}
.paddingtop10{ padding-top :10px;}
.paddingtop15{ padding-top :15px;}
.paddingtop20{ padding-top :20px;}

.paddingbottom5{  padding-bottom :5px;}
.paddingbottom10{ padding-bottom :10px;}
.paddingbottom15{ padding-bottom :15px;}
.paddingbottom20{ padding-bottom :20px;}

.paddingleft5{ padding-left :5px;}
.paddingleft10{ padding-left :10px;}
.paddingleft15{ padding-left :15px;}
.paddingleft20{ padding-left :20px;}

.paddingright5{   padding-right :5px;}
.paddingright0{ padding-right :10px;}
.paddingright15{ padding-right :15px;}
.paddingright20{ padding-right :20px;}

.paddingAll5{ padding :5px 5px 5px 5px;}
.paddingAll10{ padding :10px 10px 10px 10px;}
.paddingAll15{ padding :15px 15px 15px 15px;}
.paddingAll20{ padding :20px 20px 20px 20px;}

/*显示效果  居左：floatLeft  居右:floatRight 默认：floatNone*/
.floatLeft
{
	float:left;
}
.floatRight
{
	float:right;
}
.floatNone
{
	float:none;
}

/*内容显示效果  居左：textLeft  居右:textRight 默认：textCenter*/
.textLeft
{
	text-align:left;
}
.textRight
{
	text-align:right;
}
.textCenter
{
	text-align:center;
}
/*鼠标效果 手形：pointer*/
.pointer
{
	cursor:pointer; 

}

/*图片和文字居中对齐*/
.imgcenter
{
	vertical-align:middle;
}
/*标题提示*/
.noticTitle
{
	background-color:#fff7e6;
	border-top:1px solid #ff9d5a;
	padding-left:5px;
	text-align:left;
	padding:5px;
}
.CenternoticTitle
{
	border-bottom:2px solid #cccccc;
	padding-left:5px;
	text-align:left;
	padding:5px;
	padding-top:20px;
}
/*表格设置cellPadding cellSpacing边框*/
.tblcell0
{
	border-spacing:0px;
	padding:expression(this.cellPadding=0);
	margin:expression(this.cellSpacing=0);
}

.tblcell1
{
	border-spacing:1px;
	padding:expression(this.cellPadding=1);
	margin:expression(this.cellSpacing=1);
}
.tblbuttom1 td
{
 border-bottom:solid 1px #cccccc;
}

/*字体  加粗：bold/正常：normal*/
.bold
{
	font-weight:bold;
}
.normal  
{
	font-weight:normal;
}
/*链接样式*/
.black a
{
	
	color:#343434;
}
.black a:hover 
{
	text-decoration:none;
	color: #343434;
}
.black a:visited  
{
	
	color: #343434;
}

/*如果超过所固定的宽度，则隐藏多余的文字*/

.wordbreak
{
	word-break:break-all;
}

/*字体大小*/

.font24{    font-size:24px;    }
.font18{    font-size:18px;    }
.font14{    font-size:14px;    }
.font12{    font-size:12px;    }
/*16色*/
/*可查看D:\svn\工作区\唐统贤\说明文件\16色.docx*/
.Red
{
	color:#FF3300;
}

.Blue
{
	color:#0067B4;
}
.BuleFont
{
	color:#008040;	
}
.WhiteFont
{
	color:#0000FF;	
}
.color009900
{
	color:#009900;
}
.color006699
{
	color:#006699;
}
.color666666
{
	color:#666666;
}
.color999999
{
	color:#999999;
}
.colorC0E87B
{
    color:#C0E87B;
    
    }
.color153153153
{
    color: rgb(153, 153, 153);
    
    }
 .clorFF6600
 {
      color:#FF6600;
     }
.clorff0000
{
     color:#ff0000;
    }
.color003356
{
	color:#003356;
	}  
.colorff7800
{
	color:#ff7800;
	}	
.colorf64e0b
{
	color:#f64e0b;
	
	}
.color008080
{
	color:#008080;
	
	}
.color0000FF
{
    color:#0000FF;
    
    }

/*1个像素的线条  灰色的虚线：graydotted  灰色的实线：graysolid*/

.graydotted {
border-top:1px dotted #DADADA;
}
.graysolid {
border-top:1px  solid #DADADA;

}

/*边框为1的div*/
.borderdiv
{
	border:solid 1px #666666;
}
/*单个表单内提示颜色*/
.clew_color
{color:#003356;font-weight:bold;}
/*显示多行内容*/
.tdinfo
{
    height:80px;
	overflow:auto;
	text-align:left;
	line-height:18px;
    padding:5px 5px 5px 5px;
    word-break:break-all;
    width:650px;
  }
  /*li 去掉前面的点*/
 .noneli
  {
  	list-style:none;
  	clear:both;
  }
 .infobreak
{
    height:40px;
	overflow:auto;
	text-align:left;
	line-height:18px;
    padding:5px 5px 5px 5px;
    word-break:break-all;
    width:200px;
  }
 /*按纽里面有图片*/
.btnUp
{
    font-size:14px;
    font-weight:bold;
    BACKGROUND:url(/Images/Friend/dowico.gif) #eeeeee no-repeat right;
    width:120px;
     
 }
.btnDown
{
    font-size:14px;
    font-weight:bold;
    BACKGROUND:url(/Images/Friend/upico.gif) #eeeeee no-repeat right;
    width:120px;
     
 }
 
/*输入框原本样式*/
.operaterTxt
{width:150px;}
.operaterTxtS
{width:120px;}
 .tdImag
{
    overflow:auto;
	text-align:left;
    padding:5px 5px 5px 5px;
    height:120px;
    }
.tdImag li
{
    list-style:none;
    line-height:25px;
 }
/*新增成功提示*/
.clewAdd
{ 
    width:200px;
    background:url(/Images/Hqen/icon_ok_small.gif) #4d9d00 no-repeat left;
    border:1px solid #3a7500;
    font-size:12px;
    font-weight:bold;
    color:#ffffff;
    float:right;
    height:30px;
    }
    
/*首页样式*/
.LoginMessage 
{
	
	padding:8px;
	margin:10px auto;
	text-align:left;
}
.LoginMessage img
{
	padding:0px 5px 0px 5px;
}
.dotted
  {
   border-top: 1px dotted #DADADA;
  }
.styleLine
{
     border-top:1px solid #d8d8d8;
     

    }
    .greenLine
{
     border-top:1px solid #80BFEC;
     padding-bottom:5px;

    }
    .padding10
    {
    	padding:0px 0px 10px 0px;
    }
    .homemessage
    {
    	padding:10px 10px 10px 10px;
    }
    .hometab
    {
    	background-image:url("/Images/hometab.gif");
    	font:12px;
    	font-weight:bold;
    	color:#ffffff;
    	height:15px;
    	padding:5px;
    	width:100px;
    }
    .advise
    {
    	background:#FEF1C8;
    	border:solid 2px #FEAC70;
    	padding:10px 10px 10px 10px;
    	margin:10px auto;
    	text-align:left;
    }
    .relese
    {
    	padding:10px 10px 10px 10px;
    	margin:10px auto;
    }
    .outList
    {
    	background:#F8F8F8;
    	width:100%;
    	padding:10px 10px 10px 10px;
    	border-bottom:solid 1px #AAAAAA;
    	border-left:solid 1px #AAAAAA;
    	border-right:solid 1px #AAAAAA;
    	
    }
    .outList textarea
    {
    	color:#878787;
    }
    
.tableStyle1,.tableStyle2{width:100%;text-align:left;margin:0 auto}
.tableStyle1 td{
	
	padding:4px;
}
.tableStyle1 input{width:100%}
.tableStyle1 .title{background:#F3FFC2;}
.tableStyle1 th
{
    background:url(/images/hqen/thSpacer.gif) #DFF3FE left bottom no-repeat;
    border-bottom:1px solid #C5E8FE;
    padding:3px 3px 3px 10px;
    height:20px;
    color:#333;
    word-break: keep-all;
    }
    
.tableStyle1 tl
{
    background-color:#f2faff;
    border-bottom:1px solid #86ceee;
    padding:3px;
    height:20px;
    font-size:12px;
    font-weight:bold;
    color:#666666;
    word-break: keep-all;
}
.tableStyle1,.tableStyle2{min-width:650px}

 .subtabbar{
	width:96%;
	height:28px;
	/*border-left:1px solid #90C3E2;*/
	background:#FEFEFE url(/images/hqen/subtabbarbg.gif) left bottom repeat-x;
}

.subtabbar ul{margin-left:10px}
.subtabbar li,.subtabbar .active{
	list-style:none;
	float:left;
	margin:4px 2px 0 0;
	padding-left:15px;
	padding-right:15px;
	line-height:24px;
	color:#878787;
	cursor:pointer;
	position:relative;
	
}
.subtabbar .over{
	color:#718893;
}
.subtabbar .active{
	background:#fff url(/images/hqen/bule_ico.gif) repeat-x;
	border:solid 1px #AAAAAA;
	color:#0067B4;
	border-bottom:0;
	padding-left:14px;
	padding-right:14px;
}
.subtabbar li span,.subtabbar .active span{
	color:#5F757F;
	font-weight:normal;
}
.subtabbar li .openlist{
	position:absolute;
	top:1px;
	right:1px;
	width:12px;
	height:20px;
	background:url(/images/hqen/txtbtnArrow.gif) 3px 9px no-repeat;
}
.subtabbar li .openlist_over{
	position:absolute;
	top:1px;
	right:1px;
	width:11px;
	height:20px;
	border:1px solid #B9CBD6;
	background:url(/images/hqen/txtbtnArrow.gif) #C4D4DE 3px 8px no-repeat;
}
/*浮动层*/
.floatDiv{
	position:absolute;
	text-align:left;
}
.divWraper{
	/*border:1px solid #BEBEBE;by change@更新提示层样式*/
	border:1px solid #016799;
	background:#fff;
}
.divShade
{
    position:absolute;
    z-index:-10;
    top:0px;
    left:0px;
    /*background:#999999;by change@更新提示层样式*/
    background:#a7bcd0;
    filter:alpha(opacity=40);
    }
.floatDiv .divCaption{	
	padding:0 10px;
	margin:1px;
	color:#ffffff;
	font:bold 14px/25px song,verdana; 
	height:25px;
	/*background:url(/images/hqen/divTitleBg.gif) repeat-x; by change@更新提示层样式*/
	background:url(/images/hqen/divTitleBg2.gif) repeat-x;
	cursor:move;
}
.floatDiv #divTitle
{
	font-size:14px;
}
.floatDiv .divBody{
	padding:10px;
}
.divCaption span{
	width:16px;
	height:16px;
	display:block;
	float:right;
	margin-top:4px;
	background:url(/images/hqen/icon_control.gif) no-repeat;
	cursor:pointer;
}
.floatDiv .closeBtn_over{
	width:16px;
	height:16px;
	display:block;
	float:right;
	margin-top:4px;
	background:url(/images/hqen/icon_control.gif) -20px 0 no-repeat;
}
.loading{text-align:center;color:#666;}

.Viewinfo
{
	height:110px;
	overflow:auto;
	text-align:left;
	line-height:20px;
    padding:5px 5px 5px 5px;
    word-break:break-all;
    width:730px;
    word-wrap:break-word;
    }
.depict
{
    height:70px;
	overflow:auto;
	text-align:left;
    padding:5px 5px 5px 5px;
    word-break:break-all;
    width:450px;
    
    }
 /*通知表格*/
.Infrom
{ 
    width:100%;
	text-align:left;
	margin:0 auto; 
	border-spacing:0px;
	padding:expression(this.cellPadding=0);
	margin:expression(this.cellSpacing=0);
    }
  
.Infrom th
{
    background-color:#f2faff;
    border-bottom:1px solid #86ceee;
    padding:2px;
    font-size:12px;
    font-weight:bold;
    color:#666666;
    text-align:left;

}
.Infrom td
{
 
    padding:2px;
    word-break: keep-all;
    text-align:left;
    border-bottom: 1px solid #D8D8D8;
    /*!important; width:1%;*/

    
}
.Infrom table td
{
    border-bottom: 0px solid #D8D8D8;
}
/*弹出提示层*/

   #ViewIframe
	{
		width:95%;
		height:200px;
		overflow:auto;
		border:solid 1px #CCCCCC;
		background:#ffffff;
		text-align:left;
		line-height:25px;
		padding:10px 10px 10px 10px;
		
		

	}
.Viewinfo
{
    	width:98%;
		height:110px;
		overflow:auto;
		border:solid 1px #CCCCCC;
		background:#ffffff;
		text-align:left;
		padding:2px 2px 2px 2px;
    }
	#ViewTitle
	{
		color:#666666;
		font-weight:bold;
		text-align:center;
	}
    #ViewCreateTime
    {
    	color:#999999;
    	padding-left:15PX;
    }
    #Noticeclose
    {
    	padding:15px 15px 15px 15px;
    	text-align:right;
    }
    #ViewNoticeType
    {
    	padding-left:6PX;
    }
    #ViewNoticeStr
    {
        word-break:break-all;width:400px;height:100px;
        
        }
     #ViewOfficeOffMsg
     {
         word-break:break-all;
         word-wrap:break-word;
         }
  .ViewK
	{
		width:98%;
		height:100px;
		overflow:auto;
		border:solid 1px #CCCCCC;
		background:#ffffff;
		text-align:left;
		line-height:25px;
		word-wrap:break-word;
		padding:5px 5px 5px 5px;

	}
/*多行内容*/
.Viewinfo_short
{
    	width:80%;
		height:40px;
		overflow:auto;
		border:solid 1px #CCCCCC;
		background:#ffffff;
		text-align:left;
		padding:2px 2px 2px 2px;
    }

/*提示成功*/
.succeed
{
    border:1px solid #d0eefe;
    width:450px;
    height:185px;
  
    }
 /*换行*/
 .breakstyle
 {
        word-break:break-all;
        word-wrap:break-word;
       
        
     }  

/*管理图标样式样*/
.hqenIcon
{
	width:12px;height:12px;	
	
}
/*内容过多显示省略...*/
.omittext
{
	width:300px;
	text-align:left;
    white-space:nowrap;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    overflow:hidden;

}
.omittext_200
{
	width:200px;
	text-align:left;
    white-space:nowrap;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    overflow:hidden;
}

.ICTable
{
	background:#dedede;
	width:100%;
	text-align:left;
	border-spacing:1px;
	padding:expression(this.cellPadding=1);
	margin:expression(this.cellSpacing=1);
	+eep-all;
}
.ICTable td{ 
	height:25px;
	padding-left:20px;
	padding-top:10px;
	padding-bottom:10px;
	background:#fafafa; 
	padding-right:5px !important;
 }
 .TableContentArea
{
	border:solid 1px #7ccef4;
	background-color:#eef9ff;
	text-align:left;
	margin:0 auto;

}

/*没有边线 粉红色背景table*/
.ICTable2
{
	background:#dedede;
	width:100%;
	text-align:left;
	border-spacing:1px;	
	+eep-all;
}
.ICTable2 td{ 	
	background:#fafafa; 
	padding-top:2px;	
	padding-left:5px;
 }
 
 /*没有边线 浅灰色背景table*/
.ICTableGray
{
	background:#f6f6f6;
	width:100%;
	text-align:left;
	border-spacing:1px;		
	+eep-all;
}
.ICTableGray td{ 	
	background:#f6f6f6; 
	padding-top:10px;	
	padding-left:10px;
 }
 
/*浮动层*/
.floatDiv{
	position:absolute;
	text-align:left;
}
.divWraper{
	border:1px solid #016799;
	background:#fff;
}
.box{margin:0 auto;line-height:1.8em;padding:8px;text-align:left;}

/*库存管理的样式*/
.ICTabBar
{
	
}
.ICTabBar ul
{
	background:url(/Images/Hqen/icico1.gif) 0 -3px repeat-x;
    height:25px;
}
.ICTabBar li
{
	float:left;padding:0 10px;list-style:none;
}
.ICTabBar .active
{
	background:#fff url(/Images/Hqen/icico2.gif) center bottom no-repeat;text-align:center;height:25px;font-weight:bold;
}
.ICTabBar .cliclHand
{
	cursor:pointer;
	
}
.rightTabaletd1
{
	padding-left:10px;padding-top:5px;
}
.rightTabaletd2
{
	padding-left:-9px;padding-top:8px;
}
.rightTabaletd3
{
	padding-left:20px;padding-top:5px;
}
.rightTabaletd4
{
	padding-left:20px;padding-top:5px;
}
.btline
{
	 text-decoration:underline;
}
.mouseoverclass
{
	 background-color:#dcffb9;
}
.tableStyle2{width:100%;text-align:left;margin:0 auto}
.tableStyle1 td{
	
	padding:4px;
}
.ICMid
{
}
.ICMid ul
{
	background:url(/Images/Hqen/icico1.gif) 0 -3px repeat-x;
    height:25px;
}
.ICMid li
{
	float:left;padding:0 10px;list-style:none;
}
.img_border{border:1px solid #D2D2D2; padding:1px;width:80px;height:70px;}/*元器件搜索结果页图片样式*/
.img_border_normal{border:1px solid #D2D2D2; padding:1px;} /*图片加边框*/

.infobreak
{
	height:135px;
	overflow:auto;
	text-align:left;
	line-height:20px;
    padding:5px 5px 5px 5px;
    word-break:break-all;
    width:760px;
    word-wrap:break-word;
    border:1px solid #cccccc;
    }
.areleft{
	width:100%;
	height:26px;
	text-align:left;
	
} 

/*上传文件时，进度条样式*/
.UploadTable
{
	background:#aaaaaa;
	width:260px;
	height:10px;
	text-align:left;
	border-spacing:1px;
	padding:expression(this.cellPadding=1);
	margin:expression(this.cellSpacing=1);
	
}

.color666666_12px
{
	color:#666666;	
}

.color666666_bg
{
	background-color:#666666;	
	height:1px;
}

.describe14px
{
	font-size:14px;
	margin-top:15px;
	margin-bottom:5px;
	margin-left:5px;
	text-align:left;
	}
	
.color238f01_14px
{
	color:#238f01;
	font-weight:bold;	
	font-size:14px;
}

.tblICNoteLabel
{
		
}

.tblICNoteLabel th
{
	color:#000000;
	font-weight:bold;
	background:url(/images/hqen/whiteDot.gif) repeat;
}

.tblICNoteLabel td
{
	background:url(/Images/Hqen/icico1.gif) 0 -3px repeat-x;
	height:25px;
}
/*IC外部库存搜索样式*/
.IcsearchTitle
{
	border-top:2px solid #ff9739;
}

/*IC上传文件层样式*/
.fileDetailsTbl
{
	background-color:#e4ecf3;	
	text-align:left;	
	border-spacing:1px;
	padding:expression(this.cellPadding=1);
	margin:expression(this.cellSpacing=1);
}

.fileDetailsTbl th
{
	font-weight:bold;
	padding:3px 5px 3px 5px;
	
}

.fileDetailsTbl td
{
	background-color:#ffffff;	
	padding:3px 5px 3px 25px;
}

/*普通没任何样式的tble*/
.tblnormal
{
	padding: 0px 0px 0px 0px;
}

.tblnormal th
{
	padding: 0px 0px 0px 0px;
}

.tblnormal td
{
	padding :0px 0px 0px 0px;
}

/*寻报价页签*/

.tabBarPrice{
	background:url(/images/Price/titlebg.gif) repeat-x bottom;
	height:32px;
	width:100%;
	border:1px solid #5CC1EF;

}
.tabBarPrice ul{margin-left:10px;}
.tabBarPrice li{
	list-style:none;
	background:#F0F9FF url(/images/Price/tabbg.gif) repeat-x;
	border:solid 1px #A4D7F4;
	border-right:solid 2px #A4D7F4;
	margin:3px 3px 0 0;
	float:left;
	display:inline;
	padding-left:20px;
	padding-right:20px;
	line-height:25px;
	height:25px;
	/*color:#2A6C9D;*/
	cursor:pointer;
}

.tabBarPrice .active{
	border:1px solid #15AED3;
	border-top:2px solid 2px #0384B8;
	border-bottom:0;
	color:#000000;
	height:26px;
	background:#fff url(/images/Price/titlebg_active.gif) repeat-x;
}

.tabBarPrice .over{
	filter:alpha(opacity=60);
	opacity: 0.6; /* 支持CSS3的浏览器（FF 1.5也支持）*/
}

/*普通边框的table*/
.tableline
{
    background:#dadada;
	width:98%;
	text-align:left;
	padding-top:10px;
	border-spacing:1px;
	padding:expression(this.cellPadding=1);
	margin:expression(this.cellSpacing=1);
	+eep-all;
	
    }
.tableline td{ 	
	padding-left:2px;	 
	height:20px;
	background:#ffffff;
	
 }
 .tableline th{ 
	text-align:left;
	height:20px;
	background:#ffffff;
  }
.bagcolorE0FFBC
{
    background-color:#E0FFBC;
    }

.table_green
{
    background:#84E58E;
	width:98%;
	text-align:left;
	border-spacing:1px;
	padding:expression(this.cellPadding=1);
	margin:expression(this.cellSpacing=1);
	word-wrap:break-word;
	+eep-all;	
    
    }
.table_green td
{
    padding-left:2px;	 
	height:20px;
	background-color:#EAFAED;
    
    }
    

/*Imrfq的标题*/
.Top
{
    
    /*height:55px;!important;height:53px;
    width:100%;
    padding-top:5px;
    color:#ffffff;  
    text-align:left;*/

    width:100%;
    background:#7BCFD6 url(/images/Price/imtopbg.gif) repeat-x;
    text-align:left;
    height:44px;
    
    
    }
 .Topbg
{
    
    /*height:55px;!important;height:53px;
    width:100%;
    padding-top:5px;
    color:#ffffff;  
    text-align:left;*/

    width:100%;
    background: #B9E6E9  url(/images/Price/topimbg2.gif) repeat-x;
    text-align:left;
    
    
    }
.messageNotice
{
	border-bottom:1px solid #BED6E0;width:98%;position:absolute;margin-left:1%;margin-top:5px;
	}
/*容器*/
.containerPice
{
	/*margin:0px 6px;
    background:#fff;
    border-left:solid 1px #5CC1EF;
    border-right:solid 1px #5CC1EF;
    border-bottom:solid 1px #5CC1EF;
    text-align:left;*/
     background:#ffffff ;
     border-left:solid 1px #529DC8;
     border-right:solid 1px #529DC8;
     border-top:solid 1px #529DC8;
     border-bottom:solid 1px #529DC8;
     text-align:left;
     margin:0px 6px;
    

     
      
    }
.sendBar
{
	padding:0 6px;
	}
.hqenfq
{
    width:100%;
    text-align:left;
     
    }
.hqenfq th
{
   background-color:#DDF4FC;
   border-bottom:1px solid #5CC1EF;
   border-top:1px solid #5CC1EF;  
   height:30px;
   float:left;
   color:#003366;
   font-weight:lighter;
    }
    
  .btn_blue 
{
	background:#A2DFF6;
	margin:1px 1px 1px 1px;
   border-top:solid 1px #A2DFF6;
    border-left:solid 1px #A2DFF6;
    border-right:solid 1px #A2DFF6;
    border-bottom:solid 1px #A2DFF6;
	color:#003366;
    height:22px;
    padding:0 8px;
    padding-top:2px;
    cursor: pointer;
    cursor: pointer;
    _cursor: hand;
}
.btn_big
{
   background:url(/images/IMbtBG.gif) repeat-x;
	margin:1px 1px 1px 1px;
   border:0;
	color:#000;
    height:82px;
    cursor: pointer;
    cursor: pointer;
    _cursor: hand;
    width:65px;
 
    }
.messageSendArea
{
	
	width:98%;
	height:60px;
	overflow-y:hidden;
	border:0;
	padding:4px;
	margin:0;
	}
 .hit
 {
     background:#C3DEF4;
     color:#000000;
     font-weight:bold;
     }
/*绿色表格*/
.table_green
{
    background:#84E58E;
	width:98%;
	text-align:left;
	border-spacing:1px;
	padding:expression(this.cellPadding=1);
	margin:expression(this.cellSpacing=1);
	+eep-all;
	
    }
.table_green td{ 		 
	height:20px;
	background:#EAFAED;
	
 }
 .table_green th{ 
	text-align:left;
	height:20px;
	background:#EAFAED;
  }
  /*橘色表格*/
.table_Org
{
    background:#FCB792;
	width:98%;
	text-align:left;
	border-spacing:1px;
	padding:expression(this.cellPadding=1);
	margin:expression(this.cellSpacing=1);
	+eep-all;
	
    }
.table_Org td{ 		 
	height:20px;
	background:#FDEFE8;
	
 }
 .table_Org th{ 
	text-align:left;
	height:20px;
	background:#FDEFE8;
  }
  
   .areaEscrow{
	background:#E2F6FE url(/images/hqen/functionbg.gif) left bottom repeat-x;
	width:100%;
	height:25px;
	border-bottom:solid 1px #A3D5F6;
	border-left:1px solid #81CCF6;
	border-right:1px solid #81CCF6;
	border-top:1px solid #81CCF6;
	/*padding:0px 20px 5px 20px;*/
	text-align:left;
	
} 
.MyTdbgcolor
{
	background-color:#f6f6f6
	}
.buyservice
{
    float: left; border: 1px solid #FFCB99; background: #FFF8EE; width: 100%; margin-left:1px; margin-bottom:10px;
    }
    
.operaterSp{
   float:left;
   /*border-collapse:collapse;*/
   width:100%;
   border-spacing:1px;
   padding:expression(this.cellPadding=1);
   margin:expression(this.cellSpacing=1);
  background-color:#ff9933;
}
.operaterSp th
{
    background-color:#f8f8f8;
    font-weight:bold;
    text-align:left;    
    height:15px;
    color:#000000;
    padding: 10px 0px 6px 6px;
    /*border:solid 1px #c5c5c5 ;border-right:none ;*/
    }
.operaterSp td
{
   
	/* border:solid 1px #c5c5c5 ;*/
	padding:6px 0px 6px 6px;
	text-align:left;  
  	background: #ffffff;
    }
 .operaterSp table td 
{
   border: 0px solid #D8D8D8;  
}

/*产品订购表格*/
.OrderTable
{
    width:100%;
	text-align:left;
	padding:expression(this.cellPadding=1);
	margin:expression(this.cellSpacing=1);
}

.OrderTable th{ 
	padding-left:30px;
	 font-weight:bold;
	 color:#000000;
	 font-size:14px;
	 background:#DEF0FE;
	 height:25px;
	 text-align:left;
		 
	
 }
 .OrderTable td{ 	
	padding-left:8px;	 

	
 }
  .LineShow
  {
  	border-bottom:solid 1px #cccccc;
  	}
  	
 .areaList{
	background:#dadada;
	width:100%;
	text-align:left;
	border-spacing:1px;
	padding:expression(this.cellPadding=1);
	margin:expression(this.cellSpacing=1);
	word-wrap:break-word;word-break:break-all;
}
.areaList input
{
	
}
/*即使痛表格*/
.ImqList{
	
	width:100%;

	/*border-spacing:1px;
	padding:expression(this.cellPadding=1);
	margin:expression(this.cellSpacing=1);*/
	word-wrap:break-word;
}

.ImqList td{ 
	
	line-height:22px;
	padding:1px;
	background:#FFFFCC;
	border-bottom:1px solid #FFCC66;
	border-right:1px solid #FFCC66;
 }
.ImqList input{width:96%;height:100%}
.ImqList th{ 
	background:url(/images/Price/imtableorg.gif) repeat-x;
	border-bottom:1px solid #FFCC66;
	border-right:1px solid #FFCC66;
	text-align:left;
	height:22px;
	color:#333333;
	padding-left:5px;
	font-style:normal;
  }
  .ImqList tr
  {
  	background: #ffffff;
  
  }
 /*页图片样式*/
.imgborderstyle{
	border:1px solid #D2D2D2; padding:1px;
}
 /*IM样式*/
.tabBarPriceIM{
	/*background:url(/images/Price/titlebg.gif) repeat-x;
	height:30px;
	line-height:30px;
	width:100%;
	border-top:1px solid #5CC1EF;*/
	background:url(/images/Price/titlebg2.gif) repeat-x;
	height:41px;
	width:100%;
	border-bottom:1px solid #AEE1E5;
	
	

}
.tabBarPriceIM ul{margin-left:10px;}
.tabBarPriceIM li{
	list-style:none;
	background:#F0F9FF url(/images/Price/tabbg.gif) repeat-x;
	border:solid 1px #A4D7F4;
	border-top:solid 2px #A4D7F4;
	margin:2px 3px 0 0;
	padding:0 25px;
	padding-top:4px;
	float:left;
	/*display:inline;*/
	height:20px;
	/*color:#2A6C9D;*/
	/*cursor:pointer;*/
}

.tabBarPriceIM .active{
	border:1px solid #15AED3;
	border-top:2px solid #0384B8;
	border-bottom:0;
	color:#000000;
	height:22px;
	padding-top:5px;
	text-align:left;
	background:#fff url(/images/Price/titlebg_active.gif) repeat-x;
}

.tabBarPriceIM .over{
	filter:alpha(opacity=60);
	opacity: 0.6; /* 支持CSS3的浏览器（FF 1.5也支持）*/
}
.onclick
{
    background:#D5D5D5;
    height:20px;
    width:65px;
    }
 .imfoot
 {background:#fff url(/images/Price/imfootbg.gif) repeat-x;
  height:34px;
  margin-bottom:0px;
     
     }

/*透明按钮*/
.clarityBtn {background:transparent;border:0;}

/*弹出层列表*/
.tipareaList{
	background:#dadada;
	text-align:left;
	border-spacing:1px;
	padding:expression(this.cellPadding=1);
	margin:expression(this.cellSpacing=1);
    word-wrap:break-word; /*table-layout: fixed;*/
	
}

.tipareaList td{ 
	height:20px;	
	padding-left:5px;	 
	/*padding-right:5px !important;*/
	line-height:20px;
	
 }
.tipareaList .trHeader
{
	background:url(/images/Exhibit/title_orgbg.gif);
	text-align:left;
	height:20px;
	color:#333333;
}
.tipareaList th{ 
	background:url(/images/Exhibit/title_orgbg.gif);
	text-align:left;
	height:20px;
	color:#333333;
	padding-left:5px;
  }
  .tipareaList tr
  {
  	background: #ffffff;
  
  }
 #RequestDetail
{
    height: 181px;
    width: 95%;
    overflow: auto;
}
    
.arenoinfo li
 {
     list-style:none;
     
    float:left;
      
  }
  
/* 字帐号右边*/
.ativebg
{
    background:url(/images/Menu/smallbg.gif) no-repeat;
	list-style-type:none;
    
    }
 .STYLE1
{
    color: #155F8B;
}
.STYLE2
{
    color: #FB4F03;
}
.STYLE3
{
    color: #FF0000;
    font-weight: bold;
}

.btn_green 
{
	background:#ffffff;
	background-image:url("/Images/Hqen/btn_green.gif");
	margin:1px 1px 1px 1px;
    border-top:solid 1px #26ac00;
    border-left:solid 1px #26ac00;
    border-right:solid 1px #26ac00;
    border-bottom:solid 1px #26ac00;
    height:22px;
    padding:0 8px;
    padding-top:2px;
    cursor: pointer;
    cursor: pointer;
    _cursor: hand;
}
.btn_groy 
{
	background:#CCCCCC;
	margin:1px 1px 1px 1px;
    border-top:solid 0px #26ac00;
    border-left:solid 0px #26ac00;
    border-right:solid 0px #26ac00;
    border-bottom:solid 0px #26ac00;
    height:18px;
    padding:0 8px;
    padding-top:2px;
    cursor: pointer;
    cursor: pointer;
    _cursor: hand;
    color:#333333;
}

/*弹出框(表单)*/
.Showoperater{
   float:left;
   border-spacing:1px;
   padding:expression(this.cellPadding=1);
   margin:expression(this.cellSpacing=1);
  background-color:#c5c5c5;
  word-wrap:break-word;
  word-break:break-all;
}


.Showoperater td
{
	padding:6px 0px 6px 6px;
	text-align:left;  
  	background: #ffffff;
  	word-wrap:break-word;
   word-break:break-all;
    }
    
    
/*IM新表格*/
.table_green2
{
    background:#84E58E;
	width:98%;
	text-align:left;
	border-spacing:1px;
	padding:expression(this.cellPadding=1);
	margin:expression(this.cellSpacing=1);
	word-wrap:break-word;
	+eep-all;	
    
    }
.table_green2 td
{
    padding-left:2px;	 
	height:20px;
	text-align:left;
	background:#ffffff;


    }
    
.table_green2 th
{
    text-align:center;
    background:#EAFAED;
    padding-left:2px;
    vertical-align:middle;
	height:20px;

    }
.table_org2
{
    background:#FCB792;
	width:98%;
	text-align:left;
	border-spacing:1px;
	padding:expression(this.cellPadding=1);
	margin:expression(this.cellSpacing=1);
	word-wrap:break-word;
	+eep-all;	
    
    }
.table_org2 td
{
    padding-left:2px;	 
	height:20px;
	text-align:left;
	background:#ffffff;

    }
    
.table_org2 th
{
    padding-left:2px;	 
	height:20px;
	background:#FDEFE8;
	text-align:center;

    
    }
   .tablestyle
{
    width:144px; 
    background:#ffffff;
    }
.tablestyle th
{
    background:url("/Images/Hqm/bgico.gif") top repeat-x;
    color:#333333;
     font-weight:lighter;
     padding-left:10px;
     float:left;
     height:30px;
     width:144px;
}
     .tablestyle td
{
 
    color:#333333;
     font-weight:lighter;
     height:25px;
     padding-left:20px;
    }

    .tablestyle th span{ padding-left:5px}
 
.areaListnone{
	width:100%;
	text-align:left;
    word-wrap:break-word; /*table-layout: fixed;*/
   
	
}

.areaListnone td{ 	
	line-height:20px;
 }

.areaListnone th{ 
	
	text-align:left;
	color:#333333;
	padding-left:5px;
	padding-right:5px;
	 font-weight:lighter;
	
  }
  .Homepage{
	background:#E2F6FE url(/images/hqen/functionbg.gif) left bottom repeat-x;
	border-left:1px solid #c3e4f7;
	border-top:1px solid #c3e4f7;
	border-right:1px solid #c3e4f7; 
	height:25px;
	text-align:left;
	padding-left:8px;
} 
  .HomepageAlgin{
	padding-left:8px;
	text-align:left;
	height:25px;
	background-color:#FFFFFF;
} 
.homeff6600
{
	color:#ff6600;
}
.home295488
{
	color:#295488;
}
.home0067b4
{
	color:#0067b4;
}
  .HomepageTitle
  {
  	background-color:#fff7f3;
	border:1px solid #ffb99b;
	height:35px;
	text-align:left;
	padding-left:8px;
}
.home295488
{
	color:#295488;
}
.HomepageTitle_bottom
{
border:1px solid #dadada; 
border-bottom:0;
height:60px;
text-align:left;
}
.proCount
{

	background:#dadada;
	}
.proCount td,.proCount th{background:#fff;padding:3px;text-align:left; padding-left:8px;}
.homepagered
{
	color:#ff0000;
	}

/*数据加载中样式*/
.importNote{background:url(/images/loading_2.gif) no-repeat;width:65px;height:16px;padding-left:65px;}