html {
	width: 100%;
	height: 100%;
}

body
{
	background-color: #5376B0;
	margin: 0px;
	padding: 0px;
	height: 100%;
}

table {
	border-collapse: collapse;
	border: 1px solid black;
}

td {
	padding: 5px;
	vertical-align: top;
}

.tdLightBG {
	border-top: 2px solid white;
	padding: 5px;
	background-image: none;
	background-color: #CFCFCF;
	vertical-align: top;
	text-align: left;
}

img {
	border: 0px solid black;
}

.tdLeft  {
	text-align: left;
}

.linkTD {
	padding: 1px;
}

#imgHolderContainer {
	margin-top: 15px;
	position: absolute;
	width: 100%;
	height: auto;
	text-align: center;
	z-index: 1;
	cursor: hand;
}

#imgHolder {
	margin-left: auto;
	margin-right: auto;
	height: 470px;
	width: 770px;
	border: 1px solid black;
	background-color: #bebebe;
	visibility: hidden;
	display: none;
	cursor: hand;
}

#background{
	position:absolute;
	z-index:0;
	width:100%;
	height:100%;
}

#feedbackDiv {
	margin-left: 250px;
	margin-top: 100px;
	padding: 5px;
	width: 500px;
	display: block;
	position: absolute;
	background-color: #D4DDEE;
	z-index: 5;
	border: 1px solid black;
}

.feedbackBtn {
	float:right;
	background-color: #C3CDDD;
	border: 1px solid black;
	padding: 3px;
}

.feedbackBtn:hover {
	background-color: #FFFFFF;
	cursor: hand;
}

.helpMenu {
	position: absolute;
	top: 0px;
	z-index: 4;
	right: 0px;
	border: 1px solid #B2B4B3;
	background-color: #EFF5FF;
	font: 8pt verdana;
	color: #6c7888;
	padding: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	z-index: 2;
}

#topLogo {
	position: relative;
	z-index:2;
	background-image: url(/Images/toplogo.png);
	width: 460px;
	height: 127px;
	top: -60px;
	margin-left: auto;
	margin-right: auto;
}

#topHeader {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -80px;
}

.topHeaderText {
	text-align: left;
	margin-left: 26%;
}

.startHolderBtn {
	width: 626px;
	height: 45px;
	margin-left: auto;
	margin-right: auto;
	cursor: hand;
}

.startBtnOutHolder {
	width: 626px;
	height: 45px;
	margin-left: auto;
	margin-right: auto;
	cursor: hand;
}

.startHolderSubBtn {
	width: 456px;
	height: 37px;
	margin-left: 120px;
	background-image: url(/Images/button.png);
	text-align: left;
	padding-left: 50px;
	padding-top: 8px;
}

.startHolderSubBtn2 {
	width: 495px;
	height: 18px;
	margin-left: 120px;
	background-image: url(/Images/buttonSmall.png);
	text-align: left;
	padding-left: 11px;
	padding-top: 7px;
}

.headerTop
{
	position: relative;
	display: block;
	margin-top: -13px;
	margin-left: auto;
	margin-right: auto;
	width:auto;
	font: 15pt verdana;
	font-weight: bold;
	color: #003366;
	text-align:center;
}

.headerTag
{
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width:auto;
	font: 8pt verdana;
	color: #6c7888;
	text-align:center;
}

.startHolder
{
	position: relative;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	bottom: -15%;
	z-index: 2;
	text-align: center;
	font: 8pt verdana;
	color: #000000;
	height: 458px;
	width: auto;
	background-image: url(/Images/bg-middle.png);
	background-position: 0px 50px;
	background-repeat: repeat-x;
	margin-top: -70px;
	padding-top: 70px; *top: 50px;
}	

.startHolder a:link              { color:#0000EE; text-decoration:underline; }
.startHolder a:visited           { color:#0000EE; text-decoration:underline; }
.startHolder a:hover             { color:#0000EE; text-decoration:underline; }
.startHolder a:active            { color:#0000EE; text-decoration:underline; }

.overviewHolder
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	z-index: 2;
	text-align: center;
	font: 8pt verdana;
	color: #6c7888;
	bottom: -1%;
	height: 75%;
	width: auto;
	overflow: auto;
	overflow-y: scroll;
}

.designHolder
{
	position: relative;
	width: 575px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -80px;
	bottom: -15%;
	z-index: 2;
	text-align: center;
	width: 750px;
}	

.designWindow
{
	background-color: #CFCFCF;
	border: 1px solid white;
	float: left;
	height: 100px;
	width: 250px;
	z-index: 2;
	margin-top: 25px;
	margin-left: 25px;
	text-align: center;
	text-decoration: none;
}

.designWindow img{
	margin: 10px;
}

.designWindow a{
	color: #6C6A6A;
}

.designTitle {
	position: relative;
	top: 0px;
	width: 100%;
	background-color: #D1D2DF;
	font-size: 11px;
	color: #000;
	font-weight: bold;
}

.designFooter {
	position: relative;
	bottom: 0px;
	width: 100%;
	background-color: #B4B6B5;
	font-size: 9px;
}

.wizardMode
{
	background-image: url(/Images/mode_simplified.png);
	background-position: 0px 38px;
	background-repeat: no-repeat;
	* background-image: none;
	* filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Images/mode_simplified_off.png', sizingMethod='crop');
	* margin-top: 38px;
	float: left;
	height: 360px;
	width: 323px;
	z-index: 2;
	text-align: center;
	text-decoration: none;
}

.wizardMode:hover {
	* filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Images/mode_simplified_on.png', sizingMethod='crop');
	background-position: -325px 38px;
	background-repeat: no-repeat;
	* cursor: hand;
}

.modeHeader
{
	* position: relative;
	* top: -38px;
	font: 15pt verdana;
	font-weight: bold;
	color: #003366;
}

.modeTag
{
	* position: relative;
	* top: -38px;
	font: 8pt verdana;
	color: #6c7888;
}

.completeMode
{
	background-image: url(/Images/mode_complete.png);
	background-position: 0px 37px;
	background-repeat: no-repeat;
	* background-image: none;
	* filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Images/mode_complete_off.png', sizingMethod='crop');
	* margin-top: 38px;
	float: right;
	right:20%;
	height: 316px;
	width: 323px;
	z-index: 2;
	text-align: center;
	text-decoration: none;
}

.completeMode:hover {
	* filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Images/mode_complete_on.png', sizingMethod='crop');
	background-position: -325px 37px;
	background-repeat: no-repeat;
	* cursor: hand;
}

#windowFlags
{
	display: block;
	z-index: 2;
	position: relative;
	margin-top: 3px;
	float: right;
	padding: 1px;
}

#windowFlags a:hover {
	background-position: -23px 0;
}
.flagUK {
	display: block;
	width: 23px;
	height: 16px;
	background: transparent url(Images/flag_uk.jpg) no-repeat;
	margin-bottom: 3px;
	margin-left: 10px;
}
.flagNL {
	display: block;
	width: 23px;
	height: 16px;
	background: transparent url(Images/flag_nl.jpg) no-repeat;
	margin-left: 10px;
}

#legalHolder
{
	text-align: right;
	position: absolute;
	bottom: 0px;
	right: 0px;
	display: block;
}

#legal
{
	color:#5376B0;
	position: relative;
	bottom: 2px;
	height: 26px;
	right: 5px;
	text-align:right;
	z-index: 3;
	font: 7pt verdana;
	padding-right: 28px;
	top: 1px;
}
#legal a
{
	color:#5376B0;
	text-decoration: none;
}
#legal a:hover
{
	text-decoration: underline;
}

#bottom-left
{
	background-image: url(/Images/splash_left.gif);
	position: absolute;
	bottom: 0px;
	left:0px;
	height: 160px;
	width: 440px;
	z-index: 3;
}
#bottom-middle
{
	background-image: url(/Images/splash_middle.jpg);
	position: absolute;
	display: block;
	bottom: 0px;
	left:440px;
	height: 110px;
	right: 0px;
	* width: 100%;
	z-index: 2;
}
#bottom-right
{
	text-align: right;
	margin-right: 35px;
	font: 8pt verdana;
	position: absolute;
	bottom: 67px;
	right:0px;
	height: 42px;
	z-index: 2;
	color: #CCC;
	width: 322px;
	z-index: 2;
}
#bottom-right a
{
	color:#CCC;
	font: 8pt verdana;
	text-decoration: underline;
}
#bottom-right a:hover
{
	text-decoration: underline;
}

.sitePreview
{
	margin-left: 15px;
	position: relative;
	float: left;
	border: 1px solid black;
	background-color: #d5d5d5;
	text-align: center;
	width: 75px;
	height: 75px;
}

.sitePreview a
{
	text-decoration: none;
}






