#content_admin {
    margin-top: 20px;
}
/* Buttons bij lijsten */
.prButtonbar {
	clear: both;
	margin: 0;
	padding-top: 15px;
}

.prButtonbar .results {
	/*font-family: arial, helvetica, sans-serif;*/
	font-size: 11px;
	color: black;
	padding-top: 6px;

}

.prButtonbar .floatright {
	float: right;
	height: 20px;
}

.prButtonbar img {
    padding: 0;
    margin: 0;
}

.prButtonbar .floatrightMargin {
	float: right;
	margin-left: 4px;
	height: 20px;
}

.prButtonbar .startend {
	width: 12px;
	height: 24px;
	border: 0px;
}

.prButtonbar .button {
	width: 22px;
	height: 24px;
	border: 0px;
	cursor: pointer;
}

.prButtonbar .spacer {
	width: 4px;
	height: 24px;
	border: 0px;
}

/* Datalijsten */
table.tblList {
	width: 607px;
	border-collapse: separate;
	empty-cells: show;
	border-spacing: 0px;
	margin-left: 15px;
	border-left: 1px solid #B4B4B4;
	border-top: 1px solid #B4B4B4;
	clear: both;
}

.tblList th {
	font-size: 11px;
	vertical-align: middle;
	border-left: 0px;
	border-right: 0px;
	border-top: 1px solid white;
	border-bottom: 1px solid #B4B4B4;
	border-right: 1px solid #B4B4B4;
	padding: 5px 2px 5px 4px;
	background-color: #EEEEED;
	text-align: left;
	font-weight: 800;
}

.tblList tr {
	background-color: #F4F4F3;
}

.tblList tr.selected {
	background-color: #E3E3E1;
}

.tblList td {
	font-size: 11px;
	border-left: 1px solid white;
	border-right: 1px solid #B4B4B4;
	border-top: 1px solid white;
	border-bottom: 1px solid #B4B4B4;
	padding: 5px 4px 5px 4px;
	vertical-align: top;
}

.tblList td.nowrap {
	white-space: nowrap;
}

.tblList td.id {
    width: 10px;
    white-space: nowrap;
}

/* Tabbed data */
.prInfotab {
	margin-top: 0px;
	/*font-family: arial, helvetica, sans-serif;*/
	font-size: 0px;
}

.prInfotab .bg {
	display: block;
	width: 607px;
	height: 21px;
	padding: 0px;
	margin: 0px 0px 0px 15px;
}

.prInfotab ul {
	display: block;
	position: relative;
	width: 607px;
	height: 21px;
	min-height: 21px;
	background-image: url(/img/bg.gif);
	background-repeat: no-repeat;
	list-style: inside;
	list-style-type: none;
	margin-left: 15px;
	padding: 0px;
	overflow: hidden;
}

.prInfotab ul li {
	display: inline;
	position: relative;
	float: left;
	height: 21px;
	min-height: 21px;
	background-image: url(/img/start.gif);
	background-repeat: no-repeat;
	padding: 4px 6px 3px 8px;
	font-size: 11px;
	font-weight: 800;
	vertical-align: bottom;
	color: #5f5f5f;
	cursor: pointer;
}

.prInfotab li a, .prInfotab li a:visited {
	text-decoration: none;
	color: inherit;
}

.prInfotab li a:hover {
	text-decoration: none;
	color: #c00042;
}

.prInfotab li.start {
	position: relative;
	background-image: url(/img/start.gif);
	margin-left: 4px;
}

.prInfotab li.startSelected {
	position: relative;
	background-image: url(/img/start_selected.gif);
	margin-left: 4px;
	color: #000000;
}

.prInfotab li.mid {
	position: relative;
	background-image: url(/img/mid.gif);
}

.prInfotab li.midPreselected {
	position: relative;
	background-image: url(/img/mid_preselected.gif);
}

.prInfotab li.midSelected {
	position: relative;
	background-image: url(/img/mid_selected.gif);
	color: #000000;
}

.prInfotab li.end {
	position: relative;
	width: 2px;
	background-image: url(/img/end.gif);
	cursor: default;
}

.prInfotab li.endSelected {
	position: relative;
	width: 2px;
    background-image: url(/img/end_selected.gif);
}

.prInfotab .wrapbox {
	display: block;
	border-left: 1px solid #B4B4B4;
	margin-left: 15px;
}

.prInfotab .box {
	display: block;
	border-right: 1px solid #B4B4B4;
	border-bottom: 1px solid #B4B4B4;
	border-left: 1px solid white;
	background-color: #F4F4F3;
	font-size: 11px;
	line-height: 17px;
	padding: 8px;
}


.prInfotab .contentVisible {
	display: block;
	overflow: hidden;
}

.prInfotab .contentHidden {
	display: none;
}

.prInfotab .split {
	width: 258px;
	float: left;
}

.prInfotab .split p {
	margin: 0;
	padding: 2px 8px 2px 0;
}

.prInfotab .i {
	width: 12px;
	height: 12px;
	border: 0px;
}

#content_admin input, #content_admin select {
    border: 1px solid #B4B4B4;
    font-size: .8em;
    padding: 2px;
}

#content_admin textarea {
    padding: 2px;
    border: 1px solid #B4B4B4;
}

#admin_hidden {
    display: none;
}
