/*behavioural tabs*/
td.tab
{
	width:100px;
	cursor:pointer;
	cursor:hand;
	text-align:center;
	behavior: url(/scripts/components/tab.htc);
	-moz-binding: url(/scripts/components/bindings.xml#tab.htc);	
}
/*no behavioural tabs*/
td.nobtab
{
	width:100px;
	cursor:pointer;
	cursor:hand;
	text-align:center;
}
td.nobtab A, td.nobtab A:active, td.nobtab A:hover,td.nobtab A:visited
{
	text-decoration:none;
	font-size:11px;
	font-family:arial;
	color:#36c;
	width:100%;
	height:100%;
	display:block;
}
td.active
{
	line-height:1.9;
	font-weight:bold;
	height:23px;
	padding-top:0px;
	background-image: url("/images/framework/tabs/active_small.gif");
	background-position: bottom;
	background-repeat: no-repeat;
	border-bottom:1px solid white;
/*
	border:1px solid black;
	border-bottom:1px solid white;
	color:black;
	font-weight:bold;*/
}
td.inactive
{
	line-height:1.9;
	height:23px;
	padding-top:0px;
	background-image: url("/images/framework/tabs/inactive_small.gif");
	background-position: bottom;
	background-repeat: no-repeat;
	border-bottom:1px solid #b6b6b6;
	/*
	border:1px solid gray;
	border-bottom:1px solid black;
	color:gray;
	*/
}
td.spacer
{
	background-image: url("/images/framework/tabs/spacer.gif");
	background-position: center;
	background-repeat: no-repeat;
	border-bottom:1px solid #b6b6b6;
}
td.tab_blue
{
	color:white;
	background-color: #a5d9fc;
	border-bottom:1px solid #a5d9fc;
}
td.active_blue
{
	border:1px solid black;
	border-bottom:1px solid #a5d9fc;
	color:white;
	font-weight:bold;
}
td.inactive_blue
{
	border:1px solid gray;
	border-bottom:1px solid black;
	color:gray;
}

