table{
    word-wrap:				break-word
	word-break:				break-all;
  	font-family:			宋体 verdana;
  	border-collapse:		collapse;
}

td{
	padding:				0;
}

/* 查询页面 */

table.Query{
  	font-size:				10pt;
  	border-style:			solid;
  	border-width:			1;
  	border-color:			#308CD8;
}

th.Query{
	background-color:		#68BCF8;
  	font-size:				10pt;
	font-weight:			normal;
	text-align:				left;
	height:					14pt;
}

td.Query{
  	font-size:				10pt;
	height:					18pt;
}

td.QueryFooter{
  	font-size:				9pt;
    vertical-align:			middle;
    text-align:				right;
    background-color:		#68BCF8;
    border-top:				1 solid #308CD8;
    height:					13pt;
}

td.QueryHeader{
  	font-size:				9pt;
    vertical-align:			middle;
    text-align:				right;
    background-color:		#68BCF8;
    border-bottom:			1 solid #308CD8;
    height:					13pt;
}

/* 浏览页面 */
table.List{
  	font-size:				10pt;
  	border-style:			solid;
  	border-width:			1px;
  	border-color:			#308CD8;
}

th.List{
    
	background-color:		#308CD8;
  	font-size:				10pt;
	font-weight:			bold;
	color:					white;
	text-align:				left;
	height:					18pt;
}

.ListDetail{
	font-size:				10pt;
}

td.ListDetail{
	border-left:			1 solid #E0E0E0; /*window;*/
	border-right:			1 solid #E0E0E0; /*window;*/
/*	width:					20em;*/
}

/* 明细信息标题单元格的样式*/
th.ListDetail{
    color:                  #003399;
	text-align:				left;
	font-weight:			normal; /*bold;*/
	width:					7em;
	background-color:		#F7F7F7;
	border-bottom:			1 solid #E0E0E0; /*window;*/
}
/* 以上为明细信息标题单元格的样式*/

td.ListDetail{
	text-align:				left;
	font-weight:			normal;
	border-bottom:			1 solid #E0E0E0;
	height:					18pt;
}

/* 表单页面 */
table.form{
  	font-size:				10pt;
  	border-style:			solid;
  	border-width:			1px;
  	border-color:			#308CD8;
}

th.form{
	background-color:		#308CD8;
  	font-size:				10pt;
	font-weight:			bold;
	color:					white;
	text-align:				left;
	height:					18pt;
}

td.Login{
	text-align:				center;
	font-weight:			normal;
}

td.RadioGroup, td.CheckboxGroup{
	font-size:				10pt;
}

.FormDetail{
	font-size:				10pt;
}

td.FormDetail{
	border-left:			1 solid window;
}

th.FormDetail{
	text-align:				left;
	font-weight:			normal;
  	width:					10em;
  	background-color:		#F0F0F0;
	border-bottom:			1 solid window;
	height:					18pt;
}

.Edit{
	font-size:				10pt;
	border:					1 solid #808080;
	color:					black;
}

/* 工具栏 */
.ToolBar, .ToolBarA{
	font-size:				10pt;
}

table.ToolBar{
	text-align:				center;
	border:					1 solid #308CD8;
    background-color:		#68BCF8;
    height:					16pt;
}

th.ToolBar{
    font-size:              12pt;
	font-weight:			bold;
	color:                  white;
	border:					1 solid #68BCF8;
	border-right:			1 solid #308CD8;
	height:					24pt;
}

td.ToolBar{
	border:					1 solid #68BCF8;
	border-right:			1 solid #308CD8;
}

td.ToolBar{
	border:					1 solid #68BCF8;
	border-right:			1 solid #308CD8;
}

td.ToolBarA{
	border:					1 solid #68BCF8;
	background-color:		#308CD8;
}

a.ToolBar:link{
	text-decoration:		none;
	color:                  black;
}
a.ToolBar:visited{
	text-decoration:		none;
	color:                  black;
}

a.ToolBar:hover{
	text-decoration:		underline;
	color:                  white;
}

/* --------------------------------------------- */
div.TableHandle{
    border-bottom-width:	1;
    border-bottom-style:	solid;
    border-bottom-color:	window; /*#106CC8;*/
}

.TableHandle{
  	font-size:				10pt;
	font-weight:			normal;
	color:					white;
	text-align:				center;
	vertical-align:			middle;
    background-color:		#308CD8;
	height:					12pt;
}

img.Link{
    cursor:                 hand;
}

input.Button{
  	font-size:				9pt;
	font-weight:			normal;
	border:					1 solid #C0C0C0;
	color:					black;
	background-color:		window;
	cursor:					normal;
}
input.ButtonA{
  	font-size:				9pt;
	font-weight:			normal;
	border:					1 solid #C0C0C0;
	color:					black;
	background-color:		#E0E0E0;
	cursor:					hand;
}

span.Button{
  	font-size:				9pt;
	font-weight:			normal;
}