body {
	font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
	font-size: 10pt;
	margin: 0;
	padding: 0;
	background-color: #e0e0e0;
}

#theMap {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 430px;
	right: 440px;
	bottom: 0px;
}

.mapMax {
	right: 21px !important;
}

#topFrame {
	position: fixed;
	top: 0;
	padding-top: 5px;
	width: 405px;
	background-color: #e0e0e0;
	z-index: 10;
}

#bottomFrame {
	width: 390px;
	top: 42px;
	position: relative;
}

#hiddenFrame {
	display: none;	
}

.interface_minimize_div a {
	text-decoration: none;
	font-size: 12pt;
}

#restore_interface {
	display: block;
	text-align: center;
	position: absolute;
	bottom: 0px;
	padding-left: 2px;
	padding-top: 200px;
}

#theSettings {
	position: absolute;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	top: 0px;
	bottom: 15px;
	right: 0px;
	width: 400px;
	width: 410px;
	overflow-x: hidden;
	overflow-y: auto;
}

.settingsMin {
	padding: 0 !important;
	width: 20px !important;
}


#theLegend {
	font-size: 10pt;
}

big {
	font-size: 24pt;
	letter-spacing: 3px;
	font-weight: 200;
}

#title a {
	color: #000;
	text-decoration: none;
}

#title a:hover {
	color: #3d6494;
}

#theLegend big, #thePermalink big {
	font-size: 12pt;
	font-weight: 400;
	letter-spacing: 1px;
}

.legendkey {
	margin-top: 0px;
	float: left;
	margin-right: .5em;
	width: 1em;
	height: 1em;
	border-radius: .5em;
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
}

#theLegendFallout .legendkey {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	-moz-border-top-left-radius: 0;
	-moz-border-bottom-left-radius: 0;
	-webkit-border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
}

#theLegendFallout ul {
	margin-top: 0;
	margin-bottom: .5em;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 9pt;
}

sub {
	font-size: 11pt;
	vertical-align: -25%;
}

hr {
	border: 0;
	border-top: 1px solid gray;
}

a:link {
	color: #3d6494; 
}

a:visited {
	color: #3d6482;
}

a:active {
	color: #3d64c8;
}

.shares, .shares div {
	display: inline;
	vertical-align: top;
}

.shares iframe, .widget iframe {
	margin: 0px;
}

.option_input {
	width: 3em; 
	text-align: right;
}

.option_input_wind {
	width: 1.5em;
	text-align: right;
}

.option_input_angle {
	width: 2em;
	text-align: right;

}

.option_input_fission {
	width: 1.9em;
	text-align: right;
}

select {
	font-size: 9pt;
	margin: 2px;
}

input {
	margin: 2px;
}

a.addrow {
	text-decoration: none;
}

.casualty {
	font-weight: bold;
	font-size: 24pt;
	margin: 0;
	margin-top: -.2em;
	margin-bottom: .1em;
	display: block;
	padding: 0;
}

#running_total {
	float:right;
	border-left: 1px solid #a0a0a0;
	padding-left: 1.5em;
	width: 200px;
}

a.switch-unit-switcher {
	text-decoration: none;
	border-bottom: 1px dotted #3d6494;
	color: black;
}

#theLegend small {
	font-size: 8pt !important;
}

#detonate {
	float: left;
	margin-top: 4px;
}

.btn-large {
	padding: 11px 19px;
	font-size: 17.5px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
	margin-top: 4px;
}

.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	*background-color: #bd362f;
	background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
	background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
color: #ffffff;
background-color: #bd362f;
*background-color: #a9302a;
}

.btn-danger:active,
.btn-danger.active {
	background-color: #942a25 \9;
}

#loadingDiv {
	z-index: 10000;
	position: absolute;
	top: 0;
	background-color: #e0e0e0;
	width: 350px;
	padding: 20px;
	height: 90%;
}

#loadingDiv h2 {
	text-align: center;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: .5em;
}

#loadingDiv small {
	display: block;
	width: 100%;
	text-align: right;
}

#detonate_error {
	display: block;
	font-size: 12pt;
	margin: 0;
	color: red;
	display: none;
	padding: 0;
	clear: both;
}

#progress {
	display: inline-block;
	position: relative;
	top: 3px;
	background-image: url('images/progress.gif');
	height: 16px;
	width: 16px;
}

.def, .def-bracket1, .def-bracket2 {
	color: gray;
	font-style: normal;
	font-size: 80%;
	position: relative;
}
.def {
	border-bottom: 1px dotted blue;
	margin-left: 2px;
	margin-right: 2px;
}

#casualty_info {
	font-size: 9pt;
}

#sample_info ul {
	margin-left: .5em;
	padding-left: 1em;
}

#stat_line {
	font-size: 10pt;
}

#minimize_interface img {
	opacity: .3;
}

#restore_interface img {
	opacity: .2;
}
#minimize_interface img:hover, #restore_interface img:hover {
	opacity: .8;
}

#createdby {
	font-size: 11pt;
}

#logo {
	/*position: absolute;
	z-Index: 1000;
	left: 15px;
	bottom: 30px;*/
	font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
	position: absolute;
	left: -60px;
	bottom: 30px;
	font-weight: 200;
	text-shadow: 0px 0px 2px #000, 0px 0px 10px #000;
	color: #fff;
}

.ungrayscale {
  -webkit-filter: none !important;
  -moz-filter: none !important;
  -ms-filter: none !important;
  -o-filter: none !important;
  filter: none !important;
  filter: none !important; /* Firefox 4+ */
  filter: none !important; /* IE 6-9 */
}

#version {
	color:#a0a0a0; 
	display: none; 
	font-size: 10.5pt;
}

#faq {
	color:#a0a0a0; 
	text-decoration: none; 
	border-bottom: 1px dotted #a0a0a0;
}

#nukemap3d {
	position: absolute;
	top: 5px;
	right: 0px;
	border-left: 1px solid #a0a0a0; 
	padding-left: .8em;
	padding-right: .8em;
	float:right; 
	text-align: center; 
	font-size: 9pt;
}

#ge_icon {
    margin-right: 5px;
    margin-left: 5px;
}

.fallout_submenu_dash {
    margin-left: 5px;
    color: gray;
}

#buttons_other {
    margin-left: 120px;
    line-height: 20px;
    margin-top: 2px;
}

#settings_cep {
    display: none;
}

#wind_prog img {
    position:relative;
    top:2px;
}

#lang_sel {
	position: absolute;
	left: 170px;
	width: 83px;
	top: 8px;
	font-size: 5pt;
	opacity: 0.5;
}

#lang select:hover {
	opacity: 1;
}

#classic_link_hr, #classic_link {
    display: none;
}

#lang { display: none; }

#kmzmenu {
    display: none;
    border-radius: 5px;
    width: 50%;
    min-width: 500px;
    border: 1px solid gray;
    background-color: #e0e0e0;
    font-family: Helvetica;
    font-size: 10pt;
    padding: 10px;
    margin-left: 25%;
    top: 20%;
    position: absolute;
    box-shadow: 0px 5px 30px rgba(0,0,0,.5);
}

#kmzmenu h2 {
    margin: 0;
    padding: 0;
    margin-bottom: 2px;
    font-size: 13pt;
    font-weight: normal;
}

#kmzmenu_detlist {
    font-size: 9pt;
    color: gray;
}

#kmzmenu #option_header {
    font-weight: bold;
    display: block;
    padding: 0;
    margin: 0;
    padding-top: 5px;
}

#kmzmenu #exportKMZ {
    font-size: 16pt;
    margin-left: auto;
    margin-right: auto;
    padding-left: .8em;
    padding-right: .8em;
    background-color: #f0f0f0;
    color: black;
    box-shadow: 0px 2px 20px rgba(0,0,0,.5);
}

#kmzmenu #exportKMZ:hover {
    background-color: gray;
    color: white;
}

#kmzmenu ul {
    margin: 0;
    padding: 0;
    padding-left: 1em;
    font-size: 9pt;
}

#kmzmenu #kmzmenu_basic ul {
    font-size: 10pt;
}

#kmzmenu .adv_submenu {
    display: block;
    text-decoration: underline;
    padding-bottom: 0px;
    margin: 0;
    padding-bottom: .5em;
    padding-top: .5em;
}

#kmzmenu input {
    width: 30px;
    text-align: right;
    margin-bottom: 2px;
}

#kmzmenu select {
    width: 90px;
}

#kmzmenu_adv {
    display: none;
}

#kmzmenu #kmzadv_showhide {
    font-weight: normal;
    text-decoration: none;
}

#kmzmenu table {
    width: 100%;
    font-size: inherit;
    padding: 0px;
    margin: 0px;
}

#kmzmenu td {
    vertical-align: top;
    padding: 0px;
    margin: 0px;
}

#kmzmenu #exportKMZcell {
    width: 40%;
    text-align: center;
}

#kmzmenu #kmzfilecaption {
    font-size: 9pt;
    margin-top: .5em;
    font-style: italic;    
}

#kmzForm {
    margin: 0;
    padding: 0;
}

#kmzmenu #closekmzwindow {
    position: absolute;
    right: 10px;
    top: 5px;
}

#kmzmenu #closekmzwindow a {
    display: block;
    text-align: center;
    color: gray;
    text-decoration: none;
    font-size: 14pt;
    border: 1px transparent gray;
    width: 1.3em;
    height: 1.3em;
}

#kmzmenu #closekmzwindow a:hover {
    color: white;
    background-color: gray;
    border-radius: 5px;
}

#kmzmenu #closekmzwindow a:active {
    color: black;
}

