html, body {
	width: auto;
}

html {
  overflow: none;
  font-size: 70%;
}

body, td {
/* 	font-family: 'Trebuchet MS', Verdana, sans-serif; */
	font-family: Verdana, sans-serif;
}

body {
  background-color: #FFF;
  margin: 0;
}

h1 {
  color: #3c3d7c;
  font-size: 150%;
  font-weight: bold;
  margin-bottom: 4px;
  padding-bottom: 4px;
}

h2 {
  color: #3c3d7c;
  font-size: 120%;
  font-weight: bold;
  margin-top: 6px;
  padding-top: 6px;
  margin-bottom: 2px;
  padding-bottom: 2px;
}

h3 {
  color: #3c3d7c;
  font-size: 110%;
  font-weight: bold;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

h4 {
  color: #3c3d7c;
  font-size: 110%;
  font-weight: bold;
  margin-top: 8px;
  padding-top: 8px;
  margin-bottom: 6px;
  padding-bottom: 6px;
}

tbody, tr {
	vertical-align:top;
}

th {
  background-color: #CCCCCC;
  color: black;
  text-align: left;
  font-weight: bold;
}

th.dark {
  background-color: #444444;
  color: #FFFFFF;
  text-align: left;
  font-weight: bold;
}

th.blue {
  background-color: #CCCCCC;
  color: #3c3d7c;
  text-align: left;
  font-weight: bold;
}

.textcenter {
  text-align: center;
}

td.odd {
	background-color: #DDDDDD;
	vertical-align: top;
}

td.even {
	background-color: #EEEEEE;
	vertical-align: top;
}

td {
  vertical-align:top;
}

td.main_home {
  width: 457px;
  padding: 30px;
}

td.main {
    padding: 0 110px;
}

td.small {
  font-size: 95%;
}

span.small {
  font-size: 80%;
}

span.important {
  color: red;
  font-weight: bold;
  padding: 5px;
  font-size: 13px;
  border: 1px solid red;
}

td.textright {
  text-align: right;
}

td.textrightsmall {
  font-size: 80%;
  text-align: right;
}

textarea {
  overflow: auto;
}


/* hyperlink styles */

a {
	color: #3c3d7c; /* #CC0000 = red */
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

a.small {
	font-family: Arial, sans-serif;
}

a.menu {
	color: #a5b1dc; /* #CC0000 = red */
	font-weight: bold;
}

a.white {
	color: #FFFFFF;
}

a.whitenormal {
  font-weight: normal;
	color: #FFFFFF;
}

a.whitebold {
  font-weight: bold;
	color: #FFFFFF;
}

a.bluenormal {
  font-weight: normal;
  color: #a5b1dc;
}

a.black {
	color: #000000;
}

a.grey {
	color: #777777;
}

hr {
  border: 1px solid #3c3d7c;
}

ul {
  padding-left: 0px;
  margin-left: 16px;
  text-indent: 0px;
}

li.heart {
  list-style-image: url('../images/heart.gif');
  list-style-position: outside;
  padding-left: 26px;
  padding-bottom: 18px;
  vertical-align: top;
  line-height: 12px;
}

li.check {
  list-style-image: url('../images/check_on.gif');
  list-style-position: outside;
  padding-left: 26px;
  padding-bottom: 18px;
  vertical-align: top;
  line-height: 12px;
}

li.info {
  list-style-image: url('../images/info.gif');
  list-style-position: outside;
  padding-left: 26px;
  padding-bottom: 18px;
  vertical-align: top;
  line-height: 12px;
}

input.noBorder1 {
	border : 0px;
	font-size : 12pt;
	font-weight : bold;
}

input.noBorder2 {
	border : 0px;
	font-size : 9pt;
}

/* Rekenprogramma: */

a.rekenprogrammaHeader{
	color:navy;
	text-decoration:none;
	font-size:12px;
	line-height:15px;
}

a.rekenprogrammaHeader:hover{
	color:red;
	text-decoration:none;
	font-size:12px;
	line-height:15px;
}

a.rekenprogrammaHeaderSelected {
	font-weight:bold;
	color:red;
	text-decoration:none;
	font-size:12px;
	line-height:15px;
}

.input1 {
	width:250px;
}

.input1small {
	width:65px;
}

.input1plus {
	width:255px;
}

input.enabled {
	border: 1px solid #AAA;
	background-color: #FFF;
}

input.disabled {
	border: 1px solid #AAA;
	background-color: #CCC;
}

td.step2row {
	vertical-align: middle;
	height: 26px;
}

.bold {
  font-weight: bold;
}

.chooseUserType {
  border: 1px solid #888;
  padding: 10px;
  height: 180px;
}

.chooseUserType-left input {
  font-weight: bold;
}

.chooseUserType-right {
  margin-left: 10px;
}

.chooseUserType p {
  height: 100px;
}

.chooseUserType input {
  float: right;
}
