/* CSS Document */

.pagetable
{
	width:1002px;
	margin-right:auto;
	margin-left:auto;
	margin-top:1px;
	padding:0px;
	text-align:left;
}

.Data
{
  position:relative;
  z-index: 1; 
  FONT-SIZE: 10px; COLOR: #000000; FONT-FAMILY: verdana;
}

.Datatable
{
  position:absolute;
  width: 787px;
  height: 580px;
  top: -2px;
  left: 108px;
  z-index: 1; 
  FONT-SIZE: 10px; COLOR: #000000; FONT-FAMILY: verdana;
}

td.off {
background-image: url('../images/tab_bg.gif');
}
td.on {
background-image: url('../images/hover_tab_bg.gif');
}

.tablinks
{
FONT-SIZE: 10px; COLOR: #000000; FONT-FAMILY: verdana;
text-decoration: none;
}

.tabtable
{
  position:relative;
  z-index: 2;
}
.tabs
{
  position:absolute;
  top: -18px;
  left: 400px;
  z-index: 5;
}
