body {
    font-family: Arial;
    font-size: 13pt;
}

.Item {
    height: 150px;
    width: 180px;
    margin: 5px;
}

    .Item, .Item td, .Item td {
        border: 1px solid #ccc;
    }

        .Item .header {
            background-color: #F7F7F7 !important;
            color: Black;
            font-size: 13pt;
            line-height: 200%;
        }

.page_enabled, .page_disabled {
    display: inline-block;
    height: 40px;
    min-width: 40px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #ccc;
}

.page_enabled {
    background-color: #eee;
    color: #000;
}

.page_disabled {
    background-color: #6C6C6C;
    color: #fff !important;
}