/* 
外层表格
*/
.maintable
{
	border-right: #8aa6e5 1px solid;
	border-top: #8aa6e5 1px solid;
	border-left: #8aa6e5 1px solid;
	border-bottom: #8aa6e5 1px solid;
	border-collapse: collapse;
}
/* 
表格标题TD
*/
.titletd
{
	background: url(pic/lframe_t.gif);
	height: 25px;
	text-align: left;
}
/* 表格的标题的字体 */
.titletext
{
	padding-left: 10px;
	font-weight: bold;
	color: #ffffff;
}
body
{
	margin-top: 0px;
	font-size: 12px;
	background: #f7f9fd;
	text-align: center;
}
td
{
	font-size: 12px;
}
input
{
	font-size: 12px;
}
textarea
{
	font-size: 12px;
}

select
{
	font-size: 12px;
	width: 80%;
}
textarea
{
	width: 80%;
}

.inputbg
{
	border: 0px;
	border-bottom: 1px solid #8AA6E5;
	background: transparent;
}
/* 输入框 */
.inputbg2
{
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	width: 80%;
	border-bottom: #8aa6e5 1px solid;
	background: none transparent;
}
.summary-title
{
	font-weight: bold;
	background: #edf1f8;
	height: 23px;
}

A:link
{
	color: #063390;
	text-decoration: none;
}
A:visited
{
	color: #063390;
	text-decoration: none;
}
A:hover
{
	color: #003399;
	text-decoration: underline;
}
A.highlight:link
{
	color: red;
	text-decoration: none;
}
A.highlight:visited
{
	color: red;
	text-decoration: none;
}
A.highlight:hover
{
	color: red;
	text-decoration: underline;
}
.tdbg
{
	background: #f2f8ff;
	line-height: 120%;
}
/* 表格交替颜色 */
.tdbg-dark
{
	background: #edf1f8;
	line-height: 120%;
}
.tdbg-light
{
	background: #d7f5ff;
	line-height: 120%;
}
