/*
Notes:
- styles for the catalog
*/
a.navCategorySelected
{
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
	color: Red;
}
a.navOptionSelected
{
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
	color: Red;
}
span.articleIndexParent
{
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	width: 100%;
	padding-top: 4px;
	background-color: whitesmoke;
}
a.articleIndexParent
{
	font-weight: bold;
	font-size: 12px;
}
div.categoryDescription
{
	background-color: whitesmoke;
}
div.categoryHeading
{
	font-weight: bold;
	font-size: 14px;
	background-color: whitesmoke;
	padding: 4,4,4,4;
}
span.categoryHeading
{
	font-weight: bold;
	font-size: 14px;
}
td.articleHeading
{
	background-color: whitesmoke;
	padding: 4,4,4,4;
	font-size: 14px;
}
span.articleHeading
{
	font-weight: bold;
	font-size: 14px;
}
tr.gridItem
{
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	vertical-align: baseline;
	padding-top: 4px;
	background-color: Transparent;
}
tr.gridAlternatingItem
{
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	vertical-align: baseline;
	padding-top: 4px;
	background-color: whitesmoke;
}
span.releaseDate
{
	font-size: 10px;
}
a.articleTitle
{
 font-weight: bold;
 text-decoration: underline;
}
a.titleAnchor
{
	font-weight: bold;
}
span.titleReleaseDate
{
	font-size: 10px;
}
span.titleAbstract
{
	font-size: 11px;
}
div.titleScrollArea
{
	border-right: #006699 1px solid;
	padding-right: 2px;
	border-top: #006699 1px solid;
	padding-left: 2px;
	padding-bottom: 2px;
	overflow: auto;
	border-left: #006699 1px solid;
	padding-top: 2px;
	border-bottom: #006699 1px solid;
}