/*	全局定义　*/
body ,td, div, p, input, textarea, select	{
	color:			#222222;
	font-family:	Tahoma;
	font-size:		12px;

}
input, textarea	{
	border:			1px #C9D2BB solid;
}
select, select	{	
	height:			18px;
}
input{ height:20px}
body	{
	margin:				0px;
	text-align:			center;
	SCROLLBAR-HIGHLIGHT-COLOR: buttonface;
	SCROLLBAR-SHADOW-COLOR: buttonface;
	SCROLLBAR-3DLIGHT-COLOR: buttonhighlight;
	SCROLLBAR-TRACK-COLOR: #eeeeee;
	SCROLLBAR-DARKSHADOW-COLOR: buttonshadow;
	
}
a	{
	color:          #003366;
	text-decoration:none;
}
A:visited
{
    color:			#003366;
	text-decoration:none;
}
a:hover
{
    color:          #ff3300;
    text-decoration: underline;
}
a:link
{
    color:			#003366;
	text-decoration:none;
}

A:active
{
    color:			#ff3300;
	text-decoration:none;
}
td	{
	border-color:	#D2E0F0;	/* 该项对firefox之类无效，对ie有效 */
}
form {
	margin:			0;
}
.grid, hr	{
	border:			1px #D2E0F0 solid;
	border-collapse:collapse;
}
.nogrid	{
	border:			0px !important;
}
.fixed	{
	
	overflow:		hidden;
}
.smallbox	{
	height:			11px !important;
	height:			16px;
	border:			0px !important;
}
.cursor	{
	cursor:			hand;
}
.button2	{
	font-family:	宋体;
	font-size:		12px;
	border-right:	1px #a9a9a9 solid;
	border-bottom:	1px #a9a9a9 solid;
	height:			18px;
	padding-top:	0px;
	padding-left:	2px;
	background:		buttonface;
}
.ubbButton	{
	font-family:	宋体;
	font-size:		12px;
	border-right:	1px #a9a9a9 solid;
	border-bottom:	1px #a9a9a9 solid;
	width:			19px;
	height:			18px;
	padding-top:	-2px;
	padding-left:	1px;
	background:		buttonface;
}
/************  ***********/
/* 左边的框边 */
.LFramebg
{
    background-color :#cdcdcd;
    width: 1px;
}
/* 右边的框边 */
.RFramebg
{
    background-color :#bcbcbc;
    width: 1px;
}
/* 下边的框边 */
.XFramebg
{
    background-color :#bcbcbc;
    height: 1px;
}
/* 正文背景 */
.ZWenbg
{
    background-color :#fafafa;
}
/* 正文背景2 */
.ZWenbg2
{
    background-color :#ffffff;
}
/* 栏目背景 */
.LMubg
{
    background-color :#f5f5f5;
}


/*=============================
	以下内容为不同风格而设
	请一边修改一边查看效果
=============================*/

/*	[可选项]顶层外框，标记在page_header中	*/
#main	{
	width:			98%;
	background:		white;
}

/*	[必须项]弹出层	*/
#poplayer	{
	position:		absolute;
	z-index:		9;
	text-align:		left;
	border:			1px #333333 solid;
	padding:		1px 3px;
	background:		white;
	filter:			Alpha(Opacity=0);
}

/*	[必须项]特殊超连接，版面连接处  */
.link a	{
	color:			#0000fe;
	text-decoration:none;
}
.link a:hover	{
	color:			#0000fe;
	text-decoration:underline;
}

/*	[可选项]表格标题行超连接	*/
.titleanchor a	{
	color:			#0000fe;
	text-decoration:none;
}
.titleanchor a:hover	{
	color:			#0000fe;
	text-decoration:underline;
}

/*	[必须项]提示文本颜色  */
.t1	{
	color:			#ff6600;
}
/*	[必须项]醒目文本颜色  */
.t2	{
	color:			red;
}
/*	[必须项]灰调文本颜色  */
.t3	{
	color:			#gray;
}

.tableborder1 {
	border: 1px solid #CCCCCC;
	background-color: #F5F5F5;
}

.boardlr {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CFC7B2;
	border-right-color: #CFC7B2;
	border-bottom-color: #CFC7B2;
	border-left-color: #CFC7B2;
	line-height: 160%;	
}
.bian_1 {
    border: 1px solid #9999cc;
}



