.wrapper{
    margin: 0 auto;
    height: 100%;
    width: 100%;
	background-color: #F7FAFD;
 
}
.header{
    width:100%;
    height:20%;  
}
.headtitle{
     color: #000;
    font-family:calibri,arial;
    font-size: 18px;
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 10px;   
    background-color: #E8E8E8;
    padding: 2px;
}
.headertop{
   position:relative; 
   height:50%;   
}
.navigation{ 
   height:41px; 
}
.maincontent{
    position:relative;
    width:100%;
    height:75%;
    min-height: 480px;
    
}
.maincontentmap{
    
    position:relative;
    width:100%;
    height:100%;
    min-height: 460px;
}
.groupname{
    float:left;
    width:20%;
    position:relative;
    height:100%;
}
.mainFrame{
    float:right;
    position:relative;
    width: 100%;
    height:100%;
    background: -moz-linear-gradient(center top , #3A3736 0px, #4E4A4A 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.vehListItem{
display:none;
background: none repeat scroll 0 0 Transparent;
    border-bottom: 0px solid black;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
}
.vehListItempoi{
background: none repeat scroll 0 0 Transparent;
    border-bottom: 0px solid black;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
}
.pop-up{
display:none;
}
.deviceslist{
font-weight:600;
font-family:tahoma;
font-size:12px;
}

.reportmenuheader {
background: #354558;
    border: 1px solid #CCCCCC;
    color: #FFF;
    font-family: "Calibri",Calibri;
    font-size: 19px;
    height: 30px;
    padding: 2px;
	text-align:center;
	margin-top:20px;
	}
	.reportmenu {
    border: 1px solid #CCCCCC;
    border-collapse: collapse;
    font: 12px calibri,arial;
    padding: 5px;
    width: 100%;
	margin-top:10px;
}
.reportmenu tr:nth-child(2n) {
    background: #F7FAFD;
	color:#000;
}
.reportmenu tr:nth-child(2n+1) {
	color:#000;
	
}
.reportmenu tr td {
    border: 1px solid #CCCCCC;
    text-align: center;
    vertical-align: middle;
}
.error { 
    color: #D8000C;
    display: none;
    font-size: 12px;
    text-align: center;  
}

.leftpanel3 {
    background: -webkit-linear-gradient(top,#3a3736 0,#4e4a4a 100%);
    background: -moz-linear-gradient(top,#3a3736 0,#4e4a4a 100%);
    background: -o-linear-gradient(top,#3a3736 0,#4e4a4a 100%);
    background: linear-gradient(top bottom,#03a3736 0,#4e4a4a 100%);
    border: 0px solid #CCCCCC;
    border-collapse: collapse;
    font: 12px calibri,arial;
    padding: 5px;
    width: 74%;
}

.error img { 
	vertical-align:top; 
}
.param_grid_final
{ border-collapse:collapse; padding:5px; width:100%; background:#FFF; border:1px solid #CCC; font-size:13px;font-family: calibri,arial;}
.param_grid_final tr th
{
 background: none repeat scroll 0 0 #336699;
    border: 1px solid #CCCCCC;
    color: #FFFFFF;
    font-weight: bold;
    height: 20px;
    padding: 2px; 
}
.param_grid_final tr td
{ padding:5px; border:#CCCCCC solid 1px; vertical-align:middle; text-align:center;  }
.param_grid_final tr:nth-child(even) {background: #dfdede}
.param_grid_final tr:nth-child(odd) { background:#FFFFFF;}


.list a
{
    color: #505050;
    text-decoration: none;
    font-size: 18px;
}
.list a:hover
{
    color: black;
    text-decoration: none;
    font-size: 18px;

}

.reportmenu label{
    font-size: 15px;
    font-weight: 600;

}


.myButton {
    background: #354558;
    border: 0px solid #000;
    /*+text-shadow:0px -1px 0px #2C6AA3;*/
    -moz-text-shadow: 0px -1px 0px #2C6AA3;
    -webkit-text-shadow: 0px -1px 0px #2C6AA3;
    -o-text-shadow: 0px -1px 0px #2C6AA3;
    text-shadow: 0px -1px 0px #2C6AA3;

    color: #FFFFFF;
    font-weight: bold;
    padding: 5px 10px;
    /*+border-radius:3px;*/
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px 3px 3px 3px;
    cursor: pointer;
    text-decoration: none;
    /*+box-shadow:0px 1px 5px #B2B2B2;*/
    -moz-box-shadow: 0px 1px 5px #B2B2B2;
    -webkit-box-shadow: 0px 1px 5px #B2B2B2;
    -o-box-shadow: 0px 1px 5px #B2B2B2;
    box-shadow: 0px 1px 5px #B2B2B2;
}
.myButton:hover {
    background: #3A9AD9;
    color: #D4E6EF;
    text-decoration: none;
    /*+box-shadow:none;*/
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

.myButton[disabled]
{
    color: #ffffff ;
}

.myButton:active {
    border-top-color: #1b435e;
    background: #1b435e;
}

.bspbutton
{
    border: 1px solid #3580A9;
    width: 90px;
    height: 35px;

}
#footer{
background: none repeat scroll 0 0 #F7FAFD;
    color: #000;
    float: left;
    font-family: calibri;
    font-size: 16px;
    height: 32px;
    padding-top: 12px;
    position: relative;
    text-align: center;
    width: 100%;
    border:1px solid #CCCCCC;
}


#maintb{
    width:100%;
}
.reportVehicle:hover {
background: url(navBackground_active.png);
font-size:9px;
background-color:White;
background-repeat:no-repeat;
}
.reportVehicle {
position: relative;
font-size:9px;
display: block;
width: 300px;
height: 80px;
margin: 15px 7px 5px 7px;
border: none;
float: left;
color:black;
background: Transparent;
}
.reportVehicle img {
vertical-align: middle;
position: absolute;
top: 0px;
left: 10px;
}
.reportVehicle h1 {
vertical-align: middle;
text-align: right;
font-size: 12pt;
margin: 5px;
color:Black;
}
.reportVehicle p {
text-align: right;
font-size: 12px;
font-style: italic;
padding-left: 70px;
margin: 5px;
}
.reportVehicle h2
{
vertical-align: middle;
text-align: right;
font-size: 10pt;
margin: 5px;
}
.reportVehicle {
background: url(navBackground_active.png);
background-color:White;background-repeat:no-repeat;
position: relative;
display: block;
width: 300px;
height: 80px;
margin: 20px 10px 10px 10px;
border: solid 1px #333;
float: left;
}
.reportVehicle img {
vertical-align: middle;
position: absolute;
top: 0px;
left: 10px;
}
/*.Grid td, th {
border: 1px solid #cccccc;
}
.Grid{border-right-color:#cccccc;  width:98%; height:25%; color:#000000; text-align:center; FONT-FAMILY: Arial, Helvetica, sans-serif; margin-left:10px; }

.Grid td
{
     border: 1px solid #cccccc;
    font-family: sans-serif;
    font-size: 12px;
    margin: 1px;
    padding: 5px 3px 3px;
    vertical-align: middle;
  
   }     


.Grid th{border:solid 1px #cccccc; border-right-color:#cccccc; border-bottom-color:#cccccc;  color:#ffffff;
font-size: 14px;
margin: 1px 1px 1px 1px; background-color:#0095BE; padding: 5px 3px 3px 3px;  vertical-align:middle; } 
*/


.gridDiv1{ float:left; height:100%; width:100%;
border:solid 1px #cacaca; background-color:#ffffff; }
.mapGridDiv1{clear:both; margin:0px 0px 0px 0px; padding:0px; height:100%; width:100%;
border:solid 1px #cacaca; background-color:#ffffff;  }
.gridDiv2{ float:left; clear:both; margin:0px 0px 0px 0px; padding:0px; height:100%; width:100%;
border:solid 1px #cacaca; background-color:#ffffff; } 


.gridDiv3{
    clear:both; 
    margin:0px; 
    padding:0px; 
    height:125px; 
    width:100%;
border:solid 1px #cacaca; 
background-color:#ffffff; 
}                     


.dataGridHeader{
    font-weight: bold; 
    background-color: #f4f4f4;  
    height:33px; 
    text-align:center; 
    vertical-align:top;
      }

.GridHeader21{font-weight: bold; background-color: #f4f4f4; text-align:left; margin-left:20px; height:22px; }

.GridAltItem{background-color:#ffffff;}

.selectedRowStyle{ background-color:#f4f4f4; }

.masterGrid{ height:260px; width:100%;}      

.TextBig{ FONT-SIZE: 75%; COLOR: #ffffff;  FONT-FAMILY: Arial, Helvetica, sans-serif; font-weight:bold; height:25px;
padding-left:3px; padding-right:8px;   padding-top:8px; padding-bottom:3px; text-decoration:none; }    



.Textsmall{ FONT-SIZE: 85%; COLOR: #000000;  FONT-FAMILY: Arial, Helvetica, sans-serif; 
padding-left:8px; padding-right:8px;   padding-top:8px; padding-bottom:8px; text-decoration:none; } 	
.Textsmallalt{ FONT-SIZE: 85%; COLOR: #000000;  FONT-FAMILY: Arial, Helvetica, sans-serif; 
padding-left:8px; padding-right:8px;   padding-top:8px; padding-bottom:8px; text-decoration:none; background:#F4F4F4; } 	


.Textupdate{ FONT-SIZE: 85%; COLOR: Maroon;  FONT-FAMILY: Arial, Helvetica, sans-serif; font-weight:bold; height:30px;
padding-left:3px; padding-right:8px;   padding-top:8px; padding-bottom:3px; text-decoration:none; }

#fieldWrapper
{
text-align:center;
}
#demoNavigation
{
text-align:right;
}

#basic-modal-content
 {
 display:none;
}
/* Container */
#simplemodal-container 
{
height:360px;
 width:600px;
 color:#bbb;
 background-color:#FFFFFF;
 border:2px solid #BBBBBB ;
 padding:12px;
}
#simplemodal-container a.modalCloseImg
 {
 background:url(../Skins/Default/x.png) no-repeat;
 width:25px; 
 height:29px;
 display:inline;
 z-index:3200;
 position:absolute;
 top:-15px; 
 right:-16px;
 cursor:pointer;
 }
 

.abc {
    border-bottom: 1px solid #b2b2b2;
    line-height: 25px;
    padding: 1px 0 1px 5px;
    width: 25px;
           
}

div.vehicleSection
{
    border: 0px solid #DDDDDD;
    overflow: auto;
    width: 100%;
    max-height: 500px;
}

.vehicleSection {
    overflow: auto;
    width: 100%;
}
.vehicleSection table {
    border: 0 solid #b2b2b2;
    border-collapse: collapse;
    font-size: 11px;
    line-height: 22px;
    width: 100%;
}
.vehicleSection tr  {
    border-bottom: 1px solid #b2b2b2;
    line-height: 25px;
    padding: 1px 0 1px 5px;
    width: 25px;
}
.vehicleSection td
{
     border-right: 1px solid #b2b2b2;
}

.abc {
    border-bottom: 1px solid #b2b2b2;
    line-height: 25px;
    padding: 1px 0 1px 5px;
    width: 25px;
           
}
.vehicleSection a {
    color: #3a5b7a;
    font-size: 14px;
    font-weight: bold;
}

.vehicleSection_detail {
    bottom: 0;
    height: 28px;
    left: 0;
    min-width: 200px;
    padding: 2px 10px;
    position: absolute;
    width: 25%;
}
.vehicleSection_detail table {
    border-top: 2px solid #b2b2b2;
}