body {
    font-family: Mulish;
    padding: 0;
    vertical-align: top;
    font-size: 11px;
}

/* Main master page - start*/
.MasterTable
{
    width: 1003px;
    padding-top: 3px;
}

.pdrl
{
    padding-left: 10px;
    padding-right: 10px;
}

.ContentPage
{
    padding-top: 10px;
    padding-left: 0px;
    padding-right: 0px;
}

.ContentTable
{
    width: 983px;
}

.FirstTd
{
    width: 298px;
    vertical-align: top;
    padding-right: 5px;
}

.SecondTd
{
    width: 367px;
    vertical-align: top;
    padding-left: 5px;
    padding-right: 5px;
}

.ThirdTd
{
    width: 298px;
    vertical-align: top;
    text-align: left;
    padding-left: 5px;
}

.BigTd
{
    width: 678px;
    vertical-align: top;
    padding-left: 10px;
}


.ResultTd
{
    width: 670px;
    vertical-align: top;
    padding-right: 10px;
}

.SearchTd
{
    width: 298px;
    vertical-align: top;
    padding-left: 5px;
}

.BigTdRight
{
    width: 689px;
    vertical-align: top;
    padding-left: 5px;
}

.InnerRight
{
    width: 291px;
    vertical-align: top;
    text-align: left;
    padding-right: 5px;
}

.InnerLeft
{
    width: 375px;
    vertical-align: top;
    padding-right: 10px;
}
input
{
    border: 1px solid #898787;
}

/* Main master page - end*/

/* top menu start*/
.ptop
{
    padding-top: 3px;
}

.htop
{
    padding-top: 4px;
}

.padleft
{
    padding-left: 7px;
}

.whitetext {
    font-family: Mulish;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none !important;
    vertical-align: text-top;
}

.whitetextnew {
    font-family: Mulish;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none !important;
}

.whitetext a:hover
{
    text-decoration: none;
}
.homesel
{
    background: url(../../Resources/Images/home-tab.gif) no-repeat 35px -1px;
    background-position: center;
}
.RSsel
{
    background: url(../../Resources/Images/RS-tab.gif) no-repeat 38px -1px;
    background-position: center;
}
.marketsel
{
    background: url(../../Resources/Images/market-tab.gif) no-repeat 31px -1px;
    background-position: center;
}
.derivativesel
{
    background: url(../../Resources/Images/derivative-tab.gif) no-repeat 43px -1px;
    background-position: center;
}
.CAsel
{
    background: url(../../Resources/Images/CA-tab.gif) no-repeat 36px -1px;
    background-position: center;
}
.MenuBackground
{
    background: url(../../Resources/Images/1px.gif);
}
/* top menu end*/

#menuTable
{
    height: 25px;
    background-color: #e67717;
    background-repeat: repeat-x;
    font-size: 13px;
    font-weight: bold;
    color: White;
}

#menuTable a
{
    color: #FFFFFF;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    vertical-align: top;
}

#menuTable td.sel
{
    background-image: url(../../Resources/images/maroon-tab-home.gif);
  
    background-repeat: no-repeat;
    background-repeat: repeat-x;
    width: 20%;
    background-position: bottom;
}



#menuTable td.selresearch
{
    background-image: url(../../Resources/images/maroon-tab-research.gif);
    background-repeat: no-repeat;
    width: 20%;
    background-position: bottom;
}

#submenuTable
{
    height: 25px;
    width: 60%;
    padding-left: 20px;
    text-align: center;
    background-color: #f0f0f0;
    color: #98291E;
    border-bottom: maroon 1px solid;
    border-left: maroon 1px solid;
    border-right: maroon 1px solid;
    border-color: Maroon;
    font-size: 12px;
    font-weight: bold;
}
#submenuTable a
{
    color: #98291E;
    font-size: 12px;
    font-weight: bold;
}

.MenuSel1
{
    width: 70%;
    left: -20px;
    position: absolute;
}

.MenuSel2
{
    width: 95%;
    left: 5%;
    position: absolute;
}

.MenuSel3
{
    width: 65%;
    left: 30%;
    position: absolute;
}

.MenuSel4
{
    width: 65%;
    left: 25%;
    text-align: right;
    position: absolute;
}

.MenuSel5
{
    width: 65%;
    left: 35%;
    text-align: right;
    position: absolute;
}

#tblLogout
{
    vertical-align: top;
    color: #063b6f;
    font-size: 12px;
    font-weight: bold;
    text-align: right;
    text-decoration: none;
}
#tblLogout ul
{
    padding: 0;
    margin: 0;
    list-style-type: none;
}

#tblLogout ul li
{
    float: left;
    padding: 0 5px 0 5px;
    color: #063b6f;
    font-size: 12px;
    font-weight: bold;
}

#tblLogout ul li a
{
    color: #063b6f;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}

.HeaderUserName
{
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    text-align: right;
}

.Headerdatetime
{
    color: #000000;
    font-size: 12px;
    text-align: right;
}

.HeaderTextSearch
{
    border: 2px;
    border-color: #D1CEBB;
}

/* Footer start*/
.tblfooter
{
    width: 100%;
    text-align: center;
}

.footertop
{
    width: 100%;
    text-align: center;
    background-color: #D1CEBB;
    font-size: 10px;
    color: #98291E;
    height: 18px;
    vertical-align: bottom;
}

.footertop ul
{
    margin-left: 400px;
    margin-top: 5px;
    padding-bottom: 10px;
    list-style-type: none;
}


.footertop ul li
{
    float: left;
    padding: 0 5px 0 5px;
    color: #98291E;
}

.footertop ul li a
{
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
    color: #98291E;
}


.footertop2
{
    width: 100%;
    text-align: center;
    background-color: #D1CEBB;
    font-size: 10px;
    height: 32px;
    vertical-align: top;
}


.footertop2 ul
{
    margin-left: 170px;
    padding-top: 0;
    margin-top: 0;
    list-style-type: none;
    padding-bottom: 10px;
}


.footertop2 ul li
{
    float: left;
    padding: 0 3px 0 3px;
    font-size: 11px;
    color: #000000;
}

.footertop2 ul li a
{
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
}


.footerbottom
{
    padding-top: 7px;
    width: 100%;
    text-align: center;
    font-size: 11px;
}


.ildis
{
    padding-top: 7px;
    width: 100%;
    text-align: left;
    font-size: 11px;
}

/* Footer End*/

.searchbg
{
    /* background: url(/images/search.gif) no-repeat; */
    width: 20px;
    height: 20px;
    vertical-align: top;
    border: 0;
}
.bluetextbold
{
    color: #063b6f;
    font-size: 12px;
    font-weight: bold;
}

.greytextbold
{
    color: #464648;
    font-size: 12px;
    font-weight: bold;
}

.bluetextBigbold
{
    color: #063b6f;
    font-size: 20px;
    font-weight: bold;
}

.bluetextboldbig
{
    color: #063b6f;
    font-size: 15px;
    font-weight: bold;
}

.bluetextboldbig a
{
    color: #063b6f;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
}

.bluetextstrong
{
    color: #063b6f;
    font-size: 13px;
    font-weight: bold;
}

.bluetextnormal
{
    color: #063b6f;
    font-size: 13px;
    font-weight: normal;
}
.contenttext
{
    color: #4c4c4e;
    font-size: 12px;
    font-weight: normal;
}

.contenttext a
{
    color: #4c4c4e;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
}

.maroonlinks
{
    color: #98291d;
    font-size: 12px;
    font-weight: normal;
}
.maroonlinks a
{
    color: #98291d;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
}


.maroonlinksbig
{
    color: #98291d;
    font-size: 14px;
    font-weight: bold;
}
.maroonlinksbig a
{
    color: #98291d;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}



.tabletextred
{
    color: #cd1d1c;
    font-size: 12px;
}

.tabletextgreen
{
    color: #019834;
    font-size: 12px;
}

.footermaroonlinks
{
    color: #98291d;
    font-size: 10px;
    font-weight: normal;
    padding: 2px;
}



.footermaroonlinks a
{
    color: #98291d;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
}


.footerblacklinks
{
    color: #000000;
    font-size: 10px;
    font-weight: normal;
}


.footerblacklinks a
{
    color: #000000;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
}

.tabbg
{
    background-image: url(../../Resources/images/bg1.gif);
    background-repeat: no-repeat;
}

.topbg1px
{
    background-image: url(../../Resources/images/1px-bg1.gif);
}

/* added by pravin for market popup */
.popup_Buttons
{
    margin: 10px;
}

.popupConfirmation
{
    margin: auto;
    background: #ffffff;
    border: solid 1px #d4d4d4;
    width: 70%;
    height: 85%;
}

.popupConfirmationlogin
{
    margin: auto;
    background: #ffffff;
    border: solid 1px #d4d4d4;
    width: 450px;
}


.popupMyProfile
{
    margin: auto;
    background: #ffffff;
    border: solid 1px #d4d4d4;
    width: 400px;
}


.popupSubSector
{
    margin: auto;
    border: solid 1px #d4d4d4;
    width: 300px;
}

.popupVdo
{
    margin: auto;
    background: #f0f0f0;
    border: solid 1px #d4d4d4;
    width: 630px;
}


.popupConfirmationWatchList
{
    margin-bottom: 20px;
    background: #ffffff;
    border: solid 1px #d4d4d4;
    width: 62%;
    height: 84%;
}

.popupConfirmationAlert
{
    margin-bottom: 20px;
    background: #ffffff;
    border: solid 1px #d4d4d4;
    width: 45%;
    height: 87%;
}

.ModalPopupBG
{
    background-color: white;
    filter: alpha(opacity=60);
    opacity: 0.9;
}

.ModalSubSector
{
    background-color: white;
    filter: alpha(opacity=60);
    opacity: 0.9;
}

.PnlTable
{
    height: 100%;
    width: 100%;
}

.PnlClose
{
    height: 10px;
    background-color: #e67717;
}

.PnlIframe
{
    height: 94%;
    width: 100%;
}

.PnlCloseBtm
{
    height: 10px;
    background-color: #e67717;
}

.loginbutton
{
    width: 80px;
    height: 25px;
    background-color: #ded7bd;
    font-size: 13px;
    font-weight: bold;
    color: #464648;
}

.maroonlinksBC
{
    color: #98291d;
    font-size: 11px;
    font-weight: normal;
}
.maroonlinksBC a
{
    color: #98291d;
    font-size: 11px;
    font-weight: normal;
}

.maroonlinksbold
{
    color: #98291d;
    font-size: 12px;
    font-weight: bold;
}
.maroonlinksbold a
{
    color: #98291d;
    font-size: 12px;
    font-weight: bold;
}

#placehold a
{
    background-color: Green;
    color: #98291d;
    font-size: 12px;
    font-weight: bold;
}

.bluetextnormalBC
{
    color: #063b6f;
    font-size: 11px;
    font-weight: normal;
}
.button1
{
    background-color: #E67817;
    border: 0;
    color: #ffffff;
    width: 59px;
}
.button12
{
    background-color: #E67817;
    border: 0;
    color: #ffffff;
    width: 80px;
}


.buttonTB1
{
    background-color: #E2E2E2;
    
    color: #000000;

    font-weight:bold; 
    border-bottom-color:Black;
    border-left-color:#E2E2E2;
    border-right-color:#E2E2E2;
    border-top-color:#E2E2E2;

    border-width:1px;
}

.buttonTB2
{
    font-weight:bold;
    background-color: #ffffff;
   
    color: #000000;

    border-bottom-color:White;
    border-left-color:Black;
    border-right-color:Black;
    border-top-color:Black;
    border-width:1px;
}



.button14
{
    background-color: #E67817;
    border: 0;
    color: #ffffff;
}
.button13
{
    background-color: #E67817;
    border: 0;
    color: #ffffff;
    width: 100px;
}
/*css for sector % change graph - by pravin*/
.sfe-section-major
{
    margin-bottom: 22px;
    padding: 8px 7px 0;
}
.sfe-break-right
{
    padding-right: 16px;
}
.sfe-break-left
{
    padding-left: 18px;
}
.sfe-break-left-5
{
    padding-left: 5px;
}
.sfe-break-right-em
{
    padding-right: 1em;
}
.sfe-break-top
{
    padding-top: 8px;
}
.sfe-break-top-em
{
    padding-top: 1.05em;
}
.sfe-break-top-5
{
    padding-top: 5px;
}
.sfe-break-bottom
{
    padding-bottom: 1em;
}
.sfe-break-bottom-4
{
    padding-bottom: 4px;
}
.sfe-break-bottom-8
{
    padding-bottom: 8px;
}
.sfe-break-bottom-13
{
    padding-bottom: 13px;
}
.sfe-break-bottom-16
{
    padding-bottom: 16px;
}
.clf
{
    clear: left;
}
.grey
{
    color: #666666;
}
.up, .chg, .prg
{
    color: green;
}
.down, .chr, .prr
{
    color: #AA0033;
}
.chb, .prb
{
    color: #000000;
}
.hide
{
    display: none;
}
.invisible
{
    visibility: hidden;
}
.bld
{
    font-weight: bold;
}
.ctr
{
    text-align: center;
}
.rgt
{
    text-align: right;
}
.lft
{
    text-align: left;
}
.linkbtn
{
    color: #0000CC;
    cursor: pointer;
    text-decoration: underline;
}
.chrSectorDark
{
    background-color: #B73B3B;
}
.chrSectorLight
{
    background-color: #FFCEBE;
}
.chgSectorDark
{
    background-color: #2CC42C;
}
.chgSectorLight
{
    background-color: #ACF4AC;
}
.bars
{
    background-color: #CCB3AB;
}
.colHeader
{
    color: #6F6F6F;
    font-size: 12px;
    font-weight: bold;
}
#secperf
{
    max-width: 700px;
}
#secperf td
{
    padding: 2px 0 1px;
    text-align: right;
    white-space: nowrap;
}
#secperf .bars
{
    background-color: #CCB3AB;
}
#secperf .bars td
{
    margin: 0;
    padding: 0;
}
#secperf .barlabels td
{
    background-color: #FFFFFF;
    font-size: 83%;
    text-align: center;
}
/*css for sector % change graph - by pravin*/

.paragraph
{
    padding: 0;
    margin: 0;
}

.bgHeader
{
    background-color: #D1CEBB;
}
.SectorGraph
{
    width: 100%;
    margin: 10px 10px 0 15px;
}


.normalsectorlist
{
}

.normal
{
    height: 20;
    background-color: #f1f1f1;
    padding-left: 20px;
    border-bottom: 1px solid #d3d0be;
}

.subTitle
{
    height: 20;
    padding-left: 40px;
    border-bottom: 1px solid #d3d0be;
}

.highlight
{
    background-color: white;
    padding-left: 20px;
    border-bottom: 1px solid #e67717;
}

.highlight a
{
    font-weight: bold;
    color: #063b6f;
}

/*css for quote search div -added by pravin*/
#ajaxLiveSearchData
{
    font-weight: bold;
    font-size: 20px !important;
}

#divBasicLiveResult
{
    font-weight: bold;
    font-size: 22px !important;
    color: maroon;
    background-color: #c0c0c0;
    text-align: left;
    padding-left: 5px;
}

#divBasicLiveResult a
{
    color: maroon;
    text-decoration: none;
}
.BasicSearchIp
{
    width: 110px;
    height: 16px;
}

.watermarked
{
    color: gray;
    font-size: 10px;
    width: 107px;
    height: 16px;
    font-size: 10px;
    vertical-align: middle;
}
.unwatermarked
{
    color: black;
    padding-left: 0px;
    width: 107px;
    height: 16px;
    font-size: 12px;
    vertical-align: middle;
}

.txboless
{
    border: none;
    background-color: white;
    width: 50px;
    text-align:right;
    font-size:11px;
}

.txbo
{
    /*border: 1px;*/
    color: black;
    padding-left: 1px;
    width: 50px;
    height: 12px;
    font-size: 12px;
    text-align:right;
}

.TabSelect
{
    background-color: White;
    border-left: 1px solid #e0dfd4;
    border-right: 1px solid #e0dfd4;
    border-top: 1px solid #e0dfd4;
    border-bottom: 0px;
    font-weight: bold;
}

.tabText
{
    font-size: 12px;
    font-weight: bold;
    color: Black;
    text-decoration: none;
}

.TabUnSelect
{
    background-color: Orange;
    border-left: 1px solid #e0dfd4;
    border-right: 1px solid #e0dfd4;
    border-top: 1px solid #e0dfd4;
    border-bottom: 1px solid #e0dfd4;
    font-weight: normal;
}

.TabData
{
    border-left: 1px solid #e0dfd4;
    border-right: 1px solid #e0dfd4;
    border-top: 0px;
    border-bottom: 1px solid #e0dfd4;
}

.noborder
{
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    border-bottom: 0px;
}

.leftborder
{
    border-left: 1px solid #e0dfd4;
}

.rightborder
{
    border-right: 1px solid #e0dfd4;
}

.topborder
{
    border-top: 1px solid #e0dfd4;
}

.bottomborder
{
    border-bottom: 1px solid #e0dfd4;
}


.bluetextbig
{
    font: Arial;
    color: #063b6f;
    font-size: 16px;
    font-weight: normal;
}


.bluetextbigHeader
{
    font: Arial;
    color: #063b6f;
    font-size: 24px;
    font-weight: normal;
}



TABLE.cGridview TD
{
    padding: 2px;
}

.scReport
{
table-layout:fixed;
}

.boldtitle {
    color: #000066;
    font-size: 24px;
    font-family: Mulish;
    text-indent: 32px;
}
.content {
    color: #000066;
    font-size: 16px;
    font-family: Mulish;
}

.CompanyLink
{
    color: #063b6f;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
}

.SubSectorLink
{
    color: #4c4c4e;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    text-wrap: supress;
    word-wrap: break-word;
}

.CompanyLink a
{
    font-weight: bold;
    text-decoration: none;
    cursor: default;
}

.CompanyLink a hover
{
    text-decoration: none;
    text-decoration: none;
}

.DropDwn {
    color: #000000;
    font-family: Mulish;
    font-size: 11px;
    width: 180px;
}

p
{
    margin: 10px;
}

/* AutoComplete item */
.AutoCompleteExtender_CompletionList
{
    background-color: window;
    font-size: 10px;
    color: White;
    padding: 1px;
    background-color: Gray; /*creates border with autocomplete_completionListElement background-color*/
}

/*AutoComplete flyout */
.AutoCompleteExtender_CompletionListItem
{
    background-color: #D1CEBB;
    font-size: 10px;
}

/* AutoComplete highlighted item */
.AutoCompleteExtender_HighlightedItem
{
    background-color: maroon;
    color: white;
    font-weight: bold;
    font-size: 10px;
}

.borderless
{
    border: none;
    background-color: #f0f0f0;
}

.EventImg
{
    height: auto !important;
    width: auto !important;
    max-height: 300px;
    max-width: 270px;
    height: 300px;
    width: 270px;
    padding-top: 10px;
}

/* Accordion */
.accordionHeader
{
    border: 1px solid maroon;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    color: white;
    background-color: #d3d0be;
    color: #063b6f;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    cursor: pointer;
}

#master_content
{
    margin: 0px;
}

/*
#master_content .accordionHeader a
{
    padding-left: 20px;
    color: #FFFFFF;
    font-weight: bold;
    background: none;
    text-decoration: none;
}

#master_content .accordionHeader a:hover
{
    background: none;
    text-decoration: underline;
}

.accordionHeaderSelected
{
    border: 1px solid maroon;
    color: maroon;
    background-color: maroon;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeaderSelected a
{
    color: #FFFFFF;
    background: none;
    text-decoration: none;
    padding-left: 20px;
    border-bottom: 1px solid #e67717;
}

#master_content .accordionHeaderSelected a:hover
{
    background: none;
    text-decoration: underline;
    border-bottom: 1px solid #e67717;
}

.accordionContent
{
    padding: 5px;
    padding-top: 10px;
}
*/

.ajax__tab_tab {
    font-family: Mulish;
    font-size: 12px;
    font-weight: bold;
}

.ajax__tab_body {
    font-family: Mulish !important;
    font-size: 11px !important;
    font-style: normal;
}

.redtextBigbold
{
    color: #990000;
    font-size: 20px;
    font-weight: bold;
}

 .Header4
        {
            font-weight: bold;
            font-size: 14pt;
            color: #1A366D;
            font-style: italic;
            vertical-align: bottom;
            padding-bottom: 5px;
        }