/*
 * Css for photo albums front sites
 * 
 */

td#leftcol {
	width: 120px;
	padding-right: 10px;
}

.JS_PA_LC_NAME {
	padding: 1px;
	width: 100%;
}

.JS_ALBUM_SELECTOR
{
	border-bottom: 1px solid #fff;
	margin: 2px 3px 2px 0;
}

.toptext {
	margin-bottom: 20px;
}

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

#thumb_area {
    margin-top: 10px;
}

#thumb_area_lst {
    margin: 0;
    padding: 0;
}

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

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

#thumb_area_lst li img {
	vertical-align: middle;
}

.pointer {
	cursor: pointer;
}

#albumMenu {
    float: left;
    width: 15%;
    margin-top: 15px;
}

#albumCol {
    float: right;
    width: 80%;
    margin-top: 15px;
}

#clear {
    clear: both;
}