.addArticleSpacer{
	height: 10px;
}

.article{
	border-bottom: 1px dotted;
}

.article p {
	text-indent: 10px;
	line-height: 1.2em;
}

.articleEditLabel{
	padding-left: 5px;
}
.newsToolbar {
	font-size: 12px;
	color: #000;
	padding-top: 4px;
	height: 20px;
	background: url('../images/gradient4.jpg');
}

.newsToolbar a {
	color: #ddd;
	text-decoration: none;
	padding-left: 4px;
	padding-right: 6px;
	padding-bottom: 3px;
	border-right: 1px dotted #222;

}
.newsToolbar a:hover {
	color: #0b27f8;
}


.sequenceHeader {
	background-color: #ccc;
	padding: 5px;
	border-right: 1px dotted;
}	

.sequenceSpacer {
	height: 10px;
}

.td1{
	background-color: #cfe3cc;
	padding-left: 5px;
	padding-right: 5px;
	border-right: 1px dotted;
	padding-bottom: 1px;
	padding-top: 1px;
}

.td2{
	background-color: #a6bf95;
	padding-left: 5px;
	padding-right: 5px;
	border-right: 1px dotted;
	padding-bottom: 1px;
	padding-top: 1px;
}		