div {
/*	border: solid 1px red;*/
}
.frontPage {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 50px;
}
.frontPage h1 {
	text-align: center;
	font-size: 60px;
}
.frontPage p {
	padding-top: 20px
}
.manualpage {
	padding: 5px 10px 5px 10px;
}
.manualpage img {
	margin: 0px 10px 5px 10px;
}
h3 {
	margin-bottom: 5px;
}
h4 {
	margin-bottom: 1px;
	margin-top: 5px;
}
body { 
	background-color:gray;
	margin: 0;
}

div.header {
	width: 100%;
	background: url('../images/TrackLogHeader.png') repeat-x;
	height:71px;
	margin:0;
	padding:0;
}

div.header img {
	margin:7px;
	float: left;
}

span.TrackLog {
	color:white;
	font-size: 32px;
	font-family: Arial, Helvetica;
	font-weight: bold;
	float:right;
	margin: 15px 30px 0 0;
}
span.Log {
	font-weight: normal;
}
div.title {
	text-align: center;
	padding: 12px 0 0 0;
	font-size: 32px;
	font-family: "Verdana";
	color: #ccf;
}

div.title span {
	color: #f88;
	font-size: 20px;
}

.left {
	float: left;
}

#backButton {
	margin-top:15px;
}

#backButton, #backButtonText, .link {
	cursor:pointer;
}

#backButton:hover, #backButtonText:hover, .link:hover {
	cursor:pointer;
}

#backButtonText {
	text-align: center;
	color: white;
	font-family: "Verdana";
	font-weight: bold;
	position: absolute;
	left:78px;
	top:23px;
	width:120px;
	font-size: 16px;
}

.content {
	clear: both;
	margin:0;
	width:99.9%;
	font-family: Verdana;
	background-color: white;
}

div.linkeSpalte {
	float:left;
	margin:0;
	padding: 5px;
	width:190px;
	font-size: 12px;
}

div.linkeSpalte .menu {
	font-size: 16px;
}

div.linkeSpalte ul li ul li.menu_level_2 {
	font-size: 14px;
}

#baro {
/*	margin-left: 190;*/
	width: 99%;
/*	background-color: white;*/
/*	border: solid red 1px;*/
	height: 130px;
}

.breiteSpalte {
	margin-left:200px;
	font-size: 12px;
	background-color: #eef;
	color:#333;
}

.homepage {
	padding: 5px 5px 5px 10px;
}
/*
TrackLog was designed for glider crosscountry flights. But all outdoor sports will benefit from TrackLog.

TrackLog features are:
✓ Logger zur log a flight.
✓ Tracker, to save the logger data on the internet
✓ Communication device with prepared messages.
✓ Moving Map.
✓ Simple flight instrument.
✓ Get help inan emergency.

Possible applications are::
- Gliding championchips.
- Online tracking of cross country flights.
- Surveillance of student pilots by the flight instructor.
- Passiv Emergency Location Transmitter.
- Communication for the ballooning team.
- Online tracking of paragliders.
- Inform friends and ground crew with google map emails.

TrackLog does now continue to log and track locations while in standby mode.

TrackLog a été conçu pour des vols de distance de planeur. Mais tous les sports en plein air tireront bénéfice de TrackLog.

Les dispositifs de TrackLog sont :
✓ Enregistreur automatique pour enregistrer un vol.
✓ Traqueur, pour sauvegarder les données d'enregistreur automatique sur l'Internet
✓ Appareil de communication avec les messages préparés.
✓ Carte mobile.
✓ Instrument simple de vol.
✓ Obtenez l'aide en cas d'urgence.

Les applications possibles sont : 
- Championats de vol à voile.
- Poursuite des vols de distance sur Internet.
- Surveillance des pilotes d'étudiant par l'instructeur de vol.
- Émetteur d'emplacement de secours passiv.
- Transmission pour l'équipe montante en ballon.
- Poursuite des parapentiste sur Internet.
- Informez vos amis avec des emails de carte de google.

TrackLog continue maintenant à enregistrer et dépister des emplacements tandis qu'en mode 'attente'
*/
.content { 
	background-color: black; 
}
div.linkeSpalte li {
	margin: 0;
	padding:0;
	color:white;
/*	font-weight: bold; */
	background: url('../images/TrackLogHeader.png') repeat-x;
	margin-bottom: 3px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	cursor:pointer;
	overflow-x:hidden;
}
div.linkeSpalte ul {
	list-style-type: none;
	margin: 0;
	padding:0;
	width:100%;
}
div.linkeSpalte ul.menu li {
	padding-left:10px;
	font-size: 15px;
}
div.linkeSpalte ul.menu li ul li {
	padding-left:25px;
}
div.linkeSpalte ul.menu li ul li ul li {
	padding-left:40px;
}
div.linkeSpalte ul.menu li.submenu {
	padding:0px;
	margin:0px;
	background: none;
	font-size: 0px;
}
div.linkeSpalte li:hover {
	background-color: #fff;
	color: #fdd;
	cursor:pointer;
}
div.linkeSpalte li.selected:hover {
/*	background-color: none; */
	color: #ff4;
}
div.linkeSpalte li.menutitle:hover {
	color: #afa;
	background-color: #6f6;
}
div.linkeSpalte li.selected {
	color: #ff4;
}
div.linkeSpalte .menutitle {
	color: #afa;
	background-color: #6f6;
}

#users {
	margin-top:10px;
	margin-left:0px;
}

#users .selected legend {
	background-color: #fbb;
}

#users .invisible legend {
	background-color: #eee;
}

.linkeSpalte .category {
	margin-top:10px;
	margin-left:5px;
}

.spam {
	padding: 0 0 5px 10px;
	text-align: center;
}
.spam legend {
	text-align: left;
}
#settings .subPage {
	padding-top: 10px;
}

select, option {
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.9em;
}

#dropdowns {
	background-color: yellow;
}
/* ------------------------ */
#settings {
	padding-bottom: 0px;
	min-height: 250px;
}
#settings fieldset {
	border: solid 1px #888;
	padding: 0px 5px 5px 5px;
	margin: 5px;
}
#settings fieldset p {
	margin:8px 0 0 0;
}
#settings fieldset legend {
	font-weight: bold;
	font-size: 125%
}
#settings fieldset label {
	margin-right: 30px;
}
#settings fieldset .selector, #settings fieldset .dropdown {
	margin-right: 10px;
}
#settings fieldset .table_container {
	width:100%;
	padding: 0;
}
#settings fieldset .table_container table {
	width:100%;
	border:solid 1px #888;
}
#settings fieldset table.user_table {
	width:20%;
}
#settings table caption {
	text-align: center;
	color: #33d;
	font-weight: bold;
}
#settings table .even {
	background-color: #eef;
}
#settings table .odd {
	background-color: #ddf;
}
#settings .page {
	padding-top: 10px;
}

/* ------------------------ */

fieldset.fieldset_closed, fieldset.fieldset_open legend {
	border: none;
}
fieldset.fieldset_open {
	border: 1px solid gray;
}
fieldset.fieldset_open .body {
	display: block;
}
fieldset.fieldset_closed .body {
	display: none;
}
fieldset.fieldset_closed legend, fieldset.fieldset_open legend {
	cursor: pointer;
	background-color: #ffa;
	border: #444 solid 1px;
}
fieldset.fieldset_open {
	margin-bottom: 3px;
}
fieldset.fieldset_open legend:hover,
fieldset.fieldset_closed legend:hover {
	font-weight: bold;
}
div.alt {
	text-align: left;
	float: left;
	font-weight: bold;
} 

div.speed {
	text-align: center;
} 

div.vs {
	text-align: right;
	float: right;
}

.red {
	color: red;
}

.green {
	color: green;
}

.decelerate, .accelerate {
	border: solid #444 1px;
}

#speedInput {
	text-align: center;
}

#calendar {
	padding-top: 10px;
}

#group_from, #group_until, #member_from, #member_until {
	vertical-align:top;
	padding: 0 5px 0 5px;
}

span.decelerate:hover, span.accelerate:hover {
	cursor: pointer;
}

.decelerate {
	background-color: #faa;
}

.accelerate {
	background-color: #afa;
}

.footer {
	clear: both;
	margin:0;
	background: url('../images/TrackLogFooter.png') repeat-x;
	height:24px;
	text-align: center;
	color: white;
	font-size:12px;
}

.footer div {
	padding-top: 4px;
}

.footer div a {
	color: white;
	text-decoration: none;
}

div.footer div a:hover {
	font-weight: bold;
}

.hidden {
	display: none;
}
/*
#category fieldset, #groups fieldset, #member fieldset {
	margin: 0px 10px 10px 10px;
}
*/
/*
#member_table, .html_table, .user_com_table, .group_com_table {
	border: #666 solid 1px;
}
*/
#category_table {
	float:right;
	margin: 0px 10px 0 0;
	font-size: 12px;
}

table {
	font-size: 12px;
	border: #666 solid 1px;
}

#category_table table {
	font-size: 12px;
}
/*
#member_table table, .html_table, .user_com_table, .group_com_table {
	margin-top: 50px;
	width: 100%;
}
*/
/*
#category table caption, #groups table caption, #member table caption, .html_table caption, .user_com_table caption, .group_com_table caption {
	text-align: center;
	color: #33d;
	font-weight: bold;
}
*/
#category table thead, #groups table thead, #member table thead, .html_table thead, .user_com_table thead, .group_com_table thead {
	background-color: #66c;
	color: white;
}

#category .zahl, #groups .zahl, #member .zahl, td.zahl, th.zahl {
	text-align: right;
	padding-right: 15px;
}

#category .txt, #groups .txt, #member .txt, .html_table thead, .user_com_table thead, .group_com_table thead {
	text-align: left;
}

th.txt, td.txt {
	text-align: left;
}
table.com_table td {
	padding: 1px 5px 1px 5px;
	vertical-align: text-top;
}
table.com_table thead {
	background-color: #bbe;
}
table.com_table .titel {
	text-align: left;
	font-weight: bold;
	border-top: 1px solid #666;
	border-bottom: 1px solid #bbb;
	background-color: #ded;
}
table.com_table .links {
	border-left: 1px solid #666;
	border-right: 1px solid #bbb;
}
table.com_table .unten {
	border-bottom: 1px solid #666;
}
td.open, td.close {
	color: blue;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}
td.delete {
	color: red;
	font-weight: bold;
}

#user_com_div, #group_com_div {
	margin: 5px 0px 10px 0px;
	padding: 5px 10px 5px 10px;
	border-bottom: 1px solid #666;
}
#user_com_div label, #group_com_div label {
	margin-right: 50px;
}

.iPhoneRight {
	float: right;
	margin-left: 10px;
}