/* 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;}

div.photo-album-img {
	padding:5px; 
	margin:0px;}
div.photo-album-img div, div.photo-album-img img {
	padding:0px;
	margin:0px;}
div.photo-album-img img{
	border:1px solid #BBBBBB;
	cursor:hand; 
	cursor:pointer;}
div.photo-album-img div.photo-album-cover{
	background-repeat:no-repeat;
	background-position:center;}

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

div.photo-album-cover{}

.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.date {font-style: italic;}
/* /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{
	margin:7px 0px; 
	clear:both; 
	width:100%;}
div.photo-controls a.photo-action{
	display: block;
	height:20px; 
	padding-left:20px;
/*	background-image: url('images/components/temp.gif');*/
	background-position:left center;
	background-repeat: no-repeat;
	margin-right:15px;}
div.photo-album-controls{
	height:auto!important;}
div.photo-album-controls a{
	float:none!important;}
div.photo-controls a.back-to-album{
	background-image: url('images/back.gif');}
div.photo-controls a.new-album{
	background-image: url('images/alb_new.gif');}
div.photo-controls a.photo-upload{
	background-image: url('images/ph_new.gif');}
div.password-title{}
div.photo-album-controls a.album-edit{
	background-image: url('images/alb_edit.gif');}
div.photo-album-controls a.album-edit-icon{
	background-image: url('images/alb_edit_icon.gif');}
div.photo-album-controls a.album-delete{
	background-image: url('images/alb_drop.gif');}
div.empty-clear{
	clear:both;
	width:100%;}
/* /Style */ 