

/*  所有文字所在的表格的样式1 */
.mainTitle
{
	height:26px;
	background-color:#F5F9F0;/*#F5F9FE;*/
	 text-align:center;
}
.mainTitleEnd
{
	height:26px;
	background-color:#F5F9F0;/*#F5F9FE;*/
	 text-align:Left;
}
/*  所有文字所在的表格的样式2 */
.subTitle
{
	background-color:#F5F9F0;	
	 text-align:center;
	 height:26px;
}

/*  所有控件所在表格的样式 */
.ctrl
{
	 background-color:#F0F0F0;/*#E7F7F9;#ECECEC*/
	 text-align:left;
	 height:26px; 
}
/*列表的分页控件*/
.flootBox
{
	 background-color:#d9e0e8;/*#E7F7F9;#ECECEC*/
	 text-align:center;
	 height:26px; 
	
}
/*开发企业页面的标题样式*/
.rETitle
{
	border-right: #c5e4fc 1px solid;
	border-top: #c5e4fc 1px solid;
	border-left: #c5e4fc 1px solid;
	border-bottom: #c5e4fc 1px solid;
	height: 26px;
	background-color: #c5e4fc;
	text-align: center;
}
/*开发企业的页面底部样式*/
.rEbottom
{
	 background-color:#d9e0e8;/*#E7F7F9;#ECECEC*/
	 text-align:center;
	 height:26px; 
	
}
/*开发企业的页面头部样式*/
.rEHead
{
	 background-color:#c5e4fc;/*#E7F7F9;#ECECEC*/
	 text-align:center;
	 height:26px; 
	
}
/*相关单位页面的标题样式*/
.UnitTable
{
	border-right: #c5e4fc 1px solid;
	border-top: #c5e4fc 1px solid;
	border-left: #c5e4fc 1px solid;
	border-bottom: #c5e4fc 1px solid;
	height: 26px;
	background-color: #c5e4fc;
	text-align: center;
}
/*相关单位页面底部样式*/
.Unitbottom
{
	 background-color:#d9e0e8;/*#E7F7F9;#ECECEC*/
	 text-align:center;
	 height:26px; 
	
}
/*相关单位页面头部样式*/
.UnitHead
{
	 background-color:#c5e4fc;/*#E7F7F9;#ECECEC*/
	 text-align:center;
	 height:26px; 
	
}
/*  文本框的样式 */
.txtBox
{
	border-right: #6A6A00 1px solid;
	border-top: #6A6A00 1px solid;
	font-size: 12px;
	border-left: #6A6A00 1px solid;
	border-bottom:#6A6A00 1px solid;
	height: 22px;
	width:100%;

}


/*  多行文本框的样式 */
.txtMulBox
{
	border-right: #6A6A00 1px solid;
	border-top: #6A6A00 1px solid;
	font-size: 12px;
	border-left: #6A6A00 1px solid;
	border-bottom:#6A6A00 1px solid;
	width:100%;
	height:100px;
	
}
/*  日期控件的样式 */
.txtDate
{
	border-right: #6A6A00 1px solid;
	border-top: #6A6A00 1px solid;
	font-size: 12px;
	border-left: #6A6A00 1px solid;
	border-bottom:#6A6A00 1px solid;
	height: 22px;
	width:80px;
}
/* 上传文件的input样式*/
.inputFile
{
	width:60%;
	border-right: #6A6A00 1px solid;
	border-top: #6A6A00 1px solid;
	font-size: 12px;
	border-left: #6A6A00 1px solid;
	border-bottom:#6A6A00 1px solid;
}
/*  表格的样式 */
.tableStyle
{
	width: 100%;
	background-color: #95b6ef; /*#cccccc;*/
	text-align: center;
}
/* 按钮所在的表格的样式*/
.buttonTd
{
	 text-align:center;
	 background-color:#F5F9F0;/*#ECF6FD*/
}
.titleStyle
{
	background-color:#F5F9F0;/*#ECF6FD;*/
	height:30px;
	font-size:14px;
	font-weight:bolder;
	letter-spacing: 5px;
	text-align:center;
	
}

.flootBox
{
	 background-color:#d9e0e8;/*#E7F7F9;#ECECEC*/
	 text-align:center;
	 height:26px; 
	
}

