h1 {
	font-size: 2em;
	font-weight: bold;
	color: #777777;
}

.transparentBody{
	background-image:url('../images/background.png');
	background-repeat:no-repeat;
	margin-bottom:850px;
}

.gwt-ListBox {
	width: 300px;
	border-radius:5px;
	border-color:#808080;
}

.gwt-Button{
	border-radius:5px;
	font-weight:bold;
}

#buttonPanel {
	position:absolute;
	top:90px;
	left:150px;
	background-color:#E6ECED;
	width:625px;
	padding:3px;
	border-radius:5px;
}
#buttonPanel .gwt-Button{
	width:150px;
	height: 2.7em;
	border: 5px;
	margin: 5px;
	margin-right:3px;
	margin-left:3px;
	font-size: 12px;
	font-family: arial, sans-serif;
	font-weight: bold;
	border-radius:5px;
	background: #003946;
	color: #fff;
}
#buttonPanel .selected {
	background-color:#EAAB00;
	background:#EAAB00;
	color: #003946;
}

#sharePanel{
	position:absolute;
	top:655px;
	left:380px;
	background-color:#BBBBBB;
	padding:3px;
	width:100px;
	border-radius:5px;
	z-index:10;
}

#sharePanel .gwt-Button{
	width:28px;
	height:28px;
	border:none;
	margin:2px;
	border-radius:5px;
}
#emailButton{		background:url('../images/icon-email.png');}
#facebookButton{	background:url('../images/icon-facebook.png');}
#twitterButton{		background:url('../images/icon-twitter.png');}


#selectPanel {
	position:absolute;
	top:140px;
	left:150px;
	width:625;
	z-index:5;
}
#selectPanel .gwt-Label {
	margin-left:5px;
	font: normal 12px tahoma, arial, helvetica, sans-serif;
	padding: 3px;
	font-weight:bold;
	width:250px;
	display:block;
}

.gwt-Label {
	display:none;
}


#map_canvas {
	z-index:2;
}

.mapPanel {
	position:relative;
	top: 190px;
	left: 30px;
	width:0px;
	height:0px;
}

.hidden {
	display: none;
}

.chartPanel {
	position:absolute;
	width: 700px;
	height:500px;
	left:110px;
	top:180px;
	z-index:1;
	background:none;
}

.chartPanel_state {
	position:absolute;
	width: 350px;
	height:300px;
	left:560px;
	top:170px;
	padding-right:50px;
	z-index:1;
}

#chartPanel-Label{
	position:absolute;
	left: 360px;
	top: 210px;
	font: normal 24px sans-serif;
	font-weight: bold;
	display:block;
	z-index:0;
}

#chartPanel_state-Label{
	position:absolute;
	left: 695px;
	top: 200px;
	font: normal 18px sans-serif;
	font-weight: bold;
	display:block;
	z-index:0;
}

.primarySelect{
	margin-left:10px;
	float:left;
	width:300;
}

.secondarySelect{
	float:right;
	width:300;
}

.formRow{
	margin-bottom:10px;
}

.popUpPanel{
	background:#FFFFFF;
	border:1px solid;
	border-radius:10px;
	padding:20px;
	z-index:1000;
}

.popUpPanel .gwt-Label{
	display:block;
	font-weight:bold;
}

.popupContent{
	width:auto;
	/*background:red;*/
}

.formRow .gwt-Label {
	float:left;
	width:60px;
}

.popupInput {
	float:right;
	position:relative;
	width:200px;
	top:0px;
}

.popupInput:disabled {
	color:#0000FF;
	background:#CCCCCC;
}

.popupTitle{
	font-size:15px;
	margin-bottom:20px;
	margin-left:50px;
	margin-right:50px;
}

.popupHeader{
	margin-bottom:20px;
}

.popupPanel-footer{
	margin-top:20px;
	float:right;
}

.popUpPanel .gwt-ListBox{
	border-radius:0px;
}

.backgroundOverlay{
	position:fixed;
	top:0px;
	background-color: black;
	opacity: 0.70;
	-moz-opacity: 0.70;
	filter: alpha(opacity=70);
	width: 100%;
	height: 100%;
	z-index:500;
}

#popupContent{
	margin-left: auto;
	margin-right: auto;
	width:auto;
}

.popupPanel-footer .gwt-Button{
	font-weight:bold;
	background:#999999;
	margin-left:20px;
	width:90px;
	border-radius:5px;
}

.popupHeader .gwt-HTML{
	width: 280px;
}

#requestButton{
	position:absolute;
	background:#536B2D;
	color: #fff;
	top:670px;
	left:10px;
	visibility:hidden;
}

#map_canvas path{
	stroke:#000000;
}

#providerSelectPanel .gwt-ListBox{
	width:150px
}

#providerSelectPanel{
	font-weight:bold;
	position:absolute;
	left:690px;
	top:485px;
	z-index:5;
}

#disclaimer{
	position:absolute;
	color:#666;
	top:710px;
	left:10px;
	width:850px;
	font-size:12px;
}

.style1 {
	color: rgb(70, 70, 70);
}
a.style1:hover {
	color: #536B2D;
}


text {
	font-family: 'Arial', sans-serif;
}