﻿/* 
   Reset
------------------------------------------------------------------- */
/*下一行代码是将界面变灰
html{filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);}
#logo { background:url('img/logo.jpg'); width:960px; height:130px;}*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, textarea, input, select {margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit;  font-family: inherit; vertical-align: baseline;}
table {border-collapse: collapse; border-spacing: 0;}
caption, th, td {text-align: left; font-weight: normal;}
table, td, th {vertical-align: middle;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: none;}
:focus {outline: 0;}
body{font-size:13px;}
a{color:#333;}
/* 
   General 
------------------------------------------------------------------- */

html {
	height: 100%;
	padding-bottom: 1px; /* force scrollbars */
	word-break:break-all;word-wrap:wrap-all;
}

body {
	background: #F6F6F6 url('img/content-wrapper.gif') repeat-y center top;
	color: #444;font-family:"宋体";

	font-size:13px;
	line-height: 1.5;
}


/* 
   Typography 
------------------------------------------------------------------- */

/* Headings */

h1,h2,h3,h4,h5,h6 {
	color: #444;
	font-weight: normal;
	line-height: 1;
	margin-bottom: 0.3em;
}
h4,h5,h6 {font-weight: bold;}

h1 {font-size: 16px;}
h2 {font-size: 14px;}
h3 {font-size: 13px;}
h4 {font-size: 12px;}
h5 {font-size: 1.1em;}
h6 {font-size: 1em;}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin: 0;}

/* Lists */

li ul, li ol {margin-left: 1.5em;}
ul, ol {margin: 0 1.5em 1.5em 1.5em;}

ul {list-style-type: disc;}
ol {list-style-type: decimal;}

dl {margin: 0 0 1.5em 0;}
dl dt {font-weight: bold;}
dd {margin-left: 1.5em;}


/* Tables */

table {margin-bottom: 0px; width: 100%;}
th {font-weight: bold;}
thead th {background: #C3D9FF;}
th,td,caption {padding: 4px 10px 4px 5px;}
tr.even td {background: #F2F6FA;}
tfoot {font-style: italic;}
caption {background: #EEE;}

table.data-table {
	border: 1px solid #EEE;
	margin-bottom: 2em;
	width: 100%;
}
table.data-table th {
	background: #EEE;
	border: 1px solid #DDD;
	color: #555;
	text-align: left;
}
table.data-table tr {border-bottom: 1px solid #EEE;}
table.data-table td, table th {padding: 8px 10px;}
table.data-table td {
	background: #F6F6F6;
	border: 1px solid #E6E6E6;
}
table.data-table tr.even td {background: #FCFCFC;}


/* Misc classes */

.small {font-size: 0.9em;}
.smaller {font-size: 0.8em;}
.smallest {font-size: 0.7em;}

.large {font-size: 1.1em;}
.larger {font-size: 1.2em;}
.largest {font-size: 1.3em;}

.hidden {display: none;}

.quiet {color: #666;}
.loud {color: #000;}
.highlight {background: #FF0;}

.text-left {text-align: left;}
.text-right {text-align: right;}
.text-center {text-align: center;}
/* 
   Forms 
------------------------------------------------------------------- */

label {font-weight: bold; cursor: pointer;}
fieldset {padding: 1.4em; margin: 0 0 1.5em 0; border: 1px solid #DDD; background: #F6F6F6;}
legend {font-weight: bold; font-size: 1.2em;}
textarea {overflow: auto;}
input.text, textarea, select {
	background: #FCFCFC;
	border: 1px inset #AAA;
	margin: 0.5em 0;
	padding: 4px 5px;
}
input.text:focus, textarea:focus, select:focus {background: #FFFFF5;}

input.button {
	background: #DDD;
	border: 1px outset #AAA;
	padding: 4px 5px;
}
input.button:active {border-style: inset;}

.form-error {border-color: #F00;}


/* 
   Alignment 
------------------------------------------------------------------- */

/* General */

.center,.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* Images */

img.bordered,img.alignleft,img.alignright,img.aligncenter {
	background-color: #FFF;
	border: 1px solid #DDD;
	padding: 3px;
}
img.alignleft, img.left {margin: 0 1.5em 1em 0;}
img.alignright, img.right {margin: 0 0 1em 1.5em;}


/* Floats */   

.left,.alignleft {float: left;}
.right,.alignright {float: right;}

.clear,.clearer {clear: both;}
.clearer {
	display: block;
	font-size: 0;
	line-height: 0;	
}


/* Columns */
.col1 {width:310px;}
.col2 {width: 590px;}



/* 
   Separators 
------------------------------------------------------------------- */

.content-separator, .archive-separator {
	background: #EEE;
	clear: both;
	color: #FFE;
	display: block;
	font-size: 0;
	height: 1px;
	line-height: 0;
	margin: 12px 0 24px;
}
.archive-separator {margin: 0 0 14px;}

.separator-vertical {}


/* 
   Posts 
------------------------------------------------------------------- */

.post {margin-bottom: 24px;}

.post a {text-decoration: none;}
.post a:hover, .post-body a {text-decoration: underline;}

.post-title {border-bottom: 1px solid #E5E5E5;}

.post-date {
	color: #777;
	font-size: 0.9em;
	padding: 8px 0 0;
}



ul.nice-list {
	border-top: 1px solid #F0F0F0;
	margin-left: 0;
	margin-right: 0;
}
ul.nice-list li {
	border-bottom: 1px solid #F0F0F0;
	list-style: none;
	padding: 6px 5px;
}
ul.nice-list li a {text-decoration: none;}
ul.nice-list li a:hover {text-decoration: underline;}
ul.nice-list span {color: #666;}

#sidebar ul.nice-list li,#sidebar ul.nice-list {border-color: #E0E0E0;}


/* Archives */
.archive-pagination {margin-bottom: 1.6em;}
.archive-pagination a {text-decoration: none;}
.archive-pagination a:hover {text-decoration: underline;}
.archive-post {margin-bottom: 14px;}
.archive-post-date {
	background: #F5F5F5;
	border-bottom: 1px solid #C5C5C5;
	border-right: 1px solid #CFCFCF;
	float: left;
	margin-right: 12px;
	padding: 2px 0 5px;
	text-align: center;
	width: 46px;
}
.archive-post .post-date {
	border: none;
	padding: 0;
}
.archive-post-day {font: normal 1.6em Georgia,serif;}
.archive-post .post-date,.archive-post-title {padding-top: 3px;} 

   Comments 
------------------------------------------------------------------- */

div.comment-list {
	border-top: 1px solid #EEE; 
	margin: 1em 0 2em;
}

.comment {
	border-bottom: 1px solid #EEE;
	padding: 10px 8px 0;
}
.comment-date {font-size: 0.9em;}
.comment-date a {
	color: #567;
	text-decoration: none;
}
.comment-date a:hover {
	color: #001;
	text-decoration: underline;
}
.comment-body {padding-top: 4px;}

.comment-gravatar {width: 48px;}
.comment-gravatar img {
	background: #FFF;
	border: 1px solid #DDD;
	padding: 2px;
}


/* 
   Layout 
------------------------------------------------------------------- */

/* Common */
.center-wrapper {
	width: 960px;
	margin: 0px auto; padding-top:0px;
}

/* Header */

#header-wrapper {margin:0px;}
#header-wrapper-2 {background: #f6f6f6 url('img/content-wrapper.gif') repeat-y center top;padding-top:0px;margin:0px;}
#header {
	background: #fff;margin:0px; margin-left:0px;
}


#logo{margin:0px;padding:0px;padding-top:1px;}
#site-title a {text-decoration: none;}
#site-title, #site-title a {color: #FFF;}
#site-title span, #site-title a span {color: #DDD;}
#site-slogan {
	color: #B58361;
	font-size: 1.3em;
}


/* Navigation */

ul.tabbed {
	display: inline;
	margin: 0;
	padding: 0;
}
ul.tabbed li {
	float: left;
	list-style: none;
}
ul.tabbed a {text-decoration: none;}
/*#navigation-wrapper {background: url('img/navigation.gif') repeat-x left top;margin:0px;}*/
#navigation-wrapper {background: #F6F6F6 url(img/content-wrapper.gif) repeat-y center; margin:0px;padding:0px;}
/*#navigation-wrapper-2 {background: url('img/navigation-wrapper-2.gif') no-repeat center top;}*/
#navigation {
	background: url(img/navigation.gif) repeat-x left top;
	min-height: 30px;margin:0px; margin-left:0px;height:auto!important;height:30px;
	padding: 0px 8px 0px 8px;border-top:1px #fff solid;
}

/* ================================================================ 
菜单设置
=================================================================== */

#menu {list-style-type:none; padding:0; margin:8px 0 0 0px;height:30px;}
#menu ul {list-style-type:none; padding:0; margin:0;}
#menu li 
{
	float:left; margin:0px 3px 0 0; background:url(img/bg_menu.gif) repeat-x 0 -17px;width:96px; font-weight:normal; border:1px #fff solid;	font-size:13px;border-bottom:0px;
 }
#menu li.sub {font-weight:normal;background:transparent;border:0px; font-size:14px;}

/* for IE5.5 and IE6 only */

#menu li a {display:block; color:#1C7318; height:24px; line-height:24px; width:96px; text-decoration:none; text-align:center;padding-top:2px;}
#menu li a table {position:absolute; left:0px; top:-2px; border-collapse:collapse; width:0; height:0;}

#menu :hover {position:relative;color:#934F0F;background:url(img/bg_menu.gif) repeat-x 0 -19px;}
#menu :hover > a {background:url(img/bg_menu.gif) repeat-x 0 -19px;}

#menu ul, 
#menu :hover ul ul,
#menu :hover ul :hover ul ul,
#menu :hover ul :hover ul ul.left {visibility:hidden; width:0; height:0; overflow:hidden;}

#menu :hover ul {visibility:visible; overflow:visible; position:absolute; height:auto; width:96px; left:-1px;top:26px; background:url(transparent.gif);} /* the background image is for IE7 */

#menu :hover ul :hover ul,
#menu :hover ul :hover ul :hover ul {visibility:visible; overflow:visible; height:auto; width:96px; padding:9px 3px; left:100px; top:0;}

#menu :hover ul :hover ul.left,
#menu :hover ul :hover ul :hover ul.left {visibility:visible; overflow:visible; height:auto; width:96px; padding:9px 3px; left:-106px; top:0;}
/* ================================================================ 
菜单设置结束
=================================================================== */
/* Subnav */

#subnav-wrapper {background: #E9E9E9 url('img/subnav-wrapper.gif') repeat-x left bottom;}
#subnav-wrapper-2 {background: url('img/subnav-wrapper-2.gif') no-repeat center bottom;}
#subnav {padding: 0 8px;}

#subnav a {
	color: #666;
	display: block;
	font: bold 1.1em sans-serif;
	padding: 12px 12px;
}
#subnav a:hover {color: #111;}
#subnav li.current_page_item a {color: #333;}


/* Content */

.content {font-size: 13px; margin-left:0px; }
#content-wrapper {background: #f6f6f6 url('img/content-wrapper.gif') repeat-y center top; padding-top:0px;padding-bottom:0px;}
#content-two-columns {background: url('img/content-two-columns.gif') repeat-y left top;padding-bottom:25px;}


/* Main */

#main-wrapper {
	float: right;
	width: 698px;
}
#main {padding: 24px;padding-top:10px;padding-bottom:5px;}

#main .text-separator, #featured .text-separator {
	color: #AAA;
	padding: 0 5px;
}


/* Sidebar */

#sidebar-wrapper {
	float: left;
	width: 260px;
}


/* Footer */
/*expression(eval(document.documentElement.clientHeight + document.documentElement.scrollTop - this.offsetHeight));*/


#footer { 
	
	margin-left:0px;
	background:#e5dfca;
	border-top:2px #c7b3a2 solid;
	border-bottom:1px #f7f7f7 solid;
	font-size: 13px;

	padding:12px 16px 12px 16px;color:#9D9A50;
}
#footer a {
	color: #9D9A50;
	text-decoration: none;
}
#footer a:hover {color: #000;}
#footer span.text-separator {
	color: #ccc;
	padding: 0 3px;
}

/* Bottom */

#bottom {
	color: #666;
	padding: 0 6px 12px;
	margin-top: -6px;
}
#bottom a {
	color: #555;
	text-decoration: none;
}
#bottom a:hover, #bottom .right a:hover {color: #002;}
#bottom span.text-separator {
	color: #888;
	padding: 0 3px;
}
#bottom .right, #bottom .right a {color: #777;}


/* Featured Box */
#featured-wrapper {
	background: url('img/gradient-light.gif') repeat-x left bottom;
	border-bottom: 1px solid #E0E0E0;
	padding-bottom: 22px;
}
#featured {padding: 42px 124px 12px 48px;}

#featured h2 {
	font: normal 3em sans-serif;
	margin: 0;
}
#featured h2 span {color: #43B16C;}


/* 
   Misc overriding classes
------------------------------------------------------------------- */

/* Border */

.noborder {border: 0;}
.notborder {border-top: 0;}
.norborder {border-right: 0;}
.nobborder {border-bottom: 0;}
.nolborder {border-left: 0;}

/* Margin */

.nomargin {margin: 0;}
.notmargin {margin-top: 0;}
.normargin {margin-right: 0;}
.nobmargin {margin-bottom: 0;}
.nolmargin {margin-left: 0;}

/* Padding */

.nopadding {padding: 0;}
.notpadding {padding-top: 0;}
.norpadding {padding-right: 0;}
.nobpadding {padding-bottom: 0;}
.nolpadding {padding-left: 0;}

/* Single Line IE Fixes */
* html .separator-vertical, * html .content {height: 0.01%; min-height: 0.01%;}

#gridview th{ border:1px #e7e7e7 solid; background:#f7f7f7;}
#gridview td{ border:1px #e7e7e7 solid;}
#gridview td a{ text-decoration:none;}
#gridview td a:hover{ color:#c00;}
.txt{ border:1px #ccc solid; color:#000; padding:1px;}
.txt:hover{border:1px #999 solid;}
.btn{border:1px #ccc solid; font-size:12px; background:#f7f7f7;padding:0px 2px 0px 2px;}
.btnSearch{border:0px; font-size:13px; background:transparent; color:#163C0F; cursor:hand;border-bottom:1px #fff solid;}
.siteNavigate{ margin-bottom:5px;}
.siteNavigate a{ text-decoration:none;}
/*主页的一些设置*/
.title_panel{ font-weight:bold;color:#000; font-size:13px;}
.table_top{
	width: 310px; 
	height: 27px;
	background-image:url(img/table_top.jpg);
	background-repeat:no-repeat;
	text-align:center;
}
.table_top1{
	width: 310px; 
	height: 27px;
	background-image:url(img/table_bottom1.jpg);
	background-repeat:no-repeat;
}
.table_content{
	width: 310px;
	background-image:url(img/table_content.jpg);
	background-repeat:repeat-y;
	text-align:center;
}
.table_text{
	margin-left:15px;
	margin-right:15px;
	text-align:justify;
	min-height:40px;height:auto!important;height:40px;
}
.table_bottom	
{
	width: 310px; 
	height: 27px;
	background-image:url(img/table_bottom.jpg);
	background-repeat:no-repeat;
}
.table_bottom1	
{
	width: 310px; 
	height: 27px;
	background-image:url(img/table_top1.jpg);
	background-repeat:no-repeat;
	text-align:center;
}
.dropdownEffect{ width:132px; font-size:12px;margin:3px 0px 2px 3px;padding:0px;height:20px;}
/*新闻列表选项相关*/
#rotate
{ 	
	min-height:289px;height:auto!important;height:289px;
	margin:0px;padding:0px;background:url(img/index_bg.jpg) no-repeat right top;
	padding-top:0px;margin-left:1px;
	
	
}

#rotate ul{ list-style:none; font-size:13px; margin:0px; margin-left:20px;color:#999; padding-bottom:0px;margin-top:3px;}
#rotate  li{ background:url(img/li.gif) left center no-repeat;padding-left:16px; line-height:1.8;font-size:13px;}
#rotate a{ color:#333; text-decoration:none;}
#rotate a:hover{ color:#c00; text-decoration:none;}
#secTable{width:500px;margin:0 auto;border-collapse:separate;}
.sec1  {font-size:13px;
color:  #60844E;
font-weight:bold;width:106px;
text-align:center ;border:1px ;border-bottom:0px;
padding:5px 0px 3px 0px;
}
.sec2  {

font-size:13px;width:106px;
color:  #000;
font-weight:  bold;background:#fff;border:1px #960031 solid;border-bottom:2px #fff solid;
text-align:center ;
padding:5px 0px 3px 0px;
}
#mainTable
{ 
	margin:0px;
	padding:0px;
}
#mainTable td
{ 
	padding:0px; padding-top:5px;
}
.box {
	PADDING-RIGHT: 20px; BORDER-TOP: #fff 1px solid; PADDING-LEFT: 20px; BACKGROUND: url(img/box.gif) no-repeat left top; PADDING-BOTTOM: 0px; PADDING-TOP: 16px; BORDER-BOTTOM: #dfdfda 1px solid
}
.box A {
	COLOR: #951
}
.box A:hover {
	COLOR: #310
}
.box-title {
	FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #665
}
.box-content {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 8px; PADDING-TOP: 8px
}

