/* h1 inside the logo button */
#logo h1{
	display:block;
	width:100%;
	height:100%;
	text-indent:-3000px;
	cursor:pointer;
	margin:0;
	padding:0;
}
.noMargin, .noMargin .moduleContent{
	padding:0;
	margin:0;
}
.editButton{
	text-decoration:underline;
	font-size:11px;
	color:#000;
	line-height:35px;
}
.editButton:hover{
	color:#f00;
}
/* edit confif and logout buttons */
#Buttons a img{
	position:relative;
	top:3px;
}
/* links in the right hand top corner "vacatures" "nieuwsbrief" "contact" */
#Buttons a, #Buttons input{
	vertical-align:middle;
	text-decoration:none;
	line-height:25px;
	font-size:10px;
	color:#444;
	margin-right:20px;
}
#Buttons a:hover{
	text-decoration:underline;
	line-height:25px;
	font-size:10px;
	color:#000;
	margin-right:20px;
}
/* SubMenu link list */
.Sublinklist a{
	text-decoration:none;
	line-height:20px;
	color:#000;
	font-weight:bold;
}
/* links module */
.LinkPanel a{
	color:#78235C;
	font-weight:bold;
	text-decoration:none;
	padding:2px 15px 2px 0;
}
.LinkPanel a:hover{
	padding:2px 0 2px 15px;
	background:url(images/linkhoverbg.png) no-repeat left 6px;
}
/* submenu links */
.subMenuList{
	list-style:none;
	padding:0;
}
.subMenuList li{
	line-height:18px;
}
.subMenuList li a{
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	color:#78235C;
	padding:0 15px 0 0;
}
.subMenuList li a:hover{
	padding:0 0 0 15px;
	background:url(images/linkhoverbg.png) no-repeat left 6px;
}
/* edit pages for Newslettermodule */
.newsLetterEdit table td{
	padding:2px 0 0 2px;
}
.imageLinks{

}
.imageLinks table{
	width:100%;
}
.imageLinks td a, .imageLinks .text a{
	width:100%;
	height:100%;
	display:block;
	text-align:center;
}
.imageLinks .editButtons, .imageLinks .text{
	display:block;
	width:100%;
	text-align:center;
}
.UpdatingProgress{
	display:none;
}
/* usermanagement */
.users{
	width:550px;
}
.group{
	pading:0 0 10px 0;
	border-bottom:1px solid #b2b2b2;
	background:url(images/groups.png) no-repeat right bottom;
}
.editUser{
	padding:10px 0;
	background:url(images/users.png) no-repeat right bottom;
	border-bottom:1px solid #b2b2b2;
}
/* aanmeld module */
.signIn ul{
	line-height:20px;
	list-style:none;
}
.signIn{
}
.autoLogin{
	padding:5px 0;
}
.forgotPassword{
}
.user{

}
.userTextbox{
}
.pass{
	padding-top:5px;
}
.userTextbox input, .passTextbox input{
	width:200px;
	border:1px solid #78235C;
}
.passTextbox
.autoLogin{
}
.forgotPassword{
	color:#78235C;
}