/*	FOR ALL YOUR DEBUGGING NEEDS USE FIREBUG:
	http://www.getfirebug.com
*/

/**********************/
/*     NEWS PAGE      */
/**********************/

/* 	These styles shouldn't need to be changed much as
	they plug straight into the included news rule (Enpresiv News Rule).
*/

div.newsPublicationDate {
	border-top: 1px solid #192F80;
	border-bottom: 1px solid #192F80;
	padding: 5px 5px 5px 0px;
	color: #B6C0DE;}

div.newsPagination {color: #F3AA27;}
div.newsPaginationTop {margin-top: 0px; margin-bottom: 16px; padding-left: 2px;}
div.newsPaginationBottom {margin-top: 30px;margin-bottom: 6px;}
.newsPaginationLinks {color: #ffffff;font-size: 11px;}
.newsPaginationLinks a {color: #ffffff;text-decoration:underline;font-size: 11px;}
.newsPaginationLinks a:hover {color: #F2D409; text-decoration:none;}
.newsPaginationLinksActive  {color: #000000;font-size: 11px;}
.newsClear { clear:both;}

/* News Page items */
div.teaserSepNewsPage {
	margin-top: 16px;
	margin-bottom: 12px;
	height: 1px;
	line-height:1px;
	font-size:1px;
	background: transparent url(/wsimages/newsSeparator.gif) repeat-x bottom left;
}
table.teaserNewsPage {border-collapse: collapse;  margin-bottom: 0px;margin-top: 0px;}
td.teaserImageNewsPage {width: 220px; vertical-align: top; padding-right: 0px;padding-top: 0px;}
td.teaserImageNewsPage img {
		float: left;
		border: 5px solid #AAA094 !important;
		margin-right: 0px!important; /* removes 21px margin from standard pagecontent image */
}
td.teaserImageNewsPage div {
	float: left;
	margin-right: 20px;
}
td.teaserTextNewsPage {vertical-align: top;}
td.teaserTextNewsPage p.teaserDateNewsPage {margin: -4px 0px 3px 0px; padding-top: 0px; font-size: 10px !important; color: #737373!important;}

td.teaserTextNewsPage h4 {
		color: #003366;
		font-size: 11px !important;
		margin-top: 0px !important; margin-bottom: 5px !important;
		padding-top: 0px !important; padding-bottom: 5px !important;
	}

td.teaserTextNewsPage h4 a {color: #003366;text-decoration: none;font-size: 11px; font-weight: bold;}
td.teaserTextNewsPage h4 a:hover {color: #003366;text-decoration: underline;}
td.teaserTextNewsPage p {font-size: 11px !important; color: #242424; margin: -3px 0px 0px 0px; padding: 0px;}
td.teaserTextNewsPage p a {color: #D25E00; font-weight: normal; font-size: 11px !important; padding-top: 6px; display: block;padding-bottom: 0px;}
