/*
 * Common Styles 
 * Copyright 2009 Palm, Inc.  All rights reserved.
 */

.albums-view-row {
	height: 95px;
}

.albums-view-row .title.album-name-title {
	line-height: 63px;
}

.videos-landing .thumbnail-previews {
    position: relative;
    top: 3px;
	width: 144px;
	height: 86px;
	float: right;
}

.thumbnail-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
	background: url(../images/thumbnails-overlay.png) left top no-repeat;
}

.one .thumbnail-overlay { background-position: 0px 0px; }
.two .thumbnail-overlay { background-position: 0px -86px; }
.three .thumbnail-overlay { background-position: 0px -172px; }

.thumb-left {position:absolute; display:none; left: 9px; top: 8px; }
.thumb-center {position:absolute; display:none; left: 29px; top: 14px; }
.thumb-right {position:absolute; display:none; left: 49px; top: 5px; }
.one .thumb-right {top: 10px;}

#videoroll {
    background: url(../images/video-roll-divider.png) 0px bottom repeat-x;
    height: 100px;
}

#videoroll.selected {
    background: none;
}

#empty-library-message,
.mainmenu-scene {
    height: 100%;
}

.palm-dark .palm-activity-indicator-large {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -64px;
    margin-left: -64px;
    display: block;
}
