﻿/**************************
***************************
GENERAL STYLES
**************************
*************************/
.box h1, .box h3
{
    font-family: 'DIN Next W01 Bold';
    color: #58585A;
    font-size: 14px; /* margin: 0px 0px 22px 0px;*/
    padding: 0;
    line-height: 18px;
    font-weight: normal;
}


.clearfix:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


div.greybutton
{
    width: 100px;
    margin: 0px 5px 5px 0px;
}

    div.greybutton a
    {
        background-color: #828385;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        padding: 0px 5px 0px 5px;
        font-size: 11px;
        font-family: 'DIN Next W01 Regular';
        text-transform: uppercase;
        line-height: 26px;
        height: 22px;
        display: block;
        color: #fff !important;
        width: 90px;
        text-decoration: none;
    }

/*****Overrides*********/

.double p a:hover, .work_content p a:hover, .double ol a:hover, .double ul a:hover
{
    text-decoration: underline !important;
}

p.read_more a:hover, .button:link:hover, .double .people p a:hover, .double p a.larr:hover, .double p.blog_links a:hover, .buttonBrief:link:hover
{
    text-decoration: none !important;
}

.double p.read_more a, .double .people p a, .double p.blog_links a
{
    color: #58585A !important;
}

    .double p a, .double p.read_more a:hover, .double .people p a:hover, .double p.blog_links a:hover, .work_content p a, .double ol a, .double ul a
    {
        color: #2b5cb2 !important;
    }

.red_bullets li
{
    margin-left: 2px;
    background-image: url(../../images/bullet.gif);
    background-repeat: no-repeat;
    background-position: 0 .5em;
    color: inherit;
    list-style: none !important; /* text-indent: 10px;*/
    padding-left: 15px;
    margin-top: 10px;
}

.people
{
    margin-bottom: 10px;
}

.people_first
{
    clear: left;
}

.contactsitem
{
    margin-bottom: 10px;
}

div.contact_form table.checkbox, div.newsletter_form table.checkbox
{
    margin-top: 0px;
}

.work_content
{
    margin-bottom: 10px;
}

.event_type_one
{
    background-color: #2b5cb2 !important;
}

.event_type_two
{
    background-color: #2b5cb2 !important;
}

.event_type_three
{
    background-color: #2b5cb2 !important;
}

.event_type_four
{
    background-color: #2b5cb2 !important;
}

.event_type_five
{
    background-color: #2b5cb2 !important;
}

.event_type_six
{
    background-color: #2b5cb2 !important;
}

.report_header .sheet_fold p
{
    padding: 0px 4px;
}

.people_bio .bio_container
{
    padding-left: 13px !important;
    /*margin-left: -13px !important;*/
}

.box p.read_more
{
    margin-bottom: -2px;
}

table.contact
{
    margin-bottom: -23px !important;
}

/***********************/
/**************************
***************************
HOME STYLES
**************************
*************************/
#homepage div h2
{
    line-height: 20.6px !important;
    margin-top: 17px !important;
}

#homepage .box ul li
{
    list-style: none;
}

#homepage .connect
{
    margin-bottom: 10px;
}

    #homepage .connect:after
    {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

/***********************/
/**************************
***************************
LOGIN CONTROLS
**************************
*************************/
.login_label label
{
    float: none !important;
    padding-right: 5px;
}

.login_button
{
    color: #1d105f;
    font-family: 'GalaxiePolarisHeavy',Arial,Helvetica,sans-serif;
    font-size: 1.3em;
    padding-right: 16px;
    text-transform: uppercase;
    padding-left: 10px;
    margin-bottom: 10px;
}

.login_checkbox input[type='checkbox']
{
    float: none !important;
}

.login_error
{
    color: Red;
}
/**************************
***************************
SEARCH CONTROLS
**************************
*************************/
.searchbanner_txt
{
    font-family: Arial, Helvetica, sans-serif;
    color: #999;
    font-size: 1.2em;
    border: none;
    border: 0px none none;
}

.searchbanner_btn
{
    width: 1px !important;
    height: 1px !important;
    display: inline-block !important;
    background: none !important;
    border: 0;
    color: transparent;
}

.fltrPanel
{
    width: 45em;
}

    .fltrPanel h4
    {
        font-size: 1.54em;
        color: #0294d0;
        padding-bottom: 5px;
        padding-top: 5px;
        line-height: 1.8em;
    }

    .fltrPanel a
    {
        font-size: 1.1em;
        line-height: 1.4em;
    }

.quadbox
{
    width: 97em;
    float: left;
}

    .quadbox h4
    {
        line-height: 1.85em;
        font-size: 2.2em;
        color: #0294d0; /* color: #d21245;*/
        text-transform: uppercase;
    }

.doublebox
{
    width: 52em;
    float: left;
}

    .doublebox h3
    {
        width: 304px;
        position: relative;
    }

.doublebox_spaced
{
    width: 44em;
    float: left;
}

    .doublebox_spaced h3
    {
        width: 304px;
        position: relative;
    }

.listitem
{
    font-size: 1.3em;
    line-height: 1.3em;
}

    .listitem p
    {
        padding-top: 1em;
    }


.OutputTitle a
{
    color: #1d105f;
    font-size: 0.9em;
}

.srchFilteredBy
{
    font-size: 1.1em;
    color: #666;
}

    .srchFilteredBy span
    {
        font-size: 2em;
        color: #d21245;
    }

    .srchFilteredBy a
    {
        font-size: 1.2em;
        color: #0294d0;
    }

.searchtxt
{
    color: #999;
}

img.searchremove
{
    display: inline;
    margin: 0;
    margin-left: 8px;
}
/**************************
***************************
HELPER CLASSES
**************************
*************************/
.clear
{
    clear: both;
}
/**************************
***************************
ERROR MESSAGE
**************************
*************************/
.ErrorMsg
{
    width: 100%;
    text-align: left;
    color: #585b65;
    font-weight: bold;
    margin-top: 30px;
    font-size: 1.2em;
}

    .ErrorMsg a
    {
        font-weight: bold;
        font-size: 1.1em;
    }
/**************************
***************************
SITE MAP
**************************
*************************/
#siteMap
{
    margin-right: 10px;
    float: left;
    padding-left: 90px;
}

    #siteMap > ul > li
    {
        font-family: 'GalaxiePolarisHeavy', Arial, Helvetica, sans-serif;
        font-size: 0.9em;
        list-style-type: none;
    }

    #siteMap > ul
    {
        margin-bottom: 20px;
    }

    #siteMap ul li a
    {
        padding: 5px 0px 5px 7px;
        line-height: 1.9em;
        font-weight: bold;
    }

    #siteMap > ul > li > ul
    {
        margin-left: -5px;
        padding: 1px 0 10px 0;
    }

        #siteMap > ul > li > ul > li:before
        {
            padding: 4px 0px 0px 13px;
            width: 4px;
            float: left;
        }

        #siteMap > ul > li > ul > li a
        {
            padding: 3px 0px 3px 20px;
            color: #0294d0;
        }

    #siteMap ul ul ul li a
    {
        margin-left: 1.7em;
        color: #666;
    }

        #siteMap ul ul ul li a:hover
        {
            margin-left: 1.7em;
        }

    #siteMap ul ul ul ul
    {
        padding-left: 15px;
    }

        #siteMap ul ul ul ul li.current
        {
            background-position: 10px 6px !important;
        }

        #siteMap ul ul ul ul li a
        {
            margin-left: 2em;
            color: #666;
        }

            #siteMap ul ul ul ul li a:hover
            {
                margin-left: 2em;
            }

/**************************
***************************
RAD TOOL BAR
**************************
**************************/
.InLineEdit
{
    display: inline-block !important;
}

.error_msg
{
    color: Red;
    font-size: 1.1em;
    font-weight: bold;
}

.Info_msg
{
    color: #1d105f;
    font-size: 1.1em;
    clear: left;
    font-weight: bold;
}

.RadToolBar img
{
    margin: 0 !important;
    margin-bottom: 0px !important;
    display: inline !important;
}

.RadToolBar a
{
    color: White !important;
}

/**************************
**************************
HOME PAGE EVENTS
*************************
*************************/
.event_headerhome
{
    /*border-top: 1px dotted #f18289;*/
    border-top: 1px dotted #fff;
    padding-top: 10px;
    margin-bottom: 10px;
}

    .event_headerhome .date_containerhome
    {
        width: 40px;
        height: 52px;
        float: left;
        font-family: 'DIN Next W01 Regular';
        text-align: center;
        font-weight: bold;
        text-transform: uppercase;
        color: #2B5CB2;
    }

        .event_headerhome .date_containerhome .number
        {
            border-bottom: 1px dotted #2B5CB2;
            height: 32px;
            line-height: 32px;
        }

        .event_headerhome .date_containerhome .month
        {
            font-size: 12px;
            line-height: 20px;
        }

.event_type_home
{
    background-color: white;
    margin-right: 4px;
}

.event_headerhome .desc_container
{
    float: left;
    width: 230px;
    margin-left: 10px;
}

    .event_headerhome .desc_container .title a
    {
        color: White;
        text-decoration: none;
    }

.box p.see_more a
{
    margin-left: 20px;
    color: White;
    text-decoration: none;
    font-size: 13px;
}

.firstitem
{
    border: none;
    margin-top: 0px;
    margin-bottom: 10px;
    padding-top: 0px;
}
/**************************
**************************
HOME PAGE BLOGS
*************************
*************************/
/*.bio_containerHome
{
    color: White;
    text-decoration: none;
    padding-left: 60px;
    margin-bottom: 10px;
    background: url('../../images/blog_icon.png') no-repeat;
}*/
.bio_containerHome
{
    width: 40px;
    height: 52px;
    float: left;
    background: url('../../images/blog_icon.png') no-repeat;
}

/**************************
**************************
SEARCH TEXTBOX IN SEARCH PAGE
*************************
*************************/
.searchTxtbox
{
    margin-left: 5px;
    margin-bottom: 2px;
    background-color: #999;
    height: 17px;
    width: 138px;
    border-bottom-style: none;
}

.searchpage.search_container
{
    background: url('../../images/sprite.png') no-repeat -350px -557px;
    width: 155px;
    height: 20px;
}

    .searchpage.search_container input
    {
        border: 0px;
        outline: none;
        position: relative;
        left: 20px;
        font-family: 'DIN Next W01 Regular';
        width: 107px;
        font-size: 12px;
        height: 14px;
        top: 2px;
    }

/**************************
**************************
LOGIN PAGE
*************************
*************************/
.btnBIC
{
    background-color: #828385;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    color: #fff;
    width: auto;
    font-size: 12px;
    height: 21px;
    width: 85px;
    cursor: pointer;
}

.labelBIC
{
    width: 85px;
    vertical-align: top;
    padding-top: 4px;
    text-align: left;
}

.text
{
    border: 0px;
    height: 22px;
    font-family: 'DIN Next W01 Regular';
    line-height: 22px;
    padding: 0px;
    outline: none;
    font-size: 14px;
    width: 215px;
}

/**************************
**************************
RSS
*************************
*************************/
.rsslink
{
    margin-top: 10px;
    font-weight: bold; /*font-size: 107%;*/
    font-size: 75%; /*float: right;*/
    color: #ff6600;
    font-family: Arial;
}

    .rsslink a
    {
        padding-right: 30px;
        background: url(../../_images/rss.gif) no-repeat right 50%;
        color: #ff6600;
    }

/**************************
**************************
RELATED LINK CATEGORIES
*************************
*************************/

a.default span
{
    background: url('../../images/sprite.png') no-repeat 0px -346px;
}

a.default:hover span
{
    background: url('../../images/sprite.png') no-repeat 0px -368px;
}

.media_container a.default
{
    background: url('../../images/sprite.png') no-repeat -680px -398px;
}

    .media_container a.default:hover
    {
        background: url('../../images/sprite.png') no-repeat -680px -419px;
    }

a.icons span
{
    height: 15px !important;
}

/* iPhone 4 Retina Display */
@media only screen and (-webkit-min-device-pixel-ratio: 2)
{
    .media_container a.default
    {
        background: url('../../images/sprite-retina.png') no-repeat 0px 1px;
    }

        .media_container a.default:hover
        {
            background: url('../../images/sprite-retina.png') no-repeat 0px -16px;
        }

    a.default span
    {
        background: url('../../images/sprite-retina.png') no-repeat 0px 1px;
    }

    a.default:hover span
    {
        background: url('../../images/sprite-retina.png') no-repeat 0px -18px;
    }
}

/**************************
**************************
LOGOUT LABEL
*************************
*************************/
.fullname
{
    color: Black;
}

.RssFeeds img
{
    margin: -16px 0px 4px 0px;
}

/**************************
**************************
TWITTER
*************************
*************************/
.tweet_odd, .tweet_even
{
    border-top: 1px solid white;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .tweet_odd:after, .tweet_even:after, .tweet_list:after
    {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

.tweet_first
{
    border-top: none;
    margin: 0;
    padding-top: 0;
}

#left_col #twitter_list p
{
    margin: 0 !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.tweet_list .left
{
    float: left;
    margin-right: 15px;
    margin-bottom: 0px;
}

.tweet_list .right
{
    float: left;
    width: 240px;
    margin-bottom: 0px;
}

.tweet_avatar img
{
    margin: 0 !importnat;
    display: inline !important;
}

.tweet_text
{
    font-family: DIN Next W01 bold !important;
    font-size: 1em !important;
    padding: 0 !important;
}

/**************************
**************************
RESEARCH PAGE
*************************
*************************/
.work_container_last
{
    border: none;
    margin-top: 0px;
    margin-bottom: 10px;
    padding-bottom: 0px;
}

/**************************
**************************
DASHBOARD PAGE
*************************
*************************/
.dashboard .section_last
{
    border-bottom: none;
    padding-bottom: 13px;
    margin-bottom: 13px;
}

/**************************
**************************
FANCY BOX
*************************
*************************/
.fancybtn
{
    background-color: #828385;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    color: white !important;
    width: auto;
    cursor: pointer;
    height: 21px;
    margin: 10px 0px 0px -4px;
    float: left;
}

.btnmore
{
    background-color: #828385;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    color: white !important;
    width: auto;
    cursor: pointer;
    margin-left: -4px;
}

.fancytxt
{
    border: 0 none;
    height: 18px;
    background-color: #ffffff !important;
    width: 267px;
    margin: 18px 0px 3px 0px;
    padding-left: 7px;
}

.fancytxtpwd
{
    border: 0 none;
    height: 18px;
    width: 267px;
    padding-left: 7px;
    margin: 0 0 2px 0px;
}

.fancybg
{
    /*margin: 250px 0px 0px 0px;*/
    color: #000000; /*margin-left: -14px;*/
}

    .fancybg h2
    {
        font-size: 14px;
        white-space: nowrap;
        margin-top: 20px;
        line-height: 30px; /*margin-left: -2px;*/
    }

    .fancybg p
    {
        font-size: 13px;
        color: #58585A;
        margin-bottom: 8px; /*margin-left: -2px;*/
    }

    .fancybg a:visited
    {
        color: #58585A;
        text-decoration: none;
    }

    .fancybg a:hover
    {
        color: #2B5CB2;
        text-decoration: none;
    }

.fancyhlbl
{
    font-size: 15px;
    color: #000000;
    margin-left: -1px;
    font-weight: bold;
}

.fancyborder
{
    border-top: 1px solid #fff;
    width: 277px;
    margin: 15px 0 18px -4px;
}

a.fancylnk
{
    color: #58585A;
    text-decoration: none;
    margin: 14px 0px 6px 8px;
    float: left;
}
/*#fancybox-outer
{
   background-color: transparent;
     -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}*/
span.fancyimg
{
    background: url('../../images/sprite.png')repeat -189px -165px;
    padding-bottom: 10px;
    padding-right: 4px;
    margin-left: -1px;
}

#fancybox-content
{
    border: 10px solid #E4E5E5 !important; /*height: 430px !important;*/
    background-color: #e4e5e5; /*-webkit-border-radius: 6px;         border-radius: 6px;*/
}

/**************************
**************************
BLOG FILTER
*************************
*************************/

.subfilter
{
    margin-left: 20px;
}
/**************************
**************************
EXECUTIVE BRIEFING(REPORTS)
*************************
*************************/
.buttonBrief
{
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    color: #fff !important;
    font-size: 12px;
    cursor: pointer;
    height: 24px !important;
    padding: 5px 5px 2px 20px;
    text-decoration: none !important;
    background: url('../../images/lock_icon.png')#828385 no-repeat 4px 5px;
    background-color: #828385;
    width: auto;
    line-height: 24px;
    margin-left: 10px;
}

a.buttonBrief:link
{
    color: #fff !important;
    text-decoration: none !important;
}

a.buttonBrief:visited
{
    color: #fff !important;
    text-decoration: none !important;
}

a.buttonBrief:hover
{
    color: #fff !important;
    background-color: #2B5CB2;
    text-decoration: none !important;
}

/**************************
**************************
 HOME PAGE REPORTS,NEWS,TWITTER
*************************
*************************/

.bio_NewsContainer
{
    color: White;
    text-decoration: none;
    padding-left: 60px;
    margin-bottom: 10px;
    background: url('../../images/news_coverage_icon.png') no-repeat;
}

.bio_ReportsContainer
{
    width: 40px;
    height: 52px;
    float: left;
    background: url('../../images/reports_icon.png') no-repeat;
}

.bio_Twitter
{
    background: url('../../images/home_twitter_icon.png') no-repeat;
    padding: 0px 0px 0px 40px;
}

.tweet-statuses
{
    padding-bottom:10px;
}
    .tweet-statuses .tweet-status
    {
        padding-bottom:5px;
    }
        .tweet-statuses .tweet-status .created
        {
            padding-top:4px;
        }

/**************************
**************************
BULLETS
*************************
*************************/
.blue_bullets li
{
    padding-left: 10px;
    background-image: url(../../images/bullet.gif);
    background-repeat: no-repeat;
    background-position: 0 .5em;
    color: inherit;
    list-style: none !important;
    margin-left: 6px;
}

/**************************
**************************
CONTACT US
*************************
*************************/
table.contact .first
{
    width: 60% !important;
}

table.contact .second
{
    width: 25% !important;
}

table.contact .third
{
    width: 15% !important;
}
/**************************
**************************
INVITE COLLEAGUE (PARTNERSHIP)
*************************
*************************/

div.partner_form
{
    display: inline-block;
}

    div.partner_form table, div.newsletter_form table
    {
        margin-top: 20px;
    }

        div.partner_form table .first_col
        {
            width: 105px;
            vertical-align: top;
            padding-top: 4px;
        }

    div.partner_form h3
    {
        font-family: 'DIN Next W01 Bold';
        color: #58585A;
        font-size: 14px;
        padding: 0;
        line-height: 10px;
        font-weight: normal;
        margin-top: -13px;
    }

    div.partner_form table .second_col
    {
        width: 215px !important;
    }

        div.partner_form table .second_col input
        {
            border: 0px;
            height: 22px;
            font-family: 'DIN Next W01 Regular';
            line-height: 22px;
            width: 100%;
            padding: 0px;
            outline: none;
            font-size: 14px;
        }

            div.partner_form table .second_col input.submit, div.newsletter_form table .second_col input.submit
            {
                background-color: #828385;
                -webkit-border-radius: 6px;
                -moz-border-radius: 6px;
                border-radius: 6px;
                color: #fff;
                width: auto !important;
                font-size: 12px;
                height: 21px;
                width: 85px;
                cursor: pointer;
                margin-top: 17px;
                padding-left: 5px;
                padding-right: 5px;
            }

        div.partner_form table .second_col select
        {
            width: 215px;
            border: 0px;
            font-family: 'DIN Next W01 Regular';
            padding: 0px;
            margin: 0px;
            outline: none;
            font-size: 14px;
        }

/**************************
**************************
EVENT DETAIL
*************************
*************************/

#right_col .box .overlaylocked
{
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: 100px;
    left: 259px;
}

#mainimg
{
    position: relative;
    margin-bottom: 27px;
}

    #mainimg img
    {
        margin-bottom: 0px !important;
    }
/**************************
**************************
LOCATION ICON
*************************
*************************/
#map_marker
{
    background: url('../../images/TWF_location.png') !important;
}

/**************************
**************************
AUTHORS ON PRESS,NEWS,JOURNALS
*************************
*************************/
p.generalAuthors
{
    font-weight: bold;
}
/**************************
**************************
MY ACCOUNT 
*************************
*************************/

#share_container .box
{
    top: 0px;
    left:0px; 
}

#account_container,
#share_container
{
    position: absolute;
    top: 60px;   
    width: 332px;
    height: 240px;   
    display: none;
     background:none;
     padding:0px;
}

.account_container_marker
{       
        display:block;
        height:31px;       
}

#account_container .account_container_marker
{
    background: url('../../images/share_top_bg.png') no-repeat 55px 0px;
}

#share_container .account_container_marker
{
    background: url('../../images/share_top_bg.png') no-repeat 117px 0px;
}


#account_container div.accountInnerContainer
{
   
}


#account_container .box,
#share_container .box
{
    position: relative; 
    padding: 20px 40px 20px 20px;
    background: url('../../images/share_content_bg.png') no-repeat 0px 0px;
       height:165px;
}

#account_container .lblFullname
{
    text-transform: uppercase;
}

#account_container a
{
   /* text-transform: uppercase;*/
    margin: 20px 0px;
    display: block;
    width: 175px;
}

    #account_container a.star_off
    {
        margin: 0px;
    }

    #account_container a:link
    {
        color: #fff;
        text-decoration: none;
    }

    #account_container a:visited
    {
        color: #fff;
        text-decoration: none;
    }

    #account_container a:hover
    {
        color: #fff;
        text-decoration: none;
    }

    #account_container a:active
    {
        color: #fff;
        text-decoration: none;
    }


    #account_container a.lnkMyDash
    {
        font-weight: bold;
    }

#account_container span.spLogin
{
    padding-right: 10px;
}


#account_container .accountFav a.star_off span.star
{
    display: inline-block;
    margin-right: 7px;
    width: 17px;
    height: 14px;
    background: url('../../images/spriteStars.png') repeat -1px;
    cursor: pointer;
}

#account_container .accountFav a.star_off:hover span.star
{
    background: url('../../images/spriteStars.png') repeat 16px;
}
.twitter-notdisplay
{
    display:none;
}
tr.firstColcComment
{
    position: absolute;
    left: -9999px;
}