@import url('/_styles/news.css');
/***************************************************************************
	Programme elements 
***************************************************************************/
#region_Logo {
	background: none;/**/
	width:70em;
}
#section_Header {
	background:url(/international/_artwork/international-header.png) top right no-repeat;
	padding-bottom: 7em; /* as large as needed to accommodate the artwork  */
}
#section_Artwork {
	display:none;
}
#section_Navigation {
	width:77em;
}
li#menu__Manage, li#menu__Manage:hover  {
	background:none;
}
#section_Right_Panel {
	padding-top: 0.5em;
}
/*.........................................................................:News */

#section_News ul.News li {
	height: 10em;
	width:48%;
	background-color:#ebebeb;
	background-image: url(/business/_artwork/background.png);
	border:solid 1px #CCC;
	margin:4px;
}
#section_News ul.News li a {
}
#section_News ul.News li:hover {
	background-image:url(/business/_artwork/background-over.png);
	border-color:#999;
}
#section_News ul.News a {
	background:none;
	color:#0154A0;
	padding-left:0.6em;
}
#section_News ul.News a:hover {
	color:#464646;
}
#section_News {
	border-bottom:0.05em dotted #999999;
}
#section_News ul.News h3 {
	margin:0;
	padding:0.7em 0 0.7em 0px;
}
#section_News ul.News .Artwork {
	float: right;
	height:100px;
	margin:0.8em;
	overflow:hidden;
	padding:0;
	border: 1px solid #CCC;
}
#section_News ul.News .Description {
	font-size:90%;
	color:#333;
	margin:0 0 0 0.8em;
	overflow:hidden;
	padding:0;
	position:relative;
}
#section_News ul.News .Description a {
	padding:0;
	color:#333;
	text-decoration: none;
}
#section_News ul.News .Description:hover {
	color:#0154A0;
}
/*.........................................................................: licence banner */

.adbanner {
	background-image: url(/international/_artwork/background-licence.png);
	width: 145px;
	height: 100px;
	margin-bottom:20px;
	padding:10px;
	font-size:12px;
	color: #000;
	background-repeat: no-repeat;
	border: 1px dotted #b1c9d9;
}
.image {
	border-bottom:3px solid #CCCCCC;
	margin-bottom:15px;
	margin-top:-5px;
	padding-bottom:12px;
}
 @media print {
}

