/* CSS Document */

/************************************/
/* hyperlink and anchor tag styles  */
/************************************/

body,td,th,input {
	font-size: 9pt;
	color: #4C5E6E;
}
a:link {
	text-decoration: none;
	color: #4C5E6E;
}
a:visited {
	text-decoration: none;
	color: #4C5E6E;
}
a:hover {
	text-decoration: underline;
	color: #4C5E6E;
}
a:active {
	color: #666666;
}

/* 段落首行缩进 */
p {
	text-indent: 2em;
}

/* 标题靠左 */
th {
	text-align: left;
}

.lyrStyle {
	font-family: "宋体";
	font-size: 9pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #4C5E6E;
	background-color: #c6d7ff;
	position: relative;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	overflow: auto;
	visibility: inherit;
	z-index: auto;
	height: auto;
	width: auto;
	clip:  rect(auto auto auto auto);
	page-break-before: auto;
	page-break-after: auto;
}

.adminTitle {
	font-size: 15pt;
	font-family: "宋体";
	font-weight: normal;
	letter-spacing: normal;
}
#loginCHKCode {
	font-size: 14pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #FF0000;
	font-style: normal;
	letter-spacing: 0.5em;
	word-spacing: normal;
	cursor: default;
}

/******************************/
/*		布局表格style		  */
/******************************/
/* 表格背景色 */
.tb-bgcolor {
  background-color: #BCCCDF  
}

/* 表格标题栏背景色 */
.tb-headbgcolor {
  background-color: #DAE2ED
}

/* 表格内容背景色*/
.tb-contentbgcolor {
  background-color: #FFFFFF
}

