<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.slHistoryPan
{
  overflow: hidden;	
	margin:0;
  overflow-y:scroll;
  width:100%;
  height:100%;
}

.slHistoryDeviceContainer
{
  width:100%;
  height:20px;
  border-style: solid;
  border-width: 2px;
  border-color: white;
}


.slHistoryDev
{
  border-style: solid;
  border-width: 2px;
  border-color: gray;
  margin :1px;
  width:80%;
  float:left;
  cursor: pointer;
 
}

.slHistoryDevName
{
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 	
	font-size : 11px; -moz-user-select: none;  
	font-weight: bold;
  height:10px;
  margin:5px;
  width:auto;
}


.slHistoryTblButton
{
  height:20px;
  width:20px;
  border-style: solid;
  border-width: 2px;
  border-color: red;
  margin :1px;
  float:left;
  cursor: pointer;
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 	
	font-size : 11px; -moz-user-select: none;  
	
 
}

.slActiveHistoryTblButton
{
  height:20px;
  width:20px;
  border-style: solid;
  border-width: 2px;
  border-color: green;
  margin :1px; 
  float:left;
  cursor: pointer;
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 	
	font-size : 11px; -moz-user-select: none;  
	font-weight: bold;
  background-color: green;
}



.slHistoryAniButton
{
  height:20px;
  width:20px;
  border-style: solid;
  border-width: 2px;
  border-color: red;
  margin :1px;
  float:left;
  cursor: pointer;
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 	
	font-size : 11px; -moz-user-select: none;  
	
 
}

.slActiveHistoryAniButton
{
  height:20px;
  width:20px;
  border-style: solid;
  border-width: 2px;
  border-color: green;
  margin :1px; 
  float:left;
  cursor: pointer;
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 	
	font-size : 11px; -moz-user-select: none;  
	font-weight: bold;
  background-color: green;
}

.slHistoryViewButton
{
  height:20px;
  width:20px;
  border-style: solid;
  border-width: 2px;
  border-color: red;
  margin :1px;
  float:left;
  cursor: pointer;
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 	
	font-size : 11px; -moz-user-select: none;  

 
}

.slActiveHistoryViewButton
{
  height:20px;
  width:20px;
  border-style: solid;
  border-width: 2px;
  border-color: green;
  margin :1px; 
  float:left;
  cursor: pointer;
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 	
	font-size : 11px; -moz-user-select: none;  
	font-weight: bold;
  background-color: green;

}


#historyAnimatedDisplay
{
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 	
	font-size : 15px; -moz-user-select: none;  
	color:black;
	font-weight: bold;
	background-color:#ffc20d ;
	width:100%;
	height:40pix;
}

#tableHistoryDiv
{
  overflow: auto;
  width:100%;
  height:200px;
}

.historyFrame
{
  width:100%;
  height:100%;
}

</pre></body></html>