html
{
}

body
{ 
  margin: 0px 0 0 0px 0;
  padding: 0 0 0 0;
	font-family: arial, sans-serif;
	font-size: 16pt;
  background: -webkit-gradient(linear,left top,left bottom,from(#eee), to(#444));
  background: -moz-linear-gradient(top,#eee,#444);
}

#logo
{
  margin-top: 20px;
  border: 4px solid black;
	width: 100%;
  z-index: 100;
}

table
{
	border: 1px solid;
}

.center
{
  width: 90%;
	text-align: center;
	margin-left: auto;
  margin-right: auto;
}

.bar
{
  top: 0;
	float: right;
  width: 50%;
  height: 20px;
  background: black;
}

.tdbar
{
	width: 100%;
	float: right;
	border: 1px solid;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  background-image: -webkit-gradient(linear,left top, right top,
                                     from(#0e0),to(#e00));
}
h1
{
	font-size: 150%
}

#gpsdata
{
	width: 90%;
	border: 1px solid;
}

#apitable
{
}

.api-table
{
	width:100%;
}

.api
{
	width: 100%;
	text-align: left;
	font-size: 12pt;
}

#bottomfill
{
	height: 500px;
}
