
SELECT.ModuleSelect 
{
	appearance: none;
	font-size : 18px;
	border : none;
	background-color : #F4F4F4;
    padding          : 5px 10px 5px 35px;
	width: 5px;
		
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: left 1rem center;
    background-size: 1em;
}

DIV.moduleName
{
	font-size : 18px;
}

SELECT.ModuleSelect:focus, SELECT.ModuleSelect:hover 
{
	border : none;
	outline:0px;
}

.SiteName
{
  font-family      : OptumBold;
  font-size        : 20px;
  border           : none;
  background-color : #F4F4F4;
  padding          : 5px 10px 5px 10px;
}

.ActiveTab
{
  border-bottom : 2px solid #0C55B8;
  text-align    : center;
  padding       : 5px 10px 5px 10px;
  color         : #323334;
  font-family   : OptumBold;
  font-weight   : bold;
}

.InactiveTab
{
  text-align : center;
  padding    : 5px 10px 5px 10px;
  color      : #6D6F70;
}


.InactiveTab a:link
	{
  color            : #4B4D4F;
	}

.InactiveTab a:visited
  {
	color            : #4B4D4F;
	}

.InactiveTab a:active
	{
	color            : #4B4D4F;
	}

.InactiveTab a:hover
	{
	text-decoration  : none;
	}


/*
.MainTab:Hover
{
  border-bottom : 2px solid #0C55B8;
}
*/

DIV.PageHeader
{
	/*width             : 988px;*/
    width             : 100%;
    /*
	border-right      : 1px solid #666698;
	border-left       : 1px solid #666698;
    */
	background        : #F4F4F4;
    min-width         : 940px;
    /*border-bottom    : 1px solid #666698;*/
}

TABLE.PageHeader, TABLE.PageHeader_sep
{
	width            : 100%;
	color            : #002677;
}

TABLE.PageHeader_sep
{
  border-bottom    : 1px solid #666698;
}

TABLE.PageHeader TR TD.PageHeader_header_1
{
	font-size        : 110%;
	line-height      : 1.4;
	font-weight      : bold;
	background       : #F4F4F4;
    padding          : 5px 10px 5px 10px;
}

TABLE.PageHeader TR TD.PageHeader_header_2
{
	background       : #F4F4F4;
}
