﻿body
{
    background-color: #fff;
    font-size: 9pt;
    font-family: Segoe UI, Arial, sans-serif;
    margin: 0;
    padding: 0;
    color: #666666;
    height: 100%;
}

.hidden
{
	display: none;
}

hr
{
    border-style: none;
    display: block;
    height: 1px;
    background-color: #E6E6E6;
    margin-top: 10px;
    margin-bottom: 10px;
}

h1
{
    font-size: 16pt;
    font-weight: normal;
    text-align: left;
    margin: 10px 0px 10px 0px;
    padding: 0px;
    color: #000;
}

h2
{
    text-decoration: none;
    font-weight: normal;
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 13pt;
    color: #000000;
}

h3
{
    text-decoration: none;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 10px;
    padding: 0px;
    font-size: 9pt;
    color: #000000;
    font-weight: bold;
}

h4, #contentPanel p.highlight
{
    text-decoration: none;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 10pt;
    color: #0076bd;
}

h5
{
    text-decoration: none;
    font-weight: normal;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 10pt;
    color: #000000;
}

img
{
    border: 0px;
}

ol
{
    padding-left: 18px;
}

ol li h3
{
    margin: 0px;
    padding: 0px;
}

ul
{
    margin-left: 0px;
    list-style: none;
    padding-left: 18px;
}

ul li
{
    background-image: url(/Images/Site/bullet.png);
    background-position: top left;
    padding-left: 12px;
    background-repeat: no-repeat;
    margin-bottom: 7px;
    margin-left: 0px;
}
sup, sub
{
    height: 0;
    line-height: 1;
    vertical-align: baseline;
    _vertical-align: bottom;
    position: relative;
}
sup
{
    bottom: 1ex;
}
sub
{
    top: .5ex;
}
table
{
    border: solid 1px #dfdfdf;
    border-spacing: 0px;
    border-collapse: collapse;
    margin-top: 10px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
table tr:last-child td
{
    border-bottom-style: none;
}
table tr:last-child td:last-child
{
    border-right-style: none;
}
table tr td:last-child
{
    border-right-style: none;
}
table tr th:last-child
{
    border-right-style: none;
    -moz-border-radius: 0px 3px 0px 0px;
    -webkit-border-radius: 0px 3px 0px 0px;
}
table tr th:first-child
{
    -moz-border-radius: 3px 0px 0px 0px;
    -webkit-border-radius: 3px 0px 0px 0px;
}
table tr th
{
    border-right: solid 1px #dfdfdf;
    background-image: url(/Images/Site/tableHeaderBackground.png);
    font-weight: bold;
    padding: 5px;
    color: #0076bd;
    margin: 0px;
    border-bottom: solid 2px #0076bd;
    background-color: #dedede;
    background-repeat: repeat-x;
}

td
{
    border-right: solid 1px #dfdfdf;
    border-bottom: solid 1px #dfdfdf;
    padding: 5px;
    margin: 0px;
    vertical-align: top;
}

.first-session
{
    border-right: solid 1px #dfdfdf;
    border-bottom-style: none;
    padding: 5px;
    margin: 0px;
    vertical-align: top;
}

input[type="text"]
{
    margin-top: 2px;
    margin-bottom: 2px;
    border: solid 1px #DDD;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
input[type="checkbox"], input[type="radio"]
{
    border-style: none;
    border-color: inherit;
}
input[type="text"]:focus
{
    border: solid 1px #1d60ff;
}

input[type="button"], input[type="submit"]
{
    background-color: #1997d5;
    background-image: url(/Images/Site/buttonBackground.png);
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 3px;
    color: #fff !important;
    text-decoration: none !important;
    font-weight: bold;
    border-style: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-box-shadow: 0 1px 2px #999;
    -webkit-box-shadow: 0 1px 3px #999;
    position: relative;
    cursor: pointer;
}
input[type="button"]:hover, input[type="submit"]:hover
{
    background-color: #25bde8;
    background-image: url(/Images/Site/buttonBackground.png);
    background-position: 0px -25px !important;
}
input[type="button"]:active, input[type="submit"]:active
{
    background-color: #23d3eb;
    background-image: url(/Images/Site/buttonBackground.png);
    background-position: 0px -50px !important;
}
.right {float:right; display:inline; margin:0 0 15px 20px;}
.left {float:left; display:inline; margin:0 20px 15px 0;}

.borderlessTable
{
    border-style: none;
}
.borderlessTable tr td
{
    border-style: none;
}
.borderlessTable tr th
{
    border-style: none;
}

a:link
{
    color: #006FB6;
    text-decoration: underline;
}
a:visited
{
    color: #1c89d0;
}
a:hover
{
    color: #1d60ff;
    text-decoration: underline;
}
a:active
{
    color: #12eb87;
}
p
{
    padding: 0px;
    margin-bottom: 15px;
    margin-top: 0px;
}

a:hover img {text-decoration:none; }


#contentPanel p { color: #383838; }
#contentPanel p.small { color: #666; font-size: 11px; }

/* Custom classes */
/*----------------------------------------------------------*/

.floatLeft
{
    float: left;
}
.floatRight
{
    float: right;
}

.float-container { width: 100%; overflow: hidden; }

.clear
{
    float: none;
    clear: both;
    height: 0px;
    padding: 0px;
    margin: 0px;
}
.centre
{
    text-align: center;
}
.fullWidth
{
    width: 100%;
}
.italic
{
    font-style: italic;
}
.shadowTop
{
    background-image: url(/Images/Site/shadowSpacerTop.png);
    background-repeat: no-repeat;
    height: 8px;
}
.shadowBottom
{
    background-image: url(/Images/Site/shadowSpacerBottom.png);
    background-repeat: no-repeat;
    height: 8px;
}

.contentBannerThick
{
    height: 112px;
    background-image: url(/Images/Site/SDFullHeader.jpg);
    background-repeat: no-repeat;
}
.contentBannerStarGazingThick
{
    height: 112px;
    background-image: url(/Images/Site/SGFullHeader.jpg);
    background-repeat: no-repeat;
}
.contentBannerThin
{
    min-height: 60px; 
    background-image: url(/Images/Site/SubHeader.jpg);
    background-repeat: no-repeat;
}
* html .contentBannerThin {height:60px;}

.contentBannerThin h1
{
    margin: 0px;
    padding-top: 10px;
    color: #ffffff;
    padding-left: 30px;
}
.contentBannerThick h1
{
    padding-left: 230px;
    padding-top: 20px;
    margin-top: 0px;
    color: #ffffff;
}
.contentBannerStarGazingThick h1
{
    padding-left: 230px;
    padding-top: 33px;
    margin-top: 0px;
    color: #ffffff;
}
.amPmBanner
{
    background-image: url(/Images/Site/amPmBanner.jpg);
    width: 726px;
    height: 130px;
}

.page
{
    width: 990px;
    margin: auto;
    padding: 0px;
    margin-bottom: 0px;
}

ul.NoBullets
{
    list-style: none;
}
.NoBullets li
{
    background-image: none;
}

/* Home pages classes */
/*----------------------------------------------------------*/

.homeButtonOverlay
{
    position: relative;
    top: -15px;
    background-image: none;
}
.homeButtonOverlay .button
{
    float: left;
    position: relative;
    left: 35px;
    width: 296px;
    background-image: url(/Images/Site/homeButtonBlank.png);
    background-repeat: no-repeat;
    height: 110px;
}
.homeButtonOverlay .button:hover
{
    background-image: url(/Images/Site/homeButtonBlank.png);
    background-position: 0px -120px;
}
.homeButtonOverlay .button .content
{
    background-image: none;
    width: inherit;
    height: inherit;
    margin: 0px;
    padding-top: 0px;
    padding-right: 40px;
}

.homeButtonOverlay .button .StockMarketContent
{
    background-image: none;
    width: inherit;
    height: inherit;
    margin: 0px;
    padding-top: 0px;
}

.homeButtonOverlay .button img
{
    padding-bottom: 40px;
}

.homeButtonOverlay .button .InvestmentContent
{
    background-image: none;
    width: inherit;
    height: inherit;
    margin: 0px;
    padding-top: 0px;
}

.homeContentArea
{
    padding: 0px;
    position: relative;
    top: -30px;
    margin-bottom: -30px;
}
.homeContentArea .spacer
{
    padding: 0 0 0 5px;
    margin: 0px;
    width: 1px;
    height: 200px;
    background: transparent url(/Images/Site/homeVerticalSpacer.gif) no-repeat top right;
    float: left;
}

.homeContentArea .contentBox
{
    float: left;
    width: 267px;
    padding-left: 34px; /*55*/
    padding-right: 55px;
    font-size: 10pt;
    padding-top: 15px;
}
.homeContentArea .contentBox p
{
    padding-left: 20px;

}
.testimonial
{
    margin-bottom: 20px;
}

.testimonial blockquote
{
    margin: 0px;
    font-style: italic;
}

.testimonial p
{
    margin-top: 6px;
    margin-bottom: 6px;
}

/* About page classes */
/*----------------------------------------------------------*/

.aboutProductPanel
{
    background-position: bottom left;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}
#contentPanel .aboutProductPanel .column
{
    margin: 0px;
    padding: 10px;
    float: left;
    width: 206px;
}
.aboutProductPanel img
{
    margin-left: 0px;
}
.overviewPoint
{
    padding-right: 130px;
    background-position: right;
    background-repeat: no-repeat;
    min-height: 80px;
}

.printButton
{
    background-image: url(/Images/Icons/Printer16.png);
    background-repeat: no-repeat;
    background-position: left;
    float: right;
    padding-left: 20px;
    height: 16px;
}

/* Tab styles */
/*----------------------------------------------------------*/

.tabPanel
{
    background-color: #fff;
    border: solid 1px #e7e7e7;
    padding: 10px 10px 10px 10px;
    margin-top: 3px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4idoepx;
    margin-top: 5px;
    display: block;
}

.tabDefault
{
    background-color: #fff;
    border: solid 1px #e7e7e7;
    width: 730px;
    padding: 10px 10px 10px 10px;
    margin-top: 3px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-top: 5px;
    z-index: 1;
}
.tabPanel img
{
    margin-right: 20px;
    margin-bottom: 5px;
}

.tab
{
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-left: 4px;
}

.tab li
{
    list-style: none;
    display: inline;
    background-color: #f3f3f3;
    border: solid 1px #e7e7e7;
    padding: 5px 10px 5px 10px;
    margin-left: 0px;
    margin-right: 2px;
    text-decoration: none;
    cursor: pointer;
    color: #666666;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-topleft: 4px;
    -webkit-border-topright: 4px;
    -webkit-border-topleft: 4px;
    z-index: 2;
    background-image: url(/Images/Site/tabBehindBackground.png);
    background-repeat: repeat-x;
    background-position: bottom;
}

li.tabSelected
{
    background-color: #fff;
    border-bottom: solid 1px #fff;
    color: #006FB6;
    background-image: none;
}

li.tab:hover
{
    color: #006FB6;
    text-decoration: underline;
}

.demoPanel
{
    width: 172px;
    height: 52px;
    background-image: url(/Images/Site/sdoViewDemoBg.png);
    background-repeat: no-repeat;
    background-position: left;
    margin-left: 0px;
    padding-top: 70px;
    text-align: center;
    margin-bottom: 20px;
}

#contentPanel .demoPanel
{
    width: 215px;
    height: 63px;
    background-image: url(/Images/Site/sdoViewDemoContentBg.png);
    background-repeat: no-repeat;
    background-position: left;
    float: right;
    margin-top: 0px;
    margin-bottom: 10px;
    padding: 0px;
}

#contentPanel .demoPanel #demoButton
{
    text-align: left;
    width: inherit;
    padding-top: 8px;
    padding-left: 78px;
    font-size: 7.9pt;
}

#contentPanel .demoPanel #demoButton .videoImgButton, #contentPanel .demoPanel #demoButton .videoImgButton:hover
{
    background-image: url(/Images/Site/btnViewFeatureDemo_default.png);
    background-repeat: no-repeat;
    width: 129px;
    height: 23px;
    border-style: none;
    background-color: Transparent;
    padding: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-box-shadow: 0 0px 0px #999;
    -webkit-box-shadow: 0 0px 0px #999;
}

.demoPanel .videoBorder
{
    padding-bottom: 3px;
}
#contentPanel .column .demoPanel .videoBorder a img
{
    padding-left: 0px;
}
.demoPanel .videoImgButton, .demoPanel .videoImgButton:hover
{
    background-image: url(/Images/Site/btnViewDemo_default.png);
    background-repeat: no-repeat;
    background-color: Transparent;
    width: 86px;
    height: 23px;
    border-style: none;
    cursor: pointer;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-box-shadow: 0 0px 0px #999;
    -webkit-box-shadow: 0 0px 0px #999;
}

#contentPanel div.viewDemo
{
    text-align: center;
    width: 125px;
}

.MainList
{
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.MainList li
{
    margin-bottom: 5px;
    background-image: url(/Images/Site/homeLinkButton.png);
    background-repeat: no-repeat;
    height: 28px;
    width: 196px;
    padding-left: 0px;
    padding-top: 0px;
    font-size: 9pt;
}
.MainList li:hover
{
    background-image: url(/Images/Site/homeLinkButton.png);
    background-position: 0px -34px;
    background-repeat: no-repeat;
}
.MainList li a
{
    padding-left: 30px;
    padding-top: 4px;
    text-decoration: none;
    height: 24px;
    width: 166px;
    display: block;
}

.MainList li a:link
{
    color: #000;
    text-decoration: none;
}
.MainList li a:visited
{
    color: #23476a;
    text-decoration: none;
}
.MainList li a:hover
{
    color: #1d60ff;
    text-decoration: underline;
}
.MainList li a:active
{
    color: #000;
}

a.arrowLink
{
    background-image: url(/Images/Site/linkArrow.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    padding-left: 30px;
    padding-top: 0px;
    padding-bottom: 5px;
    font-size: 12pt;
    text-decoration: none;
    vertical-align: middle;
    _padding-bottom: 4px;
    display:block;
}

a:hover.arrowLink
{
    background-image: url(/Images/Site/linkArrow.png);
    background-repeat: no-repeat;
    background-position: 0px -20px;
    font-size: 12pt;
    text-decoration: none;
    vertical-align: middle;
    _padding-bottom: 4px;
}
.contactTab
{
    display: block;
    position: relative;
    left: 720px;
    top: -103px;
    width: 150px;
    height: 40px;
    text-align: left;
    padding-top: 7px;
    padding-left: 30px;
    color: #000000;
    font-weight: bold;
}

.footer .content .contactTab .number
{
    color: #0f96DC;
    font-size: 12pt;
    font-weight: bold;
}
.footer .content .contactTab a:link
{
    color: #0f96DC;
}
.footer .content .contactTab a:visited
{
    color: #0f96DC;
}
.footer .content .contactTab a:hover
{
    color: #14a3ed;
}
.footer .content .contactTab a:active
{
    color: #0f96DC;
}

/* Sub panel */
/*----------------------------------------------------------*/

#subPanel
{
    width: 170px;
    float: left;
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 18px;
}
#subPanel .pageLogoImg
{
    margin-left: 0px;
    position: relative;
    top: -103px;
    margin-bottom: -90px;
}
#subPanel .pageThinLogoImg
{
    position: relative;
    top: -51px;
    margin-bottom: -50px;
}

#subPanel .top
{
    background-image: url(/Images/Site/sideMenuTop.png);
    background-repeat: no-repeat;
    height: 9px;
    _background-position: left bottom;
}

#subPanel .middle
{
    background-image: url(/Images/Site/sideMenuCentre.png);
    background-repeat: repeat-y;
    padding-left: 10px;
    padding-right: 10px;
}

#subPanel .middleMenu
{
    background-image: url(/Images/Site/sideMenuCentre.png);
    background-repeat: repeat-y;
    padding-left: 4px;
}

#subPanel .bottom
{
    background-image: url(/Images/Site/sideMenuBottom.png);
    background-repeat: no-repeat;
    height: 21px;
}

#subPanel p.bold
{
    font-weight: bold;
    padding: 10px 10px 0 10px;
    margin: 0 0 0 0;
}

#subPanel a
{
    text-decoration: none;
}

#subPanel a:hover
{
    text-decoration: underline;
}

#subPanel a.selected
{
    font-weight: bold;
    text-decoration: none;
}
#subPanel .header
{
    /*background-image: url(/Images/Site/submenuHeader.png);
    height: 17px;
    width: 157px;
    background-repeat: no-repeat;*/
    color: #000000;
    margin: 0 0 5px 0;
    padding: 0x;
    font-size: 14px;
    padding: 10px 0 5px 10px;
    /*padding-left: 15px;*/
    font-weight: bold;
    /*border-bottom: solid 1px #d3d3d3;*/
    background: transparent url(/Images/Site/side-nav-top.png) no-repeat top left;
}

#subPanel .footer
{
    /*background-image: url(/Images/Site/submenuFooter.png);*/
    background-position: bottom;
    background-color: #ff00ff;
    height: 40px;
    width: 172px;
    display: block;
    background-repeat: no-repeat;
    margin: 0px;
    padding: 0px;
    background: transparent url(/Images/Site/side-nav-btm.png) no-repeat top left;
}

/* Sub panel menu */
/*----------------------------------------------------------*/

#subPanelMenu
{
    padding: 0;
    margin: 0;
    list-style: none;
    /*background-image: url(/Images/Site/submenuBackgroundSprite.png);
    background-repeat: repeat-y;*/
    width: 172px;
    background: transparent url(/Images/Site/side-nav-bg.png) repeat-y bottom left;
}
#subPanelMenu ul
{
    margin: 0px;
    padding: 0px;
}
#subPanelMenu ul li
{
    background-image: none;
    margin: 0px;
    padding: 0 0 0 10px;
    display: block;
    color: #000000;
}
#subPanelMenu ul li:hover
{
    /*background-color: #fff;
    background-image: url(/Images/Site/submenuBackgroundSprite.png);
    background-repeat: repeat-y;
    background-position: -172px 0px;*/
    text-decoration: underline;
    color: #000000;
}
#subPanelMenu ul li a
{
    background-repeat: no-repeat;
    text-decoration: none;
    display: block;
    color: #333333;
    _height: 16px;
    /*padding-left: 15px;*/
    /*padding-right: 15px;*/
    padding-top: 5px;
    padding-bottom: 5px;
}
#subPanelMenu ul li a:visited
{
    color: #6f6f6f;
}

#subPanelMenu ul .selected a:visited
{
    color: #333333;
}

#subPanelMenu ul li a:active
{
    color: #000000;
}
#subPanelMenu ul .selected
{
    /*background-color: #acc314;*/
    color: #000000;
}
#subPanelMenu ul .selected:hover
{
    /*background-color: #acc314;*/
    background-image: none;
}
#subPanelMenu ul .selected a
{
    font-weight: bold;
    /*padding-left: 10px;*/
    color: #333333;
    /*background-image: url(/Images/Site/submenuSelectedBg.png);
    background-position: 15px 6px;
    background-repeat: no-repeat;*/
}
#subPanelMenu ul .selected a:before { content: "- "; }

/* Side bar */
/*----------------------------------------------------------*/

div.sidebar
{
    padding-left: 0px;
    padding-right: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    clear: both;
}

.sidebar ul
{
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.sidebarListItem
{
    padding-top: 0px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    margin: 0px;
    background-image: url(/Images/Site/homeRightButton.png);
    background-position: top;
    background-repeat: no-repeat;
    border-top: 1px solid #ffffff;
    border-bottom: solid 1px #dbdbdb;
    background-color: #f3f3f3;
}

.sidebarListItem:hover
{
    background-color: #f3f3f3;
    border-top: 1px solid #ffffff;
    border-bottom: solid 1px #dbdbdb;
    background-image: url(/Images/Site/homeRightButton.png);
    background-position: 0px -168px;
    background-repeat: no-repeat;
    cursor: pointer;
}
.sidebarListItem:hover .sidebarHeader
{
    text-decoration: underline;
}
.sidebarHeader
{
    margin: 0px;
    padding-top: 11px;
    padding-right: 30px;
    font-weight: bold;
    font-size: 9pt;
}

.sidebarExtraItem
{
    border-style: none;
    background-image: url(/Images/Site/homeRightButtonExtra.png);
    background-position: 0px 0px;
    background-color: #ffffff;
    background-repeat: no-repeat;
    height: 67px;
    margin: 0px;
    padding-left: 10px;
    padding-right: 0px;
}

.sidebarExtraItem a:visited
{
    background-image: url(/Images/Site/homeRightButtonExtra.png);
    background-position: 0px 0px;
}

.sidebarExtraItem:hover
{
    border-style: none;
    background-image: url(/Images/Site/homeRightButtonExtra.png);
    background-position: 0px -77px;
    background-color: #ffffff;
    background-repeat: no-repeat;
    cursor: pointer;
}
.sidebarExtraItem:hover .sidebarExtraHeader
{
    text-decoration: underline;
}

.sidebarListItem p a
{
    display: block;
    padding-left: 20px;
    padding-top: 4px;
    background-repeat: no-repeat;
    font-weight: bold;
    height: 25px;
    text-decoration: none;
    color: #000000;
}

.sidebarExtraItem p a
{
    padding-left: 15px;
    color: #000000;
    background-image: none;
    text-decoration: none;
    height: auto;
}

.sidebarListItem .videoOverlay
{
    display: block;
    background-image: url(/Images/site/Icons/VideoOverlay.png);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 25px;
    padding-right: 20px;
}

.sidebarPanel
{
    margin: auto;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 20px;
    background-image: none;
}
.sidebarPanel ul li
{
    background-image: none;
}
.sidebarPanel hr
{
    display: block;
    height: 1px;
    border-style: none;
    margin-left: 20px;
    margin-right: 20px;
    background-color: #bbbbbb;
}
.sidebarPanel table
{
    margin: auto;
    border-style: none;
}
.sidebarPanel p
{
    margin: auto;
    text-align: center;
}
.sidebarPanelHeader
{
    font-size: 9pt;
    color: #000000;
    margin: 0px;
    padding-top: 0px;
    font-weight: bold;
    padding-bottom: 15px;
}

p.sidebarText
{
    font-size: 9pt;
    color: #000000;
    margin: 0px;
    padding-top: 5px;
    padding-left: 15px;
    padding-right: 15px;
}

p.sidebarExtraHeader
{
    margin: 0px;
    padding-top: 10px;
    padding-left: 0px;
    padding-right: 30px;
    font-size: 10pt;
    color: #777777;
    height: auto;
    font-size: 9pt;
}
.sidebarExtraHeader a:link
{
    text-decoration: none;
}
.sidebarExtraHeader a:visited
{
    color: #000000;
}
.sidebarExtraHeader a:hover
{
    color: #000000;
    text-decoration: none;
}
.sidebarExtraHeader a:active
{
    color: #000000;
}

p.sidebarExtraText
{
    margin: 0px;
    padding-top: 0px;
    padding-bottom: 5px;
    padding-right: 40px;
    padding-left: 15px;
    font-size: 8pt;
    color: #777777;
}

/* Header */
/*----------------------------------------------------------*/

div.header
{
    position: relative;
    margin: 0 0 0 0;
    color: #000;
    padding: 0 0 0 0;
    height: 88px;
    z-index: 1;
    background-color: #fff;
}

.header .headerImage
{
    border: 0px;
    padding-top: 15px;
}

.content
{
    width: 727px;
    float: left;
    background-image: url(/Images/Site/contentShade.jpg);
    background-position: top right;
    background-repeat: no-repeat;
    min-height: 450px;
}
.rightContent
{
    width: 263px;
    float: left;
    background-image: url(/Images/Site/rightContentBackground.png);
    background-repeat: no-repeat;
    padding-top: 1px;
}

.rightContent .spacer
{
    height: 80px;
}

.rightContent .upperContent
{
    background-image: url(/Images/Site/upperRightContent.png);
    background-position: top left;
    background-repeat: no-repeat;
    padding-top: 0px;
    padding-bottom: 0px;
    width: 252px;
}
.rightContent .upperContent a { float: left; line-height: 0; }
.footer
{
    margin-top: 25px;
    background-color: #f3f3f3;
    margin-right: 10px;
    margin-bottom: 0px;
    color: #6f6f6f;
    min-height: 10px;
}
.footer ul li
{
    background-image: url(/Images/Site/footerBullet.png);
}
.footer .topBar
{
    background-color: #e7e7e7;
    height: 5px;
}
.footer .content
{
    background-image: none;
    padding-top: 0px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0px;
    background-color: inherit;
    width: inherit;
    height: 130px;
    margin: 0px;
    float: none;
    min-height: 10px;
}
.footer .content .contentBox
{
    padding-top: 10px;
    width: 370px;
    float: left;
    font-size: 8pt;
}
.footer .content .contentBox ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.footer .content .contentBox ul li
{
    margin: 0px;
    width: 165px;
    padding-top: 2px;
    padding-bottom: 2px;
    float: left;
}
.footer .content h1
{
    font-size: 8pt;
    font-weight: bold;
    height: inherit;
    text-align: left;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 5px;
    margin: 0px;
}
.footer .content a:link
{
    color: #6f6f6f;
    text-decoration: none;
}
.footer .content a:visited
{
    color: #999999;
    text-decoration: none;
}
.footer .content a:hover
{
    color: #6f6f6f;
    text-decoration: underline;
}
.footer .content a:active
{
    color: #6f6f6f;
}

.footer .bottomBar
{
    font-size: 8pt;
    background-color: #e7e7e7;
    padding: 5px;
    text-align: center;
    margin: 0px;
}

/* Icon divs */
/*----------------------------------------------------------*/

div.audioOverlayForThumbnail
{
    background-image: url(/Images/Icons/AudioOverlay.png);
    background-repeat: no-repeat;
    position: absolute;
    right: 11px;
    bottom: 14px;
    z-index: 2;
    width: 16px;
    height: 16px;
}

div.videoOverlayForThumbnail
{
    background-image: url(/Images/Icons/VideoOverlay.png);
    background-repeat: no-repeat;
    position: absolute;
    right: 7px;
    bottom: 10px;
    z-index: 2;
    width: 16px;
    height: 16px;
}

div.pdfOverlayForThumbnail
{
    background-image: url(/Images/Icons/Pdf16.png);
    background-repeat: no-repeat;
    position: absolute;
    right: 11px;
    bottom: 14px;
    z-index: 2;
    width: 16px;
    height: 16px;
}

div.wordOverlayForThumbnail
{
    background-image: url(/Images/Icons/Word16.png);
    background-repeat: no-repeat;
    position: absolute;
    right: 11px;
    bottom: 14px;
    z-index: 2;
    width: 16px;
    height: 16px;
}

div.excelOverlayForThumbnail
{
    background-image: url(/Images/Icons/Excel16.png);
    background-repeat: no-repeat;
    position: absolute;
    right: 11px;
    bottom: 14px;
    z-index: 2;
    width: 16px;
    height: 16px;
}

div.videoOverlay
{
    background-image: url(/Images/Icons/VideoOverlay.png);
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    float: left;
    margin-right: 4px;
    vertical-align: middle;
}

div.pdfOverlay
{
    background-image: url(/Images/Icons/Pdf16.png);
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    float: left;
    margin-right: 4px;
    vertical-align: middle;
}

div.wordOverlay
{
    background-image: url(/Images/Icons/Word16.png);
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    float: left;
    margin-right: 4px;
}

div.excelOverlay
{
    background-image: url(/Images/Icons/Excel16.png);
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    float: left;
    margin-right: 4px;
}

div.audioOverlay
{
    background-image: url(/Images/Icons/AudioOverlay.png);
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    float: left;
    margin-right: 4px;
}

/*ID selectors*/
/*----------------------------------------------------------*/

#topPanel
{
    height: 260px;
}
#main #topPanel
{
    height: auto;
}

#headerMenu
{
    position: absolute;
    top: 0px;
    left: 740px;
    width: 230px;
    text-align: right;
}
#headerMenu .links
{
    margin: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 0px;
    text-align: right;
    float: left;
}
#headerMenu .links .link
{
    padding-top: 3px;
    display: block;
    float: left;
    padding-right: 20px;
}
#headerMenu .link a:link
{
    color: #676869;
    text-decoration: none;
}
#headerMenu .link a:visited
{
    color: #676869;
    text-decoration: none;
}
#headerMenu .link a:hover
{
    color: #494a4b;
    text-decoration: underline;
}
#headerMenu .link a:active
{
    color: #494a4b;
}

/* Main content panel */
/*----------------------------------------------------------*/

#contentPanel
{
    width: 456px;
    float: left;
    margin-left: 4px;
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 12px;
}
#fullWidthContentPanel
{
    width: 665px;
    padding-right: 30px;
    padding-left: 30px;
}

#contentPanel .column
{
    width: 226px;
    _width: 205px;
    float: left;
}
#contentPanel .column img
{
    padding-left: 10px;
    text-align: right;
}


#contentPanel .sd-col-left
{
    padding: 0 10px 0 0;
    width: 280px;
    float: left;
}
#contentPanel .sd-col-right
{
    padding: 14px 0 0 0;
    width: 160px;
    float: right;
}


#contentPanel .watch-a-demo { margin: 0; padding: 0; display: block; height: 42px; width: 160px; text-indent: -700em; background: transparent url(/Images/Site/WatchADemo.gif) no-repeat top left; }

#contentPanel .hr-dot { margin: 0 0 10px 0; height: 20px; background: transparent url(/Images/Site/dots.gif) repeat-x center center; }
#contentPanel .hr-dot hr { display: none; }

.sd-footer-links { margin: 20px 0 0 0; padding: 4px 4px 4px 102px; background: transparent url(/Images/Site/sd-footer-link-bg.jpg) no-repeat top left; overflow: hidden; }
.sd-footer-links div { float: left; padding-left: 4px; }

.sd-intro-text { padding-right: 40px; font-size: 13px; }

/* Demo CSS */
/*----------------------------------------------------------*/

#backgroundPopup
{
    display: none;
    position: fixed;
    _position: absolute; /* hack for internet explorer 6*/
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #006FB6;
    border: 1px solid #cecece;
    z-index: 200;
}

#popupContact
{
    display: none;
    height: 670px;
    width: 810px;
    background: #ffffff;
    border: 2px solid #cecece;
    z-index: 201;
    padding: 2px 12px 12px 12px;
    font-size: 13px;
}

#popupContact h1
{
    text-align: left;
    color: #6FA5FD;
    font-size: 22px;
    font-weight: 700;
    border-bottom: 1px dotted #D3D3D3;
}

#popupContactClose
{
    font-size: 20px;
    float: right;
    font-weight: 700;
    width: 20px;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

#contactArea
{
    width: 800px;
    height: 635px;
    float: right;
}

/* Tab menu */
/*----------------------------------------------------------*/

#LoginPanel
{
    display: block;
    float: right;
    background-image: url(/Images/Site/masterLoginButton.png);
    height: 24px;
    width: 94px;
    color: #ffffff;
    text-align: center;
    padding-top: 0px;
    font-size: 10pt;
    font-weight: bold;
}
#LoginPanel a:link
{
    color: #ffffff;
    text-decoration: none;
}
#LoginPanel a:visited
{
    color: #ffffff;
    text-decoration: none;
}
#LoginPanel a:hover
{
    color: #ffffff;
    text-decoration: underline;
}
#LoginPanel a:active
{
    color: #ffffff;
}

#menuleft
{
    width: 5px;
    height: 28px;
    margin: 0px;
    padding: 0px;
    float: left;
    background-image: url(/Images/Site/mainLinkBar_left.gif);
}
#menucontainer
{
    width: 717px;
    margin: 0px;
    font-size: 12pt;
    padding-left: 10px;
    background-image: url(/Images/Site/linkBar.png);
    background-repeat: repeat-x;
    height: 30px;
}
#menucontainer ul
{
    list-style: none;
    padding: 0px;
    margin: 0px;
}
#menucontainer ul li
{
    background-image: none;
    padding-top: 6px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 9pt;
    margin: 0;
    display: block;
    float: left;
    height: 24px;
}

#menuright
{
    background-image: url(/Images/Site/mainLinkBar_right.png);
    float: left;
    width: 11px;
    height: 28px;
}

#menucontainer .selected
{
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 0px;
    height: 18px;
    display: inline-block;
    width: inherit;
    float: left;
}
#menucontainer .selected a
{
    background-color: #3c3c3c;
    background-image: url(/Images/Site/mainMenuSelectedBg.png);
    background-repeat: repeat-x;
    background-position: bottom;
    padding-top: 2px;
    padding-left: 10px;
    padding-right: 10px;
    _padding-left: 2px; /* IE6 only */
    _padding-right: 2px; /* IE6 only */
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    height: 22px;
    display: inline-block;
    color: #ffffff;
}

#menucontainer .selectedNoSubMenu a
{
    background-color: #3c3c3c;
    background-image: url(/Images/Site/mainMenuSelectedBg.png);
    background-repeat: repeat-x;
    background-position: top;
    padding-top: 2px;
    padding-left: 10px;
    padding-right: 10px;
    _padding-left: 2px; /* IE6 only */
    _padding-right: 2px; /* IE6 only */
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    height: 19px;
    display: inline-block;
}


#menucontainer .selected a:visited, #menucontainer .selectedNoSubMenu a:visited
{
    color: #ffffff;
}
#menucontainer .selected a:hover, #menucontainer .selectedNoSubMenu a:hover
{
    color: #ffffff;
}
#menucontainer .selected a:active, #menucontainer .selectedNoSubMenu a:active
{
    color: #ffffff;
}

.menubold a
{
    color: #000;
    font-weight: bold;
}

#menucontainer li a
{
    text-decoration: none;
    color: #494a4b;
    display: inline;
    height: 5px;
}
#menucontainer li a:visited
{
    color: #000000;
    text-decoration: none;
}
#menucontainer li a:hover
{
    color: #039dff;
    text-decoration: underline;
}
#menucontainer li a:active
{
    color: #039dff;
    text-decoration: none;
}
#menucontainer li .selected a
{
    color: #000000;
}

#submenu
{
    color: #ffffff;
    padding: 0px;
    margin: 0px;
    height: 28px;
    padding-left: 10px;
    background-image: url(/Images/Site/subMenuBar.png);
    background-repeat: no-repeat;
    _margin-top: -20px; /* IE6 only */
}
#submenu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
#submenu ul li
{
    background-image: none;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0px;
    margin: 0px;
    display: block;
    float: left;
    text-align: center;
    height: 15px;
}

#submenu a
{
    text-decoration: none;
    color: #ffffff;
    font-size: 9pt;
    display: inline;
}

#submenu a:hover
{
    color: #acc314;
    text-decoration: underline;
}

#submenu a:active
{
    color: #acc314;
    text-decoration: none;
}

#submenu .selected
{
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0px;
    display: block;
    float: left;
    text-align: center;
    height: 20px;
    background-color: #1f1f1f;
}

#submenu .selected a
{
    color: #acc314;
}

/* Form layout */
/*----------------------------------------------------------*/

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000 !important;
    background-color: #fffefe;
}

.validation-summary-errors
{
    color: red;
    background-color: #ffffff;
    border: solid 1px #ffe0e0;
    margin: 0px;
    padding-top: 8px;
    padding-left: 8px;
    padding-bottom: 4px;
    list-style-position: inside;
    margin-bottom: 4px;
}
.validation-summary-errors li
{
    background-image: url(/Images/Site/errorBullet.png);
}

select
{
    margin-top: 2px;
    margin-bottom: 2px;
}

label
{
    color: #666666;
    cursor: pointer;
}

label:hover
{
    cursor: pointer;
    color: #1d60ff;
}

legend
{
    color: #CCC;
    padding-bottom: 6px;
    font-size:14px;
}

fieldset
{
    margin: 2px 2px 8px 2px;
    padding: 2px 4px 4px 4px;
    border: 1px solid #EEE;
    color: #666666;
    display: inline;
    vertical-align: top;
    width: 47.0%;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

fieldset p
{
    margin: 2px 12px 6px 10px;
}

fieldset label
{
    display: block;
}

fieldset label.inline
{
    display: inline;
}

/* Custom padding for the contact us page */
fieldset.name
{
    padding-bottom: 49px;
}

/* login details fieldset */
fieldset#login
{
  background-color: #d5eef9;
  border: 1px solid #333;
}

fieldset#login legend
{
  color: #333;
  background-color: #fff;
  padding-bottom: 0;
  margin-bottom: 0;
}

.wideButton
{
    width: 200px;
}

/* Help panel */
/*----------------------------------------------------------*/

.helpPanel
{
    float: right;
    width: 220px;
    border: solid 1px #e7e7e7;
    padding: 15px;
    margin: 10px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: #FFFFEA;
}

#subPanel .helpPanel
{
    width: auto;
    float: none;
    border: solid 1px #e7e7e7;
    padding: 15px;
    margin: 0px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: #FFFFEA;
}

.helpPanel h3, #subPanel .helpPanel h3
{
    font-size: 10pt;
    text-align: left;
    margin: 0px;
    margin-left: 0px;
    margin-bottom: 5px;
    margin-top: 0px;
    padding: 0px;
    color: #000;
}

.helpPanel p, #subPanel .helpPanel p
{
    margin: 0;
    padding: 0;
    color: #666666;
}

.dailyUnitPrice
{
    width: 214px;
    background-image: url(/Images/Site/unitPriceBackground.png);
    background-position: top;
    display: block;
    margin: auto;
    margin-top: 20px;
    border-style: none;
    padding: 0px;
}
.dailyUnitPrice h1
{
    height: 15px;
    background-image: url(/Images/Site/unitPriceHeader.png);
    margin: 0px;
    padding: 0px;
    padding-top: 7px;
    padding-bottom: 8px;
    padding-left: 10px;
    font-size: 9pt;
    font-weight: bold;
    text-align: left;
    color: #000;
}
.dailyUnitPriceFooter
{
    background-image: url(/Images/Site/unitPriceFooter.png);
    background-repeat: no-repeat;
    height: 12px;
}

.dailyUnitPrice table
{
    margin: 0px;
    margin-top: 0px;
    margin-left: 1px;
    padding: 0px;
    display: table;
    width: 213px;
    font-size: 9pt;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-style: none;
}
.dailyUnitPrice table tr th
{
    background-image: none;
    background-color: Transparent;
    border-style: none;
    font-weight: normal;
    padding: 2px;
    color: #000000;
    border-right: solid 1px #cfcfcf;
    border-bottom: solid 1px #cfcfcf;
}
.dailyUnitPrice table tr td, .dailyUnitPrice table tr td:last-child
{
    text-align: center;
    padding: 2px;
    border-right: solid 1px #cfcfcf;
    border-bottom: solid 1px #cfcfcf;
}
.dailyUnitPrice table .alt td, .dailyUnitPrice table .alt th
{
    background-color: #f4f4f4;
}

/* Make request styles */
/*----------------------------------------------------------*/

.requestBoxes .requestBox
{
    border: solid 1px #dfdfdf;
    height: 290px;
    float: left;
    width: 280px;
    padding: 20px;
    margin: 0px;
    margin-top: 30px;
    padding-top: 25px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.requestBoxes .requestBox .stockDoctorHeader
{
    height: 78px;
    background-image: url(/Images/Site/smallSDTabLogo.png);
    background-repeat: no-repeat;
    background-position: right;
    position: relative;
    top: -50px;
    margin-bottom: -78px;
}
.requestBoxes .requestBox .managedInvestmentsHeader
{
    height: 78px;
    background-image: url(/Images/Site/smallMITabLogo.png);
    background-repeat: no-repeat;
    background-position: right;
    position: relative;
    top: -50px;
    margin-bottom: -78px;
}
.requestBoxes .spacer
{
    float: left;
    width: 20px;
    height: 10px;
}
.checkboxlist
{
    list-style-type: none;
    list-style-image: none;
    list-style-position: outside;
    padding-top: 0px;
    padding-right: 5px;
    padding-bottom: 0px;
    padding-left: 5px;
    margin-left: 0px;
}
.checkboxlist .checkbox
{
    float: left;
    width: 25px;
}
.checkboxlist label
{
    display:inline;
}

/* Link buttons */
/*----------------------------------------------------------*/

.sidebarActionButton            {margin-bottom:10px;}
.sidebarActionButton a          {width: 171px;height: 32px;display: block; text-indent:-9999px; overflow:hidden;zoom:1}
.sidebarActionButton a:hover    {}

    .subscribeNowButton a           {background: url("/Images/Site/btnSubscribeNow.png") no-repeat 0 0;}
    .subscribeNowButton a:hover     {background: url("/Images/Site/btnSubscribeNow.png") no-repeat 0 -40px;}

    .stockDoctorLoginButton a       {background:url("/Images/Site/b-stock-doctor-login-sprite.gif") no-repeat 0 0;}
    .stockDoctorLoginButton a:hover {background:url("/Images/Site/b-stock-doctor-login-sprite.gif") no-repeat 0 -40px;}

    .fundInvestorLoginButton a       {background:url("/Images/Site/b-fund-investor-login-sprite.gif") no-repeat 0 0;}
    .fundInvestorLoginButton a:hover {background:url("/Images/Site/b-fund-investor-login-sprite.gif") no-repeat 0 -40px;}

    .fullFeatureListButton a           {background: url("/Images/Site/btn-full-feature-list.png") no-repeat 0 0;}
    .fullFeatureListButton a:hover     {background: url("/Images/Site/btn-full-feature-list.png") no-repeat 0 -40px;}

.investNowButton
{
    width: 169px;
    height: 32px;
    background-image: url("/Images/Site/btnInvestNow.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    cursor: pointer;
}
.investNowButton a
{
    width: 169px;
    height: 32px;
    display: block;
}
.investNowButton:hover
{
    background-image: url("/Images/Site/btnInvestNow.png");
    background-position: 0px -40px;
    cursor: pointer;
}
.registerNowButton
{
    width: 169px;
    height: 32px;
    background-image: url("/Images/Site/btnRegisterNow.png");
    background-repeat: no-repeat;
    background-position: 0px 0px;
    cursor: pointer;
}
.registerNowButton a
{
    width: 169px;
    height: 32px;
    display: block;
}
.registerNowButton:hover
{
    background-image: url("/Images/Site/btnRegisterNow.png");
    background-position: 0px -40px;
    cursor: pointer;
}
.registerNowSmallButton
{
    width: 129px;
    height: 26px;
    background-image: url("/Images/Site/btnRegisterNowSmall.png");
    background-repeat: no-repeat;
    background-position: 0px 0px;
    cursor: pointer;
}
.registerNowSmallButton a
{
    width: 129px;
    height: 26px;
    display: block;
}
.registerNowSmallButton:hover
{
    background-image: url("/Images/Site/btnRegisterNowSmall.png");
    background-position: 0px -30px;
    cursor: pointer;
}
.sessionLimitedSeats
{
    margin: 4px 0 0 0;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    color: #734e00;
    background-image: none;
    background-color: #ffd800;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.profilePhoto
{
    float: left;
    width: 115px;
    padding-left: 5px;
}
.profileContent
{
    float: left;
    width: 510px;
}

.finePrint
{
    font-size: 8pt;
}

.error
{
    color: #ff0000;
    font-weight: bold;
}

.inviteBox
{
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border: 1px solid #EEEEEE;
    height: 200px;
    padding: 0 6px 10px 10px;
    margin-left: 2px;
    margin-top: 10px;
    background-color: #f3f3f3;
}
.inviteBox .leftSection
{
    float: left;
    width: 320px;
}
.inviteBox input[type="button"], .inviteBox input[type="submit"]
{
    background-color: #909090;
    background-image: url(/Images/Site/secButtonBackground.png);
    display: inline-block;
    padding-left: 5.5px;
    padding-right: 5.5px;
    padding-top: 2px;
    padding-bottom: 3px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    border-style: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-box-shadow: 0 1px 2px #999;
    -webkit-box-shadow: 0 1px 3px #999;
    position: relative;
    cursor: pointer;
    margin-top: 5px;
}

.add-invite-links
{
    text-align: right;
}

.add-invite-another
{
    text-align: left;
}

.inviteBox input[type="button"]:hover, .inviteBox input[type="submit"]:hover
{
    background-color: #b2b2b2;
    background-image: url(/Images/Site/secButtonBackground.png);
    background-position: 0px -25px;
}
.inviteBox input[type="button"]:active, .inviteBox input[type="submit"]:active
{
    background-color: #d3d3d3;
    background-image: url(/Images/Site/secButtonBackground.png);
    background-position: 0px -50px;
}
.inviteBox input[type="text"]
{
    width: 230px;
}
.inviteBox .loadingBox
{
    text-align: center;
    margin-top: 70px;
    padding: 10px;
    padding-top: 10px;
}
.inviteBox .inviteNote
{
    margin-top: 5px;
    margin-bottom: 5px;
}

.breakClass td
{
    background-color: #f6f6f6;
}
.eventSection
{
    padding-top: 10px;
}

.footerClass td
{
    background-color: #f6f6f6;
    border-top: 1px solid #0076BD;
    border-right: 1px solid #DFDFDF;
    font-weight: bold;
    margin: 0;
    padding: 5px;
}

.centred
{
    text-align: center;
}

input.checkedSelected
{
    display: none;
}

.selectedSession
{
    font-weight: bold;
}

.presenterCaption
{
    text-align: center;
}

.sessionContent h2
{
    color: #000000;
    font-size: 9pt;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 10px;
    padding: 0;
    text-decoration: none;
}
.help
{
    display: block;
    background-image: url(/Images/Members/helpIcon.png);
    background-repeat: no-repeat;
    padding-left: 16px;
    height: 14px;
    padding-bottom: 3px;
}
.info
{
    display: block;
    background-image: url(/Images/Members/infoIcon.png);
    background-repeat: no-repeat;
    padding-left: 16px;
    height: 14px;
    padding-bottom: 3px;
}
.download
{
    display: block;
    background-image: url(/Images/Members/downloadIcon.png);
    background-repeat: no-repeat;
    padding-left: 16px;
    height: 14px;
    padding-bottom: 3px;
}

.layoutTable
{
    border: none;
}
.layoutTable tr th
{
    padding: 0px;
    border: none;
    padding-right: 20px;
    text-align: left;
    color: inherit;
    background-image: none;
    background-color: Transparent;
    padding-bottom: 3px;
}
.layoutTable tr td
{
    padding: 0px;
    border: none;
    padding-right: 10px;
}

/* admin tools */
#admin-info {z-index:100; position:fixed; top:0; left:0; width:450px;}
  #admin-info a {text-decoration:none; display:inline-block; padding:0 4px; line-height:18px; border:1px solid #eee; font-size:12px; background:#ddd; color:#666;}
  #admin-info p {display:none; width:auto; height:600px; padding:0 10px; overflow-y:scroll; background:#333; color:#fff; position:absolute; top:18px; left:0; border:2px solid #666;}

/* Webinars elements */
.localisedTimes {display:none;}
.webinarInfo {position:relative;}
.webinarInfo a{width:140px; margin:0 auto; padding:2px 0; display:block; background:#e0f5ff; border:1px solid #c1e7fa; font-size:12px; color:#1b76a8; text-decoration:none;}
.sessionInfo .webinarInfo a {margin-top:10px;}
.webinarInfo a span {display:block; font-size:11px; color:#27b7f7;}
.webinarInfo .sessionPrice {margin:10px 0;}

.localisedTimes {position:absolute; top:-187px; right:107%; width:150px; padding:10px 15px; background:#fcfbd1; border:1px solid #f1f0bf; color:#9d9c69;
                  -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;}
  .localisedTimes h3 {padding:0 0 10px 0; margin:0; color:#848356; font-size:14px; font-weight:normal; text-align:left;}  
  .localisedTimes .state, .localisedTimes .time {font-size:12px; float:left; display:block; width:115px; padding-bottom:8px; margin:0; text-align:left;}
  .localisedTimes .state {clear:left; width:35px;}
  .localisedTimes .decal {width:18px; height:21px; position:absolute; right:-17px; top:205px; display:block; text-indent:-9999px; background:url('/Images/Events/sessionDecal.png') no-repeat 0 0;}

.tabHolder {position:relative; z-index:1;}
#tabWebinarPanel {position:relative; z-index:100;}

#subPanel #promo_video {text-decoration:none; text-align:center;}

/* login button styles */
.last								{margin-right:0!important}
#headerMenu							{width:auto!important;left:auto; right:0;}
.admin-header						{list-style:none; margin:0; padding:10px 0 0; float:right;display:inline; overflow:visible;}
.admin-header .admin-link			{float:left;margin:0; padding:0;margin-right:10px; display:inline; background-image:none;}
.admin-header .login-link a			{background-color:#46a6d9;color:#fff; text-decoration:none; padding:2px 5px;border-radius:3px; -moz-border-radius:3px;webkit-border-radius:3px;}
.admin-header .login-link a:hover	{background-color:#2a97d1}




/* Golden Rules Page ".golden-rules-summary" override to avoid conflict with other pages */

.golden-rules-summary ul#modules li, .golden-rules-summary ul#rules li {
    border-radius: 5px 5px 5px 5px;
    margin-bottom: 4px;
    padding: 5px;
    position: relative;
	}
.golden-rules-summary ul#modules li:hover, .golden-rules-summary ul#modules li.active {
    background: none repeat scroll 0 0 #F0F8FC;
    cursor: pointer;
	}
.golden-rules-summary ul#modules .active ul#rules li {
    background: none repeat scroll 0 0 #F7F9FB;
	}
.golden-rules-summary #modules a {
    position: absolute;
    right: 20px;
    top: 10px;
	}
.golden-rules-summary #modules h3, .golden-rules-summary #rules h3 {
    color: #006FB6;
    display: block;
    font-size: 18px;
    font-weight: normal;
    height: 31px;
    margin: 0;
    padding: 0;
    background-color: #d7eef9;
    border-radius: 5px 5px 5px 5px;
	}
.golden-rules-summary #modules h3:hover, .golden-rules-summary #rules h3:hover {
    background-color: #d7eef9;
	}

.golden-rules-summary .active h3 { text-decoration: underline; }

.golden-rules-summary #rules {
	padding: 5px 5px 5px 5px;
	background-color: #fbfbfb;
	border-radius: 5px 5px 5px 5px;
	border-top: 1px solid #f5f5f5;
	border-bottom: 1px solid #fff;
	background: #fbfbfb url("/Images/Site/NineGoldenRules/puzzle-bg.gif") no-repeat bottom right; 
	}
.golden-rules-summary #rules h3 {}

.golden-rules-summary #rules .clearfix { background-color: #eff8fd; border-radius: 0; border-top: 1px solid #d7dfe3; border-bottom: 1px solid #fff; }

.golden-rules-summary #modules p {
    font-size: 12px;
    line-height: 24px;
    padding-left: 20px;
	}
.golden-rules-summary ul#modules ul#rules li {
    background-color: #FDFDFD;
    margin: 0 20px 9px 0;
    padding: 0;
    width: 570px;
	}
.golden-rules-summary ul#rules li li {
    background-color: #FDFDFD;
    padding-bottom: 0;
	}
.golden-rules-summary ul#rules .linked h4 {
    color: #006FB6;
    font-size: 16px;
    padding: 5px 0 10px;
	}
.golden-rules-summary li.active.linked h4 {
    text-decoration: underline;
	}
.golden-rules-summary ul#modules ul#rules p {
    background: url("/Images/Members/chapter-small.png") no-repeat scroll 11px 0 transparent;
    display: block;
    font-size: 16px;
    line-height: 25px;
    margin-top: -2px;
    padding: 2px 0 0 35px;
	}
.golden-rules-summary ul#rules a {
    color: #4E4E4E;
	}
.golden-rules-summary ul#rules p, .golden-rules-summary ul#modules p {
    padding-bottom: 0;
	}
.golden-rules-summary ul#rules li {
    padding-bottom: 0;
    background-image: none;
	}
.golden-rules-summary ul#rules li li.linked:hover, .golden-rules-summary ul#rules li li.active.linked {
    background-color: #F0F8FC;
    cursor: pointer;
	}
.golden-rules-summary ul#rules li a {
    bottom: 10px;
    position: absolute;
    right: 20px;
	}
.golden-rules-summary ul#rules li li a {
    bottom: auto;
    position: absolute;
    right: 20px;
    top: 10px;
	}
.golden-rules-summary li.hidden-module ul, .golden-rules-summary li.hidden-module p, .golden-rules-summary li.hidden-module a, .golden-rules-summary li.hidden-module .rule-content, .golden-rules-summary li.hidden-module .hr {
    display: none;
	}
.golden-rules-summary span.view_toggle {
    background: transparent url("/Images/Site/NineGoldenRules/show-hide.gif") no-repeat -65px 2px;
    color: #333;
    display: inline;
    float: right;
    font-size: 11px;
    height: 16px;
    line-height: 16px;
    margin-top: 7px;
    width: 75px;
	}
.golden-rules-summary span.view_toggle:hover {
    background-position:  -65px 2px !important;
    cursor: pointer;
    text-decoration: underline;
	}
.golden-rules-summary .hidden-module span.view_toggle {
	background-position: 5px 2px !important;
	}
	
.golden-rules-summary li.hidden-module h3 { background-color: transparent !important; }
.golden-rules-summary li.hidden-module h3:hover { background-color: #d7eef9 !important; }
.golden-rules-summary li.hidden-module { background-color: transparent !important; border-top: 1px solid transparent !important; border-bottom: 1px solid transparent !important; /* IE6 Hack */ _border-top: 1px solid #fbfbfb !important; _border-bottom: 1px solid #fbfbfb !important }

.golden-rules-summary .golden-rule { background: url("/Images/SDresearch/gr-status-boxes.png") no-repeat scroll 0 0 transparent;
    color: #000000;
    float: left;
    height: 24px;
    padding: 7px 0 0 5px;
    text-decoration: none;
    width: 40px;
    font-size: 12px;
    font-weight: normal;
    }
.golden-rules-summary .rule-content { padding: 5px 0 5px 0; }
.golden-rules-summary .rule-title { padding: 6px 0 0 0; font-size: 14px; display: block; color: #006FB6; }
.golden-rules-summary li.hidden-module h3 .rule-title, li.hidden-module h3:hover .rule-title { color: #000 !important; }

.golden-rules-summary .hr { margin: 0 0 15px 0; border-top: 1px solid #e0e6ea; border-bottom: 1px solid #fff; }
.golden-rules-summary .hr hr { display: none; }

.golden-rules-summary #rules table { margin-bottom: 0; border: 1px solid #3d97d5; font-size: 11px; line-height: 14px; }
.golden-rules-summary #rules table tr th {
    background-color: #3d97d5;
    background-image: none;
    border: 1px solid #3d97d5;
    color: #fff;
    text-align: left;
    border-radius: 0 0 0 0;
}
.golden-rules-summary #rules table tr td {
    border-bottom: 1px solid #3d97d5;
    background-color: #fff;
    border-right: 0px;
}

.golden-rules-summary .rule-title { margin: 0; padding: 0; display: block; text-indent: -700em; text-decoration: none; overflow: hidden; height: 30px; width: 250px; background: transparent url("/Images/Site/NineGoldenRules/rule-titles.gif") no-repeat 0 0; }

/* Because FIREFOX droped "background-position-y" here comes the mess! */

.golden-rules-summary li.clearfix h3 .t-rule1 { background-position: -500px 0; }
.golden-rules-summary li.clearfix h3 .t-rule2 { background-position: -500px -30px; }
.golden-rules-summary li.clearfix h3 .t-rule3 { background-position: -500px -60px; }
.golden-rules-summary li.clearfix h3 .t-rule4 { background-position: -500px -90px; }
.golden-rules-summary li.clearfix h3 .t-rule5 { background-position: -500px -120px; }
.golden-rules-summary li.clearfix h3 .t-rule6 { background-position: -500px -150px; }
.golden-rules-summary li.clearfix h3 .t-rule7 { background-position: -500px -180px; }
.golden-rules-summary li.clearfix h3 .t-rule8 { background-position: -500px -210px; }
.golden-rules-summary li.clearfix h3 .t-rule9 { background-position: -500px -240px; }

.golden-rules-summary li.hidden-module h3 .t-rule1 { background-position: 0 0; }
.golden-rules-summary li.hidden-module h3 .t-rule2 { background-position: 0 -30px; }
.golden-rules-summary li.hidden-module h3 .t-rule3 { background-position: 0 -60px; }
.golden-rules-summary li.hidden-module h3 .t-rule4 { background-position: 0 -90px; }
.golden-rules-summary li.hidden-module h3 .t-rule5 { background-position: 0 -120px; }
.golden-rules-summary li.hidden-module h3 .t-rule6 { background-position: 0 -150px; }
.golden-rules-summary li.hidden-module h3 .t-rule7 { background-position: 0 -180px; }
.golden-rules-summary li.hidden-module h3 .t-rule8 { background-position: 0 -210px; }
.golden-rules-summary li.hidden-module h3 .t-rule9 { background-position: 0 -240px; }

.golden-rules-summary li.hidden-module h3:hover .t-rule1 { background-position: -250px 0; }
.golden-rules-summary li.hidden-module h3:hover .t-rule2 { background-position: -250px -30px; }
.golden-rules-summary li.hidden-module h3:hover .t-rule3 { background-position: -250px -60px; }
.golden-rules-summary li.hidden-module h3:hover .t-rule4 { background-position: -250px -90px; }
.golden-rules-summary li.hidden-module h3:hover .t-rule5 { background-position: -250px -120px; }
.golden-rules-summary li.hidden-module h3:hover .t-rule6 { background-position: -250px -150px; }
.golden-rules-summary li.hidden-module h3:hover .t-rule7 { background-position: -250px -180px; }
.golden-rules-summary li.hidden-module h3:hover .t-rule8 { background-position: -250px -210px; }
.golden-rules-summary li.hidden-module h3:hover .t-rule9 { background-position: -250px -240px; }



/* */

a.homepage-btn-sd, a.homepage-btn-fund {
    margin: 0 auto;
    padding: 4px 0 0 0;
    display: block;
    width: 298px;
    height: 82px;
    text-decoration: none;
    text-indent: -9000px;
    background: transparent url("/Images/Site/homepage-btns.png") no-repeat 0 0;
    }
    		
a.homepage-btn-sd   { background-position: 0 0 } 
a.homepage-btn-fund { background-position: -300px 0 }

a:hover.homepage-btn-sd   { background-position: 0 -90px; }
a:hover.homepage-btn-fund { background-position: -300px -90px; }


.video-thumb-box {
	margin: 10px 0 10px 0;
	padding: 0 30px 0 0;
	background-color: #fafafa;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	overflow: hidden;
	display: block;
	}
.video-thumb-box img {
	margin: 0 5px 0 0;
	float: left;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	}	
.video-thumb-box p {			
	margin: 0;
	padding: 5px;
	}	
.panes .video-thumb-box { margin: 10px 10px 0 10px; }
