@import url('/app/themes/default/js/plugins/comments/comments.css');
@import url('/app/themes/default/js/plugins/busy/busy.css');

.albums ul.list a.name span.no-title {width: 100px;height: 100px;background:url(../images/no-title.png) 15px 15px no-repeat #EEEEEE;}

#Buttons {
    padding: 0;
    position: relative;
    color: #666666;
    width: 200px;
    text-align: left;
    margin: 200px auto 0;
}
#UploadResult{
    padding: 0 10px;
}
input#AddPhotos {
}
#Buttons span {
    line-height: 32px;
}
#Buttons input, .niceButton {
    border-style: none;
    border-color: inherit;
    border-width: 0;
    background: url('../images/btn.png') no-repeat 0 -32px;
    color: #666666;
    font-size: 14px;
    height: 32px;
    width: 115px;
    cursor: pointer;
    outline: none;
    text-decoration: none;
    line-height: 32px;
}
#Buttons input:hover, #Buttons input.hover, .niceButton:hover {
    background-position: 0 0;
    color: #333;
    outline: 0 none;
}

#Buttons object {
    outline: none;
    position: absolute;
}
input#Progress
{
    background: url('../images/progress.png') no-repeat 0 0px;
    width: 115px;
    height: 32px;
    position: absolute;
    width: 0;
    padding: 0;
}

#EditComment{ display: none; }
#EditComment a.cancel{ margin: 0 0 0 10px;}
/* === Removes overrides for UL, LI === */
#EditComment ul { padding: 0; margin: 0;}
#EditComment ul li{ padding: 0; clear: none; padding: 0; margin:0;  border: none;}

#CommentForm{ display: none;}

#Comments{ position: relative; min-height: 42px;}
#Comments div.loading-layer{ 
	position: absolute; display: none; top: 0; width: 100%; height: 100%; line-height: 100%; text-align: center;
	background-color: #fff; opacity: 0.5; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}

#Comments div.loading{ 
	position: absolute; display: none; width: 220px; height: 32px; line-height: 32px; padding: 5px 5px 5px 25px;
	left: 50%; margin: 0 0 0 -125px; z-index:999;
	background: #f1f1f1 url('/app/extensions/photos/views/images/loading.gif') no-repeat 5px center; border:1px solid #ccc; 
	/*color: #2080c0;*/ color: #0088cc; text-align: center; 
}

#Comments.lock div.loading-layer{ display: block; }
#Comments.lock div.loading{ display: block; }

.comments_tape .bbcode{ display: none; }


