/* ================================
    CSS STYLES FOR Module
   ================================ */
.ose_tbheader
{
    font-size: 11pt;
    width: 100%;
    margin-top: 5px;
    color: #4c4c4c;
}
.ose_summary
{
    font-family: Tahoma,Arial,Helvetica;
    font-size: 11px;
    text-align: right;
    color: #4c4c4c;
}
a.ose_title, a.ose_title:link, a.ose_title:visited
{
    font-family: Arial,Helvetica,sans-serif;
    font-size: medium;
    font-weight: normal;
    color: #2200CC;
    text-decoration: underline;
}
a.ose_title:active
{
    color: Red;
}
a.ose_title:hover
{
}
.ose_titleBold
{
    font-family: Verdana,Tahoma,Helvetica;
    font-size: 12px;
    font-weight: bold;
    display: none;
}
.ose_item
{
    margin-bottom: 20px;
}
.ose_thumbnail
{
    margin-top: 5px;
    margin-bottom: 5px;
}
.ose_sample
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: small;
    font-weight: normal;
    color: black;
    line-height: 1.3em;
}
.ose_path
{
    font-family: Arial,Helvetica,Sans-Serif;
    font-size: 13px;
    font-weight: normal;
    color: #008000;
    line-height: 1.231;
}
.ose_navigation
{
    color: #3666D4;
    height: 2em;
    margin: 0;
    text-align: center;
    width: 100%;
    font-family: arial,helvetica,sans-serif;
    font-size: 13px;
    line-height: 1.231;
}
.ose_navigation strong
{
    border: 0 none;
    color: #000000;
    font-size: 108%;
    font-weight: bold;
    padding: 2px 6px;
    text-align: center;
    text-decoration: none;
}
.ose_navigation a
{
    border: 1px solid #CCDBE4;
    color: #3666D4;
    margin: 0 5px 0 0;
    padding: 2px 8px;
    text-align: center;
    text-decoration: none;
}
.ose_navigation a:hover
{
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    background: #3666D4 none repeat scroll 0 0;
    border-color: #2B55AF;
    color: #FFFFFF;
    text-decoration: none;
}
