.topHelpTDsNormal {
	cursor:pointer;
	background-color:#95b33c
}

.topHelpTDsMouseover {
	cursor:pointer;
	background-color:#a7cc3a
}

/* GENERAL LAYERS */
.helpBox {
	position:absolute;
	z-index:1;
	visibility: hidden;
	width: 400px;
}

.helpBoxSmall {
	position:absolute;
	width:155px;
	z-index:6;
	visibility: hidden;
}


.helpBoxMedium {
	position:absolute;
	width:250px;
	z-index:6;
	visibility: hidden;
}

.helpBoxMediumLarge {
	position:absolute;
	width:300px;
	z-index:1;
	visibility: hidden;
}

.visningslister {
	position:absolute;
	width:201px;
	height:115px;
	z-index:5;
	visibility: hidden;
}

.guestListChoceCol {
	position:absolute;
	width:755px;
	height:115px;
	z-index:4;
	visibility: hidden;
}
.exampleText {
	color:#006633;
	font-style:italic;
}