/*
 * BEGIN Css classes for viewing article
 */
.cms_ArticleObject_Header
{
	font-family: "Trebuchet MS", Tahoma, Verdana, Sans-Serif;
	font-size: 205%;
	font-weight: bold;
	/*color: rgb(150, 10, 10);*/
	padding-bottom: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.cms_ArticleObject_Preamble
{
	font-family: "Trebuchet MS", Tahoma, Verdana, Sans-Serif;
	border-top: solid 2px black;
	border-bottom: solid 1px black;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 15px;
	font-size: 105%;	
	display: block;
	width: 80%;
}
.cms_ArticleObject_Content
{
	display: block;
	margin-top: 5px;
	padding-top: 0;
	font-size: 100%;
	width: 93%;
}
.cms_ArticleObject_AuthorPanel
{
	margin-top: 1em;
	font-size: 90%;
	font-weight: bold;
}
.cms_ArticleObject_LastModifiedBy
{
	display: block;
}
.cms_ArticleObject_LastModifiedDateTime
{
	display: block;
}
/*
 * END Css classes for viewing article
 */
/*
 * BEGIN Css classes for article lists
 */
.cms_Articles_FolderList
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.cms_Articles_FolderListItem
{
	margin: 0;
	display: block;
}

.cms_Articles_FolderListItem .cms_Article_ListLink
{
	font-size: 14px;
	line-height: 30px;
	color: Black;
	text-decoration: none;
	margin: 0;
	display: block;
	text-align: center;
}
.cms_Articles_FolderListItem .cms_Article_ListLink:hover
{
	text-decoration: underline;
}
.cms_Articles_ContentList
{
	list-style-type: none;	
	margin: 0;
	padding: 0;
}
.cms_Articles_ContentListItem
{
	display: block;
}
.cms_Articles_ContentListItem .cms_Article_ListLink
{
	color: Black;
}
.cms_Article_ListLink
{
	text-decoration: none;
}
.cms_Article_ListLink:hover
{
	text-decoration: underline;
}
.cms_Article_ListTitle
{
	display: block;
}
.cms_Article_ListImage
{
}
.cms_Article_ListPreamble
{
	text-decoration: none;
	display: block;
	font-size: 90%;
}
.cms_Article_ListAuthorPanel
{
	float: right;
}
.cms_Article_ListLastModifiedBy
{
	display: none;
}
.cms_Article_ListLastModifiedDateTime
{
	display: block;
	font-size: 100%;
}
.cms_Articles_NoArticlesInCategory
{
	display: block;
	line-height: 3em;
}
.cms_Article_ListItemPanel
{
	display: block;
}
/*
 * By default we don't show the fillout header and footer
 */
.cms_Article_ListItemHeader, .cms_Article_ListItemFooter
{
	display: none;
}
/*
 * END Css classes for article lists
 */