html {
	height: 100%;
	width:100%;
	overflow:hidden;
}

body {
	font-family: verdana, sans-serif, helvetica, arial;
	font-size: 12px;
	background-color: rgb(36, 40, 60);
	color: rgb(255, 255, 255);
	margin: 0;
	height: 100%;
	width:100%
}

a {
	text-decoration: none;
}

a:link,a:active, a:visited {
	color: rgb(255, 190, 100);
}

a:hover {
	text-decoration: underline;
	color: rgb(255, 230, 85); 
}

.allContent {
	text-align: center;
	position:relative;
	width:100%;
	height:100%;
}

.installHelp {
	height:16px;
	text-align:center;
	font-size:10px
}

.footerSumary {
	text-align:center;
	font-size:12px
}

.mapBox {
	text-align: left;
	color: rgb(40, 40, 40); 
	width: 100%;
	height: 90%;
	font-size: 11px;
}

.mapBox a:link, .mapBox a:active, .mapBox a:visited {
	color: rgb(85, 130, 210);
}

.mapBox a:hover {
	text-decoration: underline;
	color: rgb(0, 110, 255); 
}

.label {
	color: rgb(100, 100, 100);
}

.athleteName, .activityDate, .activityCategory, .activityDistance {
	font-weight: bold;
}

.activityLocation {
}

table.infoBox {
	margin-right: 4px;
}
/*
      html {
        height: 100%; width:100%;overflow:hidden;
      }
	
	  body {
        margin: 0;
	    height: 100%;
		width:100%;
      }
 A:hover { TEXT-DECORATION: underline;}
 .a1 { font-family: Arial, Helvetica, sans-serif; font-size:8pt;}
 .a2 { font-family: Arial, Helvetica, sans-serif; font-size:8pt; color: #000000}
 .a3 { font-family: Trebuchet MS, Tahoma ; font-size:14pt; color: #DDDDDD; TEXT-DECORATION: none ;}
 .a4 { font-family: Arial, Helvetica, sans-serif; font-size:8pt; color: #009900}
 .a5 { font-family: Arial, Helvetica, sans-serif; font-size:10pt; color: #FF6500}
 .a6 { font-family: Arial, Helvetica, sans-serif; font-size:8pt; color: #99CCFF}
 .a7 { font-family: Trebuchet MS, Tahoma ; font-size:10pt; color: #DDDDDD}
 .a8 { font-family: Arial, Helvetica, sans-serif; font-size:8pt; color: #FFFFFF}
 .a9 { font-family: Arial, Helvetica, sans-serif; font-size:9pt; color: #001122}
  TD { font-family: Arial, Helvetica, sans-serif; font-size:8pt; color: #99CCFF}
  */