/* fmBen.com CSS 定义文件，只用于 V1 版本里面，本文件考虑到IE及Netscape兼容性 */
/* Copyright 2004 fmben.com (fengwenbin@yahoo.com) Ben 2004 年写于大连*/
/*定义连接*/
A:link {color: #666666; text-decoration: none; font-family: "宋体"}
A:visited {color: #444444; text-decoration: none; font-family: "宋体"}
A:active {color: #ff0000; text-decoration: none; font-family: "宋体"}
A:hover {color: #ff9900; text-decoration: none; font-family: "宋体"}
A.menu_link:link {
	border-right: #f0f0f0 1px solid; border-top: #f0f0f0 1px solid; border-left: #f0f0f0 1px solid; width: 90px; color: #666666; border-bottom: #f0f0f0 1px solid; text-decoration: none
}
A.menu_link:visited {
	border-right: #f0f0f0 1px solid; border-top: #f0f0f0 1px solid; border-left: #f0f0f0 1px solid; width: 90px;color : #666666; border-bottom: #f0f0f0 1px solid; text-decoration: none
}
A.menu_link:hover {
	border-right: #66cc66 1px solid; border-top: #66cc66 1px solid; border-left: #66cc66 1px solid; width: 90px; color: #006600; border-bottom: #66cc66 1px solid; background-color: #d7f2d6; text-decoration: none
}

/*重定义页面元素（全局）*/
body {
	font-size: 12px;
	background-image: url(/i/v1/bg.png);
	background-position:center;
	background-repeat:repeat-y;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	line-height:20px;
}
input {padding-left:3px; font-weight:bold;}
p {font-size: 12px;}
td {font-size: 12px;}
textarea {font-size: 12px;}

/*定义字体大小*/
.12 {font-size: 12px;}
.14 {font-size: 14px;}
.10 {font-size: 10px;}

/*定义颜色*/
.bgcolor1 {background-color: #FFE191;}
.bgcolor2 {background-color: #F0F0F0;}
.color1{color:#7ab61b;}
.color2{color:#ffa814;}
.color3{color:#f27121;}

/*其他定义*/
.menutable {
	/*菜单栏的背景不能y重复，不然颜色会变，所以设成这样一个css样式来控制。(fmben.com D:2004.6.6)*/
	background-image: url(/home/images/fmben_main_07.png);
	background-repeat: repeat-x;
	background-position: top;
}
.td{line-height :20px;font-size: 12px;}
.member {font-size: 12px;color: #FF3300;}
.tableline {border: 1px dotted #333333;}
.content {
	font-size: 13px;
	line-height: 18px;
	text-decoration: none;
}
.contentcolor {
	font-size: 13px;
	color: #FF8040;
	font-weight: normal;
	line-height: 18px;
}
.contentbig {
	font-size: 15px;
	font-weight: normal;
	line-height: 18px;
}
.inputbox {
padding-left:3px;
font-weight:bold;
width:84px;
}
/* 用来规定输入框的字体为 12*/
.inputbox1 {
	font-size:12px;
	padding-left:0px;
	font-weight:normal;
	padding-right:0px;
}
.button{height:18px;width:62px;background:#f6f6f9; border:solid 1px #5589AA;color: #000000 ;font-SIZE: 9pt}
.fmben_logo_bg {
	background-image: url(/i/fmben_matrix.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
/* dotline_x 在x轴上面重复点*/
.dotline_x {
	background-image: url(/i/v1/dot2p.gif);
	background-repeat: repeat-x;
	background-position: center;
}
/* dotframe 用来把输入框边上变成点状*/
.dotframe {
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
}

