﻿ul.fileTabs 
{
	list-style:none; padding:0; margin:0;
/*	border:solid 1px blue; */
	height:29px; /* has no effect on IE - but sorts out FF */
	background-image: url("/themes/klf/gfx/tabs/tab_border_filler.gif");
	background-position: left 28px;
	background-repeat: repeat-x;
/*	z-index:1; */
}
.fileTabs li {
	float:left;
}

.tabPrint 
{
	position:absolute;
	z-index:100;
	top:4px;
	right:0px;
}

.tabFillerRight 
{
	border:solid 1px red;
	height:28px;
	position:relative;
	top:0px;
	right:0px;
	float:none; 
}

/* Stuff for the active Tab */
.fileTabActive div {
	background-image: url("/themes/klf/gfx/tabs/tab_active_right.gif");
	background-position: right top;
	background-repeat: no-repeat;
	padding-right:6px;
	height:28px; 
	line-height:28px;
	float:left;
}

.fileTabActive span {
	background-image: url("/themes/klf/gfx/tabs/tab_active_middle.gif");
	background-position: left top;
	background-repeat: repeat-x;
	padding-right: 2px; /* cosmetic */
	display:block; 
	float:left;
	height:28px;
	line-height:28px;
	font-size:10pt;
}

.fileTabActive {
	background-image: url("/themes/klf/gfx/tabs/tab_active_left.gif");
	background-position: left 1px;
	background-repeat: no-repeat;
	font-weight: bold;
	color: #ffff00; 
	padding-left: 6px;
	padding-top:1px;
}

/* stuff for the inactive tabs */

.fileTabs a 
{
	background-image: url("/themes/klf/gfx/tabs/tab_inactive_left.gif");
	background-position: left top;
	background-repeat: no-repeat;
	text-decoration:none;
	color: #808000;
	font-weight: normal;
	margin-top:3px;
	height:26px;
	display:block;
	float:left;
}

.fileTabs a a
{
	background-image:none;
}

.fileTabs a div {
	background-image: url("/themes/klf/gfx/tabs/tab_inactive_right.gif");
	background-position: right top;
	background-repeat: no-repeat;
	margin-left:6px !important;
	margin-left:3px; /* IE 3px bug */
	padding-right:6px;
	height:26px; 
	line-height:26px;
	float:left;
}

.fileTabs a span
{
	background-image: url("/themes/klf/gfx/tabs/tab_inactive_middle.gif");
	background-position: left top;
	background-repeat: repeat-x;
	padding-right: 2px; /* cosmetic */
	display:block; 
	float:left;
	height:26px;
	line-height:26px;
	cursor:pointer; /* needed for IE */
	font-size:10pt;
}


.fileTabs a:hover 
{
	background-image: url("/themes/klf/gfx/tabs/tab_hover_left.gif");
	background-position: left top;
	background-repeat: no-repeat;
}

.fileTabs a a:hover 
{
	background-image:none;
}


.fileTabs a:hover div 
{
	background-image: url("/themes/klf/gfx/tabs/tab_hover_right.gif");
	background-position: right top;
	background-repeat: no-repeat;
}


.fileTabs a:hover span 
{
	background-image: url("/themes/klf/gfx/tabs/tab_hover_middle.gif");
	background-position: left top;
	background-repeat: repeat;
}

.tabTabStripHolder
{
	border:solid 1px lime;
	white-space:nowrap;
}
.tabSelector 
{
	position:relative;
}

.tabContent 
{
	border:solid 1px #504c48;
	border-top:none;
	padding:4px;
	background-color:Black;
}

.tabContentSingle 
{
	border:solid 1px #504c48;
	padding:4px;
}

.tabContentOpen
{
/*	border:solid 1px #898989; */
	border-top:none;
	padding:0px;
}

.tabOff 
{
	display:none;
}