body {
	margin: 0;
	padding: 0;
	background: url(images/bg01.jpg);
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #5A554E;
}

h1, h2, h3 {
	margin: 0;
}

h1, h2 {
	font-weight: normal;
}

h1 {
	font-size: 32px;
}

h2 {
	font-size: 24px;
}

p, ol, ul, dl {
	margin-top: 2px;
	margin-bottom: 2px;
	text-align: justify;
	line-height: 1.5;
}

ul {
	list-style: square;
}

strong {
	color: #4A3E29;
}

a {
	color: #506C00;
}

a:hover {
	text-decoration: none;
}

a.active {
/*  font-weight: bold;*/
  color: red;
}

a img {
	border: 0;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	margin: 0 auto;
}

img.alignleft {
	margin: 0 27px 0 0;
}

img.alignright {
	margin: 0 0 0 27px;
}

img.border {
	padding: 4px;
	border: 1px solid #E9E4D8;
}

.icon {
  margin: 0px;
  margin-top: 3px;
  margin-left: 2px;
  padding: 0px;
  float: left;
}

/* Boxes */
.alertbox {
  width: 800px;
  float: center;
  text-align: left;
  margin: 6px auto;
  padding: 6px;
  border-radius: 8px;
  border: 4px solid #E90000;
  background: #FFFFFF;
}

.alertbox_600 {
  width: 600px;
  float: center;
  text-align: left;
  margin: 6px auto;
  padding: 6px;
  border-radius: 8px;
  border: 2px solid #E90000;
  background: #FFEEEE;
}

/* Wrapper */

#wrapper {
	background: url(images/bg02.jpg) repeat-x;
}

.container {
	width: 1000px;
	margin: 0 auto;
}

.container_wide {
	width: 1250px;
	margin: 0 auto;
}

.clearfix {
	clear: both;
}

.tracker {
  display: none;
}

/* Header */

#header {
	height: 211px;
	background: url(images/bg04.jpg);
}

/* Logo */

#logo {
	float: left;
	width: 340px;
	height: 211px;
}

#logo h1, #logo p {
	line-height: 1;
}

#logo h1 {
	padding: 100px 0 0 38px;
	letter-spacing: px;
	font-size: 34px;
	color: #FFFFFF;
}

#logo h1 sup {
	font-size: 18px;
	font-weight: normal;
}

#logo h2 {
	padding: 2px 0 0 40px;
	font-size: 12px;
	letter-spacing: 0px;
	color: #FFFFFF;
}

#logo p {
	padding: 0 0 0 50px;
	font-size: 13px;
	color: #F8AB80;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

#logo a:hover {
  text-decoration: underline;
}

#logo h1 a {
	color: #FFFFFF;
}

#logo p a {
	color: #F8AB80;
}

/* Banner */

#banner {
	float: right;
	width: 460px;
	height: 118px;
	padding: 93px 25px 0 0;
}

/* Menu */

#menu {
	height: 76px;
	background: url(images/bg04.jpg) no-repeat 0 -211px;
}

/* Menu Navigation */
/* see also: http://www.ourtuts.com/create-a-drop-down-navigation-menu-with-html5-and-css3/ */

ul#navigation {
	height: 65px;
  width: 950px;
	margin: 0 25px;
  padding: 9px 0 0 0px;
	background: url(images/bg05.jpg);
	list-style: none;
	line-height: 1;
	position:relative;
	float:left;
	text-transform: lowercase;
	letter-spacing: -1px;
	font-size: 18px;
	color: #FFFFFF;
}

ul#navigation li {
  float: left;
	height: 35px;
  padding: 15px 8px 0px 8px; /* change 2nd and 4th element */
	position:relative;
}

ul#navigation li a {
	text-decoration: none;
	color: #FFFFFF;
}

ul#navigation li:hover{
	text-decoration: underline;
}

ul#navigation li.active {
	background: url(images/bg06.jpg) no-repeat;
}

/* Drop-Down Navigation */
ul#navigation li:hover > ul {
	visibility:visible;
	opacity:1;
}

ul#navigation ul {
	list-style: none;
  margin: 0;
  padding: 0px 0px 0px 0px;
  top: 40px;
  left: 5px;
  font-size: 16px;
  text-align: left;
  width: 130px;
  position: absolute;
  z-index: 99999;
  visibility:hidden;
  opacity:0;
	-webkit-transition:opacity 0.2s linear, visibility 0.2s linear; 
	-moz-transition:opacity 0.2s linear, visibility 0.2s linear; 
	-o-transition:opacity 0.2s linear, visibility 0.2s linear; 
	transition:opacity 0.2s linear, visibility 0.2s linear; 	
}

ul#navigation ul li {
  background: url(images/bg05.jpg);
	width: 100%;
  height: 100%;
  padding: 5px;
  padding-bottom: 4px;
	border: 0 none;
	color: #FFFFFF;
}

/* Top Bar */

#top-bar {
	background: url(images/bg04.jpg) no-repeat 0 -287px;
}

#top-bar a {
	text-decoration: none;
	color: #809064;
}

#top-bar a.active {
  text-decoration: underline;
  /*background: url(images/bg06.jpg) no-repeat;*/
}

#top-bar a:hover {
	text-decoration: underline;
}

/* Bar */

.bar {
	height: 38px;
	margin: 0 25px;
	background: url(images/bg07.jpg);
}

.bar .text {
	float: left;
	/* padding: 11px 0 0 25px; */
	padding: 9px 0 0 25px;
	font-size: 16px;
	color: #809064;
}

/* Page */

#page {
	background: url(images/bg03.jpg) repeat-y;
}

/* Content */

#content {
	float: left;
	width: 950px;
	padding: 0 25px 0 25px;
	background: url(images/bg04.jpg) no-repeat 0 -335px;
}

#content_wide {
	float: left;
	width: 1200px;
	padding: 0 25px 0 25px;
	background: #FFFFFF;
}

/* Section */

.section .title, .section .date {
	padding-left: 15px;
}

.section .title {
	margin: 0;
	padding-top: 15px;
	line-height: normal;
	font-size: 32px;
	color: #5A5544;
}

.section .title a {
	text-decoration: none;
	color: #5A5544;
}

.section .entry {
	margin-left: 15px;
	padding: 0px 0;
	border-top: 1px solid #E5E1D8;
	text-align: left;
	font-size: 14px;
}

.section .entry .title {
	margin: 0;
	padding: 0;
	line-height: normal;
	font-size: 24px;
  text-align: left;
  text-decoration: underline;
	color: #5A5544;
}

.section .entry .raw_category {
  border: 2px solid #5A5544;
  padding: 5px;
  text-align: center;
  font-size: 18px;
}

/* Code */

.code {
	font: 12px Courier, Arial, Helvetica, sans-serif;
	text-align: left;
}

/* Footer */

#footer {
	background: url(images/bg10.jpg) no-repeat;
	padding: 30px 0;
}

#footer_wide {
	background: #FFFFFF;
	padding: 30px 0;
}

#footer p {
	text-align: center;
	color: #8F8B83;
}

#footer a {
	color: #8F8B83;
}

/* Table */

table.options {
  border-collapse: collapse;
  margin-top:10px;
  margin-left:auto; 
  margin-right:auto;
  vertical-align:top;
  text-align: left;
}

td.options {
  border: 0px;
  padding: 15px;
  vertical-align:top;
}

table.results {
  border-collapse: collapse;
  margin-left:auto; 
  margin-right:auto;
}

td.results {
  font-size: 12px;
  border: 1px dotted #888;
  padding: 1px 2px 1px 2px;
  text-align: center;
}

td.results_sub {
  font-size: 10px;
  padding: 1px;
  padding-left: 2px;
  padding-bottom: 5px;
  text-align: left;
 
}

td.right {
  text-align: right;
}

tr.heading {
  border-bottom: 1px solid #000;
  text-align: left;
  font-weight: bold;
}

tr.focus {
  background-color: #E2EBD6;
}

/* Plot */

.plot {
	margin: 0;
	padding: 0;
	float: left;
}

/* Uploader */

.qq-uploader { position:relative; width: 100%;}

.qq-upload-button {
    display:block;
    width: 475px; text-align:center; padding: 20px 0;
    background:#880000; color:#fff;
    outline:1px dotted black;
}
.qq-upload-button-hover {background:#cc0000;}
.qq-upload-button-focus {outline:2px dotted black;}

.qq-upload-drop-area {
    position:absolute; top:0; left:0; width:475px; height:100%; z-index:2;
    background:#FF9797; text-align:center; 
}
.qq-upload-drop-area span {
    display:block; position:absolute; top: 50%; width:100%; margin-top:-8px; font-size:16px;
}
.qq-upload-drop-area-active {background:#FF7171;}

.qq-upload-list {margin:5px 20px; padding:0; list-style:disc;}
.qq-upload-list li { margin:0; padding:0; line-height:15px; font-size:14px;}
.qq-upload-file, .qq-upload-spinner, .qq-upload-size, .qq-upload-cancel, .qq-upload-failed-text {
    margin-right: 7px;
}

.qq-upload-file {}
.qq-upload-spinner {display:inline-block; background: url("images/file_upload.gif"); width:15px; height:15px; vertical-align:text-bottom;}
.qq-upload-size,.qq-upload-cancel {font-size:14px;}

.qq-upload-failed-text {display:none;}
.qq-upload-fail .qq-upload-failed-text {display:inline;}

.qq-upload-succeeded-text {display:none;}
.qq-upload-success .qq-upload-succeeded-text {display:inline;}

/* Raw Data Slideshow Block */
.raw-block {
  clear: left;
  text-align: left;
  padding: 5px;
  height: 100px;
	border-top: 1px solid #E5E1D8;
  overflow: hidden;
}

.raw-block:hover {
	background:#DDDDDD;
}

.raw-slides {
	width: 320px;
	height: 100px;
  float: left;
  padding-right: 10px;
}

/*
.raw-slide{
	visibility: hidden;
}

.raw-slide.active{
	visibility: visible;
}
*/

ul.raw-slide {
	list-style: none;
}

.raw-block h3 {
  display: inline;
  font-size: 20px;
}

/* special scene flow detailed image result positioning stuff */

#scene_flow_container {
  position: relative;
  display: inline-block;
}

#scene_flow_image {
  position: relative;
  left: 0;
  top: 0;
}

#scene_flow_text {
  z-index: 100;
  position: absolute;
  color: white;
  font-size: 18px;
  font-weight: bold;
  left: 10px;
  top: 2px;
}

/* sub dataset overview page layout */

.subset_button {
  width:260px;
  height:110px;
  border-radius: 8px;
  box-shadow: 3px 3px 5px #444;
  overflow: hidden;
}

.subset_button:hover {
  margin-left: 5px;
  margin-top: 5px;
  box-shadow: 0px 0px 2px #444;
  cursor: pointer;
}

td.subset_td_button {
  width: 280px;
  height: 140px;
}

td.subset_td_text {
  width: 660px;
  height: 140px;
  text-align: left;
}

