/************** 业务表单页面样式 ***************/
/* 引入通用CSS */
@import url("../css/genneral.css");
/* 引入表单式的CSS */
@import url("css/formInput.css");
/* 引入版权的CSS */
@import url("css/copyright.css");
/* 引入工具条的CSS */
@import url("css/formMenu.css");
/* 引入input按钮的CSS */
@import url("css/btnInput.css");
/* 引功能链接按钮的CSS */
@import url("../css/uButtonTable.css");


.iframeDiv {
	width: 100%;
	height: 100%;
}
.form_gzq {  
	height: 100%;
	margin-left: 0px; 
}
.form_gzq .formTitle {  
	display: none;
}
.form_gzq .formMiddle {  
	height: 100%;
	/*background: #FFFFFF;*/
	border: 1px solid #B7B9CA;
	border-top: none;
}
.form_gzq .formContent {  
	border: none;
	height: 100%;
}

/* 标题条 */
.pageTitle {
	width: 100%;
	height: 30px;
	background: url(images/bgTitle.gif) repeat-x;
	font-weight: bold;
}
.pageTitle .pageTitleLeft {
	width: 8px;
}
.pageTitle .pageTitleMain {
}
.pageTitle .pageTitleOther {
	display: none;
}
.pageTitle .pageTitleRight {
	display: none;
}

/* tab条 */
.formTabDiv {
	padding-left: 5px;
	padding-right: 18px;
	width: 100%;
}
.formTabBody {
	padding-top: 4px;
	width: 100%;
}
.formTab {
	width: 100%; 
	height: 26px;
}
#tabDiv1 .formTab {
	background: url(images/bgTab.gif) repeat-x bottom;
}
#tabDiv1 .formTab .tabLeft {
	width: 4px;
}
#tabDiv1 .formTab .tabRight {
	width: 4px;
}
.formTab .tabLeft {
	width: 8px;
}
.formTab .tabOther {
	display: none;
}
.formTab .tabRight {
	width: 8px;
}
.formTab .tabRight img {
}
.formTab .tabMain {
}
/** 菜单条 **/
.formTab .tabBar {
	width: 100%;
}
/*** 菜单项格子 ****/
.formTab .tabItemTd {
}
/*** 菜单项间距 ****/
.formTab .tabItemSpace {
	width: 1px;
}
/*** 菜单项 ***/
.formTab .tabItem {
	height: 26px;
	width: 100%;
	cursor: pointer;
}
.formTab .tabItem .itemLeft {
	width: 6px;
	background: url(images/bgTabLeft.gif);
}
.formTab .tabItem .itemRight {
	width: 6px;
	background: url(images/bgTabRight.gif);
}
.formTab .tabItem .itemMain {
	text-align: center;
	white-space: nowrap;
	padding-top: 4px;
	padding-left: 20px; 
	padding-right: 20px;
	background: url(images/bgTabCenter.gif);
}
.formTab .tabItem .itemMain a {
	color: #000000;
}
.formTab .tabItem .itemMain a:hover {
	color: #FF0000;
}
/*** 菜单项 ***/
.formTab .tabItem_active {
	height: 26px;
	width: 100%;
	cursor: pointer;
}
.formTab .tabItem_active .itemLeft {
	width: 6px;
	background: url(images/bgTabLeft_active.gif);
}
.formTab .tabItem_active .itemRight {
	width: 6px;
	background: url(images/bgTabRight_active.gif);
}
.formTab .tabItem_active .itemMain {
	text-align: center;
	white-space: nowrap;
	padding-top: 4px;
	padding-left: 20px; 
	padding-right: 20px;
	background: url(images/bgTabCenter_active.gif);
}
.formTab .tabItem_active .itemMain a {
	color: #000000;
}
.formTab .tabItem_active .itemMain a:hover {
	color: #FF0000;
}
/*** 菜单项 ***/
.formTab .tabItem_readonly {
	height: 26px;
	width: 100%;
	cursor: pointer;
}
.formTab .tabItem_readonly .itemLeft {
	width: 6px;
	background: url(images/bgTabLeft_readonly.gif);
}
.formTab .tabItem_readonly .itemRight {
	width: 6px;
	background: url(images/bgTabRight_readonly.gif);
}
.formTab .tabItem_readonly .itemMain {
	text-align: center;
	color: #888888;
	white-space: nowrap;
	padding-top: 4px;
	padding-left: 20px; 
	padding-right: 20px;
	background: url(images/bgTabCenter_readonly.gif);
}
.formTab .tabItem_readonly .itemMain a {
	color: #000000;
}
.formTab .tabItem_readonly .itemMain a:hover {
	color: #FF0000;
}
/*** 菜单项 ***/
.formTab .tabItem_readonly_active {
	height: 26px;
	width: 100%;
	cursor: pointer;
}
.formTab .tabItem_readonly_active .itemLeft {
	width: 6px;
	background: url(images/bgTabLeft_readonly_active.gif);
}
.formTab .tabItem_readonly_active .itemRight {
	width: 6px;
	background: url(images/bgTabRight_readonly_active.gif);
}
.formTab .tabItem_readonly_active .itemMain {
	text-align: center;
	color: #999999;
	white-space: nowrap;
	padding-top: 4px;
	padding-left: 20px; 
	padding-right: 20px;
	background: url(images/bgTabCenter_readonly_active.gif);
}
.formTab .tabItem_readonly_active .itemMain a {
	color: #000000;
}
.formTab .tabItem_readonly_active .itemMain a:hover {
	color: #FF0000;
}