/*	全局定义　*/
body, td, div, p, input, textarea, select	{
	color:			#393939;
	font-family:	tahoma;
	font-size:		12px !important;
	font-size:		11px;
	line-height:	12pt;
	/*SCROLLBAR-BASE-COLOR: #ffffff;
	SCROLLBAR-DARKSHADOW-COLOR: #ffffff; 
	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #ffffff; 
	scrollbar-shadow-color: #638CDE; 
	scrollbar-3dlight-color: #638CDE; 
	scrollbar-arrow-color: #638CDE; 
	scrollbar-track-color: #ffffff; 
	scrollbar-darkshadow-color: #ffffff;*/

}
body	{
	background:		white;
	margin:			0px 0px 0px 0px;
	text-align:		center;
}
textarea, hr	{
	border:			1px Gray solid;
}
li
{
	 color:Green;
	 margin-left:10px;
	}
td	{
	border-color:	#dee4f2;
}
a	{
	color:			#2C78C5;
	text-decoration:none;
}

a:hover	{
	color:			#ff6600;
	text-decoration:none;
}
form {
	margin:			0px;
}
.button 
{
	cursor:	hand;
	font: 12px Tahoma, Verdana;
	color: #0066A7;
	border: 1px solid #FFF !important;
	height: 21px;
    width:80px;
	/*filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#A9D5D6, EndColorStr=#D5EBEB);*/
}
.addbutton 
{
	cursor:	hand;
	font: 12px Tahoma, Verdana;
	color: green;
	border: 1px solid #fff ;
	height: 21px;
	/*filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#A9D5D6, EndColorStr=#D5EBEB);*/
}
.editbutton 
{
	cursor:	hand;
	font: 12px Tahoma, Verdana;
	color: #cc0033;
	border: 1px solid #fff ;
	height: 21px;
	/*filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#A9D5D6, EndColorStr=#D5EBEB);*/
}

.text
{
	border:			1px Gray solid;
    /*text-align:center;*/
    vertical-align:middle;
	width:60px;
	height:20px;
	}
.text1
{
	border:			1px Gray solid;
    /*text-align:center;*/
    vertical-align:middle;
	width:120px;
	height:15px;
	}
	.text2
{
	border:			1px Gray solid;
    /*text-align:center;*/
    vertical-align:middle;
	width:30px;
	height:20px;
	}
		.text3
{
	border:			1px Gray solid;
    /*text-align:center;*/
	vertical-align:middle;
	width:80px;
	height:18px;
	}
			.text4
{
	border:			1px Gray solid;
    /*text-align:center;*/
	vertical-align:middle;
	width:40px;
	height:20px;
	}
				.text5
{
	border:			1px Gray solid;
    /*text-align:center;*/
	vertical-align:middle;
	width:300px;
	height:20px;
	}
.label1
{
	border:0;
	text-align:center;	
	height:21px;
	font-size:11px;
}
.grid	{
	border:			0px #dee4f2 solid;
	border-collapse:collapse;
}
.nogrid	{
	border:			0px !important;
}
.fixed	{
	table-layout:	fixed;
	overflow:		hidden;
}
/*	最外层表格 */
.table1	{
  border: 0; 
  cursor: pointer;
  background-color:#666666;
  padding:0;
}
/*	列表头部的列名称栏 */
.category	
{
	border: 1px solid #FFF !important;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#A9D5D6, EndColorStr=#F1F7F7);
}
/*	高亮背景 */
.highlight	{
	background:		#f8f8f8;
}
/*	radio和checkbox样式 */
.smallbox	{
	height:			11px !important;
	height:			16px;
	border:			0px !important;
}
/*	手形光标 */
.hand	{
	cursor:			hand;
    background-image:url("../images/ToolbarBG.gif");
    text-align:center;
	
	

}
/*最外层DIV*/
.div1
{
	 height:100%;
	 width:100%;
	 border:0;
	}

.title
{
	/*filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr=#A7C4EE, EndColorStr=#ffffff);*/
	border-bottom:1px solid gray;
	text-align:left;
	height:20px;
    margin-top:10px;
}
/*输入列*/
.inputcell
{
 margin-left:10px;
 text-align:left;
	}
.textcell
{
 margin-left:10px;
 text-align:left;
	}
/*列*/
.td1
{ 
	text-align:center;
	font-size:12px;
	height:25px;
	background-color: #D6D7E1; 
	}
	.td2
{ 
	text-align:center;
	font-size:12px;
	height:25px;
	background-color: #F6F6F8; 
	}
		.td3
{ 
	text-align:center;
	font-size:12px;
	height:20px;
	background-color: #F6F6F8; 
	width:50px;
	}

/*	title文本颜色  */
.t1	{
	color:			#555555;
	font-size:14px;
	font-weight: bold;

}
/*	白色普通文本颜色  */
.t2	{
	 height:25px;
}
/*	灰调文本颜色  */
.t3	{
	color:gray;
	font-size:14px;
	font-weight: bold;
}
/*	黑调文本颜色  */
.t4	{
	color:Black;
	text-align:right;
}
/*	红调文本颜色  */
.t5	{
	color:Red;
    text-align:center;
}
/*按钮列*/
.buttoncell
{
    width:40px;
    text-align:center;	
	}
/*	小字体 */
.small	{
	font-size:		11px;
	font-family:	tahoma;
}
/*	图片分隔线属性	*/
.lineimg	{
	height:			1px;
	width:			90%;
}
.WarningMsg
{
	/*background:transparent;*/
	padding:5px 5px 5px 25px;
	border:1px solid #ff5e30;
	background:transparent url("../images/warning.gif") 5px 5px no-repeat;	
	
}
.GridHeader {
 /*background-image:url(../images/table_header.gif);*/
 background-color:#73A1E4;
 height:20px;
}
.SelectedRow  
{ 
  background-color: #FFEEC2; 
  padding: 2px; 
  padding-left: 3px; 
  padding-top: 1px; 
  padding-bottom: 1px; 
  font-family: verdana; 
  font-size: 10px; 
  border-bottom: 1px solid #4B4B6F; 
  border-top: 1px solid #4B4B6F; 
  border-right: 0px; 
}

.MyTable_BF
{
	width:100%;
	background-color:#666666;
}
.MyTable_BF tr
{
	background-color:#ffffff;
    height:20px;
}
.MyTable_BF td
{
	background-color:#ffffff;
	text-align:center;
}
.MyTable_BF input
{
	border:			1px Gray solid;
    /*text-align:center;*/
    vertical-align:middle;
	/*width:60px;*/
	height:20px;
}


/*Table*/
.ZXtable
{
	width:100%;
	/*border: 1px solid #57566F;
	border-bottom: 1px solid #57566F;*/
	background-color: #FFFFFF;
	background-color: #cccccc;
    padding:0;
}
.header
{
	background-color:#E7E7E7;
	text-align:center;
	height:25px;
}
.tr1
{
	background-color:#ffffff;
	text-align:center;
	height:25px;
}

