
html { overflow: hidden; }

html, body {
     margin: 0;
     padding: 0;
     height: 100%;
     font-family: verdana, arial, helvetica, sans-serif;
}

body { margin: 10px; }

#content {
     margin-top: 10px;
     position: relative;

}


   td.GHeader {
	font-family: Verdana, Arial;
 	font-size: 16pt;
	font-weight:bold;
	color:#4b4b1d;
	padding-bottom:10px;
	}

   .GHeaderRight {
	float: right;
	font-family: Verdana, Arial;
 	font-size: 10pt;
	font-weight:bold;
	color:#a38953;
	padding-bottom:10px;
	}

   #GWindow {
	font-family: Verdana, Arial;
 	font-size: 8pt;
	font-weight:bold;
	color:#4b4b1d;
	overflow:auto;
	width:315px;
	height:200px;
	}

   #GWindow7 {
	font-family: Verdana, Arial;
 	font-size: 7pt;
	font-weight:bold;
	color:#4b4b1d;
	overflow:auto;
	width:315px;
	height:200px;
	}

#htmlWindow {
	border: 1px solid #ccc;
	font-size:10pt;
	width:270px;
	padding:4px;
}

#map {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     border: 1px solid #aaa;
}

#map-wrapper {
     position: relative;
     height: 100%;
}

	#photoframe {
		float:left;
		width:140px;
		height:140px;
		background-image: url(images/photoframe.gif);
		background-repeat: no-repeat;
		width:136;
		height:136;
	}	

	#photo {
		width:114px;
		height:114px;
		background-repeat: no-repeat;
		width:114;
		height:114;
		position:relative;
		top:8px;
		left:8px;
	}

#sidebar {
     position: absolute;
     border: 1px solid #aaa;
     top: 0;
     width: 290px;
     height: 100%;
     overflow: auto;
}

#sidebar p {
     margin: 10px;
}

#sidebar ul#sidebar-list {
     list-style: none;
     padding: 0;
     margin: 0;
}

#sidebar ul#sidebar-list li a {
     display: block;
     border: 1px solid #ddd;
     background: #eee;
     margin: 5px;
     padding: 4px;
     font: 12px Helvetica, sans-serif;
     text-decoration: none;
     color: #444;
}

#sidebar ul#sidebar-list li.current a {
     border: 1px solid #444;
     padding-left: 3px;
     background: #decbaa;
     color: #630;
}

#sidebar ul#sidebar-list li a:hover {
     border: 1px solid #444;
     background: #decbaa;
     color: #630;
}

#sidebar ul#sidebar-list li a strong {
     display: block;
}
#sidebar ul#sidebar-list li a span {
     font-style: italic;
     font-size: 11px;
}

body.sidebar-right #map-wrapper { margin-right: 300px; }
body.sidebar-right #sidebar { right: 0; }

body.nosidebar #map-wrapper { margin: 0; }
body.nosidebar #sidebar { display: none; }

body.sidebar-right a#button-sidebar-show,
body.nosidebar a#button-sidebar-hide { display: none; }

.body-text {text-align:left; color:#630; font-size:10px;}

#toolbar {
     background: #decbaa;
     padding: 4px;
     border: 1px solid black;
     position: relative;
}
/* holly hack for IE to get position:bottom right 
   see: http://www.positioniseverything.net/abs_relbugs.html
\*/
* html #toolbar { height: 1px; }
/* */

#toolbar h1 {
     margin: 0;
     font: bold 18px Helvetica, sans-serif;
     color: #630;	
}

#toolbar ul {
     list-style: none;
     padding: 0;
     margin: 0;
}

#toolbar ul#sidebar-controls {
	position: absolute;
	bottom: 5px;
	right: 5px;
}

#toolbar ul li {
     display: inline;
}

#toolbar ul li a {
     padding: 3px 6px;
     color: #630;
     text-decoration: none;
     font-size: 12px;
}

#toolbar ul li a:hover {
     color: #665538;
     background: #e9dbc2;
}

#alert {
     position: absolute;
     top: 50%;
     left: 0;
     width: 100%;
     text-align: center;   
     display: none;
}

#alert p {
     width: 150px;
     margin: 0 auto 0 auto;
     padding: 10px;
     background: white;
     border: 1px solid #aaa;
}

body.loading #alert { display: block; }

   .eLable {
	background-color:#ffffff;
	font-size:7pt;
	font-family: Verdana, Arial;
	color:#333333;
	font-weight:normal;
	border:1px #333333 solid;
	padding:1px;
	}
