html, body, #map {
        margin: 0;
        width: 100%;
        height: 100%;
		background-color:#009300;
        }

#text {
        position: absolute;
        top: 1em;
        right: 1em;
        width: 300px;
		height: 650px;
        z-index: 2000;
        background-color: white;
		border-style: solid;
		border-width:5px;
		border-color:#009300;
        padding: 0 0.2em 0.2em 0.2em;
		font-size: small;
        }	
			
img {
		max-width: 100%;
		padding: 0.05em 0.05em 0.05em 0.05em;
		}
			
#sucess1, #sucess2 {
		color:red;
		}
			
@media screen and (max-width: 480px) , screen and (max-height: 600px) {
		#text { display:none ; }
		}
		
#rideReport, #login, #myRideReports {
		position:relative;
		padding:2.5em 0.05em 0.05em 0.05em;
        width:295px;
		height:420px;
		background-color:white;
		}

#myReportList {
		max-height:100%;
		max-width: 100%;
		overflow: auto;
		padding: 0.05em 0.05em 0.05em 0.05em;
        width: 295px;
		height: 500px;
		background-color: white;
		}
		
table		{
		border-collapse:collapse;
		padding:1px;
		table-layout:fixed;
		width:100%;
		height:100%;
		text-align:left;
		font-size:xx-small;
		}

td		{
		overflow:hidden;
		border: 1px solid black;
		border-collapse:collapse;
		}
		
#login {
		display:none;
		z-index:0;
		}

#rideReport {
		
		z-index:0;
		}

#myRideReports {
		display:none;
		z-index:0;
		}		

#cssmenu {
	position:absolute;
	padding: 1em 0 0 0;
	z-index:2001;
    float: left;
	width:98%;
	background:white;
	font-size:95%;
	line-height:normal;
	border-bottom:1px solid #666;
	}

#cssmenu ul {
	margin:0;
	padding:5px 10px 0 5px;
	list-style:none;
	}
#cssmenu li {
	display:inline;
	margin:0;
	padding:0;
	}
#cssmenu a {
	float:left;
	background:url('images/tableftF.gif') no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	}
#cssmenu a span {
	float:left;
	display:block;
	background:url('images/tabrightF.gif') no-repeat right top;
	padding:5px 5px 4px 6px;
	color:#666;
	}
	
/* Commented Backslash Hack hides rule from IE5-Mac */
#cssmenu a span {float:none;}
/* End IE5-Mac hack */

#cssmenu .active a span ,
#cssmenu a:hover span {color:#FFFFFF;}

#cssmenu .active a,
#cssmenu a:hover {background-position: 0 -42px;}

#cssmenu .active a span ,
#cssmenu a:hover span {background-position: 100% -42px;}