/* left navigation */

#sidebarLeft ul ul li.currentFolder ul {
    border-bottom: none;
    margin-left: 10px
}

#mainContent ul.w90 li {width:90%}

#mainContent ul.clinic li {
    width: 275px;
} 
    /* Small Panels */
#SmallPanel a#Email, #SmallPanel a#Email:hover,
#SmallPanel a#Facebook, #SmallPanel a#Facebook:hover,
#SmallPanel a#Twitter, #SmallPanel a#Twitter:hover,
#SmallPanel a#Gift, #SmallPanel a#Gift:hover,
#SmallPanel a#History, #SmallPanel a#History:hover {
    float: left;
    background: url(../images/panels-sprite.png) no-repeat scroll left top;
    font-size: 0;
    padding: 0;          
    height: 84px;
    width: 180px;
}
#SmallPanel a#Email:hover { background-position: -182px top;}
#SmallPanel a#Facebook{ background-position: left -86px;}
#SmallPanel a#Facebook:hover { background-position: -182px -85px;}
#SmallPanel a#Twitter { background-position: left -170px;}
#SmallPanel a#Twitter:hover { background-position: -182px -170px;}
#SmallPanel a#Gift { background-position: left -255px;}
#SmallPanel a#Gift:hover { background-position: -182px -255px;}
#SmallPanel a#History { background-position: left -340px;}
#SmallPanel a#History:hover { background-position: -182px -340px;}

.twoColLiqLtHdr #wrapper #middle_link_block {margin-left:10px;margin-right: 10px; width: 245px}
.twoColLiqLtHdr #AsideContent h3 { font-size: 120%; font-weight: normal}

.twoColLiqLtHdr #wrapper #middle_link_block {margin-left:10px;margin-right: 10px; width: 245px}
.twoColLiqLtHdr #AsideContent h3 { font-size: 120%; font-weight: normal}

/* ----- email and profile icons ------*/

#mainContent a.link-profile,
#mainContent a.link-email {
    display: inline-block;
    padding-left: 20px;
    padding-right: 0;
    background: url(http://www.feinberg.northwestern.edu/gfx/icons/contact-icons.png) no-repeat left 0; } #mainContent a.link-email:hover, #mainContent a.link-email:active, #mainContent a.link-profile:hover, #mainContent a.link-profile:active  {
 opacity: 0.75;
}

#mainContent a.link-profile {
    background-position: 0 -22px;
}

/*---------- history timeline  --------*/
#mainContent #History p {
    background-color: #f0f0f0;
    border-top: 1px solid #CCCCCC;

    margin: 0 0 0.5em;
    padding: 15px;
    width: 95%;
}

#mainContent #History h2 {
    color: #6D6E71;
    font-family: 'Goudy Bookletter 1911',Georgia,'Times New Roman',serif;
    font-size: 2em;
    font-weight: normal;
    margin: .5em, 0, .2em, 0;
    padding: 0;
 }
    
    

#gallery, .nivo-slice {border-radius:10px;}


/*-------This section is duplicated in rwd-nm.css--------*/ 
/* accordion effect */
/*#accordion .ac-header, #accordion .detail {
    border: none;
}
#accordion .ac-header {
    display:block; 
    cursor:pointer; 
    border: 1px solid #999;
    margin-top: 5px;
    padding: 5px 10px 5px 0;
    outline:0;
    background: #f3f3f3
}
#accordion .ac-header:hover {
    background: #fff;
}
#accordion .ac-header-active {
    border-bottom: none;
    background: #fff;
}

#accordion .detail {
    border: 1px solid #999; 
    padding: 0 10px 10px 0;
    border-top: none;
}
#accordion .detail ul {
    margin-top:0;
    margin-left: 1em
}
#accordion .ac-header p.blurb, #accordion .detail {
    padding-left: 1.2em;
}
#accordion .ac-header .ui-icon {
    float:left
}*/


.ui-icon {
    background-image: url(http://www.feinberg.northwestern.edu/styles/smoothness/images/ui-icons_222222_256x240.png);
    background-repeat: no-repeat;
    height: 16px;
    width: 16px;
    display: block;
    overflow: hidden;
    text-indent: -99999px;
}
.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}
.ui-icon-triangle-1-s {
background-position: -64px -16px;
}
table.dataTable td {
    background-position: center center;
    line-height: 1.3em;
}

/*---------- home page slide show modifications ---------*/
#gallery p strong, #gallery p strong a{
font-weight: normal;
letter-spacing: 1px;
}

/*---------- faculty image web service styling ---------*/
#mainContent img.facultyPhoto {
height: 120px;
margin-bottom: 8px;
}
/*---------- table styling for residency schedule---------*/
tbody.schedule th {
font-weight:bold;
color: #520063;
text-align: center;
line-height: 1.2em;
text-transform: none;
border-bottom: 2px solid #520063;
}
/*---------- table styling for clinics---------*/
tbody.schedule th {
font-weight:bold;
color: #520063;
text-align: left;
line-height: 1.2em;
text-transform: none;
border-bottom: 2px solid #520063;
}
#mainContent tbody.schedule td ul.w260 li {
width: 260px;
}


/* Home Gallery */
.nivo-caption {
    width: auto;
    padding: 0 15px;
    bottom: 20px;
}
.nivo-caption strong {
    font-size: 130%;
    font-weight: normal;
    padding-bottom: 0;
    margin-bottom: 0;
}
#gallery a.nivo-nextNav {
    background-position: -30px 0;
    right: 20px;
}
#middle_content {
    float:left;
    width: 200px
}