/*
Table of contents
============================
Detailed styling
Generic site wide settings, including colours, typographic 
styles etc. are controlled by basic.css
============================

        last-updated: 16 December 2011
        updated by Matt Addison
        
        =1. universal reset (see basic.css)
        =2. accessibility features (see basic.css)
        =3. html and body (see basic.css)
        =4. typography (see basic.css)
        =5. layout
        =6. main navigation
        =7. form
        =8. tables
        =9. logon styles
        =10.Event Scheduler and jQuery UI overrides
        =11.News editor
        =12.iPhone password page
                
============================
*/
/*
=3. html and body
============================
*/

body    {
        padding-bottom: 1.5em;
        }
       
#home    {
        padding-top: 44px;
        }
                
#inv-decisions {
        padding-top: 38px !important;
}

#chgpwd {
        padding-top: 63px;
}
       
#chgpwd #container {
        padding: 0 !important;
        margin: 0 2% !important;
}
       
#containerhome    {
        }
       
#typography {
        max-width: 780px;
}

body.popForm {
        padding: 0;
}

body.popup {
        width: auto;
        padding: 0 20px 18px 20px;
}

body.popup .submit-wrap {
        float: left;
        width: 100%;
        margin-bottom: 5em;
}

#booklets h2 {
        cursor: pointer;
}

#booklets h2:focus,
#booklets h2:hover,
#booklets h2:active     {
text-decoration: underline;
color: #009CE4;
}

#booklets ul {
        margin-bottom: 1.5em;
}

#booklets hr {
        position: static;
        left: 0;
        height: 1px;
        width: 100%;
        background-color: #ebebeb;
        border: 0px solid #069;
        margin-bottom: 1.5em;
        display: block;
}

span.nowrap {
        white-space: nowrap;
}

#PREFS,
.popForm {
        margin: 0 !important;
                width: auto;
}

td img  {
        position: absolute;
        }
        
td font img,
td p img,
td a img,
#section1img,
#section2img,
#section3img,
#section4img    {
        position: static;
        }
        
.nofloat        {
        position: static;
        float: none;
        clear: both;
        }
        
/*
=4. typography
============================
*/
h3 em   {
        color: inherit;
        }
                
noscript h2     {
        color: #a7193f;
        }
                
#container p,
#containerwelcome p     {       
        float: none;
        width: auto;
        }
                
#panelmpcontent .panelinner3 p {
        margin-bottom: 1em;
}

#reminder p strong      {
        color: #ffffff;
        }
                
#footer p       {
        position: absolute;
        top: 0.18em;
        color: #333333;
        font-size: 0.8em;
        right: 2%;
        }
                
.standout       {
        border-top: 1px solid #a5acb2;
        padding: 1em 0;
        margin: 0.5em 0;
        } 
                      
.legal  {
        clear: both;
        font-size: 0.917em;
        color: #756774;
        }
                
.information    {
        display: block;
        width: 100%;
        line-height: 1.5;
        }
                
.inline {
        display: inline;
        padding-right: 0.3em;
        }
                
.hang   {
        display: block;
        width: 180px;
        padding-left: 5px;
        }
                
body.tancsubmit ul ul {
  list-style-type: none;
  }
  
.vformat {
  margin-top: -2.5em;
}

.noborder-bot td.heading,
#benefitsummary .heading,
.ruler td.heading       {
        padding: 0;
        }
                
.heading em     {
        color: #fff;
        font-style: normal;
        font-weight: normal;
        display: block;
        padding: 4px 0 5px 0;
        width: 100%;
        height: 100%;
        }
                
.newwindow      {
        background: transparent url("../images/newwindow.gif") 0 3px no-repeat;
        padding-left: 23px;
        }
                
.print  {
        background: transparent url("../images/print.gif") 0 1px no-repeat;
        padding-left: 23px;
        }
                
.pdf,
.pdf2   {
        background: transparent url('../images/pdf.gif') 0 0 no-repeat;
        padding-left: 23px;
        }
                
.bullet,
.bullet2        {
        background: transparent url('../images/bullet.gif') 5px 3px no-repeat;
        padding-left: 23px;
        }
                
.negative       {
        color: #d00000;
        font-weight: bold;
        }
                
.positive       {
        font-weight: bold;
        }
                
/* Rules for Change password form */

h1.password,
p.password,
em.password,
ul.password     {
        margin-left: 20px;
        font-weight: normal;
        }
                
h1.password     {
        margin-bottom: -0.5em;
        }
                
p.password      {
        margin-bottom: 1.5em;
        }
                
p.password,
em.password,
ul.password     {
        font-size: 0.8em;
        }
        
ul.password li  {
        font-size: 1em;
        }
        
.separator {
}

.nobullets {
        list-style: none;
        list-style-image: none;
        padding: 0;
}
.nobullets li {
        list-style: none;
        list-style-image: none;
}

.nonumbers {
        padding: 0;
        list-style-type: none;
}

/*
=5. layout
============================
*/

#container {
        padding: 54px 0 0 0;
        width: 100%;
        margin: 0 auto;
        }
                
#popup .prefs {
        padding: 0;
        }
                
#containerhome,
#contacts #container {
        position: relative;
        float: left;
        width: 96%;
        margin: 0 auto;
        padding: 0 2%;
        }
                
#panelwrap {
        float: left;
        }
                
#banner {
        padding: 0; 
        margin: 0;
        border: 0px solid #fff; 
                background-color: #EEF5FB;
        max-width: 100%;
        }

#header {
        position: relative; 
        padding: 0; 
        margin: 0;
        height: 144px;
        border: 0px solid #fff; 
        border-bottom: 1px solid #ccc; 
        overflow: hidden; 
        background: #EEF5FB url('../images/bg-header.jpg') bottom right no-repeat;
        background: #fff;
        }

#header h1      {
        position: absolute;
        width: 96px;
        height: 99px;
        top: 20px;
        left: 18px;
        margin: 0;
        padding: 0;
        background: transparent url('../images/logo.png') top left no-repeat;
        }
       
#header h2      {
        position: absolute;
        width: 304px;
        height: 50px;
        top: 45px;
        right: 18px;
        margin: 0;
        padding: 0;
        color: #004438;
        font-size: 34px;
        font-family: Arial, Helvetica, sans-serif;
        }
        
#header h2 span      {
        }
        
#wait   {
        position: absolute;
        top: 0;
        left: 0;
        padding: 0;
        padding-top: 100px;
        margin: 0;
        height: 1000px;
        width: 100%;
        text-align: center;
        font-style: italic;
        font-weight: normal;
        z-index: 500;
        background-color: #fff;
        }

#wait p {
        padding: 0;
        margin: 0 auto 1em auto;
        font-weight: normal;
        font-style: normal;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 1.8em;
        line-height: 1;
        color: #fff;
        width: 180px;
        padding: 5px;
        background-color: #5f6261;
        }

#wait p.align {
        text-align: center;
        width: auto;
        background-color: transparent;
        }

#makechoices    {
        border: 0px solid;
        }
                
#mainpanel      {
        position: relative;
        float: left;
        width: 100%;
        }
                
#maininner      {
        position: relative;
        float: left;
        }
                
.sliderwrap     {
        float: left;
        width: 524px;
        }
                
#reminder       {
        float: left;
        width: 30%;
        }
                
#contentwrap    {
        clear: both;
        float: left;
        width: 100%;
        }

#contentpanel   {
        float: left;
        width: 504px;
        padding: 16px 20px 0 20px;
}

#sidepanel      {
        float: left;
        width: 30%;
        }
                
#sidepanel h4   {
        font-size: 1.31507em;
        line-height: 1.1875;
        margin-bottom: 1.1875em;
        font-weight: normal;
        color: #E65032;
        }
                
.panelouter     {
        float: left;
        width: 33%;
        margin: 0 0 18px 0;
        padding: 0;
        }
                
.column2     {
        width: 66%;
        }
                
.panelinner1     {
        padding: 0;
        width: auto;
        margin: 0 6% 0 0;
        background-color: #ebebeb;
}

.panelinner2     {
        }
                
.panelinner3    {
        padding: 0;
        margin: 0;
        }
                
.panelinner4    {
        height: 350px;
        padding: 18px 9px;
        overflow: hidden;
        overflow-x: hidden;
        position: relative;
        }
                
.panelinner4 h3 {
        font-size: 1.6em;
        line-height: 1.125;
        margin-bottom: 1.125em;
}
                
.panelinner4 h4 {
        font-size: 1.4em;
        line-height: 1.286;
        margin-bottom: 1.286em;
}
                
#INVD04 .panelinner4    {
        height: 275px;
        }
                
.panelinner4 object    {
        height: 210px;
                margin: 0;
        }
                
.panelinner4 input    {
        width: 100%;
        margin: 0;
        background-color: transparent;
        }
                
.panelinner4 input    {
        width: 100%;
        margin: 0;
        background-color: transparent;
        }
                
.panelinner4 table   {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 1em;
        border: 0px solid #ebebeb;
        }
                
.panelinner4 caption   {
        font-size: 1em;
        line-height: 1.8;
        margin-bottom: 1.4em;
        font-weight: bold;
        }
                
.panelinner4 th,
.panelinner4 td   {
        padding: 3px;
        }
                
.panelinner4 th {
        font-family: Arial, Helvetica, sans-serif;
}
                
.panelinner4 td   {
        padding: 9px 3px;
        background-color: #fff;
        border: 0px solid #ebebeb;
        }
                
.panelinner4 tbody .odd,
.panelinner4 tbody .odd td   {
        }
                
.panelinner3 #tblmpac tbody .odd,
.panelinner3 #tblmppp tbody .odd,
.panelinner3 #tblmpac tbody .odd td,
.panelinner3 #tblmppp tbody .odd td {
}

.panelinner3 p  {
}

.panelinner3 p.valign   {
        margin-bottom: 0.834em;
}

#panelmfbchart,
#panelmifchart,
#panelmicchart {
        background-color: #ebebeb;
        border: 0px solid #ededed;
                margin-bottom: 9px;
}

.column2 #panelmtchart,
.column2 #panelmt_lrp,
.column2 #panelmt_lt     {
        width: auto;
        float: left;
        display: inline;
        }
                
.column2 table,
.column2 #panelmt_lt     {
        width: 100%;
        display: inline;
        }
                
.column2 img     {
        width: 50%;
        height: 50%;
        }
                
#containerwelcome .column2 p     {
        width: auto;
        float: left;
        clear: none;
        }
                
ul.cookietrail  {
        float: left;
        width: 100%;
        height: 22px;
        padding: 0;
        border: 1px solid #eceded;
        border-width: 1px 1px 1px 0;
        line-height: 22px;
        margin: 0 0 21px 0;
        }
        
ul.cookietrail li  {
        float: left;
        width: 19.9%;
        height: 22px;
        padding: 0;
        list-style: none;
        text-align: center;
        line-height: 22px;
        color: #585858;
        border: 1px solid #eceded;
        border-width: 0 0 0 1px;
        }
        
ul.cookietrail li.thisstep  {
                font-family: Arial, Helvetica, sans-serif;
                font-weight: normal;
                color: #fff;
                background-color: #99a494;
        }
        
ul.cookietrail li.thisstep em  {
                color: #fff;
        font-style: normal;
        }
        
ul.cookietrail li.end  {
        float: right;
        }
        
ol.hidenumbers {
        list-style: none;
        padding: 0;
}
        
#footer {
        }

.clear  {
        clear: both;
        }
                
h2.clear        {
        padding-top: 1em;
        }
                
#contact #container,
#disclaimer #container,
#schemeInfo #container  {
        margin-top: 0;
        padding-top: 1.5em;
        }
                
#contact #header,
#disclaimer #header,
#schemeInfo #header     {
        height: 83px;
        border: 0px solid;
        }
        
#contact #header h2,
#disclaimer #header h2,
#schemeInfo #header h2  {
        position: absolute;
        top: 63px;
        left: 0;
        width: 100%;
        height: 20px;
        border: 0px solid;
        }
        
.warning        {
        border: 1px solid #d4d4d4;
        padding: 1em;
        padding-bottom: 0;
        margin-bottom: 1.5em;
            font-size: 1em;
        }
        
.warning h3     {
        color: #0e4e96;
        }
        
.warning p      {
        margin-bottom: 1.5em;
        }
        
.submit-wrap    {
        clear: both;
        width: 100%;
        border: 0px solid #d4d4d4;
        border-top: 0px solid #d4d4d4;
        padding: 1.17em 0 0 0;
        }

.submit-wrap p  {
        text-align: left;
        }

.format {
        }

/* Easy Slider */

.sliderwrap     {
        position: relative;
        }
        .slider ul,
        .slider li,
        .slider2 ul,
        .slider2 li     {
        margin: 0;
        padding: 0;
        list-style: none;
        }
        .slider2        {
        margin-top: 1em;
        }
        .slider li,
        .slider2 li     { 
        /* 
                define width and height of list item (slide)
                entire slider area will adjust according to the parameters provided here
        */ 
        width: 504px;
        height: 200px;
        overflow: hidden; 
        }       
        /* numeric controls */  
        ol#controls     {
        margin: 12px 0 0 0;
        padding: 0;
        height: 18px;   
        }
        ol#controls li  {
        margin: 0 2px 0 0; 
        padding: 0;
        float: left;
        list-style: none;
        height: 18px;
        line-height: 18px;
        }
        ol#controls li a        {
        float: left;
        height: 18px;
        line-height: 1;
        border: 1px solid #c5c4c4;
        background: #e4e2e2;
        color: #aaa;
        padding: 3px 8px 0;
        text-decoration: none;
        font: 100% Arial, Helvetica, sans-serif;
        }
        ol#controls li.current a        {
        background-color: #c5c4c4;
        color: #fff;
        font-weight: bold;
        border: 1px solid #999;
        }
        ol#controls li a:focus  {
        }
        .slider { 
        }       
        #prevBtn a:link,
        #nextBtn a:link,
        #prevBtn a:visited,
        #nextBtn a:visited      {
        text-decoration: none;
        }
        #prevBtn img,
        #nextBtn img    {
        border: 0px solid;
        margin-top: 8px;
        }
        #prevBtn,
        #nextBtn        {
        }
        #prevBtn a:focus,
        #nextBtn a:focus        {
        outline: none;
        }
        /* item images controls */      
        li.item1 {
        background: transparent url('../images/reminder-item1.jpg') bottom left no-repeat;
        } 
        li.item2 {
        background: transparent url('../images/reminder-item2.jpg') bottom left no-repeat;
        }
        li.item3 {
        background: transparent url('../images/reminder-item3.jpg') bottom left no-repeat;
        }
        li.story div    {
        padding: 10px;
        margin: 0;
        }
        li.story h4     {
        background-color: #ff4e2c;
        color: #fff;
        padding: 3px 6px;
        width: 43%;
        font-size: 1.3333em;
        margin-bottom: 95px;
        }
        li.story p      {
        margin-bottom: 0px;
        color: #fff;
        font-weight: bold;
        font-size: 1.08333em;
        }
        li.story p a:link,
        li.story p a:visited    {
        color: #000;
        font-weight: bold;
        text-decoration: none;
        display: block;
        width: 100%;
        }
        li.story p a:focus,
        li.story p a:hover,
        li.story p a:active     {
        text-decoration: underline;
        }
/* Easy Slider End */

/*
=6. main navigation
============================
*/

/*Top navigation setup*/

.htmlmenu {
        background-color: #5ea7db;
        background-image: none;
        height: 30px;
        }

body.cell1      {
        background: #5ea7db url('../images/menuBarBackground.png') bottom left repeat-x;
        height: 30px;
        padding: 0;
        max-width: 100%;
        }
        
.cell1 table  {
        width: 100%;
        margin: 0;
        padding: 0;
        height: 30px;
        position: relative;
        border-collapse: collapse;
        }
         
.cell1 form  {
        height: 30px;
        margin: 0;
        }
         
.cell1 form table  {
        }
         
.cell1 form table td  {
        background-color: transparent;
        background-image: none;
        }
         
.mbar   {
        background-color: none;
        }

.topMenu        {
        visibility: visible;
        cursor: pointer;
        vertical-align: middle;
        font-size: 13px;
        color: #fff;
        font-weight: normal;
        }

#home_menu,
#menu1,
#menu2,
#menu3,
#menu4,
#menu5  {
        height: 30px !important;
        margin: 0;
        padding: 0;
        position: absolute;
        border-top-color: #000 !important;
        border-right-color: #00b1ac !important;
        border-bottom-color: #00b1ac !important;
        border-left-color: #00b1ac !important;
        border-top-width: 0px !important;
        border-right-width: 0px !important;
        border-bottom-width: 0px !important;
        border-left-width: 0px !important;
        background-color: transparent;
        vertical-align: middle;
        }

#home_menu  {
        }

#menu200  {
        margin-left: -1px;
        }

#menu300  {
        margin-left: -1px;
        }

#menu5,
#menu500  {
        display: none !important;
        }

#menu500  {
        margin-left: -1px;
        }

#home_menu table,
#menu1 table,
#menu2 table,
#menu3 table,
#menu4 table,
#menu5 table  {
        }

div.selectedMenu  {
        background-color: #ccc;
        }

div.selectedMenu table  {
        background: #5ea7db url('../images/menuBarBackground.png') 0px 10px no-repeat;
        }

.selectedMenu   {
        visibility: visible;
        cursor: pointer;
        position: relative;
        font-size: 13px;
        color: #fff;
        font-weight: normal;
        vertical-align: middle;
        }

.selectedMenu td,
.selectedMenu th,
.topMenu td,
.topMenu th       {
        margin: 0;
        padding: 0;
        }

form #home_menu         {
        padding-left: 32px;
        padding-top: 0;
        font-size: 13px;
        color: #fff;
        font-weight: normal;
        background-image: none;
        vertical-align: middle;
        posit ion: relative;
        width: 131px;
        line-height: 30px;
        height: 30px !important;
        text-align: left;
        }

td.topMenu              {
        visibility: visible;
        cursor: pointer;
        font-weight: normal;
        padding-top: 0;
        background-color: transparent;
        text-align: center;
        }

.selectedMenu table{
        border: 0px solid #ebebeb  !important;
        border-width: 0px 0px;
        height: 30px;
        }
        
td.selectedMenu {
        visibility: visible;
        cursor: pointer;
        padding-top: 0;
        font-weight: normal;
        color: #fff;
        background: #5ea7db url('../images/menuBarBackground.png') 0px 10px no-repeat;
        text-align: center;
        }
        
#menu200,
#menu300,
#menu400,
#menu500        {
        background-color: #EEF5FB !important;
        width: 365px !important;
        height: auto !important;
        padding: 5px 0;
        border-right-color: #ebebeb !important;
        border-bottom-color: #ebebeb !important;
        border-left-color: #ebebeb !important;
        border-right-width: 1px !important;
        border-bottom-width: 1px !important;
        border-left-width: 1px !important;
        position: fixed !important;
        top: 0px !important;
                color: #003399 !important;
                min-height: 170px;
        }

#menu200 {
        background: #EEF5FB url('../images/menu-mine.jpg') 100% 20px no-repeat;
        }

#menu300 {
        background: #EEF5FB url('../images/menu-ref.jpg') 100% 20px no-repeat;
        }

#menu400 {
        background: #EEF5FB url('../images/menu-sort.jpg') 100% 20px no-repeat;
        }

#d {
        display: none;
}

.dropdownMenu   {
        visibility: inherit;
        cursor:default;
        font-size: 12px;
        font-style: normal;
        font-weight: normal;
        padding: 6px 10px;
        margin: 0;
        width: 175px;
        color: #003399;
        text-decoration: none;
        font-family: Arial, Helvetica, sans-serif;
        }

.ddMenuMout,
.ddMenuMover     {
        cursor:default;
        font-style: normal;
        font-weight: normal;
        padding: 6px 10px;
        margin: 0;
        width: 175px;
        font-size: 12px;
        color: #003399;
        text-decoration: none;
        font-family: Arial, Helvetica, sans-serif;
        }

.ddMenuMover     {
        cursor: pointer;
        font-style: normal;
        font-weight: normal;
        padding: 6px 10px;
        text-decoration: underline;
        margin: 0;
        width: 175px;
        color: #003399;
        text-decoration: underline;
        font-size: 12px;
        }

/*Left navigation setup */

#leftframe {
        background-color: #fff;
}
 
#leftframe form {
        background-image: none;
        background-color: transparent;
}
 
#LineLayer      {
        width: 145px;
        margin-left: 22px;
        text-align: left;
        }

#HeadLayer      {
        width: 145px;
        margin-left: 22px;
        margin-top: -16px;
        text-align: left;
        }
                
#DataLayer      {
        width: 145px;
        margin-left: 22px;
        text-align: left;
        }
                
#posLayer       {
        width: 145px;
        margin-left: 22px;
        z-index: 1500;
        }
        
#upscrollLayer,
#dnscrollLayer  {
        color: #000;
        background-color: #fff;
        width: 172px !important;
        margin-left: 22px;
        }

#upscrollLayer  {
        left: 0 !important;
        background-color: #fff;
        }

#upscrollLayer  {
        text-align: center;
        }

#dnscrollLayer  {
        margin-right: 1px;
        background-color: #fff;
        }

#upscrollLayer td,
#dnscrollLayer td,
#upscrollLayer a font,
#dnscrollLayer a font,
#upscrollLayer td font,
#dnscrollLayer td font  {
        background-color: transparent;
        text-align: center;
        }

#upscrollLayer a font   {
        font-family: webdings !important;
        }

#dnscrollLayer td font  {
        font-family: webdings !important;
        }

#LineLayer table,
#HeadLayer table,
#DataLayer table        {
        width: 145px;
        margin: 0;
        background-color: transparent;
        background-image: none;
        }

#HeadLayer table        {
        position: relative;
        z-index: 2000;
        margin-top: 50px;
        }

#DataLayer table        {
        }
        
#posLayer table,
#posLayer table table,
#HeadLayer table table,
#DataLayer table table  {
        width: 145px;
        margin: 0;
        background-image: none;
        }
        
#DataLayer table table  {
        width: 145px;
        margin: 26px 0 0 0;
        background-image: none;
        }
        
#HeadLayer td.sideBar   {
        background-color: transparent;
        padding: 0;
        font-weight: normal;
        color: #333;
        }

#HeadLayer td.sideBar b {
        font-weight: bold;
                font-size: 14px;
        letter-spacing: 0px;
        color: #003399;
                margin-left: -8px;
        }

#posLayer td,
#HeadLayer td,
#DataLayer td,
#LineLayer td   {
        background-color: transparent;
        height: auto;
        min-width: 0px;
        }

#HeadLayer td   {
        }

#posLayer td td,
#HeadLayer td td,
#DataLayer td td,
#LineLayer td td        {
        font-size: 1em; 
        }

#LineLayer td   {
        padding: 0;
        }

#posLayer td img,
#HeadLayer td.sideBar img,
#DataLayer td img,
#LineLayer td img       {
        display: none;
        }

#HeadLayer img,
#DataLayer img  {
        display: none;
        }
        
#posLayer img   {
        display: none;
        }
        
#posLayer td a img      {
        display: none;
        }

#HeadLayer .sideBar,
#DataLayer .sideBar     {
        
        }

#HeadLayer .sideBar     {
        }

.sideBar b      {
        }

td.sideBar b    {
        color: #666666;
        }

#DataLayer td   {
        vertical-align: middle;
        padding: 0;
        width: 0;
        height: 0;
        }

/* User Toolbar setup */

#idPrintLogoff  {
        height: 22px;
        padding: 0;
        margin-top: 8px;
        margin-right: 8px;
        z-index: 500;
        }
        
#idPrintLogoff table {
        width: 100%;
        }
        
#idPrintLogoff table td {
        margin: 0;
        padding: 0;
        border: 0px solid;
        vertical-align: middle;
        background-color: transparent;
        }
        
#idPrintLogoff table td img {
        position: absolute;
        left: -9999px;
        height: 0;
        width: 0;
        }
        
#idPrintLogoff a.sideBar:link,
#idPrintLogoff a.sideBar:visited,
#switchLink a:link,
#switchLink a:visited   {
        display: block;
        margin-right: 0;
        padding: 0 2px;
                font-size: 11px;
        }

#idPrintLogoff a.sideBar:hover,
#idPrintLogoff a.sideBar:active,
#idPrintLogoff a.sideBar:focus,
#switchLink a:hover,
#switchLink a:active,
#switchLink a:focus     {
        padding: 0 2px;
        }

/*
=7. form
============================
*/

form    {
}

font input      {
        width: auto;
        }
        
table input,
table label,
table select    {
        float: none;
        display: inline;
        padding: 0;
        }
        
table input,
table select {
        margin: 0 6px 0 0;
        padding: 0;
        float: none;
        }
        
table option {
        margin: 0;
        padding: 0;
        }
        
table label  {
        margin: 0;
        padding: 0;
        float: none;
        width: auto;
        }
        
#benefitsummary input   {
        width: auto;
        }
        
.button,
.buttonclass,
.Button,
.Buttonclass,
.BUTTON,
.BUTTONCLASS,
.getOptionsButton,
.searchSubmit,
#FAQ_Home .button {
        font-size: 1.2em;
        line-height: 27px;
        height: 27px;
        padding: 0 10px 0 10px;
        margin: 0;
        font-weight: normal;
        text-align: center;
        width: auto !important;
        border: 0px solid #eee;
        /*background: transparent url('../images/bg-button.png') 100% -54px no-repeat;*/
        background: transparent url('../images/bg-button.png') 100% -54px no-repeat;
        color: #036;
}

span.button,
span.buttonclass,
span.Button,
span.Buttonclass,
span.BUTTON,
span.BUTTONCLASS,
span.getOptionsButton,
span.searchSubmit,
#FAQ_Home span.button {
        font-size: 10px !important;
        line-height: 27px;
        height: 27px;
        padding: 0;
        margin-right: 4px;
        float: left;
        display: inline-block;
        border: 0px solid #eee;
        background-image: none;
        background: transparent url('../images/bg-button.png') 0 0 no-repeat;
        /*background: transparent url('../images/bg-button.png') 0 0 no-repeat;*/
}

.button:hover,
.buttonclass:hover,
.Button:hover,
.Buttonclass:hover,
.BUTTON:hover,
.BUTTONCLASS:hover,
.getOptionsButton:hover,
.searchSubmit:hover,
#FAQ_Home .button:hover {
        background: transparent url('../images/bg-button.png') 100% -216px no-repeat;
}

span.button:hover,
span.buttonclass:hover,
span.Button:hover,
span.Buttonclass:hover,
span.BUTTON:hover,
span.BUTTONCLASS:hover,
span.getOptionsButton:hover,
span.searchSubmit:hover,
#FAQ_Home span.button:hover {
        background: transparent url('../images/bg-button.png') 0 -162px no-repeat;
}

#chgpwd #container #content-primary input {
        margin-right: 0 !important;
}

#panelmpb .separator a,
#WMPTP5 .standout       {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        display: block;
        text-align: center;
        height: 24px;
        width: 162px !important;
        border-top: 0px solid #a5acb2;
        padding: 0;
        font-size: 14px;
        line-height: 24px;
        background-color: #666;
        border: 1px solid #666;
        color: #fff;
        text-decoration: none;
        }  
             
#panelmpb .separator a:link,
#panelmpb .separator a:visited       {
        width: 110px !important;
        }  
             
#panelmpb .separator a:focus,
#panelmpb .separator a:hover,
#panelmpb .separator a:active,
#WMPTP5 .standout:hover       {
        background-color: #fff;
        color: #000;
        text-decoration: none;
        }  
             
.continuebutton,
.submitbutton     {
        margin: 0;
        padding: 0;
        }
        
.continuebutton:hover,
.submitbutton:hover     {
        }
        
.homebutton     {
        }
        
.homebutton:hover       {
        }
        
.radio     {
        border: 0px solid #A5ACB2;
        }
        
.radiolabel     {
        width: 7em;
        border: 0px solid #A5ACB2;
        }
        
.backbutton     {
        margin: 0 4px 0 0;
        width: 98px !important;
        height: 28px;
        padding: 0 0 2px 0;
        font-weight: normal;
        background: transparent url('../images/background-back.gif') 0 0 no-repeat;
        }
        
.backbutton:hover     {
        background: transparent url('../images/background-back.gif') -98px 0 no-repeat;
        }
        
.resetbutton,
.savebutton     {
        margin: 0 4px 0 0;
        width: 168px !important;
        height: 28px;
        padding: 0 0 2px 0;
        font-weight: normal;
        background: transparent url('../images/background-reset.gif') 0 0 no-repeat;
        }
        
.resetbutton:hover,
.savebutton:hover     {
        background: transparent url('../images/background-reset.gif') -168px 0 no-repeat;
        }
        
.formoptions    {
        border-top: 1px solid #d4d4d4;
        }
        
form.home       {
        float: left;
        width: 100%;
        border: 0px solid #d4d4d4;
        border-top: 1px solid #d4d4d4;
        padding: 1.5em 0;
        min-height: 1%;
        }
        
#p_terms        {
        margin-left: 6px;
        }
/*
=8. tables
============================
*/

#home,
#chgpwd,
body#WELCOME,
#EPA_NO_NOM1,
#EPA_BENSTAT_INT,
#VIEWPD1,
#BGROUP,
#IMMSL0,
#SCMSD1,
#SCMED1,
#SCMLD1,
#WWFLOAD,
#DBOARD,
#WWMEM1,
#WWINVC1,
#WWINVC2,
#WWCP6,
#WWCP7,
#WWASSM1,
#WWASSA1,
#WWA35,
#WWB21,
#WWA31,
#MAINTMEM,
#MPSM1,
#MPFM1,
#MPFN1,
#STAREP,
#CHGBGROUP,
#ALLRPTS
#AMRAB1,
#AMRAC1,
#AMRBD1,
#AMRBD3,
#AMRMG1,
#AMRND1,
#AMRND2,
#AMRPDM,
#AMRPT1,
#AMRPN1,
#AMRRB1,
#AMRSA1,
#AMRTI1,
#AMROL1,
#AMRMH1,
#AMRSM1,
#BENACC,
#CALCIS,
#MPAL8,
#MPAL8A,
#PSF10,
#PSF12,
#PSF17,
#PSF17U,
#TAXYRSUM,
#WMPTP5,
#WWBALFUND,
#WWBALCONT,
#WWMPAL15,
#FUNDPG,
#WWUPG1,
#WWUPG2,
#WWUPG3,
#INVDESV,
#INVD05V,
#INVD10V,
#INVD12V,
#INVDES,
#INVD01,
#INVD02,
#INVD03,
#INVD04,
#INVD05,
#INVD06,
#INVD07,
#INVD08,
#INVD09,
#INVD10,
#INVD11,
#INVD12,
#MFCHOICES,
#INVD13,
#INVD14,
#INVD15,
#INVD16,
#INVD17,
#INVD18,
#INVD19,
#INVD20,
#INVD21,
#INVD22,
#INVD23,
#MPCD2,
#MPCD22,
#MPCD221,
#MPCD23,
#MPCD231,
#MPCD233,
#MPCD24,
#MPCD25,
#MPCD27,
#IRMAX,
#ENROL,
#ENROLINT,
#CONTSUMM,
#CONDET,
#INVSUMM,
#INVOPTS,
#INVCOPY,
#INVSTRGY,
#INVPERSN,
#CPFSRV,
#REVCNI,
#ENRLCFRM,
#ENRLPROC,
#ENRLEND,
#OPTOUT,
#OPTOUT2,
#OPTOUT3,
#OPTOUT4    {
        
}

#VIEWPD1,
#EPA_BENSTAT_INT,
#EPA_TNA,
#EPA_NO_NOM1 {
        padding: 0 2%;
        width: auto;
}

#EPA_NO_NOM1 #container {
}

#EPA_NO_NOM1 #container br {
        display: none;
}

table   {
        clear: both;
        float: none;
        position: static;
        width: 96%;
        margin: 0 auto 0 auto;
        }
        
table table     {
        margin: 0;
        padding: 0;
        }
        
.inner-tl table     {
        width: 96%;
        margin: 0 auto 0 auto;
        margin-left: 0;
        margin-right: 0;
        }
        
#tbldbd1 {
        margin-bottom: 1em;
}
        
.noborder-bot tfoot td  {
        text-align: right;
        }
        
#container th   {
        }
        
.noborder-bot,
.details,
.ruler,
.datablock      {
        }

.noborder-bot th,
.noborder-bot td,
.details th,
.details td,
.ruler th,
.ruler td,
.datablock th,
.datablock td   {
        }

#tblmpac td.col1 {
        width: 53%;
}

#tblmpac td.col2 {
        text-align: right;
}

.noborder-bot th,
.details th,
.ruler th,
.datablock th   {
        }

.noborder-bot tfoot td,
.details tfoot td,
.ruler tfoot td,
.datablock tfoot td       {
        }

/*Table column spacing and formatting*/

.options        {
        background-color: #e3f3fd;
        color: #7f7f7f;
        }
        
.noborder       {
        border: 0px solid;
        }
        
.align  {
        text-align: right;
        }
        
#rulerImage     {
        width: auto;
        text-align: center;
        }
        
#AMRND2 #table11,
#AMRND2 #pmsContent {
        width: 500px;
        text-align: left;
}

#AMRBD1 #table7,
#AMRSA1 #table5,
#AMRND1 #table5,
#WWMPAL15 #table6,
#WWMPAL15 #table7,
#WMPTP5 #table6,
#WMPTP5 #table7,
#FUNDPG #table6,
#WELCOME #table5,
#INVD04 #table7,
#INVD05V #table7,
#INVD10V #table9,
#AMRAC1 #table5,
#AMROL1 #table5,
#AMROL1 #table7,
#AMRND2 #pmsContent {
}

#popup .prefs #table4,
#popup .prefs #table5 {
        margin-bottom: 18px;
        }
                
#popup .prefs #table5 td {
        padding: 9px 0;
        }
                
#popup .prefs #table5 tr.row3 td {
        padding: 0;
        font-size: 0;
        }
                
#INVD05V #table7,
#INVD10V #table7,
#PSF17 #table6 {
        margin-bottom: 1.8em;
}

#AMROL1 #table5 td,
#AMROL1 #table7 td,
#AMRBD1 #table7 td,
#AMRSA1 #table5 td,
#AMRND1 #table5 td,
#WWMPAL15 #table6 td,
#WWMPAL15 #table7 td,
#WMPTP5 #table6 td,
#WMPTP5 #table7 td,
#FUNDPG #table6 td,
#WELCOME #table5 td,
#INVD04 #table7 td.PROMPTCLASS,
#INVD05V #table7 td,
#INVD10V #table9 td,
#AMRAC1 #table5 td,
#AMRSA1 #table5 td,
#AMRND2 #pmsContent td,
#MPAL8A #table5 td {
        padding: 9px;
}

#AMRBD1 #table7 tr.row5,
#AMRBD1 #table7 tr.row9,
#AMRBD1 #table7 tr.row11,
#AMRBD1 #table7 tr.row17,
#INVD10V #table7 .row2 {
        display: none;
}

#AMRBD1 #table7 td.PROMPTCLASS,
#WMPTP5 #table7 td.PROMPTCLASS,
#WWMPAL15 #table7 td.PROMPTCLASS,
#INVD05V #table7 td.PROMPTCLASS,
#PSF17 #table6 td.PROMPTCLASS,
#AMRND2 #pmsContent td.PROMPTCLASS {
        font-weight: bold;
                font-family: Arial, Helvetica, sans-serif;
}

.datablock th,
.datablock td,
#PSF17U #pmsContent td {
        border: 0px solid #fff;
        padding: 2px;
}

#PSF17U #pmsContent tr.col1 td {
        padding: 9px 9px 9px 0;
}

#MPAL8A #table5 tr.row2 td {
        padding: 9px 9px 0px 9px;
}

#MPAL8A #table5 tr.row3 td {
        padding: 0px 9px 9px 9px;
}

#AMRND2 .PROMPTCLASS {
        width: 170px;
}

#AMROL1 #table7 td.col2,
#PSF17U #pmsContent td.col2,
#AMRND2 #table11 td.col2,
#AMRND2 #pmsContent {
        padding: 9px 0;
        text-align: center;
}

#AMRND2 #pmsContent {
        text-align: left;
        margin: 0 2%;
}

#PREFS #table5 .row2 td {
        padding: 0 0 1.4em 0;
}

#PREFS #table5 input {
        margin-left: 9px;
        margin-bottom: 9px;
}

#AMRND2 #pmsContent td.col2 {
        padding: 9px 0;
        text-align: center;
}

#AMRSA1 #table5 tr.headlightyellow td.col2,
#AMRSA1 #table5 tr.headlightyellow td.col3,
#AMRSA1 #table5 tr.headlightyellow td.col4,
#FUNDPG #table6 td.col2,
#FUNDPG #table6 td.col3,
#FUNDPG #table6 td.col4,
#FUNDPG #table6 td.col5,
#FUNDPG #table6 td.col6,
#FUNDPG #table6 td.col7,
#AMROL1 #table5 .col5 {
        text-align: center;
}

#AMRSA1 #table5 td.col2,
#AMRSA1 #table5 td.col3,
#AMRSA1 #table5 td.col4 {
        width: 22%;
}

#AMROL1 #table5 .odd td,
#AMROL1 #table7 .odd td,
#AMRSA1 #table5 .even td {
}

#AMROL1 #table5 td,
#AMROL1 #table7 .even td,
#PSF17U #pmsContent .even td,
#AMRND2 #pmsContent td  {
}

#AMRSA1 #table5 td.col2,
#AMRSA1 #table5 td.col3,
#AMRSA1 #table5 td.col4,
#AMRSM1 #table5 td.col3,
#AMRSM1 #table7 td.col2,
#AMRSM1 #table9 td.col2,
#AMRSM1 #table11 td.col2,
#WMPTP5 #table6 td.col2,
#WMPTP5 #table6 td.col3
        {
        text-align: right;
        }
#AMRSA1 #table5 td.col2 {
                padding-right: 8%;      
}
#WMPTP5 #table6 td.col2,
#WMPTP5 #table6 td.col3 {
                padding-right: 5%;      
}
#WMPTP5 #table6 .row1 td.col2,
#WMPTP5 #table6 .row1 td.col3,
#WMPTP5 #table6 .row2 td.col2,
#WMPTP5 #table6 .row2 td.col3,
#WMPTP5 #table6 td.col4,
#AMRSA1 #table5 .headlightyellow .col2,
#AMRTI1 #table5 .headlightyellow .col5  {
        text-align: center;
        width: 14%;
        }
        
#WWMPAL15 #table6 .headlightyellow .PROMPTCLASS,
#WWMPAL15 #table6 .col3,
#WWMPAL15 #table6 .col5,
#WWMPAL15 #table6 .col6,
#INVD05V #table7 .col3,
#INVD10V #table9 .col2,
#AMRTI1 #table5 .headlightyellow .col5,
#MPAL8 #table5 .headlightyellow .col3,
#MPAL8A #table5 td {
        text-align: center;
        }
#WWMPAL15 #table6 .headlightyellow .col4 {
        text-align: right;
}
        
#WWMPAL15 #table6 .col2,
#WWMPAL15 #table6 .col3,
#WWMPAL15 #table6 .col4,
#WWMPAL15 #table6 .col5,
#WWMPAL15 #table6 .col6,
#INVD05V #table7 .col2,
#INVD05V #table7 .col3,
#INVD10V #table9 .col2,
#AMRTI1 #table5 .col2,
#AMRTI1 #table5 .col3,
#AMRTI1 #table5 .col4,
#AMRTI1 #table5 .col5,
#MPAL8 #table5 .col3    {
        width: 14%;
        padding-left: 9px;
        padding-right: 9px;
        }
        
#INVD05V #table7 .col2,
#AMRTI1 #table5 .headlightyellow .col4  {
        width: 20%;
        }
        
#WWMPAL15 #table6 .col4,
#WWMPAL15 #table6 .col5 {
        text-align: right;
        }
        
#WWMPAL15 #table6 td a,
#INVD05V #table7 td a,
#INVD10V #table9 td a,
#AMRTI1 #table5 td a,
#MPAL8 #table5 td a {
        display: block;
        width: 100%;
        text-align: center;
        outline-style: none;
        }
        
#WWMPAL15 #table6 .headlightyellow .col1,
#WWMPAL15 #table6 .headlightyellow .col2,
#MPAL8A #table5 tr.row1 td {
        text-align: left;
        }
        
#WMPTP5 #table6 tr.even td,
#WMPTP5 #table7 tr.even td,
#WWMPAL15 #table6 tr.even td,
#WWMPAL15 #table7 tr.odd td,
#AMRND1 #table5 tr.odd t,
#AMROL1 #table5 tr.odd td,
#INVD05V #table7 tr.odd td,
#INVD10V #table9 tr.odd td,
#FUNDPG #table6 tr.even td,
#epaamrol1 #tblepaamrol1 tr.odd td,
#MPAL8 #table5 tr.odd td,
#MPAL8A #table5 tr.odd td,
#WELCOME #table6 tr.odd td,
#AMRAC1 #table5 tr.even td  {
        }

#MPAL8 #table5 tr.headlightyellow td,
#MPAL8A #table5 .headlightyellow td.PROMPTCLASS  {
        background-color: #EEF5FB;
        font-weight: bold;
                font-family: Arial, Helvetica, sans-serif;
        }
        
#MPAL8 #table5 tr.headlightyellow td.col1  {
        padding-left:9px;
        }
        
#epaamrol1 #tblepaamrol1 tr.odd td input  {
        background-color: transparent;
        }
        
#INVD04 #table6,
#INVD04 #table8 {
        display: none;
}

#INVD04 #table7 .col1 {
        width: 60%;
}

#INVD04 #table7 .col2 {
        width: 35%;
}

#INVD04 #table9 {
        clear: both;
}

#INVD07 #table8,
#INVD07 #table12,
#INVD12 #table10 {
        width: auto;
        margin: 0 0 18px 0;
        }

#INVD07 #table12 td.submit-wrap,
#INVD12 #table10 td.submit-wrap {
        width: auto;
        }

#WMPTP5 #table6 tr td,
#WMPTP5 #table7 tr td,
#WWMPAL15 #table6 tr td,
#WWMPAL15 #table7 tr td,
#AMRND1 #table5 tr td,
#INVD05V #table7 tr td,
#INVD10V #table7 tr td,
#INVD10V #table9 tr td,
#INVD04 #table7 tr td,
#INVD05 #table7 tr td,
#INVD09 #table8 td,
#INVD09 #table11 td,
#INVD10 #table7 tr td,
#INVD10 #table9 tr td,
#INVD11 #table7 tr td,
#INVD11 #table9 tr td,
#INVD12 #table7 tr td,
#INVD12 #table8 tr td,
#FUNDPG #table6 tr td,
#MPAL8 #table5 tr td,
#WELCOME #table5 tr td,
#WELCOME #table6 tr td,
#MPCD22 #table7 tr td,
#MPCD22 #table9 tr td,
#MPCD22 #table10 tr td,
#CONTSUMM tr td,
#AMRAC1 #table5 tr td,
#AMRPDM #table7 tr td,
#AMRBD3 #table7 tr td,
#CALCIS #table7 tr td  {
        padding: 9px;
        }
                
#INVD12V #table8 tr td,
#FUNDPG #table13 tr td {
        padding: 9px 0;
}
        
#WELCOME #table5 tr.headlightyellow td,
#WELCOME #table5 tr td.headlightyellow,
#WELCOME #table7 tr td.PROMPTCLASS,
#WELCOME #table8 tr td.PROMPTCLASS,
#WELCOME #table9 tr td.PROMPTCLASS,
#INVD10V #table7 tr td.PROMPTCLASS,
#INVD10 #table7 tr td.PROMPTCLASS,
#INVD11 #table7 tr td.PROMPTCLASS,
#INVD11 #table9 tr td.PROMPTCLASS,
#INVD12 #table7 tr td,
#INVD12 #table8 tr td,
#AMRPDM #table7 tr td.PROMPTCLASS,
#AMRBD3 #table7 tr td.PROMPTCLASS,
#CALCIS #table7 tr td.PROMPTCLASS  {
        padding: 9px;
        }
        
#WELCOME .inner #table5 tr.row1 td,
#WELCOME .inner #table5 tr.row2 td,
#WELCOME .inner #table5 tr.row3 td,
#WELCOME .inner #table5 tr td,
#WELCOME #posLayer #table6 tr td,
#WELCOME #posLayer #table6 tr.odd td,
#INVD11 #table9 tr.row3 td.col1,
#INVD11 #table9 tr.row4 td.col1  {
        padding: 0;
        }
        
#WELCOME #posLayer #table6 tr td,
#WELCOME #posLayer #table6 tr.odd td  {
        padding: 0;
        background-color: transparent;
        }
        
#FUNDPG #table7 tr td.PROMPTCLASS,
#FUNDPG #table8 tr td.PROMPTCLASS,
#FUNDPG #table9 tr td.PROMPTCLASS  {
        }
        
#AMRTI1 #table5 tr.headlightyellow td,
#AMROL1 #table5 tr.headlightyellow td,
#AMRSA1 #table5 tr.headlightyellow td,
#WMPTP5 #table6 tr.headlightyellow td,
#WWMPAL15 #table6 tr.headlightyellow td,
#AMRND1 #table5 tr.headlightyellow td,
#INVD05V #table7 tr.headlightyellow td,
#INVD10V #table9 tr.headlightyellow td,
#FUNDPG #table6 tr.headlightyellow td,
#WELCOME #table5 tr.row5 td,
#WELCOME #table5 tr.row6 td,
#WELCOME #table5 tr.row7 td
#WELCOME #table6 td.enrolSubHeading,
#CONTSUMM td.enrolSubHeading,
#INVD04 #table7 tr td.PROMPTCLASS,
#INVD05 #table7 tr.headlightyellow td,
#INVD09 #table8 tr.row2 td,
#INVD09 #table11 tr.row2 td,
#INVD10 #table9 tr.headlightyellow td,
#AMRAC1 #table5 tr.headlightyellow td {
        border-bottom: 0;
        padding: 9px;
        background-color: #EEF5FB;
        font-weight: bold;
        font-family: Arial, Helvetica, sans-serif;
        }

#INVD04 #table7 tr.row2 {
        background-color: #99a494;
        }

#INVD09 #table8 tr.row1 td,
#INVD09 #table11 tr.row1 td,
#INVD09 #table8 tr.row2 td,
#INVD09 #table11 tr.row2 td,
#WELCOME #table6 td.enrolSubHeading,
#MPCD22 #table7 td.enrolSubHeading,
#MPCD22 #table10 td.enrolSubHeading,
#CONTSUMM td.enrolSubHeading {
        font-weight: bold;
                font-family: Arial, Helvetica, sans-serif;
        }

#AMRTI1 #table5 tr td,
#WELCOME #table6 td.col1,
#MPCD22 #table7 td.enrolSubHeading,
#MPCD22 #table9 td.enrolSubHeading,
#MPCD22 #table10 td.enrolSubHeading,
#MPCD22 #table7 tr td,
#MPCD22 #table9 tr td,
#MPCD22 #table10 tr td,
#INVD07 #table8 tr.enrolSubHeading td {
        padding: 6px 0;
        }

#AMRTI1 #table5 tr.row1 td,
#AMRSA1 #table5 tr.row1 td,
#WWMPAL15 #table6 tr.row1 td,
#WMPTP5 #table6 tr.row1 td,
#WELCOME #table5 tr.row5 td,
#WELCOME #table5 tr.row6 td,
#WELCOME #table5 tr.row7 td,
#INVD04 #table7 tr.row1 td.PROMPTCLASS,
#INVD09 #table8 tr.row1 td,
#INVD09 #table11 tr.row1 td,
#FUNDPG #table6 tr.row1 td,
#AMRAC1 #table5 tr.row1 td {
        background-color: #EEF5FB;
        font-weight: bold;
                font-family: Arial, Helvetica, sans-serif;
        padding: 9px 9px 0 9px;
        border-bottom: 0px;
        }
                
#WELCOME #table5 tr.row7 td {
        padding: 9px;
}

#AMRTI1 #table5 tr.row2 td,
#AMRSA1 #table5 tr.row2 td,
#WWMPAL15 #table6 tr.row2 td,
#WMPTP5 #table6 tr.row2 td,
#FUNDPG #table6 tr.row2 td,
#INVD04 #table7 tr.row2 td.PROMPTCLASS,
#INVD09 #table8 tr.row2 td,
#INVD09 #table11 tr.row2 td,
#AMRAC1 #table5 tr.row2 td {
        padding: 0 9px 9px 9px;
        font-weight: bold;
                font-family: Arial, Helvetica, sans-serif;
        }
        
#INVD04 #table7 tr.row1 td.PROMPTCLASS {
        padding: 9px 0 0 0;
        }
        
#INVD04 #table7 tr.row2 td.PROMPTCLASS {
        padding: 0 0 9px 0;
        }
        
#INVD04 #table7 tr.row2 td.col1 {
        padding: 0 0 9px 9px;
        }
        
#INVD04 #table7 tr td.PROMPTCLASS {
        font-weight: bold;
                font-family: Arial, Helvetica, sans-serif;
}

#INVD04 #table7 tr.row4 td.PROMPTCLASS {
        background-image: none;
        padding: 9px 0;
}

#INVD07 #table7,
#INVD07 #table8,
#INVD07 #table13,
#INVD08 #table6,
#INVD08 #table8,
#INVD09 #table18,
#INVD12 #table10 {
        width: auto;
        margin: 0 0 0 2%;
}

#INVD07 #table7 input.textclass,
#INVD07 #table7 input.TEXTCLASS,
#INVD07 #table8 input.textclass,
#INVD07 #table8 input.TEXTCLASS
 {
        width: 30px;
}


#INVD09 #table8,
#INVD09 #table11,
#INVD09 #table13 {
        margin: 0 2% 1.5em 2%;
}

#INVD09 #table7,
#INVD09 #table10 {
        margin: 0 2% 1.5em 2%;
        font-weight: bold;
}

#INVD17 #table7 tr.row1 td {
        padding-bottom: 1.25em;
}

#INVD17 #table7 td {
        font-weight: bold;
}

#INVD09 font {
        color: #ef4f91;
}



#WWMPAL15 #table5,
#WMPTP5 #table5,
#FUNDPG #table6,
#FUNDPG #table7,
#FUNDPG #table8,
#FUNDPG #table9,
#FUNDPG #table12,
#FUNDPG #table13 {
        margin-bottom: 18px;
        }

#VIEWPD1 #container {
        margin: 0 2% 0 0;
        width: 98%;
}

#VIEWPD1 table,
#PB_WF3M table,
#EPA_TNA table {
        margin: 0 0 2.1em 0;
}

#VIEWPD1 table th,
#VIEWPD1 table td {
        width: 25%;
}

#VIEWPD1 table th {
        font-weight: bold;
                font-family: Arial, Helvetica, sans-serif;
                background-color: transparent;
                padding-left: 0;
}


#INVD07 #table14,
#INVD13 #table10,
td.submit-wrap,
#WELCOME #idPrintLogoff table td,
#VIEWPD1 #idPrintLogoff table td,
#EPA_BENSTAT_INT #idPrintLogoff table td,
#PB_WF3M #idPrintLogoff table td,
#EPA_TNA #idPrintLogoff table td {
        width: auto;
}

#VIEWPD1 #table3,
#WELCOME #table3 {
}

#containVIEWPD1 label em        {
        color: #000;
        }

#FUNDPG table   {
        margin-bottom: 0;
        }

#FUNDPG td.pageHeading  {
        }

#FUNDPG td input        {
        }

#epaspf1 dl     {
        padding: 0;
        margin: 0;
        }

#WMPTP5 #table5  tr.headlightyellow td h3       {
        margin: 0;
}

#WELCOME #table6 tr.headlightyellow td,
#WWMPAL15 #table6 tr.headlightyellow td {
}

#epaspf1 dt.dhtmlgoodies_question,
#epamnt1 legend,
#epamnt1 #tblcandidates td dt   {
        font-family: Arial, Helvetica, sans-serif;
        color: #000;
        font-size: 1em;
        font-weight: bold; 
        }
        
#dds1 #container fieldset legend,
#epabgt1 #container table tbody th      {
        font-family: Arial, Helvetica, sans-serif;
        color: #E65032; 
        font-size: 1em;
        font-weight: bold; 
        }
#epabgt1 #container #tblepabgtlast      {
        margin-top: 1.5em;
        }
#epabgt1 #container #tblepabgtlast thead th     {
        font-size: 13px;
        }
#epabgt1 #container #tblepabgtlast tbody th     {
        color: #000; 
        font-weight: normal;
        }
#epaspf1 dd.dhtmlgoodies_answer ul      {
        margin-bottom: 0;
        }
#dds1 form .submit-wrap p       {
        clear: none;
        }
#epasur1,
#epamnt1,
#epabgt1 table,
#epamnt1 #tblcandidates td dl   {
        margin-left: 0;
        margin-bottom: 0;
        }
#sur1 h2 strong {
        color: #000;
        }
#sur1,
#mnt1   {
        padding-top: 17px;
        }
#epamnt1 #tblcandidates td dt   {
        font-weight: bold;
        font-size: 0.8333em; 
        text-decoration: underline;
        }
#dds1 #container,
#epabgt1 #container,
#VIEWPD1 #containVIEWPD1,
#epaspf1 #container     {
        padding: 17px 0 0 0;
        float: left;
        width: 96%;
        }
#VIEWPD1 #containVIEWPD1        {
        margin-left: 0;
        }
        
#msg_data {
        font-size: 0.834em;
        overflow: auto !important;
        height: auto !important;
        width: 100% !important;
}

#msg_data table {
        width: 100% !important;
        margin: 0;
}

#msg_data table td {
        padding: 5px;
}

#msg_data #table9 td input{
        width: 0px;
        height: 0px;
        position: absolute;
        left: -9999px;
        overflow: hidden;
}

#msg_data table td.heading {
        padding: 0;
}

#msg_data table u {
        text-decoration: none;
        color: #545C61;
        display: block;
        padding: 10px 0 0 0;
        font-size: 1.34em;
        line-height: 1.125;
        margin-bottom: 0.625em;
}

/*
=9. logon styles
============================
*/
#logon,
#pwdreset,
#idreminder,
#popupinfo      {
        width: 100%;
        max-width: none;
        padding: 0;
        }

/*#logon #border,
#pwdreset #border,
#idreminder #border,
#popupinfo #border {
        background: #f4f2ec url('../images/menuBarBackground.png') bottom left repeat-x;
        height: 118px;
        }
*/        
#logon #container,
#pwdreset #container,
#idreminder #container,
#popupinfo #container   {
        position: relative;
        width: 100%;
        padding: 0;
        float: left;
        padding-top: 65px;
        }
        
#logon #introduction,
#logon #logonbox,
#pwdreset #introduction,
#pwdreset #logonbox,
#idreminder #introduction,
#idreminder #logonbox,
#popupinfo #introduction,
#popupinfo #logonbox    {
        float: left;
        width: 44%;
        padding: 0;
        margin-left: 3%;
        margin-right: 3%;
        }

#logon #logonbox,
#pwdreset #logonbox,
#idreminder #logonbox,
#popupinfo #logonbox    {
        width: 35%;
        padding: 18px 3%;
        margin-left: 0;
        border: 2px solid #006CB9;
        }
        
#logon p,
#pwdreset p,
#idreminder p   {
        position: relative;
        float: none;
        display: block;
        clear: both;
        margin-bottom: 1.5em;
        }

#logonbox h3,
#pwdreset h3,
#idreminder h3  {
        }

#logon form,
#pwdreset form,
#idreminder form        {
        width: 100%;
        padding: 0;
        }
        
#logon form p,
#pwdreset form p,
#idreminder form p      {
        clear: both;
        float: left;
        width: 100%;
        margin-bottom: 1.5em;
        }

#logon label,
#logon input,
#pwdreset label,
#pwdreset input,
#idreminder label,
#idreminder input       {
        float: left;
        width: 32%;
        margin: 0;
        padding: 0;
        font-weight: bold;
        }

#logon input,
#pwdreset input,
#idreminder input       {
        width: 145px;
        position: relative;
        width: auto;
        line-height: 18px;
        }
        
#logon button,
#pwdreset button,
#idreminder button      {
        background-image: none;
        padding: 0;
        margin-right: 6px;
                color: #757572;
        }
        
#logon button span,
#pwdreset button span,
#idreminder button span {
        padding: 0;
        }
        
#logonbox .submitbutton span,
#logonbox .button span {
        display: block;
        height: 27px;
        line-height: 27px;
        background: transparent url('../images/button-left-submit.png') top left no-repeat;
        }

#logonbox .submitbutton span span,
#logonbox .button span span {
        padding: 0 9px;
        font-family: Verdana, Geneva, sans-serif;
        background: transparent url('../images/button-right-submit.png') top right no-repeat;
        }

#pwdreset input.button,
#idreminder input.button,
#pwdreset button.button,
#idreminder button.button       {
        margin-left: 0;
        }

#pwdreset button.submitbutton       {
        margin-left: 0;
        }

#formactions    {
        float: none;
        clear: both;
        padding: 0 0 1.5em 0;
        margin: 0;
        list-style: none;
        }

#formactions {
        margin-left: 32%;
        width: 68%;     
        }

#formactions li {
        display: inline;
        float: left;
        }

#logon form ul,
#pwdreset form ul,
#idreminder form ul,
#footer ul     {
        padding: 0;
        clear: both;
        }

#logon form ul li,
#pwdreset form ul li,
#idreminder form ul li,
#footer ul li  {
        display: inline;
        margin-right: 12px;
        list-style-image: none;
        }

/*.login {
        position: relative;
        width: auto;
        height: auto;
        max-width: 960px;
        margin: 0 auto;
        padding: 0 0 0 0;
        float: none;
        background-color: #fff;
        background-image: none;
        }
        
.login #border {
        background: #f4f2ec url('../images/menuBarBackground.png') bottom left repeat-x;
        height: 118px;
        }
        
.login #container   {
        padding: 0 3% 0 0;
        width: 97%;
        float: left;
        background: white url("../images/bg-page.png") -1240px 0 no-repeat;
        }
        
.login #header {
        padding: 0 3%;
        width: 94%;
        height: 96px;
}

.login #header h1 {
        height: 96px;
}

.login #introduction,
.login #logonbox    {
        height: auto;
        padding: 0;
                padding-top: 35px;
        }
        
.login #introduction    {
        float: left;
        clear: both;
        width: 48%;
        padding-right: 2%;
                padding-left: 5%;
        min-height: 400px;
        background: white url("../images/bg-page.png") 0 0 no-repeat;
        }
        
.login #logonbox    {
        float: left;
        width: 36%;
        padding-left: 2%;
        }
        
.login #footer{
        clear: both;
        float: none;
        padding: 0 5%;
        width: 90%;
        margin: 0;
        min-height: 22px;
}

.login h1  {
        }
        
.login h1 em  {
        font-style: normal;
        }
        
.login #header h2      {
        width: 91%;
        }
                
#logonbox h3  {
        line-height: 38px;
        margin-bottom: 0.425em;
        }
        
#logonbox em  {
        font-style: normal;
        font-weight: bold;
        }
        
#container .login p   {
        position: relative;
        float: none;
        clear: both;
        display: block;
        }
        
#logonbox p.hide   {
        margin-bottom: 0;
        }
        
.login form     {
        width: 100%;
        padding: 0;
        }
        
#logonbox form p.linewrap      {
        clear: both;
        float: left;
        width: 100%;
        }
        
.login label,
.login input       {
        float: left;
        width: 32%;
        margin: 0 0 10px 0;
        padding: 0;
        margin-right: 1%;
        line-height: 27px;
        }
        
#pwdreset label,
#idreminder label {
        line-height: 18px;
}
        
.login input       {
        width: 100%;
        padding: 0 3px;
        height: 25px;
        border: 1px solid #d8d8d8;
        font-family: Tahoma, Arial, Helvetica, sans-serif;
        font-size: 16px;
        color: #545C61;
        margin-right: 0;
        }
        
.login #logonbox input       {
        width: 100%;
        }
        
.login .logpnPWD       {
        font-weight: bold;
        font-size: 12px;
        }
        
.login input.button,
.login button.button    {
        text-align: center;
        }
        
#pwdreset button.submitbutton       {
        margin-left: 0;
        }
        
#formactions    {
        clear: both;
        float: left;
        padding: 0;
        margin: 0 0 3em 33%;
        list-style: none;
        }
        
#formactions li {
        display: inline;
        }
        
.login form ul     {
        padding: 0;
        }
        
#logonbox ul     {
        padding: 0;
        clear: both;
        }
        
.login form ul li,
#logonbox ul li  {
        list-style-type: none;
        list-style-image: none;
        }
        
.login #footer ul {
        width: 100%;
        border-top: 0px dashed #E5E5E5;
        padding: 0 0 0 0;
        display: block;
        line-height: 22px;
}

.login #footer ul li {
        list-style-type: none;
        list-style-image: none;
        margin: 0 6px 0 0;
        display: inline;
}

.login #footer ul li a:link,
.login #footer ul li a:visited {
        font-size: 1em;
}

*/#IF_popup_concurrency   {
   position: absolute;
   z-index: 998;
   width: 700px;
   height: 430px;
   background-color: #fafafa;
   border: 6px solid #ee3023;
   display: none;
   top: 100px;
   left: 50px;
   }

#IF_popup_alert {
   position: absolute;
   z-index: 999;
   width: 700px;
   height: 430px;
   background-color: #fafafa;
   border: 6px solid #ee3023;
   display: none;
   top: 100px;
   left: 50px;
   }

/*Inherited from ePA and used*/ 

/*Buttons*/

/*Page Heading - SHDTX- */

/*Table Sub Heading*/
tr.headlightyellow,
td.headlightyellow      {
        }

tr.headlightyellow td   {
        }

tr.headlightyellow td.PROMPTCLASS,
tr.headlightyellow td.promptclass       {
        background: #fefefe url('../images/table-header.gif') bottom left repeat-x;
        font-weight: normal;
        }

td.headlightyellow      {
        padding: 0;
        margin: 0;
        }

/*Subheadings*/
.subheading1{
        font-size:1em;
   }

/*Text labels and column headings*/
.promptclass,
.PROMPTCLASS    {
        font-weight: normal;
        }

/*Field data*/
.textclass,
.TEXTCLASS      {
        }
                
.panelinner3 input,
input.textclass,
input.TEXTCLASS {
        line-height: 18px;
        padding: 0 6px;
        width: 65%;
                height: 20px;
        color: #58585A;
        }

.panelinner3 input {
        line-height: 1.5;
        padding: 0;
        width: auto;
        }

.panelinner3 .odd input,
.panelinner3 .odd input.textclass,
.panelinner3 .odd input.TEXTCLASS {
        color: #58585A;
        }



#paneldbd .col1 input       {
        font-size: inherit;
        font-weight: normal;
        color: #ab1133;
        text-decoration: none;
        cursor: pointer;
        }
        
#paneldbd .col1 input:hover {
        text-decoration: underline;
        cursor: pointer;
        color: #510006;
        }
        
/*List of Values Drop down button*/
.lovbuttonclass,
.LOVBUTTONCLASS { 
         height: 20px;
         line-height: 20px;
         padding: 0;
         text-align: center;
         font-size: 0.8em; 
         font-weight: bold; 
        border: 1px solid #eceded;
                background-color: #ff9500;
        color: #036 !important;
         cursor: pointer;
                 width: 20px !important;
         }
         
.headlightyellow b      {
        }
.headlightyellow h4 b   {
        }
.headlightyellow h4 b em        {
        }
/* ePA Table inputs and select options*/
/*
Additional styling for Target Retirement Date / Age
*/
#p_target_date  {
        width: 7em;
        }
#p_target_date,
#p_age_years,
#p_age_months   {
        float: none;
        }
/*List of members/schemes/locations - highlight selected row*/

.popForm td {
        padding: 9px;
}

.popForm td input.textclass,
.popForm td input.TEXTCLASS,
.popForm td input.buttonclass {
        padding: 0 9px;
        line-height: 22px;
        margin: 0 0 0 6px;
}

.popForm td input.buttonclass {
        line-height: 27px;
        margin: 0;
}

tr.headdarkblue{font-size: 1em; color: #003399; background-color: #EEF5FB}
/*MI Dashboard*/
   .toolTip{  font-size: 1em; text-decoration: none}
   td.toolTip{  font-size: 1em; text-decoration: none}
   a.toolTip{font-size: 1em; color:#333333; text-decoration: none}
   a.toolTip:hover{cursor:help; font-size: 1em; color: #67BAA7; text-decoration: none}
   a.toolTip:active{font-size: 1em; text-decoration: none}
   a.toolTip:visited{font-size: 1em; text-decoration: none}
   td.sectionHeading{font-size:1em; font-weight:bold; color:#c0c0c0}
/*Summary and Confirmation Statements*/   
  .ReviewBar{ font-size: 1em; text-decoration: none}
   td.ReviewBar{ font-size: 1em; text-decoration: none}
   a.ReviewBar{font-size: 1em;  color:#bae5fa; text-decoration: none}
   a.ReviewBar:hover{ font-size: 1em; color: #bae5fa; text-decoration: none}
   a.ReviewBar:active{ font-size: 1em; text-decoration: none}
   a.ReviewBar:visited{ font-size: 1em; text-decoration: none}
/* DIV for on screen content of Enrolment and Cont Decision Summary print*/   
#msg_data table
{
        margin: 0;
        padding: 0;
        width: auto;
        font-size: 1em;
        border: 0px solid;
        }
/* Nomination Details entries - tabs */

#idTabs {
        width: auto;
        border-bottom: 0px solid #EEF5FB;
        margin: 0 auto 0 2%;
}

#idTabs td {
        width: 200px;
        padding: 5px 9px 0px 9px; 
        color: #333;
        border-right: 6px solid #fff !important;
        cursor: pointer;
        line-height: 22px;
        background-color: #EEF5FB;
}

#idTabs td img {
        display: none;
}

#idTabs td:hover {
        text-decoration: underline;
}

.clsTabBar {
        border-bottom: 6px solid #EEF5FB;
}

.clsTab {
}

.clsTabSelected {
        font-weight: bold;
}

#pmsContent {
        margin-bottom: 1.8em;
        width: 100%;
}
        
#pmsContent table {
        font-size: 0.833em;
}
        
#pmsContent td {
        padding: 9px;
}
        
        
        
        
        
        
        
        
/* Test area for trying out things*/
#menu table {text-decoration: underline}
#menu1 table {text-decoration: underline}
#menu100 table {text-decoration: underline}
#menu101 table {text-decoration: underline}
#d table {text-decoration: underline}
#INETA1 table {text-decoration: underline}
#PSF12 #table6 .headlightyellow td {
        background-color: #ccc !important;
}
/*Inherited from ePA but not yet analysed
   a.dataexist{ font-size:.9em; font-weight:bold; color:#000062 }
   td.bold{ font-size:1em; font-weight:bold}
   td.default{ font-size:1em; color:#0A1633;}
   td.homepage{ font-size:1.1em; line-height:30px;}
   td.logon{ font-size:1em; color:000000}
   td.scrollbutton{ font-size:1em;}
   td.ext{ font-size:1.1em; font-weight:bold; color:#663399;}
   td.headgold{ font-size:.9em; font-weight:bold; COLOR:cccc99}
   td.white{ font-size:1em; COLOR:white}
   td.big{ font-size:1em; }
   tr.lightyellow{ font-size:1em; COLOR:black; background-color:lightyellow}
   tr.oddrow{ font-size:1em; COLOR:#000000; background-color:#FFFFF0}
   tr.evenrow{ font-size:1em; COLOR:#000000; background-color:#E6E6FA}
   big{ font-size:1em; font-weight:normal}
   small{ font-size:1em; font-weight:normal }
   td.headwhite{ font-size:.8em; font-weight:bold; COLOR:white}
   td.subhead{ font-size:.9em; }
   td.smallhead{ font-size:1em; font-weight:normal}
   td.red{ font-size:1.1em; font-weight:bold; color:CC0000}
   .backg_and_color_class{ font-size:.9em; font-style:italic; background-color:silver; color:darkgreen; font-weight:bold;}
   .enrolbuttonclass{ text-align:left; font-size:1em; font-weight:bold; background-color:#f0f0f0; color:#bae5fa; border:0px none;}
   td.enrolSubHeading{ font-size:1em; font-weight:bold; background-color:#bae5fa; color:#0A1633}
   .descclass{ font-size:.9em; cursor:default; color:#0A1633; border-width:0; }
   .btxt{font-family:verdana;
         font-size:8pt;
         color:darkblue;
         font-weight: bold;
         background-color:#E6E6FA;
         cursor:pointer;}
   .btn{height:27px;
        cursor:pointer;}
   .bs0{font-family:Wingdings;
        font-size:8pt;
        color:white;
        background-color:green;
        cursor:pointer;}
   .bs1{font-family:'Wingdings 3';
        font-size:9pt;
        color:white;
        background-color:green;
        font-weight: bold;
        cursor:pointer;}
   .bs2{font-family:'Wingdings 3';
        font-size:9pt;
        color:blue;
        background-color:orange;
        font-weight: bold;
        cursor:pointer;}
   .bs3{font-family:'wingdings 2';
        font-size:9pt;
        color:blue;
        background-color:orange;
        font-weight: bold;
        cursor:pointer;}
   .bs4{font-family:'Wingdings 2';
        font-size:9pt;
        color:white;
        background-color:green;
        font-weight: bold;
        cursor:pointer;}
   .bs5{font-family:'Wingdings 2';
        font-size:9pt;
        color:white;
        background-color:red;
        font-weight: bold;
        cursor:pointer;}
   .bs6{font-family:MS Outlook;
        font-size:9pt;
        color:white;
        background-color:green;
        font-weight: bold;
        cursor:pointer;}
   .bs7{height:20px;
        width:18px;
        cursor:pointer;}
   .bs8{font-family:'Wingdings 3';
        font-size:9pt;
        color:midnightblue;
        background-color:#E6E6FA;
        font-weight: bold;
        cursor:pointer;}
   .bs9{font-family:Webdings;
        font-size:8pt;
        color:white;
        background-color:green;
        cursor:pointer;}
   .bs10{font-family:Webdings;
        font-size:8pt;
        color:white;
        background-color:red;
        cursor:pointer;}
   .bs11{font-family:Webdings;
        font-size:8pt;
        color:blue;
        background-color:orange;
        cursor:pointer;}
   .DCpageHeading{ font-size:24px; font-weight:bold; font-family:'Arial'; color:#c0c0c0}
   .DCsubHeading{ font-size:13px; font-weight:bold; font-family:'Arial'; color:#c0c0c0}
   .DCsubHelp{ font-size:10px; font-family:'Verdana'; color:#999999}
   .DCHelp{ font-size:11px; font-family:'Verdana';  color:#999999;}
   .DCsectionHeading{ font-size:12px; font-family:'Verdana'; font-weight:bold;  color:midnightblue; }
   .DCtext{ font-size:12px; font-family:'Verdana';  color:#000000;}
   a.DClink:link{ font-size:12px; font-family:'Verdana';  color:BLUE; text-decoration: none}
   a.DClink:active{ font-size:12px; font-family:'Verdana'; color:BLUE; text-decoration: none}
   a.DClink:visited{ font-size:12px; font-family:'Verdana';  color:BLUE; text-decoration: none}
   a.DClink:hover{ font-size:12px; font-family:'Verdana';  color:RED; text-decoration: none}
*/
/* Question styling */
.dhtmlgoodies_question  {
        /* Start layout CSS */
        /* End layout CSS */
        overflow: hidden;
        cursor: pointer;
        }
/* Parent box of slide down content */
.dhtmlgoodies_answer    {
        /* Start layout CSS */
        /* End layout CSS */
        visibility: hidden;
        height: 0px;
        overflow: hidden;
        position: relative;
        }
/* Content that is slid down */
.dhtmlgoodies_answer_content    {
        position: relative;
        }
dt.dhtmlgoodies_question        {
        font-size: 1.15384em;
        line-height: 1.2666;
        margin-bottom: 1.26666em;
        }
#containerwelcome dl    {
        margin-left: 20px;
        }
.dhtmlgoodies_answer p  {
        font-size: 1em;
        }
/* Graph colours */
#graphs span    {
        display: block;
        width: 100px;
        height: 100px;
        float: left;
}
#graphs {
        float: left;
        width: 500px;
}
.span1  {
        background-color: #700013;
}
.span2  {
        background-color: #960016;
}
.span3  {
        background-color: #aa1133;
}
.span4  {
        background-color: #cb2655;
}
.span5  {
        background-color: #da6683;
}
.span6  {
        background-color: #440000;
}
.span7  {
        background-color: #5b0000;
}
.span8  {
        background-color: #660000;
}
.span9  {
        background-color: #902525;
}
.span10 {
        background-color: #ad6060;
}
.span11 {
        background-color: #996900;
}
.span12 {
        background-color: #cc8c00;
}
.span13 {
        background-color: #f3b500;
}
.span14 {
        background-color: #ffbf00;
}
.span15 {
        background-color: #ffd000;
}
.span16 {
        background-color: #641364;
}
.span17 {
        background-color: #851885;
}
.span18 {
        background-color: #993399;
}
.span19 {
        background-color: #b953b9;
}
.span20 {
        background-color: #cc80cc;
}
.span21 {
        background-color: #005662;
}
.span22 {
        background-color: #007282;
}
.span23 {
        background-color: #008899;
}
.span24 {
        background-color: #00a6b6;
}
.span25 {
        background-color: #47bdca;
}
.span26 {
        background-color: #006d9a;
}
.span27 {
        background-color: #0091cd;
}
.span28 {
        background-color: #3caeec;
}
.span29 {
        background-color: #3fc5ff;
}
.span30 {
        background-color: #78d4ff;
}
.span31 {
        background-color: #7a7a7a;
}
.span32 {
        background-color: #a3a3a3;
}
.span33 {
        background-color: #cccccc;
}
.span34 {
        background-color: #d6d6d6;
}
.span35 {
        background-color: #e0e0e0;
}
.span36 {
        background-color: #007445;
}
.span37 {
        background-color: #009a5b;
}
.span38 {
        background-color: #17b97e;
}
.span39 {
        background-color: #00ce91;
}
.span40 {
        background-color: #4ddbae;
}
/*
============================
=10.Event Scheduler and jQuery UI overrides
============================
*/
/*#tabs iframe,
#EventSteps iframe      {
        height: 400px;
        overflow: auto !important;
        margin: 0.625em auto;
        width: 100%;
}
#EventSteps iframe      {
        height: auto;
}
#overDiv,
#eventlist,
#EventDetails,
#EventSteps {
        width: 100%;
        height: auto;
}
#eventlist .col1,
#eventlist .col2 {
        width: 25%;
}
#eventlist .col3,
#eventlist .col4 {
        width: 10%;
}
#eventlist .col5,
#eventlist .col6,
#eventlist .col7 {
        width: 10%;
        vertical-align: middle;
}
#event-container,
#event-container table,
#EventSteps-container table     {
        width: 100%;
        margin: 0 auto 0.625em auto;
}
#event-container        {
        margin: 0 auto 0.625em auto;
        padding-top: 3em;
        position: relative;
}
#EventSteps .submit-wrap,
#event-container .submit-wrap,
#EventSteps-container #addfoot  {
        position: absolute;
        top: 0.625em;
        right: 0;
}
#EventSteps-container #addfoot  {
        top: 0;
}
#event-container .submit-wrap p,
#EventSteps-container #addfoot p,
#EventSteps-container #addfoot  {
        text-align: right;
}
#EventSteps-container PROMPTCLASS,
#EventSteps-container promptclass {
        width: auto;
}
#EventSteps-container table input,
#EventSteps-container table select {
        margin: 0;
}
#EventSteps-container table input.button {
        margin: 0 6px 0 0;
}
#eventlist .button {
        width: 71px !important;
}
#EventSteps-container table #cancel {
        margin: 0;
}
#EventSteps-container .col1,
#EventSteps-container .col2,
#EventSteps-container .col3,
#EventSteps-container .col4,
#EventSteps-container .col5,
#EventSteps-container .col6 {
        width: auto;
}
#EventSteps-container .col6 {
        width: 128px;
}
#event-container .submit-wrap p .button,
#btnAddEventStep,
#addEventSteps  {
        width: 116px !important;
}
#eventsteptable .button {
        width: auto !important;
}
#tabs {
        width: 96%;
        margin: 0 auto;
}
.ui-tabs .ui-tabs-panel {
        display: block;
        border-width: 0;
        padding: 0;
        background: none;
        }
*/
.u i-widget-content {
        border: 0px solid #aaaaaa/*{borderColorContent}*/;
        background: #ffffff/*{bgColorContent}*/ url(images/ui-bg_flat_75_ffffff_40x100.png)/*{bgImgUrlContent}*/ 50%/*{bgContentXPos}*/ 50%/*{bgContentYPos}*/ repeat-x/*{bgContentRepeat}*/; color: #222222/*{fcContent}*/;
        background-image: none;
        }
/*#epabensum #container{
        margin: 0;
}
#tblperdet,
#tblestben,
#tblbenacc,
#tblbendis {
        width: 100%;
        margin-bottom: 2em;
}
#tblestben .col2,
#tblbenacc .col2,
#tblbendis .col2 {
        text-align: right;
}
#tblestben .col2,
#tblbenacc .col2,
#tblbendis .col2,
#tblestben .col3,
#tblbenacc .col3,
#tblbendis .col3 {
        width: 10%;
}
#tblperdet {
        margin-top: 2em;
}
#tblperdet .col1,
#tblperdet .col3 {
        width: 25%;
        text-align: right;
}
#tblperdet .col2,
#tblperdet .col4 {
        padding-left: 10px;
}
*/
/*
============================
=10.Event Scheduler and jQuery UI overrides
============================
*/
#tabs iframe, #EventSteps iframe, #EventDetails iframe,
#ifrmEventSummary, #ifrmEventStep, #ifrmProgram, #ifrmProgramSummary, #ifrmTemplateSummary, #ifrmTemplateDetail,
#ifrmProgramArguments, #ifrmScheduleSummary, #ifrmScheduleDetails,
#ifrmJobSummary,#ifrmJobDetails,#ifrmJobStep {
  height: 395px;
  margin: 0.625em auto 0 auto;
  width: 100%;
}
#tabs iframe, #EventSteps iframe {
  overflow: hidden !important;
}
#ifrmEventSummary,
#ifrmEventDetails,
#ifrmEvent,
#ifrmScheduleSummary,
#ifrmProgramSummary,
#programDetail,
#ifrmProgramDetails,
#ifrmTemplateSummary,
#ifrmJobSummary,
#ifrmJobDetails {
  overflow: auto !important;
  height: 309px;
  margin: 0.625em auto 0 auto;
  border: 0px solid #ccc;
  width: 100%;
}
#EventSteps iframe      {
  overflow: auto !important;
  height: 410px;
  margin: 0.625em auto 0 auto;
  border: 0px solid #ccc;
  width: 100%;
}
#overDiv,
#divEventSummary,
#EventDetails,
#EventSteps {
        width: 100%;
        height: auto;
}
#divEventSummary .col1,
#divEventSummary .col2 {
        width: 25%;
}
#divTemplateList {
  overflow: auto !important;
  height: 300px;
  margin: 0.625em auto 0 auto;
  border: 0px solid #ccc;
}
#divEventSummary .col3,
#divEventSummary .col4 {
        width: 10%;
}
#divEventSummary .col5,
#divEventSummary .col6,
#divEventSummary .col7 {
        width: 10%;
        vertical-align: middle;
}
#event-container,
#event-container table,
#EventSteps-container table,
#divScheduleHeader table,
#divScheduleHeader table,
#divProgramHeader table,
#templateHead table,
#divJobHeader table     {
        width: 100%;
        margin: 0 auto 0.625em auto;
}
#event-container {
        margin: 0 auto 0.625em auto;
        padding-top: 3em;
        position: relative;
}
#EventSteps .submit-wrap,
#event-container .submit-wrap,
#EventSteps-container #addfoot  {
        position: absolute;
        top: 0.625em;
        right: 0;
}
#EventSteps-container #addfoot  {
        top: 0;
}
#event-container .submit-wrap p,
#EventSteps-container #addfoot p,
#EventSteps-container #addfoot  {
        text-align: right;
}
#EventSteps-container PROMPTCLASS,
#EventSteps-container promptclass {
        width: auto;
}
#EventSteps-container table input,
#EventSteps-container table select {
        margin: 0;
}
#EventSteps-container table input.button {
        margin: 0 6px 0 0;
}
#divEventSummary .button {
        width: 71px !important;
}
#EventSteps-container table #cancel {
        margin: 0;
}
#EventSteps-container .col1,
#EventSteps-container .col2,
#EventSteps-container .col3,
#EventSteps-container .col4,
#EventSteps-container .col5,
#EventSteps-container .col6 {
        width: auto;
}
#EventSteps-container .col6 {
        width: 128px;
}
#event-container .submit-wrap p .button  {
        width: 165px !important;
        margin-right: 0;
}
#btnAddEventStep,
#addEventSteps  {
        width: 116px !important;
        margin-right: 0;
}
#btnjobsteps  {
        width: 116px !important;
}
#btnAdd,
#addProgArgs {
        width: 127px !important;
        margin-right: 0;
}
#btnEmailVarMapping,
#btnNxtParagrph {
        width: 178px !important;
        margin-right: 0;
        margin-top: 3px;
}
#eventsteptable .button {
        width: auto !important;
}
#tabs {
        width: 96%;
        margin: 0 auto;
}
.ui-tabs .ui-tabs-panel {
  background: none repeat scroll 0 0 transparent;
  border-width: 0;
  display: block;
  padding: 0;
}
.ui-widget-content {
        background-color: #fff;
        background-image: none;
        color: #2d2d2d;
        border: 0px solid #ddd;
        }
#epabensum #container{
        margin: 0;
}
#eventlist table,
#eventDetail table,
#EventSteps table,
#programlist table,
#TemplateSummary table,
#frmTemplateDetail table,
#jobDetail table,
#schedulelist table,
#scheduleDetail table,
#divJobHeader table,
#joblist table  {
        width: 100%;
}
#eventDetail table .col4        {
        text-align: right;
}
#eventDetail table .col4 input  {
        margin-right: 0;
}
#eventDetail input.textclass,
#eventDetail input.TEXTCLASS {
        width: 90%;
}
#eventDetail input.hasDatepicker {
        width: auto;
}
#eventsteps-detail .col1 {
        width: auto;
}
#eventsteps-detail .col6 {
        width: 188px;
        text-align: right;
        padding-right: 0;
}
#eventsteps-detail th.col6 {
        text-align: left;
}
#eventsteps-detail .col6 input {
        margin-right: 0;
        margin-left: 4px;
}
#eventsteps-summary th,
#eventsteps-detail th,
#eventsteps-detail td {
        padding: 3px;
}
#eventsteps-detail .col1,
#eventsteps-detail .col3 {
        text-align: center;
}
#eventsteps-detail .col1 input,
#eventsteps-detail .col2 input,
#eventsteps-detail .col3 input {
        width: 100%;
}
#eventsteps-detail #addfoot .col1 {
        text-align: left;
}
#eventsteps-detail #addfoot .col1 input {
        margin-right: 8px;
}
TR      {
        font-size: 1em !important;
}
#programlist table .col1,
#programlist table .col2,
#programlist table .col3,
#programlist table .col4,
#programlist table .col5,
#TemplateSummary table .col1,
#TemplateSummary table .col2,
#TemplateSummary table .col3,
#TemplateSummary table .col4 {
        padding-right: 3px;
}
#templateHead table .col1,
#divEventHeader table .col1,
#eventlist table .col1,
#divProgramHeader .col1,
#programlist table .col1,
#TemplateSummary table .col1,
#templateHead table .col1,
#schedulelist table .col1,
#divScheduleHeader table .col1,
#divJobHeader table .col1,
#joblist table .col1    {
        width: 174px;
        padding: 3px 0;
}
#divEventHeader table .col1,
#divProgramHeader .col1,
#TemplateSummary table .col1,
#templateHead table .col1,
#divScheduleHeader table .col1,
#divJobHeader table .col1       {
        width: 171px;
        padding: 3px 0 3px 3px;
}
#divEventHeader table .col1     {
        width: 179px;
}
#divEventHeader table .col2     {
        padding: 3px 0;
}
#divEventHeader table .col3,
#divEventHeader table .col4,
#eventlist table .col3,
#eventlist table .col4,
#TemplateSummary table .col3,
#TemplateSummary table .col4,
#templateHead table .col3,
#templateHead table .col4,
#schedulelist table .col3,
#schedulelist table .col4,
#divScheduleHeader table .col3,
#divScheduleHeader table .col4,
#divJobHeader table .col3,
#joblist table .col3    {
        width: 68px;
        text-align: center;
        padding: 3px 0;
}
#eventlist table .col5,
#eventlist table .col6,
#eventlist table .col7,
#programlist table .col6,
#programlist table .col7,
#programlist table .col8,
#TemplateSummary table .col5,
#TemplateSummary table .col6,
#TemplateSummary table .col7,
#schedulelist table .col5,
#schedulelist table .col6,
#schedulelist table .col7,
#divJobHeader table .col4,
#divJobHeader table .col5,
#joblist table .col4,
#joblist table .col5    {
        width: 91px;
        padding: 3px 0;
}
#divProgramHeader .col6,
#divEventHeader table .col5,
#templateHead table .col5,
#divScheduleHeader table .col5 {
        width: 290px;
        padding: 3px 0;
}
#divProgramHeader .col3,
#programlist table .col3 {
        width: 135px;
}
#divProgramHeader .col4,
#programlist table .col4 {
        width: 130px;
}
#divProgramHeader .col5,
#programlist table .col5 {
        width: 130px;
}
#divEventHeader th,
#divScheduleHeader th,
#divProgramHeader th,
#templateHead th,
#divJobHeader th {
        background-color: #ccc;
        padding: 3px 0;
        }
#tblperdet,
#tblestben,
#tblbenacc,
#tblbendis {
        width: 100%;
        margin-bottom: 2em;
}
#tblestben .col2,
#tblbenacc .col2,
#tblbendis .col2 {
        text-align: right;
}
#tblestben .col2,
#tblbenacc .col2,
#tblbendis .col2,
#tblestben .col3,
#tblbenacc .col3,
#tblbendis .col3 {
        width: 10%;
}
#tblperdet {
        margin-top: 2em;
}
#tblperdet .col1,
#tblperdet .col3 {
        width: 25%;
        text-align: right;
}
#tblperdet .col2,
#tblperdet .col4 {
        padding-left: 10px;
}
/*
=11. News editor
============================
*/
.editable       {
        display: block;
        width: 100%;
        cursor: pointer;
        }
#contextMenuList {
        position: absolute;
        display: none;
        z-index: 10;
        width: 100px;
        border: 1px solid #EBEBEB;
        border-width: 1px 2px 2px 2px;
        background-color: #fff;
        padding: 0;
        margin: 0;
        }
.menuItemDefault,
.menuItem {
        background-color: #f5f5f5;
        color: #666;
        font-weight: bold;
        cursor: default;
        border-top: 1px solid #EBEBEB;
        border-bottom: 3px solid #fff;
        padding: 3px;
        margin: 0;
        display: block;
        }
.highlightItem {
        background-color: #9C0;
        color: #fff;
        font-weight: bold;
        cursor: pointer;
        border-top: 1px solid #EBEBEB;
        border-bottom: 3px solid #fff;
        padding: 3px;
        margin: 0;
        display: block;
        }
span.highlightItem,
span.highlightItem2 {
        background-color: #ffc;
        color: #666;
        font-weight: normal;
        cursor: pointer;
        border-top: 0px solid #EBEBEB;
        border-bottom: 0px solid #fff;
        padding: 0px;
        margin: 0;
        display: block;
        }
#content-history        {
        margin: 0;
        padding: 0;
}
#content-history table  {
        margin: 0 0 1.5em 0;
        width: 100%;
}
#content-history form,
#alerts,
#content-history form p {
        clear: both;
        float: none;
}
#content-history iframe {
        margin: 0;
        width: 100%;
}
#edit-text iframe,
#authorise iframe       {
        position: relative;
        display: block;
        border: 0px solid #ebebeb;
        height: 130px;
        width: 100%;
}
#edit-text #db_channel1,
#authorise #db_channel1 {
        height: 0;
}
.editor {
        margin: 0;
        padding: 0;
}
.editor button  {
    margin: 0 4px 0 0;
    padding: 0;
        margin-right: 3px;
        margin-bottom: 3px;
        width: 53px;
        color: #fff;
        background-color: #f00;
        font-size: 1.167em;
        height: 24px;
}
.editor button:hover    {
        color: #000;
        background-color: #fff;
}
#CloseTextEdit {
}
#ReleaseToChkBtn        {
        width: 140px;
}
#CloseTextEdit,
#create-new-btn {
        width: 104px;
}
#RtnToCorBtn    {
        width: 125px;
}
#AuthoriseBtn   {
        width: 75px;
}
#compare        {
        width: 182px;
}
#NewRevBtn      {
        width: 144px;
}
#authorise-version-btn  {
        width: 192px;
}
.editor td button       {
        padding: 0;
        margin: 0;
        line-height: 20px;
        background-color: transparent;
        background-image: none;
        width: 20px;
        height: 20px;
}
.editor table   {
        border-collapse: separate;
        width: 100%;
        margin: 0 0 3px 0;
}
.editor td img  {
        position: static;
}
.editor thead th,
#awaiting-authorisation thead th        {
}
.editor tbody th        {
/*      background-color: #fff;
        color: #666;
*/}
.editor tbody th,
.editor tbody td        {
/*      padding: 4px 4px;
        border-top: 10px solid #fff;
        border-right: 3px solid #fff;
        border-bottom: 1px solid #ebebeb;
        background: #f5f5f5 url('../images/td-background.gif') top left repeat-x;
*/}
#selected-version {
        border-top: 2px solid #ebebeb;
        padding-top: 9px;
}
.editor .col1,
.editor .col2,
.editor .col3,
.editor .col4,
.editor .col5,
.editor .col6,
.editor .col7,
.editor .col8,
.editor .col9,
.editor .col2b,
.editor .col4c,
.editor .col5c  {
        width: auto !important;
}
#awaiting-authorisation th.col1,
#awaiting-authorisation th.col2,
#awaiting-authorisation th.col3,
#awaiting-authorisation th.col4,
#awaiting-authorisation th.col5c,
.editor th.col1,
.editor th.col2b,
.editor th.col3,
.editor #version-history-table .col4c,
.editor #version-history-table .col5c   {
        padding: 2px 4px;
}
#object-description     th.col1 {
        padding: 4px;
}
.editor #version-history-table th,
.editor #version-history-table .col1,
.editor #version-history-table .col2b,
.editor #version-history-table .col4c,
.editor #version-history-table .col5c   {
        text-align: center;
}
.editor #version-history-table .col4c,
.editor th.col4,
.editor th.col5,
.editor th.col6 {
}
#news-list-filters-table {
        background: #fefefe url('../images/table-header.gif') bottom left repeat-x;
        margin-bottom: 3px;
}
#edit-text #container #news-list-table,
#edit-text #container #news-version-history-table {
        margin-bottom: 3px;
}
#news-list      {
}
#news-list .submit-wrap {
        position: absolute;
        top: 16px;
        right: 136px;
        width: 100%;
}
#news-list .submit-wrap p       {
        text-align: right;
}
#awaiting-authorisation thead th,
#awaiting-authorisation td.col1,
#awaiting-authorisation td.col7,
#news-list-table .col1,
#news-version-history-table .col1,
.editor .col2,
.editor tbody .col5,
.editor tbody .col6,
.editor .col4c,
.editor .col5c,
#news-version-history-table thead th,
#news-version-history-table .col5       {
        text-align: center;
}
#news-version-history-table thead th.col4c,
#news-version-history-table thead th.col4,
#news-version-history-table thead th.col5,
#news-version-history-table thead th.col6       {
        background-color: #999;
}
#news-list-filters-table thead .col1    {
        color: #aa1132;
}
#news-list-filters-table .col2,
#awaiting-authorisation td.col5,
.editor #history-details .col2,
#object-description     .col2,
#object_sharing .col1,
#object_sharing .col2,
#news-history-details .col2,
#NEWS-OBJ-DETAILS-TABLE .col1,
#NEWS-OBJ-DETAILS-TABLE .col2   {
        text-align: left;
}
#news-list-table th input       {
        width: 13px;
}
#news-list-filters-table td button      {
        width: 60px;
        height: 24px;
        background-color: #f00;
}
#news-list-filters-table td button:hover        {
        background-color: #fff;
        color: #000;
}
#news-list-filters-table td input,
#news-list-filters-table td select      {
        margin: 0;
        width: 100%;
}
#news-list-filters-table tbody th,
#news-list-filters-table tbody td {
        vertical-align: middle;
        border-right: 3px solid #ebebeb;
}
#NEWS-OBJ-DETAILS-TABLE .col1,
.editor #news-history-details th.col1   {
        width: 20% !important;
        padding-left: 0;
}
p.legal  {
        clear: both;
        font-size: 0.9em;
        color: #999999;
        margin-top: 1.5em;
        }
#edit-status,
#edit-version,
#content-history,
#edit-authorise {
        margin-top: 1.5em;
        margin-right: 10px;
}
#edit-version {
        margin-top: 1.5em;
        margin-left: 10px;
}
#version-history {
        margin-right: 10px;
}
#content-history iframe {
        border: 0px solid #6eb82d;
        height: 123px;
}
#edit-status h2 {
        margin-bottom: 0.9em;
}
#edit-text #content-primary h3,
#edit-text #content-primary h4,
#edit-status h3,
#edit-status h4 {
        float: left;
}
#edit-text #content-primary h4,
#edit-status h4 {
        float: right;
}
#edit-text #content-primary .text-version h4 {
        float: none;
}
#preview        {
        margin-left: 5px;
}
#previewText    {
        background-color: #ffff00;
        color: #090;
        line-height: 20px;
        padding: 0 4px;
}
#edit-version h2        {
        margin-bottom: 1em;
}
#edit-text, 
#content-history,
#edit-status,
#edit-authorise,
#edit-version   {
        width: auto;
}
#edit-version .text-version,
#authorise .text-version,
#edit-text .text-version        {
        margin-bottom: 1em;
        padding: 1em;
        border: 1px solid #ebebeb;
        background-color: #fafafa;
        overflow: auto;
        height: 120px;
        width: auto;
        float: none;
        clear: both;
}
.editor th input,
.editor td input {
        width: auto;
        margin-right: 0;
}
#edit-text,
#authorise      {
        padding: 1em;
        width: auto;
        float: left;
        position: relative;
}
#edit-text #container,
#authorise #container   {
        float: left;
        width: 100%;
        padding: 0;
        margin: 0;
}
#edit-text #header,
#authorise #header      {
        margin-bottom: 1.5em;
        height: auto;
        background-image: none;
        background-color: #fff;
}
#edit-text #header h3,
#authorise #header h3   {
        margin-bottom: 0;
}
#edit-text #content-primary,
#edit-text #content-secondary,
#authorise #content-primary,
#authorise #content-secondary   {
        float: left;
        width: 40%;
}
#edit-text #content-primary,
#authorise #content-primary     {
        float: left;
        width: 38%;
        padding: 1em;
        border: 2px solid #ebebeb;
}
#edit-text #content-secondary,
#authorise #content-secondary   {
        float: right;
        margin-left: 0;
        width: 57%;
        padding: 0 0 0 2%;
        border: 0 solid #ebebeb;
}
#authorise #content-primary,
#object-history,
#objects-to-authorise {
        padding: 1em 0;
        width: auto;
        margin-bottom: 1.5em;
}
#news-list,
#object-history {
        border: 2px solid #ebebeb;
        padding: 1em;
        margin-bottom: 3em;
}
#edit-text #footer form,
#authorise #footer form {
        position: absolute;
        right: 10px;
        top: 1.2em;
        width: 100%;
}
#edit-text .submit-wrap,
#authorise .submit-wrap {
        border: 0px solid;
        padding-top: 0;
}
#edit-text .submit-wrap p,
#authorise .submit-wrap p {
        padding: 0;
        margin: 0;
        font-size: 1em;
}
#edit-text button,
#authorise button       {
}
#edit-text #footer,
#authorise #footer      {
        clear: both;
        background-color: transparent;
        margin: 0;
}
#edit-text #footer,
#authorise #footer      {
        clear: both;
        background-color: transparent;

        margin: 0;
}
.text-edit .align       {
        text-align: left;
        margin-bottom: 0;
}
.text-edit .align button        {
        margin-right: 0;
}
#edit-text #footer .submit-wrap,
#authorise #footer .submit-wrap {
        border: 0px solid;
        padding: 0;
}
#edit-text #footer .submit-wrap button,
#authorise #footer .submit-wrap button  {
        margin-right: 0;
}
#edit-text #container .ruler,
#authorise #container .ruler    {
/*      border: 0px solid #ebebeb;
        margin-bottom: 1em;
*/      position: relative;
        width: 100%;
        margin: 0 0 1.5em 0;
        }
#edit-text #container tr.ruled td,
#authorise #container tr.ruled td       {
        }
#edit-text #container form p,
#authorise #container form p    {
        float: none;
        width: auto;
        }
#edit-text #content-primary table,
#edit-text #content-primary td {
/*      background-image: none;
        border: 0px solid;
*/      }
span.cke_skin_kama {
  padding: 0 !important;
  border: 0px solid #d3d3d3 !important;
}
.cke_skin_kama .cke_wrapper {
  background-color: #ebebeb !important;
}
#WELCOME .pai1  {
        width: auto !important;
}
#eow-wrap {
        float: left;
        width: 55%;
}
#eowreminder h3 {
}
#eowreminder h3 span {
}
#eowreminder {
        border: 1px solid #ebebeb;
        margin: 0;
        padding: 9px;
        background-color: #EEF5FB;
}

#eowreminder h3 span,
#eowreminder p {
}

#eowreminder div {
        padding-top: 1em;
        border: 1px solid #E6E4E1;
        border-width: 0 1px 1px 1px;
}

#eowreminder a:link,
#eowreminder a:visited {
}

#eowreminder a:link span,
#eowreminder a:visited span {
}

.panelinner3 #tblmd1 tbody .odd {
        background-color: transparent;
}

.panelinner3 #tblmd1 td {
        width: 50%;
}

.panelinner3 #tblmd1 td.col1 {
}

.panelinner1,
.panelinner2,
.panelinner3,
.panelinner4 {
        position: relative;
}

.panelinner3 #tblsdct1 th,
.panelinner3 #tblsdct1 td {
        width: 50%;
}

.panelinner3 #tblsdct1 .col2,
.panelinner3 #tblsdct1 .col3 {
        text-align: right;
}

.panelinner3 #tblsdct1 input.noborder {
        width: 85px;
}

.panelinner3 #tblsdct1 .col2 input.noborder {
        text-align: right;
}

.panelinner3 #tblsdct1 .col3 input.noborder {
        text-align: right;
}

.panelinner3 #tblsdct1 thead .col2,
.panelinner3 #tblsdct1 thead .col3 {
        text-align: center;
}

.closer {
        line-height: 1.3em;
}
#epaamrol1 #container #tblepaamrol1 {
        margin-left: 0;
}
#epaamrol1 #container #tblepaamrol1 td {
        vertical-align: top;
}
#epaamrol1 #container #tblepaamrol1 td.col1,
#epaamrol1 #container #tblepaamrol1 td.col2 {
        width: 18%;
}
#epaamrol1 #container #tblepaamrol1 input.noborder {
        width: 65px;
        height: 20px;
}
#epaamrol1 #container #tblepaamrol1 td.col3 input.noborder,
#epaamrol1 #container #tblepaamrol1 td.col4 input.noborder {
        width: 210px;
}
/*
=12.iPhone password page
============================
*/
* html #mobchgpwd {
        width: 100%;
        margin: 0;
}
#p_termsCondition {
        width: auto;
        padding: 1em;
        border: 1px solid #d3d3d3;
        height: 150px;
        overflow: auto;
        margin-bottom: 1em;
}
#mobchgpwd .submit-wrap {
        width: 100%;
        float: left;
        text-align: center;
        border-bottom: 3px solid #d3d3d3;
        padding-bottom: 1em;
        margin-bottom: 1em;
}
#mobchgpwd p.linewrap {
        float: none;
        clear: none;
        width: auto;
        display: inline;        
        margin-right: 6px;
        position: relative;
        height: 22px;
}
#mobchgpwd p.linewrap2 {
        width: 100%;
        margin: 1em 0;
        position: relative;
        height: 22px;
        text-align: center;
}
#mobchgpwd p.linewrap input {
        width: auto;
        margin: 0;
        margin-right: 6px;
        line-height: 22px;
        height: 15px;
        float: none;
        display: inline;
        position: relative;
        border: 0px solid #d3d3d3;
}
#mobchgpwd p.linewrap2 input.buttonclass {
        width: 158px !important;
}
#mobchgpwd p.linewrap label {
        display: block;
        display: inline;        
        float: none;    
        line-height: 22px;
        height: 22px;
        position: relative;
}
#mobchgpwd table {
        width: auto;
        margin: 0;
}

.panelinner4 #tax_text .col1 {
        width: 34%;
}

.panelinner4 #tax_text tbody th {
        background-color: transparent;
        text-align: left;
        font-weight: normal;
}

.panelinner4 #tax_text td.col2,
.panelinner4 #lpayments_text td.col2,
.panelinner4 #npayments_text td.col2,
.panelinner4 #tax_text td.col3 {
        text-align: right;
}

.panelinner4 #tax_text th,
.panelinner4 #lpayments_text th,
.panelinner4 #npayments_text th{
        text-align: center;
}

#containerwelcome a {
        display: block;
        width: 100%;
}

#containerwelcome p.separator {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        line-height: 1.5;
                margin: 0;
}

#panelmd p.separator {
        height: 54px;
}

.asinglenewsitem        {
 border-top: 1px solid #CCC;
 padding-top: 6px;      
}

#paneltncontent .asinglenewsitem        {
 border-top: 0px solid #CCC;
 padding-top: 0px;      
}

#paneltncontent .asinglenewsitem h3     {
        font-size: 1em;
        line-height: 1.5;
        font-weight: bold;
        font-family: Arial, Helvetica, sans-serif;
}

#paneltncontent .asinglenewsitem h4     {
        color: #666;
}

#panelmcwsdata {
        height: 226px;
        overflow-y: auto;
        overflow-x:hidden;
}

#apptrustees #container,
#arsptrustees #container {
        padding: 20px 0;
}

#apptrustees h1,
#arsptrustees h1 {
        font-size: 2.5em;
        margin-bottom: 1em;
}

#apptrustees h2,
#aspptrustees h2 {
        margin-bottom: 1em;
}

#tbllrp1 td.col2 {
        text-align: right;
}

#CALCIS #table7 {
        width: 45%;
        margin: 0 0 0.625em 2%;
}

#CALCIS input {
}

#itlinvd07 {
        padding-left: 5%;
}
/* Datepicker Today button - This edit gives five levels of specificity, thus making it override other styles */
.ui-datepicker div.ui-datepicker-buttonpane button.ui-datepicker-current {
    font-weight: bold;
    opacity: 1;
    filter: Alpha(Opacity=100);
}
#epaschdoc #container {
        padding: 0 0 0 1em;
}
#epaschdoc ul {
        margin-bottom: 0;
}
#epaschdoc h3 {
        font-size: 1.6em;
}
#epaschdoc h4 {
        font-size: 1.5em;
}
#epaschdoc .hiddencontent {
        margin-left: 2em;
}
#wwupg1_1,
#wwupg2_5 {
        font-size: .77em;
        margin-top: 1.8em;
}
#wwupg1_1 h4,
#wwupg2_5 h4 {
        font-size: 1.4em;
    line-height: 1.286;
    margin-bottom: 1.286em;
}
#wwupg1_1 p,
#wwupg2_5 p {
        font-size: 1.3em;
    line-height: 1.385;
    margin-bottom: 1.385em;
}
#MPAL8A #table5 .col3 {
        display: none;
}
#icon span.popTip {
        background: transparent url('../images/nitax.gif') center right no-repeat;
        padding-right: 26px;
}