/* CSS RESET VIA MEYERWEB.COM*/ 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,

table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 1;
	padding: 1;
	border: 0;
	outline: 0;
	font-size: small;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}

blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* IE PNG FIX 
img, div { behavior: url('js/iepngfix.htc') }
*/



/* BEGIN DEMO INTERFACE CSS */

.left {
	float: left;
}

.right {
	float: right;
}

.clear_both {
	clear: both;
}

BODY {
	background: #CED3D8 url('images/bkgnd_body.png') top left repeat-x;
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	color: #000;
}

P, UL, OL {
	margin: 10px 0;
}

A:link {
	color: #1b5ea7;
}

A:visited {
	color: #9058b3;
}

A:hover {
	color: #2476d0;
}

A:active {
	color: #1b5ea7;
}

H1 {
	font-family: georgia, palatino, serif;
	font-size: 40px;
	font-weight: bold;
	color: #4E6172;
	margin-top: 4px;
}

H2 {
	font-size: 18px;
	font-weight: normal;
	color: #4E6172;
	margin-bottom: 4px;
}

H3 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}

H4 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 4px;
}

H5 {
  color: #FFFFFF;
  font-size: 14px;
	font-weight: bold;
	margin-bottom: 4px;
}

FIELDSET {
	border: 1px solid #999;
	padding: 10px;
	margin: 10px 0;
}

LEGEND {
	padding: 0 10px;
	font-weight: bold;
	color: #666666;
}

FIELDSET UL{
	margin: 0 10px;
}

UL {
	list-style: square;
	margin-bottom: 20px;
}

LI {
	margin-left: 30px;
}

SELECT {
	border: 1px solid #CCCCCC;
	padding: .15em;
	vertical-align: top;
}

#demo_banner {
	background: #1C56A3 url('bkgnd_demo-banner.gif') top left repeat-x;
	height: 30px;
	text-align: center;
}
/*
#demo_playground {
	background-image: url('bkgnd_demo-playground.gif');
	background-position: top right;
	background-repeat: no-repeat;
	display: block;
	padding: 0 0 60px 0;
}

#demo_header {
	background: url('bkgnd_section_dropshadow.png') top center no-repeat;
	height: 60px;
	padding: 18px 40px;
}


#emblem {
	margin-right: 40px;
	padding: 10px 0px;
}

#copyright {
	margin-left: 45px;
	margin-top: 10px;
	color:#000;
	font-size: .75em;
}
*/
#header_titlebar {
	float: left;
	vertical-align: baseline;
}

#control_panel {
	position: absolute; 
	top: 8px; 
	right: 5%; 
	z-index: 90; 
	font-size: .85em;
}


#legend_task {
	position: absolute; 
	top: 20px; 
	right: 5%; 
	z-index: 90; 
	width: 300px;
	font-size: .85em;
}



DIV#control_panel A:link {
	color: #174D98;
	text-decoration: underline;
}

DIV#control_panel A:visited {
	color: #174D98;
	text-decoration: underline;
}

DIV#control_panel A:hover {
	color: #FF0000;
}

DIV#control_panel A:active {
	color: #78BDF5;
}

#map_holder {
	margin: 0 40px;
	padding: 10px;
	background-color: #FFFFFF;
}

#map {
	height: 500px;
	background-color: #F0F0F0;
	border: 1px solid #999999;
}


#demo_documentation {
	background: #e8e8e9 url('bkgnd_section_dropshadow.png') top center no-repeat;
	color: #000;
	font-size: .85em;
	font-weight: normal;
	padding-bottom: 40px;
	display: block;
	width: 100%;
}

#demo_documentation_table {
	margin: 40px 20px 0px 20px;
	line-height: 1.5em;
}

#demo_documentation LEGEND{
	color: #FFFFFF;
}

.table_column {
	padding: 0 20px;
}

#progressbar_container {
	width: 20%;
	height: 40px;
	background: #1C56A3 url('bkgnd_demo-banner.gif') top left repeat;
	border: 1px solid #999;
	padding: 5px 10px;
	position: absolute; 
	top: 300px; 
	right: 40%; 
	z-index: 400;
	display:none;
}


#progressbar {
	width: 100%;
	height: 15px;
}

#help_dialog {
	width: 40%;
	font-size: .85em;
}

#gp_results {
	width: 775px;
	height: 600px;
	font-size: .85em;
}

.iwinput{
font-size: .85em;
background: #1C56A3;
}
/* OVERRIDE SOME OF DOJO'S CSS  */
.tundra .dijitTitlePaneFocused .dijitTitlePaneTextNode {
	text-decoration: none;
}

.tundra .dijitTitlePane .dijitTitlePaneTitle {
	font-weight: bold;
	color: #666;
}