.ui-bar-a{
      background-color: #38c;
      border-color: #38c;
      color: #fff;
      text-shadow: 0 1px 0 #059;
      border: 1px solid #38c;
    background: #38c;
}

Y añade esta clase después

.ui-body-c, .ui-dialog.ui-overlay-c{
      background: #fff;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#fff));
    background-image: -webkit-linear-gradient(#fff,#fff);
    background-image: -moz-linear-gradient(#fff,#fff);
    background-image: -ms-linear-gradient(#fff,#fff);
    background-image: -o-linear-gradient(#fff,#fff);
    background-image: linear-gradient(#fff,#fff);
      }

.ui-btn, label.ui-btn {
	border-style: none;
}
.ui-bar-a{
	background-color: #38c;
	border-color: #38c;
	color: #fff;
	text-shadow: 0 1px 0 #059;
}

/*
.mdLogoTop
{
	margin: -1em -1em 1em -1em !important;
    border-bottom: 3px solid #38c !important;
    border-top: 44px solid #38c !important;
	
	}

.mdLogoBottom
{
	margin: 1em -1em 0 -1em;
    border-bottom: 2px solid #6AA2D6;
    border-top: 10px solid #6AA2D6;
	
	}*/


html .ui-bar-a .ui-btn{
	background-color: #38c !important;
	border-color: #235F8F !important;
	color: #fff !important;
	text-shadow: 0 1px 0 #059 !important;
}

html .ui-bar-a .ui-btn.ui-btn-active{
	background-color: #2196F3 !important;
	border-color: #235F8F !important;
	color: #fff !important;
	text-shadow: 0 1px 0 #059 !important;
}
html .ui-bar-a .ui-btn:hover{
	background-color: #2196F3 !important;
	border-color: #235F8F !important;
	color: #fff !important;
	text-shadow: 0 1px 0 #059 !important;
}

.iconAzul
{
	background-color: #38c !important;
	border-color: #235F8F !important;
	color: #fff !important;
	text-shadow: 0 1px 0 #059 !important;
}

.iconAzul:hover
{
	background-color: #2196F3 !important;
	border-color: #235F8F !important;
	color: #fff !important;
	text-shadow: 0 1px 0 #059 !important;
}

.iconAzul:active
{
	background-color: #38c !important;
	border-color: #235F8F !important;
	color: #fff !important;
	text-shadow: 0 1px 0 #059 !important;
}

.custom-corners .ui-bar {
	-webkit-border-top-left-radius: inherit !important;
	border-top-left-radius: inherit !important;
	-webkit-border-top-right-radius: inherit !important;
	border-top-right-radius: inherit !important;
	background: #A9D0F5 !important;  /*#03A9F4 !important; #2196F3 !important;*/
	padding:5px 10px 0 !important;
}
.custom-corners .ui-body {
	border-top-width: 0;
	-webkit-border-bottom-left-radius: inherit !important;
	border-bottom-left-radius: inherit !important;
	-webkit-border-bottom-right-radius: inherit !important;
	border-bottom-right-radius: inherit !important;
	border-color: #A9D0F5 !important;/*#2196F3 !important;*/
	padding:0 10px !important;
	background-color:#EAF3FB !important;
}

.custom-corners2 .ui-bar {
	background: #A9D0F5 !important;  /*#03A9F4 !important; #2196F3 !important;*/
	padding:10px 15px !important;
	font-weight: 700;
}
.custom-corners2 .ui-body {
	border:0 !important;
	border-color: #A9D0F5 !important; /*#03A9F4 !important; /*#2196F3 !important;*/
	padding:0 15px !important;
	background-color:#fff !important;
}

.custom-corners3 .ui-bar 
{
	-webkit-border-top-left-radius: inherit !important;
	border-top-left-radius: inherit !important;
	-webkit-border-top-right-radius: inherit !important;
	border-top-right-radius: inherit !important;
    background: #A9D0F5 !important;  /*#03A9F4 !important; #2196F3 !important;*/
	padding:10px 15px !important;
	font-weight: 700;
}
.custom-corners3 .ui-body {
	border-top-width: 0;
	-webkit-border-bottom-left-radius: inherit !important;
	border-bottom-left-radius: inherit !important;
	-webkit-border-bottom-right-radius: inherit !important;
	border-bottom-right-radius: inherit !important;
	border-color: #A9D0F5 !important;/*#2196F3 !important;*/
	padding:0 10px !important;
	background-color:#EAF3FB !important;
}

.sq_image{width:16px;height:16px;}
.sq_SinCoberturaGPRS {background-image: url(../img/m/sq_red.png	)!important;}
.sq_SinAlimentacion {background-image: url(../img/m/sq_bat.png	)!important;}
.sq_SinCoberturaGPS {background-image: url(../img/m/sq_yellow.png	)!important;}
.sq_Parado {background-image: url(../img/m/sq_grey.png	)!important;}
.sq_Movimiento {background-image: url(../img/m/sq_green.png	)!important;}
.sq_blue {background-image: url(../img/m/sq_blue.png	)!important;}
.sq_Ralenti {background-image: url(../img/m/sq_greenlight.png	)!important;}

.tVehDetalle{
	margin-top:10px;
	border-collapse: collapse;
}
.tdIconIzq{
	border-right:5px solid #0099ff;
	padding-right:10px;
}

.pTituloVehDetalle{
		color:#ccc;
		font-size:14px;
		margin:0;
}
.ulFooter{
		border-bottom:1px solid #235F8F;
}
.liFooter{
		border-right:1px solid #235F8F;
}

.icoAlarma{
	margin-left:15px;
	margin-top:15px;
}
.icoNumParadas{
	margin-bottom: -5px;
	width:20px;	
}
.icoParadas
{
	float:left;
	margin-right:5px;
	margin-bottom: -15px;
	width:32px;
}
.divEstadoVehDetalle{
	float:right;
	margin-left:3px;
	margin-top:-2px;
	}
.icoVehDetalle
{
	float:left;
	margin-right:5px;
	margin-bottom: -15px;
	margin-top: -3px;
	width: 32px;
	}	
	
/*
.ui-page-theme-a .ui-btn, html .ui-bar-a .ui-btn, html .ui-body-a .ui-btn, html body .ui-group-theme-a .ui-btn, html head+body .ui-btn.ui-btn-a, .ui-page-theme-a .ui-btn:visited, html .ui-bar-a .ui-btn:visited, html .ui-body-a .ui-btn:visited, html body .ui-group-theme-a .ui-btn:visited, html head+body .ui-btn.ui-btn-a:visited {
    background-color: #38c !important;
	border-color: #235F8F !important;
	color: #fff !important;
	text-shadow: 0 1px 0 #059 !important;
}


.ui-page-theme-a .ui-btn:hover, html .ui-bar-a .ui-btn:hover, html .ui-body-a .ui-btn:hover, html body .ui-group-theme-a .ui-btn:hover, html head+body .ui-btn.ui-btn-a:hover
{
	background-color: #2196F3 !important;
	border-color: #235F8F !important;
	color: #fff !important;
	text-shadow: 0 1px 0 #059 !important;
	}*/
