﻿/**************************************************************************************************
 * Main container for tabs
 **************************************************************************************************/
.tablabelband { /* tab container */
	/*border-bottom: 1px solid #575757;*/
	width: 82%;
	white-space: normal;
	padding: 6px 10px 0px 2px; /*top right bottom left*/
	/*margin-top: 5px;*/
	float: left;
	background-color: transparent; /*#FFFFFF;*/
}

.tablabelbandPopup { /* tab container */
	/*border-bottom: 1px solid #575757;*/
	width: 95%;
	white-space: normal;
	padding: 0px 10px 0px 2px; /*top right bottom left*/
	/*margin-top: 5px;*/
	float: left;
	background-color: transparent; /*#FFFFFF;*/
}

/**************************************************************************************************
 * General
 **************************************************************************************************/
.tab, .selectedTab, .disabledTab { /* general tab settings */
	display: inline;
	margin-right: 1px;
	
}

/**************************************************************************************************
 * Active, Enabled, Non Selected Tabs
 **************************************************************************************************/
.tab a { /* general tab links, image on left of tab */
    background: #bdc1c3 !important;
}

/**************************************************************************************************
 * Disabled Tabs
 **************************************************************************************************/
.disabledTab a { /* general tab links, image on left of tab */    
	background: #bdc1c3 !important;
}

.disabledTab a span { /* general tab links, image on left of tab */
	color: #edefef !important;
}

/**************************************************************************************************
 * Fee Tabs
 **************************************************************************************************/
.feeTab { /* fee tab settings */
	display: inline;
	margin-right: 1px;
}

.feeTab a { /* fee tab link, image on left of tab */
	background-image: url(../images/RedTabL.png);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 5px 0px 5px 12px;
	color: #FFFFFF;
	font: 9pt Calibri,Arial,helvetica,sans-serif;
	text-decoration: none;
}

.feeTab a span { /* image on right of tab */
	background-image: url(../images/RedTabR.png);
	background-position: top right;
	background-repeat: no-repeat;
	padding: 5px 12px 5px 0px;
}

.selectedFeeTab { /* fee tab settings, image on left of tab */
	display: inline;
	margin-right: 1px;
	
	background-image: url(../images/RedTabL.png);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 5px 0px 5px 12px;	
	color: #FFFFFF;
	font: bold 9pt Calibri,Arial,helvetica,sans-serif;
	text-decoration: none;
}

.selectedFeeTab span { /* image on right of tab */
	background-image: url(../images/RedTabR.png);
	background-position: top right;
	background-repeat: no-repeat;
	padding: 5px 12px 5px 0px;
}

/**************************************************************************************************
 * Warning Tabs
 **************************************************************************************************/
.warningTab { /* warning tab settings */
	display: inline;
	margin-right: 1px;
}

.warningTab a { /* warning tab link, image on left of tab */
	background-image: url(../images/RedTabL.png);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 5px 0px 5px 12px;
	color: #FFFFFF;
	font: 76% Calibri,Arial,helvetica,sans-serif;
	text-decoration: none;
}

.warningTab a span { /* image on right of tab */
	background-image: url(../images/RedTabR.png);
	background-position: top right;
	background-repeat: no-repeat;
	padding: 5px 12px 5px 0px;
}

.selectedWarningTab { /* warning tab settings, image on left of tab */
	display: inline;
	margin-right: 1px;
	
	background-image: url(../images/RedTabL.png);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 5px 0px 5px 12px;	
	color: #FFFFFF;
	font: bold 76% Calibri,Arial,helvetica,sans-serif;
	text-decoration: none;
}

.selectedWarningTab span { /* image on right of tab */
	background-image: url(../images/RedTabR.png);
	background-position: top right;
	background-repeat: no-repeat;
	padding: 5px 12px 5px 0px;
}