.acountgraybox {
	clear:both;
	padding: 20px;
	margin-left: -20px;
	margin-bottom:30px;
	margin-top: 10px;
	background-color:#dddddd;
	width: 950px;
/*	height: 150px;
	border:solid #cccccc 2px;
  border-radius:2ex;
  -webkit-border-radius:2ex;
  -moz-border-radius:2ex;
*/
}

.accountwhitebox {

	clear:both;
	margin-left: 50px;
	margin-bottom:30px;
	margin-top: 50px;
	padding-left:50px;
	background-color:#ffffff;
	width: 800px;
	/*height: 500px; */
	border:solid #cccccc 2px;
  border-radius:2ex;
  -webkit-border-radius:2ex;
  -moz-border-radius:2ex;

}

.accountbuttonbox {

	float:left;
	/*margin-left: 50px;
	/*margin-bottom:25px; */
	margin-right:30px;
	margin-top: 10px; 
	padding-left:5px;
	padding-top:5px;
	background-color:#ffffff;
	width: 110px;
	height: 110px; 
	border:solid #cccccc 2px;
  border-radius:2ex;
  -webkit-border-radius:2ex;
  -moz-border-radius:2ex;
  
  /*add a drop-shadow */
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');

}



#accountmenu {
	margin-top:50px;
	margin-bottom: 10px;
	margin-left:150px;
	font-size:14px;
}

#accountmenu a:link {color:#222222; text-decoration:none;}
#accountmenu a:visited {color:#222222; text-decoration:none;}
#accountmenu a:active {color:#222222; text-decoration:none;}
#accountmenu a:hover {color: #FF9933; text-decoration:none;}

#accountportal {
	margin-top:50px;
	/*margin-bottom: 10px; */
	margin-left:100px;
	font-size:14px;
}

#accountportal a:link {color:#222222; text-decoration:none;}
#accountportal a:visited {color:#222222; text-decoration:none;}
#accountportal a:active {color:#222222; text-decoration:none;}
#accountportal a:hover {color: #FF9933; text-decoration:none;}

#portalredirectcontent a:link {color:#222222; text-decoration:none;}
#portalredirectcontent a:visited {color:#222222; text-decoration:none;}
#portalredirectcontent a:active {color:#222222; text-decoration:none;}
#portalredirectcontent a:hover {color: #FF9933; text-decoration:none;}

#loginmenu {
	margin-top:50px;
	margin-bottom: 10px;
	margin-left:50px;
	font-size:14px;
}

#loginmenu a:link {color:#222222; text-decoration:none;}
#loginmenu a:visited {color:#222222; text-decoration:none;}
#loginmenu a:active {color:#222222; text-decoration:none;}
#loginmenu a:hover {color: #FF9933; text-decoration:none;}

#map_canvas {
	float:left;
}

#leaderboard {
	float: left;
	width: 740px;
	/*height: 800px;*/
	/*margin-left: -20px;*/
	
 background-color:#333333;
/* padding-left: 15px;
 padding-top: 15px;*/
 	border:solid #cccccc 2px;
  border-radius:2ex;
  -webkit-border-radius:2ex;
  -moz-border-radius:2ex;
}
#participants {

width: 340px;
}

#stathead {
	
	width: 680px;
	height: 50px;
	overflow:auto;
	border:1px solid;
	margin: 0px 5px 0px 5px;
}

#statscroll {
	
	width: 680px;
	height: 250px;
	overflow:auto;
	border:1px solid;
	margin: 0px 5px 0px 5px;
	background-color:#FFFFFF;
}

#finishhead {
	
	width: 680px;
	height: 50px;
	overflow:auto;
	border:1px solid;
	margin: 0px 5px 0px 5px;
}

#finishscroll {
	
	width: 680px;
	height: 250px;
	overflow:auto;
	border:1px solid;
	margin: 0px 5px 0px 5px;
	background-color:#FFFFFF;
}


#route_options {
	clear: both;
	
}

.theteam {
	clear: both; 
	width: 98%;
	height:30px;
	font-size:12px;
	color: #444444;

}