﻿.module
{
    border:solid 1px #000000;
    min-width:935px;
}
    .module .moduleHeader
    {
        background:#000000;
        background: linear-gradient(to bottom, #E0E0E0 0%,#000000 50%,#B3B3B3 100%);
        color:#FFFFFF;
        height:34px;
    }
        .module .moduleHeader .moduleTitle
        {
            float:left;
            font-size:1.25em;
            font-weight:bold;
            margin-top:5px;
            padding-left:10px;
        }
        .module .moduleHeader .moduleNote
        {
            float:right;
            margin-top:9px;
            padding-right:10px;
        }
    .module .moduleContent
    {
        background:#E9E9E9;
        color:#000000;
        min-width:933px;
        width:100%;
    }
    .module .right
    {
        text-align:right;
    }
    .module .date
    {
        /*width:95px;*/
        width:10%;
    }
    .module .num
    {
        /*width:85px;*/
        width:8%;
    }
    .module .spacer
    {
        /*width:5px;*/
        width:1%;
    }
    .module .no-results
    {
        padding:10px;
        padding-bottom:0px;
    }
    .module .moduleContent a
    {
        color:#5487F7;
        text-decoration:none;
    }
        .module .moduleContent a:hover
        {
            text-decoration:underline;
        }
    .module .moduleContent .reviewed
    {
        color:#666666;
    }
    .module table
    {
        display:block;
        width:100%;
        border-collapse:collapse;
        border-spacing:0px;
        margin:0px;
        min-width:933px;
        padding:0px;
    }
        .module thead
        {
            display:block;
            width:100%;
            background-color:#F5F5F5;
            border-bottom:solid 2px #B3B3B3;
            border-collapse:collapse;
            border-spacing:0px;
            margin:0px;
            padding:10px 0px;
        }
        .module tfoot
        {
            display:block;
            width:100%;
            background-color:#F5F5F5;
            border-top:solid 2px #B3B3B3;
            border-collapse:collapse;
            border-spacing:0px;
            margin:0px;
        }
            .module tfoot td
            {
                padding: 10px 0px;
            }
        .module tbody
        {
            display:block;
            width:100%;
            border-collapse:collapse;
            border-spacing:0px;
            margin:0px;
            max-height:400px;
            overflow-x:hidden;
            overflow-y:auto;
            padding:0px;
        }
        .module tr
        {
            display:block;
            width:100%;
            border-collapse:collapse;
            border-spacing:0px;
            margin:0px;
            padding:0px;
        }
        .module th
        {
            display:inline-block;
            border:none;
            margin:0px;
            margin:0px 5px;
            padding:0px;
            text-align:left;
            vertical-align:middle;
        }
        .module td
        {
            display:inline-block;
            border:none;
            margin:0px 5px;
            padding:5px 0px;
            text-align:left;
            vertical-align:middle;
        }
    .module table .tblLoader
    {
        height:20px;
        margin-left:5px;
        width:20px;                
    }
    .module table .tblSave
    {
        background-image:url(/images/buttons/save_off.png);
        background-repeat:no-repeat;
        cursor:pointer;
        height:21px;
        margin-left:5px;
        width:20px;
    }
        .module table .tblSave:hover
        {
            background-image:url(/images/buttons/save.png);
        }
.popup .module
{
    border:none;
    min-width:600px;
}
.popup .moduleContent
{
    min-width:600px;
}