/**home.css
#CSS Style For zJL2doc
#首页及通用样式定义样式表文件

#By Ivershuo @ Aerfa.NeT ,In 25/11/2008
**/

/*通用样式*/
* {
	margin:0;
	padding:0;
	font-size:13px;
}body {
	background:#fff;
	margin:0 auto;
	width:960px;
}a {
	text-decoration:none;
}a:hover {
	text-decoration:underline;
}img {
	border:none;
}div.c {
	margin:0 auto;
	width:680px;	
}ul {
	list-style:none;
	margin:0;
}p {
	margin:10px auto;
}

/*noscript样式*/
p#nojs{
	position:absolute;
	top:0;
	margin:0 auto;
	color:#c20;
	padding:2px;
	background:#ffc;
	border:solid 1px #c20;
	border-top-style:none;
}
/*头部样式*/
#top {
	height:70px;
	border-bottom:3px solid #9bdf70;
	position:relative;
}#top #logo {
	position:absolute;
	left:0;
	bottom:5px;
}#top ul {
	position:absolute;
	right:0;
	bottom:-3px;
}#top ul li {
	display:block;
	float:left;
	border:3px solid #9bdf70;
	border-bottom-style:none;
	margin:0 10px 0 0;	
}#top ul li a {
	display:block;
	padding:5px;
	background:#c2eca7;
	color:#000;
}#top ul li a.now {
	background:#fff;
	font-weight:bold;
}#top ul li a:hover {
	background:#9bdf70;
	text-decoration:none;
}
/*主体样式*/
h2 {
	margin:10px;
}
#cont {
	border:1px solid #cecece;
	margin:10px auto;
}#main{
	border-top:1px solid #dfdfdf;
}#main a {
	color:#036803;
}#cont #homeimg {
	float:left;
	margin:20px;
}
/*首页右部样式*/
#homeright {
	width:180px;
	float:right;
	margin:20px 10px;
	padding:10px;
	border-left:1px solid #dfdfdf;
	color:#888;
}#homeright h2 {
	margin:10px 5px;
	color:#666;
}#homeright ul {	
	margin-left:20px;
	list-style-image:url('/i/pencil.gif');
}#homeright ul li{
	margin:5px 0;
}#homeright a {
	display:block;
	float:right;
	padding:5px;
	border:2px solid #45893c;
	background:#7ba843;
	color:#ff2;
}#homeright a:hover {
	text-decoration:none;
	background:#8b5;
}

/*提示框样式*/
.tsk {
	clear:both;
	margin:10px auto;
	padding:3px;
	background:#f8f8f8;
	border:1px dashed #cecece;
}.tsk p {
	margin:5px;
}
/*底部样式*/
#foot {
	clear:both;
	text-align:center;
	font-size:12px;
	border-top:1px solid #cecece;
	border-bottom:5px solid #9bdf70;
	background:#f2f2f2;
}#foot p {
	margin:10px auto 5px auto;	
}#foot #copy,#copy a {
	color:#909090;
}#foot a {
	color:#7d7d7d;
}#foot a:hover{
	color:#009900;
}
/*表单*/
input,textarea {
	border:1px solid #040;
	padding:3px 5px;
	line-height:1.2;
	background:#F8FAEB;
}input.focus {/*输入框聚焦*/
	border-color:#f92;
}form #sub,form .sub {
	width:80px;
	margin:15px;
	height:26px;
	background:#090;
	color:#ff0;
	font-weight:bold;
}
/*颜色字体*/
.red {
	color:red;
}.green {
	color:green;
}.blue {
	color:blue;
}.oran {
	color:#f92;
}.bold {
	font-weight:bold;
}
