body
{
	margin: 0px;
}

body, p, div, td, input, select, textarea 
{
	font-family: 宋体;
	font-size: 9pt;
	color : #000000;
}

form 
{
	margin: 0px;
	padding: 0px;
}

input.txt, textarea.txt
{
	color: #000000;
	border: 1px solid #000000;
	background: #FFFFFF;
	padding: 2px;
}

input.btn
{
	color: #FFFFFF;
	background-color: #3CA1FD;
	border: 1px outset #3CA1FD;
}

/*	通用表格样式	*/
table.common {
	border: 0px solid black;
	background-color: black;
	}

table.common th, table.common td {
	background-color: white;
}

tr.th1 th,
th.th1 {
	color: #FFFFFF; 
	background-color: #5A5AAD;
	font-size: 9pt;
	padding: 3px;
	}
tr.tr1 td,
td.td1 {
	color: #000000;
	background-color: #EBFAFF;
	/*border-bottom: 1px solid #0148B2;*/
	padding: 2px;
	}
tr.tr2 td,
td.td2 {
	color: #000000;
	background-color: #C0EFFF;
	/*border-bottom: 1px solid #0148B2;*/
	padding: 2px;
	}
/*
table.common tr.out td {
	background-color: #7290E1;
	}
table.common tr.over td {
	background-color: #88A7E5;
	}*/

/*	选中行的样式	*/
table.common td.select, table.common tr.select td {
	background-color: #80A1F2;
	}
	
/*	menu tree style */
.webfx-tree-container {
	font-family: 宋体;	
	font-size: 9pt;
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
}

.webfx-tree-item {
	font-family: 宋体;	
	font-size: 9pt;
	padding: 0px;
	margin: 0px;
	color: #215DC6;
	white-space: nowrap;
	word-break: keep-all;
}

.webfx-tree-item a, .webfx-tree-item a:active, .webfx-tree-item a:hover {
	margin-left: 3px;
	padding: 1px 2px 1px 2px;
}

.webfx-tree-item a {
	color: #215DC6;
	text-decoration: none;
}

.webfx-tree-item a:hover {
	color: #428EFF;
	text-decoration: underline;
}

.webfx-tree-item a:active {
	background: highlight;
	color: highlighttext;
	text-decoration: none;
}

.webfx-tree-item img {
	vertical-align: middle;
	border: 0px;
}

.webfx-tree-icon {
	width: 18px;
	height: 18px;
}

/*论坛用到的几个样式*/
/*头、尾的样式*/
table.forumtbl {
	border: 0px solid red;

	padding : 0;
	margin-top : 10px;
	margin-bottom : 10px;
	}
/*置顶。公告帖子的标记*/
.topicorder{
	background-color: #DBE4E9;
	border: #AEBDC4;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	color : #006699;
	font-weight : bold;
	padding-bottom : 1px;
	padding-left : 2px;
	padding-right : 2px;
	padding-top : 1px;
	}
/*精华帖子的标记*/
.topicgood{
	background-color:#DBE4E9;
	border: #AEBDC4;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	color : #FF0000;
	font-weight : bold;
	padding-bottom : 1px;
	padding-left : 2px;
	padding-right : 2px;
	padding-top : 1px;
	}
/*	文章内容页面的样式	*/
div.title {
	color: #FF6600; 
	font-size: 16px; 
	line-height: 22px; 
	font-weight: bold;
	text-align: center;
	}
div.content, div.content div, div.content p, div.content td {
	font-size: 9pt; 
	line-height: 24px;
	}
hr.doc {
	width: 80%;
	color: #80D6F0;
	height: 1px;
	}
ul.doc  {
	margin-left: 4pt;
	list-style-image: url(/jwt/templates/YuHuan/images/dot3.gif);
	}

/*	定制样式	*/
	
td {
	font-family: "宋体"; font-size: 9pt; color:#000000 ; line-height: 20px
}
table {
	font-family: "宋体"; font-size: 9pt; color:#000000 ; line-height: 20px
}
a:link {color:#3C6BFE; text-decoration:none}
a:visited {color:#3C6BFE; text-decoration:none} 
a:hover {color:#3366CC; text-decoration:underline}
a.left:link {color:#0064AC; text-decoration:none}
a.left:visited {color:#0064AC; text-decoration:none}
a.left:hover {color:orange; text-decoration:underline}
a.top:link {color:#ffffff; text-decoration:none}
a.top:visited {color:#ffffff; text-decoration:none}
a.top:hover {color:#ffffff; text-decoration:underline}

/*	导航栏样式	*/
.nav {padding: 4px; color: white; text-align: center;}
.nav a:link {color: white; text-decoration: none;}
.nav a:visited {color: white; text-decoration: none;}
.nav a:hover {color: white; text-decoration: underline;}