﻿/* expandos */

/* tab control */
.tabContainer
{
	width:170px !important;
	height:auto;
	padding-top: 30px;
	background-position: left top;
	background-repeat: no-repeat;
	text-align:left;
	background-image: url(trunkeys_39.jpg);
}
.tabLabel, .tabLabelSelected
{
	background-image:url(highlights.jpg);
	width:200px;
	height:30px;
	font: 11pt verdana;
	text-align:right;
	padding-top:0px;
	padding-bottom:0px;
	}
.tabLabelSelected, .tabLabelTopSelected, .tabLabelBottomSelected
{
	background-image:url(highlights2.jpg);
	background-position: left;
	background-repeat:no-repeat;
	width:200px;





	height:
	
}

.tabArrowHidden
{
	background-image:none;
}
.tabArrowHidden, .tabArrow
{
	text-decoration:none;
	padding:0px 8px;
}
.tabArrow
{
	background-position:center center;
	background-repeat:no-repeat;
}
.tabLabelText
{
	text-align:left;
	position:relative;
	z-index:auto;
	margin-top: 2px;
}

.tabLabelTopSelected, .tabLabelBottomSelected, .tabLabelBottom, .tabLabelTop
{
	height:0px;
	visibility:hidden;
	display:none;
	margin-bottom:0px;
	margin-top:0px;
	font-size:0px;
}

.tabLabelBottom
{
	background-position:right;
	background-repeat:no-repeat;
}

.tabLabel a, .tabLabel a:visited
{
	color:#333333;
}

.tabLabelSelected a, .tabLabelSelected a:visited
{ 
	font-weight: bold;
	color:#1F7812;
}
.tabLabel a:hover
{
	font-weight: bold;
	color:#FF0000;
}
.tabContentContainer
{
	background-repeat: no-repeat;
	background-position:center;
	height:409px;
	height:auto !important;
	padding: 10px 0px 0px 20px;
	margin:0px;
}

.tabContentContainerSmall
{
	background-repeat: no-repeat;
	background-position:top left;
	width:335px;
	height:409px;
	height:auto !important;
	padding: 40px 0px 0px 10px;
	margin:0px;
}

.tabSelector
{
	display:inline;
	font-weight:normal;
	font-size:12px;
	padding:0px 5px;
}
.tabSelector a, .tabSelector a:visited
{
	color:#095d7f;
	text-decoration:underline;
	font-size:12px;
}
.tabSelectorCurrent
{
	display:inline;
	font-weight:bold;
	color:#666668 !important;
	text-decoration:none !important;
	font-size:12px;
}

/* ADDED */
.tabLabelText a 
{
	font-family: Verdana;
	font-size: 11px;
}

.tabWrapper
{
	clear: none;
	width: 930px;
}

