/* topic.css */

#topic h1,
#knowledge_center h1,
#news h1,
#news_index h1,
#author h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:26px;
	font-weight:normal;
	line-height:30px;
	margin-bottom:10px;
	float:left;
	max-width:460px;
}

*html #topic h1,
*html #knowledge_center h1,
*html #news h1,
*html #news_index h1 {
	width:expression(this.width > 459 ? "460px" : "auto" );
}

#topic h2,
#knowledge_center h2,
#news h2,
#news_index h2{
	font-family:"Helvetica Neue", Arial, sans-serif;
	font-size:14px;
	font-weight:normal;
	line-height:20px;
	color:#666;
	clear:both;
	margin-bottom:19px;
}

#webcast h2,
#whitepaper h2{
	font-family:"Helvetica Neue", Arial, sans-serif;
	font-size:14px;
	font-weight:normal;
	line-height:20px;
	color:#666;
}

#topic #topic_rss,
#knowledge_center #topic_rss,
#news #topic_rss,
#news_index #topic_rss {
	float:left;
	margin-left:30px;
}

#author #topic_rss {
	float:left;
	margin-left: 18px;	
}

#topic #topic_rss a,
#knowledge_center #topic_rss a,
#news #topic_rss a,
#news_index #topic_rss a,
#author #topic_rss a {
	display:block;
	background-image:url(/resources/images/layout/icon_rss_16x16.gif);
	background-position:left 9px;
	background-repeat:no-repeat;
	height:30px;
	line-height:34px;
	font-size:11px;
	padding:0 0 0 20px;	
}

#topic #left_col .module_header,
#news #left_col .module_header,
#news_index #left_col .module_header,
#author #left_col .module_header {
	border-top-color:#671d16;
	margin-bottom:15px;
	clear:both;
}

#author #left_col .module_header {
	*margin-bottom: 0;
	*padding: 0;
}

#topic #left_col div#list_all,
#news #left_col div#list_all {
	border-bottom:1px dotted #b3b3b3;	
	border-top:10px solid #671d16;
	clear:both;
	padding-top:15px;
}

#topic #left_col h3,
#topic #left_col dl dt,
#news #left_col h3,
#news #left_col dl dt,
#news_index #left_col h3,
#author #left_col h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:normal;
	line-height:21px;
}

#news #left_col h3,
#news_index #left_col h3 {
	display:inline;	
}

#news #left_col .news_item,
#news_index #left_col .news_item {
	padding:0;
	background-image:none;
	margin-bottom:20px;
}

#topic #left_col h3#first_article_header,
#topic #left_col dl dt#first_article_header,
#news #left_col dl dt#first_article_header {
	font-size:24px;
	line-height:24px;
	margin-bottom:5px;
}

#news #left_col .publish_date,
#news_index .publish_date {
	font-family:"Helvetica Neue", Arial, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#666;
}

#topic #left_col h4,
#topic #left_col dl dd,
#news #left_col h4,
#news #left_col dl dd,
#author #left_col h4 {
	font-size:12px;
	font-weight:normal;
	line-height:16px;
	color:#333;
}

#topic #left_col h4,
#topic #left_col dl dd,
#news #left_col dl dd,
#author #left_col h4 {
	margin-bottom:20px;
}

#topic #left_col h4#first_article_summary,
#topic #left_col dl dd#first_article_summary,
#news #left_col dl dd#first_article_summary {
	font-size:14px;
	line-height:19px;
}

#topic #left_col h4#first_article_summary p,
#topic #left_col dl dd#first_article_summary p,
#news #left_col dl dd#first_article_summary p {
	font-size:14px;
	line-height:19px;
	margin:0;
}

#topic #left_col .more_link,
#news #left_col .more_link {
	border-top:1px dotted #b3b3b3;	
	text-align:right;
	font-size:14px;
	font-weight:bold;
	margin-bottom:20px;
	margin-top:-10px;
	padding-top:5px;
}

/* styles for new author pages */
#author #left_col #pagination {
	border-top:1px dotted #b3b3b3;	
	text-align:right;
	font-size:12px;
	font-weight:bold;
	padding-top:8px;
}

#author #left_col #pagination .back {
	display: inline;
	font-weight: normal;
	padding-right: 15px;
}

#author #left_col #pagination .back img,
#author #left_col #pagination .next img {
	border: 0;	
}

#author #left_col #pagination .back img {
	margin-right: 2px;	
}

#author #left_col #pagination .next img {
	margin-left: 2px;	
}

#author #left_col #pagination .next {
	display: inline;	
	font-weight: normal;
}

#author #left_col #pagination .back a,
#author #left_col #pagination .next a {
	vertical-align: top;
}

#author #left_col #pagination .back a.arrow:hover,
#author #left_col #pagination .next a.arrow:hover {
	text-decoration: none;
}

#author #right_col .author_detail {
	background-color: #f1efe2;
	border: 1px solid #e7e4d3;
	border-top: 10px solid #e7e4d3;
	padding: 5px 8px 10px 15px;
	margin-bottom: 25px;
}

#author #right_col .author_detail h4 {
	color: #671d16;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	margin-bottom: 15px;
}

#author #right_col .author_detail img {
	border: 1px solid #eeeeee;
	float: left;
	margin-right: 12px;
}

#author #right_col .author_detail p {
	font-size: 13px;
	line-height: 17px;
	*zoom: 1;
}

#author #right_col .author_detail .social_block {
	margin-top: 20px;
	padding: 0 7px 0 1px;
}

#author #right_col .author_detail .social_row {
	background-image: none;
	border-bottom: 1px dotted #929088;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	padding-left: 0;
	text-align: left;
}

#author #right_col .author_detail ul li.social_row {
	background-image: none;
	padding-left: 0;	
}

#author #right_col .author_detail .social_row:last-child {
	border-bottom: 0;
	margin-bottom: 0;
}

/* last-child workaround for IE6 and IE7, if the "last" property (below) isn't used in the HTML */
#author #right_col .author_detail .social_row {
	border-bottom-width: expression(this.nextSibling==null?'0':'1px');
	margin-bottom: expression(this.nextSibling==null?'0':'10px');	
}

#author #right_col .author_detail .last {
	border-bottom: 0;
	margin-bottom: 0;
}

#author #right_col .author_detail .social_item {
	float: left;
	font-weight: bold;
	margin-bottom: 5px;
	width: 90px;
}

#author #right_col .author_detail .social_link {
	/* display: block; */
	font-weight: normal;
	white-space: pre;           /* CSS 2.0 */
	white-space: pre-wrap;      /* CSS 2.1 */
	white-space: pre-line;      /* CSS 3.0 */
	white-space: -moz-pre-wrap; /* Mozilla */
	-ms-word-wrap: break-word;
	word-wrap: break-word;      /* IE 5+ */
	zoom: 1;
}
/* end author page styles */


#topic .pagination,
#news .pagination,
#news_index .pagination {
	margin-top:10px;
	float:right;
}

#topic .pagination .page,
#news .pagination .page,
#news_index .pagination .page {
	float:left;
	font-size:12px;	
	line-height:20px;
	margin-right:10px;
}

#topic .pagination #previous_page a,
#news .pagination #previous_page a,
#news_index .pagination #previous_page a {
	background-image:url(../images/layout/icon_arrow_left_blue_7x12.gif);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:12px;
	display:block;
	
}

#topic .pagination #next_page a,
#news .pagination #next_page a,
#news_index .pagination #next_page a {
	background-image:url(../images/layout/icon_arrow_right_blue_7x12.gif);
	background-position:right center;
	background-repeat:no-repeat;
	padding-right:12px;
	display:block;
}

#knowledge_center #knowledge_center_header {
	border-bottom:10px solid #671d16;
	margin-bottom:25px;
}

#knowledge_center h3 {
	font-size:14px;
	margin-bottom:5px;
}

#knowledge_center ul {
	margin-bottom:20px;
}

#knowledge_center #left_col ul li {
	background-image:none;	
	padding:0 10px 0 0;
	margin-bottom:3px;
	font-size:12px;
}

#knowledge_center .column {
	width:40%;
}

#knowledge_center #col_1 {
	float:left;	
}

#knowledge_center #col_2 {
	float:right;	
}

#knowledge_center #right_col {
	border-left:0 none;
}

#opinion #left_col .module_header {
	border-top-color:#671d16;
	margin-bottom:10px;
}

#opinion #left_col table tr td {
	padding-bottom:10px;	
}