/* Glue News CSS */
.NewsGroup{
		font-family: Arial, Helvetica, sans-serif;
		padding: 0;
		margin: 0;
		border-right: 1px solid #DDD;
}
h2,h5{
	padding: 0;
	margin: 0;
}
.NewsHeadline{
	padding: 10px;
	margin: 0 0 5px 0;
	font-size: 1.5em;
	color: #000;
	font-weight: normal;
	font-weight: bold;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	background: url(http://www.solutionwatch.com/wp-content/themes/solution_watch/includes/header-background.jpg) center;
}
.NewsBodyText{
	color:#303030;
	padding: 10px 10px 10px 10px;
	margin: 0;
	text-align: left;
	font-size: 1.1em;
	line-height: 1.6em;
}
.NewsBodyText img {
	margin: 5px 10px 0 0;
}
/* the code directly below this adjusts the paragraph spacing */
.NewsBodyText p{
	margin: 15px 0 15px 0;
}
.NewsArticleLinks{
	display: none;
}
.NewsImageLink{
	font-weight: bold;
	margin: 0 5px 0 0px;
}
a.NewsImageLink, a:link.NewsImageLink, a:active.NewsImageLink{
	text-decoration: underline;
	color: #666;
}
a:visited.NewsImageLink{
	color: #999;
}
a:hover.NewsImageLink{
	text-decoration: none;
	color: #000;
}
.NewsPageLink{
	font-weight: bold;
	margin: 0 0px 0 5px;
}
a.NewsPageLink, a:link.NewsPageLink, a:active.NewsPageLink{
	text-decoration: underline;
	color: #666;
}
a:visited.NewsPageLink{
	color: #999;
}
a:hover.NewsPageLink{
	text-decoration: none;
	color: #000;
}
.NewsLinkSpacer{
	display: none;
}
.NewsInfo{
	padding: 0 10px;
	text-align:right;
	margin: -35px 0 0 0;
	font-weight: normal;
	font-size: .9em;
}
.NewsAuthorName{
	color: #999;
	font-weight: bold;
}
.NewsPostDate{
	color: #bbb;
	font-style: italic;
}
.NewsRule{
	display: none;
}
/* Glue Footer CSS */
#GlueLink{
	text-align:center;
	font-size: small;
	margin-bottom: 10px;
}
#GlueGroup{
	margin: 0;
	padding: 0;
}
#GlueLink{
	font-weight:normal;
	padding: 0 5px 0 5px;
	text-decoration: none;
}
a#GlueLink, a:link#GlueLink, a:visited#GlueLink, a:active#GlueLink{
	background-color: #eee;
	color: #888;
}
a:hover#GlueLink{
	background-color: #FF7F00;
	color: #fff;
}
/* Paging Footer CSS */
.PagingGroup{
		font-family: Arial, Helvetica, sans-serif;
		border-top: 3px double #ddd;
		border-bottom: 3px double #ddd;
		padding: 10px;
		margin: 0 0 10px 0;
		border-right: 1px solid #DDD;
}
.Paging{
	width: 100%;
	text-align: center;
	color: #666;
	font-size: 11px;
}
.navinactive{
	margin: 0 15px 0 15px;
	color: #ccc;
	font-size: 14px;
}

.PagingGroup a, .PagingGroup a:active{
	margin: 0 15px 0 15px;
	font-size: 14px;
	color: #039;
	font-weight: bold;
}
.PagingGroup a:visited{
	font-weight: normal;
}
.PagingGroup a:hover{
	text-decoration: none;
	color: #000;
}
