﻿/*Color palette from main CMS site
Background Gray: #E2E2E3
Black: #292933
Dk Blue: #002B47
Md Blue: #005686
Lt Blue: #33789D*/

body 
{
	font-family: Arial;
}
h1 {
	color: #002B47;
	font-weight:bold;
}
h2 {
	color: #005686;
	font-style:italic;
	font-weight:bold;
	}
.main_output
{
	width: 800px;
	position: relative;
}
.us_select_launch
{
	position: absolute;
	width: 175px;
	height: 50px;
	top: 0px;
	left: 0px;	
	background-color: #aaffaa;
}
.state_select_launch
{
	position: absolute;
	width: 175px;
	height: 50px;
	top: 51px;
	left: 0px;	
	background-color: #aaffaa;
	
}
.puma_select_launch
{
	position: absolute;
	width: 175px;
	height: 50px;
	top: 102px;
	left: 0px;	
	background-color: #aaffaa;
	
}
.comparison_select_launch
{
	position: absolute;
	width: 175px;
	height: 50px;
	top: 153px;
	left: 0px;	
	background-color: #aaffaa;
	
}
.state_selector
{
	position: absolute;
	display: none;	
}
.puma_selector
{
	position: absolute;
	display: none;	
}
.comparison_selector
{
	position: absolute;
	display: none;	
}
.output_label
{
	position: absolute;
	width: 625px;
	height: 100px;
	top: 0px;
	left: 176px;	
	background-color: #dadada;
}
.output_global_map
{
	position: absolute;
	width: 625px;
	height: 325px;
	top: 101px;
	left: 176px;	
	background-color: #ededed;
}
.output_us_map
{
	position: absolute;
	display: none;	
}
.output_table
{
	position: absolute;
	width: 625px;
	top: 427px;
	left: 176px;	
}
h2.instruction {
	font-size:16px;
	background-color:#E2E2E3;
	padding: 10px;
	margin-bottom: 0;
	clear: left;
	font-style:normal;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	font-weight: bold;
	font-size: 20px;
	text-decoration: none;
}
.nav-tabs > li > a, .nav-tabs > li > a:hover{
	font-size: 16px;
	text-decoration:underline;
}
#report_space {
	margin-top: 20px;
}
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th {
	background-color:#b5d5e7;
	text-align:right;
}

.avg_text
{
    font-size: 12px;
    font-weight: normal;
}