/*
	Main.css
	Copyright (c) 2007, ObjectWeb Srl. All rights reserved.
	Stili per programmi di admin Gallery
	Version: 1.0.0
*/


/* ManageGallery
------------------------------------------------------------------------------------------------- */
.album-content {
   background: url("/Templates/Admin/Cms/Gallery/Images/AlbumContent.png") no-repeat;
}

div.content-thumbnail {
   background-size: contain;
}

/* Thumbnail della lista dei tumbnail di un album */

ul.albumitems-list2 li {
   border: solid 1px Gray;
   float: left;
   height: 168px;
   list-style-type: none;
   margin-bottom: 5px;
   margin-right: 5px;
   width: 160px;
}

ul.albumitems-list2 li div.content-thumbnail {
   background-repeat: no-repeat;
   background-position: center;
   display: block;
   height: 120px;
}

ul.albumitems-list2 li div.content-title {
   font-size: 11px;
   height: 22px;
   margin-top: 2px;
   overflow: hidden;
   text-align: center;
   white-space: nowrap;
   width: 100%;
}

ul.albumitems-list2 li div.content-actions {
   height: 20px;
   margin-top: 2px;
}

div.content-actions a, div.content-actions input {
   background-repeat: no-repeat;
   display: block;
   float: left;
   height: 16px;
   margin: 2px 3px 0 4px;
   width: 16px;
}

div.content-actions input.ow-numbers {
   height: 16px;
   margin-top: 1px;
   margin-left: 4px;
   width: 30px;
}

div.content-actions input {
   height: 10px;
}


/* Gestione foto
------------------------------------------------------------------------------------------------- */
div.inputbox div.input-div.selected-tags {
    border: 1px solid #F0F0F0;
    padding: 3px;
    width: 420px;
}

div.selected-tags div.input-div div {
    border: 1px solid #BFBFBF;
    padding: 2px 0;
    width: 350px;
}

div.input-div.selected-tags div span.button {
   cursor: default;
   display: inline-block;
   margin: 0 5px 2px 0;
   padding: 0 3px;
}

div.selected-tags span.button span {
   background-image: url("/Templates/Admin/Cms/Gallery/Images/Delete.png");
   cursor: pointer;
   display: inline-block;
   height: 8px;
   width: 8px;
}

div.inputbox div.input-div div.filtered-container {
   position: relative;
}

div.inputbox div.input-div div.filtered-tags {
    background-color: #FFFFBB;
    border: 1px solid Gray;
    border-top: 0;
    height: 100px;
    padding: 0 3px;
    width: 344px;

    left: 0;
    overflow: auto;
    position: absolute;
    top: 0;
    z-index: 10000;
}

div.filtered-tags ul li {
    list-style-position: outside;
    list-style-type: none;
}

div.filtered-container div.filtered-tags ul li span {
   background-image: url("/Templates/Admin/Cms/Gallery/Images/Select.png");
   cursor: pointer;
   display: inline-block;
   height: 8px;
   width: 8px;
}

div.filtered-container div.filtered-tags ul li a {
   text-decoration: none;
}


/* GalleryAdvancedEdit
------------------------------------------------------------------------------------------------- */
div#_advancedTab input.hide-or-show {
    float: left;
    margin-right: 5px;
}

div#_advancedTab div.inputbox div.input-div.selected-tags {
   width: 352px;
}

div#_advancedTab select.or-and,
div#_advancedTab span.or-and {
    float: left;
    height: 18px;
    margin-right: 15px;
    width: 35px;
}
