.ds_Wizard {
	display: none;
	position: absolute;
	background: #fff;
	z-index: 91;
}

.ds_WizardHeader {
	position: relative;
	height: 40px;
	background: url(/images/modules/Myrelations/tab-shadow_40.png) repeat-x;
	border: 1px solid #A480BA;
}

.ds_WizardHeader h3 {
	margin: 0;
	padding: 10px 0 0 10px;
	font: 16px Tahoma, Arial;
	color: #581E7C;
}

.ds_WizardHeader .close {
	position: absolute;
	top: 8px;
	right: 10px;
	width: 24px;
	height: 24px;
	background: url(/images/icons/di/16x16/close.png) left top no-repeat;
	cursor: pointer;
}

.ds_WizardContent {
	padding: 10px;
	overflow: auto;
}
.wizardLoading {
	background: url(/images/modules/Eduplus/ajax-loader.gif) 50% 50% no-repeat;
}
.ds_WizardContent fieldset {
	border: none;
}
.ds_WizardContent dt label {
	font-weight: bold;
	font-size: 11px;
}
.ds_WizardContent dd.hidden {
	padding: 0;
	height: 0px;
}
div.formInfoColPopup .ds_WizardContent dd {
	padding: 0;
	margin: 0;
}


.ds_WizardContent td {
	vertical-align: top;
}

/* hack voor in de newsletter preview */
.ds_WizardContent td.bottom, .ds_WizardContent td#warning {
	vertical-align: middle;
}

.ds_WizardContent td.label {
	padding: 5px 0 0 0;
	width: 130px;
}

.ds_WizardContent td.label label {
	font-weight: bold;
}

.ds_WizardContent td.dropdown {
	padding: 0 0 10px 0;
}

.ds_WizardContent td.textbox {
	padding: 0 0 10px 0;
}

.ds_WizardContent td.textbox input {
	padding: 3px 0 0 6px;
	width: 282px;
	height: 17px;
	border: 1px solid #ccc;
}

.ds_WizardContent td.textarea {
	padding: 0 0 10px 0;
}

.ds_WizardContent td.textarea textarea {
	padding: 3px 3px 3px 6px;
	width: 279px;
	height: 120px;
	font: normal 11px/18px Tahoma;
	border: 1px solid #cfcfcf;
}

.ds_WizardContent #TripRoomTypePricesForm td.textarea textarea {
	padding: 3px 3px 3px 6px;
	margin: 0 10px 0px 0px;
	width: 170px;
	height: 120px;
	font: normal 11px/18px Tahoma;
	border: 1px solid #cfcfcf;
}

.ds_WizardContent #TripRoomTypePricesForm th {
	text-align: left;
}

.ds_WizardFooter {
}

.ds_WizardButtons {
	height: 40px;
	background: url(/images/modules/Myrelations/tab-shadow_40.png) left top repeat-x;
	border-top: 1px solid #c8c8c6;
}

.ds_WizardButtons .button {
	float: right;
	display: block;
	margin: 10px 4px;
	height: 20px;
	background: url(/images/modules/Myrelations/button-bg.png) repeat-x scroll left top;
	border: 1px solid #a6a6a4;
	color: #575555;
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
	text-decoration: none;
	cursor: pointer;
}

.ds_WizardButtons .button .icon {
	display: block;
	float: left;
	height: 16px;
	margin: 0 8px 0 4px;
	padding: 2px;
	width: 16px;
}

.ds_WizardButtons span.imageSampleFooter {
	float: right;
	margin: 0 15px;
}

span.loading {
	height: 32px;
	background: #ddd url(/images/cms/loader.gif) left top repeat-x;
}

#nodeOptions {
	display:block;
}

#nodeOptions th {
	font-size: 14px;
}

#nodeOptions .nodeOption {
	float:left;
	width: 95px;
}

#nodeOptions .nodeOption a{
	color: #555555;
	font-size: 11px;
}

#nodeOptions .nodeOption img {
	border: 0;
}


