html, body {
	font-family: "Lato",​Helvetica,​Arial,​serif
}

.preload{
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 1;
	color: #002251;
	position: fixed;
}
.preload img{
    position: absolute;
    top: calc(50% - 32px); /* loading gif 64px x 64px */
    left: calc(50% - 32px);
}
.preload h3 {
	position: relative;
    text-align: center;
    top: 70%;
}

.mapUpdating{
	position: absolute;
	top: 60px;
	width: calc(100% - 8px);
	height: calc(100% - 60px);
}

#nav {
	position: absolute;
	width: 100%;
	height: 60px;
	background-color: #002251;
	top: 0px;
	left: 0px;
	color: white;
}
#nav img {
	padding: 10px;
}
#nav h2{
	position: absolute;
	left: 200px;
	top: -5px;
}
#helpWrapper{
	float: right;
    padding: 12px;
    color: #002251;
}
#helpWrapper span {
	border-color: #D4D4D3;
}

#mapDiv {
	position: fixed;
	width: 100%;
	height: calc(100% - 60px);
	top: 60px;
	left: 0px;
}

#paa {
	position: absolute;
	top: 60px;
	left: 0px;
	width: 420px;
	background-color: #f2f2f2;
	opacity: 0.93;
	height: calc(100% - 80px);
	border-right: 1px solid #57585a;
	/*border-bottom: 1px solid #57585a;*/
	padding: 10px;
	color: #002251;
	overflow: auto;
}
#paa h4 {
	margin-top: 12px;
	margin-bottom: 7px;
}

#paaInputs td {
	border: none;
	padding: 2px;
}

.dataTable {
	border-collapse: collapse;
	border: 1px solid #57585a;
	width: 100%;
	margin-bottom: 14px;
	font-weight: normal;
	font-size: small;
}
.dataTable th {
	color: white;
	background-color: #002251;
	cursor: default;
}
.dataTable th, .dataTable td {
	border: 1px solid #57585a;
	padding: 3px;
}
.dataTable td {
	 background: #fff none repeat scroll 0 0;
}
#ejLegend {
	vertical-align: middle;
	display: none;
	opacity: 0.5;
}
#other-layers-layout{
	border-collapse: collapse;
	border: none;
}
#other-layers-layout td{
	vertical-align: top;

}
.legend table {
	font-size: small;
	font-weight: normal;
	border-collapse: collapse;
	border: 1px solid #D3D3D3;
	background: #fff none repeat scroll 0 0;
}
.legend td{
	border: 1px solid #D3D3D3;
	vertical-align: middle !important;
	padding: 2px;
}
.legend table img {
	vertical-align: middle;
	opacity: 0.6;
}
#fcLegend{
	display: none;
}
#uaLegend{
	display: none;
}
#publicTransitLegend{
	display: none;
}
#fhLegend{
	display: none;
}
#lrLegend{
	display: none;
}

/* Other .dijit classes changed in dojo css files */
.dijitTextBoxFocused {
	border-color: #002251;
}
.dijitTextBoxHover {
	border-color: #002251;
}
.dijitCheckBox {
	background: #fff none repeat scroll 0 0;
}
.dijitCheckBoxChecked {
    background-color: #002251;
    border: 1px solid #002251;
}
.dijitCheckBoxHover{
	border: 1px solid #002251;
}

.esriSimpleSliderIncrementButton:hover,
.esriSimpleSliderDecrementButton:hover {
	background-color: #002251 !important;
	color: white;
}
.esriSimpleSliderTL {
	left: 450px;
}
.esriSimpleSlider {
	z-index: 0 !important;
}

/* Help Dialog Formatting */
.dijitDialogPaneContentArea h4 {
	margin-top: 4px;
	margin-bottom: 4px;
}
.dijitDialogPaneContentArea {
	max-height: 400px;
	overflow-x: none;
	overflow-y: auto;
	/*padding-left: 8px;
    padding-right: 8px;*/
   padding: 8px;
}

.label {
	background-color: #002251;
	border: 1px solid #002251;
	border-radius: 2px 2px 2px 2px;
	font-size: 9pt;
	padding: 1px;
	position: absolute;
	z-index: 2;
	color: white;
	opacity: 0.8;
}
