body {
	background: #8e8e8e url('/images/body-bg.png') repeat-y center;
	font-family: arial;
	line-height: 1.0;	
}

#custom-doc {
    margin: auto;
    text-align: left; /* leave unchanged */
    width: 78.77em; /* non-IE */ *width:
    76.87em; /* IE */
min-width:
    600px; /* optional but recommended */
}

#errorExplanation {
    width: 95%;
    border: 2px solid #c00;
    padding: 0.5em;
    margin: 1em;
    background-color: #F5F5F5;
    text-align: left;
}

#errorExplanation h2 {
    text-align: left;
    font-weight: bold;
    padding: 5px 5px 5px 15px;
    font-size: 93%;
    margin: 0;
    background-image: none;
    background-color: #c00;
    border: none;
    color: #fff;
}

#errorExplanation p {
    color: #333;
    margin-bottom: 0;
    margin-top: 0.5em;
    padding: 5px;
}

#errorExplanation ul {
    font-size: 14px;
    list-style:none;
}

#errorExplanation ul li {
    list-style: none;
}

.fieldWithErrors {	
    border: solid 2px red;
}

#header {
    padding-top: 1em;
    text-align:right;
}

#main_pane {
    padding-right: 1em;
    padding-left: 0.5em;
    margin-top: 1em;
    margin-bottom: 3em;
}

#bd {
    background-color: #FAFAFA;	
	min-height: 58em;
}

#who_am_i #avatar img {
    margin-top: 0.3em;
    margin-bottom: 0.3em;
    border: black double 4px;
}

#who_am_i p {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.tabnav {
    text-align: left;
    font-weight: bolder;
    font-size: 95%;
    padding: 4px 0 3px 2em;
    margin: 0;
}

.tabnav li.tab_gap_before {
    margin-left: 1em;
}

.list_items_container{
    padding-left: 7px;
}

table.list_item {
    width: 100%;
    background-color: #F0F0F0;
    margin-top: 6px;
    padding: 1em;
    border: #999999 solid 1px;
    border-collapse: collapse;
    font-size: 93%;
    min-height: 90px;
}

table.list_item tr.odd_row {
    background-color: #F5F5F5;
}

table.list_item tr.even_row {
    background-color: #EEEEEE;
}

table.list_item tr td.actions {
    text-align: left;
}

table.list_item tr td.actions a {
    display: block;
    border-bottom: 0px solid #999999;
    margin-bottom: 0.3em;
    font-size: 85%;
    font-weight: normal;
}

table.list_item .desc {
    border: 1px dotted #999999;
    margin: 0.2em 0;
    padding: 0.4em 0.6em;
    background-color: #FFFFCC;
    text-align: left;
    line-height: 1.3;
    overflow: hidden;
}

table.list_item .standout {
    border: 1px dotted #999999;
    margin: 0.2em 0;
    padding: 0.5em 0.6em;
    background-color: #FFFFCC;
    text-align: left;
    line-height: 1;
    font-size: 93%;
    font-weight: bold;
    color: #333333;
}



table.list_item p {
    line-height: 1.0;
    margin-top: 0.2em;
}

table.list_item p.title {
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 0.2em;
    font-weight: bold;
    font-size: 108%;
}

table.list_item p.section_header {
    text-align: left;
    font-size: 107%;
    font-weight: bold;
}

table.list_item td {
    vertical-align: top;
}

table.list_item .item_avatar {
    /* styling of avatars in table listings */
    width: 100px;
    min-width: 100px;
}

table.list_item .item_details {
    text-align: left;
}

table.list_item .item_right_table_cell {
    text-align: left;
    padding-top: 2em;
}

table.list_item .name {
    font-size: 131%;
    font-weight: bold;
    padding-bottom: 0.25em;
    margin-bottom: 0.25em;
    border-bottom: black dotted 1px;
}

table.list_item .details {
    margin-left: 100px;
    margin-right: 120px;
    padding: 0.5em 1em;
}

table.list_item ul {
    margin: 0;  padding: 0;
}

table.list_item li {
    list-style-type:none;
    margin: 0px 0px 0px 0px;
    padding: 0;
    white-space:nowrap;
}

table.list_item label {
    font-weight: bold;
}

table.list_item .tags {
    text-align: left;
    border-left: 1px dotted #365FA5;
    margin-top: 0.7em;
}

span.disabled_icon {
    width: 100%;
    padding: 0.5em 0.5em;
    *padding: 0.2em 0.5em;
    line-height: 1.0;
    text-decoration: none;
    border: 1px solid #BBBBBB;
    background-color: #FEF6FF;
    color: #000099;
}

.disabled {
    filter:progid:DXImageTransform.Microsoft.Alpha( Opacity=50 );
    opacity: 0.50;    
}

.show_basic {
    padding-left: 2em;
}

.show_basic #tool_list {
    width: 22em;
}

.show_basic .submit  {
    width: 5em;
}

.show_basic #edit_person_left {
    width:87%;
    padding-left: 2em;
    border-right: dotted 1px black;
}



.show_basic label {
    font-weight: bold;
}

.fold label {
    font-weight: normal;
}

.show_basic #name p {
    font-size: 24px;
    font-weight: bold;
}

.show_basic ul {margin: 0;  padding: 0;}

.show_basic li {
    list-style-type:none;
    margin: 0px 0px 0px 0px;    
    white-space:nowrap;
}

#expertise_people a.current_user {
    color: red;
}


/* boxes */

.box_about_actor {
    /* reserved for potential styling of the box containing personal information about actor */
}

.main_content_left_box {
    float: left;
    width: 73.5%;
}

.main_content_right_box {
    float: right;
    width: 24%;
}


/* customized version of styles from my_exp.css with different names */
.contribution_section_box ul.list {
    margin: 0 0 0 0.8em;
    text-align: left;
}

.contribution_section_box ul.list li {
    list-style-type: none;
    margin: 0.6em 0;
    padding-left: 0;
    line-height: 1.1;
    /*border-left: 3px solid #DDDDBB;*/
}

.contribution_section_box ul.list li * {
    vertical-align: middle;
}

/* text style classes */
.admin_warning {
    color: #F00000;
}

.allowed_text {
    font-weight: bold;
    font-style: normal;
    color: #00BC0C;
}

.denied_text {
    font-weight: bold;
    font-style: normal;
    color: #900000;
}

.note_text_disabled {
    font-size: 93%;
    font-weight: bold;
    color: #666666;
}


/* BEGIN Tabber tab styles */

/*--------------------------------------------------
REQUIRED to hide the non-active tab content.
But do not hide them in the print stylesheet!
--------------------------------------------------*/
.tabberlive .tabbertabhide {
    display: none;
}

/*--------------------------------------------------
.tabber = before the tabber interface is set up
.tabberlive = after the tabber interface is set up
--------------------------------------------------*/
.tabber {
}

.tabberlive {
    margin-top: 1em;
}

/*--------------------------------------------------
ul.tabbernav = the tab navigation list
li.tabberactive = the active tab
--------------------------------------------------*/
ul.tabbernav
{
    margin: 0;
    padding: 3px 0;
    border-bottom: 1px solid #CCC;    
    font-size: 90%;    
    margin-left: 1em;
}

ul.tabbernav li
{
    list-style: none;
    margin: 0;
    display: inline;
}

ul.tabbernav li a
{
    padding: 3px 0.5em;
    margin-left: 3px;
    border: 1px solid #CCC;
    border-bottom: none;
    background: #ccccff;
    text-decoration: none;    
}

ul.tabbernav li a:link { color: #333; }

ul.tabbernav li a:hover
{
    color: #000;
    background: #3173ff;
    border-color: #CCC;
}

ul.tabbernav li.tabberactive a
{
    background-color: #fff;
    border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover
{
    color: #000;
    background: white;
    border-bottom: 1px solid white;
}

/*--------------------------------------------------
.tabbertab = the tab content
Add style only after the tabber interface is set up (.tabberlive)
--------------------------------------------------*/
.tabberlive .tabbertab {
    margin-right: 0.3em;

}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h3 {
    display: none;
}
.tabberlive .tabbertab h3 {
    display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}

.tabberlive#tab2 .tabbertab {
    height:200px;
    overflow:auto;
}

/* END Tabber tab styles */

/* Colapsable tags */

.expand_collapse_tags_button {
    width:98%;
    text-align:right;
}

/* END Collapsable tags */


ul.users_details li {    
    margin: 4px 4px 4px 4px;
    padding: 4px 4px 4px 4px;
    border: solid 1px black;
    list-style: none;
    width: 14em;
    text-align: left;
    background-color:silver;
	font-size: smaller;
	min-width: 15em;
	min-height: 6em;
}

ul.users_details li p {    
    margin: 0.1em;
	padding: 0.1em;
}

#sop_preview {    
    width: 17em;
    max-height: 25em;
    background-color: #EEEEEE;
    display: inline-block;
    padding: 1em 1em 1em 1em;
    border: 1px solid #999999;
}

#sop_preview p.title {
    font-weight: bolder;
    text-align:center;
}

#sop_preview p.description {
    border: 1px dotted #999999;
    margin: 0.2em 0;
    padding: 0.4em 0.6em;
    background-color: #FFFFCC;
    text-align: left;
    line-height: 1.3;
    overflow: hidden;
}

#data_file_preview {
    max-width: 17em;
    max-height: 25em;
    background-color: #EEEEEE;
    display: inline-block;
    padding: 1em 1em 1em 1em;
    border: 1px solid #999999;
}

#data_file_preview p.title {
    font-weight: bolder;
    text-align:center;
}

#data_file_preview p.description {
    border: 1px dotted #999999;
    margin: 0.2em 0;
    padding: 0.4em 0.6em;
    background-color: #FFFFCC;
    text-align: left;
    line-height: 1.3;
    overflow: hidden;
}

#model_preview {
    width: 17em;
    max-height: 25em;
    background-color: #EEEEEE;
    display: inline-block;
    padding: 1em 1em 1em 1em;
    border: 1px solid #999999;
}


.foldContent {
    padding-top:0.5em;
    background-color: #FCFCFF;    
}

table.conditions_or_factors {
    border: dotted #999999 1px;
    margin-top: 1em;
}

ul.conditions_or_factors li {        
    list-style-type:none;    
}

ul.condition_or_factor_row {
    clear:both;
}

ul.condition_or_factor_row li {
    float:left;
    padding: 0 1em 0.25em 1em;
    text-align:left;
    border-bottom: dotted #999999 1px;
    min-height: 2em;
}

ul.condition_or_factor_row li#measured_item {
    width:15em;
}

ul.condition_or_factor_row li#values {
    width:15em;
}

ul.condition_or_factor_row li#time_point {
    width:5em;
}

ul.condition_or_factor_row li#standard_deviation {
    width:5em;
}

ul.condition_or_factor_row li#delete {
    width:1em;
}

ul.heading li {
    font-weight:bolder;
    min-height: 4em;
}

.show_basic div#studied_factors {
    max-height:30em;
    overflow:auto;
}

div.ontology_nav {
    padding-left: 3em;
}

p#assay_types label {
    width: 20em;
}

#header_text {
    font-size:larger;
    text-align:center;   
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    margin: 1em 0em 1em 3em;
    width: 90%;
}

#header_text_main {
    font-size:larger;
    text-align:center;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0.5em 0em 0.5em 1.5em;
    width: 90%;
}

div#more_info {
    display:inline-block;
}

div#more_info ul li {
    list-style-image: none;
    list-style-type: disc;
    list-style-position:outside;
    margin-left: 2em;
}

a#adminmode {
    color: #FFFFCC;
    margin-right: 2em;
    float: right;
    font-weight:bolder;
}

div#requesting_resource_status {
    font-size: small;
    margin: 0em 4em 0em 4em;
}

div#request_resource_form {
    font-size: small;
    margin: 0em 4em 0em 4em;
}

div#request_resource_form p {
    margin-left: 10em;
    font-weight: bold;
}

div#request_resource_form input {
    vertical-align:bottom;
}

#home_intro {
    min-height: 3em;
    margin: 1em 2em 1em 2em;
}

div#faq {
    margin: 0 2em 0 2em;
}

.warning {    
    text-align: center;
    font-size:larger;
    border: 1px red solid;
    padding: 0.5em 0.5em 1em 0.5em;
}



div#feedback_form {
    padding: 0em 5em 0em 5em;
}

div#feedback_form label {
    font-weight:bolder;
    padding-left: 2em;
}

div#feedback_form input {
    margin-left: 2em;
}

div#feedback_form textarea {
    margin-left: 2em;
}

a#feedback {
    color: #FFFFCC;
    margin-left: 2em;
    float: left;
    font-weight:bolder;
}

table.padded_table td {
    text-align:left;
    padding: 4px 1em 0px 0px;
}

#possible_sops {
    width: 24em;    
}

#possible_data_files {
    width: 24em;
}

img.badge {
    width: 55px;
    height: 20px;
    padding-top: 3px;
}

#topbar {
    height: 20px;
    text-align: center;
    background-image: url('/images/searchfade-repeat.png');
    background-repeat: repeat-x;
    background-position: top center;
    padding: 10px 0;
}

#topbar * {
    vertical-align: middle;
}

.avatar_text {
    position: absolute;
    text-align:center;
    bottom: 6px;
    font-size: smaller;
}

#organism_gadget ul {
    margin: 0 0 0 0.25em;
    text-align:left;
}

#organism_gadget li {
    list-style:none;
    font-style: normal;
}

a.asset img.avatar {
    padding :5px;
    border:1px solid #CCCCCC;
    background-color: #FFFFFF;
    min-width :3em;
    min-height: 3em;
}

div.list_item {
    width: 95%;
    background-color: #F0F0F0;
    margin-top: 6px;
    padding: 1em;
    border: #999999 solid 1px;
    border-collapse: collapse;
    min-height: 90px;
    float: left;
}

div.list_item_content {
    width: 75%;
    float: left;
    margin-left:1em;
}

div.list_item_avatar {
    float: left;
    width: 11%;
    text-align: center;
}

div.list_item_actions {
    float: right;
    width: 80px;
}

div.list_item_desc {
    border: 1px dotted #999999;
    margin: 0.2em 0;
    padding: 0.4em 0.6em;
    background-color: #FFFFCC;
    text-align: left;
    line-height: 1.3;
    overflow: hidden;
    font-size: 80%;
}

div.list_item_title{
    border-bottom:1px dotted black;
    margin-bottom:0.25em;
    padding-bottom:0.25em;
}

div.list_item_title p {
    font-size:131%;
    font-weight:bold;
}

p.list_item_attribute {
    font-size: 85%;
    line-height: 1;
}

div.list_item_left_column{
    float: left;
    width: 45%;
}

div.list_item_right_column{
    float: left;
    margin-right: 1em;
    margin-left: 1em;
    padding-left: 1em;
    width: 45%;
    border-left: 1px dotted black;
}

div.list_item_whole_width{
    float: left;
    margin-right: 1em;
    width: 90%;
}

div#logged_in_as {
    float:right;
    top: 1px;
    margin-left: 10px;
    text-align:left;
}

div.hidden_list_item {
    width: 95%;
    background-color: #F0F0F0;
    margin-top: 6px;
    padding: 1em;
    border: #999999 solid 1px;
    border-collapse: collapse;
    color: #999999;
    float:left;
}

ul.related_asset_list li{
    white-space: normal;
    list-style-type: disc;
    list-style-position: inside;
}

.contribution_title {
    border-top: solid #BBBBBB 1px;
    border-bottom: solid #BBBBBB 1px;
    padding-top: 0.5em;
    background-color: #F0F0F0;
    margin-left: 1em;
    margin-top: 1em;
    text-align: center;
}

.contribution_title_image {
    float: left;
    margin-left: 1em;
    margin-right: 0.5em;
    margin-top: 0.5em;
    padding :5px 5px 3px 3px;
    border:1px solid #CCCCCC;
    background-color: #FFFFFF;
    min-width :3em;
    min-height: 3em;
}

.contribution_title_image img {        
    width: 35px;
    vertical-align: middle;
}

.contribution_title h1 {    
    width: 100%;
}

table.jerm_results {
    font-size: x-small;
}

.assay_selection {
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    text-align: center;    
    vertical-align: middle;
}



p.select_assay_class {
    text-align: center;    
    font-size: larger;
    font-weight: bold;    
    height: 3em;
    background-color: #DDDDDD;
    border: solid 1px #999999;
    margin-bottom: 1em;
    width: 70%;
    margin-right: auto;
    margin-left: auto;
}

p.select_assay_class img {
    float: left;
    padding-left: 1em;
    margin-top: 0.5em;
}


div.avatar_list_popup {
    margin-left:6em;
    z-index:1;
    padding:7px;
    background-color:#EEEEEE;
    border:1px solid #999999;
    position:absolute;
    max-width:420px;
    text-align:center;
}

ul.horiz_list_items li {
    display: inline;
}

/* Begin Footer styles */

#ft {	
    border: 2px solid #999999;
    border-width: 1px 0 1px 0;
    color: #333333;
    background-image: url('/images/footer-bg.png');
    background-position: top;
    background-repeat: repeat-x;
    background-color: #EEEEEE;		
	bottom:0px;
}

#ft .copyright {
    text-align: center;
    font-weight: bold;
    padding: 0.5em;
}

#ft table {
    width: 100%;
    border-top: 1px solid #999999;
    border-spacing: 0;
    margin: 0;		
}

#ft td {
    padding: 0.8em 0.5em;	 
}

#ft table p {
    padding: 0.3em 0;
    line-height: 1;	
}

#ft td.left p {
    width: 110px;
    text-align: center;
}

#ft td.middle {
    width: auto;    
    border-left: 1px solid #999999;
    text-align: center;		
}
	
#ft td.middle p {
    width: 100%;
    text-align: center;     
}

#ft td.middle img {	
	vertical-align: middle;
	padding-left: 3px;
}

#ft td.right {
    width: 110px;
    text-align: center;
    border-left: 1px solid #999999;
}

#ft td.right p {
    text-align: center;
}

div.error_div {
    background-color:#F5F5F5;
    border:2px solid #CC0000;
    margin:0.5em 0;
    padding:0.5em;
    text-align:left;
    width:95%;
}

div.error_div h2 {
    text-align: left;
    font-weight: bold;
    padding: 5px 5px 5px 15px;
    font-size: 93%;
    margin: 0;
    background-image: none;
    background-color: #c00;
    border: none;
    color: #fff;
}

div#existing_strains {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

.assay_item_sup_info {
    color: #1465FF;
}

.system_message {
    border-color: red;
    text-align: center;
    font-size: larger;    
}

.link_selector_buttons ul {
    width: 100%;
    text-align:center;
    padding-top: 3em;
}

.link_selector_buttons ul li {
    list-style: none;
}

ul.bulleted_list li {
  list-style: disc;
  list-style-position: inside;
}  

/* HELP DOCUMENT STYLES */
div.help_document {
  border-bottom: 1px dotted #999999;
  border-top: 1px dotted #999999;
  margin: 1em 0;
  padding: 1em 0;
}

div.help_document ol, div.help_document ul{
  margin: 0.5em 0em 0.5em 1em;
}
  
div.help_document ol li {
  list-style: decimal;
  list-style-position: inside;
}

div.help_document ul li {
  list-style: disc;
  list-style-position: inside;
}

div.help_document h1, div.help_document h2, div.help_document h3, div.help_document h4, div.help_document h5,div.help_document h6 {
  border: none;
  padding: 0;
  margin: 0.5em 0;
  color: #000000;
  text-align: left;
  background: none;
  line-height: normal;
  font-weight: bold;
}

div.help_document h1 {
  font-size: 200%;
}

div.help_document h2 {
  font-size: 180%;
  margin: 0.4em 0;
}

div.help_document h3 {
  font-size: 160%;
  margin: 0.3em 0;
}

div.help_document h4 {
  font-size: 140%;
  margin: 0.2em 0;
}

div.help_document h5 {
  font-size: 120%;
  margin: 0.1em 0;
}

div.help_document h6 {
  font-size: 100%;
  margin: 0;
}

div.help_upload_box form {
  border-top: 1px dotted #CCCCCC;
  margin-top: 5px;
}

div.help_upload_box div.image_thumbnail {
  display: inline-block;
  padding: 2px;
  border: 1px solid #999999;
  text-align: center;
  margin-bottom: 3px;
}

div.help_upload_box div.image_thumbnail div.thumb {
  width: 64px;
  height: 64px;
  display: table-cell;
  vertical-align: middle;
}

#markup_toggle {
  padding: 3px;
  border: 1px solid #889;
  background-color: #EFE;
  display: inline-block;
  margin-top: 4px;
}

/* END OF HELP DOCUMENT STYLES */

div.collapsable_div {
  border: 1px solid #999;
  margin: 3px 0;
}

div.collapsable_div_header {
  margin: 0; 
  background-image: url('/images/header-bg.png');
  background-position: top;
  background-repeat: repeat-x;
  background-color: #EEEEEE;
  padding: 0.5em 0.6em;  
  font-size: 100%;
  display: block;
  cursor: pointer;
  font-weight: bold;
  color: #333;
}

div.collapsable_div_header img {
  vertical-align: middle;
  margin-right: 0.3em;
}

div.collapsable_div_contents {
  padding: 0.5em;
  border-top: 1px solid #999;
}

ul.attachments_list {
  margin: 0;
}

ul.attachments_list li {
  list-style: none;
  background-color:#EEF;
  border: 1px solid #999999;
  padding: 3px;
  margin: 2px;
}

ul.attachments_list li img{
  vertical-align: middle;
}

ul.forum_attachments {
  text-align: left;
  background-color: #EEE;
  margin: 10px 0 0 0;
  color: #888;
  padding: 5px;
}

ul.forum_attachments li {
  list-style: none;
}

ul.forum_attachments img {
  vertical-align: middle;
}

div.forums {
  margin: 1em;
}

ul.stats {
  
}

ul.stats li {
  border: solid 1px #666;
  padding: 1em;
  margin: 0.5em;
  list-style-type: none;
  min-width: 25em;
  background-color: white;
}

ul.stats li p label {
  font-weight: bolder;
}

div.hit_counter {
  text-align: center;
  width: 100%;
}

div.hit_counter  ul {  
  text-align: center;
  width: 100%;
  margin:0;
}

div.hit_counter  ul li {	
  	list-style: none;  
}

img.visibility_icon {
  float: right;
  margin: 0.3em 0;  
}

#edit_organism li {
	list-style: none;	
}

#edit_organism li span {
	font-weight: bold;
}

#organism_search_results {
	margin-left: 2em;
}

div#isa_svg {	
	text-align: center;
	padding-top: 1em;
}

div.stat_item {
  border: 1px solid #999;  
}

div.admin_tasks ul{
  margin-bottom: 1em;
}

div.admin_tasks ul li{
  margin-left: 1em;
}