﻿body {
	border: none;
    color: black;
    background-color: #e4e4e4;  /* lighter then lightgrey */
	font-size: 0.8em;
	font-weight: normal;
}

body, p, th, td, li, ul, ol, h1, h2, h3, h4, h5, h6	{
    font-family: verdana, arial, helvetica, sans-serif;
	border: none;
}

h1 {
	font-size: 1.2em;
}

h2 {
   font-size: 1em;
}

h3 {
	font-weight: bold;
	color: fuchsia;
}

h5 {
   font-size: 1em;
   font-weight: bold;
}

td, th {
    text-align:left;
	vertical-align: top;
}
td.center {
    text-align: center;
}

td.right {
    text-align: right;
}

th {
	white-space: nowrap;
}

input, select, textarea {
    border-width: 1px;
    border-style: inset;
    border-color: none;		/* to make the inset border work properly in ie6 */
	font-size: 0.9em
}

a {
	color: #9f009f;     /* iets minder fel dan fuchsia (fuchsia is #ff00ff) */
	font-weight: bold;
    text-decoration: none;
}

a:hover {
    color: #f0f;
	text-decoration: underline;
}

td.Label, th {
   font-weight: bold;
}

/*class stuff below */
h1.header {
  	font-size: 1.7em;
	/* cerntered: */
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}

.center {
	text-align: center;
}

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

.center p {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}

.center div.centerleft {	/* a table with lieft aligned text */
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.center form {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}


.content {
	border-top: 30px solid #e4e4e4;  /* equals background */
	border-left: 150px solid #e4e4e4;  /* equals background */
}
body {
	width: 860px;
}

body.center {
	width: 96%;
}

#loginform input.input {
	width: 140px;
}

input.ButtonControl		/* buttons */
{   background-color: #cccccc;
    border-width: 1px;
    border-style: outset;
    border-color: none;		/* to make the inset border work properly in ie6 */
    min-width: 60px;
	font-weight: bold;
	color: #9f009f;
}

input.checkbox, input.radio
{   background-color: #e4e4e4;
}

#last5 {
	width: 98%;
	border-bottom: inset 1px;
}

#top10 a, #last5 a{
	display: block;
	padding: 3px;
}
#last5 a:hover,  #top10 a:hover, #arrows a:hover {
	text-decoration: none;
	background-color: #ccc;
}

#top10 {
    float: right;
    width: 200px;
	height: 300px;
	overflow: auto;
}

#top10  td{
	border-bottom: inset 1px;
}


#top10 a:hover {
}


/* from here onwards the menu-style  */
td.menu {
	background-color: #d6d6d6;
}

td.nav {
	background-color: #d6d6d6;
	font-weight: bold;
	width: 90px;
	padding: 0 0.5em;
	text-align: center;
}

td.menu a
{   font-weight: normal;
	display: block;
	background-color: #eee;
	padding-left: 3px;
	padding-top: 1px;
	padding-bottom: 1px;
}

td.menu a:hover {
	color: #f0b;
	background-color: #ccc;
}

p.error
{   border-style: solid;
    border-width: 3px;
    border-color: red;
    font-weight: bold;
	padding: 1px;
}

p.message
{   border-style: solid;
    border-color: green;
	padding: 1px;
}

/* below: the layout of the pages */
table.menu {
    float: left;
	width: 140px;
	height: 100%;
	border-top: 30px solid #e4e4e4;  /* equals background */
}

#arrows a{
	font-weight: normal;
	font-size: 0.8em;
}

span.small {
    font-size: 0.8em;
}

div.clear {
    clear: both;
}
