/* NewsContainer class items - also see BoxContainer */
.newsbox .boxheader {
	padding: 2px 10px 4px 10px;
	height: 1em;
}

.newsbox .boxheader img {
	vertical-align: text-bottom;
	padding: 0px 10px 0px 0px;
}

.newsbox .boxheader .left {
	float: left;

}

.newsbox .boxheader .right {
	padding-left: 10px;
	float: right;
	border-left: 1px solid black;
}

.newsbox .boxcontent {
	padding: 4px 10px 4px 10px;
}

.newsitemperson {
    position: absolute;
    right: 9px;
    height: 17px;
    padding: 1px 10px 3px 10px;
    font-weight: bold;
    color: white;
}

#news_wrapper {
	float: left;
	margin: 4px 0 0 6px;
}

#news_search_submit {
	float: right;
	margin-top: -1px;
}

/*#news_search_submit span {
	margin-bottom: 2px;
}*/

#safetynews {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

#safetynews_footer {
	height: 10px;
}

/*FCKEdit Window Border*/
iframe
{
	border: 1px solid #999;
}

/* New news system: */
.news {
}

.news_post {
	padding: 4px 14px 16px 14px;
	margin-bottom: 10px;
	border-bottom: 1px solid #EEE;
}

.newsheader {
	padding:0px 0px 0px 0px;
	margin:0px 0px 8px 0px;
	font-size: 16px;
	font-weight: bold;

}
.newsheader img {
	padding:3px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	border:0px solid black;
}
.newsdate {
	
}
.newsdate, .newsdate a {
	color: /*COLOR:newsdate*/;
	font-size: 11px;
	font-weight: normal;
	padding-top: 0px;
}
.newsdatetext {
	display: inline;
	font-weight: bold;
}
.newsdate a img
{
	border: none;
	vertical-align: text-bottom;
}
.newsdate a:hover {
	color: /*COLOR:newsdateactive*/;
}

.rnilink {
	font-weight: bold;
	
	color: black;
	background-color: #EEE;
	border: 1px solid #AAA;
	padding: 5px;
	width: 500px;
}
.rnilink .rcicon {
	vertical-align: middle;
	margin-right: 8px;
}
#newsfooter form, #newsfooter form input {
	display: inline;
}
#newsfooter form .newssearch {
	border: 1px solid #666666;
	padding: 2px;
}
#newsfooter form .newssearchsubmit {
	border: 1px solid #666666;
	padding: 1px;
}
#newsfooter {
	margin: 5px 0px 5px 8px;
	display: block;
	width: 280px;
}
#searchsubmit {
	float: right;
	margin-top: 0px;
}
#search{
width:270px;
}

#news_tabview {

}

#not-found {
	padding:10px;
	font-size: 1.2em;
	text-align:center;
}
