/*-OK--------------------------------  clearer  -----------------------------------*/
/* prevent floated images from overlapping the div-containers they are wrapped in  */

hr.clearer {
	clear: right;
	border-top: 1px solid #FFFFFF;
	border-right: 0px none;
	border-bottom: 1px solid #224AB5;
	border-left: 0px none;
	padding: 0px;
	margin: 0px;
}

.separator {
  display: block;
  clear: both;
  float: none;
  height: 1px;
  font-size: 1px;
  line-height: 1px;
  overflow: hidden;
}

.news-latest-container HR.clearer, .news-list-container HR.clearer {
	clear:left;
}

/*-----------------------------------  tt_news LATEST view  -----------------------------------*/

.news-latest-container {
	margin: 5px;
	background-color: #224AB5;
	width: 100%;
}

.guestbook-latest-container {
	margin: 5px;
	background-color: #224AB5;
	width: 200px;
}

.news-latest-header, .news-latest-gotoarchive {
	background-color: #5378D6;
	padding: 3px;
	font-size: 9px;
	text-align: left;
} 

.news-latest-item {
	text-align: left;
}

.news-latest-item img {
	float: left;
	padding-right: 3px;
	padding-bottom: 3px;
}

.news-latest-title {
	padding: 3px;
	font-size: 9px;
	float: left;
	font-weight: bold;
}

.news-latest-date {
	background-color: #5378D6;
	padding: 3px;
	font-size: 9px;
	text-align: right;
}

.news-latest-morelink {
	text-align: right;
	margin: 0px;
	padding-bottom: 10px;
	height: 12px;
}

/*-----------------------------------  tt_news LIST view  -----------------------------------*/

.news-list-container {
	border: 2px solid #5378D6;
	width: 100%;
	background-color: #224AB5;
	text-align: left;
	margin-bottom: 5px;
}

.news-list-item 
{
	text-align: left;
	font-size: 12px;
	padding: 3px;
}

.news-list-image 
{
	text-align: right;
	width: 140px;
	padding: 3px;
}

.news-list-header {
	background-color: #5378D6;
	padding-right: 1px;
	padding-left: 4px;	
	padding-top: 1px;	
	padding-bottom: 1px;	
	font-size: 12px;
} 

.news-list-title 
{
	float: left;
	padding: 3px;
}

.news-list-date 
{
	padding: 3px;
	font-size: 10px;
	float: right;
}

.news-list-morelink 
{
	text-align: right;
	margin: 5px;
	padding: 3px;
	border-top: solid 1px #FFFFFF;
}
