.fnewshead {
    font-size: 1.2em; 
    font-weight: bold; 
}
.newsdate {
    font-size: 0.9em; 
    font-style:italic;
}
.news_thumb_left {
    float: left;
    padding: 5px;
}
.news_thumb_right {
    float: right;
    padding: 5px;
}
.mod-image
 {
    float: left;
    padding: 0px 10px 0px 0px;
}
.tickercontainer { 
	border: 1px solid #000;
	background: #fff;
	width: 738px;
	height: 27px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.tickercontainer .mask {
	position: relative;
	left: 10px;
	top: 8px;
	width: 718px;
	overflow: hidden;
}

ul.newsticker { 
	position: relative;
	left: 750px;

	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.newsticker li {
	float: left;
	/* important: display inline gives incorrect results when you check for elem's width */
	margin: 0;
	padding: 0;
	background: #fff;
}

ul.newsticker a {
	white-space: nowrap;
	padding: 0;
	color: #ff0000;

	margin: 0 50px 0 0;
}

ul.newsticker span {
	margin: 0 10px 0 0;

}

div.module.output.home.centre.custom {
    border: none;    
}

div.module.output.home.centre.custom div.threeColumn {

}
div.threeColumn table thead tr th {
	padding: 8px;
	width: 180px;     
}
div.threeColumn table tbody tr td {
    width: 180px; 
    vertical-align: top;  
    padding: 2px;
}
div.threeColumn table tbody tr td ul {
    list-style-type: none; 
    padding: 2px;
}


li.module.output.news.custom.item {
	width: 100%
	
}

li.module.output.news.custom.item table {
    width: 100%
    
}

li.module.output.news.custom.item table {
    width: 100%;
    border-bottom-style: dotted;
    border-bottom-colour: black;
    border-bottom-width: 2px;
}

li.module.output.news.custom.item table tr td.image img {
     max-width: 60px;
}
li.module.output.news.custom.item table tr td.content {
	 width: 100%
}
li.module.output.news.custom.item table tr td.link {
     vertical-align: bottom;
}