.tabTableBody
{
    BORDER-RIGHT: #666666 1px solid;
    TABLE-LAYOUT: fixed;
    LEFT: 5px;
    BORDER-LEFT: #666666 1px solid;
    MARGIN-RIGHT: 0px;
    BORDER-BOTTOM: #666666 1px solid;
    BACKGROUND-COLOR: #ffffff;
}

.tabTableHeader
{
    TABLE-LAYOUT: fixed;
    LEFT: 5px
}


.tabTableBuffer
{
    BACKGROUND-COLOR: #ffffff;
}

TD.clsTab
{
    BORDER-RIGHT: #333333 1px solid;
    BORDER-TOP: #666666 1px solid;
    FONT-SIZE: 72%;
    BORDER-LEFT: #666666 1px solid;
    CURSOR: hand;
    COLOR: #ffffff;
    BORDER-BOTTOM: #666666 1px solid;
    BACKGROUND-COLOR: #666666
}
TD.clsTab SPAN
{
    FONT-SIZE: 95%;
    CURSOR: hand;
    COLOR: #ffffff;
    TEXT-DECORATION: none
}
TD.clsTabSelected
{
    BORDER-RIGHT: #666666 1px outset;
    BORDER-TOP: #666666 1px outset;
    BORDER-LEFT: #666666 1px solid;
    COLOR: black;
    BORDER-BOTTOM: #cde9fe 2px;
    BACKGROUND-COLOR: #ffffff;
}
TD.clsTabSelected SPAN
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 72%;
    COLOR: black;
    TEXT-DECORATION: none
}
TD.clsTabSelected A
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 72%;
    COLOR: black;
    TEXT-DECORATION: none
}
TD.clsTabSelected A:hover
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 72%;
    COLOR: black;
    TEXT-DECORATION: none
}
TD.clsTabSelected A:active
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 72%;
    COLOR: black;
    TEXT-DECORATION: none
}

.norightborder
{
	min-width: 50px;
	border-bottom: #339999 3px solid;
	border-left: #339999 3px solid;
	border-top: #339999 3px solid;
	border-right: #339999 0px;
	margin-left: 0px;
	margin-right: 0px;
}
.noleftborder
{
	border-bottom: #339999 3px solid;
	border-left: #339999 0px;
	border-top: #339999 3px solid;
	border-right: #339999 3px solid;
	margin-left: 0px;
	margin-right: 0px;
}

.bothborder
{
	border-bottom: #339999 3px solid;
	border-left: #339999 3px solid;
	border-top: #339999 3px solid;
	border-right: #339999 3px solid;
	padding-right: 3px;
	margin-left: 0px;
	margin-right: 0px;
}
table.desktoptable
{
	border-collapse: collapse;
	table-layout: fixed;
	overflow: auto;
	cellpadding: 1;
	cellspacing: 1;
}
td.number
{
	padding-right: 3;
	text-align: right;
}