.slDevPan
{
  width:98%;
  border-style: solid;
  border-width: 3px;
  border-color: #ffffff;
}

.slDev
{
  border-style: solid;
  border-width: 2px;
  border-color: gray;
  margin :1px
}

.slDevName
{
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 	
	font-size : 11px; -moz-user-select: none;  
	font-weight: bold;
	color:orange;
  background-color: #000000;
  width:90%;
  height:12px;
  margin:5px;
  
}


.slTrackButton
{
    width:10px;
    height: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: black;
    background-color: gray;
    margin :2px;
    float : right;
    cursor:pointer;
    overflow: hidden;
}

.slActiveTrackButton
{
    width:10px;
    height: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: black;
    background-color: lime;
    margin :2px;
    float : right;
    cursor:pointer;
    overflow: hidden;
}
.slSubMenu
{
  width:100%;
  height: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: white;

}
.slMenuSelectDevices
{
  border-style: solid;
  border-width: 1px;
  border-color: black;
  width:70px;
  cursor:pointer;
  background-color: white;
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 	
	font-size : 10px; -moz-user-select: none;  
  float:left;
  margin:3px;
}

.slMenuAutoZoom
{
  border-style: solid;
  border-width: 1px;
  border-color: black;
  width:70px;
  background-color: red;
  cursor:pointer;
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 	
	font-size : 10px; -moz-user-select: none;  
	float:left;
	margin:3px;
}


.slMenuActiveAutoZoom
{
  border-style: solid;
  border-width: 1px;
  border-color: black;
  width:70px;
  cursor:pointer;
  background-color: lime;
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 	
	font-size : 10px; -moz-user-select: none;  
	float:left;
	margin:3px;
}

.slAddressBar
{
    width:90%;
    background-color:#e8dcdd;
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 	
	  font-size : 9px; -moz-user-select: none;  
	  color: black;
	  margin:2px;
	  cursor:pointer;
}



.slActiveAddressBar
{

    width:90%;
    background-color:#e8dcdd;
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 	
	  font-size : 9px; -moz-user-select: none;  
	  color: black;
	  margin:2px;
	 
    border-style: solid;
    border-width: 2px;
    border-color: green;
    cursor:pointer;

}


.slStatusBarSenzor
{

    width:80px;
    height: 8px;
    margin : 2px;
  
}

.slStatusBarGps
{
    width:80px;
    height: 15px;
    margin-bottom : 4px;
    margin-left : 2px;
    margin-top : 4px;
}

.slGpsStatus
{
   width: auto; 
   height:15px;
   float : left;  
   margin:1px;
   background-color:gray;
   overflow: hidden;
   font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 	
	 font-size : 12px; -moz-user-select: none;  
	 color: black;
	 font-weight: bold;
	 border-style: solid;
   border-width: 1px;
   border-color: gray;
	 
}

.slGpsStatusActive
{
   width: auto; 
   height:15px;
   float : left;  
   margin:1px;
   background-color:lime;
   overflow: hidden;
   font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 	
	 font-size : 12px; -moz-user-select: none;  
	 color: black;
	 font-weight: bold;
	 border-style: solid;
   border-width: 1px;
   border-color: gray;
	 
}


.slGpsStatusInActive
{
   width: auto; 
   height:15px;
   float : left;  
   margin:1px;
   background-color:red;
   overflow: hidden;
   font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 	
	 font-size : 12px; -moz-user-select: none;  
	 color: black;
	 font-weight: bold;
	 border-style: solid;
   border-width: 1px;
   border-color: gray;
	 
}

.slSenzorBit
{
   width: 7px; 
   height:7px;
   float : left;  
   margin:1px;
   background-color:gray;
   overflow: hidden;
}

.slSenzorActive
{
   width: 7px; 
   height:7px;
   float : left;  
   margin:1px;
   background-color:lime;
   overflow: hidden;
}

.slSenzorInActive
{
   width: 7px; 
   height:7px;
   float : left;  
   margin:1px;
   background-color:red;
   overflow: hidden;
}

.slSenzorHint
{
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 	
	  font-size : 10px; -moz-user-select: none;  
	  color: black;
	  font-weight: bold;
	  width:auto;
	  height:auto;
	  position:absolute;
	  background-color:white;
	  border-style: solid;
    border-width: 1px;
    border-color: gray;
    display:none;
	  
}