#devicesInfoTable
{
    overflow: auto;	
	  width:100%;
    height:100%;
}

.devicesTableViewHeader
{
    border-style: solid;
    border-width: 1px;
    border-color: black;
    background-color: orange;
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 	
  	font-size : 12px; -moz-user-select: none;  
  	font-weight: bold;
  	margin:2px;
}


.devicesTableViewColumn
{
    width:auto;
    height:auto;
    border-style: solid;
    border-width: 1px;
    border-color: black;
    float:left;
    margin:2px;
}

.devicesTableViewCell
{
    background-color:white ;
    border-style: solid;
    border-width: 1px;
    border-color: black;
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 	
	  font-size : 9px; -moz-user-select: none;  
    margin:2px;
}