/*  
Theme Name: CDD Custom Wordpress Theme
Theme URI: http://www.collaborativedrug.com/
Description: This theme is based on the CDD public website design by Studio Shah.
Version: 0.1
Author: Studio Shah
Author URI: http://studioshah.com/

	CDD Custom Wordpress Theme

	This theme was designed and built by Studio Shah LLC,
	whose site you will find at http://studioshah.com/.

*/

/****************************************
 * CDD
 * Main CSS Rules
 ****************************************/
 
/****************************************
 * General Formatting
 ****************************************/
 
body {
  margin: 0;
  padding: 0;
  font-family: 'Lucida Grande', verdana, arial, helvetica, sans-serif;
  font-size: 12px;
  color: #1a1a1a;
  background-color: #f2efe6;
}

/****************************************
 * Header
 ****************************************/

#header_wrapper {
  height: 96px;
  background: #1d53bf url(/images/layout/header.gif) repeat-x top left;
}

#header {
  position: relative;
  margin: 0 auto;
  width: 950px;
  min-width: 680px;
  height: 96px;
}

#logo {
  position: relative;
  top: 17px;
}

#logo img {
  vertical-align: top;
}

#logo a:hover {
  text-decoration: none;
}

#account {
  position: relative;
  top: 15px;
  right: 165px;
  font-size: 20px;
  line-height: 1em;
  color: #fff;
}

#user {
  position: absolute;
  top: 10px;
  right: 0;
  font-size: 11px;
  color: #fff;
}

#user #user_name {
  font-weight: bold;
}

#user .separator {
  padding: 0 2px;
  color: #6488cf;
}

#user a, #user a:visited {
  color: #ffbf00;
}

#user img.icon {
  vertical-align: 0;
}

/* Main navigation */

#header .nav {
  position: absolute;
  top: 42px;
  right: 0;
  width: 350px;
  height: 53px;
  overflow: hidden;
}

#header .nav.new {
  right: 350px;
}

#header .nav ul {
  float: right;
  margin: 0;
  padding: 0;
  font-size: 13px;
  font-weight: bold;
}

#header .nav li {
  float: left;
  margin: 0 0 0 3px;
  padding: 0;
  background: none;
}

#header .nav a, #header .nav a:visited, #header .nav a:active {
  float: left;
  color: #fff;
  background-image: url(/images/layout/nav_right.gif);
  background-repeat: no-repeat;
  background-position: 100% 0;
  cursor: pointer;
}

#header .nav a:hover {
  background-position: 100% -28px;
  text-decoration: none;
}

#header .nav .current a, #header .nav .current a:hover, #header .nav .current a:visited, #header .nav .current a:active {
  background-position: 100% -56px;
  color: #000;
}

#header .nav a span, #header .nav a:visited span, #header .nav a:active span {
  float: left;
  padding: 6px 15px 0 15px;
  height: 22px;
  background-image: url(/images/layout/nav_left.gif);
  background-repeat: no-repeat;
  background-position: 0 0;
}

#header .nav a:hover span {
  background-position: 0 -28px;
}

#header .nav .current a span, #header .nav .current a:hover span, #header nav .current a:visited span, #header nav .current a:active span {
  background-position: 0 -56px;
}

/* Main navigation level 2 */

#header .nav ul ul {
  display: none;
}

#header .nav .current ul {
  display: block;
  position: absolute;
  top: 28px;
  right: -10px;
  width: 600px;
  font-size: 11px;
  font-weight: normal;
}

#header .nav .current ul li {
  margin: 0;
  float: right;
}

#header .nav .current ul a, #header .nav .current ul a:visited, #header .nav .current ul a:active, #header .nav .current ul a:hover {
  padding: 6px 10px 0 10px;
  height: 19px;
  color: #0060bf;
  background: url(/images/layout/subnav_separator.gif) no-repeat top right;
}

#header .nav .current ul a:hover {
  color: #bf7000;
}

#header .nav .current ul .current a {
  color: #000;
  font-weight: bold;
}

/* Miscellaneous navigation links (e.g. files, tools) */

#miscNav {
  position: absolute;
  top: 70px;
  left: 0;
}

#miscNav ul {
  margin: 0;
  padding: 0;
  font-size: 11px;
  font-weight: bold;
}

#miscNav li {
  float: left;
  margin: 0;
  padding: 0;
  background: none;
}

#miscNav span {
  float: left;
  padding: 6px 5px 0 0;
  height: 21px;
}

#miscNav a:hover {
  text-decoration: none;
}

#notice {
  margin: 0;
  padding: 0;
}

.global_message { 
  margin: 0px;
  color: #662;
  background-color: #FF8;
  padding: 10px 0px;
  border-bottom: 2px solid #CC4;
  }

.notice {
  background: url(/images/layout/icons/information.png) no-repeat 8px 0.5em #ff8;
}

.notice div {
  margin-left: 20px;
}

.global_message div {
  width: 90%;
  margin: 0 auto;
}

.global_message div div {
  width: auto;
  margin-left: 2em;
}

.green_notice { 
  margin: 0px;
  color: #3c801a;
  background-color: #ddffcc;
  padding: 10px 0px;
  border-bottom: 2px solid #b8e5a1;
  }

.green_notice div {
  width: 90%;
  margin: 0 auto;
}

#global_error { 
  margin: 0px;
  color: #790303;
  background-color: #ffdedf;
  padding: 10px 0px;
  border-bottom: 2px solid #ffccca;
  font-weight: bold;
}

#global_notice div, #global_error div {
  width: 90%;
  margin: 0 auto;
}

/****************************************
 * Footer
 ****************************************/

#footer {
  clear: both;
  margin: 0 auto;
  padding: 8px 0 0 0;
  width: 950px;
  min-width: 680px;
  height: 50px;
  font-size: 11px;
  color: #99958a;
}

#footerNav {
  float: left;
}

#copyright {
  float: right;
}

/****************************************
 * Content Layout
 ****************************************/

#wrapper {
  float: left;
  padding: 25px 0;
  width: 100%;
  background: #fff;
  border-bottom: 2px solid #e5e0cf;
}

#content {
  margin: 0 auto;
  width: 950px;
  min-width: 785px;
}

#main {
  float: left;
  margin: -10px 0 0 0;
  padding: 14px 16px 0 0;
  width: 70%;
  background: url(/images/layout/content_shadow.gif) no-repeat top right;
}

* html #main {
  position: relative;
  top: -10px;
  margin-top: 0;
}

#secondary {
  float: right;
  width: 26%;
}

.section {
  clear: both;
  margin: 0 0 30px 0;
}

/* Announcement */

.announcement {
  margin: 0px 0 10px 0;
  border: 2px solid #feb;
  padding: 5px;
  background: #ffc;
  color: #000;
}

.announcement .details {
  padding: 10px 10px 0 10px;
}

.announcement .details h2 {
  margin: 0 0 10px 0;
  font-weight: bold;
  color: #000;
}

.announcement .details ul li {
  font-size: 12px !important;
}

/* Page header */

#page_header {
  clear: left;
  position: relative;
  margin: 0 0 20px 0;
  padding: 12px 0 10px 0;
  border-bottom: 2px solid #c3d7e5;
  background: #e6f0fa;
}

#page_header h1 {
  margin-left: 15px;
}

#page_header h1 .extended {
  font-size: 12px;
  line-height: 25px;
  font-weight: normal;
  color: #607080;
}


#breadcrumb {
  margin: 0 0 3px 15px;
  font-size: 11px;
}

#breadcrumb .separator {
  padding: 0 2px;
  color: #ccc;
}

#object_data {
  margin: 0 15px;
  float: right;
}

#object_data li {
  margin: 2px 0;
  padding: 0;
  background: none;
  font-size: 11px;
  color: #a3b1bf;
  text-align: right;
}

#object_data .value {
  color: #738699;
}

/* Page header tabs */

#page_header_tabs {
  float: left;
  padding: 0 0 0 2%;
  width: 98%;
  font-size: 11px;
}

#page_header_tabs a,
#page_header_tabs a:visited {
  float: left;
  white-space: nowrap;
  margin: 0 0 0 3px;
  padding: 5px 10px 6px 10px;
  background: #d6d6d6;
  border-right: 1px solid #c2c2c2;
}

#page_header_tabs a:hover {
  background: #0060bf;
  color: #fff;
  border-color: #0060bf;
  text-decoration: none;
}

#page_header_tabs a.selected,
#page_header_tabs a.selected:visited,
#page_header_tabs a.selected:hover {
  margin-top: -3px;
  padding: 7px 10px 7px 10px;
  border-right: 1px solid #c3d7e5;
  border-bottom: none;
  background: #e6f0fa;
  font-weight: bold;
  color: #333;
  text-decoration: none;
}

#page_header_tabs a.published,
#page_header_tabs a.published:visited {
  background: #ddd;
}

#page_header_tabs a.published:hover {
  background: #c70;
  border-color: #c70;
}

#page_header_tabs a.published.selected,
#page_header_tabs a.published.selected:visited,
#page_header_tabs a.published.selected:hover {
  border-right: 1px solid #FFCF40;
  background: #FFEFBF;
  color: #333;
}

/* Secondary navigation */

.secondary_navigation ul {
  float: left;
  margin: 0 0 30px 0;
  padding: 0;
  width: 100%;
}

#secondary .secondary_navigation li {
  margin: 0 0 1px 0;
  padding: 0;
  background: none;
  font-size: 12px;
}

* html #secondary .secondary_navigation li {
  float: left;
  width: 100%;
}

.secondary_navigation a, .secondary_navigation a:visited, .secondary_navigation a:active {
  display: block;
  padding: 8px 10px;
  background: #e6f0fa;
  color: #0060bf;
}

.secondary_navigation a:hover {
  background: #0060bf;
  color: #fff;
  text-decoration: none;
}

.secondary_navigation .active a, .secondary_navigation .active a:hover, .secondary_navigation .active a:visited {
  background: #eee;
  color: #333;
  font-weight: bold;
}

.secondary_navigation a.no_border, .secondary_navigation a:visited.no_border, .secondary_navigation a:active.no_border {
  padding: 0px;
}

/* Secondary content column on Wordpress blog pages */

#blog_secondary {
  float: right;
  width: 26%;
}

#blog_secondary h2 {
  margin: 0 0 9px 0;
  padding: 0 0 9px 0;
  font-size: 13px;
  font-weight: bold;
  color: black;
  background: url(/images/layout/dots_h.gif) repeat-x bottom left;
  clear: both;
}

#blog_secondary h3 {
  clear: both;
  margin: 0 0 10px 0;
  font-size: 12px;
}

#blog_secondary p {
  margin: 0 0 10px 0;
  font-size: 11px;
}

#blog_secondary li {
}

#blog_secondary #secondary_navigation ul {
  float: left;
  clear: both;
  margin: 0 0 0px 0;
  padding: 0;
  width: 100%;
}

#blog_secondary #secondary_navigation li {
  float: left;
  width: 100%;
  margin: 0 0 20px 0;
  padding: 0;
  background: none;
  clear: both;
  font-size: 11px;
}

#blog_secondary #secondary_navigation li li {
  margin: 0 0 1px 0;
}


* html #blog_secondary #secondary_navigation li li {
  float: left;
  clear: both;
  width: 100%;
  clear: both;
}

#blog_secondary #secondary_navigation li li a, #blog_secondary #secondary_navigation li li a:visited, #blog_secondary #secondary_navigation li li a:active {
  display: block;
  clear: both;
  padding: 8px 10px;
  background: #e6f0fa;
  color: #0060bf;
}

#blog_secondary #secondary_navigation li li a:hover {
  background: #0060bf;
  color: #fff;
  text-decoration: none;
}

#blog_secondary #secondary_navigation li li.active a, #blog_secondary #secondary_navigation li li.active a:hover, #blog_secondary #secondary_navigation li li.active a:visited {
  background: #eee;
  color: #333;
  font-weight: bold;
}

/* Widget styling */

#calendar h2.widgettitle {
  display: none;
}

#calendar table caption {
  padding: 0 0 10px 0;
  font-size: 13px;
  font-weight: bold;
}

#calendar a {
  padding: 0;
  background-color: #fff;
  text-decoration: underline;
}

/****************************************
 * Content Styles
 ****************************************/

/* Text */

h1 {
  margin: 0;
  font-size: 22px;
  font-weight: bold;
}

h2 {
  margin: 0 0 15px 0;
  font-size: 18px;
  font-weight: normal;
}

.section h2 {
  margin: 30px 0 15px 0;
  padding: 0 0 8px 0;
  color: #608020;
  background: url(/images/layout/dots_h.gif) repeat-x bottom left;
}

h3 {
  margin: 0 0 15px 0;
  font-size: 13px;
  font-weight: bold;
}
 
ul { position: relative; }

ul {
  margin: 0 0 15px 0;
  padding: 0;
  list-style: none;
}

ol {
  margin: 0 0 15px 0;
}

li {
  margin: 7px 0;
}

ul { position: relative; }

div.auto_complete ul li {
  background: none;
}

ul li {
  padding: 0 0 0 20px;
  background: url(/images/layout/bullets/dot.gif) no-repeat 10px 0.5em;
}

ul ul li {
  background: url(/images/layout/bullets/dash.gif) no-repeat 10px 0.6em;
}

ul ul ul li {
  background: url(/images/layout/bullets/arrow.gif) no-repeat 10px 0.5em;
}

li h3 {
  margin: 0 0 5px 0;
}

p {
  margin: 0 0 15px 0;
  line-height: 1.4em;
}

td p, th p {
  margin: 0;
}

/* protocol description, run conditions, research summary, ... */
p.description {
  margin: 0 0 15px 0;
  line-height: 1.4em;
}

abbr {
  border-bottom: 1px dotted #999;
}

.disabled {
  color: #ccc;
}

.details {
  color: #888;
  font-size: 80%;
}

.separator {
  padding: 0 3px;
  font-size: 9px;
  vertical-align: 1px;
  color: #ccc;
}

.numeric {
  text-align: right;
}

.name, .nowrap {
  white-space: nowrap;
}

.symbol {
  font-family: symbol;
  font-style: italic;
}

.caption {
  margin: 10px 0;
  font-size: 11px;
  line-height: 1.3em;
  color: #999;
}

.edit_section {
  font-size: 11px;
  font-weight: normal;
}

sup {
  font-size: 8px;
}

/* Links */

a {
  color: #0060bf;
  text-decoration: none;
}

a:hover {
  color: #bf7000;
  text-decoration: underline;
}

a:visited {
  color: #0060bf;
}

a:active {
  color: #0060bf;
  text-decoration: none;
}

a.action:visited {
  color: #0060bf;
}

/* Images */

img {
  border: none;
}

img.icon {
  margin: 0 2px 0 0;
  vertical-align: -3px;
}

img.photo {
  border: 1px solid #eee;
  padding: 4px;
}

a:hover img.photo {
  background-color: #0060bf;
}


/* From default WordPress theme, needed so images in posts show up as they do in the post editor */

img.alignright {
  padding: 4px;
  margin: 0 0 2px 7px;
  display: inline;
}

img.alignleft {
  padding: 4px;
  margin: 0 7px 2px 0;
  display: inline;
}

img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

/* Captions */

.aligncenter,
div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}


/* Tables */

table, thead, tbody, tr, th, td {
  margin: 0;
  padding: 0;
  border: none;
  text-align: left;
  border-collapse: collapse;
}

table {
  margin: 0 0 15px 0;
  border: 1px solid #dedede;
  border-top: none;
}

th, td {
  padding: 7px 10px 10px 9px;
  vertical-align: top;
  border-top: 1px solid #dedede;
}

thead th, tfoot td, tfoot th {
  background: #dedede;
  font-size: 13px;
  vertical-align: bottom;
  border: none;
}

thead th.sorted {
  background: #ccc;
}

thead th.sorted a, thead th.sorted a:visited {
  color: #1a1a1a;
}

.odd, .odd td, .odd th {
  background: #fff;
}

.even, .even td, .even th {
  background: #f2f2f2;
}

.warning {
  color: red;
}

/* Forms */

/* .editor_cancel is for InPlaceEditor */
a.editor_cancel {
  margin: 0 0.5em;
}
a.cancel, a.editor_cancel {
  color: red;
}

div.inline { display: inline; }
form .label { font-weight: bold; }

.inline .fieldWithErrors { display: inline; }

td div.fieldWithErrors {
    display: inline;
}

.fieldWithErrors input, .fieldWithErrors textarea {
  background-color: #ffdedf;
}

#form_errors, .form_errors {
  color: red;
  width: 100%;
  text-align: center;
  padding: 5px;
}

.formError {
  color: red;
}

.in_place_edited_field {
  margin-right:1em;  
}

form {
  margin: 0;
  padding: 0;
}

.right_submit {
  float: right;
}

fieldset {
  float: left;
  margin: 0;
  padding: 15px 0 6px 0;
  width: 100%;
  border: none;
  background: #f2f2f2;
  border-bottom: 1px solid #dedede;
}

fieldset.inline {
  float: none;
  display: block;
  width: 60%;
  margin-bottom: 10px;
  border: 1px solid #dedede;
}

fieldset.row1 {
  background: #fff;
}

table.group_details, .group_details td, .group_details th {
  border: none;
}

.spinner {
  float: right;
}


/* Next three used for protocol definition/run conditions/plate attributes styles,
   may need more explicit css selector to disable unwanted cascading
*/

table.definitions, .definitions td, .definitions th {
  border: none;
}

form dt {
  clear: both;
  float: left;
  margin: 0 0 10px 0;
  padding: 1px 0 0 0;
  width: 29%;
  text-align: right;
  font-size: 13px;
  font-weight: bold;
}

form dt span {
  font-size: 10px;
  font-weight: normal;
}

form dd {
  clear: right;
  float: right;
  margin: 0 0 10px 0;
  padding: 0;
  width: 69%;
  font-size: 12px;
}

form table {
  margin: 0;
  width: 100%;
  border: none;
  background: #f2f2f2;
}

form table td.label {
  font-weight: bold;
  margin: 0 0 10px 0;
  padding: 10px 0px;
  width: 29%;
  text-align: right;
}

form table td.static_value {
  vertical-align: bottom;
}

form table td {
  border: none;
  margin: 0 0 10px 0;
  width: 69%;
  vertical-align: top;
}

form table th {
  border: none;
}

.inline_form fieldset {
  width: 60%;
  padding: 15px 0px 6px 0px;
}

.inline_form dt {
  width: 19%;
}

.inline_form dd {
  width: 79%;
}

.input-radio {
  vertical-align: -0.15em;
}

.input-checkbox {
  vertical-align: -4px;
}

.input_text, .editor_field, select, textarea {
  padding: 2px;
  border: 1px solid #ccc;
  font-family: 'Lucida Grande', verdana, arial, helvetica, sans-serif;
  font-size: 12px;
}

.input_submit, .editor_ok_button {
  font-size: 12px; 
  font-weight: bold;
}

.editor_ok_button {
  margin: 0 0.5em;
}

#new_hit_definition_form #form_errors{
  text-align: left;
}

#new_hit_definition_form #form_errors h2{
  color: red;
}

.full {
  width: 95%;
}

.help {
  font-weight: normal;
  font-size: 11px;
}

.help dt {
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 5px;
}

.help dd {
  margin-left: 7px;
}

.help_button {
  vertical-align: text-bottom;
}

.form-submit {
  float: left;
  padding: 8px 2%;
  width: 96%;
  background: #dedede;
}

.form-submit img { float: left; }
.form-submit .buttons { float: right; }

textarea.resizable {
  width: 100%;
}

/* Secondary text */

#secondary h2 {
  margin: 0 0 9px 0;
  padding: 0 0 9px 0;
  font-size: 13px;
  font-weight: bold;
  color: black;
  background: url(/images/layout/dots_h.gif) repeat-x bottom left;
}

#secondary h3 {
  margin: 0 0 10px 0;
  font-size: 12px;
}

#secondary p {
  margin: 0 0 10px 0;
  font-size: 11px;
}

#secondary li {
  font-size: 11px;
}

#secondary ul li {
  margin: 5px 0;
}

/* Structure editor */

.structure_editor {
  border: 1px solid #ccc;
  background: #fff;
}

/* Replies */

.reply {
  margin: 0 0 20px 0;
}

#secondary .reply h3 {
  margin: 0 0 5px 0;
}

.reply p {
  line-height: 1.25em;
}

.reply_date {
  float: right;
  color: #999;
}

.new_reply textarea {
  width: 100%;
  margin: 0 0 10px 0;
}

/****************************************
 * Mine
 ****************************************/

/* Search interface */

.date-picker-icon {
  position: relative;
  top: 3px;
  margin: 0 2px 0 -22px;
}

.filter_drop_down {
  margin: 5px 0; 
}

/* Results interface */

#search_results {
  position: relative;
  clear: both;
  float: left;
  margin: 20px 0;
  width: 100%;
}

#search_results h2 {
  color: #000;
  margin: 0 0 15px 0;
  padding: 0 0 10px 0;
  background: url(/images/layout/dots_h.gif) repeat-x bottom left;
}

#mine-results-setSize {
  position: absolute;
  top: 0;
  right: 0;
}

.search_results_navigation {
  float: left;
  width: 100%;
  margin: 0 0 10px 0;
}

.search_results_navigation .which_results_shown {
  float: left;
}

.search_results_navigation .pages {
  float: right;
}

.pages .current, .pages a {
  font-weight: bold;
}

#search_results table {
  clear: both;
  margin: 0 0 10px 0;
  width: 100%;
}

.void {
  color: #b3b3b3;
}

.void a {
  color: #8fa7bf;
}

/****************************************
 * Public Site
 ****************************************/

/* General */

body.public {
  background: #f2efe6 url(/images/layout/header_public.gif) repeat-x top left;
}

.public #header {
  height: 85px;
}

.public #logo {
  top: 17px;
}

.public #main h2 {
  color: #608020;
}

.public #secondary {
  color: #666;
}

.public #secondary h2 {
  color: #222;
}

.disabled_link {
  color: #0060bf;
  text-decoration: none;
}

/* Login */

#login {
  position: relative;
  margin: 50px 0 80px 0;
  height: 102px;
  width: 470px;
  font-size: 10px;
  background: #f2efe6;
  text-align: left;
  border: 2px solid #e5e0cf;
}

#login_username {
  position: absolute;
  top: 30px;
  left: 60px;
  width: 140px;
}

#login_password {
  position: absolute;
  top: 30px;
  left: 206px;
  width: 135px;
}

#login label {
  display: block;
  margin: 0 0 4px 0;
  text-indent: -1px;
}

#login .input_text {
  font-size: 11px;
  padding: 1px;
  width: 131px;
  background: #dde5f5;
  border: 1px solid #738bcf;
}

#login #login_username .input_text {
  width: 136px;
}

#login_submit {
  position: absolute;
  bottom: 37px;
  left: 348px;
  font-size: 11px;
  overflow: visible;
  padding: 0 .25em;
  width: 50px;
}

center #events {
  width: 55%;
  margin: 0 0 20px 0;
  text-align: left;
}

#reset_password{
  margin-top: 30px;
  margin-left: 100px;
}

#reset_password input, #reset_password label{
  margin-left: 5px;
}

#reset_password input{
  font-size: 11px;
}

/* Public navigation */

.public #header .nav {
  width: 800px; 
  padding-top: 10px;
}


/* Homepage */

#index #page_header {
  padding: 25px;
  min-height: 236px;
  height: auto;
}

* html #index #page_header {
  height: 132px;
}

#index #page_header img {
  float: right;
  margin: 0 -15px 0 7px;
}

#index #page_header h1 {
  margin: 0 0 10px 0;
  font-size: 18px;
  font-weight: normal;
  color: #607080;
}

#index #page_header p {
  color: #607080;
  font-size: 14px;
}

#index #page_header h3 {
  margin-bottom: 0;
}

#index #page_header h1 strong {
  color: #4c5966;
}

#mission-cdd {
  font-size: 19px;
  font-weight: bold;
  color: #333;
}

#more_info {
  position: relative;
  width: 100%;
  margin: 0 0 0px 0;
}

#more_info h2 {
  margin: 0 0 10px 0;
  padding: 0;
  color: #33322e;
  background-image: none;
  font-weight: bold;
}

#more_info h3 {
  clear: both;
}

#more_info p {
  margin: 0;
  color: #66635c;
}

#more_info .date {
  margin: 10px 0 0;
}

#column-left {
  width: 65%;
}

#column-right {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 35%;
  background-color: #f2f2f2;
}


#product_teasers {
  position: relative;
  width: 100%;
  margin: 0 0 0px 0;
}

#product_teasers-left_column {
  width: 34%;	
}

#product_teasers-middle_column {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  margin-left:34%;
  width: 33%;
}

#product_teasers-right_column {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 33%;	
}

#product_teaser-archive {
  margin: 0 26px 0 0;
  padding: 15px 20px;
  background-color: #f2efe6;
}

#product_teaser-mine {
  margin: 0 24px 0 -4px;
  padding: 15px 20px;
  background-color: #f2efe6;
}

#product_teaser-collaborate {
  margin: 0 22px 0 -2px;
  padding: 15px 20px;
  background-color: #f2efe6;
}

#events {
  margin: 20px 22px 0 0;
  padding: 15px 19px;
  background-color: #f2f2f2;
}

#events h3 {
  margin: 0;
}

#news {
  margin: 0;
  padding: 15px 19px;
  font-weight: normal;
}

.next_steps {
  line-height: 20px;
  margin-bottom: 0;
}


/* Product info */

.info-screenshot {
  float: right;
  margin: 0 0 0 20px;
}

h2 .extended {
  font-size: 12px;
}

/* Homepage videos */

.video {
  width: 160px;
  margin: 0 8px 25px 0;
  padding: 0;
  float: left;
}

.video.last {
  margin-right: 0;
}

.video p {
  margin: 10px 0 0 0;
}

/**************************************/
/* Runs */
/**************************************/

#readouts th {
  text-align: center;
}

#readouts td {
  text-align: right;
}

#readouts tr.form_errors td {
  text-align: center;
}

/* =================== */
/* = Sortable tables = */
/* =================== */

th.sortable a, th.sorted a {
  background-position: bottom right;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
}

th.sortable a {
  background-image: url(/images/layout/sort/off.gif);
}

th.ascending a {
  background-image: url(/images/layout/sort/up.gif);
}

th.descending a {
  background-image: url(/images/layout/sort/down.gif);
}


/* =================== */
/* = Sortable lists = */
/* =================== */

ul.sortable li {
  background: none;
  margin: 1em;
}

ul.sortable img {
  margin: 0pt 2px 0pt 0pt;
  vertical-align: -1px;
  cursor: move;
}

/***************************
 * Collaborate
 ***************************/

#page_header.published {
  background-color: #FFEFBF;
  border-bottom: 2px solid #FFBF00;
}

#page_header.published h1 {
  margin-bottom: 5px;
}

#page_header h3 {
  line-height: 20px;
}

.published_label {
  color: #BF8330;
}

div.published_label {
  margin: 0 0 5px 15px;
}
 
#data_sets h3 {
  margin: 0 0 5px 0;
}

#data_sets .caption {
  margin: 0;
}

/* ============ */
/* = Z factor = */
/* ============ */

ul.z_factors {
  margin: 0;
}

ul.z_factors li {
  margin: 0;
  padding: 0;
  background: none;
}

/****************************************
 * Miscellaneous
 ****************************************/

#skipnav {
  position: absolute;
  top: -1000em;
  left: -1000em;
}

.clear { clear: both }

.error {
  color: red;
  font-size: 13px;
  font-weight: bold;
  padding-bottom: 15px;
}

#virgin_territory {
  margin-top: -20px;
  text-align: center;
}

#virgin_territory .header {
  clear: left;
  position: relative;

  margin: 0 0 10px 0;
  padding: 12px 0 10px 0;
  color: #662;
  background-color: #FF8;
  border-bottom: 2px solid #CC4;

  text-align: center;
}

#virgin_territory .header h2 {
  color: #0060bf;
  margin-bottom: 5px;
}

#virgin_territory .header p {
  margin-bottom: 0;
}

/****************************************
 * Balloon 
 ****************************************/

.info_popup p {
  margin-top: 2px;
  margin-bottom: 2px;
  padding-right: 15px;
}

#balloon div h2 {
  padding-right: 1em;
}

#balloon #contents {
  background: #fff;
}

.user_details_group {
  font-size: 12px;
}

/****************************************
 * Dashboard
 ****************************************/

.dashboard_overview {
  margin: 0;
  width: 100%;
  border: none;
}

.dashboard_overview td {
  border: none;
  border-bottom: 1px solid #f2f2f2;
  background: #fff;
  padding: 5px;
}

.dashboard_overview .what {
  width: 70px;
  padding: 0 5px 0 0;
}

.dashboard_overview .what span {
  display: block;
  color: #fff;
  padding: 6px;
  font-size: 10px;
  text-align: right;
}

.dashboard_overview .time {
  text-align: right;
  font-size: 10px;
  line-height: 15px;
  color: #999;
  white-space: nowrap;
}

.dashboard_overview .action .name {
  color: #1a1a1a;
}

.dashboard_overview .action_protocol {
  background-color: #a00;
}

.dashboard_overview .action_readouts {
  background-color: #a66;
}

.dashboard_overview .action_run{
  background-color: #a33;
}

.dashboard_overview .action_molecule {
  background-color: #5a0;
}

.dashboard_overview .action_message {
  background-color: #05a;
}

.dashboard_overview .action_user {
  background-color: #AB22AB;
}

.dashboard_overview .action_file {
  background-color: #6789AB;
}

.dashboard_overview .action_slurp {
  background-color: #c60;
}

.dashboard_overview .action_data_set {
  background-color: #00a;
}

.dashboard_overview .action_reply {
  background-color: #336FAB;
}

/****************************************
 * Open-access Dashboard
 ****************************************/

#open_dashboard_video {
  width: 100%;
  text-align: center;
}

#secondary #open_dashboard_upgrade_link {
  font-size: 13px;
  font-weight: bold;
  text-align: right;
}

/* ambiguous molecule/structure resolution */
.specify_structure_duplicate_handling ul {
  margin: 0;
}

.specify_structure_duplicate_handling li {
  background: none;
  margin: 0;
  padding: 0 0 5px 0;
}

.specify_structure_duplicate_handling input {
  vertical-align: bottom;
}

/****************************************
 * Approval Requests
 ****************************************/

.publication_request .status {
  float: right;
  font-size: 12px;
  color: #000;
}

.publication_request .details {
  font-size: 12px;
}

/****************************************
 * External Links
 ****************************************/

#external_link_table{
  border: none;
  width: 100%;
}

#external_link_table td {
  text-align: center;
  border: none;
  padding: 20px;
}

#external_link_row a, #external_link_row a:visited, #external_link_row a:active {
  background:#E6F0FA none repeat scroll 0 0;
  color:#0060BF;
  font-size: 14px;
  padding:8px 10px;
}

#external_link_row a:hover {
  background:#0060BF none repeat scroll 0 0;
  color:#FFFFFF;
  text-decoration:none;
}

/****************************************
 * Dose response plots
 ****************************************/

.dose_response_plot_loading { width: 324px; height: 200px; }

table.dose_response_plot_legend { border: none; }
table.dose_response_plot_legend td { border: none; }

table.dose_response_plot_legend td {
  padding: 2px;
}

table.dose_response_plot_legend tr.run_and_batch {
  font-size: 1.1em;
  font-weight: bold;
  background: #ccc;
  white-space: nowrap;
}

table.dose_response_plot_legend td.label {
  padding: 2px 1em;
}

table.dose_response_plot_legend .swatch {
  float: left;
  width: 1em;
  height: 1em;
  margin: 0.1em 0.3em 0.1em 0.1em;
}

table.dose_response_plot_legend tr.blank td {
  padding: 0.5em;
}

.outlier {
  font-style: italic;
  color: gray;
}

.dose_response_plot {
  white-space: nowrap;
}

.dose_response_plot .zoomToggle {
  vertical-align: top;
  position: relative;
  top: 5px;
  margin-left: -7px;
}


/****************************************
 * Wordpress-specific styles
 ****************************************/
 
.meta {
   color: #666;
   font-size: 11px;
   margin-bottom: 8px;
}
 
textarea#comment {
  width: 649px;
  padding: 0 16px 0 0;
}

#page_header {
  float: left;
/*  padding-bottom: 0; */
  width: 100%;
}

.blogNavigation {
  float: left;
  clear: both;
  width: 100%;
  margin: 0 0 30px 0;
}

.back {
  width: 50%;
  float: left;
  text-align: left;
}

.next {
  width: 50%;
  float: right;
  text-align: right;
}
