/*
 * Css for photo albums
 *
 */

.pointer {
	cursor: pointer;
}

#manager .leftcol {
	width: 120px;
	float: left;
}

#manager .rightcol {
	float: left;
	margin-left: 10px;
	width: 700px;
}

#manager .sh{
	height: 25px;
	padding: 5px;
	vertical-align: middle;
	border-bottom: 3px double #ddd;
}

table.album td.sel {
	background-color: #F4F3F1;
}

#TPL_album_name {
	float: left;
	display: inline;
	width: 200px;
}


/*
 * inline styling for the li-items
 *
 */
#thumb_area_lst ul {
	margin-left: 0;
	padding: 0;
}

#thumb_area_lst li
{
	float: left;
	border: 1px solid #ccc;
	margin: 5px;
	text-align: center;
	list-style: none;
	width: 150px;
	height: 150px;
}

.ui-selected { background: #727EA3; color: #e0ebb7; }
.ui-selecting { border: 2px solid #DDD; }

img.picright {
	float: right;
	border: 2px solid #d4d4d4;
}

.JS_ALBUM_SELECTOR
{
	border-bottom: 1px solid #8c8c8c;
	margin: 2px 3px 2px 0;
    padding-left:20px;
	background: url("/images/default/jibr/icon_updown_move.png") no-repeat;
	background-position: left center;
}

img.change_visibility{
    cursor:pointer;
}

table.album td {
    border-bottom: 1px solid #000000;
}
