.phOuterPaneActive {
	border: 1px solid #888888;
	background-color: #DDDDDD;
}

.phOuterPane {
	display: block;
}

.phStatsPaneH {
	display:none;
}

.phStatsPaneS {
	display: block;
	text-align: center;
}

.phCommentMeta {
	border-top: 1px dashed #888888;
	color: #888888;
	font-size: 6pt;
	font-family:verdana,arial,times;
}

.phComment{
	font-size: 7pt;
	font-family:verdana,arial,times;
}

.phStats {
	border-top: 1px dashed #888888;
	font-size: 7pt;
	padding: 2px;
	text-align: left;
}

.phTable {
	width: 100%;
	align: center;
}

* html .phTable {
	align: center;
	width: 90%;
	w\\idth: 100%;
}

.phRow {
	vertical-align: top;
}

.phCell {
	width: 20%;
	text-align: center;
	border: 1px dashed #CCCCCC;
}

.phThumbImage {
	border: 0px;
}

.phToolImage {
	width: 10px;
	height: 10px;
	border: 0px;
	margin-right: 4px;
}

div.phToolBarPopup {
	background-color: #333333;
	color: #FFFFFF;
	font-style: italic;
	font-weight: bold;
	font-size: 10px;
	font-family: verdana, tahoma, arial;
	width: 300px;
	left: 0;
	top: 0;
	padding: 4px;
	position: absolute;
	text-align: left;
	z-index: 20;
	-moz-border-radius: 0 10px 10px 10px;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=92);
	-moz-opacity: .92;
	-khtml-opacity: .92;
	opacity: .92;
}

div.phToolBarPopupContent {
	font-weight: normal;
	font-style: normal;
	margin-left: 15px;
}

.dvPhotoComment {
	border: solid 2px #BBBBBB;
	padding: 4px;
}
.dvPhotoAlertError {
	padding: 10px;
	border: 1px solid #FF0000;
	margin-bottom: 20px;
	color: #FF0000;
	background-color: #DDDDDD;
	font-size: 12px;
}

.dvPhotoAlertOK {
	padding: 10px;
	border: 1px solid #009900;
	background-color: #DDDDDD;
	margin-bottom: 20px;
	color: #009900;
	font-size: 12px;
}

