/* CSS Document */


body {
	width:100%;
	padding-top:0px;	
}

html {
	width:100%; 
	margin:0px;
}

.MainTopDivContainerLogin {
	width:100%;
	height:125px;
	background-image:url(../images/TopBackground.png);
	background-position:bottom;
	background-repeat:repeat-x;
}

.LoginBoxes {
	width:112px;
	height:20px;
	background-color:#FFF;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#7f7f7f;	
}

.GrayBar {
	position: absolute;
	top: 115px;
	width:100%;
	height:10px;
	background-color:#c00b00;
}

.LogoBar{
	width:100%;
	height:64px;
	margin-top: 6px;
	background-color:#c00b00;
}

.SmallLogoBar{
	width:100%;
	height:5px;
	background-color:#c00b00;
}



.ImageHover:hover {
	opacity:0.9;
	filter:alpha(opacity=90);	
}

#vehiclelocation {
	opacity: 0.6;  
	filter: alpha(opacity=60);
}

#vehiclelocationwords{
	opacity: 1.0;  
	filter: alpha(opacity=100)
}

div.screenmask
{
    position: absolute;
    left: 0px;
    top: 125px;
    right: 0px;
    bottom: 0px;
    z-index: 1000;
    background-color: #000000;
    opacity: 0.6;
    filter: alpha(opacity=60);

}
.loading
{
    color: white;
    display: inline;
    z-index: 1001;
    top: 50%;
    left:40%;
    position: absolute;
}
.imgloading
{
    
    color: white;
    display: inline;
    z-index: 1001;
    top: 52%;
    left:42%;
    position: absolute;
}

.grad {
  background: -webkit-linear-gradient(#4381ca, #2463aa); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#4381ca, #2463aa); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#4381ca, #2463aa); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#4381ca, #2463aa); /* Standard syntax */
} 

#safetytitles {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#ffffff;
	text-align:center;
	padding-top:15px;
	
}

/*BG Images*/

.vehbg {
	width:1700px;
	height:600px;
	opacity: 1;  
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/Design/bg/vehbgsm.png);
	background-repeat: no-repeat;
	
	
}

.vehiclelocationcontain{
	background-color:#FFFFFF;
	-moz-border-radius: 8px; 
	border-radius: 8px;
}

.vehiclelocationwords{
	opacity: 1.0;  
	filter: alpha(opacity=100)
}