/*
Discuz! 用户手册模板
(C) 2001-2006 Comsenz Inc.
http://www.discuz.net
*/


#content {
	margin: 0 ;
    	padding-top: 80px ;
    	padding-left: 40px ;
}

h1 {
    	font-size: 22px ;
	color: #0954A6 ;
	text-align: center ;
	margin: 0 ;
	padding: 14px ;
}

h2 {
    	font-size: 16px ;
	color: #0954A6 ;
	text-align: right ;
	padding-right: 40px ;
}


h4 {
    	font-size: 15px ;
	color: #800080 ;
	margin: 0 ;
	padding-top: 14px ;
}

h5 {
    	font-size: 14px ;
	color: #008000 ;
	margin: 0 ;
	padding-top: 14px ;
}

h6 {
    	font-size: 14px ;
	color: #0954A6 ;
}

.font {
    	font-size: 20px ;
	color: #0954A6 ;
	padding : 15px ;
	font-weight : bolder ;
	
}

p {
	padding-top: 5px ;
	margin: 0 ;
	text-indent: 2em ;
	line-height: 20Px ;
}

.container img {
        padding: 10px ;
}

.left {
    	float: left ;
}

.right {
    	float: left ;
    	padding-top: 12px ;
    	padding-left: 12px ;
}

.right a {
	font-size : 24px ;
	font-family : "华文细黑" ;
}

.right dt {
	font-size : 24px ;
	font-family : "华文细黑" ;
	color : #0954A6 ;
	font-weight : bold ;
}

.right1 a {
	font-size : 16px ;
}

.right1 ul {
	margin : 18px ;
}

.right2 {
	clear : both ;
}

.right2 a {
	font-size : 16px ;
	float : right ;
	padding-top : 30px ;
	padding-right : 40px ;
}

.right3 a {
	font-size : 16px ;
}

.right3 ul {
	margin : 0 ;
}

.right4 ul {
	margin : 0 ;
}

.right4 li {
	padding : 2px 8px ;
}

.right4 a {
	font-size : 16px ;
}

.right4 img {
	margin : 0 ;
	padding : 0 ;
}

a:link { font-weight : bold ; text-decoration : none; color : #0954A6 ; }
a:visited { font-weight : bold ; text-decoration : none; color : #0954A6 ; } 
a:hover { font-weight : bold ;text-decoration : underline ;color : #f60 ; } 
a:active { font-weight : bold ; text-decoration : none; color : #F90 ; }

.padding {
	padding-top: 12px ;
	padding-bottom: 0px ;
}

.color_red {
	color: #FF0000 ;
}

.color_green {
	color: #008000 ;
	font-weight : bold ;
}

#copyright {
	font-size: 12px ;
	color: #A8B3B3 ;
	text-align: center ;
	float: left ;
	padding-left: 80px ;
	padding-top: 30px ;
	padding-bottom: 10px ;
	clear: both ;
}

dd {
	text-ident: 0 ;
	padding: 0px ;
	margin: 4px 0 ;
}

dt {
	padding-top: 5px ;
}

ul {
	list-style-type: none ;
}

.textareastyle {
	 overflow: hidden ; 
	 border-left: solid 2px #999999 ; 
	 border-top: solid 2px #999999 ; 
	 border-bottom: solid 1px #CCCCCC ; 
	 border-right: solid 1px #CCCCCC ;
	 margin : 8px ;
	 background : #EFEFEF ;
}

.border {
	border-top : 1px dotted #999999 ;
	border-bottom : 1px dotted #999999 ;
	margin : 10px ;
	padding : 10px ;
}

table tr td {
	border : 1px solid #000 ;
}

table {
	border-collapse : collapse ;
	background : #EFEFEF ;
}

.circle {
	list-style-type : circle ;
	padding-top: 5px ;
	line-height: 22Px ;
}

.square {
	list-style-type : square ;
	padding-top: 5px ;
	line-height: 22Px ;
}

.disc  {
	list-style-type : disc ;
	padding-top: 5px ;
	line-height: 22Px ;
}

.decimal {
	list-style-type : decimal ;
	padding-top: 5px ;
	line-height: 22Px ;
}

.upper-roman {
	list-style-type : upper-roman ;
	padding-top: 5px ;
	line-height: 22Px ;
}