#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;
	}
	
.dir_text {
	padding: 20px;
}

.inset_text {
	padding-left: 40px;
	padding-bottom: 10px;
	padding-right: 40px;
	padding-top: 30px;
}
	
.content_tab_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_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_off a {
		color: #666666;
		text-decoration: none;
	}
	
.content_tab_off a:hover {
		color: black;
		text-decoration: none;
	}
	
.subcontent_tab3_on {
		position: static;
		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;
	}
	
.subcontent_tab3_off {
		position: static;
		height: 18px;
		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;
	}
	
.subcontent_tab3_off a {
		color: #666666;
		text-decoration: none;
	}
	
.subcontent_tab3_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;
}

#routetabs{
	position: absolute;
	margin-bottom: 0px;
	display: table-cell;
}

#mapborder{
	position: relative;
	right: 20px;
	top: 30px;
	margin-left: 20px;
}
