/* @override http://mura:8500/default/includes/themes/merced/css/site.css */

/*
Theme:  Merced Revised
Author: EILab
*/



/* Import Stylesheets
===================================== */

/* Homepage */
@import url("/default/includes/themes/npd2/css/npd_homepage.css");

/* IQ360 Dashboard */
@import url("/default/includes/themes/npd2/css/npd_iq360Dashboard.css");

/* Clinical Exchange */
@import url("/default/includes/themes/npd2/css/npd_clinicalExchange.css");

/* Search Results */
@import url("/default/includes/themes/npd2/css/npd_searchResults.css");

/* Banner Navigation */
@import url("/default/includes/themes/npd2/css/npd_bannerNavigation.css");

/* NPD Type */
@import url("/default/includes/themes/npd2/css/npd_defaultType.css");

/* Corporate Governance */
@import url("/default/includes/themes/npd2/css/npd_governance.css");

/* EMC Leaders */
@import url("/default/includes/themes/npd2/css/npd_emcLeaders.css");

/* Right Columns */
@import url("/default/includes/themes/npd2/css/npd_rightColumnStyles.css");

/* Right Columns */
@import url("/default/includes/themes/npd2/css/jquery.jtweetsanywhere-1.1.0.css");



/* @group GLOBALS
===================================== */

html,body {
    height: 100%;
    text-align: center; /* for center aligned sites in IE */
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    color: #000;
    text-decoration: none;
    background: #32496a url(/default/includes/themes/npd2/css/site.css) no-repeat 0 0;
}

body { font-size: 62.5%; }
html { font-size: 100%; /* IE hack */ }

.group:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

hr { border: 1px solid #e1e1e1; line-height: 1px; }



/* 
    
Site Wrapper - This holds all of the content and ads an extra layer of customization

*/

#npd_siteWrapper {
    width: 100%;
    background: #FFF url(/default/includes/themes/npd2/css/site.css) no-repeat 0 0;
}


/* @group Globals - Tables
===================================== */

.content table {
    width: 100%;
    margin-top: 30px;
    }

th {
    border: 1px solid;
    border-color: #becfd6 #becfd6 #dce6ea;
    color: #32566c;
    background: #e9f3f7;
    }

td {
    padding: 10px;
    border: 1px solid #d6d6d6;
    }

tr.alt td { background: #eee; }  /*Move*/ 

/* @end Globals - Tables
-------------------------------- */


/* @group Globals - Forms
===================================== */

#primary form {
    padding: 2em;
    background: #e9f3f7;
    overflow: hidden;
    max-width: 504px; /*width of #primary in three column layout*/
    }

#primary #svSearchResults form {
    max-width: 100%;
}

#primary fieldset {
    border: none;
    padding: 0;
    }


#primary legend {
    font-size: 1.4em;
    font-weight: bold;
    margin: 0;
    padding: 0;
    }

#primary label {
    padding-top: .5em;
    line-height: 1;
    color: #0c2846;
    }

.submit, .buttons input {
    float: right;
    height: 2em;
    line-height: 2.1em;
    border: none;
    padding: 0 1em;
    font-size: 1em;
    font-weight: bold;
    color: #fff;
    background: #2e7aa7;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
    }

/* @group Globals - Forms - Search
===================================== */

#searchForm {
    position: absolute;
    top: 30%;
    right: 0;
    margin: 0;
    padding: 0;
    }

#searchForm fieldset {
    padding: 0;
    border: 0;
    }

#searchForm input.text {
    float: left;
    width: 160px;
    margin: 0 .75em 0 0;
    font-style: italic;
        padding: 1px;
    }

#searchForm .submit {
    float: right;
    }

/* @end Globals - Forms - Search
-------------------------------- */


/* @group Globals - Forms - Login
===================================== */

/* @group Globals - Forms - Login
===================================== */

#login {
    padding-bottom: 1em !important;
    }

#login ol {
    padding-top: 0;
    }

#svLoginContainer input.text {
    width: 99%;
    }

#svLoginContainer p.required {
    float: none;
    clear: both;
    }

#sendLogin fieldset {
    margin-top: -.5em;
    padding-top: .25em;
    }

/* @end Globals - Forms - Login
-------------------------------- */

.sidebar #login {
    padding: 0;
    }

/* @end Globals - Forms - Login
-------------------------------- */


/* @group Globals - Forms - Comments
===================================== */

#svComments {
    border-top: 2px solid #ccc;
    margin-top: 3em;
    padding-top: 2em;
    }

#svComments dl {
    border-bottom: 1px dotted #ccc;
    }



/* @end Globals - Forms - Comments
-------------------------------- */

/* @end Globals - Forms
-------------------------------- */

/* @end GLOBALS
-------------------------------- */



/* @group HELPER CLASSES
===================================== */

.clearfix:after {
    content: " "; /* Avoid extra space */
    }

/* @end HELPER CLASSES
-------------------------------- */



/* @group LAYOUT
===================================== */

/* 

Content Wrapper 

This holds all of the site content and ads an extra layer of customization.  The content container DIV itself sits inside the wrapper.

*/
#npd_contentWrapper {
    width: 100%;
    clear: left;
    text-align: center;
    background: #f7f7f7 url(/default/includes/themes/npd2/images/contentBG.gif) repeat-x 0 0;
    padding: 10px 0;
}

    /* Content -------- */
    #npd_contentContainer {
        width: 960px;
        margin: 0 auto;
        padding: 15px;
        text-align: left;
        background-color: #FFF;
    }
    
        /* #npd_contentContainer img {
            margin: 8px;
        } */
    
        /* Columns -------- */

        /* basic 3 Column */
        
        #npd_leftColumn {
            float: left;
            width: 145px;
        }
        
        #npd_contentMain_3col {
            float: right;
            width: 800px;   
        }
        
            #npd_contentMain_3col #npd_contentColumn, #npd_contentMain_3col #npd_contentColumn_noStyles {
                float: left;
                width: 485px;
            }
            
            #npd_contentMain_3col #npd_rightColumn {
                float: right;
                width: 300px;
            }
            
            
        /* Basic 2 Column - no left */
        #npd_contentMain_2col {
            float: right;
            width: 645px;   
        }
        
            #npd_contentMain_2col #npd_contentColumn {
                float: left;
                width: 645px;
            }
            
        /* Basic 2 Column - no right*/
        
            #npd_contentMain_2col_NoRight {
                float: right;
                width: 800px;   
            }
        
            #npd_contentMain_2col_NoRight_noStyles {
                float: right;
                width: 800px;   
            }
        
            /* Text Styles for Content Main */
            
            
            /* Main Head */
            .npd_articleHeadOne {
                font: normal 3em/1 Palatino Linotype, Book Antiqua, Palatino, serif;
                color: #000;
                text-decoration: none;
                margin-bottom: 10px;
            }
            
            .npd_articleHeadTwo {
                font: normal 3em/1 Palatino Linotype, Book Antiqua, Palatino, serif;
                color: #003366;
                text-decoration: none;
                margin-bottom: 10px;
            }
            
            /* Sub Head */
            .npd_articleSubHeadOne {
                font: normal 2em/1 Palatino Linotype, Book Antiqua, Palatino, serif;
                color: #003366;
                text-decoration: none;
                margin-bottom: 10px;
            }
            
            .npd_articleSubHeadTwo {
                font: normal 1.8em/1 Palatino Linotype, Book Antiqua, Palatino, serif;
                color: #003366;
                text-decoration: none;
                margin-bottom: 10px;
            }
            
                
            
            .npd_articleAuthor {
                font: normal 1.1em Verdana, Verdana, Geneva, sans-serif;
                color: #000;
                text-decoration: none;
            }
            
            .npd_articleDate {
                font: normal 1.1em Verdana, Verdana, Geneva, sans-serif;
                color: #666;
                text-decoration: none;
            }
            
            .npd_articleTextOne {
                font: normal 1.2em/1.5 Verdana, Verdana, Geneva, sans-serif;
                color: #000;
                text-decoration: none;
                margin-bottom: 20px;
            }
            
                .npd_articleTextOne a:link, .npd_articleTextOne a:active, .npd_articleTextOne a:visited {
                    color: #0066CC;
                    text-decoration: none;
                }
                
                    .npd_articleTextOne a:hover {
                        color: #003366;
                        text-decoration: underline;
                    }
            
            .npd_ArticleContent p img {
                margin: 0 10px 0 0;
            }
            
            .npd_listOne {
                list-style: disc;
                padding-left: 15px;
            }
            
                .npd_listOne li {
                    font: normal 1.2em/1.5 Verdana, Verdana, Geneva, sans-serif;
                    color: #000;
                    text-decoration: none;
                    margin-bottom: 10px;
                }
                    
                    .npd_listOne ul {
                        list-style: circle;
                        padding-left: 30px;
                    }
                    
                        .npd_listOne li ul li {
                            margin-bottom: 10px;
                        }
            
            
            /* Right Column Styles */
            
            
            #npd_rightColumn .npd_iqColumnAd {
                display: block;
                width: 300px; height: 250px;
                text-indent: -9999px;
                background: transparent url(/default/includes/themes/npd2/images/intelliquestAdImage.png) no-repeat 0 0;
            }           
            
            /* Custom Columns */

            /* Ad Column */
            #npd_adCol {
                float: right;
                width: 300px;
                background-color: #FFF;
                margin-left: 20px;  
            }
            
            /* Ad Column */
            #npd_adCol2 {
                float: right;
                width: 160px;
                background-color: #FFF; 
            }
            
            #npd_adCol .npd_colHeadOne {
                font: normal 2em Palatino Linotype, Book Antiqua, Palatino, serif;
                color: #999;
                text-decoration: none;
                margin-top: 20px;
                border-top: 2px solid #CCC;
            }
            
            #npd_adCol .npd_iqColumnAd {
                display: block;
                width: 300px; height: 250px;
                text-indent: -9999px;
                background: transparent url(/default/includes/themes/npd2/images/intelliquestAdImage.png) no-repeat 0 0;
            }
            
            .npd_latestVideo {
                width: 300px; height: 287px;
                background: transparent url(/default/includes/themes/npd2/images/latestVideosMock.png) no-repeat 0 0;   
            }
            
            /* START: Right Column Most read / Most Commented --------- */

            #npd_mostActive {
                width: 300px; height: 370px;
                background: #FFF url(/default/includes/themes/npd2/images/hompageAssetsSprite.png) no-repeat 0 bottom;
            }/* The rest of these styles are in the npd_homepage.css file */








/* @group Layout - Header
===================================== */



/* 

Banner Wrapper 

This holds all of the banner content and ads an extra layer of customization.  The banner DIV itself sits inside the wrapper.

*/
#npd_bannerWrapper {
    width: 100%; height: 160px;
    clear: left;
    text-align: center;
    background: #FFF url(/default/includes/themes/npd2/images/bannerBG.gif) repeat-x 0 0;
    z-index: 10;
}


    /* Banner Content */
    #npd_bannerContent {
        position: relative;
        width: 960px; height: 160px;
        margin: 0 auto;
        background: transparent url(/default/includes/themes/npd2/css/site.css) no-repeat 0 0;
        z-index: 20;
    }
    
    #npd_siteLogo {
        position: absolute;
        top: 37px; left: 0; z-index: 5; 
    }
    
        #npd_siteLogo a:link, #npd_siteLogo a:active, #npd_siteLogo a:visited, #npd_siteLogo a:hover {
            display: block;
            width: 326px; height: 59px;
            text-indent: -9999px;
            background: #FFF url(/default/includes/themes/npd2/images/NorthPointDomain_logo.gif) repeat-x 0 0;
        }
        
        
    
    /* Secondary Banner Nav */
    #npd_secondaryBannerNav {
        position: absolute;
        top: 30px; right: 0; z-index: 1;
        list-style: none;
    }
    
        #npd_secondaryBannerNav li {
            float: left;
            font: normal 1.2em Verdana, Verdana, Geneva, sans-serif;
            text-decoration: none;
            color: #666;
            margin-left: 10px;
        }
        
            #npd_secondaryBannerNav li a:link, #npd_secondaryBannerNav li a:active, #npd_secondaryBannerNav li a:visited {
                text-decoration: none;
                color: #666;
            }
            
                #npd_secondaryBannerNav li a:hover {
                    text-decoration: underline;
                    color: #003366;
                }
        
        
    /* Banner Search */
    #npd_bannerSearchForm {
        position: absolute;
        top: 60px; right: 0; z-index: 1;
        display: block;
        width: 300px; height: 25px;
    }
    
        #npd_bannerSearchField {
            position: absolute;
            top: 0; left: 0; z-index: 1;
            width: 200px; height: 23px;
            border: 1px solid #CCC;
            font: normal 1.2em/25px Verdana, Verdana, Geneva, sans-serif;
            text-decoration: none;
            color: #333;
        }
        
        #npd_bannerSubmitButton {
            position: absolute;
            top: 0; right: 0; z-index: 1;
            display: block;
            width: 75px; height: 25px;
            background: transparent;    
        }
    
/* 

/* Old Below */


#header {
    position: relative;
    padding-top: 39px;
    }


#header .navUtility {
    position: absolute;
    top: 32%;
    right: 225px;
    }

/* @end Layout - Header
-------------------------------- */




/* @group Layout - Footer
===================================== */


/* 

Footer Wrapper 

This holds all of the footer content and ads an extra layer of customization.  The footer content DIV itself sits inside the wrapper.

*/
#npd_footerWrapper {
    width: 100%;
    clear: left;
    text-align: center;
    background: #32496a url(/default/includes/themes/npd2/images/footerBG.gif) repeat-x 0 0;
}


    /* Footer Content */
    #npd_footerContent {
        width: 960px;
        margin: 0 auto;
        text-align: left;
        background: transparent;
        padding-top: 30px;
    }
    
    #npd_footerListMaster {
        display: block;
        width: 960px;
        list-style: none;   
    }
    
        #npd_footerListMaster li.npd_footerContent {
            float: left;
            display: inline-block;
            width: 225px;   
        }
        
        #npd_footerListMaster li.npd_footerSpacer {
            display: inline-block;
            width: 20px;
            float: left;
        }
        
            #npd_icsFooterLogo { margin-bottom: 20px; }
        
            .npd_footerContent h3 {
                font: normal 1.2em Verdana, Verdana, Geneva, sans-serif;
                color: #FFF;
                text-decoration: none;
                margin-bottom: 20px;
            }
            
            .npd_footerContent h2 {
                font: bold 1.8em/1 Palatino Linotype, Book Antiqua, Palatino, serif;
                color: #FFF;
                text-decoration: none;
                margin-bottom: 10px;
            }
            
            
            .npd_footerLinkList {
                list-style: none;
                width: 225px;   
            }
            
                .npd_footerLinkList li {
                    margin-bottom: 10px;
                }
                
                    .npd_footerLinkList li a:link, .npd_footerLinkList li a:active, .npd_footerLinkList li a:visited {
                        font: normal 1.2em Verdana, Verdana, Geneva, sans-serif;
                        color: #FFF;
                        text-decoration: none;
                    }
                    
                        .npd_footerLinkList li a:hover {
                            color: #0188ca;
                            text-decoration: underline;
                        }

/* @end Layout - Footer
-------------------------------- */

/* @end LAYOUT
-------------------------------- */



/* @group NAVIGATION/UI
===================================== */

/* @group Nav - Breadcrumb
===================================== */

#crumbList {
    margin: 0 0 1.5em;
    }

#crumbList li {
    font-size: 1.1em;
    }

#crumbList li a:hover {
    text-decoration: underline;
    }

/* @end Nav - Breadcrumb
-------------------------------- */



/* @group Nav - Primary
===================================== */

#navPrimary {
    position: absolute;
    bottom: 0; left: 0; z-index: 1;
    display: block;
    width: 960px; height: 35px;
    list-style: none;
    background: transparent;
    }

#navPrimary li {
    float: left;
    list-style: none;
    height: 35px;
    padding: 0 15px;
    }

#navPrimary li.last {
    border: none;
    }

#navPrimary a {
    display: block;
    font: bold 1.2em/35px Verdana, Verdana, Geneva, sans-serif;
    color: #FFF;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: 2px 2px 2px #;
    filter: dropshadow(color=#, offx=2, offy=2);
}

#navPrimary li a:hover, #navPrimary li:hover, #navPrimary li.sfhover {
        color: #FFF;
        text-decoration: none;
        background: transparent url(/default/includes/themes/npd2/images/hompageAssetsSprite.png) repeat-x 0 -120px
    }

#navPrimary li:hover a, #navPrimary li li:hover a:hover, #navPrimary li.sfhover a:hover {
        color: #FFF;
        text-decoration: none;
    }
    
    /* #navPrimary li.current a, */

#navPrimary li li a:hover {
    color: #fff;
        text-decoration: underline;
    }

/* @group Nav - Primary - Dropdown
===================================== */
/* http://www.htmldog.com/articles/suckerfish/dropdowns/ */

#navPrimary li ul { /* second-level lists */
    position: absolute;
    left: -9999px;
    z-index: 10;
    width: 200px;
    list-style: none;
    background: #FFF;
    border: 1px solid #003366;
    }

#navPrimary li li { /* all list items */
    display: block;
    float: left;
    width: 200px; /* width needed for Opera */
    margin: 0 !important; padding: 5px 0;
    text-align: center;
    }

#navPrimary li li a:link, #navPrimary li li a:active, #navPrimary li li a:visited {
    display: block;
    width: 180px;
    font: normal 1.3em Verdana, sans-serif;
    color: #003366;
    text-decoration: none;
    text-transform: none;
    margin: 0 auto;
    text-align: left;
}

#navPrimary ul li.first,
#navPrimary ul li li.first { /* all list items */
    border: 0;
    }

#navPrimary li ul ul { /* third-and-above-level lists */
    margin: -1.95em 0 0 12em;
    }

#navPrimary li:hover ul ul,
#navPrimary li:hover ul ul ul,
#navPrimary li.sfhover ul ul,
#navPrimary li.sfhover ul ul ul {
        left: -9999px;
        z-index: 1001;
        background: #FFF;
    }

#navPrimary li:hover ul,
#navPrimary li li:hover ul,
#navPrimary li li li:hover ul,
#navPrimary li.sfhover ul,
#navPrimary li li.sfhover ul,
#navPrimary li li li.sfhover ul { /* lists nested under hovered list items */
        left: auto;
        background: #FFF;
    }

/* @end Nav - Primary - Dropdown
-------------------------------- */



/* @end Nav - Primary
-------------------------------- */





/* @group Nav - Secondary
===================================== */
.npd_leftColNav {
    /* float: left;
    width: 145px; */
    background-color: #FFF; 
}

    .npd_leftColNav h3 {
        width: 145px;
        border-top: 2px solid #CCC;
        text-align: center;
        padding: 5px 0;
    }
    
        .npd_leftColNav h3 a:link, .npd_leftColNav h3 a:active, .npd_leftColNav h3 a:visited {
            display: block;
            width: 125px;
            text-align: left;
            margin: 0 auto;
            font-style: normal;
            text-align: left;
            font: bold 1.3em Verdana, sans-serif;
            color: #003366;
            text-transform: uppercase;  
            text-decoration: none;
        }
            
            .npd_leftColNav h3 a:hover {
                color: #0188ca;
                text-decoration: underline; 
            }




.npd_leftColNav .navSecondary {
    list-style: none;
    height: auto;
    width: 145px;
}

.npd_leftColNav .navSecondary li {
    display: block;
    width: 145px;
    border-bottom: 1px solid #CCC;
    text-align: center;
    padding: 10px 0;
}

.navSecondary .last {
    }

.npd_leftColNav .navSecondary li.current {
    background-color: #EFEFEF;
}

.npd_leftColNav .navSecondary li ul {
    margin: .5em 0 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}



.npd_leftColNav .navSecondary li a {
    display: block;
    width: 125px;
    font: normal 1.1em Verdana, sans-serif;
    color: #666;
    text-decoration: none;
    text-align: left;
    margin: 0 auto;
    
    }
.npd_leftColNav .navSecondary li a:hover {
    color: #003366;
    text-decoration: underline;
    }



.npd_leftColNav .navSecondary li.current a {
    font-weight: bold;
    color: #003366;
    }

.npd_leftColNav .navSecondary li a strong {
    color: #003366;
    font-size: 1.1em;
}


/* @group Nav - Secondary - Second Level
===================================== */

.navSecondary li.current ul {
    }

.navSecondary li li {
    margin: 0 0 .5em 1em;
    padding: 0;
    border-bottom: none;
    list-style: none;
    line-height: 1.2em;
    }

.navSecondary li.current li a {
    font-weight: normal;
    color: #434343;
    }

/* @end Nav - Secondary - Second Level
-------------------------------- */

/* @end Nav - Secondary
-------------------------------- */




/* @end NAVIGATION/UI
-------------------------------- */



/* @group MODULES
===================================== */

/* @group Galleries
===================================== */

#svGallery {
    border-top: 2px solid #e6e6e6;
    padding-top: 1.8em;
}

#svGallery li a {
    border: 0px solid #ccc; /* Add the the total number of pixels added by borders and padding here to includes/display_objects/gallery/htmlhead/gallery.cfm */
    }


/* @end
-------------------------------- */

/* @group Calendar
===================================== */

.svCalendar table {
    margin-top: 0;
    }

.svCalendar th {
    background: #0c2846;
    vertical-align: middle;
    }

.svCalendar th a, .svCalendar th a:hover {
    background: #0c2846;
    }

.svCalendar th a:hover {
    color: #2e7aa7;
    }


.svCalendar tr.dayofweek td {
    background: #2e7aa7;
    color: #fff;
    }

.svCalendar th,
.svCalendar td {
    border: 1px solid #fff;
    }

.svCalendar td {
        background: #e9f3f7;
    }


/* @end Calendar
-------------------------------- */

/* @group Dragable Feeds */

#svRSSFeeds form {
    background: transparent;
    }

li.boxItemHeader { /* Link of items inside dragable boxes */
    color: #2e7aa7;
    padding-left: 10px;
    background: url(/default/includes/themes/npd2/images/pointer_red_sm.gif) no-repeat left .25em;
    }

a.boxItemHeader { /* Link of items inside dragable boxes */
    color: #2e7aa7;
    }

#svAddNewFeed {
    padding: 0 !important;
    background: transparent !important;
    }

#svAddNewFeed button { /* !important used to override dragable_feeds.css */
    background: #2e7aa7 !important;
    font-size: 11px !important;
    }

/* @end */



/* @group Features
===================================== */

#features {
    overflow: hidden;
    }

#features dl {
    float: left;
    clear: none;
    width: 213px;
    margin: 0 16px 0 0;
    }

#features dt {
    font-size: 2em;
    font-weight: bold;
    letter-spacing: -0.025em;
    }

#features dt a {
    color: #232323;
    }

#features dt a:hover {
    text-decoration: none;
    }

#features dd {
    font-size: 1.1em;
    }

#features dd p {
    margin: -3px 0 8px;
    line-height: 15px;
    }

#features dd a {
    font-weight: bold;
    }

#features dd.image {
    float: none;
    margin: 0 0 1.7em;
    position: relative;
    }

#features dd.image img {
    /* recommended size: */
    /*width: 213px;*/
    /*height: 120px;*/
    }


/* @end Features
-------------------------------- */


/* @group Home Feeds
===================================== */

.home .sidebar .svIndex h3 {
    display: block;
    padding: 0 1em;
    margin-bottom: 1em;
    line-height: 40px;
    font-size: 1.2em;
    text-transform: uppercase;
    color: #fff;
    background: #ff3405;
    }

.home .sidebar .svIndex dl {
    margin: 0 1.5em 1em;
    padding: 0 0 .5em;
    border-bottom: 1px solid #d6d6d6;
    }

.home .sidebar .svIndex dl.last, .home .sidebar .svIndex dl:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    }

.home .sidebar .svIndex dt {
    margin: 0 0 .5em;
    padding: 0;
    font-size: 1.3em;
    font-weight: normal;
    line-height: 1.3;
    }

.home .sidebar .svIndex dt.releaseDate {
    margin: 0 0 3px;
    font-size: 1em;
    text-transform: uppercase;
    color: #979797;
    }

.home .sidebar .svIndex dd {
    margin: 0 0 .25em;
    padding: 0;
    font-size: 1.1em;
    color: #434343;
    }

.home .sidebar .svIndex dd.summary {
    margin: 0 0 .5em;
    }

/*.home .sidebar .credits,
.home .sidebar .tags,
.home .sidebar .ratings,
.home .sidebar .credits {
    color: #999 !important;
    }*/

.home .sidebar .svIndex dl.hasImage .image {
    margin: 0 .5em 0em 0;
    }

.home .sidebar .svIndex dl.hasImage .image img {
    width: 50px;
    }

.home .sidebar .svIndex dd p {
    margin: 0;
    padding: 0;
    line-height: inherit;
    }

.home .sidebar .svIndex span.readMore a {
    display: none;
    }

/* @end Home Promo Feeds
-------------------------------- */

/* @group Indexes
===================================== */

.svIndex {
    width: 100%;    
}

.svIndex dl {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    text-align: left;
    }
    
    .svIndex dl a {
        color:#003366;
        display:block;
        font: 1.4em Verdana,sans-serif;
        margin:0 auto;
        text-align:left;
        text-decoration:none;
    }
    
    .releaseDate {
        font-size: 1.2em;
        line-height: 2;
        color: #666;
        text-decoration: none;  
    }
    
    /* 
        This is the head style for the local index being used on the news pages
    
        Keep these styles below the rest
    */
    
    /* .svSyndLocal  dl.first {
        border: none;
        margin: 0; padding: 0;
    }
    
    .svSyndLocal  dl.first a {
        color:#000000;
        font:3em "Palatino Linotype","Book Antiqua",Palatino,serif;
        margin-bottom:20px;
        text-decoration:none;
    } */
    
    
    
.sidebar .svIndex dl {
    margin: .5em 0;
    padding: .5em 0 .5em;
    }

.svIndex dl.hasImage {
        /*padding-left: 90px;
        min-height: 90px; Both set dynamically in dsp_feed.cfm & dsp_portal.cfm*/
        position: relative;
        }

.sidebar .svIndex dl.hasImage {
    min-height: 0;
    padding-left: 0;
    }

.svIndex dl.hasImage .image {
        float: none;
        }

.sidebar .svIndex dl.hasImage .image {
    display: none;
    }

.content .svIndex {
    margin-top: 2em;
    }

.content .svIndex dt {
    font-size: 1.6em;
    margin-bottom: .5em;
    }

/* .svIndex dt.releaseDate {
    color: #777;
    margin-bottom: .5em;
    font-size: 1em !important;
    } */

.svIndex dd {
    line-height: 1.2;
    }

.svIndex dd.image {
    position: absolute;
    top: 0;
    left: 0;
    }

/* @group Ratings */

.content .svIndex dd.credits,
.content .svIndex  dd.comments,
.content .svIndex  dd.tags,
.content .svIndex  dd.rating {
    line-height: 20px; /* acommodate height of stars */
    }

div.stars a {
    width: 14px;
    height: 13px;
    background: transparent url(/default/includes/themes/npd2/images/rater/stars.png) no-repeat;
}

.zero { background-image: url(/default/includes/themes/npd2/images/rater/star_zero.png); }
.one { background-image: url(/default/includes/themes/npd2/images/rater/star_one.png); }
.onehalf { background-image: url(/default/includes/themes/npd2/images/rater/star_onehalf.png); }
.two { background-image: url(/default/includes/themes/npd2/images/rater/star_two.png); }
.twohalf { background-image: url(/default/includes/themes/npd2/images/rater/star_twohalf.png); }
.three { background-image: url(/default/includes/themes/npd2/images/rater/star_three.png); }
.threehalf { background-image: url(/default/includes/themes/npd2/images/rater/star_threehalf.png); }
.four { background-image: url(/default/includes/themes/npd2/images/rater/star_four.png); }
.fourhalf { background-image: url(/default/includes/themes/npd2/images/rater/star_fourhalf.png); }
.five { background-image: url(/default/includes/themes/npd2/images/rater/star_five.png); }

/* @end */

/* @group Slideshow
===================================== */

.svSlides dl {
    border: 0;
    margin: 0;
    }
    
.svSlides dl.hasImage { /* padding-left & min-height set dynamically in /display_ojects/feedslideshow/htmlhead/slideshow.jquery.cfm */
    position: relative;
    }
    
.home .svSlideshow {
    position: relative;
    width: 627px;
    overflow: hidden;
    padding: 30px 30px 10px;
    margin: 0 0 2.2em;
    color: #b4dffa;
    background: #102e50 url(/default/includes/themes/npd2/images/bg-hero.jpg) no-repeat !important;
    border: 0;
    }

.home .svSlides {
    position: relative;
    border: 0;
    z-index: 1;
    padding: 0;
    margin: 0 !important;
    /* min-height set dynamically in /display_ojects/feedslideshow/htmlhead/slideshow.jquery.cfm */
    }

.home .svSlides dl {
    /* Height set dynamically in /display_ojects/feedslideshow/htmlhead/slideshow.jquery.cfm */
    /*position is set by jquery.slidshow plugin */
    width: auto !important;
    padding-bottom: 0;
    margin-right: 0;
    border: 0;
    font-size: 1em;
    background: transparent !important; /*for IE 6/7*/
    }

.home .svSlides dt {
    margin-bottom: .35em !important;
    font-size: 2.6em !important;
    font-weight: bold;
    letter-spacing: -0.025em;
    line-height: 1;
    color: #fff;
    }

.home .svSlides dt.releaseDate {
    color: #abdffa;
    font-size: 11px !important;
    font-weight: normal;
    margin-bottom: .5em !important;
    }

.home .svSlides dt a {
    color: #fff;
    }

.home .svSlides dd {
    margin-bottom: 1.1em;
    letter-spacing: -0.025em;
    font-size: 1.4em !important;
    line-height: 1.2em;
    padding: 0;
    }

.home .svSlides dd.image { 
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    float: none;
    padding: 0;
    border: 3px solid #1c5981;
    }

.home .svSlides dd.image img {
    display: block;
    }

.home .svSlides .readMore {
    float: left;
    }

.home .svSlides .readMore a {
    font-size: 11px !important;
    font-weight: bold;
    color: #fff;
    height: 2.1em;
    line-height: 2.1em;
    border: none;
    padding: 0 1em;
    display: block;
    width: 60px;
    text-align: left;
    padding-right: 22px;
    margin-top: .75em;
    background: #2e7aa7 url(/default/includes/themes/npd2/images/arrows_white.gif) no-repeat 6.8em 50%;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;
    }

.svPager {
    text-align: center;
    line-height: 2;
    }

.home ol.svPager { /* width set dynamically in /display_ojects/feedslideshow/htmlhead/slideshow.jquery.cfm */
    /* width: #pagerWidth#; */
    position: relative;
    z-index: 2;
    text-align: center;
    margin: 10px 0;
    padding: 0;
    list-style: none;
    }

ol.svPager li {

    }

ol.svPager a {
    color: #fff;
    background: #0c243a;
    outline: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    }

ol.svPager li.activeLI a,
ol.svPager a:hover {
    background: #ff3405;
        text-decoration: none;
    }



/* @end Slideshow
-------------------------------- */

/* @end Indexes
-------------------------------- */


/* @group Session Tools
===================================== */

#svSessionTools p#welcome {
    font-weight: bold;
    color: #ff3405;
    }

/* @end Session Tools
-------------------------------- */


/* @group User Tools - Categories
===================================== */

#svCategories li {
    margin: 0;
    padding: 0;
    }

#svCategories li a {
    margin: 0;
    padding: 0;
    }

/* @end User Tools - Categories
-------------------------------- */


/* @group User Tools - Favorites
===================================== */

#favoriteList li {
    margin: 0;
    padding: 0;
    font-size: 1.1em;
    }

#favoriteList li a {
    margin: 0;
    padding: 0;
    }

/* @end User Tools - Favorites
-------------------------------- */

/* @end MODULES
-------------------------------- */


/* This is the Text Resizer --------- */
     #npd_textControl {
        float: right;
        height: 30px;
    }
    
    .npd_textresizer {
        float: right;
        display: block;
        height: 30px;
    }
        
        .npd_textresizer li {
            float: left;
            height: 30px;
            padding-right: 10px;
        }
        
        .npd_textresizer p {
            font-size: 1.1em;
            text-decoration: none;
            line-height: 30px;
            
            /* Styles below will be over written by the Customize.css */
            color: #666;
        }
        
        .npd_textresizer a:link, .npd_textresizer a:active, .npd_textresizer a:visited {
            font-size: 1.1em;
            text-decoration: none;
            line-height: 30px;
            padding: 2px;
            
            /* Styles below will be over written by the Customize.css */
            color: #666;
        }
        
            .npd_textresizer a.npd_textresizer-active {
                text-decoration: underline;
            }
            
            /* Styles below will be over written by the Customize.css */
            .npd_textresizer a:hover {
                text-decoration: underline;
                color: #003366;
            }

/* Page Control ---------------------------------------------------------------------------------------------------- */




            
        
/* EOF */


/* News Styles */

.sysNews h1, .sysBusiness h1, .sysTechnology h1, .sysCaseStudies h1, .sysSpecialty h1, .sysClinical h1, .sysIndustrySpotlight h1, .sysClinicalHighlights h1, .sysIndepth h1, .sysIcSciencesProfessionalServices h1 {
    color: #000000;
    font: normal 3em "Palatino Linotype", "Book Antiqua", Palatino,serif;
    margin-bottom: 20px;
    text-decoration: none;  
}



.sysNews #npd_contentMain_3col #npd_contentColumn_noStyles h3 {
    color: #003366;
    font: bold 1.8em/1.3em "Palatino Linotype", "Book Antiqua", Palatino,serif;
    text-decoration: none;  
}

.sysNews #npd_contentMain_3col #npd_contentColumn_noStyles h3 a {
    color: #003366;
    font-size: 1em;
    text-decoration: none;  
}
    
    .sysNews #npd_contentMain_3col #npd_contentColumn_noStyles h3 a:hover {
        color: #003366;
        font-size: 1em;
        text-decoration: underline; 
    }

/* Portal Nav for News Page */

.sysNews .navLinkPortal, #npd_contentColumn_noStyles .navSecondary {
    width: 485px;   
    margin-bottom: 20px;
}


.sysNews .navLinkPortal li, #npd_contentColumn_noStyles .navSecondary li {
    display: block;
    width: 485px;
    border-bottom: 1px solid #CCC;
    text-align: center;
    padding: 10px 0;
}


.sysNews .navLinkPortal li a, #npd_contentColumn_noStyles .navSecondary li a {
    display: block;
    width: 485px;
    font: normal 1.2em Verdana, sans-serif;
    color: #003366;
    text-decoration: none;
    text-align: left;
    margin: 0 auto;
    
    }
.sysNews .navLinkPortal li a:hover, #npd_contentColumn_noStyles .navSecondary li a:hover {
    color: #0066CC;
    text-decoration: underline;
    }


.sysNews .topLink:link, .sysNews .topLink:visited, active {
    color:#98AF1B;
    float:right;
    font-size:1.2em;
    text-decoration:none;
}

    .sysNews .topLink:active, .sysNews .topLink:hover {
        text-decoration: underline;
    }
    
    
/* Twitter Feed Links */


    
/* Individual styles for news pages */




/* Universal Link Styles */

.npd_linkOne:link, .npd_linkOne:active, .npd_linkOne:visited {
    font: normal 1.2em Arial, Helvetica, sans-serif;
    color: #003366;
    text-decoration: none;  
}

    .npd_linkOne:hover {
        text-decoration: none;  
    }
    

/* Modal test for e-care plans --------- */

/* modal Link */
.modalInput {
    display: inline-block;
    width: 55px; height: 55px;
    float: right;
    margin: 10px;
}

/* the overlayed element */
.simple_overlay {
    
    /* must be initially hidden */
    display:none;
    
    /* place overlay on top of other elements */
    z-index:10000;
    
    /* styling */
    background-color:#FFF;
    
    width:1000px;   
    min-height:500px;
    border: 3px solid #CCC;
    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    
    box-shadow: 5px 5px 10px #666;
    -moz-box-shadow: 5px 5px 10px #666;
    -webkit-box-shadow: 5px 5px 10px #666;
    
}

/* close button positioned on upper right corner */
.simple_overlay .close {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    height: 20px;
    width: 20px;
    font: bold 14px sans-serif;
    background: #FFF url(/default/includes/themes/npd2/css/close.jpg) no-repeat 0 0;
}

.sysCareersAtNorthpointDomain #npd_contentColumn p img, .sysOurMissionAndValues #npd_contentColumn p img {
    float: left;
    margin: 0 10px 0 0;
}


/* Styles for New News Page ---------- */

#npd_newsSlideshow {
    position: relative;
    width: 960px; height: 560px;
    background: #FFF url(/default/includes/themes/npd2/images/newsTabsSprite.gif) no-repeat 0 0;
}

/* container for slides */
.npd_newsSlideContainer {
    position:relative;  
    width: 760px; height: 560px;
    float: right;
    cursor: pointer;
    background: transparent;
}

/* single slide */
.npd_newsSlide {
    display: none;
    position: absolute;
    top: 0; left: 0;
    width: 760px; height: 560px;
    text-align: center;
}

.npd_newsContent {
    width: 720px; height: 520px;
    margin: 20px auto;
    text-align: left;   
}
    .npd_newsContent div {
        /* margin-top: 30px; */ 
    }

        .npd_newsContent h3 {
            color:#000000;
            font: normal 3em/2 "Palatino Linotype","Book Antiqua",Palatino,serif;
            text-decoration: none;  
        }
        
        .npd_newsContent h4 {
            color:#003366;
            font: normal 1.8em "Palatino Linotype","Book Antiqua",Palatino,serif;   
            text-decoration: none;  
        }
    
        .npd_newsContent p {
            color:#666;
            font: 1.2em/1.5 Verdana, sans-serif;    
            text-decoration: none;
            margin-bottom: 20px;    
        }
        
        /* Styles for twitter feed on the news page */
        .npd_newsContent .jta-tweet-list-item {
            border-bottom:1px solid #CCCCCC;
            margin-bottom:20px;
            padding-bottom:20px;
            text-align:left;
        }
            
            .npd_newsContent .jta-tweet-list-item .tweet-text {
                color:#003366;
                display:block;
                font:1.4em Verdana,sans-serif;
                margin:0 auto;
                text-align:left;
                text-decoration:none;
            }
            


/* Controls */
#npd_newsSlideControls {
    display: block;
    width: 200px; height: 560px;
    float: left;
    background-color: transparent;  
}

/* tabs (those little circles below slides) */
.npd_newsSlideTabs {
    display: block;
    width: 200px; height: 490px;
    list-style: none;
}

    .npd_newsSlideTabs li {
        display: block;
        width: 200px; height: 70px;
    }

/* single tab */
.npd_newsSlideTabs a {
    display: block;
    width: 200px; height: 70px;
    background: transparent url(/default/includes/themes/npd2/images/newsTabsSprite.gif) no-repeat 0 -630px;
    text-align: center; 
    text-decoration: none;
}
    
    .npd_newsSlideTabs a em {
        display: block;
        width: 180px;
        margin: 0 auto; padding-top: 14px;
        text-align: left;
        font: normal normal bold 11px/1.5 verdana, sans-serif;
        color: #999;
        text-decoration: none;
        text-transform: uppercase;  
    }
    
    .npd_newsSlideTabs a strong {
        display: block;
        width: 180px;
        margin: 0 auto;
        text-align: left;
        font: normal normal bold 18px "Palatino Linotype", "Book Antiqua", Palatino, serif;
        color: #003366;
        text-decoration: none;  
    }

/* mouseover state */
.npd_newsSlideTabs a:hover strong {
    color: #0066CC;      
}

.npd_newsSlideTabs a:hover em {
    color: #666;      
}

/* active state (current page state) */
.npd_newsSlideTabs a.current {
    background: transparent url(/default/includes/themes/npd2/images/newsTabsSprite.gif) no-repeat 0 -560px; 
    outline: none;
}   


/* prev and next buttons */
.npd_newsSlideTabs .forward, .npd_newsSlideTabs .backward {
    background-color: #999;
    display: inline-block;
    width: 20px; height: 20px;
    cursor:pointer;
    float: left;
    text-indent: -9999px;
}

/* next */
.npd_newsSlideTabs .forward:hover       { background: #CC0000; }
.npd_newsSlideTabs .forward:active      { background: #0066CC; } 


/* prev */
.npd_newsSlideTabs .backward:hover          { background: #CC0000; }
.npd_newsSlideTabs .backward:active     { background: #0066CC; }

/* disabled navigational button. is not needed when tabs are configured with rotate: true */
.disabled {
    visibility:hidden !important;       
}

/* call to action button */

.npd_callToAction:link, .npd_callToAction:active, .npd_callToAction:visited {
    display: inline-block;
    height: 25px;
    background: transparent url(/default/includes/themes/npd2/images/callToActionButtonSprite.gif) no-repeat 0 0;
    
    font-size: 1.1em;
    font-weight: bold;
    line-height: 25px;
    color: #FFF;
    text-decoration: none;
}

    .npd_callToAction em {
        display: inline-block;
        height: 25px;
        font-style: normal;
        margin-left: 20px;
        padding-right: 20px;
        padding-left: 5px;
        background: transparent url(/default/includes/themes/npd2/images/callToActionButtonSprite.gif) no-repeat right -25px
    }
    
    .npd_callToAction:hover {
        background: transparent url(/default/includes/themes/npd2/images/callToActionButtonSprite.gif) no-repeat 0 -50px;
    }
    
        .npd_callToAction:hover em {
            background: transparent url(/default/includes/themes/npd2/images/callToActionButtonSprite.gif) no-repeat right -75px;
        }
        
        .mastPanes .npd_callToAction {
            margin: 0 15px;
        }
    
