/* BEGIN LEFT COLUMN PROFILE */
h1 {
	margin: 0 0 12px 0;
	font-size: 18px;
	color: #2678a7;
	border: none;
}
h3 {
	margin-top: 20px !important;
	font-size: 18px;
}
#contentContainer {
	padding-right: 15px;
	width: 950px;
}
#contentLeftColumn {
	width: 690px;
}
.main-info .column {
	float: left;
	width: 550px;
}
.main-info .column:first-child {
	margin-right: 15px;
	width: 125px;
}
.areas-of-research {
	margin: 20px 0;
	padding: 12px;
	font-size: 12px;
	background: #fbfafa;
	color: #333;
	border: #d2d2d2 1px solid;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.overview-publications {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: #D2D2D2 1px solid;
}
/* END LEFT COLUMN PROFILE */
/* BEGIN RIGHT COLUMN PROFILE */
#contentRightColumn {
	width: 235px;
}
.right-column-box {
	margin-bottom: 20px;
	padding: 13px 16px 15px 16px;
	width: 201px;
	border: #d2d2d2 1px solid;
}
.right-column-box h3 {
	margin-top: -4px !important;
}
.right-column-box.contact {
	width: 203px;
	background: #f3f3f3;
	border: none;
}
.right-column-box.research-information {
	padding-left: 0;
	padding-right: 0;
	width: 233px;
	background: #f2f7f9;
}
.research-information .research-information-header {
	border-bottom: #d2d2d2 1px solid;
}
.research-information .research-information-header h3 {
	margin-bottom: 9px;
	padding-left: 16px;
}
.research-information .research-information-logos {
	padding: 18px 16px 0 16px;
}
.right-column-box a.research-information {
	display: block;
	margin-top: 18px;
	width: 175px;
	height: 30px;
	background: url(/images/faculty/research-information-sprite.png) left top no-repeat;
}
.right-column-box a.research-information:first-child {
	margin-top: 0;
}
.right-column-box a.research-information.expert {
	height: 23px;
	background-position: left -31px;
}
.right-column-box a.research-information.pubmed {
	height: 27px;
	background-position: left -57px;
}
.right-column-box a.research-information:hover {
	text-decoration: underline;
	opacity: 0.8;
	-moz-opacity: 0.8;
	-webkit-opacity: 0.8;
}
/* END RIGHT COLUMN PROFILE */
.areas-of-research,
.overview-publications p,
.overview-publications ul,
.overview-publications ol,
.right-column-box, 
.right-column-box p {
	line-height: 1.6;
}
/* BEGIN OVERVIEW/PUBLICATIONS EDITOR - LEAVE IN FOR ADMIN POPUP */
body#overviewPublications {
	margin-left: 3px;
}
#tableContainer {
	width: 770px;
	margin-top: 15px;
	background-color: #FFF;
	margin-left: auto;
	margin-right: auto;
}
#tableContainer table {
	background-color: #FF;
}
#tableContainer table .altRowColor {
	background-color: #d4d4d4;
}
#tableContainer table td.nameHeader h2 {
	margin-left: 10px;
	border: none;
}
#tableContainer table td.editHeader h2 {
	margin-right: 10px;
	border: none;
}
#tableContainer table textarea {
	width: 100%;
	height: 350px;
}
#tableContainer table textarea.addTitle {
	width: 100%;
	height: 295px;
}
#tableContainer table input[type="text"] {
	width: 100%;
	margin: 10px 0;
	padding: 6px;
	border: 1px solid #D2D2D2;
}
/* END OVERVIEW/PUBLICATIONS EDITOR - LEAVE IN FOR ADMIN POPUP */


/* Begin News Releases */
.news-box{
	border-bottom: #2678a7 3px solid;
	border-left: #d2d2d2 1px solid;
	border-right: #d2d2d2 1px solid;
	
}

.news-box .news-box-header{
	background: url(/images/faculty/newspaper.jpg) no-repeat;
	background-position: calc(100% - 20px) bottom;
	background-color: #2678a7;
	/*background: #2678a7;*/
	margin-bottom:15px;
}

.news-box .content,
.news-box .more{
	width: 205px;
	margin: auto;
}

.news-box .content{
	border-bottom: 1px solid #d2d2d2;
}

.news-box .content p{
	padding-top:5px;
}
.news-box .content p:first-child{
	padding-top:0;
}

.news-box .content a{
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}

.news-box .content a:hover{
	color: #222222;
	text-shadow: 1px 1px 3px #cccccc;
}

.news-box .more{
	padding-top:8px;
}

.news-box .more a{
	font-weight: bold;
	text-decoration: none;
}

.news-box-header h3{
	padding:8px 15px;
	margin:0;
	color:white;
}
/* End News Releases */