﻿.center .ajax__tab_header 
{
	text-align:center; /* center the tabs horizontally */
}

.purple {font-family:arial,helvetica;}
.purple .ajax__tab_body 
{
    font-size:10pt;
    border:2px solid #e3f0cb;	/* #e3f0cb -- off white / blue */
    /* border-top:none; */
    border: none;
    padding:8px;
    background-color:#ffffff;
}
.purple .ajax__tab_header 
{
	/* background-color:#e5f1ce;	lighter green */
	background-color:#2C0071;   /* purple */
	border:solid 2px #e3f0cb;	/* #e3f0cb -- off white / blue */
	/* border-bottom:none; */
	border: none;
	padding:8px 4px 8px 4px;
	text-align:center; /* center the tabs horizontally */
}
.purple .ajax__tab_tab
{
    font-size:10pt;
	font-weight:bold;
    /* color:#99ba4e;    dark green */
    color:#fe7d18; /* dark orange */
    text-align:center;	
	/* border:solid 1px #d5e7b5;	light green */
	/* border:solid 1px #FFA366;   mid orange */
	/* border:solid 1px #BC89FF; pale purple */
	border-bottom:solid 2px #2C0071; /* purple */
	padding:5px;
}
.purple .ajax__tab_active .ajax__tab_tab,
.purple .ajax__tab_hover .ajax__tab_tab
{
	/* background-color:#f4f7ef; off white */
	/* background-color:#fde0c9; light orange */
	/* background-color:#ffffff; white */
	/* background-color: #BC89FF; pale purple */
    border-bottom:solid 2px #fe7d18; /* dark orange */
}