﻿body
{
    font-family: Helvetica, Arial,sans-serif,Verdana;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    color: #2F4F4F;
    font-size: small;
}

img
{
    border-style: none;
    outline: none;
}

/* This makes the background stuff with the raised sides */
.middlemain
{
    width: 900px !important;
    background-image: url(../images/main-background.jpg);
}

body
{
    background-color: #F3F4F8;
}

/* End background stuff */


a[href$='.pdf']
{
    padding: 5px 20px 5px 0 !important;
    background: transparent url(icons/icon_pdf.gif) no-repeat center right;
}

p
{
    padding-left: 10px;
    font-style: normal;
    font-size: small;
    text-decoration: none;
    color: #2F4F4F;
}
td.imgholder img
{
    display: block;
    margin: 0;
    padding: 0;
}

/* highlight form fields */

tr.th
{
    height: 21px !important;
    background-color: White;
    border-color: White;
}

input[type="password"]
{
    border: 1px solid #DFDFDF;
    background-color: #EEEEEE;
    font-family: Helvetica, Arial,sans-serif,Verdana;
}

input[type="password"]:focus
{
    border: 1px solid #CC0000;
    background-color: #FFFFCC;
    font-family: Helvetica, Arial,sans-serif,Verdana;
    -moz-box-shadow: 0 0 5px #222;
    -webkit-box-shadow: 0 0 5px #222;
}

input[type="file"]
{
    border: 1px solid #DFDFDF;
    background-color: #EEEEEE;
    font-family: Helvetica, Arial,sans-serif,Verdana;
}

input[type="file"]:focus
{
    border: 1px solid #CC0000;
    background-color: #FFFFCC;
    font-family: Helvetica, Arial,sans-serif,Verdana;
    -moz-box-shadow: 0 0 5px #222;
    -webkit-box-shadow: 0 0 5px #222;
    filter: progid:DXImageTransform.Microsoft.dropShadow(Color=AAAAAA,offX=8,offY=8,positive= true);
}

input[type="text"]
{
    border: 1px solid #DFDFDF;
    background-color: #EEEEEE;
    font-family: Helvetica, Arial,sans-serif,Verdana;
}

input[type="text"]:focus
{
    border: 1px solid #CC0000;
    background-color: #FFFFCC;
    font-family: Helvetica, Arial,sans-serif,Verdana;
    -moz-box-shadow: 0 0 5px #222;
    -webkit-box-shadow: 0 0 5px #222;
}

textarea
{
    border: 1px solid #DFDFDF;
    background-color: #EEEEEE;
    font-family: Helvetica, Arial,sans-serif,Verdana;
}

textarea:focus
{
    border: 1px solid #CC0000;
    background-color: #FFFFCC;
    font-family: Helvetica, Arial,sans-serif,Verdana;
    -moz-box-shadow: 0 0 5px #222;
    -webkit-box-shadow: 0 0 5px #222;
}

select
{
    background-color: #EEEEEE;
    font-family: Helvetica, Arial,sans-serif,Verdana;
    margin-left: 0px;
}

select:focus
{
    background-color: #FFFFCC;
    font-family: Helvetica, Arial,sans-serif,Verdana;
    -moz-box-shadow: 0 0 5px #222;
    -webkit-box-shadow: 0 0 5px #222;
}

/* Disabled form Fields */

input.itemdisabled
{
    border: 0px solid #ffffff;
    background-color: #ffffff;
    color: #333333;
}

input.itemdisabled:focus
{
    border: 0px solid #ffffff;
    background-color: #ffffff;
    color: #333333;
}

textarea.itemdisabled
{
    border: 0px solid #ffffff;
    background-color: #ffffff;
    color: #333333;
}

textarea.itemdisabled:focus
{
    border: 0px solid #ffffff;
    background-color: #ffffff;
    color: #333333;
}

select.itemdisabled
{
    background-color: #ffffff;
    color: #333333;
}

select.itemdisabled:focus
{
    background-color: #ffffff;
    color: #333333;
}

/* other css codes */

.contentbody
{
    vertical-align: top;
}
.standardtext
{
    padding-left: 10px;
    font-style: normal;
    font-size: small;
    color: #2F4F4F;
}

.standardrightindent
{
    padding-right: 10px;
    font-style: normal;
    font-size: small;
}

.standardtexthelp
{
    padding-left: 30px;
    padding-right: 10px;
    text-align: justify; 
    font-style: normal;
    font-size: small;
    color: #2F4F4F;
}


.smallertext
{
    font-style: normal;
    font-size: smaller;
}

.standardtextnoindent
{
    font-style: normal;
    font-size: small;
}

.heading
{
    font-style: normal;
    font-size: medium;
    font-weight: bold;
    text-decoration: none;
    color: #990000;
}

.heading a:link
{
    color: #2F4F4F;
    text-decoration: none;
}
.heading a:visited
{
    color: #2F4F4F;
    text-decoration: none;
}
.heading a:hover
{
    color: #2F4F4F;
    text-decoration: none;
}

.mainSideWidth
{
    width: 214px;
    text-align: left;
}

.StandardLink
{
    color: #990000;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer; /* text-align: center; */
}
.StandardLink a:link, .newspara a:link
{
    color: #990000;
    text-decoration: none;
}
.StandardLink a:visited, .newspara a:visited
{
    color: #990000;
    text-decoration: none;
}
.StandardLink a:hover, .newspara a:hover
{
    color: #990000;
    text-decoration: none;
}

.main
{
    padding-left: 10px;
    background-repeat: no-repeat;
    background-position: 4px -35px;
    background-color: White;
}

.main1
{
    padding-left: 3px;
    padding-right: 3px;
}

.main2
{
    margin-top: -1px;
}

.footer
{
    text-align: left;
    vertical-align: middle;
    padding-left: 10px;
    font-size: 11px;
    text-decoration: none;
    background-image: url(../images/footer-informed.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
}
.footer a:link
{
    font-size: 11px;
    color: #000000;
    text-decoration: none;
}
.footer a:link
{
    font-size: 11px;
    color: #000000;
    text-decoration: none;
}
.footer a:visited
{
    font-size: 11px;
    color: #333333;
    text-decoration: none;
}
.footer a:hover
{
    font-size: 11px;
    color: #111111;
    text-decoration: none;
}
.smalltext
{
    font-size: small;
}

.smalltextindent
{
    font-size: small;
    padding-left: 20px;
}

.smalltextindent1
{
    font-size: small;
    padding-left: 40px;
}

.reallysmalltext
{
    font-size: x-small;
}

.printPageText
{
    font-size: small;
    color: Black;
    font-weight: bold;
}
.printPageText a:link
{
    color: Black;
}
.printPageText a:visited
{
    color: Black;
}
.printPageText a:hover
{
    color: Black;
}

.summaryTable
{
    font-size: x-small;
}
.SummaryTitle
{
    width: 500px;
    font-size: small;
    padding-left: 10px;
}

.SummaryTitle a:link
{
    color: #2F4F4F;
}
.SummaryTitle a:visited
{
    color: #2F4F4F;
}
.SummaryTitle a:hover
{
    color: #2F4F4F;
}

.loggedintop
{
    background-position: 0px 0px;
    height: 26px;
    background-repeat: no-repeat;
    border-bottom: solid 1px #EBEBEB;
}


/* Borders around everything */


.loggedintop
{
    /* background: url(../images/logged-in-top.jpg); */
}

.tabcontent
{    
    /* background: url(../images/tabcontentwidth.jpg) repeat-y !important; */
    /* padding-bottom: 10px;     */
    /* background-position: left;     */
}

.tabcontent1
{    
    /* background: url(../images/tabcontentwidth.jpg) repeat-y;             */
    /* padding-left: 10px; */
}

.tabbase
{    
    /* background: url(../images/tabbase.jpg) no-repeat; */
    /* background-position: left bottom; */
}

.tabcontenttop
{    
    /* background: url(../images/tabmaintop.jpg) no-repeat; */
    /* background-position: left top;  */
}

.tabbasewide
{    
    /* background: url(../images/tabbasewide.jpg) no-repeat; */
    /* background-position: left bottom; */
}
    
.tabcontentwide
{    
    /* background: url(../images/tabcontentwidthwide.jpg) repeat-y;      */
    /* background-position: left top;     */
}

.menutop
{
    /* background-image: url(../images/left-side-box-header.jpg); */
    /* background-position: top left; */ 
    /* background-repeat: no-repeat; */
}

.menubottomsmsf 
{
    /* background-image: url(../images/left-side-box-footer.jpg); */
    /* background-position: bottom right; */
    /* background-repeat: no-repeat; */
}
 
 
.menubottom
{
    /* background-image: url(../images/left-side-box-footer.jpg); */
    /* background-position: bottom left; */
    /* background-repeat: no-repeat; */
}

.menubuttononsideback
{
    /* background-image: url(../images/corner-top-left-full-fill.jpg); */
    /* background-repeat: repeat-y; */
}

/* End borders  */


.menubuttononside
{
    height: 21px;
}
.menubuttononsidebutton
{
    margin-left: 30px;
    color: #2F4F4F;
    text-decoration: none;
    font-weight: bold;
    font-size: small;
}
.menubuttononsidebutton a:link
{
    color: White;
}
.menubuttononsidebutton a:visited
{
    color: White;
}
.menubuttononsidebutton a:hover
{
    color: White;
}

.menubuttononsidebutton1
{
    color: #2F4F4F;
    text-decoration: none;
    font-weight: bold;
    font-size: small;
}
.menubuttononsidebutton1 a:link
{
    color: #2F4F4F;
}
.menubuttononsidebutton1 a:visited
{
    color: #2F4F4F;
}
.menubuttononsidebutton1 a:hover
{
    color: #2F4F4F;
}

.Mymenubuttononsidebutton
{
    padding-left: 30px;
    color: #2F4F4F;
    text-decoration: none;
    font-weight: bold;
    font-size: small;
    outline: none;
}

.Mymenubuttononsidebutton a:link
{
    color: White;
}

.Mymenubuttononsidebutton a:visited
{
    color: White;
}

.Mymenubuttononsidebutton a:hover
{
    color: White;
}

.SubHeadings
{
    padding-top: 8px;
    padding-bottom: 4px;
    font-size: small;
    padding-left: 10px;
    font-weight: bold;
    color: #2F4F4F;
}

.SubHeadingsrisk
{
    padding-top: 10px;
    padding-bottom: 4px;
    font-size: small;
    padding-left: 10px;
    font-weight: bold;
    color: #2F4F4F;
}
.SideContentHeader
{
    font-size: small;
    padding-left: 10px;
    font-weight: bold;
    padding-bottom: 0px;
    padding-top: 5px;
}

.SideContentreallysmalltext
{
    font-size: x-small;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 30px;
    font-family: Verdana;
}
.MainScenarios
{
    padding-left: 15px;
    padding-right: 10px;
    font-size: small;
    padding-top: 0px;
    text-align: justify;
}

.Maincontent
{
    padding-left: 10px;
    font-size: small;
    padding-bottom: 15px;
}

.Maincontentindent
{
    padding-left: 10px;
    font-size: small;
    padding-bottom: 15px;
    padding-left: 20px;
}


.CenterHeader
{
    font-size: small;
    font-weight: bold;
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: center;
    height: 20px;
}
.formcontent
{
    font-size: small;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 20px;
    text-align: left;
    width: 350px;
}

.formcontentWizard
{
    font-size: small;
    padding-left: 5px;
    text-align: left;
}
.formcontentdetails
{
    font-size: small;
    padding-bottom: 2px;
    padding-top: 2px;
    padding-right: 10px;
    text-align: right;
}

.headerwidth
{
    width: 118px;
    font-weight: bold;
}

.headerwidthmanagement
{
    width: 200px;
    font-weight: bold;
}


.otherheaderwidth
{
    width: 530px;
}

.formcontenttable
{
    font-size: small;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 40px;
    text-align: left;
}

.formcontentcell
{
    font-size: small;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 20px;
    text-align: left;
}
.formcontentcelltop
{
    font-size: small;
    padding-bottom: 2px;
    padding-top: 2px;
    padding-left: 8px;
    text-align: left;
    vertical-align: top;
}

.formcontentcelltop1
{
    font-size: small;
    padding-bottom: 2px;
    padding-top: 2px;
    text-align: left;
    vertical-align: top;
    width: 240px;
}

.formcontentcelltop2
{
    font-size: small;
    padding-bottom: 2px;
    padding-top: 2px;
    padding-left: 50px;
    text-align: left;
    vertical-align: top;
}

.formcontentcelltop3
{
    font-size: small;
    padding-bottom: 2px;
    padding-top: 2px;
    text-align: left;
    vertical-align: top;
}


.wizardcontent
{
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.explaination
{
    font-size: small;
    padding-left: 30px;
}
.div1
{
    padding-left: 30px;
    width: 680px;
    height: 100px;
    color: #2F4F4F;
    display: none;
    font-size: small;
}

.smallrightindent
{
    padding-right: 10px;
}

.otherfeatures
{
    font-size: 14px;
    font-style: normal;
}
.otherfeaturesbold
{
    font-weight: bold;
}

.smallleftindent
{
    padding-right: 20px;
}

.TDCalculatorTextboxCells
{
    padding-bottom: 2px;
    vertical-align: top;
    text-align: left;
    width: 180px;
}
.TDCalculatorTextboxCellsCentre
{
    padding-bottom: 2px;
    vertical-align: top;
    text-align: center;
    width: 180px;
}

.TDCalculatorTextboxCellssmall
{
    padding-bottom: 2px;
    vertical-align: top;
    text-align: left;
    width: 100px;
}

.TDCalculatorTextboxCells10
{
    padding-bottom: 2px;
    vertical-align: top;
    text-align: left;
    width: 65px;
}
.wizardheading
{
    padding-top: 8px;
    font-size: small;
    padding-left: 14px;
    font-weight: bold;
}



.HelpContentsLinks
{
    text-decoration: none;
    color: #2F4F4F;
}

.contentsHelp
{
    padding-left: 200px;
    font-style: normal;
    font-size: small;
    font-weight: bold;
    text-decoration: none;
}

.mainhelpscreen
{
    width: 580px;
    margin-top: -5px;
    margin-left: -18px;
    padding-left: 10px;
    padding-right: 10px;
    background-repeat: no-repeat;
    background-position: 4px -35px;
    background-color: White;
}
.HelpContents
{
    padding: 5px;
    font-weight: bold;
    font-size: large;
    text-decoration: none;
}
.HelpContentsTitle
{
    width: 100%;
    padding-left: 20px;
    text-align: left;
    font-weight: bold;
    font-size: small;
    padding: 4px 4px 4px 4px;
}

.helpcontentsheading
{    
    text-align: left;
    font-weight: bold;
    font-size: 16px;
    padding: 4px 4px 4px 4px;
    margin-left: 10px; 
    width: 95%;
    border-bottom: solid 1px #E6E6E6; 
}
.normallinks
{
    color: #2F4F4F;
    text-decoration: none;
}
.normallinks a:link
{
    color: #2F4F4F;
    text-decoration: none;
}
.normallinks a:visited
{
    color: #2F4F4F;
    text-decoration: none;
}
.normallinks a:hover
{
    color: #2F4F4F;
    text-decoration: none;
}


.limited
{
    border: 0px;
    height: 12em;
    overflow: auto;
    text-align: left;
}

.limited1
{
    border: 0px;
    height: 400px;
    overflow: auto;
    text-align: left;
}
.Summarybodyback
{
}
.ErrorMessage
{
    color: #B90000;
    font-weight: bold;
    font-size: small;
    padding: 3px 3px 3px 3px;
}

.ErrorMessageMain
{
    color: #B90000;
    font-weight: bold;
    font-size: small;
    padding: 3px 3px 3px 3px;
    background-color: #FFC1C1;
}


.PlannerEditClientLink
{
    color: #2F4F4F;
    text-decoration: none;
    font-weight: bold;
    font-size: small;
}
.PlannerEditClientLink a:link
{
    color: White;
}
.PlannerEditClientLink a:visited
{
    color: White;
}
.PlannerEditClientLink a:hover
{
    color: White;
}
.grayborder
{
    border-right: 1px;
    border-left: 1px;
    border-bottom: 1px;
    border-top: 1px;
    border-style: solid;
    border-color: #999999;
}

.grayborder1
{
    border-right: 3px;
    border-left: 3px;
    border-bottom: 3px;
    border-top: 3px;
    border-style: solid;
    border-color: #999999;
}

.blacklink
{
    color: #2F4F4F;
    text-decoration: none;
}
.blacklink a:link
{
    color: #2F4F4F;
}
.blacklink a:visited
{
    color: #2F4F4F;
}
.blacklink a:hover
{
    color: #2F4F4F;
}

.contentwidthok
{
    width: 638px;
}


.sitecontentwidth
{
    width: 852px;
}

.contentbodyprintwidth
{
    width: 638px;
}

.leftmenuspacing
{
    padding-top: 3px;
    padding-bottom: 3px;
}

.j1
{
    text-align: justify;
    padding-right: 12px;
}

.j3
{
    text-align: justify;
    padding-right: 15px;
}


.q1
{
    color: #2F4F4F;
    font-weight: bold;
    margin-bottom: -2px;
    display: inline;
    margin-right: 10px;
}

.a1
{
    color: Red;
    margin-top: 1px;
    font-weight: bold;
    display: inline;
    margin-right: 10px;
}

.q2
{
    margin-bottom: -2px;
    display: inline;
    font-weight: bold;
}

.a2
{
    margin-top: 1px;
    margin-left: 25px;
}

.a3
{
    display: inline;
}

.outdent:first-letter
{
    color: Red;
    font-weight: bold;
    text-indent: -10em;
    line-height: 1;
    margin: 0 0 0 10em;
}

.newpagetitle
{
    font-size: large;
    text-transform: uppercase;
    color: #2F4F4F;
    display: inline;
    text-decoration: none; 
}
.newpagetitle a:link
{
    color: #2F4F4F;
    text-decoration: none; 
}
.newpagetitle a:visited
{
    color: #2F4F4F;
    text-decoration: none; 
}
.newpagetitle a:hover
{
    color: #2F4F4F;
    text-decoration: none; 
}




.newpagetitlenocase
{
    font-size: large;
    color: #2F4F4F;
    display: inline;
    font-weight: normal;
}

h1.newpagetitle
{
    text-decoration: none;
    font-weight: normal;
}

.newpagetitlesub
{
    font-size: medium;
    margin-left: 20px;
    text-transform: uppercase;
    color: #2F4F4F;
}

.newpagetitlewraper
{
    margin-top: 12px;
    margin-left: 20px;
    display: inline;
}

.newpagetitlewraperimage
{
    height: 30px;
    width: 30px;
    padding-top: 15px;
    margin-bottom: -7px;
    padding-left: 15px;
}

.newpagetitlewrapernoimage
{
    height: 30px;
    width: 0px;
    padding-top: 15px;
    margin-bottom: -7px;
    padding-left: 15px;
}


.newsheading
{
    font-weight: bold;
}
.newspara
{
    text-align: justify;
    padding-right: 12px;
}

.newsbaselink
{
    font-weight: bold;
}

.uppercase
{
    text-transform: uppercase;
}

.standardul
{
    padding-left: 50px;
    font-style: normal;
    font-size: small;
}

.ControlPanelIconCells
{
    width: 105px;
    text-align: center;
}


/* 

Top Menu

*/

.tophovermenu ul
{
    font: bold 13px arial;
    padding-left: 0;
    margin-left: 0;
    height: 20px;
}

.tophovermenu ul li
{
    list-style: none;
    display: inline;
}

.tophovermenu ul li a
{
    padding: 2px 0.5em;
    text-decoration: none;
    float: left;
    color: #2F4F4F;
    background-color: #C1CDCD;
    border: 2px solid #C1CDCD;
}

.tophovermenu ul li
{
    height: 22px;
}


.tophovermenu ul li a:hover
{
    background-color: #FFE271;
    border-style: outset;
}

html > body .tophovermenu ul li a:active
{
    /* Apply mousedown effect only to NON IE browsers */
    border-style: inset;
}


.menubackimage
{
    border: 0px;
}

/*   

Front Page only

*/


.FrontPage
{
    background-image: url(../images/fp-background-image.jpg);
    background-repeat: repeat-x;
}
.FrontPageTitle
{
    background-image: url(../images/fp-front-image.jpg);
    background-repeat: no-repeat;
    background-position: 0px -1px;
}

.FrontPage-Box-White
{
    width: 282px;
    height: 153px;
    vertical-align: top;
    text-align: left;
}

.FrontPage-Box-Orange
{
    width: 285px;
    height: 153px;
    vertical-align: top;
    text-align: left;
}

.FrontPage-Box-Blue
{
    width: 279px;
    height: 153px;
    vertical-align: top;
    text-align: left;
}

.FrontPageCalenderImage
{
    display: inline;
    float: left;
    background-image: url(../images/fp-calender-page.png);
    width: 37px;
    height: 43px;
}

.FrontPageNewMorelink
{
    color: #2F4F4F;
    font-style: italic;
}


.FrontPageNewsLink a:link
{
    color: #2F4F4F;
}
.FrontPageNewsLink a:visited
{
    color: #2F4F4F;
}
.FrontPageNewsLink a:hover
{
    color: #2F4F4F;
}


div#fpcontainer
{
    width: 852px;
    text-align: left;
}
div#fp2cols
{
}
.fpcol21
{
    float: left;
    width: 50%;
}
.fpcol22
{
    float: left;
    width: 50%;
}

div#fp3cols
{
}
.fpcol31
{
    float: left;
    width: 50%;
}
.fpcol32
{
    float: left;
    width: 50%;
}
.clearfloats
{
    clear: both;
}



/* div#fp3cols
{
}
div#fpcol31
{
    float: left;
    width: 33%;
    margin: 1px;
    height: 300px;
}
div#fpcol32
{
    float: left;
    width: 33%;
    margin: 1px;
    height: 300px;
}
div#fpcol33
{
    float: left;
    width: 33%;
    margin: 1px;
    height: 300px;
}*/

div#fpfooter
{
    clear: left;
    width: 100%;
}
div#fptopimage
{
    margin-bottom: 5px;
}

.morelink
{
    display: inline;
    float: right;
    font-style: italic;
    height: 15px;
}



.j2
{
    padding: 5px 10px 5px 10px;
    display: block;
    float: left;
}


.FrontPageNewsWrapper
{
    display: block;
}


.BoxSubHeading
{
    font-weight: bolder;
    font-size: larger;
}

.NormalText
{
    font-weight: normal;
    font-size: small;
    text-align: left;
}

.sideblueback
{
    background-image: url(../images/front-blue-background-repeat.jpg);
    background-repeat: repeat-y;
}
.sideblueback1
{
    background-image: url(../images/front-blue-background.jpg);
    background-repeat: no-repeat;
}

.FrontPageCommon
{
    background-image: url(../images/background-image-common.jpg);
    background-repeat: repeat-x;
}

.FrontPageNewsLink
{
    display: block;
    font-size: large;
    font-weight: bold;
    padding-left: 50px;
    text-decoration: none;
    color: #2F4F4F;
}


.FrontPageNewsLink a:link
{
    color: #2F4F4F;
}
.FrontPageNewsLink a:visited
{
    color: #2F4F4F;
}
.FrontPageNewsLink a:hover
{
    color: #2F4F4F;
}


.frontpadding
{
    padding-top: 5px;
}

.CommonBanner
{
    background-image: url(../images/top-header-clouds.jpg);
    background-repeat: no-repeat;
    height: 80px;
    background-position: 0px 0px;
}

.normalmenuheight
{
    /* height: 60px;*/
}

.VestdataImage
{
    display: inline;
    float: right;
    width: 150px;
    height: 200px;
}

.SMSFImage
{
    display: inline;
    float: right;
    width: 150px;
    height: 200px;
}


.AdviserImage
{
    display: inline;
    float: right;
    width: 150px;
    height: 200px;
}

.AboutUsImage
{
    display: inline;
    float: right;
    width: 200px;
    height: 200px;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-right: 4px;
    margin-top: 24px;
}

.fpsideImage
{
    display: inline;
    float: right;
    width: 230px;
    height: 132px;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-right: 4px;
    margin-top: 0px;
}

.ControlPanelUsers
{
    height: 140px;
}

.ControlPaneldiv1
{
    height: 100px;
}

.paddingforty
{
    padding-left: 40px;
}

.SuperannuationNews
{
    display: block;
    font-size: small;
    font-weight: bold;
    text-align: right;
    color: Gray;
    text-decoration: none;
}

.SuperannuationNews a:link
{
    color: Gray;
}
.SuperannuationNews a:visited
{
    color: Gray;
}
.SuperannuationNews a:hover
{
    color: Gray;
}

.bulletheading
{
    background-image: url(../images/bullet-arrow.jpg);
    background-repeat: no-repeat;
    padding-left: 15px;
    background-position: left center;
}


/*  adviser clients  */

.accordion
{
    list-style-type: none;
    padding: 0;
    margin: 0 0 30px;
    border: 1px solid grey;
    border-top: none;
    border-left: none;
}
.accordion ul
{
    padding: 0;
    margin: 0;
    float: left;
    display: block;
    width: 100%;
    outline: none;
}
.accordion li
{
    background: #ffffff;
    cursor: pointer;
    list-style-type: none;
    padding: 0;
    margin: 0;
    float: left;
    display: block;
    width: 100%;
    outline: none;
}
.accordion li.active > a
{
    background: url(      'images/close.gif' ) no-repeat center left;
    outline: none;
}
.accordion li div
{
    padding: 10px;
    background: #ffffff;
    width: 590px;
    clear: both;
}
.accordion a
{
    text-decoration: none;
    font: bold 1.1em/2em Arial, sans-serif;
    color: #2F4F4F;
    padding: 0 10px;
    display: block;
    cursor: pointer;
    padding-left: 25px;
    outline: none;
}
.accordionimage
{
    border-top: 1px solid grey;
    background: url(      'images/open.gif' ) no-repeat center left;
}
.accordionimage li.active > a
{
    border-bottom: 1px solid grey;
    background: url(      'images/close.gif' ) no-repeat center left;
}

/* Level 2 */
.accordion li ul li
{
    background: #ffffff;
    font-size: 0.9em;
    outline: none;
}





div.stepsguideone, div.stepsguidetwo, div.stepsguidethree
{
    background: url(../images/step-guide-sprite.jpg) no-repeat 0 0;
    width: 42px;
    height: 14px;
    float: left;
    text-align: center;
    margin-right: 5px;
    margin-bottom: 5px;
}

div.stepsguidetwo
{
    background-position: -42px 0;
    width: 22px;
}

div.stepsguidethree
{
    background-position: -64px 0;
    width: 52px;
}

.stepsguidewidthfirst
{
    width: 105px;
    float: left;
    text-align: left;
    padding-left: 25px;
    font-size: small;
    font-weight: bold;
}

.stepswidth
{
    width: 105px;
    float: left;
    text-align: left;
    font-size: small;
    font-weight: bold;
}

.stepswidthlast
{
    width: 80px;
    float: left;
    text-align: left;
    font-size: small;
    font-weight: bold;
}


/* For the sliding Instructions */

.slidinginstructions_question
{
    /* Styling question */
    overflow: hidden;
    cursor: pointer;
}
.slidinginstructions_answer
{
    /* Parent box of slide down content */
    visibility: hidden;
    height: 0px;
    overflow: hidden;
    position: relative;
}
.slidinginstructions_answer_content
{
    /* Content that is slided down */
    padding: 1px;
    font-size: 0.9em;
    position: relative;
}

/* common background title header */
.table-header-background
{
    background: url(../images/table-header-bg.gif);
    background-repeat: repeat-x;
    height: 22px !important;
}

.table-header-background-short
{
    background: url(../images/table-header-bg.gif);
    background-position: bottom;
    background-repeat: repeat-x;
    height: 20px;
}

.tabletabwidth
{
    width: 100%;
    height: 22px !important;
}



.bottomsummaryborder
{
    border-bottom: 1px dotted #ADADAD;
}

.topsummaryborder
{
    border-top: 1px dotted #ADADAD;
}

.DashboardNewsLinkMore
{
    display: inline;
    float: right;
    width: 37px;
    font-style: italic;
}

.PopupUI
{
    background-color: White;
    padding: 10px 10px 10px 10px;
    border: dotted 1px grey;
}




.tabcontentmoveleft
{
    margin-left: -1px;
}
.uborders
{
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-color: Gray;
    border-width: 1px;
}

.pxvertgap
{
    height: 3px;
}
.pxvertgapsm
{
    height: 3px;
}

.pxvertgapsmwhitebg
{
    height: 3px;
    background-color: White;
}

/* AOC specifc */

.AOCtabletitle
{
    width: 200px;
}

.padleft
{
    padding-left: 0px;
}

.aocdollarwidth
{
    width: 4px;
}

.menusidetextsmall
{
    font-size: small !important;
}

.riskprofilehighlightempty
{
    font-weight: normal;
    background-color: #FFFFFF;
}

.riskprofilehighlight
{
    font-weight: bold;
    background-color: #CCFFCC;
}


/* SMSF Admin */

.grayedout
{
    color: Gray;
}

.inputfaded
{
    color: Gray;
}


/* alerts */

.alertExclamation
{
    background: #fff6bf url(images/exclamation.png) center no-repeat;
    background-position: 15px 50%; /* x-pos y-pos */
    text-align: left;
    padding: 2px 20px 2px 45px;
    border-top: 2px solid #ffd324;
    border-bottom: 2px solid #ffd324;
    overflow: hidden;
    width: 571px;
    filter: alpha(opacity=80); /* Internet Explorer       */
    -moz-opacity: 0.8; /* Mozilla 1.6 and below   */
    opacity: 0.8; /* newer Mozilla and CSS-3 */
    -khtml-opacity: 0.8; /* webkit */
}


.alertExclamationsignup
{
    background: #fff6bf url(images/exclamation.png) center no-repeat;
    background-position: 15px 50%; /* x-pos y-pos */
    text-align: left;
    margin-top: 20px;
    padding: 10px 20px 2px 86px;
    border-top: 2px solid #ffd324;
    border-bottom: 2px solid #ffd324;
    overflow: hidden;
    width: 571px;
    filter: alpha(opacity=80); /* Internet Explorer       */
    -moz-opacity: 0.8; /* Mozilla 1.6 and below   */
    opacity: 0.8; /* newer Mozilla and CSS-3 */
    -khtml-opacity: 0.8; /* webkit */
}

.alertExclamationPromo
{
    background: #fff6bf url(images/exclamation.png) center no-repeat;
    background-position: 15px 50%; /* x-pos y-pos */
    text-align: left;
    padding: 2px 20px 2px 45px;
    border-top: 2px solid #ffd324;
    border-bottom: 2px solid #ffd324;
    overflow: hidden;
    width: 563px;
    filter: alpha(opacity=80); /* Internet Explorer       */
    -moz-opacity: 0.8; /* Mozilla 1.6 and below   */
    opacity: 0.8; /* newer Mozilla and CSS-3 */
    -khtml-opacity: 0.8; /* webkit */
}

.alertExclamationBulk
{
    background: #fff6bf url(images/exclamation.png) center no-repeat;
    background-position: 15px 50%; /* x-pos y-pos */
    text-align: left;
    padding: 2px 20px 2px 45px;
    border-top: 2px solid #ffd324;
    border-bottom: 2px solid #ffd324;
    overflow: hidden;
    width: 566px;
    filter: alpha(opacity=80); /* Internet Explorer       */
    -moz-opacity: 0.8; /* Mozilla 1.6 and below   */
    opacity: 0.8; /* newer Mozilla and CSS-3 */
    -khtml-opacity: 0.8; /* webkit */
}



.alertExclamationResetPassword
{
    background: #fff6bf url(images/exclamation.png) center no-repeat;
    background-position: 15px 50%; /* x-pos y-pos */
    text-align: left;
    padding: 20px 20px 2px 45px;
    border-top: 2px solid #ffd324;
    border-bottom: 2px solid #ffd324;
    margin-left: 30px;
    margin-top: 5px;
    overflow: hidden;
    width: 500px;
    text-align: center;
    height: 40px;
    filter: alpha(opacity=80); /* Internet Explorer       */
    -moz-opacity: 0.8; /* Mozilla 1.6 and below   */
    opacity: 0.8; /* newer Mozilla and CSS-3 */
    -khtml-opacity: 0.8; /* webkit */
}

.alertWarningPassword
{
    background: #fff6bf url(../images/hazard-icon.png) center no-repeat;
    background-position: 15px 50%; /* x-pos y-pos */
    text-align: left;
    margin-left: 30px;
    padding: 2px 20px 2px 45px;
    border-top: 2px solid #ffd324;
    border-bottom: 2px solid #ffd324;
    overflow: hidden;
    width: 500px;
    filter: alpha(opacity=80); /* Internet Explorer       */
    -moz-opacity: 0.8; /* Mozilla 1.6 and below   */
    opacity: 0.8; /* newer Mozilla and CSS-3 */
    -khtml-opacity: 0.8; /* webkit */
    font-weight: bold; 
}

.alertWarning
{
    background: #fff6bf url(../images/hazard-icon.png) center no-repeat;
    background-position: 15px 50%; /* x-pos y-pos */
    text-align: left;
    padding: 2px 20px 2px 45px;
    border-top: 2px solid #ffd324;
    border-bottom: 2px solid #ffd324;
    overflow: hidden;
    width: 571px;
    filter: alpha(opacity=80); /* Internet Explorer       */
    -moz-opacity: 0.8; /* Mozilla 1.6 and below   */
    opacity: 0.8; /* newer Mozilla and CSS-3 */
    -khtml-opacity: 0.8; /* webkit */
}

.alertwrapper /* used as the main container */
{
    width: 636px !important;
    padding-left: 1px; /* padding-top: 8px;      */
}

.alerttable
{
    /* background: #fff6bf url(../images/hazard-icon.png) center no-repeat; */
    background: #fff6bf;
    background-position: 15px 50%; /* x-pos y-pos */
    border-top: 2px solid #ffd324;
    border-bottom: 2px solid #ffd324;
    padding: 2px 20px 2px 45px;
    filter: alpha(opacity=80); /* Internet Explorer       */
    -moz-opacity: 0.8; /* Mozilla 1.6 and below   */
    opacity: 0.8; /* newer Mozilla and CSS-3 */
    -khtml-opacity: 0.8; /* webkit */
}



/* */
.smalllefttindent10px
{
    padding-left: 10px;
}

.px3indent
{
    padding: 3px;
}


.indentleftright8
{
    padding: 0px 8px 0px 8px;
}



/* for the lhs module menus */

table.leftarrow
{
    background-image: url(images/lhs-menu-bullet-arrow.gif);
    background-position: left center;
    background-repeat: no-repeat;
}

.leftarrow
{
    padding-left: 10px;
}

/* end menu */

.otherMenuindent
{
    padding-left: 30px;
}

.redhighlight
{
    color: #990000;
}


/* Top Menu */

.top-menu li
{
    float: left;
    padding-left: 15px;
    padding-right: 10px;
    font-size: 16px;
    font-weight: bold;
    color: Gray;
    background-image: url(../images/menu-dot.png);
    background-position: 0px center;
    background-repeat: no-repeat;
    list-style: none;
    list-style-type: none;
    text-decoration: none;
}

.top-menu li a:visited
{
    float: left;
    font-size: 16px;
    font-weight: bold;
    color: Gray;
    list-style: none;
    list-style-type: none;
    text-decoration: none;
}
.top-menu li a:link
{
    float: left;
    font-size: 16px;
    font-weight: bold;
    color: Gray;
    list-style: none;
    list-style-type: none;
    text-decoration: none;
}
.top-menu li a:hover
{
    float: left;
    font-size: 16px;
    font-weight: bold;
    color: black;
    background-repeat: no-repeat;
    list-style: none;
    list-style-type: none;
    text-decoration: none;
}

.top-menu li:hover
{
    float: left;
    font-size: 16px; /* pretty browsers*/
    text-shadow: #E0E0E0 2px 2px 2px;
    text-decoration: none;
    color: Gray;
}

/* End top menu*/


/* going to be for Search results */

.searchnicecorners
    {
    margin:  8px 0px 8px;      
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #EBEBEB;
    
    }
    
.investmentnicecorners
    {
    margin:  8px 0px 8px;      
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #A4A4A4;
    background: white; 
    width: 210px;
     z-index: 1000;
    }    
    
    
.smallshadow{
    box-shadow: 5px 5px 6px #A4A4A4;
    -webkit-box-shadow: 5px 5px 6px #A4A4A4;
    -moz-box-shadow: 5px 5px 6px #A4A4A4; 
    filter:progid:DXImageTransform.Microsoft.DropShadow(Color=#ccaaaaaa, OffX=3, OffY=3);
}
    
/* end search results /*    



 
        }
        /* this makes it possible to add next button beside scrollable */.scrollable
        {
            float: left;
        }
        /* prev, next, prevPage and nextPage buttons */a.browse
        { 
            display: block;
            width: 130px;
            height: 30px;
            float: left;
            margin: 10px 10px;
            cursor: pointer;                          
            font-size: 16px;
            font-weight: bold;
            vertical-align: middle;
        }
        /* right */a.right
        {
            background-position: 0 -30px;
            clear: right;
            margin-right: 0px;
        }
        a.right:hover
        {
            background-position: -30px -30px;
        }
        a.right:active
        {
            background-position: -60px -30px;
        }
        /* left */a.left
        {
            margin-left: 0px;
        }
        a.left:hover
        {
            background-position: -30px 0;
        }
        a.left:active
        {
            background-position: -60px 0;
        }
        /* disabled navigational button */a.disabled
        {
            visibility: hidden !important;
        }
        .front
        {
            font-size: 24px;
        }
        .frontlink
        {
            font-size: 17px;
             text-align: left;
        }
        
         .frontlink1
        {
            font-size: 20px;
             text-align: left;
               padding-right: 10px;
        }

         .frontlink2
        {
            font-size: 15px;
             text-align: left;
             font-weight: normal;
        }        
.frontlink1heading        
{
            font-size: 17px;
             text-align: left;
             font-weight: bold;
        }
        /*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/.scrollable
        {
            /* required settings */
            position: relative;
            overflow: hidden;
            width: 830px;
            height: 500px; /* custom decorations */ /*
	background:url(/img/global/gradient/h300.png) repeat-x;*/
        }
        /*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/.scrollable .items
        {
            /* this cannot be too large */
            width: 20000em;
            position: absolute;
            clear: both;
        }
        .items div
        {
            float: left;
        }
        /* single scrollable item */.scrollable img
        {
            float: left;
            margin: 20px 5px 20px 21px;
            background-color: #fff;
            padding: 2px;
        }
        /* active item */.scrollable .active
        {
            position: relative;
            cursor: default;
        }
        
         
.fpnav
{
         float: right; 
         margin-top: 440px; 
         margin-left: 550px; 
         z-index:1000; 
         position: absolute; 
         vertical-align:middle;
}

.itemwidth
{
width: 830px;
}

