/* Release Styles */

.ReleaseListView
{
    clear: both;
    margin: 5px 0 0 0;
    padding: 0 0 5px 0;
    font-size: 12px;
    border-bottom: 1px dotted #DDD;
}
.ReleaseListView .LeftPanel
{
    width: 50px;
    padding: 0 5px 0 0;
}
.ReleaseListView .MidPanel
{
    width: auto;
}
.ReleaseListView .RightPanel
{
    width: 100px;
    padding: 0 0 0 5px;
}
.ReleaseListView a
{
    color: #00A;
    text-decoration: none;
}
.ReleaseListView a:hover
{
    text-decoration: underline;
}
.ReleaseListView .MediaIcons .Icon
{
    float: left;
    margin: 0 1px 1px 0;
    width: 16px;
    height: 16px;
    text-align: center;
}

.RightActions, RightActions a
{
    font-size: 11px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    list-style: none;
}
.RightActions li
{
    list-style: none;
    padding: 0 0 5px 0;
    margin: 0;
}

.RightActions .Icon
{
    float: left;
    padding: 0 4px 0 0;
    height: 16px;
}
.RightActions li a, .HoverBlue, .ColumnRight a
{
    color: #333;
}
.RightActions li a:hover, .HoverBlue:hover,  .ColumnRight a:hover
{
    color: #00A;
    text-decoration: underline;
}
.RightActions .Link
{
    float: left;
}

.RightActions li img
{
    vertical-align: middle;
}