/**
* Description：Global CSS for the website
* Author：Gavin
* E-mail: shengzhizhang@gmail.com
* Created On：2008-10-27
* Last modification On：2010-3-8
**/

/***** Preference *****/
body, p, ul, ol, dl, dt, dd, li, h1, h2, h3, h4, h5, h6, form, fieldset, legend, input, button {
margin:0;
padding:0;
}
body {
font:normal 12px Arial, tahoma, Verdana;
color:#5C5C5C;
text-align:center;
background:#fff;
}
img {
border:none;
}

/***** Anchor *****/
a{
color:#5C5C5C;
text-decoration:none;
}
a:hover{
color:#f00;
}

/***** Lists *****/
ul, ol, dl {
list-style:none;
text-align:left;
}
/***** Paragraph *****/
p {
margin:1em 0;
line-height:1.8em;
text-align:left;
}

/***** Table *****/
table {
width:100%; 
border:1px solid #DCDCDC;
border-collapse:collapse;
border-width:1px 0 0 1px;
}
table td, table th {
border:1px solid #DCDCDC;
border-width:0 1px 1px 0;
line-height:19px;
padding:.2em .6em;
text-align:left;
}
table th {
background-color:#f8f8f8;
font-weight:bold;
}

/***** Clear fixed *****/
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {
display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
height: 1%;
}
.clearfix {
display: block;
}
/* End hide from IE-mac */
