@charset "utf-8";
@charset "utf-8";
/* Custom styles for "Publications" section */

#mainnav a:hover, #mainnav a:active, #mainnav a:focus , #mainnav a.thispage{
	text-decoration: none;
	background-color: #445699;
	color: #FFFFFF;
}

footer {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2%;
	background-color: #445699;
	color: #FFFFFF;
	clear: left;
	font-family: Helvetica, Arial;
	font-style: normal;
	font-weight: 100;
	font-size: small;
}

a:link, a:visited {
	color: #445699;
}

a:hover, a:active, a:focus {
	color: #5F7AD9;
	text-decoration: none;
}


/* Styles required for expandable info boxes */

.expandable-box {
    width: 100%;
    position: relative;
    min-height: 100px;
    overflow: hidden;
    margin-bottom: 10px;
	margin-top: 10px;
	border-style: solid;
	border-width: 5px;
	border-color: #FFFFFF;
} 
 
.expandable-box-heading {
    width: auto;
    cursor: pointer;
    min-height: 50px;
    clear: both;
    position: relative;
	background-color: #FFFFFF;
	padding: 10px 10px 15px 10px;
}

.expandable-box-heading h2 {
    font-size: 18px;
	color: #445699;
    line-height: 21px;
	text-align: left;
	margin-top: 6px;
	margin-bottom: 9px;
	margin-right: 15px;
}

.expandable-box-heading h2:hover {
    color: #5F7AD9;
}

.expandable-box-content {
    padding: 0px 10px 0px 10px;
	border: 0px;
    margin-top: -999px;
}

.expandable-box-content p {
    padding: 4px 0px 6px 0px;
	margin: 0px;
}

.expandable-box-content p:first-child  {
    padding-top: 10px;
}

.expandable-box-content p:last-child {
    padding-bottom: 15px;   
}

 .expandable-box-content img {
	display: block;
	margin: auto;
	padding: 10px;
	max-width: 90%;
	max-height: 150px;
}

.icon-expand {
    width: 15px;
    height: 15px;
    position: absolute;
    background-image: url(../images/icon_expand_pub.png);
    right: 10px;
	top: 10px;
	opacity: 0.5;
}

.icon-expand:hover {
	opacity: 1.0;
}

.header-active {
	background-color: #F3F6F9;
}

.active-box {
	border-style: solid;
	border-width: 5px;
	border-color: #E7ECF6;
}

.paper-type {
	font-size: 11px;
	color: #666666;
	font-family: Helvetica, Arial;
	text-align: left;
	text-transform: uppercase;
	font-style: normal;
	font-weight: 300;
	margin: 0px;
}

.paper-authors {
	text-align: left;
	font-weight: 300;
	margin: 0px 0px 3px 0px;
}

.paper-citation {
	text-align: left;
	margin: 0px;
}

.paper-abstract {
	color: #666666;
	font-size: 14px;
}

.paper-doi {
	font-size: 14px;
	text-align: left;
	margin: 0px;
	padding-top: 5px;
}