/*
#####################################################################
# Styles intended for use with tabbar.class.php
#####################################################################
*/

/* Tab bar table */
table.tabBar { 
	width:100%;
	empty-cells:show;
}

/* Tab bar fixed-width spacer */
td.tabBarFixedSpacer { 
	border-bottom:1px gray solid; 
	padding-left:1px;
}

/* Tab bar variable-width spacer */
td.tabBarElasticSpacer { 
	width:99%; 
	border-bottom:1px gray solid; 
}

/* Active tab style */
td.tabBarActiveTab {
	padding:3px 5px 1px 5px;
	white-space:nowrap;
	border:1px gray solid;
	border-bottom:0px;
	background-color:#FFFFFF;
	background-image:url(/_images/bg1.gif);
}

/* Active tab link style */
a.tabBarActiveTab, a:link.tabBarActiveTab, a:active.tabBarActiveTab, a:visited.tabBarActiveTab {
	font-family:arial,helvetica,sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#2565B1;
}
a:hover.tabBarActiveTab { 
}

/* Inactive tab style */
td.tabBarInActiveTab {
	padding:2px 5px 2px 5px;
	white-space:nowrap;
	border:1px gray solid;
	border-bottom:1px gray solid;
	background-color:#EFEFEF;
	background-image:url(/_images/bg3.gif);
}

/* Inactive tab link style */
a.tabBarInActiveTab, a:link.tabBarInActiveTab, a:active.tabBarInActiveTab, a:visited.tabBarInActiveTab {
	font-family:arial,helvetica,sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#6B9FD6;
	text-decoration:none;
}
a:hover.tabBarInActiveTab {
	text-decoration:underline;
}

