/*
	Copyright (C) A. Bram Neijt <bneijt@gmail.com>
*/
body {
  background: white;
  color: black;
  font-family: arial,helvetica,sans-serif;
  margin: 0px;
  padding: 0px;
}

a {
  background: transparent;
  color: #17457c;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  background: transparent;
  color: #991e1e;
  text-decoration: underline;
  font-weight: bold;
}

ul, ol{
  list-style-position: inside;
}

img {
  border: none;
}

/* Subtitle header. */
h2 {
  text-indent: 1em;
}

/* Another subtitle using another font-size then the subtitle. */
h3 {
  text-indent: 2em;
}
h4 {
  text-indent: 3em;
}
h5 {
  text-indent: 4em;
}
h6 {
  text-indent: 5em;
}

.block {
  display: table;
  background-color: #f5f5f5;
  border: 1px solid black;
  margin: 1em 1em 1em 0px;
  padding: 5px;
  text-indent: 0em;
}

/*

/*
  Start of ID's
*/

#page_content {
  margin: 1em;
}

/* MENU */
#page_menu {
  float: right;
	top: 0px;
  margin: 0px 1px 0px 1em; /* Margin top right bottom left */
}

#page_menu a {
  background: transparent;
  color: black;
  text-decoration: none;
	font-weight: normal;
}


#page_menu a:hover {
  background: transparent;
  color: blue;
  text-decoration: none;
}

#page_menu table{
	padding: 0px;
	margin: 0px;
	border: none;
  border-collapse: collapse;
}

#page_menu tbody td {
  background: url("menubg.png");
  background-repeat: repeat-x;
  background-position: center;
  padding: 0px 2em 0px 1em;
	border: 1px solid gray;

  height: 23px;

	margin: 0px;
	vertical-align: middle;
}

#page_header {
  background-color: #000080;
  color: silver;
  position: relative;
  top: 0px;
  right: 0px;
  left: 0px;
  font-weight: bold;
  vertical-align: middle;
  text-align: center;
  font-size: 2em;
}

/* General properties */

.center {
  text-align: center;
  width: 100%;
}

.bordered {
	border: 1px solid black;	
}
.bordered > tbody > tr > td { 
	vertical-align: top;
  border-top: solid 1px red;
}
.warning {
  color: maroon;
}

/* The simple colours */
.silver {
  color: silver;
}
.gray {
  color: gray;
}
.red {
  color: red;
}
.blue{
  color: blue;
}
.green{
  color: green;
}
.yellow{
  color: yellow;
}

