﻿.tab-content 
{
	float:none;
	padding:0px; 
	background-color:#ffffff; 
	margin:0px 0px 0px 0px; 
	width:550px;
	background-image:url(../images/tabcontentbackground.gif); 
	background-repeat:repeat-x; 
	min-height:240px;
}

.tab3
{
	padding:10px;
}

.tab-header 
{
	position: relative;
	width: 50em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
	margin: 0px;
	padding: 0px;
}
#tab-container-header
{
	width:550px;
	height:40px;
	background-image:url(../images/tabheaderbackground.gif);
	background-repeat:repeat-x;
	background-position:top left;
}
.tab-header ul.tab-list 
{
	list-style-type: none; 
	margin: 0px 0 0px 0 !important; 
	padding: 0 0 0 0 !important;
	text-transform:uppercase;
	font-size:1em; 
	display:block;
	width:550px;
	height:39px;
	background-image:url(../images/tabheader.gif); 
	background-repeat:no-repeat;
}
.tab-header ul.tab-list li  
{
	padding:0px 0px 0px 0px; 
	margin:0px 0px 0px 0px;
	float:left;
	line-height:39px !important; 
	display:block;
	width:130px;
	text-align:center !important;
	height:39px;
}
.tab-header ul.tab-list a,.tab-header ul.tab-list span 
{
	color: #000; /*background-image:url(../images/selectedtab.gif);*/ 
	background-repeat:no-repeat; 
	font-weight: bold; 
	padding: 0; 
	margin:0px 0px 0px 0px;
	width:100; 
	border:none;
}
.tab-header ul.tab-list a.tab-active 
{
	color: #000; 
	background-image:url(../images/selectedtab.gif); 
	text-align:center !important;
	background-repeat:no-repeat; 
	font-weight: bold; 
	padding: 0; 
	margin:0px 0px 0px 0px;
	width:100; 
	border:none;
}
.tab-header ul.tab-list span,.tab-header ul.tab-list a.tab-active,.tab-header ul.tab-list a.tab-active:hover 
{
	background-color: none;
	color:#08295c;
}

/* a link in a background tab */
.tab-header ul.tab-list a 
{
	display:block; 
	color: #959595; 
	text-align:center !important; 
	margin:0px 0px 0px 0px; 
	text-decoration: none; 
	margin-left:0px; 
	width:140px;
}

/* hover on a background tab */
.tab-header ul.tab-list a:hover 
{
	background-color: none;
}

.tab  /* the heading that became the li */
{
	display: none;
}


