﻿/** {filter:Gray;} 
/*
	基本标签样式
*/
body, p, input, textarea, select, table, td
{
	font-size: 12px;
	font-family: Tahoma, Simsun,"宋体";
}
body
{
	margin: 0px;
	background: #fff
}
img
{
	border: 0px;
}
a
{
	color: #333;
	text-decoration: none;
}
a:hover
{
	color: #c00;
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6
{
	margin: 0px;
	padding: 0px;
}
form
{
	margin: 0px;
}
hr
{
	border: 0;
	border-top: 1px solid #bababa;
	height: 1px;
}
em
{
	font-style: normal;
	color: #808080;
}

/*
	不显示兼容提示
*/
#compatibility
{
	display: none;
}

#container
{
	width: 778px;/*宽778页面*/
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/*
	导航条
*/
#minichannel
{
	text-align: right;
	border:0;
	background:#fff
}
#minichannel h2
{
	display: none;
}
#minichannel ul
{
	padding: 3px 0;
	margin: 0px;
}
#minichannel li
{
	display: inline;
	padding: 0
}
#minichannel a
{
	padding: 0px 1px;
	color:#222
}
#minichannel a.home
{
	float:left;
	font-weight: bold;
}
#minichannel a.highlight {color:#f00}
/*
	页脚默认样式定义
*/
#footer
{
	padding: 15px;
	line-height: 21px;
	background: #FFF;
	margin-top: 8px
}

#information
{
	margin-top: 8px;
	padding-top: 15px;
	padding-bottom: 25px;
	background: #f8f8f8;
	color: #888;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	clear: both;
	border-top: 1px solid #e3e3e3;
}
#information h2
{
	display: none;
}
#docs,
#copyright,
#owner,
#contact,
#makehome,
#GooglePr
{
	line-height: 21px;
	text-align: center;
	clear: both;
}
#docs h3
{
	display: none;
}
#docs ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#docs li
{
	line-height: 21px;
	margin: 0px;
	padding-left: 3px;
	display: inline;
	/*border-left: #888 1px solid;*/
}
#docs li.first
{
	border: none;
}
#docs a
{
	padding: 0px 5px;
	margin: 4px 0px;
}
#makehome
{
	padding-top: 10px;
}

/*
	页面公用类
*/
.hidden
{
	display: none;
}

.highlight
{
	color: #f00;
}
div.spacer
{
	font-size: 0px;
	height: 3px;
	background: Transparent;
	clear: both;
}

div.line
{
	background: url(http://common.allnet.cn/images/dot_line_01.gif);
	height: 1px;
	clear: both;
	font-size: 0px;
}

a.more
{
	display: block;
	margin: 5px 0px 4px;
	padding: 3px 0px;
	font-weight: bold;
	font-size: 12px;
	width: 100%;
}
a.more:hover
{
	background: #ffd;
	text-decoration: none;
}