a:active, a:focus {outline: 0;} /*link firefox without outline */
#homeContentColumn{
	margin:0px 30% 25px 0px;
	padding:0px 0px 0px 0px;
	width:69%;
	clear:left;
	float:left;
	margin-right:-3px; /*to fix Explorer 6 Duplicate Characters Bug */
	border:none;
	position:relative;
}
* html #homeContentColumn{
	width:70%;
}
#homeRightColumn {
	float: right;
	width:28%; /*Width of right column*/
	border-left:1px dashed #CCCCCC;
	padding:0 0px 0 1%;
	position:relative;
}
.homeRightBox {
	width:100%;
	/*margin-bottom:15px;*/
	clear:both;
	

}
.newUpdate{
		font-size:11.5px;
	font-family: Arial, Helvetica, sans-serif;
}
.newUpdate strong{
		font-weight: bold;
		color: #000;
}
.newUpdate .datebox{
		color: #336699;
		font-size:10px;
}
/************/
.container{
	clear:both;
	margin:0px;
	padding:0px;
	width: 100%;
	overflow: hidden;	/* works to make the scalable width effect */
	margin-top:15px;
	position:relative;	/* works to make the scalable width effect */
}
/* .homeMenuBox */
.homeMenuBox{
	width:33.33%;
	/width:33.25%;	/* for IE7- */
	float:left;
	padding: 0px;
	margin: 0px;
	position:relative;
}
* html .homeMenuBox{ /* for IE6 */
	width:32.70%;
}
.homeMenuBox div {
	margin-top: 12px;
	padding:5px;
	margin-bottom:-2000px;	/* works to make the scalable width effect */
	padding-bottom:2005px;	/* works to make the scalable width effect */
	background: #F3FBFD;
	border:1px solid #d5edf5;
	position:relative;
}
.homeMenuBoxLeft {
	margin-right: 8px;
}
.homeMenuBoxCenter {
	margin-left: 4px;
	margin-right: 4px;
}
.homeMenuBoxRight {
	margin-left: 8px;
}
.homeMenuBox h2 {
	line-height:16px;
	border-bottom: 1px solid #0080B2;
	margin: 0px 5px;
	padding: 5px 0px;
	color:#0080B2;
	font-size:15px;
	font-weight:bold;
}
.homeMenuBox ul {
	margin:0px;
	padding:15px 0px;
}
.homeMenuBox ul li a{
	text-decoration: none;
	color: #004080;
	padding:5px;
	border:1px solid #d5edf5;
	border-left: none;
	border-right: none;
	display:block;
	margin:-1px 0 0 0;
	font-size:13px;
}
.homeMenuBox ul li a:hover {
	color:#004080;
	text-decoration: none;
	background: #E6F2FF;
}
/* homeWhiteBox */
.homeWhiteBox {
	width:50%;
	/width:49.8%; 	/*for IE7- */
	margin:0px;
	padding:0px;
	float:left;
}
.homeWhiteBox div{
	margin-top: 12px;
	padding:5px;
	margin-bottom:-2000px;	/* works to make the scalable width effect */
	padding-bottom:2000px;	/* works to make the scalable width effect */
	background: #ffffff;
	border:1px solid #d5edf5;
}
.homeWhiteBoxLeft {
	margin-right: 6px;
}
.homeWhiteBoxRight {
	margin-left: 6px;
}
.homeLinksBox div ul li{
	width:50%;
	float:left;
	margin:0;
	padding:0;
	display:inline;
	text-align:center;
}
/* homeLinksBox */
.homeLinksBox {
	margin-top: 12px;
	padding:5px;
	background: #F3FBFD;
	border:1px solid #d5edf5;
	position:relative;
	overflow:visible;
	display:block;
	position:relative;
	height:130px;
}
.homeLinksBox li{
	width:25%;
	/width:24.8%;
	float:left;
	margin:0;
	padding:0;
	display:inline;
	text-align:center;
}
* html .homeLinksBox {
	margin-right:18px;
}
/*********** TABS **************/
#verticalTabsContainer {
	position: relative;
	width:auto;
	padding-left:38px; 
	background:url(http://eacea.ec.europa.eu/img/icons/tabs_legend3.jpg) top left no-repeat;
	overflow:hidden;
	border-right: 1px solid #d5edf5; /* because border-right of #featured is not displayed on Firefox */
	/*border-right:none;	/* annulation for iE7- */
}
* html #verticalTabsContainer {	/* for IE6 */
	border-right:none;
}
#featured{ 
	width:59%; 
	/width:56%; /* for ie7- */
	padding-left:44%;
	position:relative; 
	border: 1px solid #d5edf5; 
	border-right: none; /* because doesn't dispaly in Firefox */
	border-right:1px solid #d5edf5; /* show normally on iE7- */
	height:454px;
}
*html #featured{ 
	width:54%; 
}
/*
tab links */
#featured ul.ui-tabs-nav{ 
	position:absolute; 
	top:0; left:0; 
	list-style:none; 
	padding:0px;
	margin: -1px 0px;
	width:41%;
}
* html #featured ul.ui-tabs-nav{ 	/* for IE6 */
	width:72%;
}
#featured ul.ui-tabs-nav li{ 
	padding:0;
	padding-right: 20px;
	margin-bottom:-1px;
	font-size:12px; 
	color:#666; 
}
#featured ul.ui-tabs-nav li img{ 
	float:left; margin:2px 5px; 
	background:#fff; 
	padding:2px; 
	border:1px solid #eee;
}
#featured ul.ui-tabs-nav li span{ 
	font-size:11px; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	line-height:16px; 
}
#featured li.ui-tabs-nav-item a{ 
	display:block;
	width:100%;
	background: #F3FBFD;
	padding:5px 5px 5px 10px;
	/padding: 5px 5px 4px 10px; /* For IE7- */
	text-decoration:none;
	color:#024172;
	line-height:16px;
	border:1px solid #d5edf5;
	border-left: none;
	border-bottom: none;
}
#featured li.ui-tabs-nav-item a:hover,
#featured li.ui-tabs-nav-item a:focus {
	background: #E6F2FF;
}
#featured ul.ui-tabs-nav li.ui-tabs-selected{ 
	/*background:url('http://eacea.ec.europa.eu/css/images/selected-item.gif') top left no-repeat; */
		/*padding-right:0px;*/
}
#featured ul.ui-tabs-nav li.ui-tabs-selected a, #featured ul.ui-tabs-nav li.ui-tabs-selected a:hover{ 
	background:#ffffff url(http://eacea.ec.europa.eu/img/icons/crumbs.gif) no-repeat right center;
	border-right:1px solid #ffffff;
}
#featured li.ui-tabs-nav-item#nav-fragment-0 a, #featured li.ui-tabs-nav-item#nav-fragment-10 a {
		padding:11px 5px 11px 10px;
		/padding:10px 5px 11px 10px;	/* for IE7- */
}
/*
panels */
#featured .ui-tabs-panel{ 
	width:95%;	/* Firefox 3.5 eats the text from the right side of the box with the overflow */
	/width: 100%;	/* for IE7- */
	height:454px; 
	/height: 453px;	/*for IE7- */
	background: #fff;
	position:relative;
	overflow: hidden;
	margin-right: 10px;
}
* html #featured .ui-tabs-panel{ 	/* for IE6 */
	float:right;
	margin-right:none;
	width:100%;
}
#featured .ui-tabs-panel img{
	width:100%; /*resize the img to 100% of width of the div - compensate by overflow:hidden; of #featured .ui-tabs-panel{ */
}
#featured .ui-tabs-panel img.noStretch{
	width:auto;
}
#featured .ui-tabs-panel .info{ 
	position:absolute; 
	top:394px; 
	left:0; 
	height:70px; 
	width: 100%; /* for iE7- */
	background: url(http://eacea.ec.europa.eu/img/icons/transparent-bg-white.png); 
}
#featured h2{ 
	font-size:18px;
	font-weight: normal;
	color:#336699;
	padding:5px;
	padding-left:0;
	margin:0;
	background: none;
}
#featured h2 a{
	color:#336699;
	text-decoration:none;
}
#featured h3{ 
	color:#336699;
	font-size:16px;
}
#featured .info p{ 
	margin:0 5px; 
	font-family:Verdana; font-size:13px; 
	line-height:15px; color:#004080;
}
#featured .info a{ 
	/*text-decoration:none;*/
	color:#004080; 
}
#featured .info a:hover{ 
	text-decoration:none; 
}
#featured .ui-tabs-hide{ 
	display:none; 
}

html body ul.ulMeasures {
	padding: 0; 
	margin: 0; 
	list-style: none;
}

html body ul.ulMeasures li {
	padding: 0 0 20px 0; 
	margin: 0; 
	list-style: none;
}
