/* 
||||||||||||||||||||||||||||||||||||||||||||||
Form Style Sheet
Created: 2/28/2008
||||||||||||||||||||||||||||||||||||||||||||||
 */

/*

LAYOUT SECTION

*/

body {
	background-color:#E6E6CB; 
	padding:0; 
	margin:0;
}

div#wrapper {
	width:778px; 
	position:relative;
	left:50%;
	margin-left:-389px;
	width:778px; 
	border-left: 1px solid #072c84;
	border-right: 1px solid #072c84;
	overflow:hidden;
	background-color:white;
}


#banner {
	background-image:url('/forms/images/cityScapeOrig3.JPG');
	background-repeat:repeat-x;
	background-position:top left;
	border-bottom:2px solid #833B00;
	height:47px;
	overflow:hidden;
}

#banner h1 {
	font-family:garamond, serif;
	font-size:x-large;
	color:#072c84;
	font-weight:bold;
	margin:0.25em;
	padding:0;
	float:left;
}

/* main */

div#topNav {
	display:block;
	font-family: arial, verdana, tahoma, sans-serif;
	font-size: small;
	margin:0;
	padding:2px;
	background-color:#072c84;
	color:#FFF;
	text-align:right;
}



div#bottomNav {
	text-align:right;
	display:block;
	font-family: arial, verdana, tahoma, sans-serif;
	font-size: small;
	margin:0;
	padding:2px;
	background-color:#072c84;
	color:#FFF;
}

/* typography */

body {
font-family:arial, san-serif;
font-size:small;
}

#topNav a {
	color:#FFF;
	text-decoration:none;
}

#topNav a:hover {
	text-decoration:underline;
}
#content a {
	color:#072c84;
	text-decoration:underline;
}

#content a:hover {
	text-decoration:none;
}

#content a:visited {
	color:#833B00;
}

#content h1, #pagetitle h1 {
	font-family:garamond, serif;
	font-size:x-large;
	color:#235ead;
	font-weight:bold;
	margin:0 0 0.25em 0;
	padding:0;
}

#content h2, .Headline{
	font-family:garamond, serif;
	font-size:large;
	color:#235ead;
	font-weight:bold;
	margin:0.15em 0 0.25em 0;
	padding:0;
}

#content h3, .SubHead{
	font-family:arial, sans-serif;
	color:#235ead;
	font-size:small;
	font-weight:bold;
}

#content h1 a, #content h2 a, #content h3 a, .Headline a, .SubHead a{
	color:#235ead;
}

#content h1 a:hover, #content h2 a:hover, #content h3 a:hover, .Headline a:hover, .SubHead a:hover {
	color:#072c84;
}

#content h1 a:visited, #content h2 a:visited, #content h3 a:visited, .Headline a:visited, .SubHead a:visited {
	color:#833B00;
}

#content p, #content li, #content td {
	font-family:arial, sans-serif;
	color:black;
	font-size:small;
	padding:0;
	margin:0.75em;
}

#content ul {	
	list-style-position:outside;
}

.BodyRed {
	color:red !important;
	font-weight:bold !important;
}

.BodyHighlight {
	background-color:yellow !important;
}

#bottomNav {
	clear:both;
}

#bottomNav ul {
	display:block; 
	list-style:none;
	font-family: arial, verdana, tahoma, sans-serif;
	font-size:x-small;
	margin:0;
	text-align:right;
	padding:0.25em 0;
}

#bottomNav li {
	display: inline;
	border-right: 1px solid #FFF;
	padding-left:0.40em;
	padding-right:0.30em;
}

#bottomNav li.last {
	border:none;
}

#bottomNav a {
	color:#FFF;
	text-decoration:none;
}

#bottomNav a:hover {
	text-decoration:underline;
}

#copyright {
	font-size:x-small;
	font-family:Arial, Helvetica, sans-serif;
	color:black;
	text-align:center;
}


#currentDate {
	Display:none;
}

#currentView {
	float:left;
	padding:0.5em;
	}
	
#currentView #EndDate, #currentView #StartDate{
	width:6em;
	text-align:center;
	font-size:0.8em;
}

#viewSelect {
	float:right;
	padding:0.5em;
}

#DataList1{
	clear:both;
	}
	
#copyright input {
	border:none;
	background-color:#E6E6CB;
	font-size:x-small;
}

.instructions {
	font-size:small;
	color:black;
	clear:both;
	text-align:center;
}