<!--

/*
	
	news.css
	========
	Stylesheet for the news module. Remember that certain elements in the
	module use predefined css rules in the main site stylesheets.
	
*/

/*--------------------------------------------------
	UNIVERSAL NEWS RULES
--------------------------------------------------*/

div.mNews {

}

div.mNews .mNews-date {
	font-style: oblique;
}

div.mNews .mNews-summary {

}

div.mNews .mNews-body {

}

div.mNews .mNews-readMore {
	text-align: right;
	display: block;
}

/*--------------------------------------------------
	TEASER RULES
--------------------------------------------------*/

div.mNews-teaser {
	cursor: pointer;
	zoom: 1;
	border: none;
	padding: 8px;
}
div.mNews-teaser .clear {
	line-height: 0;
	font-size: 0;
	height: 0;
}

div.mNews-teaser:hover {
	background-color: #e0f3fe;	
}

div.mNews-teaser img {
	float: left;
	margin-right: 15px;
}

div.mNews-teaser:hover .mNews-title,
div.mNews-teaser:hover .mNews-readMore {
	text-decoration: none;
	color: #00508d;
}

div.mNews-teaser .mNews-item {

}

div.mNews-teaser .mNews-title {
	font-size: 1.1em;
	font-weight: bold;
}

div.mNews-teaser .mNews-date {
	display: block;
	float: right;
	font-style: normal;
}

div.mNews-teaser .mNews-summary {
	margin: 0 0 8px 0;
}

div.mNews-teaser .mNews-readMore {
}

/*--------------------------------------------------
	ARTICLE RULES
--------------------------------------------------*/

div.mNews-article {
	margin: 0 0 2em 0;
}

div.mNews-article .mNews-date {
	display: block;
	text-align: right;
	margin: 0 0 -10px 0;
}

div.mNews-article .mNews-summary {
	
}

div.mNews-article .mNews-body {

}

/*--------------------------------------------------
	ARCIHIVE ITEM RULES
--------------------------------------------------*/

p.mNews-years {
	font-weight: bold;
}

div.archiveItem {
	margin: 0 0 0 10px;
}

div.archiveItem .mNews-date {
	float: right;
	font-style: normal;
}

div.archiveItem .mNews-summary {

}

div.archiveItem .mNews-body {

}

-->
