/* CSS for catalog's index page */

/* channels */
#global .catalog-channels {
    position: relative;
    min-height: 250px;
}
#global .catalog-channels .channels-list {
    padding: 5px;
    position: absolute;
    top: 4px;
    bottom: 4px;
    left: 4px;
}
#global .catalog-channels .channels-list-content {
    padding-left: 4px;
    padding-right: 20px;
    display: block;
    height: 100%;
    max-width: 250px;
    overflow: auto;
}
#global .catalog-channels .channels-list-pictureflow {
    margin-left: 200px;
    display: block;
}
#global .catalog-channels .channels-list-pictureflow object {
    color: transparent;
}


/* star */
#global .star-column {
    float: left;
    width: 50%;
    display: block;
}
#global .star-column-left {
    width: 45%;
}
#global .star-column-right {
    width: 55%;
}
#global .star-column .star-title {
    margin-left: 190px;
    text-align: left;
}
#global .star-column .star-title p {
    color: #666;
}
#global .star-column h3 {
    margin-top: 0;
    font-size: 18px;
}
#global .star-column a.thumb {
    float: left;
    display: block;
    margin-right: 10px;
}
#global .star-column a.star-link {
    margin: 5px;
    padding: 2px;
    display: block;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    border: 1px solid #ccc;
    background: #eee;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
#global .star-column .star-videos {
    padding: 4px;
}
#global .star-column .star-videos img {
    max-width: 120px;
}
#global .star-column .star-videos-preview {
    margin-top: 4px;
    margin-bottom: 4px;
    margin-right: 8px;
    display: block;
    float: left;
    max-width: 120px;
}
#global .star-column .date {
    margin-top: 0;
}
#global .star-column .nb-views {
    color: #666;
}
#global .star-column .added {
    margin-bottom: 0;
}


/* videos list */
#global .catalog-tabs {
    position: relative;
}
#global .tabs-container {
    padding: 1px 0;
}
#global table.videos-table {
    margin: 0 auto;
    max-width: 100%;
}
#global table.videos-table td {
    padding: 0;
    vertical-align: top;
}
#global div.video-date {
    margin-left: 2px;
    margin-right: 2px;
    text-align: center;
    color: #666;
}

/* lives */
#global div.live-stream-list {
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
    text-align: center;
}
#global div.live-stream-list img{
    margin: 0;
    padding: 0;
    border: 0 none;
}
#global div.live-stream-list table {
    margin: 0 auto;
    padding: 0;
    width: auto;
    border-spacing: 0;
    text-align: left;
}
#global div.live-stream-list table a {
    display: block;
    font-size: 14px;
}
#global div.live-stream-list .unique a img {
    padding-bottom: 8px;
}
#global div.live-stream-list .unique a span {
    display: block;
    text-align: center;
}
#global div.live-stream-list .multiple img {
    float: left;
    display: block;
    margin-right: 10px;
}
#global div.live-stream-list .multiple a {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 48px;
    padding-right: 16px;
    background: transparent url("../images/right_arrow.png") 16px 50% no-repeat; 
}


/* tabs */
#global .tab-pannel {
    padding: 1px 0;
    min-height: 180px;
}
#global .tab-pannel .paragraph-block {
    margin: 25px;
}


/* tags */
#global #tab_tagcloud_content .tagcloud-container {
    text-align: center;
}
#global #tab_tagcloud_content a {
    margin-right: 16px;
    line-height: 24px;
    font-size: 20px;
    color: #102b62;
}
#global #tab_tagcloud_content a:hover, #global #tab_tagcloud_content a.tag-type-2:hover,
#global #tab_tagcloud_content a.tag-type-3:hover, #global #tab_tagcloud_content a.tag-type-4:hover {
    color: #1f90cb;
    text-decoration: underline;
}
#global #tab_tagcloud_content a.tag-type-2 {
    font-size: 18px;
    color: #24417e;
}
#global #tab_tagcloud_content a.tag-type-3 {
    font-size: 16px;
    color: #3c6ccd;
}
#global #tab_tagcloud_content a.tag-type-4 {
    font-size: 14px;
    color: #0844bd;
}




