﻿#photo_display {
	padding: 0.5em;
}
#photo_header {
	padding: 0;
	margin: 0;
	background: #ccc;
	border: 2px solid #333;
	border-width: 2px 0;
	width: 100%;
	text-align: center;
}
#photo_header p {
	margin: 0.5em 110px 0 110px;
}
p#photo_details {
	margin: 0.3em 0;
	font-size: 85%;
}
#photo_display h1 {
	color: #000;
	font-size: 140%;
	margin: 0 110px;
}
#caption {
	float: left;
	width: 100%;
}
#photo_display h1 a,
#photo_caption a {
	color: #000;
	text-decoration: none;
	display: block;
}
#photo_display h1 a:hover ,
#photo_caption a:hover {
	background: #9c9;
	text-decoration: none;
}
#photo_display h1 span.new_title,
#photo_caption span.new_caption {
	font-size: 10px;
	color: #999;
	font-style: italic;
}
#edit_caption input.textbox  {
	width: 60%;
	text-align: center;
}
#edit_title input.textbox {
	font-size: 140%;
	width: 50%;
	text-align: center;
}
#photo_display h3 {
	margin-top: 1em;
}
#photo_display a.photo_gallery {
	clear: left;
	float: left;
	width: auto;
	margin-bottom: 1em;
}
#photo_size {
	clear: left;
	float: left;
	width: auto;
	margin-bottom: 1em;
}
#photo_size select {

}
/*===========================================================
	NAV & SIZE
============================================================*/
.photo_nav {
	margin: 0;
	padding: 0;
}
.photo_prev {
	display: block;
	width: 100px;
	padding: 5px;
	float: left;
	text-align: center;
}
.photo_next {
	display: block;
	width: 100px;
	padding: 5px;
	float: right;
	text-align: center;
}
.photo_nav img {
	display: block;
	padding: 2px;
	background-color: #fff;
	border: 1px solid #ccc;
	height: 45px;
	margin: 0 auto;
}

/*===========================================================
	CAPTION
============================================================*/
.photo_caption {
	clear: both;
	padding: 0.2em 0;
}
.photo_caption input.textbox {
	width: 70%;
}
/*===========================================================
	PHOTO & TAGGING
============================================================*/
#photo_outer {
	text-align: center;
	background: #f3f3f3;
	padding: 1em 0 3em 0;
}
.photo_wrapper {
	margin: 0 auto;
	position: relative;	
	clear: both;
	display: block;
	overflow: visible;
}
.photo_wrapper li {
	display: inline;
}
.photo_wrapper li div {
	display: inline;
}
.photo_wrapper a , .photo_wrapper a:visited {
	text-decoration: none;
}
.photo_wrapper a:hover  {
	border: none;
}


.photo_wrapper a .hotspot  {
	visibility: hidden;
	position: absolute;
	border: 1px solid #333;
	text-decoration: none;
	}
.photo_wrapper a:hover .hotspot {
	visibility: visible;
	}
.photo_wrapper .hotspot_inner {
	border: 1px solid #eee;
	height: 100%;
	display: block;
	text-decoration: none;
	}
.photo_wrapper .hottag {
	display: block;
	text-decoration: none;
	color: #000;
	background-color: #ccc;
	text-align: center;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity: 0.8;
}
#photo {
	border: 1px solid #ccc;
}
#panelDiv {
        position:absolute; 
        height: 150px; 
        width: 150px;
        border:1px solid #333333;        
		display: none;
		top: 0; 
		left: 0;
		overflow: hidden;
    }
#panelInner {
		background-color: #f7f7f7;
		filter:alpha(opacity=50);
		-moz-opacity:0.5;
		opacity: 0.5;
		cursor: move;
		height: 100%;
		}
#handleDiv {
        position: absolute; 
        bottom:0px; 
        right: 0px; 
        width:12px; 
        height:12px;
        border-top: 1px solid #333;
        border-left: 1px solid #333;        
        background:#ccc url(../../images/photo/drag.gif) bottom right;        
        font-size: 1px;
        filter:alpha(opacity=100);
		-moz-opacity:1;
		opacity: 1;
		cursor: nw-resize;
    }
#addTag {
	background: #000;
	padding: 2px;
}
/*===========================================================
	TAG LIST
============================================================*/
.photo_tags {
	text-align: left;
	display: block;
	clear: both;
}
.photo_tags ul {
	padding: 0;
	margin: 0;
	display: inline;
	}
.photo_tags li {
	display: inline;
	}
span.tagoptions {
	margin: 2px;
	padding: 2px;
	white-space: nowrap;
	}
.photo_tags li .hottag {
	white-space: normal;
	}
.photo_tags img {
	vertical-align: middle;
	margin: 0 1px;
}

/*===========================================================
	COMMENTS
============================================================*/	
#photo_display .comments {
	
}
/*===========================================================
	TOOLS
============================================================*/
#photo_outer {
	text-align: center;
	border: 1px solid #ccc;
	border-top: 0;
}

#photo_tools {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 20px;
	background-color: #eee;
	border: 1px solid #ccc;
}
#photo_tools li {
	display: inline;
	margin: 0;
	padding: 0;
	float: left;
	width: 12.4%;
	text-align: center;
}
#photo_tools li a {
	display: block;
	height: 20px;
	overflow: hidden;
	padding: 0;
	margin: 0 auto;
	background-color: #eee;
	border: 1px solid #ccc;
	border-width: 0 0 0 1px;
}
a.startDraw { background: url(../../images/photo/tag.gif) no-repeat 2px 50%; }
a.cancelDraw { background: url(../../images/photo/tagstop.gif) no-repeat 2px 50%; }
a.gallery_cover { background: url(../../images/photo/cover.gif) no-repeat 2px 50%; }
a.clockwise { background: url(../../images/photo/clockwise.gif) no-repeat 2px 50%; }
a.anticlockwise { background: url(../../images/photo/anticlockwise.gif) no-repeat 2px 50%; }
a.horizontal { background: url(../../images/photo/horizontal.gif) no-repeat 2px 50%; }
a.vertical { background: url(../../images/photo/vertical.gif) no-repeat 2px 50%; }
a.deletephoto { background: url(../../images/photo/delete.gif) no-repeat 2px 50%; }
a.profilephoto { background: url(../../images/photo/profile.gif) no-repeat 2px 50%; }

/*===========================================================
	TAG BOX
============================================================*/
#tagDrawPhotoHint {
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	text-align: center;
	background: #eee;
	padding: 0.2em;
	border-bottom: 1px solid #000;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity: 0.9;
}


#tagBox {
	position: absolute;
	width: 580px;
	height: 430px;
}
#tagBox_cancel {
	float: right;
	width: 20px;
	background-color: #fff;
}
#tagBox_tabs {
	height: 25px;
}
.tagbox_tab {
	display: block;
	float: left;
	width: 4em;
	height: 18px;
	text-align: center;
	border: 1px solid #000;
	background-color: #ccc;
	border-bottom: 0;
	padding: 3px;
	text-decoration: none;
}
#tagBox .active {
	background-color: #fff;
}
#tagBox_content {
	background-color: #fff;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity: 0.9;
	border: 1px solid #000;
	width: 100%;
	height: 100%;
}
#tagbox_friends {
	height: 100%;
	overflow-y: auto;
}
#tagbox_events {
	height: 100%;
	overflow-y: auto;
}
#tagbox_events li {
	font-size: 85%;
	padding: 2px;
	}

#tagBox ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#tagBox li {
	display: block;
	margin: 0;
	padding: 5px;
}


#tagBox img.avatar {
	width: 20px;
	border: 1px solid #ccc;
	vertical-align: middle;
}

