/* 
    Document   : livestream_channels.css
    Created on : 04.04.2013, 19:47:58
    Author     : einhornimmond
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

button {
    cursor:pointer;
    margin-right:4px;
    margin-top:5px;
    
}
#livestream-channel-div button:hover {
    background-color:#46033d;
}

#livestream-channel-div button:active {
    background-color:#161980;
}

#livestream-channel-div .button, 
#livestream-channel-div  button {
    background-color: #942C7E;
    border: 0 none;
    border-radius: 3px;
    color: #F4F4F4;
    padding: 3px 7px;
}


#lc_desc_title {
    font-size:large;
    font-weight:bold;
    padding-bottom:10px;
    padding-top:10px;
}

#lc_banner {
    height:100px;
    overflow:hidden;
}
#livestream-channel-div {
    background-color: white;
    display:none;
}

#lc_channels, #lc_desc_title {
    margin-left:15px;
    margin-right:15px;
    margin-bottom:10px;
}
#lc_player {
    margin-left:10px;
}
