body {PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BACKGROUND: url(bg_body.gif) #313131 -3px 0px; PADDING-BOTTOM: 0px; MARGIN: 25px 0px 0px; FONT: 0.7em Verdana,Tahoma,Arial,sans-serif; COLOR: #333333; PADDING-TOP: 0px
}
#wrapper {BACKGROUND: url(bg_wrapper.gif) repeat-x; WIDTH: 100%; height:100%;}
#page {	BORDER-RIGHT: #959596 1px solid; BORDER-TOP: #959596 1px solid; BORDER-LEFT: #959596 1px solid; BORDER-BOTTOM: #959596 1px solid; TEXT-ALIGN: left;
}
B {FONT-SIZE: 110%}
#maincontainer {MARGIN: 0px auto; WIDTH: 1050px; }
#topsection {HEIGHT: 20px}
#topsection H1 {MARGIN: 0px; PADDING-TOP: 15px}
#contentwrapper {FLOAT: left; WIDTH: 100%}
#rightcolumn {FLOAT: left; MARGIN-LEFT: -200px; WIDTH: 170px}
#contentcolumn {MARGIN-RIGHT: 200px;}
#footer {CLEAR: left; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 4px; WIDTH: 100%; PADDING-TOP: 4px; TEXT-ALIGN: center
}
#footer A {	}
.innertube {MARGIN: 0px 10px 10px}
.iconStyle {position:relative; top:-15px;}
.titleStyle {font-family:Verdana;
         font-size:11pt;
         font-weight:normal;
         text-align:left;
		 color:white;
}
.detailsStyle {font-family:Verdana;
         font-size:8pt;
         font-weight:normal;
         text-align:left;
		 color:white;
}
.pinTitle {font-family:Verdana;
         font-size:10pt;
         font-weight:normal;
         text-align:left;
}
.pinDetails {font-family:Verdana;
         font-size:8pt;
         font-weight:normal;
         text-align:left;
}


/*
An experiment to see how the Virtual Earth interface can be improved, just using CSS.

This style sheet can be applied using the "Add User Style Sheet..." in the Web Developer Toolbar for Mozilla.

Copyright zmarties @ gmail.com
http://www.zmarties.com

Version 0.2 26/7/05
*/

/* Move the scale and make it readable by giving it a background */
#VE_MapScaleLabel
{
  margin-top: 25px;
  padding-left: 2px;
  background-color: #fff;
  padding-bottom: 20px;
  opacity: .9;
}

/* move the scale bar with the label */
#VE_MapScaleBar
{
  margin-left: 2px;
  margin-top: -7px;
  opacity: .9;
}

/* Make the banner across the top semi-transparent */
#search_bg
{
  opacity: .5;
}

/* clip the zoom control, and make it semi-transparent */
#VE_ZoomControl
{
  opacity: .6;
  height: 24px;
  border-bottom: 2px solid white;
}

/* make it less transparent when being used */
#VE_ZoomControl:hover
{
  opacity: .8;
}

/* move the compass, and make it semi-transparent */
#VE_Compass
{
  opacity: .3;
  left: 5px;
  top: 115px;
  z-index: 40;
}

/* make it less transparent when being used */
#VE_Compass:hover
{
  opacity: .7;
}

/* get rid of unnecessary text and logo */
#wherehelp1, #wherehelp2, #wherehelp3, #wherehelp4, #f td > img, #f span.version, #aboutlink
{
  display: none;
}

/* correct the size of the close box */
.VE_Panel_cb
{
  height: 15px !important;
}

/* Dont make window title SHOUT */
.VE_Panel_title
{
  text-transform: none;
}

/* Increase the permalink font size */
.VE_Permalink a
{
  font-size: 1.5em;
}

/* move the menu to the top of the banner */
#helperLinks
{
  top: 5px;
}

/* clip the banner height slightly */
#search, #search_bg
{
  height: 65px;
}
