
/*
  Browser: Default Browser  Version: */

body {
  height: 100%;
  font-family: sans-serif;
  font-size: 12pt;
}

.not_justified {
  text-align: left;
}

#frontphoto {
  display: none;
}


img {
  border: 0;
}


a, a:visited, a:hover  {
  color: blue;
  text-decoration: none;
}


h1 {
  color: #FF9000;
}

table {
  margin-left: auto;
  margin-right: auto;
}


th {
  background-color: #FF9000;
}


/* ***************** Header ***************** */
#header {
  text-align: center;
  margin: 5px;
}

#header h1 {
  /*display: inline;*/
  font-size: 40px;
}

#header span {
  /* position: absolute; */
  top: 100%;
  left: 0;
  font-size: 20px;
}


#logo {
  /*float: left;*/
  vertical-align: middle;
  margin: 0px;
}
/* ************ end header *********** */



/* ***************** Menu ***************** */
#menu {
  width: 100%;
}

#menu img {
  max-height: 29px;
  min-height: 29px;
  max-width: 39px;
  min-width: 39px;
}


#menu ul {
  list-style: none;
  padding: 0px;
}

#menu li {
  display: inline;
  position: relative;
  border-right: 3px solid #FF9000;
  padding-right: 3px;
  padding-left: 3px;
}


#menu li > ul {
  visibility: hidden;
  position: absolute;
  background-color: white;
  padding: 0px;
  left: -1px;
  top: 18px;
    top: 20px;
  left: -5px;
  width: 97px;
    border-left: 1px solid #FF9000;
  border-bottom: 2px solid #FF9000;
  border-right: 3px solid #FF9000;
}

#menu li li {
  display: block;
  border: 0px;
}


#menu li:hover ul {
  visibility: visible;
}

#loginmenu {
  float: right;
  margin-top: 0px;
}
/* ************ end menu *********** */

#commands {
  font-size: 12pt;
}

/* ************ Body ************** */
#content {
  text-align: justify;
  font-size: 12pt;
  padding-left: 20px;
  padding-right: 20px;
}


#content h1 {
  color: #909090;
  font-size: 18pt;
  text-align: center;
}


#content h2 {
  font-size: 14pt;
  font-weight: normal;
}


#content dl {
  margin-left: 30px;
}


#content dt {
  font-weight: bold;
  display: list-item;
  list-style-type: circle;
}

#content ul {
  list-style-type: circle;
}

/* ************ end body *********** */


#prefs table, #prefs input.field, #member table {
  width: 100%;
}

.miniphoto {
  height: 50px;
}

#member table #photo img, #prefs #photo img {
  vertical-align: middle;
  max-height: 200px;
}


#member table #photo {
  text-align: center;
}


#commands {
  float: right;
}


#commands ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}


#commands li:before {
  content: "[";
}


#commands li:after {
  content: "]";
}


#edit {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 100%;
}


#edit textarea {
  width: 100%;
  height: 100%;
}

.biblio {
  text-align: center;
}

.biblio h2 {
  display: none;
} 

.biblio .c2, .biblio .c5 {
  display: block;
}

.biblio .name {
  color: #001A99;
}

.biblio .title {
  color: #801A1A;
}

.biblio dl {
  display: block;
}

.biblio dt {
  list-style: none;
  display: block;
}

.biblio dd {
  display: block; 
  margin-left:0px;
  margin-bottom: 20px;
}

.biblio ul {
  margin: 0px;
}

.biblio li {
  margin-left: 0px;
  margin-bottom: 20px;
  text-align: justify;
}

#news {
}

#news h1 {
  /* text-decoration: underline; */
}
