﻿/* Table */
.MGLMGridView_RelatedContent
{
    width: 95%;
    margin: 0 0 15px 0;
}

/* Caption. */
.MGLMGridView_RelatedContent caption
{
    color: #48A65A; 
    font-weight: bold; 
    font-size: 115%; 
    display: block; 
    margin-bottom: 5px;
    text-align: left;
}

/* Header. */
.MGLMGridView_RelatedContent .headerRow th
{
    color: #2D6738; 
    font-weight: bold; 
    font-size: 100%;
    text-align: left;
    padding-bottom: 5px;
}

/* Data rows. */
.MGLMGridView_RelatedContent .dataRow td
{
    padding: 0 15px 5px 8px;
}

/* The selected data row. */
.MGLMGridView_RelatedContent .selectedRow td
{
    padding: 0 15px 5px 8px;
    background-position: right 2px;
    background-image: url(/Images/Icons/secondaryNavArrow.gif);
    background-repeat: no-repeat;
    font-weight: bold;
}

/* Empty data cell. */
.MGLMGridView_RelatedContent .emptyDataRow td
{
    padding: 5px 5px 5px 5px;
    font-weight: bold;
    font-size: 95%;
    font-style: italic;
    color: #81C98F;
}

/* Footer. */
.MGLMGridView_RelatedContent .footerRow td
{
    padding: 0 0 0 8px;
}