/* 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: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	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;
}

html, body  {
	height: 100%; width: 100%; margin: 0; padding: 0;
	background: #edead2 none top left repeat-x;
	font-family: Tahoma, arial, helvetica, sans-serif; 
	font-weight: normal;
	color: #402000;
}

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;
}


#gridFinder 
{
	width:330px;
	font-size: .85em;
}
	
	

DIV#control_panel
{
    padding: 3px 3px 3px 3px;
}

DIV#control_panel A:link {
	color: Yellow;
	text-decoration: underline;
}

DIV#control_panel A:visited {
	color: white;
	text-decoration: underline;
}

DIV#control_panel A:hover {
	color: #FF0000;
}

DIV#control_panel A:active {
	color: white;
}

#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;
}

#results
{
	overflow:auto;
	font-size: 0.8em;
	background-color: #1C1251;
	margin-top: 1em;
	max-height:75%;
}

tr.results-header
{
    font-size:larger;
    color: white;
    font-weight:bold;
    background-color: Black;  
}

tr.results-row
{
    background-color: #0066FF;
    font-size: 0.75em;
    color: #FFFF00;
}

tr.results-row-alt
{
    background-color: #000066;
    font-size: 0.75em;
    color: #FFFFFF;
}




/* Tab bar */
.tabbar-below
{
	width: 600px;
	background-color:Black;
	height: 25px;
	padding-left: 10px;
	color:White;
	border-top-color:Gray;
	border-top-style:solid;
	border-top-width: 3px;
}

.inline-below-tab
{
	color:White;
}

ul.inline-below-tab
{
	margin:0pt;
	padding:0pt;
	text-align:left;
}

ul.inline-below-tab li
{
	color:White;
	display: inline;
}


ul.inline-below-tab li a
{
	color:White
}

ul.inline-below-tab li a:hover
{
	text-decoration:underline;
	color:White;
}


div.footer
{
    display: block;
    background-color: #000000;
    color: White;
    font-size: 0.8em;
    width: 375px;
    margin: 2px;
    
}

div.footer-inside
{
    display:inline-block;
    width:50%;
}

.infowindow
{
    font-family: Arial, Helvetica, sans-serif;
    border: medium solid #FFFFFF;
    background-color: #FFFFFF;
    color: #000000;
    padding: 2px;
    margin: 2px;
    
}

