/***************************************/
/*              Sub Tabs               */
/***************************************/

/* Color of active tab (overrides inactive) */
.tabSub1, .tabSubCorner1, .tabSubIcon1
{
	background-color: #9900CC;
}

/* Font of active tab (overrides inactive) */
.tabSub1 a, .tabSub1 a:hover
{
	color: #FFFFFF;
	text-decoration: none;
}

/***************************************/
/*              Detail Tabs            */
/***************************************/

/* Color of inactive tabs */
.tabDetail1, .tabDetail2, .tabDetail3, .tabDetail4,
.tabDetail5, .tabDetail6, .tabDetail7, .tabDetail8,
.tabDetailCorner1, .tabDetailCorner2, .tabDetailCorner3, .tabDetailCorner4,
.tabDetailCorner5, .tabDetailCorner6, .tabDetailCorner7, .tabDetailCorner8,
.tabDetailIcon1, .tabDetailIcon2, .tabDetailIcon3, .tabDetailIcon4,
.tabDetailIcon5, .tabDetailIcon6, .tabDetailIcon7, .tabDetailIcon8
{
	background-color: #660099;
}

/* Font of inactive tabs */
.tabDetail1 a, .tabDetail2 a, .tabDetail3 a, .tabDetail4 a,
.tabDetail5 a, .tabDetail6 a, .tabDetail7 a, .tabDetail8 a
{
	color: #FF99FF;
}

/* Font of hovered tabs */
.tabDetail1 a:hover, .tabDetail2 a:hover, .tabDetail3 a:hover, .tabDetail4 a:hover,
.tabDetail5 a:hover, .tabDetail6 a:hover, .tabDetail7 a:hover, .tabDetail8 a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}

/***************************************/
/*              Misc                   */
/***************************************/

/* Page border (enclose the page in a table of this class) */
.BorderPage
{
	border: thick #9900CC solid;
}

