/*
===================main.css===============================
 File: main.css
 Version:1.0
 Date: 2005-11-9
 Script Written by ouyang
 Copyright (C) 2005 Designed By ouyang All Rights Reserved. 
 qq: 22331713
 Email: ouyangchina@sina.com
==========================================================
*/

/*
说明:使用4种主色彩:#0166D9、#666666、#00A5FF、#FF5A00"，
1、灰（#666666）：菜单、按钮文字、非链接文字、边线访问过的文字、不带连接的字；
2、橙（#FF5A00）：标题、鼠标悬停、激活文字；
3、蓝（#0166D9）：文字链接的前景、按钮边线；
2与3是反差色。
4、灰（#CCCCCC）：边框、滚动条。
*/

/* 使用CSS */
<style type = "text/css">	

/*主体部分*/
body{
		color= "#666666";  
		font-family: 宋体;  
		font-size: 9pt
		}

/*滚动条*/
body{
		ScrollBar-Face-Color:#f3f3f1;
		ScrollBar-highlight-color:#f3f3f1;
		ScrollBar-3dlight-Color:#CCCCCC;
		ScrollBar-arrow-color:#0166D9;
		ScrollBar-shadow-color:#0166D9;
		ScrollBar-base-color:#f3f3f1;
		ScrollBar-DarkShadow-Color:#f3f3f1;
		ScrollBar-Track-Color:#f3f3f1;
		}
		


/*菜单链接*/
a.menu  			 {color= "#000000";  font-family: 宋体;  font-size: 9pt;  text-decoration: none}
a.menu:link	   {color= "#000000";  font-family: 宋体;  font-size: 9pt;  text-decoration: none}	/* 链接前 */
a.menu:visited {color: "#000000";  font-family: 宋体;  font-size: 9pt;  text-decoration: none}	/* 访问过的链接 */
a.menu:active  {color: "#ff0000";	 font-family: 宋体;  font-size: 9pt;  text-decoration: none}	/* 链接时的情况 */
a.menu:hover	 {color: "#ff0000";  font-family: 宋体;  font-size: 9pt;  text-decoration: none}	/* 悬停情况 */

/*文字链接*/
a:link	  {color= "#00007F";  font-family: 宋体;  font-size: 9pt;  text-decoration: none}	/* 链接前 */
a:visited {color= "#800080";  font-family: 宋体;  font-size: 9pt;  text-decoration: none}	/* 访问过的链接 */
a:active  {color= "#ff0000";	font-family: 宋体;  font-size: 9pt;  text-decoration: none}	/* 链接时的情况 */
a:hover	  {color= "#ff0000";  font-family: 宋体;	font-size: 9pt;  text-decoration: none}	/* 悬停情况 */

/*文字链接*/
a.copyright:link	  {color= "#ff0000";	font-family: 宋体;  font-size: 9pt;  text-decoration: none}	/* 链接前 */
a.copyright:visited {color= "#ff0000";	font-family: 宋体;  font-size: 9pt;  text-decoration: none}	/* 访问过的链接 */
a.copyright:active  {color= "#ff0000";	font-family: 宋体;  font-size: 9pt;  text-decoration: none}	/* 链接时的情况 */
a.copyright:hover	  {color= "#ff0000";	font-family: 宋体;  font-size: 9pt;  text-decoration: none}	/* 悬停情况 */

/*文字链接a*/
aa:link	  {color= "#0166D9";  font-family: 宋体;  font-size: 9pt;  text-decoration: none}	/* 链接前 */
aa:visited {color= "#0166D9";  font-family: 宋体;  font-size: 9pt;  text-decoration: none}	/* 访问过的链接 */
aa:active  {color= "#666666";	font-family: 宋体;  font-size: 9pt;  text-decoration: none}	/* 链接时的情况 */
aa:hover	  {color= "#FF5A00";  font-family: 宋体;	font-size: 9pt;  text-decoration: none}	/* 悬停情况 */

/*3种主色彩*/
a.1{color= "#0166D9";  font-family: 宋体;  font-size: 9pt;  text-decoration: none}
a.2{color= "#FF5A00";  font-family: 宋体;  font-size: 9pt;  text-decoration: none}
a.3{color= "#00A5FF";  font-family: 宋体;  font-size: 9pt;  text-decoration: none}
a.4{color= "#CCCCCC";  font-family: 宋体;  font-size: 9pt;  text-decoration: none}
a.5{color= "#666666";  font-family: 宋体;  font-size: 9pt;  text-decoration: none}

/*3种主色彩,加重*/
a.1b{color= "#0166D9";  font-family: 宋体;  font-size: 9pt;  text-decoration: none;	font-weight:bold}	
a.2b{color= "#FF5A00";  font-family: 宋体;  font-size: 9pt;  text-decoration: none;	font-weight:bold}
a.2bd{color= "#FF5A00";  font-family: 宋体;  font-size:16pt;  text-decoration: none;	font-weight:bold}

/*标题*/
a.bt{color=	"#FF5A00";  font-family: 楷书;  font-size: 12pt;  text-decoration: none;	font-weight: bold}

/*每行*/
/*td{color= "#666666";	font-family: "宋体"; font-size: 9pt;	line-height:15pt;}*/
td{color= "#000000";	font-family: "宋体"; font-size: 9pt;	line-height:15pt;}

/*文本框，但下拉列表不行*/
.text {
		BORDER-RIGHT: #0166D9 1px dashed; 
		BORDER-TOP: #0166D9 1px dashed; 
		FONT-SIZE: 12px; 
		BORDER-LEFT: #0166D9 1px dashed; 
		COLOR: #666666; 
		BORDER-BOTTOM: #0166D9 1px dashed; 
		FONT-FAMILY: "宋体"; 
		BACKGROUND-COLOR: #ffffff
		}
.br {
		BORDER-RIGHT: #0166D9 1px dashed; 
		BORDER-TOP: #0166D9 1px dashed; 
		FONT-SIZE: 12px; 
		BORDER-LEFT: #0166D9 1px dashed; 
		COLOR: #666666; 
		BORDER-BOTTOM: #0166D9 1px dashed; 
		FONT-FAMILY: "宋体"; 
		BACKGROUND-COLOR: #ffffff
		}
	
/*按钮*/
.botton {
		BACKGROUND: #e4e1e1 ; 
		BORDER-BOTTOM: #0166D9 1px solid; 
		BORDER-LEFT: #0166D9 1px solid; 
		BORDER-RIGHT: #0166D9 1px solid; 
		BORDER-TOP: #0166D9 1px solid; 
		COLOR: black; 
		CURSOR: hand; 
		HEIGHT: 20px; 
		LETTER-SPACING: 0px; 
		PADDING-LEFT: 0px; 
		PADDING-RIGHT: 0px; 
		PADDING-TOP: 1px
		}
.button {
		BACKGROUND: #e4e1e1 ; 
		BORDER-BOTTOM: #0166D9 1px solid; 
		BORDER-LEFT: #0166D9 1px solid; 
		BORDER-RIGHT: #0166D9 1px solid; 
		BORDER-TOP: #0166D9 1px solid; 
		COLOR: black; 
		CURSOR: hand; 
		HEIGHT: 20px; 
		LETTER-SPACING: 0px; 
		PADDING-LEFT: 0px; 
		PADDING-RIGHT: 0px; 
		PADDING-TOP: 1px
		}
.btn {
		BACKGROUND: #e4e1e1 ; 
		BORDER-BOTTOM: #0166D9 1px solid; 
		BORDER-LEFT: #0166D9 1px solid; 
		BORDER-RIGHT: #0166D9 1px solid; 
		BORDER-TOP: #0166D9 1px solid; 
		COLOR: black; 
		CURSOR: hand; 
		HEIGHT: 20px; 
		LETTER-SPACING: 0px; 
		PADDING-LEFT: 0px; 
		PADDING-RIGHT: 0px; 
		PADDING-TOP: 1px
		}

/*边线*/
.tde {
		BORDER-RIGHT: #CCCCCC 1px solid; 
		BORDER-TOP: #CCCCCC 1px solid; 
		BORDER-LEFT: #CCCCCC 1px solid; 
		BORDER-BOTTOM: #CCCCCC 1px solid
		} 

a.r {color: red}
a.g {color: green}
a.b {color: blue}
a.w {color: white}

a.t1{color:#FF3333}
a.t2{color:#336699}

/*库存血型颜色
a.blood_a {color = "#FFCC00"}
a.blood_b {color = "#FF0000"}
a.blood_o {color = "#000099")
a.blood_ab{color = "#000000"}
*/

/*登陆背景*/
.bk{border:solid 1px #C0C0C0;background:#C0C0C0}
.ss{background:#E8E8E8}
.qs{background:#F5F5F5}
.ds{background:#ffffff}


/*自定义栏目的列表，新闻的下划线*/
.dot{
		border-bottom:1px dashed #999;
		padding-right: 5px;
		padding-left: 2px;
		background-repeat: no-repeat;
		line-height:24px;
}

/*以下没有用到*/

.bgm{BACKGROUND="#6986c7"}

p{font-size:9pt}	/* 设置段落中的字体 */

.shadow  {filter:shadow(color = blue ,direction = 225);}
.shadow1 {filter:shadow(color = red  ,direction = 225);}
.shadow2 {filter:shadow(color = gray ,direction = 225);}
.div {width:800; filter:blur(add=true, direction = 135,strength = 10); cursor:move;}

.spanstyle {
	COLOR: #0066ff; FONT-FAMILY: 隶书; FONT-SIZE: 14pt; FONT-WEIGHT: normal; POSITION: absolute; TOP: -50px; VISIBILITY: visible
}
 
.eng { 	FONT-SIZE: 8pt; FONT-FAMILY: "Century Gothic"; cursor: crosshair} 
.opacity { 	FILTER: alpha(opacity=100); CURSOR: crosshair} 



//下边是子菜单
.s_td_of {
	BACKGROUND: url(images/title/t_menu_of.gif) no-repeat 1px 3px; OVERFLOW: hidden; WIDTH: 50px; CURSOR: pointer; COLOR: #000; PADDING-TOP: 9px; HEIGHT: 30px; TEXT-ALIGN: center
}
.s_td_on {
	BACKGROUND: url(images/title/t_menu_of.gif) no-repeat 1px 3px; OVERFLOW: hidden; WIDTH: 50px; CURSOR: pointer; COLOR: #000; PADDING-TOP: 9px; HEIGHT: 30px; TEXT-ALIGN: center
}
.s_td_on {
	FONT-WEIGHT: bold; BACKGROUND: url(images/title/t_menu_on.gif) no-repeat 1px 3px; COLOR: #982e00
}
.iAskTable {
	BORDER-RIGHT: #c6c6c6 1px solid; BORDER-TOP: #c6c6c6 1px solid; FONT-SIZE: 12px; BORDER-LEFT: #c6c6c6 1px solid; BORDER-BOTTOM: #c6c6c6 1px solid
}
.iAskTabs1 {
	OVERFLOW: hidden; HEIGHT: 30px
}
.iAskTabs2 {
	OVERFLOW: hidden; HEIGHT: 30px
}
.iAskTabs2 {
	PADDING-TOP: 2px
}
.bk_n {
	FONT-SIZE: 12px; WIDTH: 98%; PADDING-TOP: 3px; HEIGHT: 16px
}
.i_btn {
	MARGIN: 1px 0px 0px 5px; WIDTH: 50px; PADDING-TOP: 2px; HEIGHT: 22px
}

