/* Systems Biology Ontology (SBO)           */
/* Mélanie Courtot <courtot@ebi.ac.uk>      */
/* Camille Laibe <camille.laibe@ebi.ac.uk>  */
/* EMBL - European Bioinformatics Institute */
/* 20110128                                 */


/* common settings */
body, p, td, li, a, font,table {
  font-family: Arial, Helvetica, sans-serif;
  font-size: small;
}

/* body */
Body {
  background-color : #FFFFFF;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

/* table header */
.TextHead {
  background-color: #0e5d93;
  font-weight: bold;
  color: white;
}

/* titles */
.header {
  color: #000088;
}

.titre {
  color: #0e5d93;
  font-size: 150%;
  text-align: center;
  background-color: #CCCCCC;
}

.center {
  text-align: center;
}

a:link {
  color: #0829aa;
  text-decoration: underline;
}
a:visited {
  color: #000088;
  text-decoration:none;
}
a:active {
  color: #DD4800
}

a.Plan {
  color: #DD4800;
  text-decoration: none;
}

a.Plan:link {
  color: #DD4800;
  text-decoration: none;
}

a.Plan:active {
  color: #DD4800;
  text-decoration: underline;
}

a.Plan:visited {
  color: #DD4800;
  text-decoration: none;
}

a.Plan:hover {
  color: #DD4800;
  text-decoration : underline;
}

.button {
  font-family: sans-serif;
  font-weight: bold;
  background-color: #EFEFEF;
  border: #000000;
  border-style: solid;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
}

table.borderSimple {
  background-color: #f5f5f5;
  border: #000000;
  border-style: solid;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
}

td.borderSimple {
  background-color: #FFFFFF;
  border: #000000;
  border-style: solid;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
 }

.NoneinputField {
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #f5f5f5;
  border: #CCCCCC;
  border-style: solid;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  text-align:left;
}

.inputField {
  background-color: #FFFFFF;
  border: #000000;
}

select.input {
  width: 250px;
}

.stretch {
  width: 100%;
}

.TextContent {
  background-color: #f5f5f5;
}

.TextTitre {
  background-color: #CCCCCC;
  color: black;
}

a.SmallMenu {
  color: #000000;
  text-decoration: none;
}

a.SmallMenu:link {
  color: #336666;
  text-decoration: none;
  font-weight: bold;
}

a.SmallMenu:active {
  color: #336666;
  text-decoration: none;
  font-weight: bold;
}

a.SmallMenu:visited {
  color: #336666;
  text-decoration: none;
}

a.SmallMenu:hover {
  color: #ffffff;
  text-decoration : underline;
  font-weight: bold;
}

/* log box: displays the user logged */
div#loginfo {
    position: absolute;
    top: 40px;
    right: 2em;
}

/* search result navigation box */
div#searchNavBox {
  position: fixed;
  top: 66px;
  right: 20px;
  width: 240px;
  /*background: #EEF5F5;
  border: 2px solid #BFBFBF;*/
}

/* links between occurrences of search */
div#searchNavBox img {
  border: 0;
}

/* emphases the result of a search */
span.resultFound {
  padding-left: 1em;
  padding-right: 1em;
  color: black;
  font-weight: bold;
  background-color: rgb(255, 250, 205);
  border: 1px solid rgb(191, 191, 191);
}

/* link to the previous occurence of a search */
a#linkPreviousOccurrence:link {
  text-decoration: none;
  /*cursor: w-resize;*/
  cursor: url("pics/nav_backward_active.gif"), auto;
  border: 0;
}
a#linkPreviousOccurrence:visited {
  text-decoration: none;
  /*cursor: w-resize;*/
  cursor: url("pics/nav_backward_active.gif"), auto;
  border: 0;
}
a#linkPreviousOccurrence:active {
  text-decoration: none;
  /*cursor: w-resize;*/
  cursor: url("pics/nav_backward_active.gif"), auto;
  border: 0;
}
a#linkPreviousOccurrence:hover {
  text-decoration: none;
  /*cursor: w-resize;*/
  cursor: url("pics/nav_backward_active.gif"), auto;
  border: 0;
}
a#linkPreviousOccurrence:focus {
  text-decoration: none;
  /*cursor: w-resize;*/
  cursor: url("pics/nav_backward_active.gif"), auto;
  border: 0;
}

/* link to the next occurrence of a search */
a#linkNextOccurrence:link {
  text-decoration: none;
  /*cursor: e-resize;*/
  cursor: url("pics/nav_forward_active.gif"), auto;
  border: 0;
}
a#linkNextOccurrence:visited {
  text-decoration: none;
  /*cursor: e-resize;*/
  cursor: url("pics/nav_forward_active.gif"), auto;
  border: 0;
}
a#linkNextOccurrence:active {
  text-decoration: none;
  /*cursor: e-resize;*/
  cursor: url("pics/nav_forward_active.gif"), auto;
  border: 0;
}
a#linkNextOccurrence:hover {
  text-decoration: none;
  /*cursor: e-resize;*/
  cursor: url("pics/nav_forward_active.gif"), auto;
  border: 0;
}
a#linkNextOccurrence:focus {
  text-decoration: none;
  /*cursor: e-resize;*/
  cursor: url("pics/nav_forward_active.gif"), auto;
  border: 0;
}

p.emphase {
  font-weight: bold;
  font-style: italic;
  text-align: center;
}

p#counterInProgress {
  text-align: center;
}

/* inactive links */
span.passive {
  color: gray;
}

table.ebiStyleTable {
  border: 1px solid rgb(191, 191, 191);
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  margin-bottom: 1em;
  margin-top: 1em;
}

table.ebiStyleTable th {
  background-color: rgb(94, 158, 158);
  color: rgb(255, 255, 255);
  padding-right: 1em;
  padding-left: 1em;
  text-align: center;
  border: 1px solid rgb(191, 191, 191);
}

table.ebiStyleTable td.par {
  border: 1px solid rgb(191, 191, 191);
  background-color: rgb(255, 255, 255);
  color: inherit;
}

table.ebiStyleTable td.odd {
  border: 1px solid rgb(191, 191, 191);
  background-color: rgb(238, 245, 245);
  color: inherit;
}

div.statsBox {
  background-color: white;
  float: right;
  padding-left: 10px;
}

/* vertical lines in the tree */
table.treeNodeTable {
    border-left: 1px solid rgb(217,218,220);
}

/* box (EBI style) for displaying a message to the user */
div.message_display {
    color: #EA6E6E;
    font-style: italic;
    font-weight: bold;
    text-align: center;
}

/* external links opened in a popup (displayed with an arrow) */
a.external:link, a.external:visited {
    background: transparent url(pics/external_link.gif) no-repeat scroll right center;
    padding-right: 13px;
}
a.external:hover, a.external:active {
    background: transparent url(pics/external_active.gif) no-repeat scroll right center;
    padding-right: 13px;
}

div.bigContent {
    height: 140px;
    min-height: 60px;
    overflow: auto;
    border: 1px solid rgb(191, 191, 191);
}

#xrefEdition input[type=text], #xrefEdition select,#xrefEdition textarea{
    width:400px;
}

table.historyTable,table.xrefTable {
    border: 1px solid #DEDEDE;
    background-color: rgb(255, 255, 255);
    color: inherit;
}

table.historyTable th,table.xrefTable th {
    background-color: rgb(94, 158, 158);
    color: rgb(255, 255, 255);
    text-align: center;
}

table.historyTable td,table.xrefTable td {
    padding-left: 1em;
    padding-right: 1em;
}

table.historyTable tr.odd, table.xrefTable tr.odd  {
    background-color: #EEF5F5;
}

table.historyTable tr.even, table.xrefTable tr.even  {
    background-color: #FFFFFF;
}

a.toc_link {
    font-weight: bold;
}

p.obsolete {
    color: red;
}

#versioninfo {
    color: red;
    font-weight: bold;
    font-size: 120%;
    position: absolute;
    right: 400px;
    top: 40px;
}

span.obsolete {
    color: red;
    font-style: italic; 
}

table.sqlresult {
    border: 1px solid rgb(191, 191, 191);
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    margin-bottom: 1em;
    margin-top: 1em;
}

table.sqlresult th {
    background-color: rgb(94, 158, 158);
    color: rgb(255, 255, 255);
    padding-right: 1em;
    padding-left: 1em;
    text-align: center;
    border: 1px solid rgb(191, 191, 191);
}

table.sqlresult td.normal {
    border: 1px solid rgb(191, 191, 191);
    text-align: left;
    padding-left: 5px;
    font: inherit;
}

pre.source {
    background-color: #EEF5F5;
    border: 1px solid #BFBFBF;
    color: black;
    font-family: courier,Arial,Helvetica,sans-serif;
    font-size: 90%;
    padding-left: 1em;
    text-indent: 0;
}

.frontMenuBox {
  margin-top: 5em;
  margin-bottom: 5em;
  margin-left: 15%;
  margin-right: 15%;
}

a.frontMenu {
  font-size:200%;
}

/* WS doc */
.sboWsDocTextElement {
  font-family: Arial;
  font-size: 10pt;
  color: #800000;
}
.sboWsDocTextAttr {
  font-family: Arial;
  font-size: 10pt;
  color: #FF0000;
}
.sboWsDocTextContents {
  font-family: Arial;
  font-size: 10pt;
  color: #000000;
}
.sboWsDocTextOperator {
  font-family: Arial;
  font-size: 10pt;
  color: #0000FF;
}
.sboWsDocElementHeader {
  font-family: Arial;
  font-size: 10pt;
  color: #000000;
}
.sboWsDocElementHeader2 {
  font-family: Arial;
  font-size: 10pt;
  font-weight: bold;
  color: #000000;
}
.sboWsDocWsdlName {
  font-family: Tahoma;
  font-size: 10pt;
  color: #000000;
}
.sboWsDocWsdlSubTitle {
  font-family: Tahoma;
  font-size: 8pt;
  color: #808080;
}
.sboWsDocWsdlWhite {
  font-family: Tahoma;
  font-size: 8pt;
  color: #808080;
}

.state_false {
  background-color: #ED8585;
}

.state_true {
  background-color: #5E9E9E;
}

