/* Custom */

.vd_imagebutton {
	cursor:pointer;
}

.vd_imagebutton img {
    border: 0px;
    margin: 0px;
    padding: 0px;
}

.vd_attachment {
	border-top: 1px dotted #000;
	margin-top: 5px;
	margin-bottom: 5px;
}

.vd_treeobject_root {
	padding: 2px;
	text-align: left;
	height: 15px;
	border-bottom: 1px dotted #000;
	overflow: hidden;

}

.vd_treeobject {
	padding: 2px;
	text-align: left;
	border-bottom: 1px dotted #000;
}

.vd_treebuttons {
	display: none;
}

.vd_treeobject_highlight {
	color: #ec008c;
	font-weight: 800;
}

.vd_level1 p {
	font-weight: 800;
}

.vd_over {
	background-color: #B6B18F;
}


#vd_contentbox TABLE {
	border-collapse:collapse;
	table-layout:auto;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 100%;
}

#vd_contentbox TH {
	border-bottom: 1px solid black;
	text-align: left;
	margin: 2px;
	height: 20px;
	background-color: #B6B18F;
}

#vd_contentbox TD {
	padding: 2px;
}

