/*
	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;
}
body > table {
	display: block;
	border: none;
}
body > table > tbody > tr > td{
	border: none;
}

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;}

.floatright { float: right;}
.floatleft { float: left;}

.wide {width: 100%;}
.indent {text-indent: 1em;}
.free {margin: 1em;}
.padded {padding: 1em;}

/* Colours */
.gray {	color: gray;}
.gray > a { color: #3366cc;}
.bggray {	background-color: gray;}
.bgsilver {	background-color: silver;}
.silver {	color: silver;}
.yellow {	color: yellow;}
.blue {	color: #3366cc;}
.bgblue { background-color: #e5ecf9; }
.red { color: red;}
.green { color: green;}
.bggreen { background-color: #ecf9e5; }

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

/* Full layout properties */
.block {
  background-color: #f5f5f5;
  border: 1px solid black;
  padding: 1em;
  display: table;
}

.greenblock {
  background-color: #ecf9e5;
  border: 1px solid black;
  padding: 1em;
  display: table;
}

.bordered {
  border: 1px solid black;
  padding: 2px;
}

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

.hidden {
	display: none;
}

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

.module {
	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;
}

#navbar {
	border-bottom: 1px dashed #3366cc;
	left: 0px;
	right: 0px;
/*	background: #e5ecf9; */
	padding-left: 1em;
	font-size: 0.7em;
}

#navbar a{
	text-decoration: none;
}

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

/* Content table */
#content {
	text-align: left;
	background-color: transparent;
	width: 100%;
	vertical-align: top;
}
/* Google add problem patch */
iframe {
  overflow-x: hidden;
  overflow-y: hidden;
}



