body 
{
	font-family:Verdana,sans-serif;
	font-size:13px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	color:green;
	margin:0;
}

h1
{
	font-size:16px;
}

h2
{
	font-size:14px;
}

.floating_window 
{
	width:140px; 
	cursor:move;
	opacity:0.9; 
	position:absolute; 
	border-style: solid;
	border-width: 2px;
	color: black;
}

.window_pane_title
{
	color:white;
	background:black;
	width:100%;
	height:20px;
	padding: 0px;
	text-align:right;
}

.window_pane
{
	background:#ae0808; 
	border:2px;
	color:white;
	padding: 3px;
}

.window_pane a:link {color: white; }
.window_pane a:visited {color: white; }
.window_pane a:hover {color: white; text-decoration: underline; }
.window_pane a:active {color: white; }

.form
{
	padding:0px;
	border:0px;
	margin-bottom:0px;
	margin-top:0px;
}

.title_bar
{
	left: 0px; 
	top: 0px; 
	width:100%;
	height:20px;
	border:0px;
	background-color:#ae0808;
	text-align:center;
	font-size:14px;
	padding:0;
	vertical-align:middle;
	z-index:1000;
	position:absolute;
	opacity:0.8;
	color:white;
	font-weight: bold; 
}

.title_bar a:link 
{
	color: white;
	opacity:1.0;
}

.title_bar a:visited 
{
	color: white; 
	opacity:1.0;
}
.title_bar a:hover 
{
	color: white; 
	text-decoration: underline;
	opacity:1.0;
}
.title_bar a:active 
{
	color: white; 
	opacity:1.0;
}

.footer_bar
{
	left: 0px; 
	bottom: 0px; 
	width:100%;
	border:0px;
	color:white;
	text-align:center;
	font-size:12px;
	padding:0px;
	position:absolute;
}

.footer_bar a:link {color: #ae0808; }
.footer_bar a:visited {color: #ae0808; }
.footer_bar a:hover {color: #ae0808; text-decoration: underline; }
.footer_bar a:active {color: #ae0808; }

.question 
{ 
	color: red;
}

.answer 
{ 
	margin-bottom: 5px;
}

.flash
{
	color:green;
}

.pane_button
{
	cursor:pointer;
}

.trail_time
{
	font-size:10px;
}

#user_name
{ 
	color:red;
	font-weight: bold; 
}

#map_canvas
{
	position:absolute;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
}

#user_and_trail_window
{
	left:8px; 
	top:30px; 
	overflow:hidden;
	max-height:400px;
}

#embeded_info_window
{
	left:8px;
	bottom:30px;
	width:150px;
}
#trail
{
	display:none;
}

#show_others_form
{
	display:none;
}

#search_form
{
	display:none;
}

#search_text
{
	color:green;
	width:120px;
}

#trail_count
{
	color:green;
	width:30px;
}

#hidden_store
{
	visibility:hidden;
}
