html, body {
    height: 100%; overflow: hidden; margin: 0px;  
	font-family: sans-serif, Verdana;
}
table, td, th, tr {
	padding:0px;
    border-collapse: collapse; border-spacing: 0px; 
    border: 0px none; margin: auto;
    font-size: 12px; width: 100%;
}

img { border: 0px; }

a {text-decoration: none; color: rgb(0, 0, 238);}
a:hover{text-decoration: underline;}

tr#main_footer{
	height: 50px;
}
td#main_footer{
	text-align: center; vertical-align: middle;
	font-size: 10px;
}

.miniMenu {
	font-size: 11px; font-family: Verdana;
	z-index: 500; top: 0; left: 0; position: absolute; width: 150px;
}

.miniMenu .content {
	background-color: #8EA7CB;
	background-image: url("images/miniMenu_content_bg.gif");
	background-repeat: repeat-x;
	border-bottom: 1px solid #cccccc; border-right: 1px solid #cccccc;
	border-top: 0px; border-left: 0px;
	margin: 0px;
	/*display: none;*/ padding: 2px;
	list-style: square;
}

.miniMenu .content li {
	padding: 0px 0px 4px 0px;
}
.miniMenu .content li:hover {
	background-color: #ffffff;	
}

.miniMenu a {
	color: #000000;
}

.miniMenu a:hover {
	text-decoration: none;
}
#streetview {
	font-size: 11px; font-family: Verdana;	
}

#streetview .content {
	height: 250px;
}

#streetview .toggle .text {
	cursor: pointer;
}

.miniMenu .toggle,
#streetview .toggle {
	background-color: #FFCC00;
	background-image: url("images/miniMenu_toggle_bg.gif");
	background-repeat: repeat-x;
	border-bottom: 1px solid #cccccc; border-right: 1px solid #cccccc;
	border-top: 0px; border-left: 0px;
	text-align: center; height: 14px;
	padding: 3px 0px 0px 0px;
}

/*#streetview .content { display: none; }*/

.red { color: red; }

.greenBox{
	border: 1px solid #59A527;
	background-color: #FFFFFF;
	color: #000000;
}
.blueBox{
	border: 1px solid #C6DAE1;
	background-color: #FFFFFF;
	color: #000000;
}
.greyBox{
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	color: #000000;
}

.pageTitle{
	font-size: 18px; font-family: Arial; font-weight: bold; border-bottom: 1px solid #CCCCCC;
}
.title {
	font-size: 1.2em; font-family: Helvetica, Verdana; font-weight: bold;
}

.msgBoxNote{
	border: 1px solid #CACA00;
	background-color: #FFFFCC;
	padding: 5px;
}
.msgBoxSuccess{
	border: 1px solid #59A527;
	background-color: #D7F9D2;
	padding: 5px;
}
.msgBoxError{
	border: 1px solid #C71C03;
	background-color: #FFE1CC;
	padding: 5px;
}

tr.alt td {
	background-color: #f0f0f0;
}
tr.over td {
	background-color: #bcd4ec;
}

.div_FloatingLoadBox {
	font-family: Verdana; font-size: 10px;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	/*width: 200px; height: 80px;*/
	z-index: 20; position: absolute;
	display: none; padding: 5px;
	text-align: center; vertical-align: middle;
}

.topleft{
	background-color: #FFFFFF;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	font: 10px Verdana; position: absolute; top: 0px; left: 0px; padding: 2px;
}

.tablediv {
display:  table;
border:1px solid  #666666;
border-spacing:5px;/*cellspacing:poor IE support for  this*/
border-collapse:separate;
}

.celldiv {
	float:left;/*fix for  buggy browsers*/
	display:  table-cell;
	width: 50%;
}
.rowdiv  {
	display: table-row;
	width: auto;
}
/* Single Styles */ 
.no-border{ border: 0px none; }



form { padding: 0px; margin: 0px; }

div.history_list { overflow: auto; height: 100px; }

div.history_list table { width: 100%; }
div.history_list table td { width: 50%; padding: 2px 5px; }
div.history_list table tr { height: 20px; }
div.history_list table tr:nth-child(odd) { background-color: #eeeeee; }
div.history_list table td:nth-child(2) { text-align: right; }

.history_list_selected { font-weight: bold; }

.bold { font-weight: bold; }

noscript { color: #ff0000; }

form { padding: 0px; margin: 0px; }
form.report-form {
    width: 100%; height: 100%; display: inline;
}

table.position-text-fields,
table.report-form {
    width: 100%; height: 100%; 
    background-color: #eeeeee;
}

table.report-form {
	 margin: 0px; 
}

table.position-text-fields {
    border-top: 1px solid #cccccc;
}
table.position-text-fields td,
table.report-form td {
	text-align: center; vertical-align: center; width: 25%;
}

table tr.header { height: 50px; }
table tr.header div.menu { padding: 15px; float: right; }
table tr.header div.messages { padding: 15px; float: left; color: red; }

table tr.header ul { display: inline; list-style: none; padding: 0px; margin: 0px; }
table tr.header ul li { display: inline; padding: 0px 20px; }

div#tracks_map_div { width: 100%; height: 100%; }
div#tracks_streetview_div { width: 100%; height: 100%; }

div.device-list { padding: 0px 10px; }
div.device-list table { width: 100%; border: 1px solid #ccc; }
div.device-list table tr:first-child td { font-weight: bold; }
div.device-list table td { width: 20%; padding: 5px; }
div.device-list table tr td:last-child { text-align: center; }
div.device-list table tr:nth-child(even) { background-color: #eee; }
div.device-list img { vertical-align: middle; }

/*#logo-menu { border-bottom: 1px solid #999999; }*/

h1 { padding: 10px; margin: 0px; font-size: 1.5em; color: #666; }
h2 { padding: 5px; margin: 10px; font-size: 1.2em; color: #666; background-color: #eee; }

table.settings { width: 100%; }
table.settings td { width: 50%; padding: 5px; }
table.settings tr td:first-child { font-weight: bold; text-align: right; }

div.add-device { text-align: left; padding: 10px; }
div.add-device table { width: 400px; margin: 0px; border: 1px solid #ccc; }
div.add-device td { width: 50%; padding: 5px; }
div.add-device tr td:first-child { font-weight: bold; text-align: right; } 
div.add-device tr:nth-child(even) { background-color: #eee; }