@IMPORT url("sidemenu.css");

body {
	background-color: #ffffff;
	color: #000000;
	width: 100%;
	padding: 0;
	margin: 0;
	font-size: 9pt;
	font-family: helvetica, "trebuchet MS", arial, sans-serif;
}

h1 {
	font-size: 11pt;
	color: #006666;
	padding: 4px;
	background: #eef5f5;
	border: 1px solid #bfbfbf;
	margin: 5px 0px 10px 0px;
	font-weight: bold;
	position: relative;
}

h2 {
	font-size: 10pt;
	color: #1f1f1f;
	padding: 0;
	background: #ffffff;
	border-top: 0px;
	border-right: 0px;
	border-left: 0px;
	border-bottom: 1px solid #d9dadc;
	margin: 25px 0px 5px 0px;
	font-weight: bold;
}

pre {
	display: block;
}

a:link,a:visited {
	color: #006666;
	text-decoration: none;
}

a:hover,a:active {
	color: #e33e3e;
	text-decoration: none;
	cursor: pointer;
}

.centered {
	text-align: center;
}

#ebi_skipNavigation {
	display: none;
}

/* Layout */
#headerDiv {
	position: relative;
	left: 0px;
	top: 0px;
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 55px;
	border: 0;
	background-color: #207a7a;
	z-index: 3;
}

* html #headerDiv {
	z-index: 2; /* Only read by IE 6 */
}

* :first-child+html #headerDiv {
	z-index: 2; /* only read by IE 7 */
}

#headerDiv iframe {
	position: absolute;
	height: 55px;
	width: 100%;
	z-index: 2;
}

#ebi_footerBox {
	width: 100%;
	height: 22px;
	z-index: 2;
	vertical-align: top;
	padding: 0;
	clear: both;
	border-top: 1px solid #bfbfbf;
}

#ebi_footerBox iframe {
	height: 22px;
	width: 100%;
	z-index: 2;
	margin: 0;
	border: 0;
}

#ebi_contents {
	min-height: 600px;
	min-width: 766px;
	padding: 0;
	margin: 10px 0px;
	z-index: 2;
	position: relative;
	zoom: 1;
	width: 100%;
}

#ebi_leftContent {
	width: 12.8em;
	min-height: 590px;
	height: 100%;
	float: left;
	margin: 0;
	padding: 0px;
	margin: 0;
	display: none;
}

#ebi_mainContent {
	padding: 2px 7px 10px 8px;
	margin: 0px;
	min-height: 590px;
	height: 100%;
	position: relative;
	border-left: 1px solid #dedede;
	border-right: 1px solid #dedede;
	width: 60em;
}

div#ebi_contents.left #ebi_leftContent {
	display: block;
}

div#ebi_contents.left #ebi_mainContent {
	margin-left: 12.8em;
	width: 50em;
}

div#ebi_contents.fluid #ebi_mainContent {
	width: auto;
	border-right-width: 0px;
}

/* Bread Crumbs */
.ebi_breadcrumbs {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ebi_breadcrumbs li {
	display: inline;
	margin: 0;
	padding: 0;
	font-size: 8pt;
	color: #999999;
	background-color: #ffffff;
}

.ebi_breadcrumbs a {
	padding: 1px 0 0 12px;
	margin: 0;
	height: 14px;
	text-align: left;
	background: #ffffff
		url(http://www.ebi.ac.uk/inc/images/bread_arrow2.gif) top left
		no-repeat;
}

.ebi_breadcrumbs li:first-child a {
	padding: 2px 0 0 0px;
	margin: 0;
	height: 14px;
	text-align: left;
	background: #ffffff;
}

.ebi_breadcrumbs a:link,.ebi_breadcrumbs a:visited {
	color: #999999;
	text-decoration: none;
}

.ebi_breadcrumbs a:hover,.ebi_breadcrumbs a:active {
	color: #e33e3e;
	text-decoration: underline;
}

/* Box with icon */
.ebi_iconBox {
	text-decoration: none;
	text-align: left;
	margin: 0;
	padding: 0;
	border: 1px solid #BFBFBF;
	min-width: 13em;
	width: auto;
}

.ebi_iconBox h2 {
	width: auto;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 3px;
	height: auto;
	line-height: normal;
	vertical-align: middle;
	border: 0;
	border-bottom: 1px solid #BFBFBF;
	background: url(http://www.ebi.ac.uk/inc/images/head_blue2c.gif) top
		right no-repeat;
}

.ebi_iconBox p {
	text-decoration: none;
	text-align: left;
	border: 0;
	margin: 0;
	padding: 3px;
	width: auto;
	background: url(http://www.ebi.ac.uk/inc/images/head_blue3b.gif) top
		right no-repeat;
}

/* */
.ebi_note {
	background-color: #EDF5EA;
	border: 1px solid #D9DADC;
	padding: 10px;
}

/* */
.ebi_warning,.ebi_warning a {
	color: #E33E3E;
	font-weight: bold;
}

.center {
	text-align: center;
}

dl.ebi_definitionBox {
	padding: 0;
	margin: 7px 5px;
	border: 1px solid #bfbfbf;
	font-size: 8pt;
	display: block;
	-moz-box-shadow: 0px 1px 3px #aaa;
	-webkit-box-shadow: 0px 1px 3px #aaa;
	box-shadow: 0px 1px 3px #aaa;
}

dl.ebi_definitionBox dt {
	padding: 4px;
	margin: 0;
	color: #1f1f1f;
	background: url(http://www.ebi.ac.uk/inc/images/head_blue2d.gif) right
		bottom repeat-x;
	font-weight: bold;
	border-bottom: 1px solid #bfbfbf;
	display: block;
	position: relative;
	left: 0;
	right: 0;
}

dl.ebi_definitionBox dd {
	padding: 4px;
	margin: 0;
	background: url(http://www.ebi.ac.uk/inc/images/head_blue3b.gif) top
		right no-repeat;
	display: block;
}

dl.ebi_definitionBox dd a {
	text-decoration: underline;
}