﻿.rmlwrapper
{
    width: 250px;
    float: right;
}

ul.RelatedMaterialsList
{
    margin-left: 0px;
    padding-left: 0px;
    list-style: none;
    background-color: #87a1d9;
}

ul.RelatedMaterialsList li
{
    padding-left: 5px;
    color: #ffffff; 
    font-size: 12px; 
    font-weight: bold;
}

ul.RelatedMaterialsList li.heading
{
    font-size: 14px;
    font-weight: bold;
    padding: 3px;
    background-color: #557ac9;
    color: #ffffff;
}



ul.RelatedMaterialsList li.subheading
{
    font-size: 12px;
    font-weight: bold;
    padding: 3px 5px 3px 5px;
    background-color: #9bb1df;
    color: #ffffff;
    border-bottom: 1px solid #557ac9;
}

ul.RelatedMaterialsList ul
{
    padding: 0px;
    margin: 0px;
    list-style: none;
}

ul li
{
    padding: 3px;
    margin: 0px;
    list-style: none;
}

ul li span
{
    display: block;
    color:#ffffff;
    font-size:12px;
    font-weight:bold;
}

ul li input
{   
    color:#333333;
}

ul li a, ul li a:link, ul li a:visited
{
     color: #333;
    text-decoration: none;
}


ul li a:hover
{
    color:#000;
    text-decoration: underline;
}

.storycontainer
{
    float: left;
    width: 680px;
    border-right: 1px solid #666666;
    padding: 5px;
}

.storycontainer .mediacontainer
{
    float: left;
    margin: 5px 10px 5px 5px;
}

.storyinfo
{
    font-size: 10px;
    padding-left: 10px;
}

.storyheading
{
    margin: 0px;
    padding: 0px;
}

.hidden
{
    z-index: 0;
}

.show
{
    z-index: 1;
}

p
{
    margin: 2px 5px 8px 5px;
}

