#sgOverlay {
	z-index: 65555;
	position: fixed;
	top: 0px;
	left: 0px;
	visibility: hidden;
	opacity: 0.2;
	width: 100%;
	height: 100%;
}

#sgLoader {
	font-family: arial;
	z-index: 65557;
	position: fixed;
	top: 50%;
	left: 50%;
	width:500px;
	line-height: 50px;
	margin-left: -250px;
	margin-top: -50px;
	display: none;
	background-color: #EBF6FA;
	border: 1px solid #1D7994;
	color: #1D7994;
	font-size: 200%;
	text-align: center;
	padding: 20px;
	font-weight: 100;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-opera-border-radius: 30px;
	-moz-border-radius: 30px;
}

/*
 Tooltips
 */
.TipsSG {
    cursor: pointer;
}

.TipsSG:hover {
}

.tool-tip {
    color: #fff;
    width: 160px;
    z-index: 13000000000000000000000000000000;
}

.tool-title {
    font-weight: bold;
    font-size: 12px;
    color: #A1D6F6;
    margin: 0;
    padding: 8px 8px 4px;
    background: url(../images/bubble.png) top left;
}

.tool-text {
    font-size: 11px;
    padding: 4px 8px 8px;
    background: url(../images/bubble.png) bottom right;
}
.terugnaaroverzicht {	

	height:35px;
	line-height:35px;
	font-size:110%;
	
	}
.terugnaaroverzicht a:link, .terugnaaroverzicht a:visited{	
	background: transparent url(../images/back.png) no-repeat center left;
	padding-left:25px;

	}