
.navigation_button {
    background: -moz-linear-gradient(center top , #EDEDED 5%, #DFDFDF 100%) repeat scroll 0 0 #EDEDED;
    border: 1px solid #DCDCDC;
    border-radius: 15px 15px 0 0;
    box-shadow: 0 1px 0 0 #FFFFFF inset;
    color: #777777;
    display: inline-block;
    font-family: Georgia;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    text-align: center;
    text-decoration: none;
    text-indent: 0;
    text-shadow: 1px 1px 0 #FFFFFF;
    width: 86px;
}
.navigation_button:hover {
    background: -moz-linear-gradient(center top , #DFDFDF 5%, #EDEDED 100%) repeat scroll 0 0 #DFDFDF;
}
.navigation_button:active {
    position: relative;
    top: 1px;
}

#page {
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 0 10px 10px 0 #9EA1A4;
    margin: 0 auto;
    min-height: 538px;
    width: 1024px;
}



#container #content #grid, #content #grid th {
    border-bottom: 1px solid #C0C0D9;
    color: #08375E;
}


#container #content #grid td:nth-child(2n+1), #content #grid th:nth-child(2n+1) {
    background: none repeat scroll 0 0 #EFEFF5;
}
#container #content #grid td:nth-child(2n), #content #grid th:nth-child(2n) {
    background: none repeat scroll 0 0 #FFFFFF;
}
#container #content #grid a {
    color: #858997;
    text-decoration: none;
}
