.clsTableCaption {
	border: 1px #000000 solid;
	background: #EFEFEF;
	width: 1%;
	padding: 4px;
	margin: 5px;
}

TABLE.clsTableCaption TD {
	text-align: center;
}



div.article { }

	div.article div.article-content {
		/*line-height: 1.4em;*/
		line-height: 1.4;
	}

.article-content sup { vertical-align: text-top; font-size: 10px; }
	
	div.article div.article-content p {
		margin-bottom: 14px;
	}
	
	div.article ul { margin-bottom: 20px; }

	div.article ul li {
		list-style-type: square;
		margin-left: 30px;
		margin-top: 5px;
		margin-bottom: 4px;
	}

	div.article h2, div.article h3 {
		font-weight: bold;
		color: #0073e5;
		margin-bottom: 10px;
	}
	div.article div.article-content h4, div.article div.article-content h5 {
		color: #0073e5;
	}
	
	div.article h2 {
		font-size: 130%;
		line-height: 110%;
	}
	
	div.article h3 {
		font-size: 120%;
		line-height: 110%;
	}
	
	div.article div.article-content h4 { 
		font-size: 110%;
		line-height: 110%;
	}
	
	div.article h2.page-title {
		font-size: 140%;
		line-height: 110%;
	}
	div.article .article-author {
		margin-bottom: 10px;
	}
	
	div.article .news-date {
		margin-bottom: 0px;
		font-size: 85%;
		font-weight: normal;
		color: #a6a6a6;
	}
	
	div.article a.article-date {
		display: block;
		font-weight: normal;
		color: #e62222;
		float: right;
		background: #F2F2F2;
		border: 1px #D0D0D0 solid;
		text-align:center;
		padding: 2px;
		margin: 0px 0px 5px 5px;
	}
		div.article a.article-date:HOVER {
			background: #FFFFD6;
			border: 1px #FFD400 solid;
			text-decoration: none;
		}
		
		div.article a.article-date i {
			color: #000000;
		}
	
	div.article div.source-edge {
		border-top: 1px #7fbfff dotted;
		border-bottom: 1px #7fbfff dotted;
		margin-bottom: 10px;
		padding-bottom: 2px;
	}
	
	div.article div.article-footer {
		clear: both;
	}
	
	div.article div.image-caption {
		border: 1px #000000 solid;
		background: #EFEFEF;
		padding: 4px;
		margin: 5px;
		text-align: center;
		color: #666;
	}
	
	div.article div.article-footer {
		padding: 5px;
		border: 1px #FFD400 solid;
		background: #FFFFD6;
		margin-top: 5px;
		text-align: center;
	}
	
		div.article div.article-footer ul.article-tools li {
			display: block;
			float: left;
			margin-right: 10px;
			height: 22px;
			padding-left: 5px;
			background: transparent url(../images/background_button.gif) no-repeat scroll center left;
		}
		
			div.article div.article-footer ul.article-tools li span.article-tool {
				display: block;
				height: 20px;
				padding: 2px 5px 0px 0px;
				background: transparent url(../images/background_button.gif) no-repeat scroll center right;
			}
			
				div.article div.article-footer ul.article-tools li span.article-tool a{ color: #fff; padding-left: 20px; }
				
				div.article div.article-footer ul.article-tools li span.article-tool a.article-print { background: transparent url(../images/buttonicon_print.gif) no-repeat scroll center left; }
				div.article div.article-footer ul.article-tools li span.article-tool a.article-email { background: transparent url(../images/buttonicon_email.gif) no-repeat scroll center left; }
				div.article div.article-footer ul.article-tools li span.article-tool a.article-discuss { background: transparent url(../images/buttonicon_comments.gif) no-repeat scroll center left; }

.multi-span { /* e.g. 2009-05_22 */
	line-height: 22px;
	border-top: 1px dashed #0073e5;
	border-bottom: 1px dashed #0073e5;
	text-align: center;
	position: relative;
	display: block !important;
	display: inline-block;
}
.multi-span 
em {
	font-style: normal;
}
.multi-span 
span {
	display: none;
}
.multi-span 
a {
	border: 1px solid white;
	padding: 0 3px;
}
.multi-span 
.current {
	border: 1px solid black;
	color: black;
}
.multi-span 
.previous {
	position: absolute;
	left: 0;
	top: 0;
	border: 0;
	padding: 0;
}
.multi-span 
.next {
	position: absolute;
	right: 0;
	top: 0;
	border: 0;
	padding: 0;
}
.multi-span 
em 
em {
	width: 9ex;
	display: inline-block;
	background: url(../images/spannn.png) repeat-x 0 55%;
}
.multi-span 
em 
em 
span {
	display: inline;
	background: white;
}