/*  */


/* div containing all items (~table) */
div#newsBox{
	display:block;
	padding:2px;
	border-bottom:1px solid #25408F;
	}
	
/* divs containing each news item (~row) */
#newsBox .newsItem{
	display:block;
	margin-bottom:4px;
	height:auto;
	padding:2px;
	border-top:1px solid #25408F;
	}
	
/* generic divs containing each news item field (~cell) */
#newsBox .newsItem .item{
	color:#000000;
	float:left;
	padding:2px;
	}
/* */	
#newsBox .newsItem .image{
	width:100px;
	height:80px;
	margin:2px;
	}
#newsBox .newsItem .date{
	width:100px;
	height:auto;
	font-weight:normal;
	margin:2px;
	font-size:80%;
	color:red;
	}
#newsBox .newsItem .title{
	width:400px;
	height:auto;
	font-weight:bold;
	margin:2px;
	}
#newsBox .newsItem .description{
	width:400px;
	height:auto;
	font-weight:normal;
	margin:2px;
	}
#newsBox .newsItem .categoryCode{
	display:none;
	}
	
#newsBox .newsItem .none{
	width:450px;
	height:auto;
	font-weight:bold;
	color:#25408F;
	margin:2px;
	}
	
/* image */
#newsBox .newsItem .item img{
	width:90px;
	height:80px;
	border:1px solid #25408F;
	}
	
/* alternating row colours */
.odd{
	background-color:#EEEEEE;
	color:#000000;
	}
.even{
	background-color:#FFFFFF;
	color:#000000;
	}
	
/* filesize warnings on news items */
em.filesize{
	color:#25408F;
	font-size:80%;
	display:block;
	}

/* On call messages on press office page */
strong.pressOfficerStatusOn{
	margin:0px;
	margin-top:4px;
	width:240px;
	color:#009900;
	font-size:110%;
	border:1px solid #009900;
	padding:2px;
	display:block;
	border-radius:5px;
	background-color:#EEFFEE;
	}
	
strong.pressOfficerStatusOff{
	margin:0px;
	margin-top:4px;
	width:200px;
	height:32px;
	color:#999999;
	font-size:120%;
	border:1px solid #999999;
	padding:2px;
	display:block;
	border-radius:5px;
	background-color:#EEEEEE;
	overflow:hidden;
	}
