body {
	font-family: "Helvetica Neue","Helvetica",Arial,Sans;
	font-family: Arial;
	background: url('images/bg.gif') #303030;
}

h2 {
	font-family: "Helvetica Neue","Helvetica",Arial,Sans;
	font-family: Arial;

	font-weight: bold;
	font-size: 14pt;
	display: block;
	padding: 0;
	margin: 0;
	line-height: 14pt;
	margin-bottom: 10px;
	clear: both;
}

h3 {
	font-weight: normal;
	font-size: 12pt;
	margin: 0;
	padding: 0;
}

#settingsOptions {
	font-size: 10pt;

}

#preset { 
	width: 300px;
}

a#hideReticule {
	height: 15px;
	display: block;
	width: 15px;
	background: url('images/reticule.png') center center no-repeat;
	border: 1px solid transparent;
	text-align: center;
	color: red;
	font-weight: normal;
	font-size: 12pt;
}

a#hideReticule:hover {
	border: 1px solid silver;
	text-decoration: none;
}

#btn-minimize {
	position: absolute;
	right: 15px !important;
	top: 5px;
	display: block;
	width: 13px;
	height: 25px;
}


.infoLabel {
	color: silver;
}

#noGoogleMaps {
	background: url('images/bg2.jpg') top center no-repeat #ffffff;
	position: relative;
	width: 450px;
	margin-left: auto;
	margin-right: auto;
	padding: 2em;
	padding-top: 1em;
	margin-top: 10%;
	font-family: Arial;
	-moz-box-shadow: 0px 0px 40px #000;
	-webkit-box-shadow: 0px 0px 40px #000;
	box-shadow: 0 0 40px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

#noGoogleMaps  h2 {
	margin-top: 1em;
	font-size: 18pt;
}

#noGoogleMaps p {
	color: black;
}

#info, #infoCloudAnim {
	font-size: 11pt;
	clear: both;
}

.rightarrow {
	background-image: url('images/rightarrow.gif');
}

.leftarrow {
	background-image: url('images/leftarrow.gif');
}

#falloutoptions {
	margin-left: 1em;
	padding-left: 1em;
	display: none;
	font-size: 10pt;
	border-left: 1px solid #a0a0a0;	
}

#effects-options {
	float: right;
	margin-right: 30px;
}

.min-bottom {
	position: absolute;
	top: 90px !important;
}

#brand-url {
	font-size: 12pt;
	text-align: center;
	color: #f0f0f0;
	margin-top: 10px;
}

#btn-minimize a {
border:0;
}

a#btn-minimize:hover {
	border:0;
	text-decoration: none;
}
				
#map3d {
	display: block;
	position: absolute;
	padding: 0;
	margin: 0;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 415px;
}

.mapmax {
	right: 40px !important;
}

.iconbutton, .iconbutton img {
	height: 50px;
	width: 50px;
}

#header {
	position: absolute;
	top: 0px;
	color: white;
	background-color: black;
	left: 0px;
	right: 0px;
	padding: 10px;
	font-size: 18pt;
	letter-spacing: -1px;
}

a {
  color: #0088cc;
  text-decoration: none;
}

a:hover {
  color: #00aadd;
  text-decoration: underline;
}

.colorSelected {
	font-weight: bold;
	color: silver;
}


#header a {
	padding: 0;
	margin: 0;
	color: silver;
}

#header a:hover {
	text-decoration: none;
	color: white;
}

hr {
	border: 0;
	border-bottom: 1px solid silver;
}

#settings {
	position: absolute;
	display: block;
	top: 0px;
	width: 375px;
	right: 0px;
	bottom: 0px;
	background-color: #000000;
	color: white;
	padding-left: 20px;
	padding-right: 20px;
	overflow: auto;
	padding-top: 15px;
}

.hidden {
	display: none !important;
	background-color: none !important;
}

.settingspanel {
	display: block;
	padding: 0;
	margin: 0;
	padding-bottom: 5px;	
}

.toppanel h2 {
	font-weight: normal;
	font-size: 190%;
	margin-bottom: 0;
}

.toppanel h2 sub {
	font-size: 75%;
	vertical-align: -20%;
}

.toppanel {
	font-size: 10pt;
	line-height: 10pt;
}

p {
	margin: 0;
	padding: 0;
	margin-bottom: 8px;
	color: #c0c0c0;
	font-size: 10pt;
}

.icons li a {
	padding: 3px !important;
	margin: 2px !important;
	border: 1px solid transparent;
}

.icons li a.btn-icon:hover {
	border: 1px solid #707070;
	border-radius: 15px;
}

.tooltip {
	margin-top: -5px;
}
.tooltip-inner {
	background-color: black;
	color: white;
}	

.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;
}


 .bigpanel {
	display: none;
	background-color: silver;
	padding: 1.5em;
	padding-top: .5em;
	padding-bottom: 1em;
	width: 60%;
	border-bottom-right-radius: 15px;
	box-shadow: 5px 5px 15px black;
 }

 .panel {
	background-color: silver;
	padding: 1.5em;
	display: block;
	padding-top: .5em;
	padding-bottom: 1em;
	position: relative;
	border-bottom-right-radius: 15px;
	box-shadow: 5px 5px 15px black;
	display: none; 
}

.panel-larger {
	position: relative;
	top: 20px;
}
 
.panel h2, .bigpanel h2 {
	font-size: 12pt;
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
 
 .bigpanel h2 {
	  font-size: 14pt;
 }

.navbar-inner .container {
	margin-left: 1.5em;
	margin-right: 0;
	width: 100%;		
}

.smaller {
	font-size: 13pt;
}

#about-url {
	font-size: 13pt;
	position: absolute;
	right: 2em;
	top: .5em;
}

#btn-minimize {
	position: absolute;
	right: 1em;
}

p#error {
	color: red;
	font-size: 8pt;
}

.kilotons {
	font-size: 13pt;
}

.kilotons input {
	font-size: 14pt;
	width: 80px;
	text-align: right;
	font-weight: bold;	
	color: #404040;
}

abbr {
	border-bottom: 1px dashed #0088cc;
}

#permalink {
	width: 230px;
}

#permalinker {
	color: #c0c0c0;
	font-size: 10pt;

}

.hider-arrow {
	font-size: 9pt;
	margin-right: 5px;
}

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

#effectTypes {
	font-size: 10pt;
}

.effects-label {
	color: silver;
	border-bottom: 1px dotted silver;
}

a.effects-label:hover {
	text-decoration: none;
}

.effects-detail {
	display: block;
	color: silver;
	margin-bottom: .25em;
	margin-top: .25em;
}

.lastdet {
	margin-top: 1em;
}

#fallout_wind {
	width: 1.4em;
	text-align: right;
}

#fallout_fission {
	width: 1.9em;
	text-align: right;
}

#fallout_angle {
	width: 2em;
	text-align: right;
}

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

#permalinker {
	padding-bottom: .5em;
}

.nologging {
	font-size: 10pt;
	color: #a0a0a0;
}

#fallout_info .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;
}

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

#casualties_info {
	clear: both;
	font-size: 10pt;
}

.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;
}

#littlex {
	color: maroon;
	border: 1px solid maroon;
	text-decoration: none;
}

a#littlex:hover {
	color: red;
	background-color: maroon;
	border: 1px solid red;
	text-decoration: none;
}
