div.stream {
    border: 1px dashed #ccc;
    border: 1px dashed #888;
    padding: .5em;
    margin-bottom: 2px;
    margin-top: 2px;
}

div.stream h1 {
    font-size: 100%;
    margin: 0;
}

div.stream table {
    width: 100%;
}

div.stream table td.col1 {
    padding-right: 1em;
}

div.stream table td.col2 {
    text-align: right;
    font-size: smaller;
    color: #aa0;
    text-transform: lowercase;
}

div.stream table td.col2 span {
    color: #222;
    text-transform: none;
}

div.stream table td span {
    font-weight: bold;
    font-style: normal;
}

div.actions {
    border: 2px solid #844;
    padding: .5em;
    text-align: center;
    margin: 1em 0;
}
div.actions input {
    margin: .5em;
    font-weight: bold;
    color: #004;
}

div.stream a {
    font-weight: normal;
    color: #228;
}

div.stream h1 a:hover {
    color: #cc0;
}

div.stream a.htrack {
    vertical-align: middle;
    text-decoration: none;
}

div.stream a.htrack span {
    vertical-align: middle;
}

#listings {
    overflow: hidden;
    float: right;
}

#listings ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#listings ul li {
    float: left;
    display: inline;
    margin: 0;
    padding: 0;
}

#listings ul li a {
    padding: 4px 10px;
    display: block;
    text-decoration: none;
    color: silver;
    border-left: 1px solid transparent;
    border-top: 1px solid transparent;
}

#listings ul li li a {
    background: url('../images/menu.png') 0 -25px repeat-x;
    color: #ddd;
    border-left: 1px solid #333;
    border-top: 1px solid #333;
}

#listings ul li a:hover {
    background: url('../images/menu.png') 0 -100px repeat-x;
    color: #fff;
    border-left: 1px solid #444;
    border-top: 1px solid #444;
}

#listings ul ul {
    visibility: hidden;
    position: absolute;
}

#listings ul li:hover ul {
    visibility: visible;
}

#listings ul li li {
    float: none;
}


/**/
