/* *******************************************
CSS Document 
AEA Energy & Environment
Copyright 2007
www.aeat.co.uk
******************************************* */

/* Main Tags
===================== */

body {
	font-size:0.8em;
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	background-color:#F8F8F8;
	background-image:url(../images/bg_body.gif);
	background-position:top;
	background-repeat:repeat-x;
	text-align:center;
}

h1 {
	font-size:190%;
	color:#FF9A00;
	font-weight:normal;
	margin-bottom:10px;
	margin-top:0px;
	letter-spacing:-1px;
}


h2 {
	font-size:110%;
	color:#FF9A00;
	font-weight:normal;
	font-weight:bold;
	margin-bottom:10px;
	margin-top:20px;


}
h3 {
	font-size:100%;
	color:#FF9A00;
	font-weight:normal;
	font-weight:bold;
	margin-bottom:10px;
	margin-top:30px;
}


p {
	line-height:130%;
	margin:0px;
	padding:0px;
	margin-bottom:10px;
}
table {
	border:0px;
}
td {
	margin:0px;
	padding:3px;	
}

label {
	display:block;
	width:200px;
	float:left;

}

/* Layout
===================== */
#wrapper {
	width:770px;
	border-left:1px solid #E79C2A;
	border-right:1px solid #E79C2A;
	margin:auto auto;
	text-align:left;
	background-color:#FFFFFF;
}
#wrapper_content {

}
#header_gov {
	border-bottom:2px solid #E79C2A;
	background-image:url(../images/bg_metallic.gif);
	background-position:top;
	background-repeat:repeat-x;
	position:relative;
}

#header_main {
	position:relative;
	background-repeat:no-repeat;
	height:183px;
}
.header_english {
	background-image:url(../images/bg_header_main_eng.jpg);
}
.header_catalan {
	background-image:url(../images/bg_header_main_cat.jpg);
}
#nav_bar {
	background-image:url(../images/bg_nav_bar.jpg);
	background-repeat:no-repeat;
	height:29px;
}
#column_map {
	float:left;
	margin-left:5px;
	width:302px;
}
#loading_content_message_plain {
	display:none;
	position:absolute;
	top:0px;
	right:0px;
	font-weight:bold;
	padding:3px;
	background-image:url(../images/small_loading.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:20px;
	width:70px;
}
#page_content_wrapper {
	position:relative;
}

#column_fpc_content {
	float:left;
	width:468px;
	width:435px;
	margin-left:10px;
	margin-right:5px;
}
#column_side_nav {
	float:left;
	width:182px;
	background-image:url(../images/bg_sidenav_top.jpg);
	background-position:top;
	background-repeat:no-repeat;
	padding-top:30px;
	margin-left:5px;
}
#column_content {
	float:left;
	width:557px;
	margin-left:10px;
	margin-right:5px;
}
#column_single {
	margin-left:10px;
	margin-right:10px;
}
#footer {
	clear:both;
	padding-top:10px;
	
}

#footer_white {
	padding-left:10px;
	line-height:200%;
	border-top:1px solid #CCCCCC;
}
#footer_coloured {
	position:relative;
	color:#FFFFFF;
	font-size:80%;
	background-image:url(../images/footer_bar.gif);
	background-repeat:no-repeat;
	height:29px;
	
}
#footer_coloured span {
	padding-top:6px;
	padding-left:10px;
	display:block;
}
#footer_coloured img {
	position:absolute;
	right:5px;
	top:-23px;
}

#breadcrumb {
	clear:both;
	text-align:right;
	color:#999999;
	font-size:85%;
	padding-right:10px;
	margin-bottom:5px;
}
#map_default {
	background-image:url(../images/andorra_map.jpg);
	background-repeat:no-repeat;
	width:302px;
	height:256px;
	position:relative;
	border:1px solid #999999;
	margin-bottom:0px;
}
.full_width_content {
	margin-left:10px;
	margin-right:10px;
}
.column_50_1 {
	float:left;
	width:48%;
}

.column_50_2 {
	float:right;
	width:48%;
	margin-left:10px;

}


/* Useful
===================== */
#backtotop {
	text-align:right;
	margin-right:10px;
	clear:both;
	padding-top:10px;
}
.hide {
	display:none;
}
.clear {
	clear:both;
	visibility:hidden;
	height:1%;
}
p.default {
	margin-bottom:0px;
}
.small, 
.SMALL_TEXT {
	font-size:95%;
}
.PROVISIONAL,
.RATIFIED,
.bold {
	font-weight:bold;
}
.PROVISIONAL, 
.red {
	color:#FF0000;
}
.orange {
	color:#FF8429;
}
.purple {
	color:#CC0099;
}
.RATIFIED,
.green {
	color:#009900;
}
.yellow {
	color:#FFFF00;
}
.grey {
	color:#555555;
}
.bg_very_low {
	color:#FFFFFF;
	font-weight:bold;
	background-color: #006600;
}
.bg_low {
	color:#555555;
	font-weight:bold;
	background-color:#FFFF00;
}
.bg_moderate {
	color:#FFFFFF;
	font-weight:bold;
	background-color: #FF8429;
}
.bg_high {
	color:#FFFFFF;
	font-weight:bold;
	background-color: #FF0000;
}
.bg_very_high {
	color:#FFFFFF;
	font-weight:bold;
	background-color:#990000;
}
.centertext {
	text-align:center;
}
.dotted_line {
	display:block;
	clear:both;
	padding-top:10px;
	margin-bottom:10px;
	background-image:url(../images/dotted_line.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}
.grey_info_box {
	background-color:#EEEEEE;
	padding:10px;
}

.border_info_box {
	border:1px solid #CCCCCC;
	padding:10px;
	line-height:normal;
}	
.left {
	float:left;
}
.right {
	float:right;
}
.rightimage {
	float:right;
	margin-bottom:10px;
	margin-left:10px;
}
.VERY_LOW,
.VERY_LOW_SMALL {
	font-weight: bold; 
	color: #006600;
}

.LOW,
.LOW_SMALL { 
	font-weight: bold; 
	color:#FFCC66;
	color:#000000;
	color:#555555;
	color:#006600;
	background-color:#FFFF00;
}
.MODERATE,
.MODERATE_SMALL	 { 
	font-weight: bold; 
	color: #FF8429;
}
.HIGH,
.HIGH_SMALL	 { 
	font-weight: bold; 
	color: #FF0000;
}
.VERY_HIGH,
.VERY_HIGH_SMALL { 
	font-weight: bold; 
	color:#990000;
}
.VERY_LOW_SMALL,
.LOW_SMALL,
.MODERATE_SMALL,
.HIGH_SMALL,
.VERY_HIGH_SMALL { 
	font-weight: normal; 
	font-size:85%;
}
.map_dot {
	position:absolute; 
	width:10px; 
	height:10px; 
	z-index:2; 
	border: 0px none #000000;
}

/* Lists
===================== */

dt {
	font-weight:bold;
	font-style:italic;
}

dd {
	margin-left:30px;
}


ul {
	margin-top:0px;
	margin-left:0px;
	padding:0px;
	list-style-type:none;

}
li {
	background-image:url(../images/li_img.gif);
	background-position:top left;
	background-repeat:no-repeat;
	padding-left:14px;
	line-height:160%;
}

ul ul { /* Indented UL  */
	margin-bottom:10px;
}

ul ul li { /* Indented UL LI */
	list-style-type:circle;
	margin-left:30px;
	background-image:none;
	padding-left:0px;
}


#nav_bar ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
}

#nav_bar li {
	float:left;
	line-height:220%;
	background-image:url(../images/nav_bar_li_separator.gif);
	background-position:right middle;
	background-repeat:no-repeat;
	padding-left:20px;
	padding-right:20px;
}

#column_side_nav ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
}
#column_side_nav li {
	line-height:220%;
	background:none;
	padding:0px;
	text-indent:14px;
	border-bottom:1px solid #999999;
}

/* Tables
===================== */
.table_data, 
.table_data_bold {
	border-top:1px solid #DDDDDD;
	border-left:1px solid #DDDDDD;
	font-size:100%;
	margin-bottom:10px;
}
.table_data th,
.table_data_bold th {
	text-align:left;
	background-color:#DDDDDD;
	color:#000000;
	font-size:90%;
}
.table_data td,
.table_data_bold td {
	border-bottom:1px solid #DDDDDD;
	border-right:1px solid #DDDDDD;
	font-size:90%;
	padding:5px;

}
.table_data th.centered {
	text-align:center;
}
.table_bottomborder td {
	border-bottom:1px solid #DDDDDD;
	padding-top:3px;
	padding-bottom:3px;
}

.table_bottomborder th {
	color:#000000;
	background-color:#EEEEEE;
	border-bottom:1px solid #DDDDDD;
	text-align:left;
}

.grey_medium_bg  {
	background-color:#EFEFEF;
	text-align:center;
	font-weight:bold;
	font-size:90%;
}
.grey_light_bg  {
	background-color:#FAFAFA;
	text-align:center;
	font-size:90%;
}


/* Anchors
===================== */
a:link, 
a:visited {
	color:#0066CC;
	text-decoration:underline;
}
a:hover, 
a:active {
	color:#990000;
}	

#nav_bar a:link, 
#nav_bar a:visited {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}

#nav_bar a:hover, 
#nav_bar a:active {
	color:#000000;
	color:#990000;
}
#breadcrumb a:link, 
#breadcrumb a:visited {
	color:#999999;
	text-decoration:none;
}
#breadcrumb a:hover, 
#breadcrumb a:active {
	color:#111111;
	text-decoration:underline;
}

a#selected_section:link,
a#selected_section:visited {
	color:#990000;
}
a#selected_section:hover,
a#selected_section:active {
	color:#990000;
}


#column_side_nav a:link, 
#column_side_nav a:visited {
	color:#FF9900;
	text-decoration:none;
	font-weight:bold;
	display:block;
	width:100%;
}


a#selected_subsection:link,
a#selected_subsection:visited,
a#selected_subsection:active,
a#selected_subsection:hover,
#column_side_nav a:hover, 
#column_side_nav a:active {
	display:block;
	width:100%;
	color:#990000;
	background-color:#F8F8F8;
	background-image:url(../images/bg_content_area.gif);
	background-position:bottom;
}
a.tab_link:link, 
a.tab_link:visited,
a.tab_link_double:link, 
a.tab_link_double:visited,
a.tab_link_single:link, 
a.tab_link_single:visited {
	text-decoration:none;
	font-weight:normal;
	color:#000000;
	display:block;
}
a.tab_link_double {
	margin-top:4px;
}
a.tab_link_single {
	margin-top:9px;
}
a.tab_link_double:hover, 
a.tab_link_double:active,
a.tab_link_single:hover, 
a.tab_link_single:active,
a.tab_link:hover, 
a.tab_link:active{
	text-decoration:underline;
}

#selected_tab a {
	font-weight:bold;
}


#footer_coloured a:link, 
#footer_coloured a:visited {
	color:#FFFFFF;
	text-decoration:underline;
}
#footer_coloured a:hover, 
#footer_coloured a:active {
	color:#000000;
}




/* = Tabs
===================== */
#selected_tab {
	border-bottom:1px solid #FFFFFF;
	font-weight:bold;
	background-image:url(../images/bg_tab_selected.gif);
	background-position:top;
	background-repeat:no-repeat;
	bottom:-3px;

}
.tab_long, 
.tab_medium {
	position:relative;
	bottom:-2px;
	width:90px;
	background-color:#F2F2F2;
	float:left;
	height:35px;
	text-align:center;
	margin-right:0px;
	font-size:90%;
	background-image:url(../images/bg_tab_unselected.gif);
	background-position:top;
	background-repeat:no-repeat;
}


.tab_long {
	width:130px;
}


.tab_long_wrapper,
.tab_medium_wrapper {
	background-image:url(../images/line_fade_600.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	width:375px;
	width:100%;
	height:38px;
	margin-bottom:20px;
	padding-left:0px;
}

.tab_long_wrapper {
	width:570px;

}


/* = FPC Index Summary
===================== */
.index_summary_green,
.index_summary_yellow,
.index_summary_orange,
.index_summary_red,
.index_summary_maroon {
	color:#FFFFFF;
	font-weight:bold;
}

.index_summary_green {
	background-color:#009933;
}
.index_summary_yellow {
	background-color:#FFFF00;
	color:#555555;
}
.index_summary_orange {
	background-color:#FFAE00;
}
.index_summary_red {
	background-color:#FF0000;
}
.index_summary_maroon {
	background-color:#990000;
}
.index_table_summary td {
	border-left:2px solid #999999;
}
.index_table_summary {
	border:2px solid #999999;
	border-left:0px;
}
.index_arrow_table {
	border:2px solid #FFFFFF;
}
.index_arrow_table td {
	border-left:2px solid #FFFFFF;
}
.index_banding_fade_grey,
.index_banding_fade {
	height:4px;
	background-image:url(../images/colour_banding_fade.gif);
	width:195px;
	background-repeat:no-repeat;
	background-position:bottom left;
	font-size:2pt;
}
.index_banding_fade_grey {
	width:195px;
	background-image:url(../images/colour_banding_fade_grey.gif);
	background-repeat:repeat-x;
}

.text_summary_green,
.text_summary_yellow,
.text_summary_orange,
.text_summary_red,
.text_summary_maroon {
	padding:3px;
	padding-right:5px;
	padding-left:5px;
	border:2px solid #999999;
	width:195px;
	background-color:#990000;
	color:#000000;
	font-weight:bold;
	text-align:center;
	border-top:5px solid #999999;
}

.text_summary_green {
	background-color:#009933;
	color:#FFFFFF;
}
.text_summary_yellow {
	background-color:#FFFF00;
}
.text_summary_orange {
	background-color:#FFAE00;
	color:#FFFFFF;
}
.text_summary_red {
	background-color:#FF0000;
	color:#FFFFFF;
}
.text_summary_maroon {
	background-color:#990000;
	color:#FFFFFF;
}


.tr_row_background_0, 
.tr_row_background_,
.tr_row_background_1,
.tr_row_background_2,
.tr_row_background_3,
.tr_row_background_4,
.tr_row_background_5 {
	background-color:#FFFFFF;
	background-position:bottom;
	background-repeat:no-repeat;
}
.tr_row_background_1 {
	background-image:url(../images/tr_row_background_1.gif);
}
.tr_row_background_2 {
	background-image:url(../images/tr_row_background_2.gif);
}
.tr_row_background_3 {
	background-image:url(../images/tr_row_background_3.gif);
}
.tr_row_background_4 {
	background-image:url(../images/tr_row_background_4.gif);
}
.tr_row_background_5 {
	background-image:url(../images/tr_row_background_5.gif);
}


/* Forms
===================== */
textarea {
	width:299px;
	height:200px;
	overflow:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;

}
.textfield {
	width:299px;

}
.form_row {
	clear:both;
	margin-bottom:15px;
	margin-top:10px;
}
/* Misc
===================== */

.below_map_area {
	margin-top:5px;
	border:1px solid #999999;
	width:302px;
	background-image:url(../images/bg_greyfade358.jpg);
	background-position:bottom;
	background-repeat:no-repeat;

}
.below_map_area img {
	vertical-align:middle;
}

#thumbnails {
	margin-top:8px;
}
#thumbnails div {
	width:107px;
	float:left;
	font-size:90%;
}
#photo_title {
	font-weight:bold;
}
.grey_box {
	background-color:#f8f8f8;
}

.rightpaddingimg {
	margin-bottom:20px;
	margin-left:20px;
}
.leftpaddingimg {
	margin-bottom:20px;
	margin-right:20px;
}
.link_icon {
	margin-left:0px;
	margin-right:0px;
}

.marginbottom {
	margin-bottom:30px;
}
.greyborder {
	border:1px solid #999999;
}

.inlinebox {
	float:left;
	border-top-width:2px;
	margin-top:15px;
	margin-left:10px;
}
/* Extra
===================== */
#web_address {
	position:absolute;
	right:10px;
	top:15px;
	background-image:url(../images/andorra_web_address.gif);
	background-repeat:no-repeat;
	background-position:right;
	width:111px;
	height:15px;
}
#web_address h1 {
	display:none;
}


.grid_1 { width:60px; }
.grid_2 { width:140px; }
.grid_3 { width:220px; }
.grid_4 { width:320px; }
.grid_5 { width:375px; }
.grid_6 { width:460px; }
.grid_7 { width:540px; }
.grid_8 { width:620px; }

.column {
  float: left;
  margin: 0 10px;
  overflow: hidden;
  display: inline;
}
.row {
  width: 100%;
  margin: 2px auto;
  overflow: hidden;
  margin-bottom:10px;
}
.smallInput {
	width:50px;
}
.mediumInput {
	width:299px;
}
.smallTextarea {
	height:100px;
}

#mapAdmin {
	width:550px;
	height:250px;
	border:1px solid #999999;
}	
.highlight_box {
	border:1px solid #E59C29;
	background-color:#CCCCCC;
	font-weight:bold;
	font-size:110%;
	padding:10px;
	margin-bottom:20px;
}
.padding {
	padding:10px;
}
.bold {
	font-weight:bold;
}

.valign {
	vertical-align:middle;
}
#map_default {
	background:none;
}
noscript {
	padding:10px;
}
#site_tabs {
	position:relative;
}

#govLogo {
	display:block;
	outline:none;
	position:relative;
	width:145px;
	height:80px;
	top:0px;
	left:0px;
}