<STYLE>

BODY
{
}

.tsActive
{
	border-color:#344655;
	background-color:#d6dfe6;
	color:#496278;

	font-family:verdana;
	font-size:11px;
	font-weight:bold;

	border-left-width:1px;
	border-top-width:1px;
	border-right-width:1px;
	border-top-style:solid;
	border-left-style:solid;
	border-right-style:solid;

	padding-left:8px;
	padding-right:8px;
}

.tsInactive
{
	border-color:#344655;
	color:#496278;

	font-family:verdana;
	font-size:11px;
	border-bottom-width:1px;
	border-bottom-style:solid;

	cursor:hand;
}

.tsFiller
{
	border-color:#344655;
	color:#496278;

	font-family:verdana;
	font-size:11px;
	border-bottom-width:1px;
	border-bottom-style:solid;
}

.tsBody
{
	border-color:#344655;
	background-color:#d6dfe6;

	border-left-width:1px;
	border-left-style:solid;
	border-right-width:1px;
	border-right-style:solid;
}

.tsHeader
{
	border-color:#344655;

	border-bottom-width:1px;
	border-bottom-style:solid;
}

.tsFooter
{
	border-color:#344655;

	border-top-width:1px;
	border-top-style:solid;
}

.tsSep
{
	width:1px;
	height:10px;
	border-left-width:1px;
	border-left-style:solid;
	border-left-color:#6c8ba6;
}

.tsBorder
{
	background-color:#344655;
}


.tsScrollerInactive
{
	border-width:0px;
	border-style:none;
	FILTER:progid:DXImageTransform.Microsoft.Chroma(color=#808080,enabled=true);
}

.tsScrollerActive
{
	border-width:0px;
	border-style:none;

	cursor:hand;
}

<!-- FILTER: progid:DXImageTransform.Microsoft.dropShadow( Color=#004400,offX=2,offY=2,positive=true ); -->

</STYLE>