﻿.Articles 
{ 
	margin: 0px 5px 0px 5px; 
}

.Articles .Category 
{ 
	background-image: url(../Images/articleHeader0.gif); 
	background-repeat: repeat-x; 
	background-position: top left; 
	border-bottom: 2px solid black; 
	cursor: default; 
	height: 18px; 
	margin-bottom: 6px; 
	padding-bottom: 0px; 
}

.Articles .Category .Separator
{
	background-image: url(../Images/articleHeader1.gif); 
	background-position: top left;	
	float: right; 
	height: 18px;	
	width: 18px; 
}

.Articles .Category .Text 
{ 
	background-image: url(../Images/articleHeader2.gif); 
	background-repeat: repeat-x; 
	color: #ffffff; 
	float: right; 
	font-weight: bold; 
	height: 17px; 
	padding: 1px 10px 0px 10px; 
}

.Articles .Excerpt 
{ 
	background-color: #fafad2; 
	border: 1px solid black; 
	clear: both; 
	font-style: italic; 
	margin: 5px 5px 5px 5px; 
	overflow: hidden; 
	padding: 5px 5px 5px 5px; 
	position: relative; 
}

.Articles .Excerpt .Header
{ 
	border-bottom: 3px double #117755; 
	font-style: normal; 
	font-weight: bold; 
	margin-bottom: 5px; 
	padding: 2px 5px 2px 5px; 
}

.Articles .Link
{
	clear: left;
	height: 15px;	
}

.Articles .Link A
{
	color: #005500; 
	float: left; 
	font-weight: bold; 
	text-decoration: none;	
}

.Articles .Link A:hover
{
	text-decoration: underline;
}

.Articles .Link A.Details 
{
	color: #666666; 
	float: right; 	
	font-weight: normal; 
	padding: 0px 5px 0px 5px; 
	text-decoration: none; 
}

.Articles .Link .New, 
.Articles .Link .Updated
{
	float: left; 
	font-weight: bold;
}

.Articles .Link .New
{
	color: #AA0000;
}

.Articles .Link .Updated
{
	color: #0000AA;
}

.Articles .SubCategory
{
	border-bottom: 1px solid #888888; 
	font-variant: small-caps; 
	margin-bottom: 2px; 
	padding-bottom: 2px; 
}