/* Since graphics are non existent now, hide the table in the content. */
.archive-article .article-body .graphic_table,
.archive-article .article-body table,
.archive-article .article-body img {
	display: none;
}

.archive-article h2 {
	margin: 0;
}

/* For /archives/index.cfm */
.fixed-width-select select {
	width: 250px;
}

/* Styles For archive search results */
.archive-search-results .article-title {
	padding-top: 1em;
}
.archive-search-results .article-date {
	white-space: nowrap;
	text-align:right;
}
.archive-search-results .article-row-even {
	background-color: #FFF;
}
.archive-search-results .article-row-odd {
	background-color: #F9F8F6
}
.archive-search-results .article-summary {
	padding-bottom: 1em;
}

/* Styles for Archive Article View */
.archive-article .archive-article-author {
	font-weight: bold;
}
.archive-article .archive-article-published {
	font-style: italic;
}
