/* ---- Abstracts Layout ---- */
#main hr {
	height: 0;
	margin: 0 0 8px 0;
	padding: 0;
	border: 0;
	border-top: 1px solid #ccc;
	}

.absRow {
	clear: left;
	margin-bottom: 7px;
	border-bottom: 1px solid #fff;
	}

.absRow div {
	
	float: left;
	line-height: 100%;
	}

.absRow div.clearBoth {
	width: auto;
	float: none;
	}

.absRow div.R {
	margin-left: 8px;
	}

.absRow img {
	float: left;
	margin: 0 4px 0 0;
	border: 1px solid #003;
	}

.absRow p {
	font-size: 85%;
	line-height: 14px;
	}

.absRow h3 {
	font-size: 115%;
	clear: none;
	display: inline;
	}

.absRow h3 a:hover {
	text-decoration: underline;
	}

.absRow div h3, .absRow h4 {
	font-size: 85%;
	clear: none;
	}

.absRow a {
	text-decoration: none;
	color: #023 !important;
	}

.absRow h4 a {
	color: #555 !important;
	text-transform: uppercase;
	}

.absRow .timeStamp {
	display: block;
	font-weight: bold;
	font-size: 85%;
	color: #555;
	font-variant: small-caps;
	font-style: normal;
	}

/* ---- Headline lists ---- */
.headlines {
	list-style-type: none;
	margin: 0 0 12px 0;
	padding: 0;
	}

ul.L {
	width: 218px;
	float: left;
	} 

ul.R {
	width: 218px;
	float: right;
	} 

.headlines li {
	margin: 0 0 2px 0;
	padding: 0 0 2px 0;
	width: 218px;
	float: right;
	background: url(../img/dots.gif) repeat-x bottom;
	}

.headlines li.end {
	background: none;
	}

.headlines li a {
	padding: 0 0 2px 9px;
	display: block;
	font-size: 85%;
	text-decoration: none;
	color: #023;
	background: url(../img/bullet.gif) no-repeat 0 4px;
	}

.headlines li a:hover {
	background: #f7f7f7 url(../img/bullet.gif) no-repeat 0 4px;
	}

.headlines li.L {
	float: left;
	clear: left;
	
	}

.headlines li.L a {
	margin: 0 8px 0 0;
	}

/* ---- Pagination ---- */
#pagination {
	position: relative;
	clear: both;
	padding: 0;
	text-align: center;
	font-size: 85%;
	width: 444px;
	}

#pagination a {
	position: absolute;
	top: 0;
	text-decoration: none;
	color: #023;
	}

#pagination a:hover {
	text-decoration: underline;
	}

#pagination .prev {
	left: 0;
	padding: 0 0 2px 10px;
	text-align: left;
	background: url(../img/previous.gif) no-repeat left 4px;
	}

#pagination .next {
	right: 0;
	padding: 0 10px 2px 2px;
	text-align: right;
	background: url(../img/next.gif) no-repeat right 4px;
	}

/* ---- Article - big image, headings & byline ---- */
#main p {	
		font-size: 85%;
		line-height: 1.3;
		color: #222;
		margin: 0 0 8px 0;
		}

#articleTop { /* Doesn't work in ie5 mac beacause there is no height specified. Height cause funny margin on image to appear */
	position: relative;
	width: 444px;
	padding: 0;
	}

#articleTop img {
	border: 1px solid #000;
	vertical-align: bottom;
	}

#articleTop p {
	position: absolute;
	overflow: hidden;
	right: 0;
	bottom: -2px;
	color: #555;
	line-height: 110%;
	margin: 0;
	padding: 0 0 2px 0;
	}

#articleTop p.long {
	width: auto !important;
	position: relative;
	margin-top: 4px;
	overflow: visible;
	}

#articleTop .credit {
	color: #900;
	}

#publication {
	float: right;
	display: inline;
	font-size: 85%;
	text-align: center;
	width: 120px;
	padding: 2px 0;
	border-top: 1px solid #bbb;
	border-bottom : 1px solid #bbb;
	}

#publication img {
	border: 0;
	}
	
#publication span {
	display: block;
	}

#articleTools {
	clear: both;
	position: relative !important;
	}

#articleTools ul {
	list-style-type: none;
	margin: 10px 0 6px 0;
	padding: 0 0 0 0;
	width: 444px;
	float: left;
	}

#articleTools ul li {
	margin: 0 3px 0 0;
	float: left;
	border: 1px solid #dbdbdb;
	}

#articleTools ul li a {
	display: block;
	text-align: center;
	border: 1px solid #fff;
	padding: 2px 2px 2px 2px;
	text-decoration: none;
	color: #000;
	font-style: normal;
	font-size: 85%;
	background: #f1f1f1 url(../img/articleTools_bg.gif) repeat-x bottom;
	}

#articleTools ul li a:hover {
	background: #f1f1f1 url(../img/articleTools_bg_over.gif) repeat-x bottom;
	}

#articleTools ul li a img {
	border: 0;
	margin: 0 3px 0 0;
	float: none;
	vertical-align: middle;
	}

#articleTools ul li a span {
	vertical-align: middle;
	}

.endButton {
	margin-right: 0 !important;
	}

.article .timeStamp {
	display: block;
	font-weight: bold;
	color: #555;
	font-variant: small-caps;
	font-style: normal;
	clear: both;
	}

.article h2 {
	font-size: 146.5%;
	margin: 0 0 4px 0;
	padding: 4px 0 0 0;
	}

.article h3 {
	font-size: 120%;
	margin: 0 0 8px 0;
	}

.article h4 {
	font-size: 100%;
	margin: 4px 0 1px 0;
	clear: none;
	}

.article h5 {
	font-size: 85%;
	margin: 4px 0 1px 0;
	clear: none;
	}

.article hr {
	margin: 0 !important;
	}	

#byline {
	color: #023;
	border-bottom: 1px solid #eee;
	margin: 0 0 8px 0;
	padding: 0;
	}

#byline p {
	padding-top: 30px;
	}

#byline span.name {
	color: #333;
	font-weight: bold;
	padding: 0 0 2px 0;
	margin: 0;
	display: block;
	}

#byline span.title {
	color: #666;
	font-weight: normal;
	padding: 0 0 2px 0;
	font-size: 85%;
	}

#byline span.email {
	font-size: 85%;
	font-style: italic;
	}

#byline span.email a {
	text-decoration: none;
	}

#byline img {
	float: left;
	margin: 0 3px 0 0;
	vertical-align: bottom;
	}

#keyPoints {
	padding: 0 0 4px 0;
	margin: 0 0 8px 0;
	list-style-type: none;
	border-bottom: 1px solid #ddd;
	font-size: 85%;
	}

#keyPoints li {
	margin: 0 0 4px 0;
	padding: 0 0 0 10px;
	background: #fff url(../img/keyPoint.gif) no-repeat 0 4px;
	width: 432px;
	}

.standfirst {
	font-style: italic;
	color: #000 !important;
	font-size: 100% !important;
	padding-right: 1px; /* fix ie6 bug*/
	}

.insert {
	float: right;
	margin: 8px 0 8px 8px;
	padding: 4px 4px 0 4px !important;
	background: #f6f6f6;
	border: 1px solid #eee;
	width: 165px;
	}

.insert p {
	margin: 0 0 4px 0 !important;
	}

#main div.left {
	float: left;
	margin: 8px 8px 0 0;
	}

#main div.center {
	float: right;
	margin: 8px 0 0 0;
	}

.insert img {
	border: 1px solid #000;
	vertical-align: bottom;
	margin: 0 0 4px 0;
	}

.insert img.noBorder {
	border: 0;
	}

.insert h4 {
	font-size: 100%;
	margin: 0 0 4px 0 !important;
	}

.insert strong {
	color: #333;
	}

.insert ul {
	list-style-type: none;
	font-size: 85%;
	margin: 0;
	padding: 0;
	}

.insert ul li {
	padding: 0 0 0 10px;
	margin: 0 0 3px 0;
	background: url(../img/bullet.gif) no-repeat 0 4px;
	}

.insert ul li a {
	}

blockquote {
	background: #f6f6f6 url(../img/quote_open.gif) no-repeat 3px 3px;
	margin: 8px 0 0 8px;
	padding: 3px;
	font-size: 110%;
	float: right;
	width: 167px;
	border: 1px solid #eee;
	}

blockquote p {
	background: url(../img/quote_close.gif) no-repeat bottom right;
	padding: 24px 0;
	margin: 0 !important;
	font-style: italic;
	}

blockquote p em {
	color: #000;
	}

blockquote.left {
	float: left;
	margin: 8px 8px 0 0;
	}

.keyQuote {
	float: none;
	width: auto;
	margin: 0 0 12px 0;
	padding: 0 0 0 30px;
	background: url(../img/keyQuote_open.gif) no-repeat top left !important;
	font-size: 100%;
	border: 0;
	}

.keyQuote p {
	background: url(../img/keyQuote_close.gif) no-repeat bottom right !important;
	margin: 0 !important;
	padding: 0 30px 0 0;
	font-size: 85%;
	font-style: normal;
	}

.standardList {
	margin: 0 0 8px 16px;
	padding: 0;
	list-style-position: outside;
	}

ol.standardList {
	margin: 0 0 8px 23px;
	}
	
.standardList li {
	font-size: 85%;
	margin:  0 0 4px 0;
	line-height: 1.3;
	}
	
.audio {
	padding: 1px 2px 1px 19px;
	border: 1px solid #006; 
	background: #fff url(../img/audio.gif) no-repeat left center;
	/*text-decoration: none;*/
	}

a.audio:hover {
	border: 1px solid #900; 
	}

.insert .audio {
	line-height: 175%;
	}

.insert p .audio {
	margin: 0;
	}

#relatedHeading {
	font-size: 85%;
	background: #f7f7f7;
	padding: 2px;
	margin: 0;
	}

#relatedTopics {
	list-style-type: none;
	margin: 0 0 8px 0;
	padding: 0;
	}
	
#relatedTopics li {
	margin: 0 0 2px 4px;
	padding: 0 0 0 6px;
	background: url(../img/dash.gif) no-repeat left center;;
	}
	
#relatedTopics li a {
	font-size: 85%;
	}
	
#updated, #updated a {
	color: #999 !important;
	}

#google336	{
	margin: 8px 0 8px 0 !important;
	clear: both;
	}

/* ---- Send to a friend ---- */
#sendToFriend {
	margin: 0;
	padding: 0;
	}

#sendToFriend fieldset {
	margin: 0 0 4px 0;
	padding: 4px;
	border: 1px solid #aaa;
	text-align: right;
	}

#sendToFriend legend {
	font-weight: bold;
	padding: 0 4px;
	border: 1px solid #ccc;
	border-bottom: 0;
	margin: 0;
	}

#sendToFriend label {
	font-weight: bold;
	vertical-align: middle;
	margin: 0 4px 0 0;
	}

#sendToFriend input {
	vertical-align: middle;
	width: 55%;
	}

#sendToFriend textarea {
	vertical-align: top;
	width: 55%;
	}

#send {
	width: auto !important;
	margin: 2px 0;
	}

#sendToFriend p {
	font-size: 85%;
	background: #f7f7f7;
	padding: 2px;
	margin: 4px 0 !important;
	}

#sendToFriend p.terms {
	color: #666;
	text-align: left;
	background: #fff;
	font-size: 70%;
	}

/*---- Encolosure/Podcast ----*/
#enclosure {
	border: 1px solid #f60;
	padding: 8px 8px 4px 8px;
	margin: 0 0 4px 0;
	clear: both;
	background: url(../img/podcast.jpg) no-repeat right top;
	}

#enclosure p {
	margin: 0 0 2px 0;
	}
	
#enclosure input {
	border: 1px solid #aaa;
	background: #eee;
	font-size:100%;
	width: 156px;
	padding: 2px 4px;
	margin-left: 4px;
	}
	
#enclosure a {
	font-weight: bold;
	font-size: 85%;
	}

#enclosure a.subscribe, #enclosure a.download {
	background: url(../img/feed-icon-16x16.gif) no-repeat left center;
	padding: 1px 0 2px 20px;
	height: 1%;
	}

#enclosure a.download {
	background: url(../img/download.gif) no-repeat left center;
	}

#enclosure span {
	font-size: 85%;
	color: #444;
	}

/* Footer Tools - feed Links 
-------------------------- */
#footerTools {
	position: relative;
	padding: 3px;
	margin: 24px 0 6px 0;
	clear: both;
	width: 436px;
	float: left;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: url(../img/footertools_bg.gif) repeat-x top;
	}

#footerTools h3 {
	font-size: 100%;
	margin: 0 0 4px 0;
	padding: 2px 1px 2px 3px;
	font-variant: small-caps;
	background: #fff;
	}

#footerTools ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

#footerTools ul li {
	margin: 0 3px 0 0;
	float: left;
	border: 1px solid #D9D9D9;
	}

#footerTools ul li a {
	display: block;
	text-align: center;
	border: 1px solid #fff;
	padding: 2px 2px 2px 2px;
	text-decoration: none;
	color: #000;
	font-style: normal;
	font-size: 85%;
	background: #f1f1f1 url(../img/articleTools_bg.gif) repeat-x bottom;
	}

#footerTools ul li a:hover {
	background: #f1f1f1 url(../img/articleTools_bg_over.gif) repeat-x bottom;
	}

#footerTools ul li a img {
	border: 0;
	margin: 0 3px 0 0;
	float: none;
	vertical-align: middle;
	}

#footerTools ul li a span {
	vertical-align: middle;
	}

#footerTools #help {
	border: 0;
	}

#footerTools #help a {
	border:0;
	padding: 2px 4px;
	background: none;
	text-decoration: underline;
	line-height: 20px;
	color: #006;
	}

/* ---- Comments ---- */
#comments h3 {
	margin: 0;
	border-bottom: 1px solid #E2E2E2;
	padding: 0 0 2px 0;
	font-size: 130.8%;
	font-weight: lighter;
	letter-spacing: 1px;
	position: relative;
	height: 20px;
	}

#comments h3 a {
	background: url(../img/comment.gif) no-repeat 4px 2px;
	padding: 0 2px 1px 20px;
	font-size: 66%;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: normal;
	position: absolute;
	bottom: 2px;
	right: 0;
	}

#comments h3 a:hover {
	text-decoration: underline;
	}

#comments dl {
	margin: 0;
	padding: 0;
	}

#comments dl dt {
	margin: 8px 0 0 0;
	padding: 0;
	font-size: 85%;
	background: #eee url(../img/dt_bg.gif) repeat-x top;
	clear: both;
	border: 1px solid #e2e2e2;
	border-bottom: 0;
	position: relative;
	height: 1%;
	}

#comments dl dt.preview {
	border: 1px solid #006;	
	border-bottom: 0;
	}

#comments dl dt.new {
	border: 1px solid #999;	
	border-bottom: 0;
	}

#comments dl dt.removed {
	border: 1px solid #e2e2e2;	
	color: #999;
	background: none;
	}
	
#comments dl dt.removed span {
	color: #999;
	}
	
#comments dl dt.removed strong {
	font-weight: normal;
	}
		
#comments dl dt.official {
	border: 1px solid #006;	
	border-bottom: 0;
	background: #eee url(../img/dt_official_bg.gif) repeat-x top;
	}

.commentNumber {
	text-decoration: none;
	font-size: 130%;	
	font-weight: bold;
	background: url(../img/comment.gif) no-repeat 4px 1px;
	padding: 0 2px 0 20px;
	border-right: 1px solid #ccc;
	line-height: 24px;
	color: #003;
	}

a.commentNumber:hover {
	background: #ccc url(../img/comment_over.gif) no-repeat 0 0;
	border-right: 1px solid #666;
	color: #006;
	}

dt.official a.commentNumber:hover {
	background: #ccc url(../img/comment_official_over.gif) no-repeat 0 0;
	border-right: 1px solid #006;
	}
	
#comments dl dd {
	margin: 0;
	padding: 6px 6px 16px 5px;
	border: 1px solid #E2E2E2;
	position: relative;
	height: 1%;
	}
	
#comments dl dd.preview {
	border: 1px solid #006;	
	}

#previewWarning {
	background: #eee;
	color: #009 !important;
	padding: 8px;
	}

#comments dl dd.new {
	border: 1px solid #999;	
	}

#comments dl dd.official {
	border: 1px solid #006;	
	background: url(../img/official.gif) no-repeat bottom right;
	}

#comments dl dd.removed {
	display: none;
	}
	
#comments dl dd p {
	margin: 0 0 8px 0;
	/*overflow: hidden;
	width: 431px;
	*/}

#comments .report {
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: 0 17px 1px 2px;
	background: url(../img/report.gif) no-repeat right center;
	font-size: 85%;
	color: #000;
	text-decoration: none;
	}

#comments .report:hover {
	text-decoration: underline;
	}
	
#commentFeed {
	background: url(../img/feed-icon-12x12.gif) no-repeat left center;
	padding: 0 0 0 16px;
	margin: 4px 0 12px 0;
	font-size: 85%;
	display: block;
	}

#commentForm {
	margin: 0;
	padding: 0;
	}

#commentForm fieldset {
	margin: 8px 0 0 0;
	border: 1px solid #aaa;
	border-top: 1px solid #e2e2e2;
	border-left: 1px solid #e2e2e2;
	padding: 0 8px 8px 8px;
	}

#commentForm  legend {
	margin: 0 0 4px 0;
	border: 1px solid #e2e2e2;
	padding: 1px 4px;
	background: #eee url(../img/dt_bg.gif) repeat-x top;
	font-weight: bold;
	}

#commentForm  label {
	display: block;
	margin: 0 0 4px 0;
	padding: 2px;
	background: #f7f7f7;
	font-size: 85%;
	font-weight: bold;
	text-align: right;	
	}

#commentForm  label.error {
	border: 1px solid #bf0000;
	background: #FFE1E1;
	}

#commentForm  label input {
	margin-left: 4px;
	border: 1px solid #aaa;
	width: 320px;
	}

#commentForm  textarea {
	margin-left: 4px;
	border: 1px solid #aaa;
	width: 320px;
	height: 150px;
	font-family: verdana;
	font-size: 100%;
	vertical-align: top;
	}

#commentForm br {
	display: none;
	}

#postComment, .commentThanks, #commentValidation, #reportComment, .reportThanks, #reportValidation {
	margin: 8px 0 0 0 !important;
	border: 1px solid #bf0000;
	padding: 8px 40px 8px 8px;
	background: url(../img/postcomment_bg.gif) no-repeat top right;
	line-height: 2 !important;
	}

#postComment #postButton, #reportComment #reportButton {
	margin: 2px 0 0 0;
	padding: 2px 4px;
	border: 2px solid #bbb;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	background: #999;
	height: 1%;
	color: #fff;
	text-decoration: none;
	line-height: 1 !important;
	}

#postComment #postButton:hover, #reportComment #reportButton:hover {
	border: 2px solid #ccc;
	border-bottom: 2px solid #999;
	border-right: 2px solid #999;
	background: #aaa;
	}

#commentValidation ul li {
	font-size: 85%;
	font-weight: bold;
	}

.commentThanks, #commentValidation p {
	font-size: 100% !important;
	}

.reportThanks {
	background: #eee url(../img/postcomment_bg.gif) no-repeat top right;
	}
	
.reportForm legend {
	font-size: 85%;
	border: 1px solid #bf0000;
	color: #900;
	}

.reportForm textarea {
	height: 75px !important;
	}

#terms {
	font-size: 85%;
	float: right;
	}
	
#guidelines {
	list-style-type: none;	
	margin: 0 0 4px 0;
	padding: 4px;
	border: 1px solid #f4f4f4;
	}

#guidelines li {
	margin: 0;
	padding: 0 0 0 8px;	
	font-size: 85%;
	background: url(../img/guidelines.gif) no-repeat left center;
	}

#guidelines li a{
	}

#guidelines {
	
	}
	
/* ---- Hot Topic AtoZ ---- */
.atoz {
	list-style-type: none;
	width: 218px;
	float: left;
	margin: 0 0 12px 0;
	padding: 0;
	}

#topicsBody ul.R {
	float: right;
	}

.atoz li {
	display: inline;
	}

.atoz li a {
	margin: 0 0 3px 0;
	padding: 0 0 0 9px;
	font-size: 85%;
	text-decoration: none;
	color: #003;
	display: block;
	background: url(../img/bullet.gif) no-repeat 0 4px;
	}

.atoz li a:hover {
	background-color: #f7f7f7;
	background-image: url(../img/bullet.gif) no-repeat 0 4px;
	}

#topics h2 {
	border-bottom: 1px solid #ddd;
	margin: 0 0 8px 0;
	background: #f7f7f7;
	font-size: 150%;
	width: 100%;
	}

/* ---- Article Index ---- */
#articleindexBody #main h2 {
	border-bottom: 1px solid #ddd;
	margin: 0 0 8px 0;
	background: #f7f7f7;
	font-size: 120%;
	padding: 2px 0 2px 0;
	width: 100%;
	}

#articleindexBody #main h3 {
	font-size: 100%;
	border-bottom: 1px solid #eee;
	margin: 0 0 4px 0;
	width: 100%;
	}

#articleindexBody .atoz {
	width: 302px;
	}

#articleindexBody .atoz li a {
	margin: 0 0 6px 0;
	}

/* ---- Premium Content Highlighting ---- */
.absRow.P h3 a {
	background: url(../img/paid.gif) no-repeat left top !important;
	padding-left: 15px !important;
	}
	
.absRow .P h3 a {
	background: url(../img/paid1.gif) no-repeat left top !important;
	padding-left: 15px !important;
	}

a.P {
	background: url(../img/paid_s1.gif) no-repeat left top !important;
	padding-left: 10px !important;
	}
	
#sideBar a.P {
	background: url(../img/paid_s.gif) no-repeat 3px 4px !important;
	padding-left: 14px !important;
	}


h1 {font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;font-size: 20px;font-style: normal;color:#000000;margin-top:10px;padding-left:0px;}




