html, body {
	width: auto;
	height: 100%;
}

html {
  overflow: none;
  font-size: 70%;
}

body, td {
/* 	font-family: 'Trebuchet MS', Verdana, sans-serif; */
	font-family: Verdana, sans-serif;
}

body {
  background-color: #f6f6f6;
  margin: 0px;
}

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.topleft {
  width: 38px;
  height: 184px;
}

td.top {
}

td.left {
  width: 36px;
  background-color: #f6f6f6;
}

td.menu-top {
  width:202px;
  height:26px;
}

td.menu {
  width: 202px;
  background: url('../images/menu-bridgemate.gif');
  background-position: bottom;
  background-repeat: no-repeat;
  background-color: #3c3d7c;
}

td.menu_h1 {
  color: white;
  font-size: 115%;
  font-weight: bold;
  padding-left: 30px;
  line-height: 22px;
}

td.menu_h1_selected {
  color: #a5b1dc;
  font-size: 115%;
  font-weight: bold;
  padding-left: 30px;
  line-height: 22px;
  background: url('../images/menu_selected.gif');
  background-position: left;
  background-repeat: no-repeat;
}

td.menu_h2 {
  color: white;
  font-size: 85%;
/*  font-weight: bold; */
  padding-left: 50px;
  line-height: 18px;
}

td.menu_h3 {
  color: white;
  font-size: 115%;
  font-weight: bold;
  padding-left: 30px;
  line-height: 16px;
}

td.menu_h4 {
  color: white;
  font-size: 95%;
  padding-left: 30px;
  line-height: 16px;
}

td.menu_h5 {
  color: white;
  font-size: 95%;
  font-weight: bold;
  padding-left: 30px;
  line-height: 16px;
}

td.menu_h6 {
  color: #a5b1dc;
  font-size: 95%;
  padding-left: 30px;
  line-height: 16px;
}

td.main_home {
  width: 457px;
  padding: 30px;
  background: url('../images/main_home.gif');
  background-position: top right;
  background-repeat: no-repeat;
  background-color: #ffffff;
}

td.main {
  width: 688px;
  padding: 30px;
  background: url('../images/main.jpg');
  background-position: top right;
  background-repeat: no-repeat;
  background-color: #ffffff;
}

td.right_home {
  width: 191px;
  padding-top: 65px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  background: url('../images/right_home.jpg');
  background-position: top left;
  background-repeat: no-repeat;
  background-color: #dee0e9;
}

td.right {
  width: 1px;
  padding: 0;
  background-color: #f6f6f6;
}

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