﻿.MenuSubOption
{
	color:White;
	text-decoration:none;
}
.MenuSubOption:Hover
{
	color:#cacaca;
}
.MenuSubOptionLive
{
	color:#cacaca;
	text-decoration:none;
}
.MenuSubOptionLive:Hover
{
	color:White;
}
.MenuHidden
{
	display:none;
	visibility:hidden;
	width:0px;
	height:0px;
}
.MenuSubOptionDivider
{
	color:white;	/*#a4d0bb;*/
}

.MenuActiveTab, .MenuPassiveTab
{
	padding:2px 10px 2px 10px;
}

.MenuActiveTab
{
	background-color:#8e2572;
	white-space:nowrap;
}
.MenuActiveTab A
{
	color:White;
	text-decoration:none;
}

.MenuPassiveTab
{
  background-color: #003f72;	/*#dbe6de;*/
  white-space:nowrap;
}
.MenuPassiveTab A
{
	color:White;
	text-decoration:none;
}


#TabSubOptions, #TabHelpLink
{
	color:White;
	font-weight:bold;
	/*font-size:120%;*/
}

#TabSubOptions A
{
	color:White;
	text-decoration:none;
}
#TabSubOptions A:Hover
{
	color:#cacaca;
}
/*
#TabSubOptionSelected
{
	color:#cacaca;
}
*/
#TabSubOptionLive A
{
	color:#cacaca;	/*#a4d0bb;*/
}
.TabSubOptionCurrent
{
	color:#cacaca;	/*#a4d0bb;*/
}

.TabSubOptionDivider
{
	color:white;	/*#a4d0bb;*/
}

.TabMainActiveText
{
  border-left: 1px solid #8e2572;
  border-right: 1px solid #8e2572;
  padding: 0px 17px 2px 17px;	
}
.TabMainActiveText A
{
	color:White;
	/*font-size:120%;*/
	text-decoration:none;
}
.TabMainInactiveText
{
	/*border-left: 1px solid #C6D7CF;
	border-right: 1px solid #C6D7CF;*/
	padding: 0px 17px 2px 17px;
}
.TabMainInactiveText A
{
	color:Black;
	/*font-size:120%;*/
	text-decoration:none;
}

td.mainActiveTab {
  background-color:#8e2572;	/*#3f7c5f;*/
  color: #ffffff;
  font-weight: bold;
  padding: 0px;
  text-align: center;
  width: 1%;
  white-space: nowrap;
}
td.mainPassiveTab {
  background-color: #003f72;	/*#dbe6de;*/
  color: #000000;
  font-weight: bold;
  padding: 0px;
  text-align: center;
  width: 1%;
  white-space: nowrap;
}
div.mainTab_active1 {
  height: 4px;
  /*background: url(./images/ul.gif) no-repeat top left;*/
}

div.mainTab_active2 {
  height: 4px;
  /*background: url(./images/ur.gif) no-repeat top right;*/
  padding: 0px 4px 0px 4px;
}

div.mainTab_active3 {
  /*border-top: 1px solid #8e2572;*/
}

div.mainTab_inactive1 {
  height: 4px;
  /*background: url(./images/ulborder.gif) no-repeat top left;*/
}

div.mainTab_inactive2 {
  height: 4px;
  /*background: url(./images/urborder.gif) no-repeat top right;*/
  padding: 0px 4px 0px 4px;
}

div.mainTab_inactive3 {
  /*border-top: 1px solid #C6D7CF;*/
}

div.mainTab_inactiveText {
  cursor: pointer;
  /*border-left: 1px solid #C6D7CF;
  border-right: 1px solid #C6D7CF;*/
  padding: 0px 17px 2px 17px;
}
div.roundedCornerLeft {
  height: 4px;
  /*background: url(./images/ul.gif) no-repeat top left;*/
}

div.roundedCornerRight {
  height: 4px;
  /*background: url(./images/ur.gif) no-repeat top right;*/
}

.TabTR2TD
{
	background-color:#8e2572;
}

#TabTR2TDLogo
{
	height:45px;
	background-image:url("./images/upadPHBanner.PNG");
	width:289px;
}

