/*
	Copyright (C) Infosnel.nl
	Document, simple style for documentations.


*/

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: 'Bitstream Vera Sans', Verdana, sans-serif;
}
table.layout {
	display: block;
	border: none;
}
table.layout > tbody > tr > td{
	border: none;
}

h1.title {
	text-align: center;
	margin: 0px;
}
h2.subtitle {
	text-align: center;
	font-family: 'Purisa', serif;
	font-style: italic;
	padding: 0px;
	margin: 0px;
}
h3 {
	text-indent: 1em;
}
h4 {
	text-indent: 2em;
}
hr {
	width: 90%;
	border: 1px solid #3366cc;
}


table.def {
	border-collapse: collapse;
}

table.def tbody{
	border-right: 1px groove silver;
	border-left: 1px groove silver;
}

table.def tbody td{
	background-color: #ecf9e5;
	padding: 5px;
	border-bottom: 1px groove black;
}

table.def thead td{
	text-align: center;
	border-bottom: 2px solid #3366cc;
	padding: 2px 1em 2px 1em;
	vertical-align: bottom;
	font-weight: bold;
}

/* Link classes */
a {
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
a img{
	border: none;
}
.outbound {}

/* Aligment classes */
.center {	text-align: center;}
.right { text-align: right;}
.top { vertical-align: top;}
.bottom { vertical-align: bottom;}
.middle { vertical-align: middle;}

.sright { display: inline; right: 0px; position: relative; background-color: black;}
.fright { display: block; float: right;}
.fleft { float: left;}
.table { display: table; }
.wide {width: 100%; }
.indent {text-indent: 1em; }
.widemargin {margin: 1em; }
.margin {margin: 2px; }
.padded {padding: 1em; }

.inline {display: inline; }

/* Colours */
.gray {	color: gray;}
.gray > a { color: #3366cc;}
.bggray {	background-color: gray;}
.bgsilver {	background-color: silver;}
.bglightsilver { background-color: #F0F0F0; }

.silver {	color: silver;}
.yellow {	color: yellow;}
.blue {	color: #3366cc;}
.bgblue { background-color: #e5ecf9; }
.red { color: red;}
.green { color: green;}
.bggreen { background-color: #ecf9e5; }

/* Font and decorations */
.strike { text-decoration: line-through; }
.tiny	{ font-size: x-small; }
.small{ font-size: small; }

/* Cursors */
.clickable {
	cursor: pointer;
	cursor: hand;	
}

.selected {
	background-color: #e5ecf9;
}

/* Full layout properties */
.block {
  border: 1px groove black;
  display: table;
}
.box {
  border: 1px groove black;
  float: left;
}

.hbar {
	border: 1px groove #3366cc;
	width: 100%;
	/*left: 0px;
	right: 0px;*/
	background: #e5ecf9;
	padding-left: 1em;
	padding-right: 1em;
	font-size: 0.7em;
}

.shadowed {
	border-top: 2px solid black;
	border-right: 5px solid black;
	border-bottom: 5px solid black;
	border-left: 2px solid black;
}

.bordered {
  border: 1px solid black;
}

.disclaimer {
	font-size: small;
	color: gray;
}

.hidden {
	display: none;
}

/*Module related */
/*  Module title */
.module > .title {
	text-align: center;
	border-bottom: 2px solid #3366cc;
	padding: 2px 1em 2px 1em;
	vertical-align: bottom;
	font-weight: bold;
}

.module > .body {
	border: 1px groove #3366cc;
	background: #e5ecf9;
  padding: 0px 5px 0px 0px;
  margin: 0px 0px 1em 0px;
	clear: both;
}

/* Specials */
 /* The copyright block */
#copyblock {
	color: gray;
	text-align: center;
	margin: 2em 1em 1em 1em;
}

#ads {
	background-color: transparent;
	text-align: center;
	vertical-align: top;
	padding: 0 2em 1em 1em;
}

.hmenu{
	font-size: 0.7em;	
	margin-top: 1em;
	margin-bottom: 0.5em;
}

.hmenu ul {
	background-color: #e5ecf9;
	text-align: center;
	margin-left: 0px;
	padding-left: 0px;
	border: 1px groove #3366cc;
}

.hmenu li {
	list-style-type: none;
	padding: 0.25em 1em;
	border-left: 1px solid #3366cc;
	display: inline;
}


.hmenu li:first-child {
	border: none;
}

.vmenu {
	background-color: transparent;
	border: none; /*1px groove #3366cc;*/
/*	width: 8em;*/
	font-size: 0.7em;
}

.vmenu ul {
	list-style-type: none;
	margin-left: 1em;
	padding: 0px;
	border: none;
}

.vmenu li {
	margin: 1px;
	padding: 0.25em 1em 0.25em 1em;
	border: 1px solid #3366cc;
	background-color: #e5ecf9;
	display: block;
}

.vmenu li {
	width: auto;
}

/*
.vmenu li:first-child {
	border: none;
}
*/


/* MENU */
#right{
	vertical-align: top;
	padding: 0px 5px 0px 1em;
}

/* Content table */
#content {
	text-align: left;
	background-color: transparent;
	width: 100%;
	vertical-align: top;
}

