/*请不要随意修改该风格，否则后果自负，风格修改问题请联系QQ：277041948*/
/* 网站链接总的css定义:可定义内容为链接字体颜色、样式等 */
a{
    text-decoration: none;
} /* 链接无下划线,有为underline */ 
a:link{
    color: #000;
} /* 未访问的链接 */
a:visited{
    color: #444;
} /* 已访问的链接 */
a:hover{
    color: #f60;
} /* 鼠标在链接上 */ 
a:active{
    color: #f30;
} /* 点击激活链接 */
/* body的css定义:对应css中“body”，可定义内容为网页字体颜色、背景、浏览器边框等 */
body{
    margin:0px;
	font-size:9pt;
	font-family:宋体,arial,verdana,sans-serif,fantasy,tahoma;
	background-position:center;
	text-decoration:none;
	background:url(enuodesign/bg.jpg);
}

html{
    scrollbar-face-color:#696969;
	scrollbar-highlight-color:#a4a4a4;
	scrollbar-3dlight-color:#484848;
	scrollbar-darkshadow-color:#484848;
	scrollbar-shadow-color:#1b1b1b;
	scrollbar-arrow-color:#f90;
	scrollbar-track-color:#484848;
}
/* 单元格的css定义:对应css中的“td”，这里为总的表格定义，为一般表格的的单元格风格设置，可定义内容为背景、字体颜色、样式等 */
td{
    font-family:"宋体";
	font-size: 9pt;
	line-height: 150%;
	font-weight: normal;
}

/*=====================================*/
.pic_pic{
    border:1px solid #666;
}
.pic_pic_table{
    height:102px;
	width:80px;
	float:left;
	text-align:center;
	background:#fff;
	padding:3px;
	border:1px solid #999;
	margin:4px 2px 4px 2px;
}
.pic1{
    border:1px solid #999;
	margin-bottom:3px;
} /* 文章频道图片边框c2c2c2 */
.pic2{
    border:1px solid #999;
	margin-bottom:3px;
} /* 下载频道图片边框 */
.pic3{
    border:1px solid #666;
} /* 图片频道图片边框 */
#popitmenu{
    display:none;
}
.submit{
    border:1px solid #666;
	background:#f8f8f8;
	height:20px;
}
/* 文本框的css定义:对应css中的“input”，这里为文本框的风格设置，可定义内容为背景、字体、颜色、边框等 */
input{
    background: #efefef;
	border:1px solid #666;
	color: #000;
	height:16px;
	font-size: 9pt;
}
/* 按钮的css定义:对应css中的“button”，这里为按钮的风格设置，可定义内容为背景、字体、颜色、边框等 */
button{font-size: 9pt;height:20px;}
/* 下拉列表框的css定义:对应css中的“select”，这里为下拉列表框的风格设置，可定义内容为背景、字体、颜色、边框等 */
select{font-size: 9pt;height: 20px;}
ul,ol,dl,li,dd{padding:0px;margin:0px;list-style:none;}
img{border:0px;}

.clear{
    clear:both;
	height:0px;
	line-height:0px;
	font-size:0px;
	visibility:hidden;
	overflow:hidden;
}