body {font-size: 1em}


/* fixes start */
.tabmenu #tabmenu_current .subcurrent a span {
    padding-bottom: 0.3em;
}
/* fixes end */

input.disabled 
{
    background-color:#eee;
}

.tabmenu iframe 
{
    z-index:1000;
}

a.element_switch {
    font-weight:bold;
    color:#366;
}
.pager-top {
    float:right; 
    margin-top:1.5em;
}

.pager-bottom {
    float:right;
    margin:0.3em 0;
}

/* SRA RFC table view */
table.schema td span {
    font-weight:bold;
    padding-top:0.5em;    
}
table.schema{
    margin-bottom:0.5em;
    background-color:#fff;    
}
table.schema td span.schema-minoccurs-gt-0 {
    color: red;    
}
table.schema td span.schema-minoccurs-eq-0 {
    color: green;    
}

table.schema td span.schema-label {
    color:#999;
    font-weight:normal;
}

/* SRA RFC tree view */
ul.schema {
    padding:0;
    margin:0;
    border:1px solid #ccc;
    margin:0.2em;
    padding:0.5em;
    list-style:none;
}

ul.schema li li {
    padding:0.2em 0 0.2em 0.2em;
}

ul.schema li span.schema-minoccurs-gt-0,
span.schema-attrib-required {
    color: red;    
}
ul.schema li span.schema-minoccurs-eq-0 {
    color: green;    
}
ul.schema li span.schema-choice {
    color: #369;    
}
ul.schema li span.schema-name {
    font-weight: bold;
}
ul.schema li span.schema-label {
    color:#999;
}

ul.schema.all,
table.schema.all td {
    background-color:#FFF5EE;
}
ul.schema.sequence,
table.schema.sequence td {
    background-color:#FFF8DC;
}
ul.schema.choice,
table.schema.choice td {
    background-color:#F0FFF0;
}


ul.schema li div.schema-attribute {
    margin:0.5em 0 0 1em;
    padding:0 0 0 1em;
}


ul.schema li div.schema-attribute em {
    font-weight:bold;
    color:#00008B;
    margin:0 0 0 -1em;
}
ul.schema.attributeGroup {
background-color:#FFF8DC;
}

/* Warning message */
div.warning {
    padding:0.5em;
    border:1px solid red;
}
div.warning h1 {
    margin-top:0;
}

.private-warning-text { 
    padding:0 0.5em 0.5em 0.5em; 
    border-left:1px solid #fbb; border-bottom:2px solid #fbb; 
    color:Red;
    /* gradient */
/* fallback */ background-color: #fdd; 
/* Safari 4-5, Chrome 1-9 */ background: -webkit-gradient(linear, left top, right top, from(#faa), to(#fff)); 
/* Safari 5.1, Chrome 10+ */ background: -webkit-linear-gradient(left, #fff, #fdd); 
/* Firefox 3.6+ */ background: -moz-linear-gradient(left, #fff, #fdd); 
/* IE 10 */ background: -ms-linear-gradient(left, #fff, #fdd); 
/* Opera 11.10+ */ background: -o-linear-gradient(left, #fff, #fdd); 
}

/* RUN table SRA */
.wide-table {
    font-size:0.9em;
}

.wide-table td {
padding:0 0.2em 0.3em 0.2em;
}

.wide-table td div {
display:block;
color:#446;
}

.wide-table td div span{
color:#000;
font-weight:bold;
}

.wide-table td ol{
margin:0;
padding:1.5em;
}

/* downloads page */
.no-aspera-banner {
    color:red;
    display:block;
}

/* study package page. Properties */
.study-container {
    min-width:1100px;
    overflow:hidden;
}

.study-container h1 strong {font-size:.7em; color:#666;}
.study-container .left {
    width:65%;
    float:left;
}
.study-container .left.analysis {
    width:100%;
    float:left;
}

.study-container .right {
    width:33%;
    float:left;
}
.study-container .left h1 {
    padding-left:0.5em;
}

.study-container .left div.row {
    clear:both;
}
.study-container .left div.row span {
    padding:0.3em 0 0 1em;
    color:#363;
    float:left;
    width:15%;
    margin:0;
}
.study-container .left div.row strong {
    padding:0.3em 0 0 1em;
    font-weight:normal;
    color:#000;
    float:left;
    width:75%;
    margin:0;
}

.study-container .left div.row strong em {
    color:#666;
    min-width:6em;
    float:left;
    font-style:normal;
}

.study-container .left div.row div.row span {
    padding:0.1em 0 0 0;
    color:#666;
    float:left;
    width:30%;
}
.study-container .left div.row div.row strong {
    font-weight:normal;
    color:#000;
    padding:0.1em 0 0 0;
    float:left;
    width:60%;
}

/* study package page. List of experiments */

.study-container .right h2 {
    color:#399;
    padding:0em 0 0 0;
    font-size:1em;
}

.exp-table {
    border-collapse:collapse;
}
.exp-table th {
    background-color:#eee;
    padding:0.1em 0.3em ;
}

.exp-table .exp-table-total {
    color:#363;
}

.exp-table .exp-table-title a {
    text-decoration:none;
}
.exp-table .exp-table-title a:hover {
    text-decoration:underline;
}

.exp-table td {
    padding:0.1em 0.3em ;
}

.exp-table td a {
    text-decoration:none;
}


td a.a-img {
    border:none;
}

td a.a-img:hover {
    border-bottom:1px solid blue;
}

.run-table td {
    color:#999;
    background-color:#fff;
}

#maincontent .run-table td a {
	color:#66e;
}

.exp-table.is-showed tr {
    background-color:#efe;
}



/* download page */
.search-container {
    min-width:860px;
    overflow:hidden;
    
}
.search-container .left {
    float:left;
    width:42%;
}
.search-container .right {
    float:right;
    margin:0 0 0 1em;
    width:56%;
}

.search-container .zebra {
    border-collapse:collapse;
}
.search-container .zebra th {
    background-color:#eee;
}

.search-container .zebra td,
.search-container .zebra th {
    padding:0.1em 0.5em 0.1em 0.5em;
    color:#333;
}

.search-container h2 {
    background-color:#eee;
    margin-top:0;
    margin-bottom:0.5em;
    padding:0 0.5em 0.3em 0.5em;
    font-weight:bold;
    font-size:1.1em;
}

.search-container label {
    margin:0 0 0 0.5em;
    padding:0;
}
.search-container button {
    float:right;
}

.search-container .filter select {
    max-width:90%;
}

.search-container .format,
.search-container .filter {
    border:1px solid #333;
    padding:0.25em;
}

.search-container .working {
    background: transparent url(https://www.ncbi.nlm.nih.gov/core/lw/2.0/img/ani/indicator_kit.gif) center center repeat-x;
}

.search-container .error {
    background-color:#faa;
}

.search-container tr.altrow .error {
    background-color:#f99;
}

.search-container .error {
    background-color:#faa;
}

.filter-container 
{
    padding:0 0.5em;
}
#search-progressbar {
    border:1px solid #6bf;
    float:left;
    width:98%;
    height:5px;
    display:none;
    height:10px;
    margin:0 0 6px 0;
    clear:both;
}
#search-progressbar > div {
    background-color:#6bf;
    width:0px;
    height:10px;
    float:left;
}

/* search box in tables of studies */
.table-search-box {
    padding-top:0.5em;
}

table.sra-counts {
	border-collapse: collapse;
	margin-bottom: 2em;
}
table.sra-counts thead {
	border-bottom: 2px solid #aaa;
}
table.sra-counts thead th {
	text-align: right;
	vertical-align: bottom;
	background: none;
	line-height: 1;
	padding-bottom: .5em;
}
table.sra-counts tbody th {
	text-align: left;
	background: none;
}
table.sra-counts tbody td,
table.sra-counts tbody th {
	padding-top: .4em;
}
table.sra-counts tbody td { text-align: right }

.table-search-box input[type=text] {
	font-size: 1em;
	width: 28em;
}
.input-tip {
	font-size: 85%;
	margin-top: 0 !important;
	color: #666;
}

/* sra documentation search box */
.handbook-search-box .handbook-search-box-scope label {
    margin-left:1em;
}


.sra-size 
{
	padding-left:0.5em;
}

.alignment-table {
    background-color:#eee;
}
.alignment-table span {
    padding-right:1em;
}
.alignment-table label {
    padding-right:1em;
}


.readable p {max-width:40em;}


 /* help container BEGIN*/
.help-container.inline {
    display:inline;
    float:left;
}
dl.help-container  {
    margin:0em;
    padding:4px;
    font-size:0.9em;
}
span.help-container dl {
    display:inline;
}
.help-container dt {
    display:inline;
    margin:0;
}
.help-container.inline dd {
    position:absolute;
}
.help-link {
    margin:0 2em;
    float:right;
}
.help-container .expand-handler {
    padding-left:15px;
    background: url("../cluster/web/i/i_help.gif") no-repeat scroll left center transparent;
    cursor:pointer;
}

.help-container dd {
    margin: 3px;
    padding: .5em;
}
.help-container dd,
.section .help-container dd {
    color: #000;
    background-color: #fbfcc5;
    margin: .5em 1em 0 0em;
    padding: 0.2em 0.5em 0.2em 0.5em;
}

.section .help-container.spot-descriptor-help dl dd {
    max-width:55em;
}
.help-container .warning {color:Red;}

.text-container {max-width:40em; background-color:#fffffa; }
    .text-container .expand-body p {
        font-size: .9em;
    }
    .text-container .expand-handler {
        font-weight: bold;
    }
    .text-container.closed .expand-handler {font-weight:normal;}

    .do_underscore_visible a,
    .do_underscore_visible a:hover {
        text-decoration: none;
    }

.statistics {padding:0  .5em .5em .5em; border-bottom:2px solid #ccc; border-left:1px solid #ccc; background-color:#eee;}

.statistics {
/* fallback */ background-color: #ddd; 
/* Safari 4-5, Chrome 1-9 */ background: -webkit-gradient(linear, left top, right top, from(#ddd), to(#fff)); 
/* Safari 5.1, Chrome 10+ */ background: -webkit-linear-gradient(left, #fff, #ddd); 
/* Firefox 3.6+ */ background: -moz-linear-gradient(left, #fff, #ddd); 
/* IE 10 */ background: -ms-linear-gradient(left, #fff, #ddd); 
/* Opera 11.10+ */ background: -o-linear-gradient(left, #fff, #ddd); 
}
.statistics dl { margin:0;}
.statistics dt { float:left; margin-right:.5em;}
.statistics dd { overflow:hidden;}

/* toolkit doc */
.toolkit-doc .short,
.toolkit-doc .or,
.toolkit-doc .long,
.toolkit-doc .param,
.toolkit-doc-Example-Command,
.toolkit-doc-Usage,
.toolkit-doc-Parameter
{
    font-family:Monospace;
}

.toolkit-doc-Parameters,
.toolkit-doc-Options,
.toolkit-doc-Synopsis,
.toolkit-doc-Name,
.toolkit-doc-Errors,
.toolkit-doc-Details {
    padding:0 0 1em 0;
}
.toolkit-doc-Options-list table,
.toolkit-doc-Synopsis .toolkit-doc-Usage,
.toolkit-doc-Name div,
.toolkit-doc-Example,
.toolkit-doc-Error,
.toolkit-doc-Parameter,
.toolkit-doc-Details>div {
    margin-left:2em;
}

.toolkit-doc-Options-list {
    margin-bottom:1em;
}
.toolkit-doc table {
    border:none;
    border-collapse:collapse;
    width:90%;
}
.toolkit-doc table .comment-body {
    padding-left:1em;
}
.toolkit-doc td {
    vertical-align:top;
    padding:0 0.5em 0.5em 0;
}
.toolkit-doc td.short {
    width:2em;
    text-align:center;
}
.toolkit-doc td.or {
    width:1em;
    text-align:center;
}    
.toolkit-doc td.long {
    white-space:nowrap;   
    width:13em;
}
.toolkit-doc-Example,
.toolkit-doc-Error,
.toolkit-doc-Parameter {
    padding:0 0 0.5em 0;
}
.toolkit-doc-Example-Command {
    padding:0;
}
.toolkit-doc-Parameter em {
    font-style:normal;
}
.toolkit-footer {
    font-style:italic;
    font-weight:bold;
    text-align:center;
}
.toolkit-doc-Error-ErrorMessage { color:Red;}

.save-in-csv 
{
    width:800px;
    text-align:right;
    margin:0;
    font-size:0.9em;
}

.pipeline td {
    vertical-align:top;
}

.inline {display:inline;}
/* FAQ */

ol.faq {font-weight: bold;}
ol.faq>li  {padding-top:1em; margin:0;}
ol.faq li p,
ol.faq li div.example,
ol.faq li ol li,
ol.faq li ul li {font-weight: normal;}

/* cmd=show&f=sra_sub_expl */
.sra_sub_expl {width:70em; }

.sra_sub_expl .eotxt { clear:both;}
.sra_sub_expl .col_1,
.sra_sub_expl .col_2,
.sra_sub_expl .col_3,
.sra_sub_expl .col_4 {float:left; width:23%; height:700px; margin-right:.5em; padding:0 .25em; position:relative;}
.sra_sub_expl .col_1 { background-color:#eee; }
.sra_sub_expl .col_2 { background-color:#FFB6C1; }
.sra_sub_expl .col_3 { background-color:#66CDAA; }
.sra_sub_expl .col_4 { background-color:#B0C4DE; }
#maincontent .sra_sub_expl h4,
#maincontent .sra_sub_expl h5,
#maincontent .sra_sub_expl h6 {padding:0; margin:0;}

#maincontent .sra_sub_expl h4 {margin: 0 0 1em 0; font-size:1.2em;}
#maincontent .sra_sub_expl h5 {text-align:center;}
#maincontent .sra_sub_expl h6 {font-size:1em; color:#666;}

.col2-bioproject,
.col2-biosample,
.col3-study,
.col3-sample,
.col3-experiment {font-weight:bold; text-align:center; }

.col2-biosample { padding-top:5em;}
.col3-sample { padding-top:10.7em;}
.col3-experiment { padding-top:5em;}
.col4-run { padding-top:26em;}

.sra_sub_expl i {width:9em; background-color:blue; position:absolute;  line-height:10px; margin:7px 0 0 5px; border:4px solid blue; z-index:2;}
.sra_sub_expl strong {width:0px; height:0; border-top:15px solid transparent; 
                       border-bottom:15px solid transparent; border-left:15px solid blue; 
                       position:absolute; top: -15px; right:-15px;}
                       
#maincontent .sra_sub_expl sup {bottom:0;  position:absolute; font-size:40px; color:#fff; z-index:2; font-weight:bold;}

.sra-growth {float:right;}
.sra-growth div {text-align:right; clear:both; padding:0 1em 0 0 ;}

.related-files tr {font-size:1em;}
.related-files caption {font-size:1.2em; padding-top:1em; text-align:left; color:#339999; padding-left:1em;}
.related-files td {padding:0.25em .5em; min-width:5em;}
.related-files thead a.order-asc {padding-left: 16px; background:url("https://www.ncbi.nlm.nih.gov/core/icons/arrow_up.png") no-repeat scroll left center transparent; }
.related-files thead a.order-desc {padding-left: 16px; background:url("https://www.ncbi.nlm.nih.gov/core/icons/arrow_down.png") no-repeat scroll left center transparent;}
.related-files .time {color:#999; font-size:.9em;}

.related-files .file-size {margin-left:.5em; float:right; width:2em; text-align:left;}
.related-files .file-size.pb {color: #f33; }
.related-files .file-size.tb {background-color: #666; color: #fff; }
.related-files .file-size.gb {background-color: #bbb; color: #000; }
.related-files .file-size.mb {font-weight:bold;}
.related-files .file-size.kb {color: #000;}
.related-files .file-size.b  {color: #666;}

.sra-files-egress {color:red; font-weight:bold; margin-right:.5em; padding:0 .5em; background-color:yellow;}

.run-viewer-download {
    border-collapse: collapse;
    XXborder: 1px solid #ccc;
    XXborder-spacing: 1px;
}
    .run-viewer-download thead {
        background-color: #ccc;
    }

    .run-viewer-download th {
        border-right: 1px solid #aaa;
        padding: 3px
    }

    .run-viewer-download td {
        border-right: 1px solid #ccc;
        vertical-align: top;
        padding: .25em .1em;
    }
        .run-viewer-download td:last-child {
            border: none;
        }
    
    X.run-viewer-download > tbody > tr:nth-child(even) {
        background-color: #eee;
    }

    X.run-viewer-download tbody > tr:nth-child(odd) {
        background-color: #fff;
    }
