﻿/* Table */
.MGLMGridView_ResultsSummary
{
    border: 1px solid #959595;
    border-collapse: collapse;
    caption-side: top;
    table-layout: auto;
    width: auto;
    position: relative;
    text-align: center;
    margin-bottom: 1em;
	width: 100%;
}

/* Caption */
.MGLMGridView_ResultsSummary caption
{
}

/* Header cells */
.MGLMGridView_ResultsSummary .headerRow th
{    
    font-size: 75%;
    font-weight: bold;
    color: #000040;
    height: 16px;
    background-color: #f4f4f4;
    background-image: url(/Images/Backgrounds/gridHeaderBg.gif);
    background-repeat: repeat-x;
    border-right: solid 1px #959595;
    border-bottom: solid 1px #959595;
    padding: 3px 3px 3px 3px;
}

/* Data cells */
.MGLMGridView_ResultsSummary .dataRow td
{
    padding: 3px 5px 3px 5px;
    border-bottom: 1px solid #959595;
    background-color: #fcfcfc;
    color: #000040;
    font-size: 85%;
}

/* Data rows for match play. */
.MGLMGridView_ResultsSummary .matchDataRow td
{
    padding: 3px 5px 3px 5px;
    border-bottom: 1px dashed #959595;
    background-color: #fcfcfc;
    color: #000040;
    font-size: 85%;
}

/* Alternating data rows for match data. */
.MGLMGridView_ResultsSummary .matchAlternatingItem td
{
    padding: 3px 5px 3px 5px;
    background-color: #fcfcfc;
    color: #000040;
    font-size: 85%;
    border-bottom: solid 2px #959595;
}

/* ASP.net labels with data cells */
.MGLMGridView_ResultsSummary td span
{
    color: #000040;
    font-size: 70%;
}

/* The primary field or column data cell. */
.MGLMGridView_ResultsSummary td.primaryColumn
{
    padding-right: 10px;
    text-align: left;
    white-space: nowrap;
}

/* No data */
.MGLMGridView_ResultsSummary .emptyDataRow td
{
    padding: 5px 5px 5px 5px;
    font-size: 85%;
    font-style: italic;
    color: #404040;
    background-color: #fcfcfc;
}

/* Cells that contain text data. */
.MGLMGridView_ResultsSummary th.textCell,
.MGLMGridView_ResultsSummary td.textCell
{
    text-align: left;
}

/* Paging panel. */
.MGLMGridView_ResultsSummary .pagerRow td
{
    background-color: #d2d2d2;
    height: 24px;
    text-align: left;
    padding: 0 0 0 6px;
    font-size: 85%;
    color: #404040;
    font-weight: bold;
    font-size: 105%;
}

/* Inputs in the pager Panel. */
.MGLMGridView_ResultsSummary .pagerRow td input
{
    margin-top: 1px;
    float: left;
}

/* The pager page number label. */
.MGLMGridView_ResultsSummary .pagerRow td .pageNumber
{
    margin: 3px 6px 0 6px;
    float: left;
}