body{
	margin:1px;
	font-size:9pt;
	background-color: white;
}

/**
*表单样式
*/

input{
	width: 200px;
	height: 26px;
	border: 1px solid #acacac;
	line-height:25;
	vertical-align:middle;
}
input:focus{
	border: 1px solid #7eb4ea;
}
select{
   width: 200px;
}
.selectoverflow{
	height: 200px;
}
.selectpage{
	width: 70px;
}
.selectpageoverflow{
	height: 90px;
}
.selectABoverflow{
	height: 50px;
}
textarea{
	width: 200px;
	height: 100px;
	border: 1px solid #acacac;
	vertical-align:middle;	
}
textarea:focus{
	border: 1px solid #7eb4ea;
}




/**
*主界面样式
*/

.leftcontent{
	width:205px;
	vertical-align:top;
}
.contentframe{
	width:100%;
	height:100%;
	border:1px solid #ccc; 
}
.contentframe iframe{
	width:100%;
	height:100%;
}


/**
*分页样式
*/

.siitpagediv{
	padding-top:5px;
	height:35px;
	line-height:35px;
	vertical-align:middle;
	padding-right:15px;
}
.siitpagediv input{
	width:60px;
	height:30px;
	line-height:30px;
	margin-left:1px;
	margin-right:1px;
}
.siitpagediv div{
	float:right;
}

/**
*数据显示table样式
*/


.siitDataTable{
	width:99%;
}
.siitDataTable tr th{
	text-align:left;
}
.siitDataTable tr{
	border-top:1px solid #dddddd;
	border-bottom:1px solid #dddddd;
	height:40px;
	line-height:40px;
}
.siitDataTable tr td{
	background-color:#f1f1f1;
	vertical-align:top;
}
.siitDataTable tr td button{
	float:right;
}
.siitDataTable tr th .dataFormTitle{
	text-align: center;
	font-size:15pt;
	font-weight:900;
}

/**
*数据显示table样式
*/

.siitQuery{
	width:99%;
}
.siitQuery tr{
	border-top:1px solid #dddddd;
	border-bottom:1px solid #dddddd;
	height:40px;
	line-height:40px;
}
.siitQuery tr td{
	background-color:#f1f1f1;
}
.siitQuery tr td button{
	float:right;
}