/*style for carbongame*/


/**
 * General
 */
 

#toggle_globals
{
	display: block;
	clear: both;
	margin: 3em 0;
}


tr.gap td
{
	height: 0.8em;
}

tr.target td
{
	background-color: #ccc;
	padding: 0.1em 0 0.2em 0.2em;
}
 

#ccp,
#emissions_table_outer
{
	margin: 20px 0 0 0;
	padding: 0 5px 5px 0;
}

#emissions_table_outer
{
	background-color: #E6E6E6;
	padding-left: 5px;
}





/**
 * Control panel
 */
 
div#control_panel_outer
{
	display: block;
	background-color: #E6E6E6;
	width: 25%;
	float: right;
	margin-right: 1em;
	padding: 0 5px;
}
 

div#control_panel .cpblock
{
	margin: 1.2em 0;
}
div#control_panel .target
{
	margin-top: 2em;
	background-color: #ccc;
	padding: 0.1em 0 0.2em 0.2em;
}
div#control_panel ul
{
	padding-left: 1em;
}
div#control_panel li
{
	padding-top: 0.1em;
}

div#control_panel fieldset
{
	border: 1px dashed #999;
	padding: 1em;
}
div#control_panel legend
{
	font-style: italic;
}
div#control_panel label.heading
{
	display: block;
	padding: 0.2em 0;
}

ul#base_year_container .infomarker
{
	padding-left: 0.2em;
}


table#targets_table tfoot
{
	font-weight: bold;	
}


/**
 * Country stats
 */

#country_stats_outer
{
	display: block;
	background-color: #E6E6E6;
	width: 70%;
	float: left; 
	margin-right: 1em;
}

 
div#country_stats
{
	background-color: #e5e5e5;
	padding: 5px;
}

div#country_stats tr,
div#country_stats td
{
	vertical-align: top;
}


#country_stats
{
	display: block;
}
#country_stats table.stats td
{
	padding-right: 3em;
}
#country_stats table.stats td.val
{
	font-weight: bold;
}
#country_stats table.stats th
{
	font-style: italic;
	font-weight: normal;
	font-size: 120%;
}
#country_stats table.stats th.target,
#country_stats table.stats td.target
{
	font-size: 90%;
	color: #009900;
}

#country_stats_notes
{
	display: block;
	margin: 1em 0;
	width: 95%;
}
#country_stats_notes p
{
	padding: 0.2em;
	margin: 0;
	background-color: #ccc;
}
#country_stats_figures
{
	display: block;
	margin-right: 2em;
	margin-top: 1em;
}
#country_stats_1,
#country_stats_2
{
	font-size: 90%;
}
#country_stats_2
{
	margin-top: 1em;
}

div#country_stats_graph
{
	display: block;
}
div#country_stats_graph table
{
	margin: 0 auto;
}
div#country_stats_graph td.axislabel
{
	font-size: 80%;
}



div#global_progress_display
{
	text-align: center;
	width: 100%;
	padding: 0.5em 0 2em 0;
}
div#global_progress_display div.bar
{
	width: 80%;
	border: 1px solid #333;
	margin: 0.1em auto;
	text-align: left;
}
div#global_progress_display span.country
{
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	outline: 1px solid #333;
}
div#global_progress_display span.country:hover
{
	outline: 3px solid #ffff00;
}

div#global_progress_display .success
{
	color: #00aa00;
}


.section_open,
.section_closed
{
	cursor: pointer;
	padding: 0.2em 2.5em;
	vertical-align: middle;
	position: relative;	
}
.section_open
{
	background: #e5e5e5 url(/images/section_arrow_open.png) no-repeat 5px 5px;
}
.section_closed
{
	background: #e5e5e5 url(/images/section_arrow_closed.png) no-repeat 5px 5px;
}

.section_open span.tooltip,
.section_closed span.tooltip
{
	display: none;
}
.section_open:hover span.tooltip,
.section_closed:hover span.tooltip
{
  position: absolute;
  top: 10px;
  left: 30px;
  display: block;
  background: #fff;
  color: #000;
  border: 1px solid #00f;
  padding: 0.5em;
} 




div#game_type
{
	display: block;
	clear: both;
	margin: 2em auto 0;
	padding: 1em 0.5em;
	width: 80%;
	border: 1px dashed #666;
}
div#game_type div#token-not-found
{
	color: #f00;
	font-size: 150%;
	width: 80%;
	font-weight: bold;
	margin: 0 auto 1em;
	text-align: center;
}

div#game_type div#token-info
{
	width: 85%;
	margin: 0 auto;
	padding: 0;
	font-size: 150%;
	color: #666;
	text-align: center;
}

div#game_type div#token-info a,
div#game_type div#token-info a:link,
div#game_type div#token-info a:visited
{
	font-weight: bold;
	font-size: 75%;
	color: blue;
	line-height: 1.4em;
}

div#game_type table.config_info
{
	font-size: 60%;
	width: 80%;
	margin: 0 auto;
	padding: 0;
}
div#game_type table.config_info td.label
{
	text-align: right;
	padding: 0 0.5em;
}
div#game_type table.config_info td.value
{
	text-align: left;
	padding: 0 0.5em;
}
div#game_type table.config_info td.highlight
{
	font-weight: bold;
}

div#game_config
{
	padding: 0 5px 5px 5px;
	background-color: #E6E6E6;
	font-size: 130%;
}
div#game_config table
{
	width: 80%;
	margin: 0 auto;
	padding: 0;
}
div#game_config table td.label
{
	text-align: right;
	padding: 0 0.5em;
	width: 50%;
}
div#game_config table td.value
{
	text-align: left;
	padding: 0 0.5em;
}
div#game_config table td.highlight
{
	font-weight: bold;
}


#carbongame_wrapper_outer
{
	margin: 20px 0;
}





ul#header_buttons
{
	display: block;
	list-style: none;
	float: right;
	margin: 0;
}

ul#header_buttons li
{
	display: block;
	float: right;
	margin: 0 0 0 2em;
	list-style: none;
	text-align: center;
}

ul#header_buttons li img
{
	display: block;
	margin: 0 auto;
}


.infomarker
{
	padding: 0 0.5em;
	vertical-align: middle;
	cursor: pointer;
}




