/* Copyright 2009 Spacebuilder.com. All Rights Reserved. */

/* general style  */
* {margin: 0px;padding: 0px;}
body, h1, p, input, textarea, select { font: 12px Arial, Helvetica, sans-serif, "宋体"; }
ol, ul{ list-style: none;}
hr{ border: 0; border-top: 1px solid #cacaca; height: 1px; }
img{ border: 0;}
a { color: #069; text-decoration: none; }
a:hover { color: #f60; text-decoration: underline; }
/* layout */ 
#commonDoc{ width: 990px; height: 100%; margin-left: -495px; position: absolute; left: 50%; }
#commonHeader{ background: url(../images/header_bg.gif) no-repeat center bottom; }
#commonHeader a, #commonHeader a:hover { color: #fff; }
#commonHeader h1 { font-size: 24px; font-weight: bold; color: #069; padding: 10px 10px 10px 250px; background-image: url(../../Images/sitelogo.png); _background-image: url(../../Images/sitelogo_white.gif); background-repeat: no-repeat; background-position: 20px center; color: #fff; }
#commonHeader p { text-align: right; padding: 20px 20px 0; float: right; }
#commonContent { padding: 20px 0; overflow: hidden; zoom:1;}
#commonLeftColumn{ width: 223px; float: left; background: url(../images/column_top.gif) no-repeat; }
#commonCenterColumn{ }
#commonRightColumn{ margin-left: 230px; }
.containerLeft { padding: 10px; background: url(../images/column_bottom.gif) no-repeat 0 bottom; }
.containerLeft h1 { line-height: 25px; color: #069; font-size: 14px; font-weight: bold; text-indent: 50px; background: url(../images/menu_title.gif) no-repeat 20px center; }
.containerLeft ul { }
.containerLeft li { line-height: 18px; border-bottom: dotted #ccc 1px; padding: 8px 0; }
.titleBackground { background: url(../images/title_bg.gif) no-repeat 50px center; }
.containerRight { overflow: hidden; }
.menuBackground { background: url(../images/menu_title.gif) no-repeat 18px center; }
.commonContentArea{  padding: 10px;}
.commonContentArea h1 { border-bottom: dotted #ccc 1px; margin-bottom: 10px; padding: 5px 20px 10px; font-size: 14px; font-weight: bold; color: #f60; }
.commonContentArea h2 { font-size: 14px; color: #333; font-weight: bold; line-height: 30px;}
.commonContentArea p { line-height: 25px; color: #666; margin-bottom: 10px }
.commonContentArea li { padding-left: 20px; background: url(../images/arrow.gif) no-repeat 0px 6px; margin-bottom: 20px; }
.helpCutline { padding: 10px; }
.contact { color: #666; }
.contact p { padding: 5px 0; line-height: normal; }
.clear { clear: both; }
#commonFooter { }