/* File:    basysbio_data.css
   Author:  Frank Rügheimer
   Content: for formating BaSysBio data publication site
   History: 2010-11-03 adapted from fcr.css (personal website style) 
*/ 
body {
  min-width: 800px;
  background: white;
  color: black;
  font-family: sans-serif;
  font-size: 10pt;
}


div.header {
  padding: 4px;
  background: white;
  color: #4040A0;
  font-size: 14pt;
  font-weight: bold;
  text-align: center;
  background-color: #E0E0E0;
}


div.menu {
  float: left;
  color: #4040A0;
  margin: 0;
  margin-top: 8px;
  padding: 0;
  width: 15em;
  font-weight: bold;
}

div.menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  white-space: nowrap;
  font-size: 10pt
}

div.menu li{
  padding-left: 15px;
  line-height: 22px;
}

div.menu li{
  padding: 5px;
  border: 1px solid #4040A0;
  text-decoration: none;
  margin-bottom: 2px;
  margin-right: 2px;
}

div.menu li:hover{
  border: 1px solid orange;
}

li.menu a {
  text-decoration: none;
  color: #4040A0;
}


li.menulvl2{
   padding: 5px;
   padding-left: 10px;
   border: 1px solid;
   text-decoration: none;
   margin-left: 1em;
   margin-bottom: 2px;
   margin-right: 2px;
}


li.menulvl2:hover{
  border: 1px solid orange;
}

li.menulvl2 a{
   text-decoration: none;
   color: #4040A0;
}

div.content {
  margin-left: 14.0em;
  margin-top: 8px;
  padding-top:  1ex;
  padding-left: 2em;
  padding-right: 2em;
  min-height: 30em;
  /* border: 1px solid #4040A0; */
}

div.footer {
  margin-top: 4px;
  font-size: 8pt;
  text-align: right;
}

div.footer {
  margin-top: 4px;
  font-size: 10pt;
	text-align: right;
	background-color: #E0E0E0;
}

div.verbat{
  font-family: monospace;
  font-style: normal;
  font-weight: normal;
  white-space: pre;
}

a{
  text-decoration: none;
  color: #4040A0;
}

div.content table{
  border-spacing: 0;
  border-width: 0;
  border-bottom: solid thin;
  padding: 0; 
  margin: 0;
}


div.content td{
  border-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  border-width: 0;
  padding: 4px;
}  

div.content th{
  /*margin-left, margin-right: 0;*/
  /* border-left, border light: none; */
  border-left-width: 0;
  border-right-width: 0;
  border-top: solid thin;
  border-bottom: solid thin;
  padding: 4px;
}

div.content table.index{
  border: none;
  border-bottom: none;
  border-top: none;
}

p.credit{
	font-size: 10pt;
}
