@charset "utf-8";
/* CSS Document */

@import url("phase2base.css");
h1.publicationsHeader {
	background: url(img/bg_publicationsHeader.jpg);
	text-align: left;
	text-indent: -999em;
	float: left;
	height: 169px;
	width: 980px;
}
h1.subProgrammesHeader {
	background: url(img/bg_programmesHeader.jpg) no-repeat 0px 0px;
	text-align: left;
	text-indent: -999em;
	float: left;
	height: 169px;
	width: 980px;
}
.pubContentCol2 {
	float: left;
	width: 708px;
}

.pubContentCol2 h1 {
	font-size: 21px;
	color: #003e86;
	margin-top: 36px;
}
.pubContentCol2 h1 span {
	font-size: 14px;
	line-height: normal;
	font-weight: normal;
	color: #494949;
}

.pubContentCol2 h2 {
	font-size: 18px;
	margin-top: 14px;
}
.pubContentCol2 h3 {
	font-size: 15px;
	margin-top: 14px;
}
.pubContentCol2 h4 {
	font-size: 13px;
	margin-top: 14px;
}
.pubContentCol2 h5 {
	font-size: 11px;
	margin-top: 14px;
}
.pubContentCol2 h6 {
	font-size: 9px;
	margin-top: 14px;
}


.pubContentCol2 p {
	font-size: 14px;
	line-height: 20px;
	margin-top: 14px;
	clear: left;
}
.pubContentCol2  ul, .pubContentCol2 ol {
	margin-top: 14px;
	margin-right: 24px;
	margin-left: 24px;
	font-size: 14px;
}
.pubContentCol2 ul li ul {
	margin-top: 0px;
}

.pubContentCol2 ul li {
	padding-left: 0px;
	list-style: disc;
	margin-top: 4px;
	margin-left: 12px;
}
.pubContentCol2 ul li ul li {
	list-style: circle url(none);
	margin-left: 0px;
}

.pubContentCol2 ol li {
	list-style: decimal;
	margin-left: 18px;
	margin-top: 4px;
}
.breadcrumbs {
	width: 75%;
}
.fontsize {
	width: 25%;
}
.overviewPublications {
	width: 100%;
	margin-top: 14px;
	height: 300px;
}
.publicationPreview {
	text-align: center;
	float: left;
	width: 177px;
	height: 300px;
	overflow: hidden;
}
.publicationPreview  a img {
	border: 1px solid #494949;
}
.publicationPreview a:hover img {
	border-color: #BE2817;
}
.publicationPreview p {
	font-size: 11px;
	margin-top: 4px;
	margin-right: 8px;
	margin-left: 8px;
	line-height: 13px;
}
.pubDetails {
	float: left;
	width: 708px;
	padding-bottom: 14px;
	margin-top: 0px;
}
.pubDetails h1 {
	margin-top: 14px;
}
.pubDetailsLeft {
	float: left;
	width: 220px;
	margin-top: 14px;
}
.pubDetailsRight {
	float: left;
	width: 488px;
	position: relative;
}
.pubDetailsRight  ul  {
	margin-left: 0px;
}
.pubSearchBar {
	padding-top: 4px;
	padding-bottom: 4px;
	border-top: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
	margin-top: 8px;
	text-align: right;
}
.pubSearchBar label {
	font-size: 12px;
	font-weight: bold;
	margin-right: 8px;
	line-height: 24px;
}
.pubSearchBar input.text {
	font-size: 12px;
	margin-right: 8px;
	border: 1px solid #999999;
}
.pubListBox {
	width: 100%;
	margin-top: 8px;
}
.pubListBox .publicationPreview {
	margin-top: 20px;
}
.pubOverviewText {
	margin-top: 14px;
	float: left;
	width: 100%;
}
#shareBox {
	width: 60px;
	position: absolute;
	top: 14px;
	right: 0px;
	text-align: right;
}
#shareBox   a.share_link  {
	background: url(img/icon_share.png) no-repeat left center;
	font-size: 12px;
	text-decoration: none;
	line-height: 16px;
	display: block;
	height: 16px;
	width: 60px;
	float: left;
}
#shareBox a.share_link:hover {
	text-decoration: none;
}
