﻿/*全局*/
html,body {
	font-family: "arial";
	font-size: 12px;
	color: #3C3421;
	margin:0px;
	height:100%;
	background-color: #CAC1AA;
	overflow-x:hidden;
	
	SCROLLBAR-FACE-COLOR: #B5AC96;
	SCROLLBAR-HIGHLIGHT-COLOR: #CAC1AA;
	SCROLLBAR-SHADOW-COLOR: #CAC1AA;
	SCROLLBAR-3DLIGHT-COLOR: #CAC1AA;
	SCROLLBAR-ARROW-COLOR: #000000;
	SCROLLBAR-TRACK-COLOR: #CAC1AA;
	SCROLLBAR-DARKSHADOW-COLOR: #CAC1AA;
	SCROLLBAR-BASE-COLOR: #CAC1AA;
	cursor: url("images/cursor.cur")

 }
td {
	font-family:"arial";
	font-size: 12px;
}

a:link	{
	font-family: "arial";
	font-size: 12px;
	text-decoration: none;
	color: #3C3421;
}
a:visited {
	font-family: "arial";
	font-size: 12px;
	text-decoration: none;
	color: #3C3421;
}
a:hover	{
	font-family: "arial";
	font-size: 12px;
	text-decoration: none;
	color: #CC0000;
}

/*定义一个中文样式*/
.cnfont{
	font: 11px "MingLiu";
	line-height:20px;
	}
.cnfont a:link{
	font: 11px "MingLiu";
	line-height:20px;
	text-decoration: none;
	}
.cnfont a:visited{
	font: 11px "MingLiu";
	line-height:20px;
	text-decoration: none;
	}
.cnfont a:hover{
	font: 11px "MingLiu";
	line-height:20px;
	text-decoration: none;
	}
	/*定义一个英文样式*/
.enfont{
	font: 11px "verdana";
	line-height:19px;
	}
.enfont a:link{
	font: 11px "verdana";
	line-height:19px;
	}
.enfont a:visited{
	font: 11px "verdana";
	line-height:19px;
	}
.enfont a:hover{
	font: 11px "verdana";
	line-height:19px;
	}

/*内容*/
.content {
	line-height: 23px;
	text-justify:inter-ideograph;
	text-decoration: none;
	WORD-WRAP: break-word;
	}
.content a:link{
	line-height: 23px;
	text-align:justify;
	text-justify:inter-ideograph;
	text-decoration: none;
	WORD-WRAP: break-word;
}
.content a:visited{
	line-height: 23px;
	text-align:justify;
	text-justify:inter-ideograph;
	text-decoration: none;
	WORD-WRAP: break-word;
}
.content a:hover{
	color: #A60000;
	line-height: 23px;
	text-align:justify;
 	text-justify:inter-ideograph;
	text-decoration: none;
	WORD-WRAP: break-word;
}

.bt {
	color: #ffffff;
	font-size: 12px;
	border: none;
	cursor:pointer;
	background-color: #4D3B26;
	width: 50px;
	height: 18px;
	line-height:18px;
}
/*单行输入框*/
.input {
	BACKGROUND-COLOR: #ffffff;
	text-decoration: none;
	font-size: 11px;
	font-family:"Tahoma";
	width:100%;
	color: #3C3421;
	height:19px;
	line-height:16px;
	border-top: 1px solid #B4AD93;
	border-right: none;
	border-bottom: none;
	border-left: 1px solid #B4AD93;

}

/*多行输入框*/
.textarea
{
overflow: auto;
clip: rect( );
SCROLLBAR-FACE-COLOR: #f8f8f8;
SCROLLBAR-HIGHLIGHT-COLOR: #fff;
SCROLLBAR-SHADOW-COLOR: #fff;
SCROLLBAR-3DLIGHT-COLOR: #fff;
SCROLLBAR-ARROW-COLOR: #000;
SCROLLBAR-TRACK-COLOR: #fff;
SCROLLBAR-DARKSHADOW-COLOR: #fff;
SCROLLBAR-BASE-COLOR: #fff;
width:100%;
height:100%;
line-height:22px;
word-break: break-all;
}
/*定义页顶背景*/
.topbg{
	background-repeat: repeat-x;
	background-position: bottom;
}

.ty{
	filter: DropShadow(Color=#FFFAEE, OffX=1, OffY=1, Positive=1);
}

/*定义页底文字凹凸*/
.footty{
	color:#020202;
	filter: DropShadow(Color=#F3E7CF, OffX=1, OffY=1, Positive=1);
}
.footty a:link{
	color:#020202;
}
.footty a:visited{
	color:#020202;
}
.footty a:hover{
	color:#020202;
	text-decoration: underline;
}
/*TAB切换*/
.Tabswich{
	font-weight: bold;
	cursor:pointer;
}

.Tabswich.hover{
	font-weight: bold;
	color: #CC0000;
	cursor:pointer;
	}
/*水平线*/
.line{
border-top: 1px dotted #C0B99C;
}
