/*
 * Table Css Style
 * .tab        表格样式
 *     .head   表头样式
 *     .strip  斑马线样式
 *     .over   鼠标滑过的高亮样式
 */
 A:link{
	color:#0000ff;
	font-size:13px;
	text-decoration:none;
 }
 A:hover{
	color:#0000ff;
	font-size:13px;
	text-decoration:none;
 }
 A:visited{
	color:#0000ff;
	font-size:13px;
	text-decoration:none;
 }
 body{
	font-size:13px;
 }
 td{
	font-size:13px;
 }



.table, .table-strict, .table-27, .table-27-strict {
	border-collapse:collapse;
	text-align:center;
	margin:0px;
}

.tr-head, .td-head, .td-head-v {
	background-color:#dbf1ff;
}

.tr-top td {
	border-top:1px #d4d4d4 solid;
}

.tr-head td, .td-head, .td-head-v, .tr-body td, .td-body, .td-body-v {
	border:1px #96c6ea solid;
	padding:0px 4px 0px 5px;

	font:13px/16px arial,tahoma,helvetica,sans-serif;
	word-wrap:break-word;
	word-break:break-all;

	min-height:25px;
	height:auto!important;
	height:25px;
	line-height:23px;
}

.tr-body td, .td-body, .td-body-v {
	border-top:normal #96c6ea solid;
}

.tr-head td img, .tr-body td img, .td-head img, .td-body img, .td-head-v img, .td-body-v img {
	vertical-align:middle;
}


.table-strict .tr-head td, .table-strict .td-head, .table-strict .td-head-v, .table-strict .tr-body td, .table-strict .td-body, .table-strict .td-body-v {
	min-height:23px;
	height:auto!important;
	height:23px;
	line-height:23px;
}

.table-27 .tr-head td, .table-27 .td-head, .table-27 .td-head-v, .table-27 .tr-body td, .table-27 .td-body, .table-27 .td-body-v {
	min-height:29px;
	height:auto!important;
	height:29px;
	line-height:27px;
}

.table-27-strict .tr-head td, .table-27-strict .td-head, .table-27-strict .td-head-v, .table-27-strict .tr-body td, .table-27-strict .td-body, .table-27-strict .td-body-v {
	min-height:27px;
	height:auto!important;
	height:27px;
	line-height:27px;
}



/*
.isStrictTable .tr-head td, .isStrictTable .td-head, .isStrictTable .td-head-v, .isStrictTable .tr-body td, .isStrictTable .td-body, .isStrictTable .td-body-v {
	min-height:23px;
	height:auto!important;
	height:23px;
	line-height:23px;
}
*/



/*
.isStrict .table .tr-head td, 
.isStrict .td-head, 
.isStrict .td-head-v, 
.isStrict .table 
.isStrict .tr-body td, 
.isStrict .td-body, 
.isStrict .td-body-v {
	min-height:24px;
	height:auto!important;
	height:24px;
	line-height:23px;
}
*/

.table .tr-head td {

/*
	border-top:1px #96c6ea solid;
	border-left:1px #96c6ea solid;
	border-right:1px #96c6ea solid;
	border-bottom:1px #96c6ea solid;
	*/

	/*padding:3px 4px 3px 5px;*/
	/*padding:0px 4px 0px 5px;*/
	

	/*font:13px/16px arial,tahoma,helvetica,sans-serif;
	word-wrap:break-word;
	word-break:break-all;*/
	
/*	min-height:25px;
	height:auto!important; 
	height:25px;
	line-height:23px;*/
}

.isStrict .table .tr-head td {
	/*padding:4px 4px 3px 5px;*/
	/*padding:0px 4px 0px 5px;
	line-height:23px;*/
}
.isStrict .table .td-head {
	/*padding:4px 4px 3px 5px;*/
	/*padding:0px 4px 0px 5px;
	line-height:23px;*/
}
/*表头tr不写class，直接用到td上，主要用于当多表格嵌套时防止样式递归*/
.td-head{
	/*background-color:#dbf1ff;*/
	/*border-top:1px #96c6ea solid;
	border-left:1px #96c6ea solid;
	border-right:1px #96c6ea solid;
	border-bottom:1px #96c6ea solid;*/

	/*padding:3px 4px 3px 5px;*/
	/*padding:0px 4px 0px 5px;*/
	

	/*font:13px/16px arial,tahoma,helvetica,sans-serif;
	word-wrap:break-word;
	word-break:break-all;*/
	


	/*min-height:25px;
	height:auto!important; 
	height:25px;
	line-height:23px;*/
}

.table .tr-body{

}
.table .tr-body td {

	/*
	border-left:1px #d4d4d4 solid;
	border-right:1px #d4d4d4 solid;
	border-bottom:1px #d4d4d4 solid;*/

	/*padding:4px 4px 3px 5px;*/
	/*padding:0px 4px 0px 5px;*/
	

	/*font:13px/16px arial,tahoma,helvetica,sans-serif;
	word-wrap:break-word;
	word-break:break-all;	*/
	

	/*min-height:25px;
	height:auto!important; 
	height:25px;
	line-height:23px;*/
}
/*tr不写class时的用法，直接用到td上，主要用于当多表格嵌套时防止样式递归*/
.td-body{
	/*border-left:1px #d4d4d4 solid;
	border-right:1px #d4d4d4 solid;
	border-bottom:1px #d4d4d4 solid;*/

	/*padding:4px 4px 3px 5px;*/
	/*padding:0px 4px 0px 5px;*/
	

	/*min-height:25px;
	height:auto!important; 
	height:25px;
	line-height:23px;*/
}
/*.table .tr-head td img, .table .tr-body td img {
	vertical-align:middle;
}
.td-head img{
	vertical-align:middle;
}
.td-body img{
	vertical-align:middle;
}*/

/*table纵向表头*/
.td-head-v{
	/*background-color:#dbf1ff;*/
	/*border-top:1px #96c6ea solid;
	border-left:1px #96c6ea solid;
	border-right:1px #96c6ea solid;
	border-bottom:1px #96c6ea solid;*/

	/*padding:3px 4px 3px 5px;*/
	/*padding:0px 4px 0px 5px;*/
	

	/*font:13px/16px arial,tahoma,helvetica,sans-serif;
	word-wrap:break-word;
	word-break:break-all;*/
	

	/*min-height:25px;
	height:auto!important; 
	height:25px;
	line-height:23px;*/
}
.td-body-v{
	/*border-top:1px #d4d4d4 solid;
	border-right:1px #d4d4d4 solid;
	border-bottom:1px #d4d4d4 solid;*/

	/*padding:4px 4px 3px 5px;*/
	/*padding:0px 4px 0px 5px;*/
	

	/*font:13px/16px arial,tahoma,helvetica,sans-serif;
	word-wrap:break-word;
	word-break:break-all;	*/
	

	/*min-height:25px;
	height:auto!important; 
	height:25px;
	line-height:23px;*/
}
/*.td-head-v img{
	vertical-align:middle;
}*/
/*.td-body-v img{
	vertical-align:middle;
}*/

/*
 * Spacing Css Style
 */

/*普通按钮, 表格内按钮的水平间距*/
.hSpace-btn {
	margin-right:8px;
}

/*页面下方提交按钮的水平间距*/
.hSpace-submit {
	margin-right:16px;
}

/*表格内图片icon的水平间距*/
.hSpace-icon{
	margin-left:2px;
	margin-right:2px;
}
.icon-split{
	margin-left:2px;
	margin-right:2px;
}
/*查询控件按钮的垂直间距*/
.vSpace-queryBtn {
	margin-bottom:10px;
}

/*模组内tag与正文的垂直间距*/
.vSpace-tag {
	margin-bottom:13px;
}

/*查询控件与下方正文的垂直间距*/
.vSpace-query {
	margin-bottom:8px;
}
/*模组内标题与页面的上边距，与title-module样式配合使用*/
.vSpace-title{
	margin-top:15px;
}
/*代表必填的红星号样式*/
.asterisk{
	color:red;
}

.page-title {
	font-family:Arial, 黑体, Helvetica, sans-serif;
	color:#000;
	font-size:14px;
	font-weight:bold;
	margin-top:15px;
	margin-bottom:13px;
}

/*
 input组件和文字对齐相关
*/
.input-valign{
	vertical-align:middle;
    margin:3px;
}
.img-valign{
	vertical-align:middle;
}
.label-valign{
	vertical-align:middle;
	font:13px tahoma; /*字体tahoma能保证居中对齐，请不要轻易动*/
}

/*filedSet标准样式*/
fieldset {
	font:13px/16px arial,tahoma,helvetica,sans-serif;
	border:#96c6ea 1px solid;
}
legend {
	/*font-weight:bold;*/
	color:#3058A0;
	margin-left:5px;
	padding:0px;
}
.vSpace-fieldset {
	margin-bottom:13px;
}
.hCenter-fieldset {
	margin-left:auto;
	margin-right:auto;
}
fieldset .fieldset-body {
	font:13px/16px arial,tahoma,helvetica,sans-serif;
	border:0px solid #FFF;
	margin-top:6px;
	margin-bottom:6px;
}
fieldset .fieldset-content,  fieldset .fieldset-indent-content {
	font:13px/16px arial,tahoma,helvetica,sans-serif;
	margin-bottom:4px;

}
fieldset .fieldset-content {
	padding-left:25px;
	padding-right:25px;
}
fieldset .fieldset-indent-content {
	padding-left:42px;
	padding-right:42px;
}

/*input输入框的标准样式*/
.input-text{
	border:#95c7ec 1px solid;
	font:13px/19px arial,tahoma,helvetica,sans-serif;
	padding:0px 0px 0px 2px;
	vertical-align:middle;
	height:21px;
}
/*DOM 标准样式*/


/*权限列表~~~*/
.authority {
	border:0px;
	padding:0px;
	margin:8px 0px 8px 0px;
	width:100%;
}
.authority-tr {
	border:0px;
	padding:0px;
	margin:0px;
}
.authority .authority-tr td {
	border:0px;
	/*padding:2px 3px 2px 3px;*/
	margin:0px;
	word-break:break-all;
	word-wrap:break-word;
	line-height:20px;
}
.authority .authority-tr .authority-left {
	text-align:right;
	padding-left:0px;
	padding-right:3px;
	width:50%;
}
.authority .authority-tr .authority-right {
	text-align:left;
	padding-right:0px;
	padding-left:3px;
	width:50%;
}
.authority-right img {
}
.table .authority .authority-tr td, .table-27 .authority .authority-tr td, .table-strict .authority .authority-tr td, .table-27-strict .authority .authority-tr td {
	height:auto!important;
	height:auto;

	min-height:auto!important;
	min-height:auto;
}


/* Add By Vicki 2011/10/21 */

/*
.table-27 .tr-head td {
	padding:0px 4px 0px 5px;
	font:13px/16px arial,tahoma,helvetica,sans-serif;
	line-height:27px;
}
.table-27 .td-head {
	padding:0px 4px 0px 5px;
	font:13px/16px arial,tahoma,helvetica,sans-serif;
	line-height:27px;
}
.table-27 .tr-body td {
	padding:0px 4px 0px 5px;
	font:13px/16px arial,tahoma,helvetica,sans-serif;
	line-height:27px;
}
.table-27 .td-body {
	padding:0px 4px 0px 5px;
	font:13px/16px arial,tahoma,helvetica,sans-serif;
	line-height:27px;
}
.table-27 .td-head-v {
	padding:0px 4px 0px 5px;
	font:13px/16px arial,tahoma,helvetica,sans-serif;
	line-height:27px;
}
.table-27 .td-body-v {
	padding:0px 4px 0px 5px;
	font:13px/16px arial,tahoma,helvetica,sans-serif;
	line-height:27px;
}*/

/*
.table-27 .tr-head td, .table-27 .td-head, .table-27 .tr-body td, .table-27 .td-body, .table-27 .td-head-v, .table-27 .td-body-v {
	padding:0px 4px 0px 5px;
	line-height:27px;
}
*/

/*
.table-27 .tr-head td img, .table-27 .tr-body td img {
	vertical-align:middle;
}
.table-27 .td-head img {
	vertical-align:middle;
}
.table-27 .td-body img {
	vertical-align:middle;
}
.table-27 .td-head-v img {
	vertical-align:middle;
}
.table-27 .td-body-v img {
	vertical-align:middle;
}*/

/*
.table-27 .tr-head td img, .table-27 .tr-body td img, .table-27 .td-head img, .table-27 .td-body img, .table-27 .td-head-v img, .table-27 .td-body-v img {
	vertical-align:middle;
}
*/