/* CSS for catalog */

/* for left menu */
#global .catalog-channels ul {
    padding-left: 0;
}
#global .catalog-channels li {
    list-style: none;
    line-height: 17px;
    overflow: hidden;
}
#global .catalog-channels ul ul {
    display: none;
    padding-left: 20px;
}
#global .catalog-channels li span {
    width: 17px;
    height: 17px;
    float: left;
    display: block;
    background: transparent none 50% 50% no-repeat; 
}
#global .catalog-channels li span.list-none {
    background-image: url("../images/list_none.png"); 
}
#global .catalog-channels li span.list-entry {
    padding-left: 0;
    cursor: pointer;
    background-image: url("../images/list_right.png");
}
#global .catalog-channels li span.list-entry.opened {
    padding-left: 0;
    cursor: pointer;
    background-image: url("../images/list_down.png");
}
#global .catalog-channels li a {
    margin-left: 21px;
    display: block;
}
#global .catalog-channels .channel-active a {
    color: #1f90cb;
}
#global .catalog-channels .channel-locked, #global .catalog-channels .channel-empty, #global .catalog-channels .channel-empty a {
    color: #666;
}

/*#global #left-menu {
    top: 0;
    left: 12px;
    position: absolute;
    float: none;
}*/
#global div.left-menu-btn {
    padding: 5px;
    cursor: pointer;
}
#global div.left-menu-btn.checked, #global div.left-menu-btn.sort-asc, #global div.left-menu-btn.sort-desc {
    background: #d2e9f5;
    background: -moz-linear-gradient(top, rgba(115, 200, 255, 0.1), rgba(115, 200, 255, 0.3));
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(115, 200, 255, 0.1)), to(rgba(115, 200, 255, 0.3)));
    border-color: #81cbf1;
}
#global div.left-menu-btn:hover {
    background: #d2e9f5;
    background: -moz-linear-gradient(top, rgba(115, 200, 255, 0.2), rgba(115, 200, 255, 0.6));
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(115, 200, 255, 0.2)), to(rgba(115, 200, 255, 0.6)));
    border-color: #1f90cb;
}
#global div.left-menu-btn div {
    padding: 5px;
    padding-left: 28px;
    display: block;
    background: transparent url("../images/list2_none.png") 2px 50% no-repeat; 
}
#global div.checked div {
    background-image: url("../images/list2_check.png"); 
}
#global div.sort-asc div {
    background-image: url("../images/list2_up.png"); 
}
#global div.sort-desc div {
    background-image: url("../images/list2_down.png"); 
}
#global .filter-select {
    margin-bottom: 8px;
}
#global #elements_per_page {
    width: 50px;
}


#global div.category-description {
    margin-bottom: 10px;
    overflow: hidden;
    width: 100%;
}
#global div.category-description .paragraph-block {
    overflow: hidden;
}
#global .category-description ul {
    list-style-position: inside;
}
#global .category-description-thumb {
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
    display: block;
}
#global .category-description-text {
    margin-left: 250px;
}
#global .category-description-rss {
    margin-top: 20px;
    line-height: 32px;
}
#global .category-description-rss a {
    margin-top: 12px;
    margin-right: 32px;
    white-space: nowrap;
}
#global div.category-tab,
#global div.category-tab .sub-block,
#global div.category-tab .sub-block-content,
#global div.category-tab .sub-block-content-gradient {
    float: left;
}
#global div.category-tab,
#global div.category-tab .sub-block-content-gradient {
    width: 100%;
}
#global #catalog_loading_mask {
    padding: 16px;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    position: absolute;
    display: none;
    background: transparent url("../images/overlay/black_mask.png") 0 0 repeat;
    border-radius: 6px;
}
/* for search */
#global .search-results {
    margin: 0 8px;
}
#global .results-count {
    margin-left: 16px;
    font-size: 13px;
    font-weight: normal;
}
#global .closed {
    margin: 0;
    padding-left: 26px;
    cursor: pointer;
    background: url("../images/slide_right_white.png") 4px 50% no-repeat;
}
#global .closed.black {
    background-image: url("../images/slide_right_black.png");
}
#global .opened {
    margin: 0;
    padding-left: 26px;
    cursor: pointer;
    background: url("../images/slide_down_white.png") 4px 50% no-repeat;
}
#global .opened.black {
    background-image: url("../images/slide_down_black.png");
}



/* object thumbnail block */
#global .obj-block-container {
    float: left;
    display: block;
    position: relative;
}
#global .obj-block {
    margin: 4px;
    width: 240px;
    height: 180px;
    text-align: center;
    display: block;
    overflow: hidden;
    background: transparent;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5), rgba(0, 0, 0, 0.5));
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(rgba(0, 0, 0, 0.5)));
    border: 1px solid #888;
    border-radius: 4px;
}
#global .obj-block.mini {
    width: 180px;
    height: 135px;
}
#global .obj-block-link {
    height: 180px;
    display: block;
    position: relative;
    background: transparent url("../images/video.png") 50% 50% no-repeat;
}
#global .obj-block.mini .obj-block-link {
    height: 135px;
    background: transparent url("../images/video_small.png") 50% 50% no-repeat;
}
#global .obj-block span {
    padding: 5px;
    display: block;
    color: #bbb;
    font-style: italic;
    font-weight: bold;
    position: absolute;
    background: transparent url("../images/black_mask.png") 0 0 repeat;
}
#global .obj-block-title {
    bottom: 0;
    left: 0;
    right: 0;
}
#global .obj-block-duration {
    top: 0;
    left: 0;
    border-bottom-right-radius: 5px;
}
#global .obj-block:hover span {
    color: #fff;
}
#global .obj-block-info-btn, #global .obj-block-validated, #global .obj-block-edit {
    top: 5px;
    position: absolute;
    width: 56px;
    height: 56px;
    display: none;
    cursor: pointer;
}
#global .obj-block-info-btn {
    right: 5px;
    background: transparent url("../images/icon_56_box_info.png") 0 50% no-repeat;
}
#global .obj-block-info-btn.hide {
    background-position: 100% 50%;
    display: block;
}
#global .obj-block-validated {
    top: 32px;
    left: 9px;
    width: 32px;
    height: 32px;
    display: block;
    background: transparent url("../images/icon_32_validated.png") 50% 50% no-repeat;
}
#global .obj-block-edit {
    top: 62px;
    right: 5px;
    width: auto;
    height: auto;
}
#global .obj-block-edit.no-info {
    top: 5px;
}
#global .obj-block-edit a {
    padding: 5px;
    width: 32px;
    height: 32px;
    color: transparent;
    display: block;
    background: transparent url("../images/icon_32_edit.png") 50% 50% no-repeat;
}
#global .obj-block-container:hover .obj-block-info-btn, #global .obj-block-container:hover .obj-block-edit {
    display: block;
}
#global .obj-block-mask {
    margin: 5px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    display: block;
    background: transparent url("../images/white_mask.png") 0 0 repeat;
    border-radius: 3px;
}
#global .obj-block-mask-text {
    margin: 16px;
    margin-top: 54px;
    display: block;
    background: transparent url("../images/black_mask.png") 0 0 repeat;
    border-radius: 5px;
}
#global .obj-block-mask-text p.warning {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
}

/* object list entry */
#global .obj-entry {
    margin-bottom: 8px;
    /*padding: 4px;*/
    display: block;
    overflow: hidden;
    position: relative;
    border: 1px solid #ccc;
    background: #eee;
    background: -moz-linear-gradient(top, #fff, #ddd);
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ddd));
    border-radius: 5px;
}
#global .obj-entry-preview {
    float: left;
    display: block;
    width: 120px;
    line-height: 86px;
    min-height: 86px;
}
#global .obj-entry-preview img {
    margin: -2px 0;
    width: 120px;
    vertical-align: middle;
}
#global .obj-entry-link {
    overflow: hidden;
    display: block;
}
#global .obj-entry-content {
    padding: 10px;
    padding-left: 130px;
    display: block;
}

#global .obj-entry-top-bar {
    padding-bottom: 4px;
    margin-bottom: 4px;
    display: block;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #888;
    overflow: hidden;
}
#global .obj-entry-duration {
    margin-left: 10px;
    float: right;
    display: block;
    color: #666;
}
#global .obj-entry-published {
    margin-left: 10px;
    float: right;
    display: block;
    width: 16px;
    height: 16px;
    background: transparent none 0 0 no-repeat;
}
#global .obj-entry-published.published {
    background-image: url("../images/icon_16_yes.png");
}
#global .obj-entry-ready {
    margin-left: 10px;
    float: right;
    display: block;
    width: 16px;
    height: 16px;
    background: transparent url("../images/icon_16_warning.png") 0 0 no-repeat;
}
#global .obj-entry-ready.ready {
    background-image: none;
}

#global .obj-entry-bottom-bar {
    padding-bottom: 4px;
    margin-bottom: 4px;
    display: block;
}
#global .obj-entry-views, #global .obj-entry-comments {
    margin-left: 10px;
    float: right;
    display: block;
    color: #666;
}
#global .obj-entry-creation, #global .obj-entry-status {
    color: #666;
    font-style: italic;
}

#global .obj-entry-links {
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: none;
}
#global .obj-entry:hover .obj-entry-links {
    display: block;
}


/* overlay info */
div.overlay-info div.fieldset-content {
    padding: 2px;
}
div.overlay-info form+form {
    margin-top: 12px;
}
div.overlay-info {
    padding-bottom: 2px;
    top: 0;
    left: auto;
    right: auto;
    display: none;
    position: absolute;
    text-align: left;
    width: 361px;
    border: 1px solid #aaa;
    color: #fff;
    background: transparent url("../images/black_mask.png") 0 0 repeat;
    border-radius: 4px;
}
div.overlay-info fieldset, div.overlay-info legend {
    color: #fff;
}
div.overlay-info-title {
    border: 0 none;
    border-bottom: 1px solid #666;
    background: #fff url("../images/overlay_info_gradient.png") 0 100% repeat-x;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
div.overlay-info-content {
    padding: 6px;
}
div.overlay-info div.close {
    right: 0;
    top: 0;
    position: absolute;
    width: 24px;
    height: 24px;
    overflow: hidden;
    display: block;
    cursor: pointer;
    background: transparent url("../images/close.png") 0 2px no-repeat;
}
div.overlay-info div.close:hover {
    background-position: 100% 2px;
}
div.overlay-info div.description-content {
    padding-left: 12px;
    padding-right: 12px;
}
div.overlay-info fieldset {
    margin-bottom: 12px;
}
div.overlay-info table {
    width: 100%;
}
div.overlay-info table td {
    padding: 4px 2px;
    vertical-align: top;
}
div.overlay-info .center {
    text-align: center;
}
div.overlay-info p {
    margin: 0;
    padding: 0;
}
div.overlay-info h3 {
    margin: 0;
    margin-bottom: 2px;
    padding: 2px;
    padding-right: 26px;
}
div.overlay-info h3 a { 
    padding-left: 2px;
    padding-right: 2px;
}
div.overlay-info .nowrap {
    white-space: nowrap;
}
div.overlay-info a.white {
    color: #ccc;
}
div.overlay-info a.white:hover {
    color: #fff;
}
div.overlay-info-content a {
    color: #abd8ef;
    text-decoration: underline;
}
div.overlay-info-content a:hover {
    color: #fff;
    text-decoration: underline;
}
div.overlay-info .description {
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid #ccc;
}
div.overlay-info .std-btn {
    margin: 0 8px;
}





/* pages */
#global .pages {
    margin: 0;
    padding: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: left;
    width: 100%;
    float: left;
}


