/* PHOTOS: BATCH EDIT */

input.title
{
	border:1px #aaa solid;
	font-size:105%;
	width:295px;
	padding:2px;
	font-weight:bold;
	font-family:Helvetica, Arial, sans-serif;
	margin-bottom:8px;
}

/* PHOTOS: INDEX */
/* Newest photos */

#photobox
{
	float:left;
	width:624px;
	height:104px;
	overflow:hidden;
	margin-bottom:10px;
	position:relative;
}

#photocontainer
{
	position:relative;
	width:4000px;
}

#np-prev, #np-next
{
	display:block;
	height:100px;
	width:8px;
	text-indent:-9999px;
	float:left;
	background:#ccc;
	margin:2px 0 2px 0;
	background:white url('../images/photos_prev.png') no-repeat 50% -44px;
	cursor: default;
}

#np-next
{
	background-image:url('../images/photos_next.png');
	background-position:0 42px;
	cursor:pointer;
}

#np-first, #np-last
{
	font-size:80%;
	color:#888;
	text-align:center;
	float:left;
	width:120px;
	background:url('../images/photos_small_prev.png') no-repeat 19% 50%;
	cursor:pointer;
}

#np-last
{
	float:right;
	background:url('../images/photos_small_next.png') no-repeat 81% 50%;
}

img.sq-photo
{
	float:left;
	margin:2px;
}

a img.sq-photo
{
	border:0;
}

/* Album index */

div.album-index
{
	float:left;
	width:295px;
	padding:10px;
	background:#fdee93;
	cursor:pointer;
	margin:5px 0 5px 0;
	height:110px;
	overflow:hidden;
}

div.ai-left  { margin-right:5px; }
div.ai-right { margin-left:5px; }

div.album-index img
{
	float:left;
	margin-right:8px;
	border:5px white solid;
}

#content div.album-index h4
{
	margin:0;
	margin-top:5px;
}

#content div.album-index h4 a
{
	color:black;
	text-decoration:none;
}

#content div.album-index ul
{
	list-style-type:none;
}

#content div.album-index li
{
	margin:0;
	padding:0;
}

li.ai-photocount
{
	color:#a69c61;
	font-weight:bold;
}

li.ai-date
{
	color:#67613d;
	font-size:80%;
}

li.ai-admin
{
	font-size:80%;
}

#album-index-small .hover
{
	background:#fdee93;
}

table.album-index-small
{
}

table.album-index-small td
{
	padding:2px 10px 2px 10px;
}

table td.ais-title
{
	width:280px;
	padding-left:0;
	overflow:hidden;
}

.ais-pcount
{
	width:60px;
	color:#888;
}

table td.ais-age
{
	color:#888;
	padding-right:2px;
}

tr.hover .ais-age, tr.hover .ais-pcount
{
	color:black;
}

.ais-sample
{
	display:none;
}

#ais-sample-container
{
	float:right;
}

#ais-sample
{
	border:5px #fdee93 solid;
}

span.smalldate {
	background-color:#ddd;
	color:#777;
	padding:3px;
	display:inline-block;
	font-size:75%;
	margin-right:5px;
}

/* PHOTOS: ALBUM */

table.aphotos
{
	width:643px;
	clear:left;
}

td.aphoto
{
	padding:5px;
	width:301px;
	vertical-align:top;
}

td.aphoto img, img.photo
{
	border:1px #aaa solid;
	padding:2px;
}

td.aphoto a:hover img
{
	border-color:#0c4792;
}

td.aphoto h5
{
}

#content td.aphoto h5.small
{
	font-size:85%;
}

td.aphoto div.details
{
	font-size:80%;
	color:#777;
	padding-top:5px;
}

#content ul.paginator
{
	margin:0;
	margin-top:8px;
	padding:0;
	float:left;
	width:643px;
	font-size:80%;
	color:#888;
}

#content ul.paginator a
{
	text-decoration:none;
}

#content ul.paginator li
{
	margin:0;
	padding:5px;
	display:inline;
	list-style-type:none;
	text-align:center;
}


#content ul.paginator li.back,
#content ul.paginator li.forward
{
	width:60px;
}

li.back
{
}

/* PHOTOS: VIEW */

#np_preview
{
	border:1px #aaa solid;
	float:right;
	margin-bottom:8px;
	margin-left:8px;
}

#np_preview img
{
	float:left;
	padding:2px;
	width:100px;
	height:100px;
}

#bp, #bn, #pcount
{
	float:right;
	width:70px;
	font-size:80%;
	padding-left:5px;
	cursor:pointer;
	text-decoration:none;
}

#bp
{
	text-align:right;
	padding-left:0;
	padding-right:5px;
}

.bp_disabled
{
	color:#888888;
}

#pcount
{
	width:140px;
	clear:right;
	text-align:center;
	margin-top:3px;
	margin-bottom:3px;
}

#p_loading
{
	background:white url('../images/spinner.gif') no-repeat 25px 15px;
	width:100px;
	text-align:center;
	font-size:80%;
	height:30px;
	padding-top:70px;
}

#p_orig
{
	font-size:88%;
	color:#aaa;
}
