/* Dit is de edit in place toolbar die je boven pagina teksten, nieuwsberichten enz. zet */
.eipBar {
	background-color: #eee;
	border-right: 2px solid #D71000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 17px;
	height: 17px;
	padding: 0 8px 0 0;
}

.eipBar a span {
	display: block;
	width: 0px;
	height: 0px;
	overflow: hidden;
}

.eipBar .swisButton {
	float: left;
	width: 14px;
}

.eipBar .swisButton a.eipWebbeheer {
	display: block;
	width: 83px;
	height: 17px;
	background: #FFF url("../webbeheer/skins/Swis2003/eip_bar.gif") no-repeat !important;
}

.eipBar .eipTools {
	float: right;
}

.eipBar .eipTools a {
	float: right;
	display: block;
	width: 14px;
	height: 14px;
	margin: 1px 0 0 8px;
}

.eipBar .eipTools a.eipAdd {
	background: url("../webbeheer/skins/Swis2003/icon_new.gif") no-repeat;
}

.eipBar .eipTools a.eipEdit {
	background: url("../webbeheer/skins/Swis2003/icon_edit.gif") no-repeat;
}

.eipBar .eipTools a.eipDelete {
	background: url("../webbeheer/skins/Swis2003/icon_delete.gif") no-repeat;
}

.eipBar .eipTools a.eipOverview {
	background: url("../webbeheer/skins/Swis2003/icon_details.gif") no-repeat;
}
