﻿/*
主题名称: default
URI: 
描述: 
作者: donhwa@126.com
模板: 
版本: 2009.03.31

网址:

[目录表] 

	0- Reset
	1- Global
	2- Links
	3- Headings
	4- Header 
	5- Navigation
	6- Content 
	7- Forms
	8- Extras
	9- Footer 
    10-ChildPage

*/

/* =0 Reset
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
@import url('reset.css');
/* =1 Global
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

.orderList{
  padding:1em;
  list-style:none inside decimal;
}

.right {
	float: right;
}
.left {
	float: left;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align:center;
}
.justify {
	text-align:justify;
}
.hide {
	display: none;
}
.clear {
	clear: both;
}
.bold {
	font-weight:bold;
}
.italic {
	font-style:italic;
}
.underline {
	border-bottom:1px solid;
}
.highlight {
	background:#ddd;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft {
	float:left;
	margin:4px 10px 4px 0;
}
img.alignright {
	float:right;
	margin:4px 0 4px 10px;
}

ol{margin:0.5em 0 0.5em 2em;list-style:decimal;}

.txt,
.mtxt
{
    padding:2px;
    border:1px solid #bbb;
    background:#fff url(images/txtBg.gif) repeat-x;
    color:#555;
    font-family:"MS Sans Serif";
    }

.btn
{
    margin:0;
    padding:0;
    border:1px solid #369;
    background:#eee;
    }
.mark{color:#ccc;}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
 /* ie7 hack*/ 
*+html .clearfix { 
min-height: 1% ; 
}


.error
{   
    color: #c00;
}

label.for
{
    padding:2px;
    display:inline-block;
    *display:inline;
    zoom:1;    
    vertical-align:middle;
    font-family:宋体;
    }

label.error
{
    display:inline-block;
    *display:inline;
    zoom:1;
    text-align:center;
		}

pre{
white-space:pre-wrap;
white-space:-moz-pre-wrap;
white-space:-pre-wrap;
white-space:-o-pre-wrap;
word-wrap:break-word;
}
		
pre.code{
	margin:1em 0;
	border:1px solid #9ba;;border-left:solid 3px #697;
	background:#e5efe9 url(Images/LineNumber.gif);}
		
/* = 1.1

-------------------------------------------------------------------*/

body 
{    
	line-height: 1;
	font: normal 14px Ari82, Helvetica, sans-serif;
	vertical-align: top;
}
#container{
  margin:auto;
  width:90%;
}

		
/* =2 Links
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
a:link, a:visited {
	color: #000;
	text-decoration:none;
}
a:hover {
	color: #fff;
}
a:active {
	color: #000;
}
/* =3 Headings
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
h1 {
	font: bold 2em "Times New Roman", Times, serif;
}
h2 {
	font: bold 1.5em "Times New Roman", Times, serif;
}
h3 {
	font: bold 1.2em Arial, Geneva, Helvetica, sans-serif;
}
h4 {
	font: bold 1em Arial, Geneva, Helvetica, sans-serif;
}
h5 {
	font: bold 0.9em Arial, Geneva, Helvetica, sans-serif;
}
/* =4 List
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
ol li{margin-left:2em;list-style:decimal;}
/* =9 Footer
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

