<?php header("Content-type: text/css");  ?>

#breadcrumbs{
  margin: 3px 3px 5px 3px;
  font-size: 10px;
  text-align: left;
}

#breadcrumbs ul li.active{
  font-weight: bold;
}

#breadcrumbs ul {
	margin: 0;
	padding: 0;
	display: inline;
	border: none;
} 

#breadcrumbs ul li {
	margin: 0;
	padding-left: 2px;
	border: none;
	list-style: none;
	display: inline;
}

#sitetree li{
	margin:0;
	padding:0;
	padding-left:24px;
	padding-top: 6px;
	padding-bottom: 6px;
	list-style: none;
	background-image:url(../icons/document.gif);
	background-repeat:no-repeat;
	background-position: 2px 12px;
}

#sitetree img{
  border: none;
}

img.imgbutton{
  cursor: hand;
}

img.imgbutton:hover{
  background-color: #99ccff;
}

#sitetree a:hover{
  background-color: #99ccff;
}

#sitetree li.empty{
	background-image: url(../icons/empty.gif);
}

#sitetree li.folder{
	background-image: url(../icons/folder.gif);
}

#sitetree li.website{
	background-image: url(../icons/website.gif);
}

#loginfo_off{
  float: right;
  font-size: 80%;
  margin-right: 25px;
}

a.knop, a.knop:visited{
  color: #d9531c;
  font-size: 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-decoration: none;
  border: solid #d9531c 1px;
  padding: 0px 2px 0px 2px;
  font-style: normal;
}

a.knop:hover{
  color: #FFFFFF;
  background-color: #d9531c;
}

table.list th, td{
  text-align: left;
  padding-right: 20px;

}

.error{
  color: red;
  font-weight: bold;
}

.ok{
  color: green;
  font-weight: bold;
}
