/* /////////////////////////
// filename: text2.css
// authors: Christine Soh, Adam Bensle, John Bloomer
// last modified: August 12, 2009 (Christine Soh Michael)
// works with: BWH Internet Styles (styles.css)
//
// Note: these styles affect content from the research intranet
//
//////////////////////// */



/*  INVESTIGATOR PAGES FOR CANCER CENTER START */
/*.cancer_container {width:650px;}  This breaks the page.  Not sure why it's there.  Commenting it out for the time being.  11/18/08 */

.portrait {
  /*background: url(/Bri_Cancer/Images/shadow.gif) no-repeat bottom right;*/
  float:right;
  margin: 0 0 20px 20px;
  }
 
.portrait img {margin: -6px 6px 6px -6px;}
  
.name {text-align:center;}

.second_pic {
	/*background: url(http://www.brighamandwomens.org/research/Bri_Cancer/Images/shadow.gif) no-repeat bottom right;*/
	position:relative;
	left: 6px;
	float: left;
	margin: 10px 20px 20px 0; 
	}

.second_pic img {margin: -6px 6px 6px -6px;}

.third_pic, .fourth_pic  {text-align: center;}

.date {text-align:center;}

/*  INVESTIGATOR PAGES FOR CANCER CENTER END */


/*CENTER LEADERSHIP PAGES START*/
.leadership_table {
width:80%;
border: 0;
}

.leadership_table td {
width: 50%;
padding: 4px 0pt;
}

.leadership_table th {
font-size: 14px;
text-align: left;
}

/*CENTER LEADERSHIP PAGES END*/

/*DOM TEMPORARY FIX START 
Issue: Table is pulled on top of the header due to the negative margin found in styles.css.  
(e.g. http://www.brighamandwomens.org/research/Gastroenterology/Researchers_and_Staff/blumberg_richard.asp) 
10/13/08, jb319 */

#dom_profiles {
margin-bottom: 0px;
}

/*DOM TEMPORARY FIX END*/

/*For two column layouts, as seen on /resources/default.aspx */

.research-left-col {
float: left;
width: 300px;
}
.research-left-col img {
padding-right: 15px;
}
.research-right-col {
float: right;
padding-right: 0px;
width: 300px;
}
.research-right-col-centers {
float: right;
padding-right: 0px;
width: 300px;
border-left: 1px dotted #A4B5C1;
}
.research-right-col img {
padding-right: 15px;
}
#collage {
float: right;
padding-left: 42px;
padding-top: 238px;
color: #FFFFFF;
background-image: url(http://bwhbri.partners.org/admin/siteimages/center_sidebar.jpg);
background-repeat: no-repeat;
background-position: top left;
width: 185px;
line-height: 14px;
text-transform: uppercase;
text-decoration: none;
font-weight: bold;
font-size: 10px;
padding-bottom: 10px;
}
#collage a {
color: #FFFFFF;
text-decoration: none;
line-height: 14px;
}
#collage a:hover {
color: #003333;
text-decoration: none;
}
.white-link {
color: #FFFFFF;
}
.collage-title {
font-size: 11px;
text-transform: uppercase;
color: #FFFFFF;
}
.centers-left-col {
float: left;
width: 60%;
}
.centers-left-col img {
padding-left: 0px;
padding-right: 15px;
padding-bottom: 15px;
}
.centers-msk-left-col {
    float: left;
    margin-right: 25px;
    width: 55%;
}
.centers-right-col {
float: right;
width: 40%;
padding-right: 0px;
}
.center-callout {
margin-top: 0px;
font-size: 18px;
color: #226b85;
line-height: 22px;
}
.content-holder {
line-height: 150%;
}

img.projects {
   padding:0px;
border:3px solid #045f74;
}

.dottedAbove
{
   border-bottom: dotted 1px #666666;
   padding-bottom: 14px;
}

.dottedBelow
{
   padding-top: 14px;
}

#profiles h1 {
color:#018DA9;
display:inline;
font-size:14px;
font-weight:800;
}

.profilesBold {
color:#057080;
font-weight:bold;
}


.profilesGreyBkgd
{
   background-color: #E8E8E8;
}

.profilesSpacing {
   padding:16px 10px 16px 0;
}

hr.profiles {
color: #000;
background-color: #ccc;
height: 3px;
}