/* Stylesheet Streampicker
 * Version: $Id: streampicker.css,v 1.3 2010/04/08 09:15:42 telnotap Exp $
 */
.playericon {
	border: none;
}

.streampicker, #streampicker
{
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 180px;
	height: 100px;
	border: 1px solid #F0E68C;
	border-bottom: 0px;
	background-color: white;
	visibility: hidden;
	color: #000;
	z-index: 999;
}

.streampicker h5, #streampicker h5 {
    font-size: 8px;
    padding: 0px;
    margin: 0px;
    height: 19px;
    border-bottom: 1px solid gray;
    text-align: center;
}

.streampicker ul, #streampicker ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.streampicker li, #streampicker li {
    margin: 0px;
    padding: 0px;
    height: 19px;
    border-bottom: 1px solid #F0E68C;
}

.streampicker a, #streampicker a {
    font-family: "Lucida Grande", Arial, sans-serif;
    font-size: 0.8em;
    font-weight: normal;
    display: block;
    height: 19px;
    vertical-align: top;
    color: #000;
}

.streampicker a:hover, #streampicker a:hover {
    background-color: #ddd;
}

.streampicker a img, #streampicker a img {
    float: left;
    margin: 1px 5px 0px;
}

