
td.tabCell
{
	color          : #FFFFFF;
	width          : 100px;
	height         : 40px;
	font           : 8pt aRial;
	font-weight    : bold;
	text-decoration: none;
	background     : url(/images/notSelectedTab.gif) left top no-repeat;
	z-index        : 1;
	border-right   : 0 solid #FFFFFF;
	border-bottom  : 0 none;	
	/*cursor       : hand; warning take a look*/
	text-align     : center;
}

td.tabCellSelected
{
	color          : #000000;
	width          : 100px;
	height         : 40px;
	font           : 8pt aRial;
	font-weight    : bold;
	text-decoration: none;
	background     : url(/images/selectedTab.gif) left top no-repeat;
	z-index        : 1;
	border-right   : 0 solid #FFFFFF;	
	border-bottom  : 0 none;
	/*cursor       : default; warning take a look*/
	text-align     : center;
}

td.tabCellDisabled
{
	color          : #BECFDG;
	width          : 100px;
	font           : 8pt aRial;
	font-weight    : bold;
	text-decoration: none;
	background     : url(../images/notSelectedTab.gif) left top no-repeat;
	z-index        : 1;
	border-right   : 0 solid #FFFFFF;	
	border-bottom  : 0 none;
	height         : 40px;
	/*cursor       : default; warning take a look*/
	text-align     : center;
	disable        : true;
}

td.tabCellMouseOver
{
	color          : #000000;
	width          : 100px;
	font           : 8pt aRial;
	font-weight    : bold;
	text-decoration: none;
	background     : url(/images/mouseOverTab.gif) left top no-repeat;
	z-index        : 1;
	border-right   : 0 solid #FFFFFF;		
	border-bottom  : 0 none;
	/*cursor       : hand; warning take a look*/
	height         : 30px;
	text-align     : center;
}

td.tabCellOnMouseOut
{
	color          : #000000;
	width          : 100px;
	font           : 8pt aRial;
	font-weight    : bold;
	text-decoration: none;
	background     : url(/images/mouseOverTab.gif) left top no-repeat;
	z-index        : 1;
	border-right   : 0 solid #FFFFFF;		
	border-bottom  : 0 none;
	/*cursor       : hand; warning take a look*/
	height         : 30px;
	text-align     : center;
}

td.tabCellMouseDown
{
	color          : #000000;
	width          : 100px;
	font           : 8pt aRial;
	font-weight    : bold;
	text-decoration: none;
	background     : url(../images/mouseOverTab.gif) left top no-repeat;
	z-index        : 1;
	border-right   : 0 solid #FFFFFF;		
	border-bottom  : 0 none;
	/*cursor       : hand; warning take a look*/
	height         : 30px;
	text-align     : center;
}

div.tabContentsDiv
{
	background-Color  : #FFFFFF;
	height            : 100%;
	width             : 100%;
	/*overflow        : auto;*/
	/*border          : 1px inset;*/
	/*background-Color: #D4E4FC;*/
}

div.stdiv
{
   height    : 100%;
   width     : 100%;
   text-align: center;
   margin    : 4px auto;
   overflow  : auto;
}

