/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
}

.ControlPanel {
}

/* background/border colors for the selected tab */
.TabBg { background-color: #FFFFFF;
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:hover    {
}

A.SelectedTab:active   {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:hover    {
}

A.OtherTabs:active   {
}

/* GENERAL */
/* style for module titles */
.Head   {
}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal
{
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:hover    {
}
    
A.CommandButton:active   {
}

/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

a:link  {
  #0066cc
}

a:visited   {
  #0066cc
}

A:hover {
  #006699
}

a:active    {
  #006699
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}
OL UL LI   {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

/* Login Styles */
.LoginPanel{
}

.LoginTabGroup{
}

.LoginTab {
}

.LoginTabSelected{
}

.LoginTabHover{
}

.LoginContainerGroup{
}

.LoginContainer{
}
/* style added by bw for product table */
        .productlineht
        {
            vertical-align: top;
            line-height: 16px;
            font-size: 9pt;
            text-align: center;
            padding-right: 5px;
            padding-left: 5px;
        }
        .centerblk
        {
            text-align: center;
        }

/* CSS added by Bart Welch */
/*  Standard Text Sizes set at 10pt */
     .stdText
     {
          font-size: 10pt;
     }
     .NewsDate
     {
          font-size: 10pt;
          font-weight: bold;
          text-align: right;  
          margin-bottom: 0px;    
          margin-top:3px; 
     }   
     .pHeading
     {
           font-weight:bold;
     }
     .tMarg0
     {
          margin-top:2px;
     }

        .FaqList
        {
            font-size: 10pt;
            list-style:none;
        }
        .FaqList li
        {
            list-style:none;
            font-size: 10pt;
            border-bottom-style: solid;
            border-bottom-width: 1px;
            border-bottom-color: #CCCCCC;
            padding-bottom:7px;
            padding-top:7px;
        }

        .bullets-main li
        {
            font-size: 10pt;
         }

        .stdText li
        {
            font-size: 10pt;
        }
     .HSColor
     {
          color:#aa9988;
     }
.BasicColor
{
  color:#dd8833;
}
.StdColor
{
  color:#44aa77
}
.ExecColor
{
  color:#555588
}
.smText
{
  font-size:8pt;
}
.CovArea
        {
            width: 192px;
            float: left;
            text-align:center;
        }
a
{
  color:#0066cc;
}
a:visited
{
  color:#0066cc;
}
a:active
{
  color:#0066cc;
}
a:link
{
  color:#0066cc;
}
a:hover
{
  color:#003366;
}
.ssmText
{  font-size:7pt; }

sup
{
    vertical-align: text-top;
    font-size: .75em;
}
        .myimg a:hover
        {
            background-color: #CCCCCC;
            text-decoration: none;
            display: block;
            width: 160px;
            text-decoration: none;
        }


        .myimg
        {
            text-align: center;
            font-family: "Times New Roman", Times, serif;
            display: block;
            width: 160px;
            margin-bottom: 20px;
            height: 40px;
            vertical-align: middle;
            display: block;
            margin-top:10px;
        }

        .myimg a
        {
            text-decoration: none;
            font-family: "Times New Roman", Times, serif;
            display: block;
            width: 160px;
            padding-top: 10px;
            padding-bottom: 10px;
            
        }


        
 .blueback
        {
            background-image: url('/Portals/0/BlueBack.png');
        }

        .DownloadBox h3
        {
            font-size: 10pt;
            font-weight: bold;
            margin-top: 2px;
            margin-left: 5px;
            margin-bottom: 8px;
        }


 .DownloadBox
        {
            border: 1px solid #C0C0C0;
            margin: 3px;
            width: 48%;
            height: 175px;
            float: left;
            font-size: 9pt;
            padding: 0px 3px 0px 0px;
        }
.DownloadBox p
     {
          margin-top:12px;
          margin-bottom:3px;
    }

        .ninePTFont
        {
            font-size: 9pt;
        }

/* ----------      Resets header font size to 10pt instead of small  - bw   --------------- */
.GreyHeader_Grey
{
  font-size:10pt;
}
.PurpleHeader_Purple
{
  font-size:10pt;
}
.VioletHeader_Violet, .BlueHeader_Violet, .LightBlueHeader_Violet
  {
    font-size:10pt;
  }


/* -------------------------------------------------------------------------------------------*/

p
{
  font-size:10pt;
}

 /*       #DLButton
        {
            z-index: 1;
            position: relative;
            top: 154px;
            left: 388px;
            display: block;

        }  */

        .InnerDLBox
        {
            height: 150px;
        }

li
     {
          font-size:10pt;
     }

        .PlusHeading
        {
            color: #334499;
            font-weight: bold;
            font-style: italic;
            margin-bottom: 0px;
        }

/*   ------------   CSS for Schedule of Cover Table  ----------------   */

        .ScheduleTable
        {
            border: 1px solid #C0C0C0;
            width: 560px;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 8pt;
            text-align: center;
            padding-left: 2px;
            padding-right: 2px;
            border-spacing: 0px;
            border-collapse: collapse;
        }
        .BenHD
        {
            width: 40%;
            height: 20px;
            font-weight: bold;
            color: #FFFFFF;
            background-color: #A29C8B;
        }
        .BenHDCS
        {
            width: 40%;
            height: 20px;
            font-weight: bold;
            color: #FFFFFF;
            background-color: #A29C8B;
        }

        .BenItemHD
        {
    width: 15%;
    font-weight: bold;
    color: #FFFFFF;
}

            .BenItemHDCS
        {
    width: 10%;
    font-weight: bold;
    color: #FFFFFF;
}
    .CoverNum
        {
        }

        .BenefitName
        {
            width: 40%;
            text-align: left;
        }
         .BenefitNamecs
        {
            width: 20%;
            text-align: left;
        }
       .BenefitNameShort
        {
            width: 160px;
            text-align: left;
        }

        .Basic
        {
            background-color: #dd8833;
        }

        .Standard
        {
            background-color: #44aa77;
        }
        .Executive
        {
            background-color: #555588;
        }
        .HeadStart
        {
            background-color: #aa9988;
        }
        .Bluebkgrnd
        {
            background-color: #555588;
        }
        .ScheduleTable td
        {
            border: 1px solid #C0C0C0;
            font-size: 8pt;
            
        }    
        .SectionHD
        {
            color: #FFFFFF;
            background-color: #5EBAE5;
            font-weight: bold;
            border-left-style: none;
            border-right-style: none;
            height: 20px;
        }
        .FullCover
        {
            background-color: #DDEBD8;
        }
        .SectionName
        {
            border-width: 0px;
            border-style: solid;
        }
        .UpTo
        {
            background-color: #FCFCB1;
        }
        .NoCover
        {
            background-color: #F6D5B4;
        }

        .SectionHD td a
        {
            color: #FFFFFF;
            text-decoration: none;
        }
        .SectionHD td a:visited
        {
            color: #FFFFFF;
            text-decoration: none;
        }
        .SectionHD td a:active
        {
            color: #FFFFFF;
            text-decoration: none;
        }

        .TopOfPage
        {
            text-align: right;
        }

        .Key
        {
            width: 40px;
        }
        .Cover50pct
        {
            background-position: left center;
            width: 182px;
            float: left;
            height: 14px;
            padding-left: 9px;
            background-image: url('bullet.png');
            background-repeat: no-repeat;
        }
        .Core
        {
            background-color: #BBB6CC;
        }
        .Prime
        {
            background-color: #7876AC;
        }
        .PrimePlus
        {
            background-color: #364794;
        }
        .Graybkgrnd
        {
            background-color: #E0DDD0;
        }
        .BenHD a
        {
            color: #FFFFFF;
            text-decoration: none;
        }
        .BenHD a:visited
        {
            color: #FFFFFF;
            text-decoration: none;
        }
        .BenHD a:active
        {
            color: #FFFFFF;
            text-decoration: none;
        }
        .BenHDCS a
        {
            color: #FFFFFF;
            text-decoration: none;
        }
        .BenHDCS a:visited
        {
            color: #FFFFFF;
            text-decoration: none;
        }
        .BenHDCS a:active
        {
            color: #FFFFFF;
            text-decoration: none;
        }


/*  ---------------- Format for MyIMG name  ------------------------------ */
        .myimgred
        {
            color: #cc0000;
            font-family: "times New Roman", Times, serif;
        }
        .myimgblue
        {
            color: #333366;
            font-style: italic;
        }
/*----------------------------------------------------------------------------*/
 .MoreInformation
{
    display: block;
    width: 175px;
    float: right;
    background-color: #6A4085;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    font-size: 12pt;
}
.MoreInformation a
        {
    text-decoration: none;
    color: #FFFFFF;
    font-weight: bold;
    display: block;
}
.MoreInformation a:hover
{
    background-color: #C0C0C0;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}
.MoreInformation a:visited
{
    color: #FFFFFF;
    font-weight: bold;
    font-size: 12pt;
    text-decoration: none;
}
.MoreInformation a:active
{
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
}


/*  ------------------  left navigation formatting   --------------------- */
a.MenuLevel1_Item:link, a.MenuLevel1_Item:visited, a.MenuLevel1_Item:active, a.MenuLevel1_ItemSelected:link,
a.MenuLevel1_ItemSelected:visited,
a.MenuLevel1_ItemSelected:active,
a.MenuLevel2_Item:link,
a.MenuLevel2_Item:visited,
a.MenuLevel2_Item:active,
a.MenuLevel2_ItemSelected:link,
a.MenuLevel2_ItemSelected:visited,
a.MenuLevel2_ItemSelected:active
{
  padding-left:33px ! important ;
  background:#EEEEEE url(arrow_2.gif) no-repeat scroll left center !important ;
}
a.MenuLevel2_ItemSelected:visited, a.MenuLevel1_ItemSelected:visited
{
font-weight:bold !important;
}

/*----------  Format for Other Insurance Plans Box   ------------------*/
.OtherPlansBox
        {
            border: 1px solid #999999;
            padding: 5px;
            margin-right: 5px;
            width: 258px;
            float: left;
            height: 160px;
            margin-top: 10px;
            font-size: 11px;
        }
        .OtherPlansBox img
        {
            border-style: none;
            margin-right: 10px;
            float: left;
        }
        .OtherPlansBox h3
        {
            margin-bottom: 5px;
            font-size: 12pt;
            color: #333333;
            margin-top: 0px;

        }
        .OtherPlanCont
        {
            border: 1px solid gray;
            height: 447px;
            width: 553px;
            padding: 0px 10px 10px 10px;
        }
        .OtherPlanCont p
        {
            margin-top: 10px;
            margin-bottom: 10px;
        }
        .OtherPlansText
        {
            height: 110px;
           clear:both;
        }
        .OtherPlansQuote
        {
            text-align: center;
           
        }

.CoverSureApp
        {
            background-image: url('BlueDotsBack.png');
            background-repeat: repeat-x;
            display: block;
            width: 250px;
            height: 30px;
            float: right;
            color: #FFFFFF;
            line-height: 30px;
            text-align: center;
            font-family: arial, Helvetica, sans-serif;
            font-size: 12pt;
        }
.CoverSureApp a
        {
            width: 250px;
            height: 30px;
            display: block;
        }
        .CoverSureApp a:link
        {
            color: #FFFFFF;
            text-decoration: none;
        }
        .CoverSureApp a:visited
        {
            color: #FFFFFF;
        }

        .CoverSureApp a:hover
        {
            background-image: url('BlueDotsBacklite.png');
            text-decoration: none;
        }
/* -------  hover display  ---------- */
 #STDisc
        {
            padding: 5px;
            border: 1px solid #808080;
            background-color: #D7D7FF;
            color: #414141;
            font-size: 11px;
            left: 160px;
            position: absolute;
            width: 150px;
            height: 60px;
        }










