body
{
	margin:0;
	background:url("/MoneyBBS/Images/Public/Forum_Bg.gif");
	scrollbar-face-color: #7694C2; 
	scrollbar-highlight-color: #e0dfed; 
	scrollbar-shadow-color: #dddddd; 
	scrollbar-3dlight-color: #dddddd; 
	scrollbar-arrow-color: #000000; 
	scrollbar-track-color: #DFE6F0; 
	scrollbar-darkshadow-color: #7694C2;
}
table
{
	font:9pt;
}
a
{
	font:9pt;
	color:#005FA9;
	text-decoration:none;
}
a:hover
{
	color:#005FA9;
	text-decoration:underline;
}

/*最外层表格样式*/
table.Root
{
	width:96%;
}

/*表格头部样式*/
tr.Header
{
	background:#7694C2 url("/MoneyBBS/Images/Public/Header_Bg2.gif");
	color:#FFFFFF;
}

/*表格边框样式设置 start*/
td.border_left_bottom
{	
	border-left:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
}
td.border_left_top_bottom
{
	border-left:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
}
td.border_right_top_bottom
{
	border-right:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
}
td.border_left_right_bottom
{
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
}
td.border_left_right_top_bottom
{
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
}
/*表格边框样式设置 end*/

/*控制帖子显示时用户信息栏的用户名样式 start*/
span.GlowForUserName
{
	height:0px;/*此高度值必须要*/
	filter:progid:DXImageTransform.Microsoft.Glow(color=#7694C2);
}
span.GlowForMemberName
{
	height:0px;/*此高度值必须要*/
	filter:progid:DXImageTransform.Microsoft.Glow(color=#FFCC66);
}
/*控制帖子显示时用户信息栏的用户名样式 end*/

/*控制帖子显示时帖子内的图片宽度 start*/
div.ControlSize
{
	overflow:hidden;
	width:550px;
}
/*控制帖子显示时帖子内的图片宽度 end*/

/*单项文本输入框的公用样式 start*/
input.Public
{
	border:1px solid #000000;
	width:250px;
}
/*单项文本输入框的公用样式 end*/

input.txtint
{
     font-family: "宋体", "Arial", "Times New Roman";
     font-size:12px;
     height:18px;
     color: #000080 ;
     background-color:White;
     border-style: solid;
     border-top-width: 0px;
     border-right-width: 0px;
     border-bottom-width: 1px;
     border-left-width: 0px;
     border-color: black;
     padding-right:2px;
     padding-top:2px;
     margin:2px 2px 2px 2px;
     text-align:right;
     behavior:url(css/ChkInteger.htc);
}
input.txt
{
     font-family: "宋体", "Arial", "Times New Roman";
     font-size:12px;
     height:18px;
     color: #000080 ;
     background-color:White;
     border-style: solid;
     border-top-width: 0px;
     border-right-width: 0px;
     border-bottom-width: 1px;
     border-left-width: 0px;
     border-color: black;
     padding-top:2px;
     margin:2px 2px 2px 2px;
}
