/* $Id: style.css 495 2007-04-11 08:53:07Z elmuerte $ */

/*
** HTML elements
*/
body {
        margin: 0;
        padding: 0;
        color: #000;
        height: 100%;
        width: 100%;
        background-color: white;
        font: 12px  verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
        }

html    {
        width: 100%;
        height: 100%;
        }

p {
  margin-top: 0.5em;
  margin-bottom: 0.9em;
}

a {
  text-decoration: none;
  font-weight: bold;
}

a:link {
  color: #000000;
}

a:visited {
  color: #000000;
}

a:hover {
  color: #FF6629;
  text-decoration: underline;
}

.texta {
 font-size: 9px;
 color: #666666;
 background-color: #FFFFFF;
 border: 1px solid #666666;
}

.buttons {
 font-size: 9px;
}

#page 		{
		height: 95%;
		}

#map_canvas     {
		height: 100%;
		}

#menu	{
	height: 25px;
	float: left;
	margin-left: 5px;
	}

#nav	{
	margin-top: 5px;
	height: 25px;
	margin-right: 5px;
	text-align: right;
	}


#controls {
  margin-top: 30px;
  margin-right: 10px;
  padding: 5px;
  background: white;
  width: 295px;
  height: 185px;
  float: right;
  font-size: 0.8em;
  position: relative;
  visibility: visible;
  z-index: 1;
}

#controls img {
	padding: 3px;
	}

#geocode	{
	width: 280px;
	padding: 5px;
	border: medium #A7CC95 solid;
	}

#gpx-upload	{
	width: 280px;
	padding: 5px;
	border: medium #A7CC95 solid;
	}

#credits	{
	width: 295px;
	position: absolute;
	}


