/**
	Définitions utilisés globalement par l'application.
*/



#pagetitle {
	background-image: url('../images/logo_sbr.png'), url('../images/logo_abims.png'), url('../images/logo_cnrs.png'), url('../images/logo_su.png');
	background-position: left top, left bottom, right top, right bottom;
	background-repeat: no-repeat;
	font-family: sans-serif;
	font-weight: bold;
	font-size: x-large;
	text-align: center;
	color: #0059a9;
}

#header {
	clear: both;
	background-color: #0059a9;
	font-family: sans-serif;
	font-weight: bold;
	font-size: small;
	color: #ffffff;
	padding-top: 4px;
	padding-bottom: 4px;
}

#search {
	background-color: #eeeeee;
	border-color: #eeeeee;
	border-style: solid;
	font-family: sans-serif;
	padding-top: 6px;
}

#leftpanel  {
	float: left;
}

#bordercontainer {
	width : 100%;
	height : 100%;
	border : none;
}

.leftpaneltitle {
	text-align: left;
	font-family : sans-serif;
	font-size: large;
	font-weight: bold;
	padding-bottom: 10px;
}

.centerpaneltitle {
	text-align: center;
	font-family : sans-serif;
	font-size: large;
	font-weight: bold;
	padding-bottom: 10px;
}

#footer {
	clear: both;
	background-color: #0059a9;
	font-family: sans-serif;
	font-weight: bold;
	font-size: small;
	color: #ffffff;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
}

#leftmargin {
	background-image: url('../images/logo_SulfAtlas_big.jpg');
	background-position: center center;
	background-repeat: no-repeat;
}

#rightmargin {
	background-image: url('../images/logo_SulfAtlas_reverse_big.jpg');
	background-position: center center;
	background-repeat: no-repeat;
}

.welcometext {	
	text-align : justify;
}

.welcometext > h3 {
	font-family: sans-serif;
	text-align: center;
}

.familypresentation {
	font-family: sans-serif;
	text-align: justify;
	padding-bottom: 12px;
}

.logoS {
	color: #6f9681;
	font-size: x-large;
}

.logoA {
	color : #ff8b73;
	font-size: x-large;
}

.welcomebg{
}

.contentpanel {
	vertical-align: top;
	margin-top: 10px;
	padding-left: 4px;
	padding-right: 4px;
}

.selectableheaderitem  {
	color: #ffffff;
	padding-left: 6px;
	padding-right: 6px;
	font-variant: small-caps;
}

.currentheaderitem {
	color: #ccccff;
	padding-left: 6px;
	padding-right: 6px;
	font-variant: small-caps;
}

/*
 Définition des styles des tableaux.
*/

#subfamilytable,#resulttable{
	width : 100%;
	padding-bottom: 20px;
	margin-bottom: 5px;
}

#ecactivitiestable{
	padding-bottom: 20px;
	margin-bottom: 5px;
}

.selectall {
	padding: 6px;
	font-style: italic;
	font-size: small;
}

/*
 Définition des styles pour les sections et les contenus des fiches.
*/
.recordsection {
	border-color: #88c9f9;
	border-style: solid;
}

.recordsubsection {
	border-color: #D0E7F7;
	border-style: solid;
}

.recordsectionheader {
	background-color: #88c9f9;
	font-family: sans-serif;
	font-weight: bold;
	padding: 4px;
}

.recordsubsectionheader {
	background-color: #D0E7F7;
	font-family: sans-serif;
	font-weight: bold;
	padding: 4px;
}

td.recordlabel {
	background-color : #eeeeee;
	font-weight: normal;
	text-align: right;	
	padding-left: 5px;
	padding-right: 5px;
}

td.recordcontents {
	text-align : left;
	font-weight : normal;
	padding-left: 10px;
}

td.tablerecordcontents {
	text-align : center;
	font-weight : normal;
	padding-left: 6px;
	padding-right: 6px;
	font-size: small;
}

/*
 Autres définitions de styles.
*/

.validatorerrors {
	font-style: italic;
	color: #B9121B;
}

/*
 Style pour la liste des participants.
*/
dl.memberlist dt {
	font-weight: bold;
	font-family: sans-serif;
	font-variant: small-caps;
	color : #0059a9;
	
}

dl.memberlist dt span.mail {
	font-family: cursive;
	font-size: smaller;
	text-decoration: none;
	font-variant: normal;
	color : #0059a9;
	
	
}

/*
 Style pour éliminer les sous-lignés des liens avec les noms des sous-familles.
*/
a.subfamilylink, a.uniprotlink, a.organismlink {
	text-decoration : none;
}


.taxonomyline {
	width : 100%;
	font-weight: bold;
	text-align: center;
	margin-bottom: 16px;
}

.citation {
	text-align: left;
}



/* Navbar container */
.sa-navbar {
  overflow: hidden;
}

/* Links inside the navbar */
.sa-navbar a {
  float: left;
  text-decoration: none;
}

/* The dropdown container */
.sa-dropdown {
  float: left;
  overflow: hidden;
}

/* Dropdown button */
.sa-dropdown .sa-dropbtn {
  border: none;
  background-color: inherit;
  font-family: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
}

/* Add a red background color to navbar links on hover */
.sa-navbar a:hover, .sa-dropdown:hover .sa-dropbtn {
  color: black;
  background-color: #D0E7F7;
}

/* Dropdown content (hidden by default) */
.sa-dropdown-content {
  display: none;
  position: absolute;
  background-color: #0059a9;

  z-index: 1;
}

/* Links inside the dropdown */
.sa-dropdown-content a {
  float: none;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a grey background color to dropdown links on hover */
.sa-dropdown-content a:hover {
	
  background-color:  #0059a9;
}

/* Show the dropdown menu on hover */
.sa-dropdown:hover .sa-dropdown-content {
  display: block;
}

