/* first get rid of those stupid big margins around (especially below) headers etc. */
h1,h2,h3,h4,p,ul,ol {
  margin: 0 0 2px 0;
}

/* template parts */
#header-right { width: 100%; background: url(images/balk.jpg) no-repeat; }

body {
  font-family : Verdana, Arial, Helvetica, sans-serif;
  background-color: #ffffff;
  margin: 0px;
  border: 0px;
  height: 100%;
  font-size: 10pt;
}

h1 {
  font-size: 12pt;
  font-weight: bold;
  margin-bottom: 10px;
}

.header h1 {
  color: white;
}

h2 {
  font-size: 11pt;
  font-weight: bold;
  margin-bottom: 10px;
}

h3 {
  font-size: 10pt;
  font-weight: bold;
}

p {
  font-size: 10pt;
  margin-bottom: 1em;
}

td {
  font-size: 10pt;
}

a {
  color: black;
  /* padding: 1px 2px; */
}

a.selected {
  color: blue;
}

a:hover {
  color: blue;
}

a.bld {
  font-weight: bold;
}

a.title {
    text-decoration: none;
    font-weight: bold;
}

.system a.title {
    color: #666;
}

a img { border: 0; }

span.overlib { display: inline; }

pre {
  font-size: 8pt;
}

ul {
  margin: 0 0 5px 30px;
  list-style-position: outside;
  list-style-type: square;
}

ul.item-list {
  list-style: none;
}

.menu ul.item-list li {
    font-weight: bold;
    margin-left: 4px;
    font-style: italic;
    color: #aad;
}
.menu ul {
    margin-left: 4px;
    padding: 0;
    list-style: none;
}

div.divider {
  margin: 4px;
  padding: 0px;
  height: 0px;
  border-bottom: solid #d0d0d0 1px;
}

div.data_div {
  overflow: auto;
  border: 1px solid black;
  /* width: 100%; */
  /* 175px is 7 rijen, moet 12, 27 per rij, duzzeh 327 */
  height: 327px;
}

div.reg_conditions {
  overflow: auto;
  height: 150px;
  width: 500px;
}

table.page_table {
  height: 100%;
  width: 100%;
  padding: 0px;
  margin: 0px;
  border-spacing: 0px;
}

table.nutrition {
  width: 100%;
  height: 100%;
}

td.header {
  height: 70px;
}

td.menu {
  color: white;
  width: 150px;
  vertical-align: top;
/*  text-align: center; */
  font-size: 8pt;
}

.menu a {
  display: block;
  text-decoration: none;
  font-weight: bold;
/*  margin-bottom: 10px; */
  margin-left: 4px;
  margin-bottom: 4px; 
}

.menu li {
   margin-bottom: 4px;
}

.menu .item-list a {
    font-style: normal;
    margin-left: 0;
}

td.main {
  padding: 20px;
  /* width: *; */
  height: 100%;
  background: white;
  vertical-align: top;
}

.nutrition td {
  padding-right: 20px;
}

td.banner {
  text-align: center;
}

td.footer {
  font-size: 8pt;
  color: white;
  text-align: center;
}

td.sidebar {
  padding: 10px;
  width: 250px;
  height: 100%;
}

td.syndromes {
  padding: 10px;
  border-left: 20px;
  width: 250px;
  height: 100%;
  background-color: #f1f1f1;
}

.syndromes a {
  text-decoration: none;
  color: black;
  font-weight: bold;
}

table.display {
  border: 0px;
  border-collapse: collapse;
}

/* .display input, .display select, .display td { */
.display * {
  font-size: 8pt;
}

.display td {
  padding: 2px;
}

/* Konqueror 3.5.3 border-collapse workaround :( */
.display_ * {
  font-size: 8pt;
}

.display_ td {
  padding: 2px;
}

tr {
  vertical-align: top;
}

tr.rowheader0 {
  vertical-align: bottom;
  font-weight: bold;
}

td.rowheader0 {
  text-align: left;
  font-weight: bold;
}

.rowheader0 td {
  border-bottom: 1px solid black;
  text-align: left;
}

.rowheader0 td+td {
  text-align: center;
}

.rowheader0 a {
  text-decoration: none;
}

tr.rowheader1 {
  vertical-align: bottom;
  font-weight: bold;
  text-align: center;
}

td.rowheader1 {
  text-align: center;
  font-weight: bold;
}

.rowheader1 td {
  /* border-bottom: 1px solid black; */
}

.rowheader1 a {
  text-decoration: none;
}

tr.rowheader2 {
  font-style: italic;
}

tr.total {
  font-weight: bold;
}

td.total {
  font-weight: bold;
  text-align: right;
}

td.data, tr.data td+td {
  border-right: 1px solid grey;
  text-align: right;
}

tr.row_0 {
  /* background-color: none; */
}

tr.row_1 {
  background-color: #e0e0ff;
}

.syndromes a {
  color: #000000;
}

.syndromes a:hover {
  color: #3366cc;
}

div.adh {
  margin: 10px;
  padding: 5px;
  background-color: #e0e0ff;
  font-size: 8pt;
}

.adh h1 {
  font-size: 10pt;
}

.adh p {
  font-size: 8pt;
}

div.adh_print {
  margin: 10px;
  padding: 5px;
  background-color: #e0e0ff;
}

div.error {
  border: solid black 1px;
  background: #ffa0a0;
  padding: 2px;
  margin-bottom: 4px;
}

div.message {
  border: solid black 1px;
  background: #a0ffa0;
  padding: 2px;
  margin-bottom: 4px;
}

div.small {
  font-size: 8pt;
}

form {
  margin: 0px;
}

form.login_form,div.news {
  font-size: 8pt;
  padding: 5px;
  border: 1px solid black;
  background-color: #e0e0ff;
}

.system table {
border-collapse: collapse; border: 0;
}

.system th {
border-bottom:3px solid #CCCCCC;
padding-right:1em;
text-align:left;
}

.system tr.even td, tr.odd td {
background-color:#EEEEEE;
border-bottom:1px solid #CCCCCC;
padding:0.1em 0.6em;
}
