﻿


/* MENU   
----------------------------------------------------------*/
div#MenuBorder
{
    height: 40px;
    margin: 0;
    padding: 0;
    background-image: url(Images/Menu/menu_right_bg.gif);
    background-position: right top;
    background-repeat: no-repeat;
}

html
{
    min-height: 102%;
}
body
{
    margin: 0px;
    padding: 0px;
    font-family: Arial,Helvetica;
    font-size: 11px;
    color: #474747;
    background-color: #fff;
}
h1
{
    margin: 0px;
    padding: 0px;
}
h2
{
    margin: 0px;
    padding: 0px;
}
#DialogBox
{
    position: absolute;
    z-index: 10000;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none;
}
#DialogLayer
{
    position: fixed;
    z-index: 9999;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none;
    background-color: #1f1f1f;
    opacity: 0.3;
    filter: alpha(opacity = 30);
}
.DialogHeaderTable
{
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    margin-top: 20px;
    font-size: 14px;
    color: #9b9b9b;
    font-weight: bold;
    border-collapse: collapse;
}
.DialogContent
{
    position: absolute;
    top: 55px;
    left: 20px;
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    font-size: 12px;
}
.DialogFooter
{
    position: absolute;
    bottom: 10px;
    left: 0px;
    height: 40px;
    font-size: 14px;
    color: #9b9b9b;
    font-weight: bold;
    margin: 9px;
}
.DialogTitle
{
    width: 100%;
    height: 100%;
    background-color: #5b5b5b;
    padding-left: 10px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    cursor: move;
}
#GuidedTour
{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    visibility: hidden;
    z-index: 1000;
}
.DialogHeader
{
    position: absolute;
    top: 15px;
    left: 0px;
    width: 100%;
    height: 40px;
    cursor: move;
    font-size: 14px;
    color: #9b9b9b;
    font-weight: bold;
}
.DialogContent
{
    position: absolute;
    top: 55px;
    left: 20px;
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    font-size: 12px;
}
.DialogFooter
{
    position: absolute;
    bottom: 10px;
    left: 0px;
    height: 40px;
    font-size: 14px;
    color: #9b9b9b;
    font-weight: bold;
}
.DialogAction
{
    position: absolute;
    top: 5px;
    left: 15px;
    width: 250px;
    cursor: pointer;
}
.DialogClose
{
    position: absolute;
    top: 5px;
    right: 20px;
    cursor: pointer;
}
.PreReg
{
    position: absolute;
    right: 0px;
    top: 145px;
    width: 240px;
    height: 200px;
    background: url(Images/logBg1.gif) no-repeat;
    text-align: left;
}
.info_table
{
    background: url(Images/landing_table_bg.gif) no-repeat;
    padding-left: 8px;
    height: 210px;
}

#Main
{
    position: relative;
}
.MenuTable
{
    margin-top: 7px;
}
.MainHeaderPanel
{
    font-size: 16px;
    font-weight: bold;
    color: #3396ff;
    text-align: left;
}

.LogTable
{
    border-collapse: collapse;
    margin: 0px 0px 10px 0px;
    padding: 0px;
    border-bottom: solid 1px #e0e0e0;
}
.Top5Table
{
    border-collapse: collapse;
    margin: 0px 0px 10px 0px;
    padding: 0px;
}
.Top5Headline
{
    color: #8c8c8c;
    font-size: 10px;
}
.BottomBorder
{
    border-bottom: solid 1px #e0e0e0;
}
.blue_btn_12
{
    color: #3396ff;
    font-size:12px;
    text-decoration: none;
    cursor: pointer;
}

.blue_btn_12:hover
{
    text-decoration: underline;
}
.LogFooterTable
{
    margin: 0px;
    padding: 0px;
}
.LoginPanelLinks
{
    font-size: 10px;
    color: #3396ff;
    text-decoration: none;
    width: 100%;
}
.LoginPanelLinks:hover
{
    text-decoration: underline;
}
.LoginPanelInfoLink
{
    color: #959595;
    text-decoration: none;
    cursor: pointer;
}
.LoginPanelInfoLink:hover
{
    text-decoration: underline;
}
.loginHolderStart
{
    position: absolute;
    right: 0px;
    top: 350px;
    width: 240px;
    height: 154px;
    background: url(Images/logBg2.gif) no-repeat;
    text-align: left;
}

.linkHolderStart
{
    position: absolute;
    right: 0px;
    top: 510px;
    width: 240px;
    height: 30px;
    text-align: right;
}

#RegisterHolder
{
    padding: 10px;
}
#Button1
{
    position: absolute;
    top: -1000px;
}
a
{
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}
.StartScreen
{
    position: relative;
    background: url(Images/StartScreen.png) no-repeat;
    top: 0px;
    left: 0px;
    height: 538px;
}

.ContentHolder
{
    border-top: solid 1px #e0e0e0;
}

.content
{
    width: 950px;
    background-color: #fff;
}

#footer
{
    position: relative;
    height: 40px;
    width: 970px;
    border-top: solid 1px #e0e0e0;
    border-bottom: solid 1px #e0e0e0;
    margin-top: 10px;
    margin-bottom: 10px;
}
.Status
{
    text-align: right;
    padding-top: 5px;
}

.LangBtn
{
    position: relative;
    top: 2px;
}
.Inline
{
    display: inline;
    cursor: pointer;
}
.LanguageMenu
{
    color: #666666;
    padding-right: 2.0ex;
    background-color: Transparent;
    font-size: 11px;
    background-image: url(Images/GreyArrowDown.gif);
    text-decoration: none;
    background-position: right center;
    background-repeat: no-repeat;
    cursor: pointer;
    line-height: 2ex;
}
.LanguageMenu:hover
{
    text-decoration: underline;
}


.nLink
{
    color: #666;
    text-decoration: none;
    cursor: pointer;
}
.nLink:hover
{
    text-decoration: underline;
}


.LogTable
{
    width: 240px;
    margin-left: 6px;
    margin-top: 2px;
}
.LogFieldHead
{
    font-weight: bold;
    font-size: 12px;
    font-weight: bold;
    color: #449ab3;
}

.loginHead
{
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    margin-left: 20px;
    margin-top: 40px;
}
.LoginItem
{
    font-size: 12px;
    width: 580px;
}

#PressContainer2_0_0, #PressContainer2_0_1
{
    cursor: pointer;
}

table#interview .LoginItem:first-child
{
    color: #3396ff;
}

table.faqTable
{
    width: 650px;
}

table.faqTable h1
{
    font-size: 16px;
    color: #3396ff;
}

table.faqTable h2
{
    font-size: 14px;
    font-weight: bold;
    color: #3396ff;
    padding-top: 10px;
}

table.faqTable *
{
    vertical-align: top;
    font-size: 12px;
}

table.faqTable .question
{
    padding-top: 4px;
    display: inline-block;
    width: 600px;
}

table.faqTable .question:hover
{
    cursor: pointer;
    text-decoration: underline;
}

table.faqTable img
{
    padding: 5px;
}

table.faqTable img:hover
{
    cursor: pointer;
}

table.faqTable .answer
{
    display: none;
    padding: 0px 5px 10px 24px;
    background-color: #eeeeee;
}

table.faqTable .answer h3
{
    color: #3396ff;
    padding-bottom: 0px;
}

.loginCopy
{
    font-size: 12px;
    width: 270px;
    color: #333333;
    margin-left: 20px;
    margin-top: 10px;
}
.copyBtn
{
    font-size: 12px;
    color: #449ab3;
    margin-left: 20px;
    margin-top: 20px;
    text-decoration: none;
    cursor: pointer;
}
.iFieldStart
{
    padding: 1px;
    padding-top: 3px;
    border: solid 1px #ccc;
    width: 135px;
    height: 15px;
    color: #474747;
    font-size: 11px;
}

.iField
{
    padding: 1px;
    padding-top: 3px;
    border: solid 1px #ccc;
    width: 140px;
    height: 15px;
    color: #bdbdbd;
    font-size: 11px;
}
.Top10Panel
{
    margin-top: 15px;
    float: right;
    background-image: url(Images/login_bg2.gif);
    background-repeat: no-repeat;
    text-align: left;
    width: 250px;
    height: 430px;
}
.Top10Con
{
    margin-left: 10px;
}
.Top10RegisterPanel
{
    float: right;
    margin-top: 15px;
    background-image: url(Images/login_bg3.gif);
    background-repeat: no-repeat;
    text-align: left;
    width: 250px;
    height: 365px;
}

.checkBoxOff
{
    color: #515050;
    padding-left: 3ex;
    margin-right: 1.8ex;
    line-height: 20px;
    background-color: Transparent;
    font-size: 11px;
    background-image: url(Images/cb_off.gif);
    text-decoration: none;
    background-position: left center;
    background-repeat: no-repeat;
    cursor: pointer;
    line-height: 2ex; /*position: inline; 	background-attachment:no-scroll;*/
}

.checkBoxOn
{
    color: #515050;
    padding-left: 3ex;
    margin-right: 1.8ex;
    background-color: Transparent;
    font-size: 11px;
    background-image: url(Images/cb_on.gif);
    text-decoration: none;
    background-position: left center;
    background-repeat: no-repeat;
    cursor: pointer;
    line-height: 2ex; /*position: inline-block; 	background-attachment:no-scroll;*/
}
/* registration page */
.RegHead
{
    text-align: left;
    font-size: 12px;
    font-weight: bold;
    color: #3396ff;
    height: 25px;
}
.RegFieldDesc
{
    color: #333;
    text-align: left;
    vertical-align: bottom;
    font-size: 11px;
}
.RegIntroText
{
    color: #474747;
    text-align: left;
    font-size: 12px;
    padding-bottom: 8px; /*border-bottom: solid 1px #e0e0e0;*/
}
.RegisterMsg
{
    color: #3396ff;
    font-size: 9px;
}
.regBtnDiv
{
    padding-top: 3px;
    width: 110px;
    height: 23px;
    cursor: pointer;
    background-image: url(Images/regBtn.gif);
    background-repeat: no-repeat;
}
.RegMailBtn
{
    background-image: url(Images/regBtn.gif);
    background-repeat: no-repeat;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    background-color: Transparent;
}
.RegMailBtn:hover
{
    text-decoration: none;
}
.regBtn
{
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}
.regBtn:hover
{
    text-decoration: none;
}
.RedBtnTable
{
    border-collapse: collapse;
    padding: 0px 10px 0px 10px;
    height: 24px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    border: none;
    background-image: url(Images/RedBtnBg.gif);
    background-repeat: repeat-x;
}

.GreyBtnTable
{
    border-collapse: collapse;
    padding: 0px 10px 0px 10px;
    height: 24px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    border: none;
    background-image: url(Images/GreyBtnBg.gif);
    background-repeat: repeat-x;
}

.logBtnStart
{
    float: right;
    padding-top: 3px;
    width: 61px;
    height: 23px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
}
.logBtn
{
    float: right;
    padding-right: 15px;
    padding-top: 3px;
    width: 61px;
    height: 23px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
}
.tagLink
{
    color: #2e9cc0;
    text-decoration: none;
    cursor: pointer;
}
.tagLink:hover
{
    text-decoration: underline;
}

.MainFindTextBox
{
    margin-right: 10px;
    padding: 5px;
    color: #3396ff;
    font-size: 12px;
    border: solid 1px #e0e0e0;
}
.MainFindBtn
{
    float: right;
    margin: 3px;
    padding-top: 3px;
    width: 61px;
    height: 23px;
}
.MainFindButton
{
    float: right;
    margin: 3px;
    padding-top: 3px;
    width: 61px;
    height: 23px;
}
.MainFindHead
{
    margin-top: 7px;
    float: left;
    color: #474747;
    font-size: 12px;
    font-weight: bold;
}
/* FORM ELEMENTS
----------------------------------------------------------*/
.standard_select_box
{
    color: #474747;
    font-size: 12px;
    border: solid 1px #d1d1d1;
    margin-right: 8px;
    height: 24px;
    padding: 3px;
}
.standard_text_box
{
    font-size: 12px;
    color: #474747;
    border: solid 1px #d1d1d1;
    padding: 3px;
}
.standard_check_box
{
    position: relative;
    top: 2px;
    margin: 2px;
}
.RegErrorLabel
{
    font-family: Arial;
    font-size: 10px;
    color: #ff0000;
}

#RegTable
{
    margin-bottom: 10px;
    font-size: 12px;
}
.BorderTop
{
    border-top: solid 1px #ccc;
}
.BorderBottom
{
    border-bottom: solid 1px #ccc;
}
.CBLabel
{
    color: #333;
    display: inline;
}
.RegLink
{
    color: #3396ff;
    cursor: pointer;
}
.RegisterBtn
{
    margin-left: 3px;
    padding-top: 0px;
    width: 110px;
    height: 23px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    background-image: url(Images/regBtn.gif);
    background-repeat: no-repeat;
    text-align: center;
}

.Impressum
{
    text-align: right;
    margin-top: 0px;
    color: #999;
}

.ILink
{
    color: #999;
    text-decoration: none;
    cursor: pointer;
}
.ILink:hover
{
    text-decoration: underline;
}


.LoginHead
{
    font-weight: bold;
}
.BLList
{
    margin-left: 0px;
}

.RegisterButton
{
    cursor: pointer;
}

.red_btn_standard
{
    font-family: arial,helvetica,clean,sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    height: 23px;
    padding-right: 8px;
    padding-left: 10px;
    background: url(Images/RedBtnMiddle.gif) repeat-x;
}
.red_btn_left
{
    padding: 0px;
    margin: 0px;
    background: url(Images/RedBtnLeft.gif) no-repeat right;
}
.red_btn_right
{
    padding: 0px;
    margin: 0px;
    background: url(Images/RedBtnRight.gif) no-repeat;
}

.grey_btn_standard
{
    font-family: arial,helvetica,clean,sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    height: 23px;
    padding-right: 8px;
    padding-left: 10px;
    background: url(Images/GreyBtnMiddle.gif) repeat-x;
}
.grey_btn_left
{
    padding: 0px;
    margin: 0px;
    background: url(Images/GreyBtnLeft.gif) no-repeat right;
}
.grey_btn_right
{
    padding: 0px;
    margin: 0px;
    background: url(Images/GreyBtnRight.gif) no-repeat;
}


.nLink:hover
{
    text-decoration: underline;
}
.loader
{
    background-color: Transparent;
    top: 100px;
    width: 100%;
    height: 100%;
    text-align: center;
}

.LoginTeaserHead
{
    font-size: 12px;
    font-weight: bold;
    color: #2689a9;
}

.LoginTeaserCopy
{
    font-size: 11px;
    color: #121214;
    padding-left: 15px;
    padding-right: 5px;
}

.LoginTeaserLink
{
    color: #258aa6;
    text-decoration: none;
    cursor: pointer;
    margin-right: 20px;
}
.button
{
    color: #515050;
    padding-left: 2.5ex;
    margin-right: 1.8ex;
    background-color: Transparent;
    font-size: 12px;
    background-image: url(Images/blueButton.gif);
    text-decoration: none;
    background-position: left center;
    background-repeat: no-repeat;
    cursor: pointer;
    line-height: 2ex;
}
.button:hover
{
    text-decoration: Underline;
}
.pointer
{
    cursor: pointer;
}
.RegisterTable
{
    width: 100%;
    margin-top: 10px;
    border-top: solid 1px #e0e0e0;
}

/*
** MORE text link
*/
.MoreLink
{
    color: #2589A6;
    text-decoration: none;
    cursor: pointer;
}

.MoreLink.hover
{
    text-decoration: underline;
}


/*
** rounded button styles
*/
.ButtonTable
{
    border-collapse: collapse;
    padding: 0px;
    height: 24px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    border: 0px;
    background-repeat: repeat-x;
    overflow: hidden;
}

.ButtonOuterCell
{
    background-repeat: no-repeat;
}

.ButtonMiddleCell
{
    padding-left: 13px;
    padding-right: 13px;
}

.ButtonMiddleCell:hover
{
    text-decoration: underline;
}

/*
** Styles for the landing page
*/


/*
** styles for the buying signal page
*/
.SignalsHead
{
    color: #3396ff;
    font-size: 14px;
    font-weight: bold;
}

.SignalsBody
{
    font-size: 10pt;
}

.SignalsNavLinkCurrent
{
    color: #3396ff;
    text-decoration: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
}

.SignalsNavLink
{
    color: #666;
    text-decoration: none;
    cursor: pointer;
    font-size: 9pt;
}

.SignalsNavLink:hover
{
    text-decoration: underline;
}

/*
** register page tool tip
*/
#ToolTip
{
    position: fixed;
    left: 300px;
    top: 90px;
    visibility: hidden;
    color: #fff;
    font-size: 9pt;
    font-weight: bold;
    z-index: 1000;
    max-width: 256px;
    text-align: left;
}

.TooltipDiv1
{
    padding: 7px;
    background-color: #4ebaff;
}
.TooltipDiv2
{
    background-color: Transparent;
    width: 100%;
    height: 5px;
    left: 0px;
    background-image: url(Images/ToolTipArrow.gif);
    background-position: 20px 0px;
    background-repeat: no-repeat;
}
.landing_bg01
{
    background-image: url(Images/landing_bg01.jpg);
    background-repeat: no-repeat;
    padding-left: 15px;
    padding-top: 15px;
    width: 410px;
}
.landing_bg02
{
    background-image: url(Images/landing_bg02.jpg);
    background-repeat: no-repeat;
    padding-left: 15px;
    padding-top: 15px;
    width: 500px;
}
.info2_bg
{
    background-image: url(Images/info2_bg.gif);
    background-repeat: no-repeat;
}

/*
** trader info page
*/
.ProfileHighlight
{
    color: #3396ff;
    font-weight: bold;
}

.InterviewQuestion
{
    font-size: 14px;
    font-weight: bold;
    color: #3396ff;
    margin-left: 20px;
    margin-top: 40px;
    width: 100%;
}

.InterviewAnswer
{
    color: #333333;
}
.blue12_btn
{
    color: #3396ff;
    font-size: 12px;
    text-decoration: none;
}
.blue12_btn:hover
{
    text-decoration: underline;
}
.blue14_btn
{
    color: #3396ff;
    font-size: 14px;
    text-decoration: none;
}
.blue14_btn:hover
{
    text-decoration: underline;
}
.blue11_btn
{
    color: #3396ff;
    font-size: 11px;
    text-decoration: none;
    cursor: pointer;
}
.blue11_btn:hover
{
    text-decoration: underline;
}
.blue12
{
    color: #3396ff;
    font-size: 12px;
}
.blue12bold
{
    color: #3396ff;
    font-size: 12px;
    font-weight: bold;
}
.blue11bold
{
    color: #3396ff;
    font-size: 11px;
    font-weight: bold;
}
.grey10
{
    color: #8c8c8c;
    font-size: 10px;
}
.grey12bold
{
    color: #808080;
    font-size: 12px;
    font-weight: bold;
}
.grey11bold
{
    color: #808080;
    font-size: 11px;
    font-weight: bold;
}
.grey11_link
{
    color: #808080;
    font-size: 11px;
    text-decoration: none;
    cursor: pointer;
}
.grey11_link:hover
{
    text-decoration: underline;
}
.bold
{
    font-weight: bold;
}

.11bold
{
    font-weight: bold;
    font-size: 11px;
}

.grey11
{
    font-size: 11px;
    color: #848484;
}
.no_style
{
    color: #3396ff;
    text-decoration: none;
    cursor: pointer;
}
.no_style:hover
{
    color: #3396ff;
    text-decoration: none;
}
.no_style:visited
{
    color: #3396ff;
    text-decoration: none;
}

table#navTable td
{
    border-style: solid;
    border-width: 1px;
    border-color: #e0e0e0;
}
.blue_arrow_active
{
    color: #474747;
    font-size: 12px;  
    font-weight:bold;
    padding-left: 3ex;
    margin-right: 1.8ex;
    background-color: Transparent;
    background-image: url(Images/arrow_double_blue.png);
    text-decoration: none;
    background-position: left center;
    background-repeat: no-repeat;
    cursor: pointer;

}
.blue_arrow_btn
{
    color: #474747;
    font-size: 12px;  
    padding-left: 3ex;
    margin-right: 1.8ex;
    background-color: Transparent;
    background-image: url(Images/arrow_double_blue.png);
    text-decoration: none;
    background-position: left center;
    background-repeat: no-repeat;
    cursor: pointer;

}
.blue_arrow_btn:hover
{
    text-decoration: underline;
}

.red_white_btn
{
    color: #3396ff;
    font-size: 12px;
    font-weight: bold;
    padding-left: 3ex;
    margin-right: 1.8ex;
    background-color: Transparent;
    background-image: url(Images/red_white_arrow.gif);
    text-decoration: none;
    background-position: left center;
    background-repeat: no-repeat;
    cursor: pointer;
    height: 25px;
}
.red_white_btn:hover
{
    text-decoration: underline;
}
.teaser_table
{
    margin-top: 10px;
    width: 215px;
    border-bottom: solid 1px #e0e0e0;
}
.login_table
{
    height: 190px;
    background-image: url(Images/login_field_bg.gif);
    padding-left: 15px;
    background-position: right top;
    background-repeat: no-repeat;
}
.top5_panel
{
    padding-left: 15px;
    height: 240px;
    background-image: url(Images/top5_field_bg.gif);
    text-decoration: none;
    background-position: right top;
    background-repeat: no-repeat;
}

.login_affiliate_table
{
    height: 160px;
    background-image: url(Images/affiliate_register_bg.png);
    padding-left: 15px;
    background-position: right top;
    background-repeat: no-repeat;
}
.navi_affiliate_panel
{
    padding-left: 15px;
    height: 350px;
    background-image: url(Images/affiliate_navi_bg.png);
    text-decoration: none;
    background-position: right top;
    background-repeat: no-repeat;
}

.landing_table
{
    width: 690px;
    height: 440px;
    background-image: url(Images/landing_bg.gif);
    text-decoration: none;
    background-position: left top;
    background-repeat: no-repeat;
    font-size: 12px;
}



.mailbox
{
    font-size: 12px;
    height: 20px;
    padding-top: 2px;
    padding-left: 4px;
    color: #ccc;
    border-style: none;
    border-color: #fff;
    border-width: 0px;
}
.button_hyperlink
{
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}
.button_hyperlink:hover
{
    text-decoration: Underline;
}


.footer_table
{
    margin-left: 15px;
    margin-right: 15px;
    width: 99%;
    border-collapse: collapse;
}
.footer_header
{
    font-size: 11px;
    color: #3396ff;
}
.footer_link
{
    font-size: 11px;
    color: #262626;
    text-decoration: none;
    cursor: pointer;
}
.footer_link:hover
{
    text-decoration: underline;
}

.header
{
    margin: 0px;
    padding: 0px;
    color: #3396ff;
    font-size: 16px;
    font-weight: bold;
}


table#brokerlist tr *
{
    font-size: 11px;
}

table#brokerlist tr td:first-child
{
    text-align: center;
}

.performanceMatrix
{
    border-collapse: collapse;
    text-align: center;
    margin: 20px 0px;
}

.performanceMatrix tr td:first-child
{
    text-align: left;
    border-right: solid 1px #e7e7e7;
    border-left: solid 0px #ffffff;
}

.performanceMatrix tr td:last-child
{
    border-right: solid 2px #ffffff;
}

.performanceMatrix tr.pHeader
{
    vertical-align: top;
    border-bottom: solid 1px #e7e7e7;
    color: #9e9e9e;
}



.performanceMatrix td
{
    border-left: solid 1px #e7e7e7;
    border-right: none;
    padding: 5px;
}

.checkedList
{
    list-style: none;
    border-left: 0px;
}

.checkedList li
{
    padding-bottom: 5px;
    padding-left: 20px;
    background-image: url(Images/blueCheckMark.png);
    background-repeat: no-repeat;
    background-position: 0px 3px;
}

.jobpage, .ideapage
{
    font-size: 10pt;
}

.jobpage .head, .ideapage h1, .forexpage h1
{
    display: block;
    margin: 0px;
    color: #3396ff;
    font-size: 16px;
    font-weight: bold;
}

.jobpage .section, .ideapage div, .forexpage div
{
    display: block;
    font-size: 12px;
    margin-bottom: 10px;
}

.jobpage .section .blue
{
    display: inline;
    color: #3396ff;
}

.jobpage .list
{
    display: table;
    border-collapse: collapse;
    text-align: left;
    width: 100%;
}

.jobpage .list .list_header
{
    display: table-row;
    color: Gray;
    font-size: 10pt;
}

.jobpage .list .list_entry
{
    display: table-row;
    vertical-align: bottom;
    color: #3396ff;
}

.jobpage .list .list_entry *:first-child
{
    color: Black;
}

.jobpage .list > * > *
{
    display: table-cell;
    padding-top: 5px;
}

.jobpage .list .list_entry > *
{
    vertical-align: bottom;
}

.ideapage table td
{
    vertical-align: top;
}

.ideapage table th
{
    color: #3396ff;
    text-align: left;
    width: 330px;
}

.ideapage table th.first_column, .ideapage table th.last_column
{
    width: 160px;
}

.ideapage ul
{
    font-size: 11px;
}

.ideapage ul, .forexpage ul
{
    list-style-image: url(/Images/blueCheckMark.png);
}
.ideapage ul li
{
    margin-top: 10px;
    margin-left: -12px;
}

.ideapage img
{
    padding-top: 15px;
}

.forexpage li
{
    padding: 5px;
}

.forexpage img
{
    margin-left: -7px;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-right: 10px;
    border-width: 0 0 0 0;
}

.forexpage tr
{
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #E0E0E0;
}

.forexpage tr:first-child
{
    border-top-style: none;
}

.forexpage td:first-child
{
    text-align: left;
}



.slider_control
{
    width: 215px;
    height: 15px;
    background-image: url(Images/slider_rail.gif);
    background-repeat: no-repeat;
}


.slider_handle
{
    margin-top: -5px; /* Necessary for Firefox and Chrome: */
    width: 15px;
    height: 25px;
}

.chartIcon, .registerIcon
{
    cursor: pointer;
}

.chartPopup
{
    position: absolute; /*width:300px; 	height:200px;	 	border:5px solid Gray;*/
}

.chartPopup *
{
    position: relative; /*margin-left:-320px; 	margin-top:10px;*/
    top: -250px;
    left: -320px;
    height: 210px;
    border: 5px solid #dddddd;
    background-color: White;
}

.chartPopup .tooltipNose
{
    position: absolute;
    top: -36px;
    left: -0px;
    width: 34px;
    height: 17px;
    border: none;
    background-color: transparent;
}

.tooltipClose
{
    position: absolute;
    left: 25px;
    top: -244px;
    background-image: url(/Images/closeDialog.gif);
    width: 19px;
    height: 20px;
    border: none;
    cursor: pointer;
    z-index: 3;
}

.tooltipClose:hover *
{
    background-image: url(/Images/closeDialog.gif);
}



#TrackRecordHolder input
{
    text-align: right;
    margin-right: 5px;
}

#TrackRecordHolder span
{
    min-width: 8px;
    display: inline-block;
}

td#Holder_1_0 *
{
    font-size: 12px;
}

td#Holder_1_0 .rank_label
{
    padding: 7px 4px;
    display: block;
}

#Holder_1_1 .widget_loader
{
    position: absolute;
    top: 10px;
}



.CSH_C
{
    font-size: 10px;
    color: #838383;
    padding: 0px;
    text-align: center;
    margin: 0px;
    font-weight: normal;
}

table#RankingGrid .CSH_C *
{
    font-size: 10px;
    color: #838383;
    padding-bottom: 10px;
    text-align: center;
    font-weight: normal;
}

table#RankingGrid
{
    font-size: 12px;
}

.rank_head
{
    font-weight: bold;
    color: #375661;
}

table#list_media *:visited, table#brokerlist *:visited
{
    color: #3396ff;
}

table#list_media *:link, table#brokerlist *:link
{
    color: #3396ff;
}

#LangMenuPanel *, .languageLink *
{
    border: 0px;
}

#LangMenuPanel *:visited, .languageLink *:visited
{
    color: #666;
    border: 0px;
    border-style: none;
}

#LangMenuPanel *:link, .languageLink *:link
{
    color: #666;
    border: 0px;
    border-style: none;
}

#LangMenuPanel *:hover, .languageLink *:hover
{
    color: #666;
    border: 0px;
    border-style: none;
}
.blue14bold
{
    color: #3396ff;
    font-size: 14px;
    font-weight: bold;

}


