/* GRID -------------------------------------------------------------- */
.Grid {
    border-collapse: collapse;
}

    .Grid th, .Grid td {
        padding: 2px;
        border: solid 1px #999;
        min-height: 24px; /*vertical-align: middle;*/
    }

.BorGray th, .BorGray td {
    border: solid 1px #999;
}

.BorRed th, .BorRed td {
    border: solid 1px #F00;
}

.GridMouseOver {
    background: #FFC !important;
}

.GridHeader th, .GridPager th {
    background: #f9ee9d;
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
    padding:10px;
    color:#333;
    font-weight:bold;
}

.GridItem {
    background: #FFF;
}

.GridAlternatingItem {
    background: #EEE;
}

.GridPager td {
    padding: 2px;
    color: #00F;
    vertical-align: middle;
}

.GridPager a {
    text-decoration: none;
    padding: 2px;
    color: #00F;
}

    .GridPager a:hover {
        color: #000;
    }

    .GridPager a.btnpager {
        border: 1px solid #00F;
        padding: 0px 4px;
        text-align: center;
    }

        .GridPager a.btnpager:hover {
            border: 1px solid #000;
        }

        .GridPager a.btnpager[disabled] {
            display: none;
        }

    .GridPager a.linkpager {
        border: 1px solid #00F;
        padding: 0px 4px;
        text-align: center;
    }

        .GridPager a.linkpager:hover {
            border: 1px solid #000;
        }

.GridPager span span {
    border: 1px solid #000;
    padding: 0px 4px;
    text-align: center;
    color: #000;
}


/* FORMER -------------------------------------------------------------- */
.c_head_title {
    text-align: right;
    font-weight: bold;
    padding: 6px;
    border-bottom: solid 2px #006EC4;
    color: #006EC4;
    margin-bottom: 12px;
}

    .c_head_title a,
    .c_head_title a:link,
    .c_head_title a:visited,
    .c_head_title a:active {
        color: #006EC4;
        text-decoration: none;
        font-weight: normal;
    }

        .c_head_title a:hover {
            color: #D00;
            text-decoration: underline;
        }

        .c_head_title a.CommandButton img {
            vertical-align: bottom;
            width: 20px;
            height: 20px;
        }

.c_item_redbold {
    color: #E00;
    font-weight: bold;
}

.dnnFormItem .c_btn_small {
    min-width: 12px;
    width: 16px;
}

.dnnFormItem textarea, .dnnFormItem input[type="text"], .dnnFormItem input[type="button"] {
    max-width: 98%;
}

.dnnFormMessage {
    max-width: 98%;
}
