/* specific styles for the client category explorer section */
.tree {
		background-color: white;
		height: 100%;
		padding: 5px;
		clip : auto;
	}

.photoMetaData td, .photoMetaData th{
	border-bottom: 1px solid white;
	text-align: left;
	vertical-align: top;
	padding-top: 5px;
	padding-right: 10px;
}

.photoMetaData th {
	font-weight: bold;
	font-size : xx-small;
}

/*override these*/
.label, .label_highlight  {
	font-weight : bold;
	text-align: left;
	font-size : xx-small;
	vertical-align : top;
	padding-top: 2px;
	padding-right: 10px;
}

 .label_highlight  {
 	color: #ff6600;
 }

.photo {
	border: 2px solid #FFFFFF;
}