/* CSS Document */

/* HTML tags */
body {
	background-color: #A0C3DA;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #5F5C5C;
	font-size: 10pt;
}

a {
	color: #427E93;
	text-decoration: underline;
}


img { border: none; }


#page-outer-ctnr {
	width: 800px;
	margin: 0 auto;
}


/* Header styles */

#header {
	width: 100%;
	margin: 0 auto;
	background: #FFFFFF;
}

#header #logo {
	width: 800px;
}

#header #nav {
	width: 500px;
}

/* Main table */

table#content-outer-ctnr {
	display: table;
	border-collapse: collapse;
	width: 100%;
	/* background: #EBF1E4 url('/images/genomedical_flowerbg.gif') top right no-repeat; */
	background: #EBF1E4 url('/images/vert_rule.gif');
}

table#content-outer-ctnr td {
	vertical-align: top;
}

table#content-outer-ctnr td.left {
	width: 500px;
}

table#content-outer-ctnr td.right {
	background-position: 20px 20px;
	width: 300px;
}


/* Info (left) side */
#content-info-ctnr {
	margin: 2em 0 10px 2em;
	padding: 0 2em 0 0;
	width: 430px;
	overflow: hidden;
	/* border-right: 1px solid #999999; */
}

#content-info-ctnr h1,
#content-info-ctnr h2
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #999999;
}

#content-info-ctnr h1 {
	font-size: 2em;
	margin: 0;
}

#content-info-ctnr h2 {
	font-size: 1.2em;
	margin: 0.5em 0;
	font-weight: bold;
}

#content-info-ctnr p {
	font-size: 0.9em;
	margin: 0 0 1em 0;
	line-height: 1.5em;
}


/* Subnav (right) side */
table#content-outer-ctnr td.right {
	background: url(../images/genomedical_flowerbg.gif) top right no-repeat;
}

#content-subnav-ctnr {	
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 4em 0 0 0;
}

#content-subnav-ctnr p {
	margin-left: 1em;
}

#content-subnav-ctnr a {
	color: #427E93;
}

#metree-ctnr {
	position: relative;
	font-size: 0.9em;
}

#metree-ctnr #metree-panel {
	padding: 82px 0 1em 0;
	border-top: 5px solid #B4CB97;
	border-bottom: 5px solid #B4CB97;
	width: 100%;
	background: #FFFFFF;
	opacity: 0.5;
	filter:alpha(Opacity=50);
}

#metree-ctnr #metree-panel a {
	color: #023E53;
}

#metree-ctnr #metree-logo {
	left: 1em;
	top: 1em;
	position: absolute;
}

/* Footer */
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0.5em 0;
	color: #FFFFFF;
}

#footer a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Tooltips */

.tooltip
{
	color: #427E93;
	text-decoration: underline;
}

.tooltip-header,
.tooltip-body
{
	width: 350px;
	padding: 5px;
	cursor: pointer;
	border: 1px solid #abb1a4;
}

.tooltip-header {
	background: #abb1a4;
	font-weight: bold;
	color: white;
}

.tooltip-body {
	background: #F2F7EA;
	color: black;
}

