/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Sep 25, 2014, 2:38:27 PM
    Author     : Star Plateena
*/

.wrapper {
    margin: auto;
    width: 1050px !important;
}

.header {
    margin-top: 20px;
}

.banner {
    width: 100%;
    border-radius: 4px;
}

.menu {
    padding: 5px 20px;
}

.menu , .menu a, .menu a:visited{
    font-weight: bolder;
    color: black;
}

.content {
    padding-top: 10px; 
    padding-bottom: 20px; 
}

.footer {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 11px;
    font-style: italic;
    text-align: center;
    padding: 10px 12px;
}


.display-table td, .display-table th{
    padding: 2px 10px;
}

.center {
    text-align: center;
}

.display-table th {
    background: #022;
    color: #FFF;
}



.display-table tr:nth-child(even) {
    background: #CCC;
}

.display-table tr:nth-child(odd) {
    background: #FFF;
}