Body {
	Font-size: 9pt;
	Background: #FFFFFF;
	line-height: 120%;
	Color: black;
	margin: 0px;
}

Table,Td,Span,P,Input {
	Font-size: 9pt;
}

form {
	margin: 0px;
}

A {
	color:#0066CC;
	text-decoration: none;
}

.domainFont {
	font-family: verdana;
}

.LoginBtn {
	background: #F1F1F1 url('../images/Button_Default.gif') center repeat-x;
	border: 1px solid #4A95C9;
	color: #00156E;
	height: 1.75em;
	vertical-align: middle;
}
.LoginRedBtn {
	background: #F1F1F1 url('../images/Button_Default.gif') center repeat-x;
	border: 1px solid #4A95C9;
	color: #EE151E;
	height: 1.75em;
	vertical-align: middle;
}

.menumainlist{
	font-weight: bold;color: #1D5E81;
	display: block; height: 22px; background: #F5F9FA; border: 1px #98B4C2 solid; border-top: 0px;
	event:expression(
		onmouseover = function()
		{
		this.style.backgroundColor='#6C9CC2';
		this.style.color='#ffffff';
		},
		onmouseout = function()
		{
		this.style.backgroundColor='#F5F9FA';
		this.style.color='';
		}
	)
}
.menumainlist_on{
	font-weight: bold;color: #1D5E81;
	display: block; height: 25px; background: #ffffff; border: 1px #98B4C2 solid; border-top: 0px;
	event:expression(
		onmouseover = function()
		{
		this.style.backgroundColor='#6C9CC2';
		this.style.color='#ffff00';
		},
		onmouseout = function()
		{
		this.style.backgroundColor='#FFFFFF';
		this.style.color='';
		}
	)
}


.headerTop {
	height: 111px;
	background-image: url('../images/header_bg.gif');
}

.searchBar {
	height: 38px;
	background-image: url('../images/search_bg.gif');
	border: 1px #6C9CC2 solid;
	margin: 0px;
	padding: 0px;
}

.searchInput {
	border: 1px #6C9CC2 solid;
	height: 25px;
	font-size: 18px;
}

.searchBtn {
	border: 0px;
	height: 25px;
	font-size: 9pt;
	background: #6C9CC2;
	color: #FFFFFF;
}

.inputTd {
	width: 180px;
	height: 20px;
	background: #E5F0FF;
	border: 1px #6C9CC2 solid;
}

.leftBar {
	border-right: 1px #6C9CC2 solid;
	background: #F5F9FA;
	vertical-align: top;
}

.LeftMainTitleBar {
	height: 25px;
	background: #F5F9FA url('../images/header_bg.gif');
	text-indent: 1em;
	font-weight: bold;
}

a.LeftMenuBar:link {
	display:block;
	color: #0066CC;
	text-decoration: none;
}
a.LeftMenuBar:hover {
	display:block;
	color: #FF2222;
	text-decoration: none;
	background-color: #F0F0FF;
}
a.LeftMenuBar:visited {
	display:block;
	color: #0066CC;
	text-decoration: none;
}
a.LeftMenuBar:active {
	display:block;
	color: #FF2222;
	text-decoration: none;
	background-color: #F0F0FF;
}

a.TypeSearchBar {
	float: left;
	width: 60px;
	height: 22px;
	margin-top: 4px;
	line-height: 22px;
	display:block;
}
a.TypeSearchBar:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.TypeSearchBar:hover {
	color: #FF3333;
	text-decoration: none;
	background-color: #F0F0FF;
	border: 1px #FFFFFF solid;
}
a.TypeSearchBar:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.TypeSearchBar:active {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #F0F0FF;
}


a.LetterSearchBar {
	float: left;
	width: 17px;
	height: 20px;
	margin-top: 4px;
	line-height: 20px;
	display:block;
}
a.LetterSearchBar:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.LetterSearchBar:hover {
	color: #FF3333;
	text-decoration: none;
	background-color: #F0F0FF;
	border: 1px #FFFFFF solid;
}
a.LetterSearchBar:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.LetterSearchBar:active {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #F0F0FF;
}


a.DefaultMainTitle {
	float: left;
	width: 120px;
	height: 22px;
	margin-top: 8px;
	margin-left: 5px;
	line-height: 22px;
	display:block;
}
a.DefaultMainTitle:link {
	color: #222222;
	text-decoration: none;
	border-top: 1px #6C9CC2 solid;
	border-left: 1px #6C9CC2 solid;
	border-right: 1px #6C9CC2 solid;
}
a.DefaultMainTitle:hover {
	color: #333333;
	text-decoration: none;
	background-color: #F0F0FF;
	border-top: 1px #6C9CC2 solid;
	border-left: 1px #6C9CC2 solid;
	border-right: 1px #6C9CC2 solid;
}
a.DefaultMainTitle:visited {
	color: #222222;
	text-decoration: none;
	border-top: 1px #6C9CC2 solid;
	border-left: 1px #6C9CC2 solid;
	border-right: 1px #6C9CC2 solid;
}
a.DefaultMainTitle:active {
	color: #222222;
	text-decoration: none;
	background-color: #F0F0FF;
	border-top: 1px #6C9CC2 solid;
	border-left: 1px #6C9CC2 solid;
	border-right: 1px #6C9CC2 solid;
}

.LeftBartd {
	line-height: 25px;
	height: 25px;
}

.LeftBarInput {
	width: 100px;
	border: 1px #6C9CC2 solid;
}

.submitBtn {
	border: 0px;
	height: 22px;
	font-size: 9pt;
	background: #6C9CC2;
	color: #FFFFFF;
}

.MainTableTitleTd {
	height: 32px;
	background-image: url('../images/search_bg.gif');
	border: 1px #6C9CC2 solid;
	margin: 0px;
	padding: 0px;
}

.rightBar {
	padding: 8px;
	vertical-align: top;
}

.rightMainTitleBar {
	height: 30px;
	background: #F5F9FA url('../images/search_bg.gif');
	text-indent: 1em;
	font-weight: bold;
	border-top: 1px #6C9CC2 solid;
}

.rightRedTitleBar {
	height: 30px;
	background: #F5F9FA url('../images/search_redbg.gif');
	text-indent: 1em;
	font-weight: bold;
	border-top: 1px #b63030 solid;
}

.listtr {
	cursor:hand; padding-left: 3px; padding-right: 3px;background: #FFFFFF;
	event:expression(
		onmouseover = function()
		{
		this.style.backgroundColor='#FBFBFB';
		this.style.color='red';
		},
		onmouseout = function()
		{
		this.style.backgroundColor='#ffffff';
		this.style.color='';
		}
	)
}

.listtrCom {
	cursor:hand; padding-left: 3px; padding-right: 3px;background: #FFFbFb;
	event:expression(
		onmouseover = function()
		{
		this.style.backgroundColor='#FBFBFB';
		this.style.color='red';
		},
		onmouseout = function()
		{
		this.style.backgroundColor='#fffbfb';
		this.style.color='';
		}
	)
}

.listtd {
	border-bottom: 1px #F0F0F0 solid;
}

.helpBar {
	height: 22px;
	line-height: 22px;
	background: #FDFDFD;
}


.footerBar {
	border-top: 1px #6C9CC2 solid;
	height: 58px;
	line-height: 20px;
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr='#FFFFFF', endColorStr='#99B1D3', gradientType='1')
}


.Div1px {
	position: relative;
	BORDER-RIGHT: 1px solid;
	BORDER-TOP: 1px solid; 
	BORDER-LEFT: 1px solid; 
	BORDER-BOTTOM: 1px solid; 
	BORDER-COLOR: #00A8FF;
	Background: #E2F5FF;
	width: 99%;
	Height: 28px;
	Color: #222222;
}



/*  include/pages.asp  */
.divcss		{border: 1px solid #5681d4;}  /* =边框线颜色= */
.tabcss		{color: #ABABAB; font-size: 9pt; background: #E1E1E1; padding-left:5px; padding-right:5px}        /* =边框线颜色= */
.bg1			{background: #ffffff;}        /* =主要背景色= */
.bg2			{background: #F9F9F9;}        /* =表格间隔色= */
.head			{background: #ffffff;color:#ABABAB;font-weight:bold;}  /* =页码栏头部= */
/*  include/pages.asp End  */