/* ConstituencyStyle for ORIGINAL theme                                                                */

/* The constituency look and feel is determined using the following rules:                             */
/* 1) Background color should match lightest gradient in background image (sub-BGxxx)                  */
/* 2) Three color hues (border, background, text color) are needed for submenu boxes and screen tables */
/* 3) For the submenus, background color is the lightest.  Color is the darkest                        */
/* 4) Menu title box uses reverse of submenu fore/background colors                                    */
/* 5) Tables alternate between border and background (the 2 lightest colors)                           */



/*--------------------------------------------------------------------------------------------------------*/

#bodyConstituency { 
	z-index: 2000 !important; 
	-webkit-box-sizing: content-box !important;
	-moz-box-sizing: content-box !important;
	box-sizing: content-box !important;
	overflow: hidden !important;
}

/* Catalog constituency (WBCT) */
.WBCT                     {background-color:white; }
.WBCT #bodyConstituency, #econnect-title-bar.WBCT, .WBCT .SearchButton
	{color:white; background-color: #006EDB;}
.WBCT #bodyForm           {border-color:#FFFFFF;}
.WBCT .menu .submenu
{/*
	 Submenu Titles on Main Const Menus  
	padding-top: 12px;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 15px;
	text-transform: none;
	color: #336699;
	border: thin none White;
	text-decoration: none;
	text-align: left;
	border-bottom: 1px solid #336699;
*/}
.WBCT .submit INPUT
{
    color: black;
    background-color: silver;
    border-left-color: silver;
    border-bottom-color: silver;
    border-top-style: outset;
    border-top-color: silver;
    border-right-style: outset;
    border-left-style: outset;
    border-right-color: silver;
    border-bottom-style: outset;
}
.WBCT .submit INPUT:hover, .WBCT .submit INPUT.buttonPress
{
    border-left-color: silver;
    border-bottom-color: silver;
    color: black;
    border-top-style: inset;
    border-top-color: silver;
    border-right-style: inset;
    border-left-style: inset;
    background-color: silver;
    border-right-color: silver;
    border-bottom-style: inset;
}

.WBCT hr                  {height:2px; background-color: #C8D8ED; color: #C8D8ED}

/*--------------------------------------------------------------------------------------------------------*/

/* ConstituencyStyle for ORIGINAL theme                                                                */

/* The constituency look and feel is determined using the following rules:                             */
/* 1) Background color should match lightest gradient in background image (sub-BGxxx)                  */
/* 2) Three color hues (border, background, text color) are needed for submenu boxes and screen tables */
/* 3) For the submenus, background color is the lightest.  Color is the darkest                        */
/* 4) Menu title box uses reverse of submenu fore/background colors                                    */
/* 5) Tables alternate between border and background (the 2 lightest colors)                           */


/* Continuing Education constituency (WBCE) */
.WBCE                     {
	background-color: white;/* changed from #D2B200 - ethan 3/27/12*/
}
.WBCE #bodyConstituency, #econnect-title-bar.WBCE, .WBCE .SearchButton
	{color:white; background-color:#D2B200; min-width:600px;}
.WBCE #bodyForm           {border-color:#FFFFFF;}
.WBCE .menu .submenu
{
	/* Submenu Titles on Main Const Menus  */
	padding-top: 12px;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 15px;
	text-transform: none;
	color: #336699;
	border: thin none White;
	text-decoration: none;
	text-align: left;
	border-bottom: 1px solid #336699;
}
.WBCE .submit INPUT, .WBCE .pagingbutton
{
    color: black;
    background-color: silver;
    border-left-color: silver;
    border-bottom-color: silver;
    border-top-style: outset;
    border-top-color: silver;
    border-right-style: outset;
    border-left-style: outset;
    border-right-color: silver;
    border-bottom-style: outset;
}
.WBCE .submit INPUT:hover, .WBCE .submit INPUT.buttonPress
{
    color: black;
    background-color: silver;
    border-left-color: silver;
    border-bottom-color: silver;
    border-top-style: inset;
    border-top-color: silver;
    border-right-style: inset;
    border-left-style: inset;
    border-right-color: silver;
    border-bottom-style: inset;
}
.WBCE #menuTitle          {border-color:#D2B200; background-color:#D2B200; color:#F4D16B;}
.WBCE .menu a:hover,
.WBCE .menu .submenu a:hover {
	text-decoration: underline;
	color: #336699;
}

.WBCE table tr td.oddrow         {background-color: #FFFFFF; border:1px solid black;}
.WBCE table tr td.evenrow        {background-color: #FFFFFF; border:1px solid black;}
.WBCE table tr td.oddrow input   {background-color: #FFFFFF;}
.WBCE table tr td.evenrow input  {background-color: #FFFFFF;}
.WBCE table tr td.oddrow select  {background-color: #FFFFFF;}
.WBCE table tr td.evenrow select {background-color: #FFFFFF;}
.WBCE table th.groupTitle {display: none; }/*text-align: center;} */
.WBCE .envisionList .oddrow,
.WBCE .envisionList .evenrow {border-style: none;}
#mainMenu a.WBCE_Bars        {border:3px solid #D2B200; background-color:#D2B200; }
#mainMenu a.WBCE_Bars:hover  {
	border: 3px solid #FFE54A;
	background-color:#FFE54A;
	color:#000000;
}
#mainMenu li.WBCE_Boxes      {background-image:url(images/main-pathContinue.html); }
#mainMenu li.WBCE_DISABLED   {background-image:url(images/main-pathContinueGRAY.html);}
#mainMenu li.WBCE_Boxes a:hover {font-size:12px;}

.WBCE hr                  {height:2px; background-color: #C8D8ED; color: #C8D8ED;}

/*--------------------------------------------------------------------------------------------------------*/

/* Prospective Students constituency (WBAP) */
.WBAP                     {
	background-color: white;/* changed from #F89832 - ethan 3/27/12*/
}
.WBAP #bodyConstituency, #econnect-title-bar.WBAP, .WBAP .SearchButton
	{color:white; background-color:#F89832; min-width:600px;}
.WBAP #bodyForm           {border-color:#FFFFFF;}
.WBAP .menu .submenu{
	/* Submenu Titles on Main Const Menus  */
	padding-top: 12px;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 15px;
	text-transform: none;
	color: #336699;
	border: thin none White;
	text-decoration: none;
	text-align: left;
	border-bottom: 1px solid #336699;
}
.WBAP .menu .submenu:hover{
	text-decoration: underline;
	color: #336699;
}

.WBAP .submit INPUT, .WBAP .pagingbutton
{
    color: black;
    background-color: silver;
    border-left-color: silver;
    border-bottom-color: silver;
    border-top-style: outset;
    border-top-color: silver;
    border-right-style: outset;
    border-left-style: outset;
    border-right-color: silver;
    border-bottom-style: outset;
}



.WBAP .submit INPUT:hover, .WBAP .submit INPUT.buttonPress
{
    color: black;
    background-color: silver;
    border-left-color: silver;
    border-bottom-color: silver;
    border-top-style: inset;
    border-top-color: silver;
    border-right-style: inset;
    border-left-style: inset;
    border-right-color: silver;
    border-bottom-style: inset;
}
.WBAP #menuTitle          {border-color:#DFA060; background-color:#F89832; color:#ECBD8F;}
.WBAP .menu a:hover,
.WBAP .menu .submenu a:hover {color:blue;}

.WBAP table tr td.oddrow         {background-color: #FFFFFF; border:1px solid black;}
.WBAP table tr td.evenrow        {background-color: #FFFFFF; border:1px solid black;}
.WBAP table tr td.oddrow input   {background-color: #FFFFFF;}
.WBAP table tr td.evenrow input  {background-color: #FFFFFF;}
.WBAP table tr td.oddrow select  {background-color: #FFFFFF;}
.WBAP table tr td.evenrow select {background-color: #FFFFFF;}
.WBAP table th.groupTitle {display: none; }/*text-align: center;} */
.WBAP .envisionList .oddrow,
.WBAP .envisionList .evenrow {border-style: none;}
#mainMenu a.WBAP_Bars        {border:3px solid #F89832; background-color:#F89832;}
#mainMenu a.WBAP_Bars:hover  {
	border: 3px solid #F8B66D;
	background-color: #F8B66D;
	color: #000000;
}
#mainMenu li.WBAP_Boxes      {background-image:url(images/main-pathProspect.html); }
#mainMenu li.WBAP_DISABLED   {background-image:url(images/main-pathProspectGRAY.html);}
#mainMenu li.WBAP_Boxes a:hover {font-size:12px;}

.WBAP hr                  {height:2px; background-color: #C8D8ED; color: #C8D8ED}

/*--------------------------------------------------------------------------------------------------------*/

/* Current Students constituency (WBST) */
.WBST                     {
	background-color: white;/* changed from #ED6047 - ethan 3/27/12*/
}
.WBST #bodyConstituency, #econnect-title-bar.WBST, .WBST .SearchButton
	{color:white; background-color: #ED6047; min-width:600px;}
.WBST #bodyForm           {border-color:#FFFFFF;}
.WBST .menu .submenu{
	/* Submenu Titles on Main Const Menus  */
	padding-top: 12px;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 15px;
	text-transform: none;
	color: #336699;
	border: thin none White;
	text-decoration: none;
	text-align: left;
	border-bottom: 1px solid #336699;
}
.WBST .submit INPUT, .WBST .pagingbutton
{
    color: black;
    background-color: silver;
    border-left-color: silver;
    border-bottom-color: silver;
    border-top-style: outset;
    border-top-color: silver;
    border-right-style: outset;
    border-left-style: outset;
    border-right-color: silver;
    border-bottom-style: outset;
}
.WBST .submit INPUT:hover, .WBST .submit INPUT.buttonPress
{
    color: black;
    border-top-style: inset;
    border-right-style: inset;
    border-left-style: inset;
    background-color: silver;
    border-bottom-style: inset;
    border-left-color: silver;
    border-bottom-color: silver;
    border-top-color: silver;
    border-right-color: silver;
}
.WBST #menuTitle          {border-color:#94B2CD; background-color:#1D4670; color:#ED6047;}
.WBST .menu a:hover,
.WBST .menu .submenu a:hover {
	text-decoration: underline;
	color: #336699;
}

.WBST table tr td.oddrow         {background-color: #FFFFFF; border:1px solid black;}
.WBST table tr td.evenrow        {background-color: #FFFFFF; border:1px solid black;}
.WBST table tr td.oddrow input   {background-color: #FFFFFF;}
.WBST table tr td.evenrow input  {background-color: #FFFFFF;}
.WBST table tr td.oddrow select  {background-color: #FFFFFF;}
.WBST table tr td.evenrow select {background-color: #FFFFFF;}
.WBST table th.groupTitle {display: none; }/*text-align: center;} */
.WBST .envisionList .oddrow,
.WBST .envisionList .evenrow {border-style: none;}
#mainMenu a.WBST_Bars        {border:3px solid #ED6047; background-color:#ED6047;}
#mainMenu a.WBST_Bars:hover  {
	border: 3px solid #EE8B79;
	background-color: #EE8B79;
	color: #000000;
}
#mainMenu li.WBST_Boxes      {background-image:url(images/main-pathCurrent.html); }
#mainMenu li.WBST_DISABLED   {background-image:url(images/main-pathCurrentGRAY.html);}
#mainMenu li.WBST_Boxes a:hover {font-size:12px;}

.WBST hr                  {height:2px; background-color: #C8D8ED; color: #C8D8ED}

/*--------------------------------------------------------------------------------------------------------*/

/* Faculty constituency (WBFC) */
.WBFC                     {
	background-color: white;/* changed from #3399CC - ethan 3/27/12*/
}
.WBFC #bodyConstituency, #econnect-title-bar.WBFC, .WBFC .SearchButton
	{color:white; background-color: #3399CC; min-width:600px;}
.WBFC #bodyForm           {border-color:#FFFFFF;}
.WBFC .menu .submenu{
	/* Submenu Titles on Main Const Menus  */
	padding-top: 12px;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 15px;
	text-transform: none;
	color: #336699;
	border: thin none White;
	text-decoration: none;
	text-align: left;
	border-bottom: 1px solid #336699;
}
.WBFC .submit INPUT, .WBFC .pagingbutton
{
    color: black;
    background-color: silver;
    border-left-color: silver;
    border-bottom-color: silver;
    border-top-style: outset;
    border-top-color: silver;
    border-right-style: outset;
    border-left-style: outset;
    border-right-color: silver;
    border-bottom-style: outset;
}
.WBFC .submit INPUT:hover, .WBST .submit INPUT.buttonPress
{
    color: black;
    border-top-style: inset;
    border-right-style: inset;
    border-left-style: inset;
    background-color: silver;
    border-bottom-style: inset;
    border-left-color: silver;
    border-bottom-color: silver;
    border-top-color: silver;
    border-right-color: silver;
}
.WBFC #menuTitle          {border-color:#A2A275; background-color:#85865F; color:#736AB0;}
.WBFC .menu a:hover,
.WBFC .menu .submenu a:hover {
	text-decoration: underline;
	color: #336699;
}

.WBFC table tr td.oddrow         {background-color: #FFFFFF; border:1px solid black;}
.WBFC table tr td.evenrow        {background-color: #FFFFFF; border:1px solid black;}
.WBFC table tr td.oddrow input   {background-color: #FFFFFF;}
.WBFC table tr td.evenrow input  {background-color: #FFFFFF;}
.WBFC table tr td.oddrow select  {background-color: #FFFFFF;}
.WBFC table tr td.evenrow select {background-color: #FFFFFF;}
.WBFC table th.groupTitle {display: none; }/*text-align: center;} */
.WBFC .envisionList .oddrow,
.WBFC .envisionList .evenrow {border-style: none;}
#mainMenu a.WBFC_Bars        {
	border: 3px solid #3399CC;
	background-color: #3399CC;
}
#mainMenu a.WBFC_Bars:hover  {
	border: 3px solid #83BEDB;
	background-color: #83BEDB;
	color: #000000;
}
#mainMenu li.WBFC_Boxes      {background-image:url(images/main-pathFaculty.html); }
#mainMenu li.WBFC_DISABLED   {background-image:url(images/main-pathFacultyGRAY.html);}
#mainMenu li.WBFC_Boxes a:hover {font-size:12px;}

.WBFC hr                  {height:2px; background-color: #85865F; color: #C8D8ED}

/*--------------------------------------------------------------------------------------------------------*/

/* Employees constituency (WBEM) */
.WBEM                     {
	background-color: white;/* changed from #736AB0 - ethan 3/27/12*/
}
.WBEM #bodyConstituency, #econnect-title-bar.WBEM, .WBEM .SearchButton
	{color:white; background-color:#736AB0; min-width:600px;}
.WBEM #bodyForm           {border-color:#FFFFFF;}
.WBEM .menu .submenu
{
	/* Submenu Titles on Main Const Menus  */
	padding-top: 12px;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 15px;
	text-transform: none;
	color: #336699;
	border: thin none White;
	text-decoration: none;
	text-align: left;
	border-bottom: 1px solid #336699;
}
.WBEM .submit INPUT, .WBEM .pagingbutton
{
    color: black;
    background-color: silver;
    border-left-color: silver;
    border-bottom-color: silver;
    border-top-style: outset;
    border-top-color: silver;
    border-right-style: outset;
    border-left-style: outset;
    border-right-color: silver;
    border-bottom-style: outset;
}
.WBEM .submit INPUT:hover, .WBST .submit INPUT.buttonPress
{
    color: black;
    border-top-style: inset;
    border-right-style: inset;
    border-left-style: inset;
    background-color: silver;
    border-bottom-style: inset;
    border-left-color: silver;
    border-bottom-color: silver;
    border-top-color: silver;
    border-right-color: silver;
}
.WBEM #menuTitle          {border-color:#C99EB4; background-color:#736AB0; color:#AE7390;}
.WBEM .menu a:hover,
.WBEM .menu .submenu a:hover {
	text-decoration: underline;
	color: #336699;
}

.WBEM table tr td.oddrow         {background-color: #FFFFFF; border:1px solid black;}
.WBEM table tr td.evenrow        {background-color: #FFFFFF; border:1px solid black;}
.WBEM table tr td.oddrow input   {background-color: #FFFFFF;}
.WBEM table tr td.evenrow input  {background-color: #FFFFFF;}
.WBEM table tr td.oddrow select  {background-color: #FFFFFF;}
.WBEM table tr td.evenrow select {background-color: #FFFFFF;}
.WBEM table th.groupTitle {display: none; }/*text-align: center;} */
.WBEM .envisionList .oddrow,
.WBEM .envisionList .evenrow {border-style: none;}
#mainMenu a.WBEM_Bars        {border:3px solid #736AB0; background-color:#736AB0;}
#mainMenu a.WBEM_Bars:hover  {
	border: 3px solid #A8A3D3;
	background-color: #A8A3D3;
	color: #000000;
}
HTML>BODY #mainMenu li.WBEM_Boxes  {margin-left:98px;}
#mainMenu li.WBEM_Boxes      {background-image:url(images/main-pathEmployee.html); margin-left:49px;}
/* Non-IE browsers */
#mainMenu li.WBEM_DISABLED   {background-image:url(images/main-pathEmployeeGRAY.html); margin-left:98px;}
/* IE specific */
* html #mainMenu li.WBEM_DISABLED   {background-image:url(images/main-pathEmployeeGRAY.html); margin-left:49px;}
#mainMenu li.WBEM_Boxes a:hover {font-size:12px;}

.WBEM hr                  {height:2px; background-color: #C8D8ED; color: #C8D8ED}

/*--------------------------------------------------------------------------------------------------------*/

/* Vendors constituency (WBVN) */
.WBVN                     {
	background-color: white;/* changed from #735D57 - ethan 3/27/12*/
}
.WBVN #bodyConstituency, #econnect-title-bar.WBVN, .WBVN .SearchButton
	{color:white; background-color:#735D57;  min-width:600px;}
.WBVN #bodyForm           {border-color:#FFFFFF;}
.WBVN .menu .submenu
{
	/* Submenu Titles on Main Const Menus  */
	padding-top: 12px;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 15px;
	text-transform: none;
	color: #336699;
	border: thin none White;
	text-decoration: none;
	text-align: left;
	border-bottom: 1px solid #336699;
}
.WBVN .submit INPUT, .WBVN .pagingbutton
{
    color: black;
    background-color: silver;
    border-left-color: silver;
    border-bottom-color: silver;
    border-top-style: outset;
    border-top-color: silver;
    border-right-style: outset;
    border-left-style: outset;
    border-right-color: silver;
    border-bottom-style: outset;
}
.WBVN .submit INPUT:hover, .WBST .submit INPUT.buttonPress
{
    color: black;
    border-top-style: inset;
    border-right-style: inset;
    border-left-style: inset;
    background-color: silver;
    border-bottom-style: inset;
    border-left-color: silver;
    border-bottom-color: silver;
    border-top-color: silver;
    border-right-color: silver;
}
.WBVN #menuTitle          {border-color:#C5C47B; background-color:#735D57; color:#D9D98A;}
.WBVN .menu a:hover,
.WBVN .menu .submenu a:hover {
	text-decoration: underline;
	color: #336699;
}

.WBVN table tr td.oddrow         {background-color: #FFFFFF; border:1px solid black;}
.WBVN table tr td.evenrow        {background-color: #FFFFFF; border:1px solid black;}
.WBVN table tr td.oddrow input   {background-color: #FFFFFF;}
.WBVN table tr td.evenrow input  {background-color: #FFFFFF;}
.WBVN table tr td.oddrow select  {background-color: #FFFFFF;}
.WBVN table tr td.evenrow select {background-color: #FFFFFF;}
.WBVN table th.groupTitle {display: none; }/*text-align: center;} */
.WBVN .envisionList .oddrow,
.WBVN .envisionList .evenrow {border-style: none;}
#mainMenu a.WBVN_Bars        {border:3px solid #735D57; background-color:#735D57;}
#mainMenu a.WBVN_Bars:hover  {
	border: 3px solid #A78D8B;
	background-color: #A78D8B;
	color: #000000;
}
#mainMenu li.WBVN_Boxes      {background-image:url(images/main-pathVendor.html); }
#mainMenu li.WBVN_DISABLED   {background-image:url(images/main-pathVendorGRAY.html);}
#mainMenu li.WBVN_Boxes a:hover {font-size:12px;}

.WBVN hr                  {height:2px; background-color: #C8D8ED; color: #C8D8ED}

/*--------------------------------------------------------------------------------------------------------*/

/* Advancement Officers constituency (WBAO) */
.WBAO                     {background-color:#BDDD7F; background-image:url(images/sub-BGAdvancement.html);}
.WBAO #bodyConstituency, #econnect-title-bar.WBAO, .WBAO .SearchButton
	{color:white; background-color:#8DBB2E; min-width:600px; }
.WBAO #bodyForm           {border-color:#94A66F;}
.WBAO .menu .submenu,
.WBAO .submit INPUT, .WBAO .pagingbutton       {border-color:#94A66F; color:black; background-color:#BDDD7F;}
.WBAO .submit INPUT:hover,
.WBAO .submit INPUT.buttonPress,
.WBAO #menuTitle          {border-color:#94A66F; background-color:#8DBB2E; color:#BDDD7F;}
.WBAO .menu a:hover,
.WBAO .menu .submenu a:hover {color:blue;}

.WBAO table tr td.oddrow         {background-color: #BDDD7F; border:1px solid black;}
.WBAO table tr td.evenrow        {background-color: #FFFFFF; border:1px solid black;}
.WBAO table tr td.oddrow input   {background-color: #FFFFFF;}
.WBAO table tr td.evenrow input  {background-color: #FFFFFF;}
.WBAO table tr td.oddrow select  {background-color: #FFFFFF;}
.WBAO table tr td.evenrow select {background-color: #FFFFFF;}
.WBAO table th.groupTitle {display: none; }/*text-align: center;} */
.WBAO .envisionList .oddrow,
.WBAO .envisionList .evenrow {border-style: none;}
#mainMenu a.WBAO_Bars        {border:3px solid #8DBB2E; background-color:#8DBB2E;}
#mainMenu a.WBAO_Bars:hover  {border:3px solid #BDDD7F}
#mainMenu li.WBAO_Boxes      {background-image:url(images/main-pathAdvance.html); }
#mainMenu li.WBAO_DISABLED   {background-image:url(images/main-pathAdvanceGRAY.html);}
#mainMenu li.WBAO_Boxes a:hover {font-size:12px;}

.WBAO hr                  {height:2px; background-color: #8DBB2E; color: #8DBB2E}

/*--------------------------------------------------------------------------------------------------------*/

/* Alumni and Friends constituency (WBAF) */
.WBAF                     {background-color:#EB9F81; background-image:url(images/sub-BGAlumni.html);}
.WBAF #bodyConstituency, .WBAF .SearchButton
	{color:white; background-color:#EB9F81;}
.WBAF #bodyForm           {border-color:#DB8666;}
.WBAF .menu .submenu,
.WBAF .submit INPUT, .WBAF .pagingbutton       {border-color:#DB8666; color:black; background-color:#EB9F81;}
.WBAF .submit INPUT:hover,
.WBAF .submit INPUT.buttonPress,
.WBAF #menuTitle          {border-color:#DB8666; background-color:#BB5932; color:#EB9F81;}
.WBAF .menu a:hover,
.WBAF .menu .submenu a:hover {color:blue;}

.WBAF table tr td.oddrow         {background-color: #EB9F81; border:1px solid black;}
.WBAF table tr td.evenrow        {background-color: #FFFFFF; border:1px solid black;}
.WBAF table tr td.oddrow input   {background-color: #FFFFFF;}
.WBAF table tr td.evenrow input  {background-color: #FFFFFF;}
.WBAF table tr td.oddrow select  {background-color: #FFFFFF;}
.WBAF table tr td.evenrow select {background-color: #FFFFFF;}
.WBAF table th.groupTitle {display: none; }/*text-align: center;} */
.WBAF .envisionList .oddrow,
.WBAF .envisionList .evenrow {border-style: none;}
#mainMenu a.WBAF_Bars        {border:3px solid #BB5932; background-color:#BB5932;}
#mainMenu a.WBAF_Bars:hover  {border:3px solid #EB9F81}
HTML>BODY #mainMenu li.WBAF_Boxes  {margin-left:196px;} 
#mainMenu li.WBAF_Boxes      {background-image:url(images/main-pathAlumni.html); margin-left:98px; }
/* Non-IE browsers */
#mainMenu li.WBAF_DISABLED   {background-image:url(images/main-pathAlumniGRAY.html); margin-left:196px; }
/* IE specific */
* html #mainMenu li.WBAF_DISABLED   {background-image:url(images/main-pathAlumniGRAY.html); margin-left:98px; }
#mainMenu li.WBAF_Boxes a:hover {font-size:12px;}

.WBAF hr                  {height:2px; background-color: #BB5932; color: #BB5932}

/*--------------------------------------------------------------------------------------------------------*/

/* Advisors constituency (WBAD) */
.WBAD                     {background-color:white;}/* changed from #A6B4BD - ethan 3/27/12*/
.WBAD #bodyConstituency, .WBAD .SearchButton
	{color:white; background-color:#A6B4BD; min-width:600px; }
.WBAD #bodyForm           {border-color:#FFFFFF;}
.WBAD .menu .submenu    {
	/* Submenu Titles on Main Const Menus  */
	padding-top: 12px;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 15px;
	text-transform: none;
	color: #336699;
	border: thin none White;
	text-decoration: none;
	text-align: left;
	border-bottom: 1px solid #336699;
}
.WBAD .submit INPUT, .WBAD .pagingbutton       {
    color: black;
    background-color: silver;
    border-left-color: silver;
    border-bottom-color: silver;
    border-top-style: outset;
    border-top-color: silver;
    border-right-style: outset;
    border-left-style: outset;
    border-right-color: silver;
    border-bottom-style: outset;
}
.WBAD .submit INPUT:hover, .WBAD .submit INPUT.buttonPress  {
    color: black;
    border-top-style: inset;
    border-right-style: inset;
    border-left-style: inset;
    background-color: silver;
    border-bottom-style: inset;
    border-left-color: silver;
    border-bottom-color: silver;
    border-top-color: silver;
    border-right-color: silver;
}
.WBAD #menuTitle          {border-color:#A6B4BD; background-color:#697B85; color:#C6D6DF;}
.WBAD .menu a:hover,
.WBAD .menu .submenu a:hover {
    text-decoration: underline;
	color: #336699;
}

.WBAD table tr td.oddrow         {background-color: #FFFFFF; border:1px solid black;}
.WBAD table tr td.evenrow        {background-color: #FFFFFF; border:1px solid black;}
.WBAD table tr td.oddrow input   {background-color: #FFFFFF;}
.WBAD table tr td.evenrow input  {background-color: #FFFFFF;}
.WBAD table tr td.oddrow select  {background-color: #FFFFFF;}
.WBAD table tr td.evenrow select {background-color: #FFFFFF;}
.WBAD table th.groupTitle {display: none; }/*text-align: center;} */
.WBAD .envisionList .oddrow,
.WBAD .envisionList .evenrow {border-style: none;}
#mainMenu a.WBAD_Bars        {border:3px solid #697B85; background-color:#697B85;}
#mainMenu a.WBAD_Bars:hover  {
    border:3px solid #C6D6DF;
    background-color: #C6D6DF;
    color: #000000;
    }
HTML>BODY #mainMenu li.WBAD-Boxes {margin-left:98px;}
#mainMenu li.WBAD_Boxes      {background-image:url(images/main-pathAdvisor.html);}
/* Non-IE browsers */
#mainMenu li.WBAD_DISABLED   {background-image:url(images/main-pathAdvisorGRAY.html);}
/* IE specific */
* html #mainMenu li.WBAD_DISABLED   {background-image:url(images/main-pathAdvisorGRAY.html); margin-left:49px;}
#mainMenu li.WBAD_Boxes a:hover {font-size:12px;}

.WBAD hr                  {height:2px; background-color: #C8D8ED; color: #C8D8ED}

/*--------------------------------------------------------------------------------------------------------*/

/* Default/Null constituency (WBDF) */
.WBDF                     {
	background-color: white;/* changed from #77A5D4 - ethan 3/27/12*/
}
.WBDF #bodyConstituency, #econnect-title-bar.WBDF, .WBDF .SearchButton
	{color:white; background-color: #77A5D4; min-width:600px;}
.WBDF #bodyForm           {border-color:#FFFFFF;}
.WBDF .menu .submenu
{
	/* Submenu Titles on Main Const Menus  */
	padding-top: 12px;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 15px;
	text-transform: none;
	color: #336699;
	border: thin none White;
	text-decoration: none;
	text-align: left;
	border-bottom: 1px solid #336699;
}
.WBDF .submit INPUT, .WBDF .pagingbutton
{
    color: black;
    background-color: silver;
    border-left-color: silver;
    border-bottom-color: silver;
    border-top-style: outset;
    border-top-color: silver;
    border-right-style: outset;
    border-left-style: outset;
    border-right-color: silver;
    border-bottom-style: outset;
}
.WBDF .submit INPUT:hover, .WBDF .submit INPUT.buttonPress
{
    border-left-color: silver;
    border-bottom-color: silver;
    color: black;
    border-top-style: inset;
    border-top-color: silver;
    border-right-style: inset;
    border-left-style: inset;
    background-color: silver;
    border-right-color: silver;
    border-bottom-style: inset;
}
.WBDF #menuTitle          {border-color:#666666; background-color:#666666; color:#CBCBCB;}
.WBDF .menu a:hover,
.WBDF .menu .submenu a:hover {
	text-decoration: underline;
	color: #336699;
}

.WBDF table tr td.oddrow         {background-color: #FFFFFF; border:1px solid #000000;}
.WBDF table tr td.evenrow        {background-color: #FFFFFF; border:1px solid #000000;}
.WBDF table tr td.oddrow input   {background-color: #FFFFFF;}
.WBDF table tr td.evenrow input  {background-color: #FFFFFF;}
.WBDF table tr td.oddrow select  {background-color: #FFFFFF;}
.WBDF table tr td.evenrow select {background-color: #FFFFFF;}

.WBDF table th.groupTitle {display: none; }/*text-align: center;} */
.WBDF .envisionList .oddrow,
.WBDF .envisionList .evenrow {border-style: none;}
.WBDF hr                  {height:2px; background-color: #C8D8ED; color: #C8D8ED}
