﻿
@import "http://serverapi.arcgisonline.com/jsapi/arcgis/1.5/js/dojo/dijit/themes/tundra/tundra.css";
@import "http://serverapi.arcgisonline.com/jsapi/arcgis/1.5/js/dojo/dijit/themes/nihilo/nihilo.css";
@import "http://serverapi.arcgisonline.com/jsapi/arcgis/1.5/js/dojo/dojox/layout/resources/ExpandoPane.css";

.zoominIcon { background-image:url(images/nav_zoomin.png); width:24px; height:24px; }
.zoomoutIcon { background-image:url(images/nav_zoomout.png); width:24px; height:24px; }
.zoomfullextIcon { background-image:url(images/nav_fullextent.png); width:16px; height:16px; }
.zoomprevIcon { background-image:url(images/nav_previous.png); width:16px; height:16px; }
.zoomnextIcon { background-image:url(images/nav_next.png); width:16px; height:16px; }
.panIcon { background-image:url(images/nav_pan.png); width:16px; height:16px; }
.deactivateIcon { background-image:url(images/nav_decline.png); width:16px; height:16px; }
.getMapLink { background-image:url(images/getMapLink.png); width:16px; height:16px; }

body, html  
{
	width:100%;
	height:100%;
	margin:0;
	padding:0 
}                

body 
{
	font-family:Verdana;
	font-size:10px;
}

#borderContainer 
{
	width:100%;
	height:83%;
}

#topLevelCollapsibleContainer 
{
	width:300px;
	margin:1px;
}

#sdotLogo
{
	position:absolute;
	left:5px;
	bottom:10px;
	z-index:999;
	width:125px;
}

#legendPane
{
	right:1px;
	bottom:1px;
	position:absolute;
	z-index:999;
	/*
	Set this to keep the legend the same width
	otherwise it will fill the container and when
	collapsed will be very short.
	width:80%;
	*/
	overflow:visible;	
}

#legendTable
{
	text-align:left;
	position:relative;
	vertical-align:top;
}

.legendColumn
{
	padding-left:10px;
}

.legendGroup
{
	height:20px;
	font-weight:600;
}

.legendRow
{
	vertical-align:top;
}

.legendItem
{
	text-align:left;
	position:relative;
	left:5px;
	font-weight:normal;
}

#eParkExplain
{
	width:100px;
	height:auto;
	padding-left:8px;
}

#eParkLegendImage
{
	float:left;
}

#offstreetInfo

{
    height:95%;

}

.tocItemDiv
{
	position:relative;
	width:90%;
}

.helpButton
{	
	position:absolute;
	right:0;
	top:0;
}

.dijitAccordionTitle 
{
	font-size:12px;
}
          
h1
{
	font-family:Verdana;
	text-align:left;
	font-size: 10px;
	font-weight:700;
}

h4
{
	font-family:Verdana;
	text-align:left;
	font-size: 10px;
	font-weight:300;
}

.locationNotFoundDialog
{
	width:300px;
}

.getMapLinkDialog
{
	width:800px;
	font-size:12px;
}

.infoWindowTitle
{
	text-align:left;
	font-size: 10px;
	font-weight:700;	
}

.infoWindowContent
{
	text-align:left;
	font-size: 9px;
	font-weight:300;	
}

#header
{
	font-family:Verdana;
	height:auto;
	border: solid 1px #243c5f;
	border-top: solid 2px #243c5f;
}

#preloader
{
	background-position: center center;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #fff url("images/loading.gif") no-repeat center center;
	position: absolute;
	z-index: 9999;
}

#mapLinkTextBox {
    width:770px;
    font-size:12px;
    font-weight:600;
    height:20px;  
}

#btnToggleStreetMap {
	margin: 0 3px 0 0;
	float: left;
	width: 90px;
	height: 24px;
	background-color: #fff;
	border: 1px solid #ccc;
	}
	
#btnToggleAerial {
	margin: 0 3px 0 0;
	float: left;
	width: 90px;
	height: 24px;
	background-color: #fff;
	border: 1px solid #ccc;
	}
	
#getAddress {
width: 270px;
	padding: 0;
	}
	
#addressInput {
	width: 170px;
	padding: 3px;
		}

#btngetAddress {
width: 30px;
height: 24px;
background-color: #fff;
border: 1px solid #ccc;
top:auto;
}
	
#getNeighborhood {
	width: 154px;
	}

#btnClear {
width: 50px;
height: 24px;
background-color: #fff;
border: 1px solid #ccc;
top:auto;	
}

.parkingContent
{
    font-family: Calibri, Verdana;
    overflow:hidden;
}

.parkingInfoHeaderPane 
{
	font-size:12px;
	font-weight:900;
	color:Gray;
	border-style: solid;
	border-color: #C0C0C0;
	border-width: 2px;
	height:15px;
}

.selectedParkingInfoTitlePanes .dijitTitlePaneContentOuter {
	background-color:Yellow;
}

.parkingInfoTitlePanes 
{
	font-size:10px;
	font-weight:700;
	color:gray;
}

.parkingInfoTitlePanesContent 
{
	font-size:10px;
	font-weight:500;
	color:Gray;
}

.eParkImage
{
	float:right;
	height:40px;
	width:40px;
}

.eParkDateStamp
{
	right:0px;
	position:relative;
	font-size:8px;
	font-weight:500;
	vertical-align:bottom;
}

.parkingRestrictions
{
    padding: 5px 5px 5px 5px;
    color: #891C24;
    font-size:10px;
}
.parkingRPZ
{
    padding: 5px 5px 5px 5px;
    color: #D0AF46;
    font-size:10px;
}
.parkingPaid
{
    padding: 5px 5px 5px 5px;
    color:Green;
	font-size:10px
}

.parkingSign
{
    border-style:solid;
    border-color:#C0C0C0;
    border-width: 1px;
    border-spacing: 0px;
    padding: 5px 5px 5px 5px;
    color: #6E8564;
    font-size:10px;
}

.parkingInfoTabTitle
{
	font-size:8;
}

.onstreetTitlePane
{
cursor:default;	
}

#StreetViewTab 
{
	width:100%;
	height:100%;
}

#noScript
{
	font-size:12px;
	color:Red;
	font-weight:bold;
}
		
#mapTitle h1
{
	margin: 0 0 0 0;
	padding: 4px 10px 4px 4px;
	font-size: 16px;
	color: #243c5f;
	text-align: left;
	font-family: Verdana;
	float: left;
	font-weight:900;
}
			
#mapTitle p.lastUpdated {
		font-size: 11px;
		color: #000;
		padding: 4px 0;
		margin: 0;
		}

/*  ------- the footer    -----   */
.copyright
{
   font-size:11px;
   color: #666666;
   font-family: Verdana, Helvetica, sans-serif;
	background-image: url(http://www.seattle.gov/2004_img/seattle_back.gif);
	}
	

.copyright a
{
   font-size:11px;
   color: #666666;
   text-decoration: underline;
   font-weight: normal;
   font-family: Arial, Helvetica, sans-serif;
}

td.CityFooter a {
font-family: Verdana, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
}