@charset "utf-8";
body
{
	margin: 0px;
	background: #F7F7F7;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.4em;
	color: #444;
}

a {
	color:#A04234;
}
a:link {
  text-decoration:none;
  }
a:visited {
  text-decoration:none;
  }
a:hover {
  text-decoration:underline;
  }
a img {
  border-width:0;
  }
a.top_menu {
	font-family: 宋体, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
	cursor:hand;
	font-weight:bold;
}

.clickable {
	cursor:pointer;
	cursor:hand;
	text-decoration:none;
	color:#030;
}
.clickable_news {
	margin-left:2pt;
	margin-right:2pt;
	margin-top:2pt;
	margin-bottom:2pt;
}
.box_title {
	color:#CC0000;
	font-weight:border;
	font-size: 110%;
}
.listing_title {
	font-weight:bolder;
	margin-left:2pt;
	margin-right:2pt;
	margin-top:2pt;
	margin-bottom:2pt;
}
.rss_title {
	cursor:pointer;
	cursor:hand;
	text-decoration:none;
	color:#006699;
	font-size: 12px;
	line-height: 18px
}
.rss_site {
	cursor:pointer;
	cursor:hand;
	text-decoration:none;
	color:#006600;
	font-size: 11px;
	line-height: 18px
}
.rss_date {
	color:#666666;
	font-size:10px;
}
a.rss_site {
	cursor:pointer;
	cursor:hand;
	text-decoration:none;
	color:#006600;
	font-size: 11px;
	line-height: 18px
}
a.rss_title {
	cursor:pointer;
	cursor:hand;
	text-decoration:none;
	color:#006699;
	font-size: 12px;
	line-height: 18px
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:26px;
	color:#693771;
	font-weight:bold;
	padding-left: 10px;
	padding-right: 10px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight:bold;
  }
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:bold;
}
a.top_menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
	cursor:hand;
	font-weight:bold;
}
li {
	line-height: 20px;
}
ul {
	margin-left: 10px;
	padding-left: 10px;
}
hr {color:#CC6600;
}
.bodycopysmall {
    FONT: 11px/12px Arial, Helvetica, sans-serif;
    LINE-HEIGHT: 13px;
	font-weight:normal;
}

  table.shadow {
    align: center
  }

  td.shadow-top {
    height: 16px;
    background-image: url(/images/shadow/top.gif)
  }

  td.shadow-topRight {
    width: 16px;
    height: 16px;
    background-image: url(/images/shadow/topRight.gif)
  }

  td.shadow-right {
    width: 16px;
    background-image: url(/images/shadow/right.gif)
  }

  td.shadow-bottomRight {
    width: 16px;
    height: 16px;
    background-image: url(/images/shadow/bottomRight.gif)
  }

  td.shadow-bottom {
    height: 16px;
    background-image: url(/images/shadow/bottom.gif)
  }

  td.shadow-bottomLeft { width: 16px;
    height: 16px;
    background-image: url(/images/shadow/bottomLeft.gif)
  }

  td.shadow-left { width: 16px;
    background-image: url(/images/shadow/left.gif)
  }

  td.shadow-topLeft {
    width: 16px;
    height: 16px;
    background-image: url(/images/shadow/topLeft.gif)
  }

/************************ begin pagination styles ************************/
div.pagination_wrapper {
	clear:both;
	width: 375px;
	text-align:center;
	padding: 3px;
	margin: 3px auto;
}
div.pagination {
	padding: 3px;
	margin: 3px;
	font-size:10px;
}
div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #AAAADD;
	text-decoration: none; /* no underline */
	color: #666;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #000099;
	color: #000;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #666;
	font-weight: bold;
	background-color:#666;
	color: #FFF;
}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #EEE;
	color: #DDD;
}
/************************ end pagination styles ************************/

/*------------------- BEGIN ARTICLE CSS -----------------------------------------*/
#article_content {
	width: 500px;
	margin: 0 auto;
	font-size: 13px;
	line-height: 1.4em;
}

#article_content h1 {
	font-size: 24px;
	line-height: 1.3em;
}

#article_content h2 {
	font-size: 20px;
	line-height: 1.3em;
}

#article_content a {
	color:#A04234;
	text-decoration:none;
}

.article_index {
	border-bottom:#D5D5D5 1px solid;
	padding-bottom: 10px;
}

.article_info {
	font-size: 12px;
	color: #999;
	margin-top: 2px;
}

.article_index a {
	color:#A04234;
	text-decoration: none;
}

.article_entry {
	width: 500px;
	margin: 0 auto;
	font-size: 14px;
	line-height: 1.4em;
}

.article_entry img {
	max-width: 100%;
	height: auto;
}

.article_sidebar {
	text-align:left;
	font-size: 12px;
	margin: 0 5px;
}

.article_sidebar a {
	text-decoration: none;
}

.sidebar_section li {
	line-height: 20px;
}

.sidebar_section ul {
	margin-left: 8px;
	padding-left: 10px;
}

.article_include {
	border-bottom:#D5D5D5 1px solid;
	padding-bottom: 10px;
}

.article_include h3 {
	font-size: 18px;
	margin-bottom: 2px;
}

.article_include a {
	color:#A04234;
	text-decoration: none;
}

.sidebar_section {
	width: 230px;
	border-radius: 5px;
	background-color:#E3DCDB;
	margin: 5px auto;
	margin-bottom: 8px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	text-align:left;
	font-size: 12px;
}

.sidebar_section a {
	text-decoration:none;
}

.article_table {
	width: 900px;
	margin: 0 auto;
	padding: 0px;
	background-color:#FFFFFF;
	border:#CCC 1px solid;
}

td.article_table_content {
	padding: 10px, 20px;
	vertical-align:top;
}

td.article_table_sidebar {
	width: 270px;
	margin: 0;
	padding: 5px 10px;
	vertical-align:top;
	text-align: center;
	background-color:#FFF;
}

img.article_thumbnail {
	padding: 6px;
	display:inline;
	border: 1px #DDDDDD solid;
	float:left;
	margin:5px 15px 5px 0;
}

.article_entry img {
	border: hidden;
}

.article_entry p img {
	border: hidden;
}

ul.article_list_by_category li {
	font-size: 13px;
}

.more_link {
	font-size: 13px;
}

/*------------------- END ARTICLE CSS -----------------------------------------*/

/* ------------------------ begin ezNews  --------------------------- */
/*
.content_box {
	width: 600px;
	padding: 25px;
	margin: 0px auto;
	background:#FFFFFF;
	border: 1px solid #CDCDCD;

}
*/
.api_article {
	clear:both;
	padding-top: 0;
	margin: 2px;
	padding-bottom: 2px;
	/* border-bottom: 1px solid #EEEEEE; */
	border-top: none;
	border-bottom: none;
}
.api_article_image {
	float:left;
	margin-top: 3px;
	margin-right:10px;
	margin-bottom:10px;
}
.api_article_image img {
	padding: 3px;
	border: 1px solid #CCC;
}
.api_article_title {
	cursor:pointer;
	cursor:hand;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight:bold;
	font-size: 17px;
	color:#A04234;	/* color of the news title */
	text-decoration:none;
}

.api_article_title a {
	text-decoration:none;
	color:#A04234;	/* color of the news title */
}
.api_article_excerpt {
	font-size: 14px;
	color: #666666;
	line-height: 1.4em;
}
.api_article_info {
	font-size: 13px;
	color:#999;
	line-height: 1.4em;
}
ul.news_archive  {
	margin-left: 0;
	padding-left: 0;
}

li.news_archive {
	line-height: 1.8em;
	list-style:none;
}
/* ------------------------ end ezNews  --------------------------- */