/* Album */
.photo-album{
	padding: 0px; 
	margin: 0px;
	margin-bottom: 10px;
	border: 1px solid #CACACA; 
	background-color: #f6f6f6; 
	width: 100%;}
.photo-album td {
	padding:5px;
	text-aling:left;
	vertical-align:top;}

.photo-album-img {
	padding:5px; 
	margin:0px;}
.photo-album-img div, .photo-album-img img {
	padding:0px;
	margin:0px;}
.photo-album-img img{
	border:1px solid #BBBBBB;}
.photo-album-img div.inner {}
.photo-album-img div.tool {
	width:10px; 
	background-image:url('images/tool.gif');
	background-repeat:repeat-y;
	background-position:left top;
	float:left;
	position:relative;
	left:-16px;}
.photo-album-img div.outer {padding:7px 9px 7px 11px; border:1px solid #B2B2B2; background-color:#FFFFFF;}

.photo-album-info div.name {font-weight:bold; margin:5px 0px;}
.photo-album-info div.password {
	font-size:10px; 
	margin:5px 5px 5px 0px;;
	width:13px;
	height:13px;
	overflow:hidden;
	float:left;
	background-image:url('images/lock.gif');
	background-repeat:no-repeat;
	background-position:center center;}
.photo-album-info div.password-title {font-size:10px; margin:10px 0px 15px 0px;}
.photo-album-info div.date {font-style: italic;}
.photo-album-info div.edit {font-size:90%; color:#DDDDDD; cursor:hand; cursor:pointer;}
/* /Album */

/* Shadow */
table.shadow tr {height:2px !important;}
table.shadow td {padding:0px; margin:0px;}
table.shadow div.empty {height:2px !important; overflow:hidden;}
table.shadow, table.shadow td {border:none}
table.shadow .t-r, table.shadow .m-r, table.shadow .b-r {width:2px; background-image: url('images/shadow-m-r.gif');background-repeat:repeat-y;background-position: right;}
table.shadow .b-l, table.shadow .b-c{height:2px; background-image: url('images/shadow-b-c.gif');background-repeat:repeat-x;background-position: left bottom;}
table.shadow .t-r {text-align:right; vertical-align:top;}
table.shadow .t-r div.empty {width:2px;height:2px;background-image: url('images/shadow-t-r.gif');background-repeat:no-repeat;background-position: right top;}
table.shadow .b-r {text-align:right; vertical-align:bottom;}
table.shadow .b-r div.empty {width:2px;height:2px;background-image:url('images/shadow-b-r.gif');background-repeat:no-repeat;background-position: right top;}
table.shadow .b-l {text-align:left; vertical-align:bottom;}
table.shadow .b-l div.empty {width:2px;height:2px;background-image: url('images/shadow-b-l.gif');background-repeat:no-repeat;background-position: right top;}
/* /Shadow */

/* Style */ 
div.photo-controls a {
	margin-right:15px;}
div.photo-controls {
	margin:7px 0px; 
	clear:both; 
	width:100%;}
div.empty-clear{
	clear:both;
	width:100%;}
/* /Style */ 