/*
Title:      Sequencing with RF-ILVS, Datanational Corp. (Articles Stylesheet)
Author:     Ben Babics, bbabics@datanat.com
Updated:    Sept 16 2005
Copyright:  Copyright © 2005, Datanational Corp. All Rights Reserved.
Notes:      Datanational Corp., http://www.datanat.com
*/

#articlescont {
	width: 266px;
	padding: 0;
	margin: 5px auto 0 auto;
	background: #FFF;
	font: 75% Arial;
	border-right: 2px solid #00A7DC;
	border-bottom: 2px solid #00A7DC;
	border-left: 2px solid #00A7DC;
}

.article, .inactive {
	padding: 5px 5px 0 5px;
	border-bottom: 1px dotted #888;
}

.active {
	padding: 5px 5px 0 5px;
	border-bottom: 1px dotted #888;
	background: #FFF2E2; /* #F9F9E6; */
}

.article2, .inactive2 {
	padding: 5px 5px 0 5px;
	border-bottom: 1px dotted #888;
	background: #FAFAFA
}

.article_title {
	padding: 2px 0 2px 4px;
	margin: 0;
	background: #00A7DC;
	color: #FFF;
	font-size: 100%;
}

.article_date {
	padding: 0 0 0 14px;
	margin: 0;
	background: url(../images/news.gif) left no-repeat;
	color: #FB8612;
	font-size: 100%;
}

.article p, .active p, .inactive p, .article2 p, .active2 p, .inactive2 p {
	padding: 5px 0 5px 0;
	margin: 0;
	color: #444;
}

.article a, .inactive a, .article2 a, .inactive2 a {
	color: #444;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}

.active a {
	color: #444;
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
}

fieldset {
	border: none;
}
