
/*#logo {
	width:206px;
	height:43px;
	background: transparent url(/img/logo_foto.png) no-repeat left top;
	//background-image: none;
	//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/logo_foto.png', sizingMethod='image');
}*/

.photoEditTabAcive {
	background-color: #e6ebee;
	padding: 3px 3px 21px 3px;
	margin-bottom: -21px;
}

td.upload_table_main_cells {
	
	vertical-align: top;
	border: 5px #4b6983 solid;
	padding: 3px;
	
}

.photo_name {
	text-align: left;
	font-weight: bold;
	font-size: 12pt;
	color: #17467b;
	padding: 10px;
}

.photo_maininfo {
	/*background-color: #f7f7f7;*/ 
	padding: 1px 0 3px 10px; 
	font-size: 10pt;	
}
.photo_maininfo ul {
	padding-left: 0px;
	margin-left: 0px;
	list-style-type: none;
	list-style-image: none; 
	list-style-position: inside;;
}
.photo_maininfo li {
	padding-bottom: 3px;
	font-size: 9pt;
}

#albums_div {
	width: 350px;
	background-color: white;
	border: 5px #4b6983 solid;
	padding: 10px;
	top: 100px;
	left: 20%;
	position: fixed;
	//position: absolute;
	top: expression(
		document.getElementsByTagName("body")[0].scrollTop + 100 + "px"
	);
}

#albums_list tr {
	width: 100%;
	cursor: pointer;
}

.album_selected {
	/*background-image: url(/img/sys/albums_line_grad.png);
	background-repeat: repeat-x;*/
	background-color: #e6ebee;
}

.album_unselected {
	background-color: white;
}

.delete_confirm {
	background-color: #fbdbd9;
	opacity: 0; 
	alpha(opacity=0); 
	width: 100%; 
	height: auto;
}

#foto_hint {
	position: absolute;
	z-index: 11;
	background-color: #faffe8;
	border: 1px solid #261a00;
	font-size: 10pt;
	padding: 5px;
}







