html, body {
	width:100%;
	height:100%;
}
body {
	font-family: arial, helvetica, serif;
	font-size: 80%;
	background: white;
	padding: 2px;
	margin: 0;
}

v\:* {
	behavior:url(#default#VML);
}

#masthead{
	background-color: #f4ecd9;
	padding: 2px 2px;
	border-top: 6px double #7d6340;
	border-left: 6px double #7d6340;
	border-right: 6px double #7d6340;
	height: 12%;
	
	margin: auto;
	voice-family: "\"}\""; 
	voice-family:inherit;
}

#version{
	float:left;
	font-family:sans-serif;
	font-size:small;
	font-weight:bold;
}
#donate{
	float:right;
	padding-right:1em;
}
#content {
	background-color: #f4ecd9;
	padding: 2px 0px;
	border: 6px double #7d6340;
/*
	margin: auto;
	voice-family: "\"}\""; 
	voice-family:inherit;
*/
}
html>body #content {
}
#routeListDiv{
	display:block;
/*	float:left;*/
	width:100%;
}

#routeListDiv table {
	border:0;	
	border-spacing:2px;
	width:100%;
	display:inline;
}
#routeListDiv table, table th, table td { padding: 0; margin: 0; }
#routeListDiv table th { text-align: left; font-size: 100%; border-bottom: 2px solid #cc9900; }
#routeListDiv table td { border-bottom: 1px solid #ccc; }
#newTable #nameCol  {  }
#newTable #stateCol {  }

.stripe { background: #ddd; }
.nostripe { background: #fff; }

#routeTable{
	
} 

#ad1 {
 	width:70%;
	height:30%;
	float:right;
/*	display:block;
*/
	display:none;
}
#map{
	width:100%;
	height:100%;
	border:5px solid black;
}
#altDiv{
	width:100%;
	height:90px;
	border:1px solid black;
	float:right;
	display:block;
}
#altProfile{
	width:100%
}
#mapPane{
	width:70%;
	height:70%;
	float:right;
}
mapAd{
	display:block;
	width:100%;
	height:18px;
}

#loading {
    position: relative;
    width:  10em;
    text-align: center;
    padding: 2em;
    border: 4px groove #060;
    background-color: #cdd;
    margin-left: auto;
    margin-right: auto;
    z-index: 100;
    opacity: .75;
/*
    filter: alpha(opacity=75);
*/
		display:none;
}

#loadingMessage{
}
#errMessage{
	display:none;
}

#leftCol{
	width:30%;
	height:100%;
	float:left;	
}
#routeQueryPanel{
	display:none;
}
#searchPanel{
	display:block;
}
#newRoutePanel{
	clear: both;
	display:none;
}
#routeHome{
	clear:both;
	display:none;
}
#gpxHome{
	clear:both;
	display:none;
}
#gpxPanel{
	margin-top:10px;
	display:none;
	clear:both;
}
#gpxForm{
 margin-top:10px;
}
#newRoute{
	display:block;
}
#homePanel{
	display:block;
}

#panel table {
	  border:solid 1px grey;
	  width:50%;
	  margin-bottom: 5px;
	}
	
#panel table td:first-child  {
	  width: 24px;
	}
#searchTable {
	margin-left:50px;	
	display:block;
}
.label {
  font-size:smaller;
  font-family:sans-serif;
}
.error {
	color: red;
}
.plain {
	font-family:arial;
	font-size:10pt;
}
.hdng {
	font-weight:bold;
	margin-top:10pt;
}
.new {
	font-weight:bold;
	margin-top:10pt;
	color:#ff0000
}
.para {
	margin-top:10pt;
}

.divlayer {
	 border: 3px solid #ff0000;
	 height: 0px;
	 width: 0px;
	 left: 0px;
	 top: 0px;
	 margin: 0px;
	 padding: 0px;
	 position: absolute;
	 line-height:0px;
	 z-index: 20000;
}
#gpxOutput{
	position:absolute;
	background-color:#ffffff;
	border: 3px solid #ff0000;
	z-index: 2000;
	width:70%;
	height: 80%;
	display:none;
	float: left;
	clear: both;
	font-size: 80%;
	font-family: Helvetica, Arial, sans-serif;
	padding-top: 2em;
}
gframe {
	border-width: 0px;
	height: 100px;
	width: 400px;
	display:none;
}
.hidden {
	visibility: hidden;
	width:0px;
	height:0px;
	display:none;
}
.visible {
	visibility: visible;
	width:300px;
	height:100px;
	display:block;
}
#images {
	width: 390px;
	margin: 20px;
}
/*
#images div {
	margin: 10px;
	width: 100px;
	height: 100px;
	border-style: solid;
	border-width: 5px;
	border-color: #DEDFDE;
	float: left;
	overflow: hidden;

}

#images div:hover {
	border-color: #529EBD;
}

#images img.load {
	margin: 36px;
}
*/

#profilePanel {
	height:100px;
	width: 100%;
	display: none;
}
#newGpxPanel {

	overflow: hidden;
	margin: auto;
	height:50%;
	width:50%;
	display:none;

	position:absolute;
	background-color:#ffffff;
	border: 3px solid #ff0000;
	z-index: 2000;
	float: left;
	clear: both;
	font-size: 80%;
	font-family: Helvetica, Arial, sans-serif;
	padding-top: 2em;
}


