/* Module_NewsPublisher stylesheet For Clear CMS ------------------------------------------------------------------ */


.Module_NewsPublisher
{
	margin: 0em;
	font-size: 1em;
	/*border: 1px solid #a0b7c0;*/
	padding: 0em;

}

.Module_NewsPublisher .headlinesBlock
{
	margin: 0.2em;
	margin-bottom: 0em;
	background-color: none;
	border: 0;
	padding: 0;
	height: auto;
	max-height: 15em;

}

.Module_NewsPublisher .articleBlock
{
	margin: 0.2em;
	margin-top: 0;
	margin-bottom: 1em;
	background-color: #fff;
	
	padding: 0;
	max-height: 30em;

}



.Module_NewsPublisher .headlinesBlock div.title, .Module_NewsPublisher .articleBlock div.title
{
	margin:0;
	border:0;
	border: 1px solid #bbb;
	padding: 0.2em;
	padding-left: 0.4em;
	background-color: #fff;
	background-image:url(/images/modules/NewsPublisher/tb_header_bgrnd.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
}

.Module_NewsPublisher  div.title h2, .Module_NewsPublisher  div.title h2
{
	float:left;
	margin:0;
	font-weight: 700;
	
	color: #006;
	border:0;

}
.Module_NewsPublisher div.title a, .Module_NewsPublisher div.title span
{
float: right;

}



.Module_NewsPublisher .headlinesBlock ul
{
	list-style:none;
	scroll:auto;
	height: 200px;
	margin:0.2em;
	margin-left: 0.4em;
	padding:0em;
	font-size:90%
	
}


.Module_NewsPublisher .headlinesBlock ul li
{
	margin: 0em;
	margin-left: 0em;
	margin-right:1%;
	/*width: 30%;
	float: left;*/
	text-align: left;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	color: #000;
	border-bottom: 1px dotted #000;

}



.Module_NewsPublisher .headlinesBlock ul li a
{
	margin:0;
	padding:0;
	color: #339;
	text-decoration: underline;
	font-weight: 700;
	
}



.Module_NewsPublisher .headlinesBlock ul li a:hover
{
	margin:0;
	padding:0;
	color: #F09640;
	text-decoration: none;
	font-weight: 700;
	
	
}



