/* *start* photo tags styles */
#photo_tag_switch {
	background: transparent url('/images/fugue/price-tag--plus.png') 3px center no-repeat;
}

#detailedPhotoView.tagging, #detailedPhotoView.tagging a {
	cursor: crosshair;
}
#detailedPhotoView.tagging .photo_tag, #detailedPhotoView.tagging .arrow {
	display: none;
}

.photo_tag, #groups_photo_tagger {
	overflow: hidden;
	position: absolute;
	z-index: 4;
	border: 2px solid #999;
	border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px;
	box-shadow: 0 0 5px #999; -webkit-box-shadow: 0 0 5px #999; -moz-box-shadow: 0 0 5px #999;
	font: 11px Tahoma;
}

/** tags themselves **/
.photo_tag {
	height: 120px;
	width: 120px;
	margin: -63px 0 0 -63px;
	display: block;
	background-image: url('/images/tsx.gif');
	background-color: rgba(255, 255, 255, 0.6) ;
	color: #333;
	padding: 3px;
	opacity: 0;
	text-align: right;
	filter: Alpha(opacity=0);
	-ms-filter: "Alpha(opacity=0)";
	-moz-transition-property: opacity; -webkit-transition-property: opacity;
	-moz-transition-duration: .25s; -webkit-transition-duration: .25s;
}

.photo_tag:hover, .photo_tag.active {
	display: block!important;
	opacity: 1;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#99ffffff', EndColorStr='#99ffffff');
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#99ffffff', EndColorStr='#99ffffff')";
}

/** the tagger div **/
#groups_photo_tagger {
	color: #6f6b5e;
	background-color: #f6f5f0;
	min-height: 21px;
	max-height: 126px;
	overflow: hidden;
	padding: 1px;
	text-shadow: 1px 1px 0 #fff;
}

#groups_photo_tagger_text {
	border:1px solid #eee;
	margin:2px 0 0 2px;
	padding:1px;	
	background: #fbfbfb;
	color: #666;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:11px;
}

#groups_photo_tagger input[type=submit] {
	-border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:10px;
	padding:2px;
}

#groups_photo_tagger input[type=button] {
	-border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	font-size:10px;
	padding:2px;
	margin-right:2px;
	font-family: Tahoma, Geneva, sans-serif;
}

/** the user list **/
#groups_photo_tagger_users {
	text-align: left;
	margin: 3px 2px 0;
	padding: 0;
	list-style: none;
	overflow-x: hidden;
	overflow-y: auto;
	max-height: 104px;
}

#groups_photo_tagger_users li {
	margin: 0;
	padding: 0;
	list-style: none;
}

/** the tag list **/
#photo_tag_labels {
	margin: 0;
	padding: 0;
	list-style: none;
}

#photo_tag_labels li {
	margin: 2px;
	padding: 0;
	list-style: none;
	float: left;
	cursor: default;
}

#photo_tag_labels li .delete {
	font-size: 11px;
}

#photo_tag_labels li:last-child .seperator {
	display: none;
}
/* *end* photo tags styles */
