﻿/* Summary News Article Styles For Home Page Control */
.NewsArea
{
	margin: 20px 10px 0px 10px;
	padding: 0px;
	border: 0px solid #003399;
	width: 175px;
	position: relative;
	float: left;
	clear: left;
}
.NewsAreaTitle
{
	background-position: center center;
	background-color: #FFFFFF;
	color: White;
	font-family: Verdana;
	font-size: 10pt;
	font-weight: 600;
	padding: 2px 0px 6px 0px;
	margin: 0px;
	background-image: url('/GraffitiRemovalAssets/images/GraffitiNews.jpg');
	background-repeat: no-repeat;
	width: 175px;
	text-align: center;
	position: relative;
}
.NewsAreaDiv
{
	border-style: none;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
}
.NewsItemDiv {
	text-align: center;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
	border-style: none none dashed none;
	border-width: 1px;
	border-color: #FF9900;
}
.NewsTitle {
	margin: 0px;
	padding: 0px;
	clear: left;
}
.NewsTitleLink
{
	margin: 0px 0px 0px 4px;
	padding: 0px;
	border-style: none;
	color: #FF9900;
	font-family: Verdana;
	font-size: 10pt;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	width: 100%;
}
.NewsTitleLink:hover
{
	margin: 0px 0px 0px 4px;
	padding: 0px;
	border-style: none;
	color: #0000CC;
	font-family: Verdana;
	font-size: 10pt;
	font-weight: 600;
	text-align: center;
	text-decoration: underline;
	width: 100%;
}
.NewsThumbImage
{
	padding: 0px;
	margin: 3px 3px 5px 10px;
	border-width: 1px !important;
	border-style: solid;
	border-color: #C0C0C0;
	width: 135px;


}
.NewsSummary
{
	margin: 0px 0px 0px 0px;
	padding: 0px 2px 0px 4px;
	border-style: none;
	color: #808080;
	font-family: Verdana;
	font-size: 8pt;
	text-align: justify;
}
.FullStoryLink
{
	border-style: none;
	color: #0000CC;
	font-family: Verdana;
	font-size: 8pt;
	text-align: justify;
	text-decoration: underline;
	font-weight: 400;
}
.FullStoryLink:hover
{
	color: #993300;
}
.ArchiveLink {
	background-image: url('/GraffitiRemovalAssets/images/GraffitiNewsBot.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0px;
	padding: 8px 0px 3px 10px;
	width: 165px;
}
.ArchiveLink a {	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 11px;
	color: #FFFF00;
	font-weight: 600;
	text-decoration: underline;

	}

.ArchiveLink a:hover {
	color: #FFFFFF;
}
