﻿.content_container {
    width: 98%;
    margin: 10px auto;
}

.content_left_nav {
    float: left;
    width: 20%;
    height: 100%;
}

    .content_left_nav div {
        background: url("../img/left_nav_button.jpg") no-repeat center center #e1eed8;
        line-height: 60px;
        height: 60px;
        text-align: center;
        color: white;
    }

.content_right {
    float: right;
    width: 70%;
    border: solid 1px #cccccc;
    padding: 20px 40px;
}

    .content_right h2 {
        color: #407938;
        text-align: center;
        line-height: 50px;
    }

    .content_right table {
        width: 100%;
        text-align: center;
        border-collapse: collapse;
    }

        .content_right table tr {
            height: 50px;
        }

        .content_right table .odd {
            background-color: #f7f7f5;
        }

        .content_right table .over {
            background-color: #dedede;
        }


        .content_right table thead td {
            background-color: #e8e8e8;
            border-top: 2px solid #d1dae3;
            font-weight: 700;
            border-left: none;
            border-right: none;
        }

.pager {
    margin-top:30px;
    font-size: 13px;
    text-align: center;
}

    .pager a {
        color: black;
        margin: 0 4px;
        padding: 2px 7px;
        display: inline-block;
        text-decoration: none;
        background-color: #f1f1f1;
    }

    .pager .current {
        background-color: #059680;
    }

        .pager .current a {
            color: white;
        }
		
.content_right a {
    color: black;
    text-decoration: none;
}