.progressBar ol, ul{
	list-style: none;
	margin: 0px 0px 0px 0px;
    padding: 0;
}
.progressBar li{
	color: #7d7d7d;
}
.progressBar li a{
	color: #7d7d7d;
}

.progressBar li.redarrowcurrent a{
	color: #fff !important;
}
.progressBar li.greenarrowcurrent a{
	color: #fff !important;
}
.progressBar li.orangearrowcurrent a{
	color: #fff !important;
}

.progressBar li.redarrowcurrent p{
	color: #fff !important;
}
.progressBar li.greenarrowcurrent p{
	color: #fff !important;
}
.progressBar li.orangearrowcurrent p{
	color: #fff !important;
}
/*
.progressBar li{
	display: inline-block !important;
	width: 100px;
	height: 25px;
	padding: 0px 0px 0px 0px;
	background-image:url(/images/colors/orange.png);
	background-repeat:no-repeat;
}
.progressBar li.current{
	color: #fff;
	display: inline-block !important;
	width: 100px;
	height: 25px;
	padding: 0px 0px 0px 0px;
	background-image:url(/images/colors/orange_active.png);
	background-repeat:no-repeat;
}
*/
.doorsopen{
	color: #090 !important;
	font: 13px Arial;
	font-weight:bold;
}
.doorsclosed{
	color: #C00 !important;
	font: 13px Arial;
	font-weight:bold;
}
.progressBar li.redarrow{
	display: inline-block !important;
	width: 100px;
	height: 25px;
	padding: 0px 0px 0px 0px;
	background-image:url(/images/colors/red.png);
	background-repeat:no-repeat;
}

.progressBar li.redarrowcurrent{
	color: #fff;
	display: inline-block !important;
	width: 100px;
	height: 25px;
	padding: 0px 0px 0px 0px;
	background-image:url(/images/colors/red_active.png);
	background-repeat:no-repeat;
}

.progressBar li.greenarrow{
	display: inline-block !important;
	width: 100px;
	height: 25px;
	padding: 0px 0px 0px 0px;
	background-image:url(/images/colors/green.png);
	background-repeat:no-repeat;
}
.progressBar li.greenarrowcurrent{
	color: #fff;
	display: inline-block !important;
	width: 100px;
	height: 25px;
	padding: 0px 0px 0px 0px;
	background-image:url(/images/colors/green_active.png);
	background-repeat:no-repeat;
}

.progressBar li.orangearrow{
	display: inline-block !important;
	width: 100px;
	height: 25px;
	padding: 0px 0px 0px 0px;
	background-image:url(/images/colors/orange.png);
	background-repeat:no-repeat;
}
.progressBar li.orangearrowcurrent{
	color: #fff;
	display: inline-block !important;
	width: 100px;
	height: 25px;
	padding: 0px 0px 0px 0px;
	background-image:url(/images/colors/orange_active.png);
	background-repeat:no-repeat;
}

.progressBar p{
	padding: 3px 0px 0px 10px;	
}


.mustgo{
	color: #090 !important;
	font: 13px Arial;
	font-weight:bold;
	text-align: center;
	width: 180px !important;
	border-top: 1px solid #090;
	border-bottom: 1px solid #090; 
	border-right: 1px solid #090; 
	border-left: 1px solid #090;
	padding:2px;
}
.vehiclealertbox{
	color: #C00 !important;
	font: 13px Arial;
	font-weight:bold;
	text-align: center;
	width: 190px !important;
	border-top: 1px solid #C00;
	border-bottom: 1px solid #C00; 
	border-right: 1px solid #C00; 
	border-left: 1px solid #C00;
	padding:5px;
}

.mmrBarContainer{
	padding-top: 10px;
	font-size: 12px !important;
}

.mmrBar ol, ul{
	list-style: none;
	margin: 0px 0px 0px 0px;
    padding: 0;
}
.mmrBar li{
	color: #7d7d7d;
}
.mmrBar li.blueHeader{
	color: #fff;
	display: inline-block !important;
	width: 100px;
	height: 25px;
	padding: 0px 0px 0px 0px;
	background-color: #0569d8;
	background-repeat:no-repeat;
}
.mmrBar li.bluecurrent{
	color: #000;
	display: inline-block !important;
	width: 100px;
	height: 25px;
	padding: 0px 0px 0px 0px;
	background-color: #fff;
	background-repeat:no-repeat;
}


.mmrBar p{
	padding: 3px 0px 0px 10px;	
}

