
/* ------------------------------ */

A.ArticleListLink:link     { color: #000000; text-decoration:none; font-family: arial; font-size: 11px; font-weight:normal; }
A.ArticleListLink:visited 	{ color: #000000; text-decoration:none; font-family: arial; font-size: 11px; font-weight:normal; }
A.ArticleListLink:active 	{ color: #ff0000;  cursor:pointer; text-decoration:none; font-family: arial; font-size: 11px; font-weight:normal; }
A.ArticleListLink:hover 	{ color: #ff0000;  cursor:pointer; text-decoration:underline; font-family: arial; font-size: 11px; font-weight:normal; }


.ArticlePanel {
	BORDER: black 1px solid;
	PADDING: 4px;
	background-color: #FFFFFF;
}

.FeatureContainer {
	background-color: #BFC4A9; 
	border-width: 0px; 
	padding: 0px;    
}

.NewsContainer {
	background-color: #DFDFCC;
	border-width: 0px;
	padding: 0px;
}


/* override setting for skin.css
Articles with read more also link the title
and the a: classes in skin.css get used.
*/
.ArticleHead {
   font-family: Arial, Helvetica;
   font-size:  12pt;
   font-weight: bold;
   color: #004E90;
   text-transform:uppercase;
}

.ArticleText {
   font-family: Arial, Helvetica;
   font-size:  10pt;
   font-weight: normal;
   color: #000000;
}


A.ArticleHeadLink:link     { color: #004E90; text-decoration:none; font-family: arial; font-size: 12pt; font-weight:bold; }
A.ArticleHeadLink:visited 	{ color: #004E90; text-decoration:none; font-family: arial; font-size: 12pt; font-weight:bold; }
A.ArticleHeadLink:active 	{ color: #0070CA;  cursor:pointer; text-decoration:none; font-family: arial; font-size: 12pt; font-weight:bold; }
A.ArticleHeadLink:hover 	{ color: #0070CA;  cursor:pointer; text-decoration:none; font-family: arial; font-size: 12pt; font-weight:bold; }

A.ReadMoreLink:link     { color: #004E90; text-decoration:none; font-family: arial; font-size: 9pt; font-weight:bold; }
A.ReadMoreLink:visited 	{ color: #004E90; text-decoration:none; font-family: arial; font-size: 9pt; font-weight:bold; }
A.ReadMoreLink:active 	{ color: #0070CA;  cursor:pointer; text-decoration:none; font-family: arial; font-size: 9pt; font-weight:bold; }
A.ReadMoreLink:hover 	{ color: #0070CA;  cursor:pointer; text-decoration:none; font-family: arial; font-size: 9pt; font-weight:bold; }

A.MoreArticlesLink:link     { color: #004E90; text-decoration:none; font-family: arial; font-size: 12pt; font-weight:bold; }
A.MoreArticlesLink:visited 	{ color: #004E90; text-decoration:none; font-family: arial; font-size: 12pt; font-weight:bold; }
A.MoreArticlesLink:active 	{ color: #ff0000;  cursor:pointer; text-decoration:none; font-family: arial; font-size: 12pt; font-weight:bold; }
A.MoreArticlesLink:hover 	{ color: #ff0000;  cursor:pointer; text-decoration:underline; font-family: arial; font-size: 12pt; font-weight:bold; }
/* ------------------------------ */

.CategoryList {
	color: maroon;
	font-weight: bold;
}

.CommentsContainer {
	border: 1px solid #CCCCCC; 
	background-color: #FFFFFF; 
	padding: 1px;
}

.CommentItemStyle {
	background-color: #F8F8F8; 
	padding: 5px; 
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

.CommentAlternatingItemStyle {
	padding: 5px; 
}

.CommentAuthor {
	font-size: 1.25em; 
	font-weight: bold;
}
.CommentDate{
	font-size: .8em; 
	color: #5F68AD;
}

