/*COLORS FOR BUS STOPS************/
.bus_stop_red {
	color: #d2232a;
}

.bus_stop_dark_blue {
	color: #23408f;
}

.bus_stop_light_blue {
	color: #4e88c7;
}

.bus_stop_green {
	color: #40ae49;
}

.bus_stop_orange_header {
	background: #fec240;
	display: block;
	height: 25px;
	padding:7px 10px 2px 10px;
	margin-top: 35px;
	font-size: 16px;
	font-weight: bold;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	color: #000;
}

.bus_stop_red_header {
	background-color: #d2232a;
	display: block;
	height: 25px;
	padding:7px 10px 2px 10px;
	margin-top: 35px;
	font-size: 16px;
	font-weight: bold;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	color: #fff;
}

.bus_stop_dark_blue_header {
	background-color: #23408f;
	display: block;
	height: 25px;
	padding:7px 10px 2px 10px;
	margin-top: 35px;
	font-size: 16px;
	font-weight: bold;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	color: #fff;
}

.bus_stop_light_blue_header {
	background-color: #4e88c7;
	display: block;
	height: 25px;
	padding:7px 10px 2px 10px;
	margin-top: 35px;
	font-size: 16px;
	font-weight: bold;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	color: #fff;
}

.bus_stop_green_header {
	background-color: #40ae49;
	display: block;
	height: 25px;
	padding:7px 10px 2px 10px;
	margin-top: 35px;
	font-size: 16px;
	font-weight: bold;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	color: #fff;
}

/*COLORS FOR BUS STOPS************/

.bus_stop_h3 {
	padding: 10px 0 0 10px;
}

.bus_stop_entry {
	font-size: 14px;
	padding: 0 10px 10px 70px;
	display: block;
	border-bottom: 1px dotted #e7e7e7;
}

.bus_stop_entry_number{
	display: block;
	float: left;
	font-weight: bold;
	margin-left: -30px;
	height: 30px;
	width: 30px;
}

.bus_stop_entry_new {
	font-weight: bold;
	height: 12px;
	float: left;
	display: block;
	margin-left: 0;
	padding-top: 1px;
	font-size: 12px;
	color: #000;
}

.bus_stop_entry_icon {
	font-weight: bold;
	height: 30px;
	float: left;
	display: block;
	margin-left: 0;
	padding-left: 12px;
	padding-top: 1px;
	font-size: 12px;
	color: #000;
}

.bus_stop_entry_icon img{
	padding-bottom: 3px;
}

.bus_route_info_box {
	font-size: 12px;
	line-height: 16px;
	padding: 10px 0 5px 0;
}

.bus_route_info_box ul{
	line-height: 15px;
	margin-left: 15px;
	padding: 0;
}

.bus_route_info_box li{
	padding-bottom: 10px;
}

.bus_route_info_box img{
	float: left;
	padding-right: 10px;
}

.round_trip_box {
	width: 263px;
	background: #b9e5fb;
	border: solid 1px #a6d0e5;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}

.round_trip_box h2 {
	text-transform: uppercase;
	color: #004c98;
}

.round_trip_box p {
	font-size: 11px;
}

.round_trip_box_padding {
	padding:5px 0 0 50px;
}

.round_trip_box img {
	float: left;
	margin: -6px 0 0 -13px;
	
}

.reg_bus_stop {
	font-size: 14px;
	padding: 10px 60px 0 10px;
	display: block;
}

.blue_info_box {
	background: #b9e5fb;
	border: solid 1px #a6d0e5;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
}

.blue_info_box p{
	padding: 14px 15px 0 10px;
	font-size: 13px;
}

.blue_info_box img {
		float: left;
		padding: 10px 15px 0 10px;
}

.icon_key_box {
	width: 263px;
	height: 160px;
	background: #fef5e1;
	border: solid 1px #004c98;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}

.icon_key_box p{
	padding: 10px 10px 0 65px;
	font-size: 12px;
	line-height: 13px;
	
}

.icon_key_box img {
		float: left;
		padding: 10px 10px 0 10px;
}

.icon_key_box_blue {
	display: block;
	float: left;
	color: #fff;
	width: 23px;
	background: #004c98;
	height: 110px;
	padding-top: 50px;
	border-top-left-radius:5px;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topleft:5px;
	border-bottom-left-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomleft:5px;
}



.sidenav {
	background: #FFF;
	float: left;
	width: 230px;
	margin-top: 10px;
}

.sidenav ul {
	font-family: "Trebuchet MS", Arial, Helvetica, verdana, sans-serif;
	list-style-type: none;
	margin-left: 0;
	margin-top: 3px;
	padding-left: 0;
}

.sidenav a {
	background: #FFFFFF url(/_assets/img/images/sidebar_link_list_arrow.png) no-repeat 10px center;
	display: block;
	font-size: 14px;
	padding-left: 30px;
	padding-top: 7px;
	padding-bottom: 7px;
	width: 230px;
	border-bottom: 1px dotted #c7c7c7;
}

.sidenav a:hover {
	background: #432B6F url(/_assets/img/images/sidebar_link_list_arrow.png) no-repeat 10px center;
	color: #fff;
	width: 230px;
	text-decoration: none;
}
