/*
	*************************************************************************************************
	Customer:		Lombard recycling

	Author:			Owen Nicol - MSO.net
	Copyright:		Copyrighted 2011 (c) MSO.net

	File:			news.css
	Description:	Contains news styles for Lombard website.
	
	Mod History:	26/10/2011 - File Created
	
*************************************************************************************************
*/

/**** page styles ****/
/* 	
	Heading: #6b6a76
	Text: #333333
	Nav and link text: #019e4d
	Background colour: #016632;
	Selected nav: #6b6a76
	Footer link text: #8daf99
	Footer heading text: ffffff
	Footer background: #1a5b2f	
*/

/* Styles for News box on the right-hand side */


.NEWS_NewsHeader
{
	background-color: #6fd8de;
	font-size: 1.1em;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	height: 30px;
}

.NEWS_Content
{
	height: 204px;
	background-color: #d8d8d8;
}
.NEWS_generalContent
{
	font-size: 		14px;
	color			: #666666;
}

.NEWS_headerType
{
	/*color: #333333;*/
	background-color: #67cdea;
	padding: 1px 0px 0px 7px;
	height: 20px;
}
.NEWS_headerType a, .NEWS_headerType a:visited
{
	/*color: #333333;*/
	text-transform: uppercase;
	font: 0.7em Arial;
	font-weight: bold;
	text-decoration: none;
}
.NEWS_headerType a:hover
{
	/*color: #333333;*/
	text-transform: uppercase;
	font: 0.7em Arial;
	font-weight: bold;
	text-decoration: underline;	
}

.NEWS_newstype a, .NEWS_newsTitleLink, .NEWS_ReadMore a
{
	font: 0.7em arial, sans-serif;	
}
.NEWS_newstype, .NEWS_newstype a, .NEWS_newstype a:visited
{
	/*color: #333333;*/
	text-decoration: none;
	text-transform: uppercase;	
}
.NEWS_newsTitleLink
{
	padding: 5px 7px 5px 7px;
}
.NEWS_newsTitleLink, .NEWS_newsTitleLink a, .NEWS_newsTitleLink a:visited
{
	/*color: #333333;*/
	text-decoration: none;	
}
.NEWS_ReadMoreLink, .NEWS_ReadMoreLink a, .NEWS_ReadMoreLink a:visited
{
	/*color: #333333;*/
	text-decoration: none;
	font-weight: bold;	
}
.NEWS_ReadMoreLink a:hover, .NEWS_newstype a:hover
{
	text-decoration: underline;
}

.NEWS_bottomLinks
{
	height: 25px;
	vertical-align: top;
	padding: 3px 7px 3px 7px;
	font: 0.7em Arial;
}
.NEWS_list
{
	height: 175px;
}

.NEWS_LineContainer
{
 padding: 0px 30px 0px 30px;	
 margin: 0;
 height:5px;
}


/* Styles for News page*/
.NEWS_Subscribe
{
	/*color: #333333;*/
	margin: 0px;
	font: 0.9em Arial;
}


.NEWS_mainHeaderType
{
	background-color: #019e4d;
	height: 26px;
	margin-bottom:5px;
}
.NEWS_h2
{
	padding: 5px 0px 0px 5px;
	margin: 0px 0px 8px 0px;
	color: #FFFFFF;
	font-size:14px;
}
.NEWS_h2 a, .NEWS_h2 a:visited
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
	vertical-align:top;
}
.NEWS_h2 a:hover
{
	color: #FFFFFF;	
	text-decoration: underline;
}
.NEWS_ArticleList
{
	padding: 10px 0px 10px 0px;
}

.NEWS_SubscribeText
{
	padding: 4px 0px 4px 0px;
}
.NEWS_text a, .NEWS_text a:visited
{
/*	color: #333333;*/
	text-decoration: none;
	font-family:Arial, sans-serif;
	font-weight:normal;
	font-size:14px;	
}
.NEWS_text a:hover
{
	text-decoration: underline;
}
.NEWS_text
{
	padding: 3px 40px 10px 0px;
	font-size:14px!important;

/*	color: #333333;*/
}

.news_IntroText
{
	padding: 0px 0px 80px 0px;
	font-size:14px;
}


.NEWS_Date ,.NEWS_DateSelected
{
	float: left;
	width: 120px;
}
.NEWS_DateSelected, .NEWS_LinkSelected, .NEWS_Italics
{
	font-style: italic;
}
.NEWS_Link, .NEWS_LinkSelected
{
	float: left;
	text-align: left;
}
.NEWS_Link a, .NEWS_Link a:visited
{
	margin: 0px;
	/*font: 12px Arial;*/
	/*color: #333333;*/
	text-decoration: underline;
}
.NEWS_Link a:hover
{
	/*color: #333333;*/
	text-decoration: none;
}

.NEWS_textBlue, .NEWS_textBlue a, .NEWS_textBlue a:visited, .NEWS_textBlue a:hover
{
	color: #333333;
}

