/*
 CSS for MMBase
 @author Michiel Meeuwissen
 @version $Id: mmbase.css,v 1.13 2007-07-25 05:15:55 michiel Exp $;
*/

html {
  background-color: white;
  color: black;
}

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background-color: white;
  color: black;
  margin-left: 3%;
  margin-right: 3%;
  padding-left: 0pt;
  padding-right: 0pt;
}

table {
  width: 100%;
  font-size: 9pt;
  border-bottom: none;
  border-top: none;
  border-left: solid thin white;
  border-right: none;
  border-collapse:separate;
  border-spacing: 1pt;


}
td.numeric {
  text-align: right;
}

/* a basic body is a page not using a table */
body.basic h1 {
  padding-left: 3%;
  background-color: #ddd;
}
body.basic p, table {
  margin-left: 3%;
  width: 94%;
}

.intro {
  font-style: italic;
}

td {
  padding: 3pt;
}
td p {

}
th {
  background-color: #ddd;
  text-align: left;
}

th.header,th.navigate {
  border-top: solid white 2ex;
}
tr.even{
  background-color: #eee;
}

tr.footer td {
  border-top: solid thin black;
  border-left: none;
  border-right: none;
  border-collapse:collapse;
}

.title,
.subtitle {
  color: navy
}

textarea.small {
  height: 6em;
}
textarea.big   {
  height: 15em;
}

a {
  text-decoration: none;
}

a:link {
  color: blue;
}

a:visited {
  color: purple;
}

a:hover {
  /*
    color: red;
     text-decoration: underline;
     */
}

.data {
  border-bottom: solid thin #ddd;
}
.navigate {
  text-align: center;
  border-bottom: solid thin #ddd;
}
.linkdata {
  text-align: center;
  border-bottom: solid thin #ddd;
}
.multidata  {
  background-color: #ddd;
  padding: 5pt;
  margin: 5pt;
  border: solid thin black;
}

.currentmenuitem {
  color: navy;
  font-size: 1em;
  font-weight: bold;
  text-align: right;
  font-weight: bold;
}

.menuitem {
  color: black;
  font-size: 1em;
  text-align: right;
  font-weight: bold;
}

.link a img {
  border: none;
}

.navigate img {
  border: none;
}
/* tabs */
#tabnav {
  height: 20px;
  margin: 0;
  padding-left: 10px;
  background: url(/mmbase/style/images/tab_bottom.gif) repeat-x bottom;
}

#tabnav li {
  margin: 0;
  padding: 0;
  display: inline;
  list-style-type: none;
}

#tabnav a:link, #tabnav a:visited {
  float: left;
  background: #ddd;
  font-size: 10px;
  line-height: 14px;
  font-weight: bold;
  padding: 2px 10px 2px 10px;
  margin-right: 4px;
  border: 1px solid #000000;
  text-decoration: none;
  color: #666;
}

#tabnav a:link.active, #tabnav a:visited.active {
  border-bottom: 1px solid #f3f3f3;
                background: #f3f3f3;
  color: #000000;
}

#tabnav a:hover {
  background: #f3f3f3;
}

.filelisting h1 {
  border-bottom: #666688 solid 2px;
}

.filelisting table {
  background-color: #f3f3f3;
  border-left: #666688 solid 15px;
  border-right: #666688 solid 15px;
  margin-bottom: 20px;

}
.filelisting td {
  border-bottom: solid 1px white;
}

.filelisting .lastmodified {
  width: 20ex;
}
.filelisting .filesize {
  border-right: solid 1px black;
  width: 10ex;
}

.filelisting h3 {
  text-align: right;
  border-top: #666688 solid 2px;
}
