body {
	min-width: inherit;
}
#Content {
    margin:0px 0px 0px 0px;
    padding: 0px;
    min-width: 100%;
    max-width: 100%;
    }

#Content p,h1,h2,h3,h4 {
	padding: 0px 5px;
}

#Menu {
    clear:left;
    position:relative;
    top:0px;
    left:0px;
    width:100%;
    padding:0px;
    border:0px;
    }
body>#Menu {
    width:100%;
}

/*
 * The Menu section.
 */
.menuLabel { 
   border: 1px solid #999999;
    display: block;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: -1px;
    padding: 12px 10px;
    text-decoration: none;
}
.menuSelected { 
    text-decoration: none;
    font-weight: normal;
}
.menuItem {
    background-color: #FFFFFF;
    border: 1px solid #999999;
    color: #222222;
    display: block;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: -1px;
    padding: 12px 10px;
    text-decoration: none;
}


.floatingbox_left {
    width: auto;
  clear: both;;
}

.floatingbox_left_altcolor {
    width: auto;
  clear: both;
}

.floatingbox_right {
    width: auto;
  clear: both;
  margin-left: 0px;
}

.floatingbox_right_altcolor {
    width: auto;
  clear: both;
  margin-left: 0px;
}

/*
 * Code
 */
.code, .java, .xml, .xsd, .xsl, .cplus, .idl, .shell, .perl {
    border-right: none;
}

/*
 * Don't display some kinds of elements
 */
.nomob {
    display: none;
}

/*
 * Images
 */
img {
	max-width: 100%;
}

div.imgleft {
  max-width: 100% !important;
  margin-right: 0;
}

div.imgright {
  max-width: 100% !important;
}

p {
  clear: left;
}

/*
 * Table
 */
table.latlon {
	margin: 1px 5px;
	width: 95%;
}
table.latlon1 {
	background-color: #ff7c71;
	margin: 1px 5px;
	width: 95%;
}
table.latlon2 {
	background-color: #6991fd;
	margin: 1px 5px;
	width: 95%;
}


/* 
 * Special
 */
#infocont {
	width: 100%;
  border-bottom: 5px;
  position: static;
  left: 0px;
  top: 0px;
  float: left;
}

#menucont {
	width: 100%; 
	position: static;
  left: 0px;
  top: 0px;
  float: left;
  margin-bottom: 15px;
}

#adcont {
	width: 234px;
	height: 60px;
	position: static;
  left: 0px;
  top: 0px;
  float: left;
  margin-bottom: 15px;
}

#mapcont {
  float: left;
  clear: both;
  position: static;
  left: 0px;
  top: 10px;
  	width: 100vw;
	height: 100vh;
}

#trackinfo {
	font:12px/20px verdana, arial, helvetica, sans-serif;
  float: left;
	width:95%;
	padding:5px;
	border:1px solid #FF8000;
}

#uploadform {
  float: left;
  margin-top:10px;
	width:95%;
	padding:5px;
	border:1px solid #FF8000;
}

.frameleft {
  float: left;
	width:95%;
	padding:5px;
	border:none;
	font:12px/20px verdana, arial, helvetica, sans-serif;
}

#divprofile, #frameprofile, #divthumbnail {
  display: none;
  width: 0px;
  height: 0px;
  border: none;
}

.helpimage {
  display: none;
}
