/*
// top tabs for page selection fot table tabs
*/
.toptab {
	border: none;
	float: left;
	width: 99%;
	height:30px;
}

.topsel {
	float: left;
	padding: 5px;
	border-style:solid;
}

.topsel:hover {
	background-color: silver;
}
.tabtab    
{
    width:98%;
    table-layout:fixed;
}
.tabtd
{
    width:100%;
    background:Lime;
    border-style:double;
    text-align:center;
}

.tabtd.disabled
{
    background-color: Black;
}
.tabtd:hover {
	background-color: silver;
}

/*
// top tabs for page selection for Ul/li tabs
*/
.ult {
	border: 2px solid #000;
	height:28px;
	list-style-type:none;
 	overflow:hidden;
 	padding:0;
 	margin:0;
/*	position:relative; */
	width: 98%;
}
.lit2 {
    background:Lime;
	border: 1px solid #000;
	float: left;
	height:26px; 
    text-align:center;
	width:49.7%;
}
.lit2.disabled
{
    background-color: Black;
}
.lit2:hover {
	background-color: silver;
}
.lit3 {
    background:Lime;
	border: 1px  solid  #000;
	float: left;
	height:26px; 
    text-align:center;
	width:32.9%;
}
.lit3.disabled
{
    background-color: Black;
}
.lit3:hover {
	background-color: silver;
}

.lit4 {
    background:Lime;
	border: 1px  solid  #000;
	float: left;
	height:26px; 
    text-align:center;
	width:24.75%;
}
.lit4.disabled
{
    background-color: Black;
}
.lit4:hover {
	background-color: silver;
}
.lit5 {
    background:Lime;
	border: 1px solid  #000;
	float: left;
	height:26px; 
    text-align:center;
	width:19.75%;
}
.lit5.disabled
{
    background-color: Black;
}
.lit5:hover {
	background-color: silver;
}
.lit6 {
    background:Lime;
	border: 1px dashed #000;
	float: left;
	height:26px; 
    text-align:center;
	width:16.42%;
}
.lit6.disabled
{
    background-color: Black;
}
.lit6:hover {
	background-color: silver;
}
.lit7 {
    background:Lime;
	border: 1px dashed #000;
	float: left;
	height:26px; 
    text-align:center;
	width:14.05%;
}
.lit7.disabled
{
    background-color: Black;
}
.lit7:hover {
	background-color: silver;
}
.lit8 {
    background:Lime;
	border: 1px dashed #000;
	float: left;
	height:26px; 
    text-align:center;
	width:12.25%;
}
.lit8.disabled
{
    background-color: Black;
}
.lit8:hover {
	background-color: silver;
}

