#routecontent {
	margin-bottom: 40px;
	position: relative;
	text-align: justify;
	z-index: 2;
	top: 0px;
	width: 700px;
	font-size: 12px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

#routebox {
		display: block;
		position: static;
		margin-top: 0px;
		border-left-color: #c1c1c1;
		border-bottom-color: #c1c1c1;
		border-right-color: #c1c1c1;
		border-left-style: solid;
		border-bottom-style: solid;
		border-right-style: solid;
		border-left-width: 1px;
		border-bottom-width: 1px;
		border-right-width: 1px;
		background-image: url(../graphics/interface/routes/routebox_bg.gif);
		background-repeat: repeat-x;
		padding-bottom: 20px;
		z-index: 0;
		width: 700px;
		font-family: Helvetica, Verdana, Arial, sans-serif;
		background-color: #f6f6f6;
	}
	
.content_tab_on {
		padding: 0px;
		margin: 0px;
		position: static;
		height: 18px;
		width: 234px;
		background-position: center top;
		background-image: url(../graphics/interface/infobox/longtab_on.gif);
		background-repeat: no-repeat;
		font-size: 14px;
		font-weight: bold;
		display: table-cell;
	}
	
.content_tab_off {
		padding: 0px;
		margin: 0px;
		position: static;
		height: 18px;
		width: 234px;
		background-position: center top;
		background-image: url(../graphics/interface/infobox/longtab_off.gif);
		background-repeat: no-repeat;
		font-size: 12px;
		font-weight: bold;
		display: table-cell;
	}
	
.content_tab_off a {
		color: #666666;
		text-decoration: none;
	}
	
.content_tab_off a:hover {
		color: black;
		text-decoration: none;
	}
	
.content_tab_half_on {
		padding: 0px;
		margin: 0px;
		position: static;
		height: 18px;
		width: 351px;
		background-position: center top;
		background-image: url(../graphics/interface/infobox/routetab_half_on.png);
		background-repeat: no-repeat;
		font-size: 14px;
		font-weight: bold;
		display: table-cell;
	}
	
.content_tab_half_off {
		padding: 0px;
		margin: 0px;
		position: static;
		height: 18px;
		width: 351px;
		background-position: center top;
		background-image: url(../graphics/interface/infobox/routetab_half_off.png);
		background-repeat: no-repeat;
		font-size: 12px;
		font-weight: bold;
		display: table-cell;
	}
	
.content_tab_half_off a {
		color: #666666;
		text-decoration: none;
	}
	
.content_tab_half_off a:hover {
		color: black;
		text-decoration: none;
	}
	
	.content_tab_short_on {
		position: static;
		background-position: center top;
		background-image: url(../graphics/interface/infobox/shorttab_on.gif);
		background-repeat: no-repeat;
		font-size: 14px;
		font-weight: bold;
		display: table-cell;
	}
	
.content_tab_short_off {
		position: static;
		height: 18px;
		background-position: center top;
		background-image: url(../graphics/interface/infobox/shorttab_off.gif);
		background-repeat: no-repeat;
		font-size: 12px;
		font-weight: bold;
		display: table-cell;
	}
	
.content_tab_short_off a {
		color: #666666;
		text-decoration: none;
	}
	
.content_tab_short_off a:hover {
		color: black;
		text-decoration: none;
	}
	
.fade {
		color: #666666;
	}
#routestats {
		border-color: #c1c1c1;
		border-width: 1px;
		border-style: solid;
		letter-spacing: 1px;
		font-size: 12px;
		font-family: Helvetica, Verdana, Arial, sans-serif;
	}
.routestatshead{
	color: black;
	background-image: url(../graphics/interface/routes/stat_header_bg.gif);
	background-repeat: repeat-x;
}

.routestatshead a{
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

.routestatshead a:hover{
	color: black;
	text-decoration: none;
}

.infotable{
	border: 1px solid #333333;
}
.infotext td{
	font-size: 14px;
}
.infotablehead{
	background-image: url(../graphics/interface/ash/event_info/header_bg.gif);
	background-repeat: repeat-x;
}
.infotableodd{
	background-color: #f3f3f3;
	color: #333333;
}
#routetabs{
	position: absolute;
	margin-bottom: 0px;
	display: table-cell;
}
.goldbg{
	background-image: url(../graphics/interface/infobox/goldbg.png);
	background-position: left;
	background-repeat: repeat-y;
}
.silverbg{
	background-image: url(../graphics/interface/infobox/silverbg.png);
	background-position: left;
	background-repeat: repeat-y;
}
.bronzebg{
	background-image: url(../graphics/interface/infobox/bronzebg.png);
	background-position: left;
	background-repeat: repeat-y;
}
.goldawdbg{
	background-image: url(../graphics/interface/results/goldbg.png);
	background-position: right;
	background-repeat: repeat-y;
}
.silverawdbg{
	background-image: url(../graphics/interface/results/silverbg.png);
	background-position: right;
	background-repeat: repeat-y;
}
.bronzeawdbg{
	background-image: url(../graphics/interface/results/bronzebg.png);
	background-position: right;
	background-repeat: repeat-y;
}
.alertawdbg{
	font-size: 14px;
	color: white;
	background-image: url(../graphics/interface/results/alertbg.png);
	background-position: right;
	background-repeat: repeat-y;
}
.bronzeawdbg{
	background-image: url(../graphics/interface/results/bronzebg.png);
	background-position: right;
	background-repeat: repeat-y;
