.tabulatorsPanel
{
  width:65%;
  height:15%;
  border-style: solid;
  border-width: 1px;
  border-color: #C4C4C4;
  margin:1px;
  position:absolute;
  bottom:50px;
  right:20px;
  z-index: 10000;
  overflow: hidden;	
  /*background-color: white;*/
}

.tabulatorsTopPanel
{
  width:100%;
  height:7%;
  /*background-color: #C4C4C4;*/
  border-bottom: rgb(0,0,0) solid 1px
}


.tabulatorsTabPanel
{
  width:auto;
  height:20px;
  border-style: solid;
  border-width: 1px;
  border-color:  rgb(0,0,0) ;
  cursor:pointer;
  float: left;
  text-align:center;
  margin:1px;
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 	
	font-size : 12px; -moz-user-select: none;  
	color: black;
	background-color: rgb(255,204,0);
  
}

.tabulatorsActiveTabPanel
{

  width:auto;
  height:20px;
  border-style: solid;
  border-width: 2px;
  border-color:  rgb(0,0,0) ;
  cursor:pointer;
  float: left;
  text-align:center;
  margin:1px;
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 	
	font-size : 12px; -moz-user-select: none;  
	color: red;
	background-color: rgb(255,204,0);
}

div.msgPanel
{
  /*background-color: white;*/
  width:98%;
  height:70px;
  text-align:center;
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 	
	font-size : 14px; -moz-user-select: none;  
	color: black;
	margin-top:10px;
}

.tableInfo
{
    width:98%;
}


.tableInfo td
{
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 	
	  font-size : 12px; -moz-user-select: none;  
    background-color: white;
    font-weight: bold;
    border-style: solid;
    border-width: 2px;
    border-color:  rgb(0,0,0) ;
}

.tableInfo th
{
   background-color: white;
   font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 	
	 font-size : 12px; -moz-user-select: none; 
   font-weight: bold; 
   border-style: solid;
   border-width: 1px;
   border-color: rgb(255,0,0) ;

}