/* -----------------------------------------------
	Body styles
----------------------------------------------- */

body {
	background: #494949;
	margin: 0px; padding: 0px;
	font: 14px "Lucida Grande", Tahoma, Arial, sans-serif;
}


#container {
	color: #333;
	width: 860px;
	margin: 10px auto;
	padding: 7px 17px;
	position: relative;
	background: url("../images/bg_container.gif") repeat-y;
}

a { color: #468; }


.hidden { display: none; }

.small {
	color: #666;
	font-size: 85%;
}

hr {
	border: 0;
	height: 1px;
	color: #ccc;
	background-color: #ccc;
}


.bordered {
	padding: 6px;
	background: #fff;
	border: 1px solid #ddd;
}

.underlined {
	border-bottom: 1px solid #ccc;
}

.left {
	float: left;
	margin-right: 10px;
}

.right {
	float: right;
	margin-left: 10px;
}

.center {
	margin-left: auto;
	margin-right: auto;
}

.clear { clear: both; }

.identity {
	font: 11px "Lucida Grande", Tahoma, Arial, sans-serif;
}

.identity b {
	padding: 0 20px 0 0;
}

#identity,#identity img {
	margin:0;
	padding: 0;
}

i { font-size: 110%; font-family: "Lucida Grande", "Palatino Linotype", "Times New Roman", serif; }

img { border: 0; }
/* -----------------------------------------------
	The Header
----------------------------------------------- */
#header {
	margin:0;
	padding:0;
}



/* Top Navigation
----------------------------------------------- */

#unav {
	width: 300px;
	position: absolute;
	top: 15px; right: 10px;
}

#unav ul {
	float: right;
	list-style: none;
	margin: 0; padding: 0;
}

#unav li {
	float: left;
	list-style: none;
	padding-right: 5px;
}

#unav a {
	width: 16px;
	float: left;
	overflow: hidden;
	padding: 16px 0 0 0;
	height: 0px !important; 
	height /**/:16px; /* for IE5/Win only */
}



/* Menu
----------------------------------------------- */

#menu {
	margin: 0;
	margin-bottom: 5px;
	background: #4A4B4F url('../images/nav_background.gif') bottom left repeat-x;
}

#menu ul {
	padding: 0;
	height: 28px;
	z-index: 200;
	text-align: left;
	margin: 0 0 0 10px;
	list-style-type: none;
}

#menu ul ul {
	margin: 0;
}

#menu li {
	float: left;
	display: block;
	margin: 0; padding: 0;
	font: 11px "Lucida Grande", Tahoma, Arial, sans-serif;
}

#menu a, #menu span {
	margin: 0;
	color: #DDDDB9;
	display: block;
	padding: 7px 7px;
	text-decoration: none;

}

#menu a:hover, #menu li.onpath a {
	color: #fff;
}

#menu li.onpath li a {
	color: #ddddb9;
}

#menu ul ul a {
	padding: 7px 1em;
	width: 14em;
	background: none;
}

#menu ul ul li {
	padding: 0 1em 0 0;
	background-color: #4A4A4A;
	width: 15em; /* width needed or else Opera goes nuts */
}

#menu li ul {
	width: 15em;
	position: absolute;
	background-color: #4A4A4A;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#menu li ul ul {
	margin: -2em 0 0 15.5em;
}

#menu li:hover, #menu li.sfhover {
	background-color: #000;
}

#menu li:hover ul ul, #menu li.sfhover ul ul {
	left: -999em;
}

#menu li:hover ul, #menu li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul {
	left: auto;
}


/* -----------------------------------------------
	Navigation Toolbar
----------------------------------------------- */

#toolbar {
	width: 100%;
	border-bottom: 2px solid #ccc;
}


/* -----------------------------------------------
	Layout
----------------------------------------------- */


/* Top Column (ColS - where available)
----------------------------------------------- */

#colS {
	position: relative;
}

#colS h1 {
	color: #ae0c0a;
	margin: 0 10px 0 10px;
	padding: 10px 0 0 5px;
	border-bottom: 1px solid #bcb096;
}



/* Main Content Area
----------------------------------------------- */

#content {
	width: 100%;
	color: #333;
	float: left;
	line-height: 1.5em;
	margin: 0; padding: 0;
	font-family: "Lucida Grande", "Arial Unicode MS", "Palatino Linotype", Arial, sans-serif;
}

#colM {
	margin: 10px;
	padding-bottom: 10px;
}

#colR {
	width: 170px;
	position: absolute;
	top: 175px; left: 37px;
	margin: 0; padding: 0;
}



/* min-height simulation
   See: http://www.mezzoblue.com/archives/2004/09/16/minheight_fi/index.php
----------------------------------------------------------------------------- */

/* for Mozilla/Safari/Opera */
*>.min {
	padding-top: 400px;
	min-height: 1px;
}
*>.min .height {
	margin-top: -400px;
}
/* for IE, with IE5/Mac backslash filter \*/
* html .min {
	height: 400px;
}
/* end filter */


/* Footer
----------------------------------------------- */

#footer {
	color: #fff;
	clear: both;
	margin: 3px 0 0 0; padding: 0;
	background-color: #59738d;
	font: 11px "Lucida Grande", Tahoma, Arial, sans-serif;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer td {
	padding: 5px 10px;
}

/* -----------------------------------------------
	Headings
----------------------------------------------- */

h1 {
	margin: 0;
	color: #ae0c0a;
	padding: 12px 20px 2px 0;
	font: 130%/1em "Bookman Old Style", "Times New Roman", serif;
}

h2 {
	margin: 0;
	color: #ae0c0a;
	padding: 12px 20px 2px 0;
	font: 110%/1em "Bookman Old Style", "Times New Roman", serif;
}

h3 {
	margin: 0;
	color: #ae0c0a;
	padding: 12px 20px 2px 0;
	font: 100%/1em "Bookman Old Style", "Times New Roman", serif;
}



/* Curved cutout Borders
----------------------------------------------------------------------------- */
.curved {
	background: transparent; 
}

.curved .b1, .curved .b2, .curved .b3, .curved .b4 {
	display: block; 
	overflow: hidden; 
	height: 1px;
	font-size: 1px;
}

.curved .b1, .curved .b2, .curved .b3, .curved .b4 {
	background: #e1dccf; 
	border-left: 1px solid #fff; 
	border-right: 1px solid #fff;
}

.curved .b1 {
	margin: 0 4px; 
}

.curved .b2 {
	margin: 0 2px; 
}

.curved .b3 {
	margin: 0 1px;
}

.curved .b4 {
	margin: 0 1px;
}

.curved .boxcontent {
	display: block; 
	background: #e1dccf; 
	border: 0 solid #fff; 
	border-width: 0 1px;
	font-size: 13px;
}

.curved .boxcontent td {
	font-size: 13px;
}



/* Folders
----------------------------------------------------------------------------- */


#colL h3 {
	font: bold 11px "Lucida Grande", Tahoma, Arial, sans-serif;
	color: #c75320;
}

#colL h3.folder {
	margin: 10px 10px 5px 10px;
	border-bottom: 1px solid #bcb096;
}

#colL h3.plain {
	margin: 10px 10px 0 10px;
	border-bottom: none;
}




#record {
	margin-bottom: 30px;
	margin-left: 10px;
	border-bottom: #999999 dotted 1px;
	padding-bottom: 15px;
}

#record .person_label {
	font-weight: bold;
	font-size: 8pt;
}

#errorbar {
	height: 25px;
	border: 2px solid red;
	padding: 5px;
	padding-left: 20px;
	margin: 5px;
}

/* ScientistRecord  */
#ScientistRecord {
	margin-bottom: 30px;
	margin-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-bottom: 15px;
}

#ScientistRecord p {
	padding:0;
	margin:0;
}

#ScientistRecord .person_label {
	font-weight: bold;
	font-size: 8pt;
}

#ScientistRecord .label {
	font-size: 8pt;
}


/* ScientistRecord Short */
#ScientistRecordShort {
	font-size: 9pt;
	padding:0;
	margin:0;
	margin-top: 15px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	padding-top: 4px;
}

#ScientistRecordShort  p {
	padding: 0;
	margin: 0;
}

#ScientistRecordShort .name {
	font-size: 11pt;
	font-weight: bold;
}

