﻿body
{
    font-family: Tahoma;
    font-size: 14px;
    line-height: 16px;
    color: #000;
}
a, a:visited, a:link
{
    color: Blue !important;
    cursor: pointer !important;
    text-decoration: none !important;
}
a:hover
{
    color: #000 !important;
}
.box
{
    margin: 0px auto;
    width: 960px;
}
.header, .menu a
{
    background-color: #EFEFEF;
}
.header
{
    padding: 15px;
    border: 2px solid black;
}
.logo
{
    float: left;
    font-size: 20px;
    font-weight: bold;
    padding-right: 10px;
}
.user
{
    float: right;
    text-align: right;
}
.menu
{
    border-bottom: 2px solid black;
}
.menu a
{
    color: #000;
    padding: 10px 20px;
    display: block;
    float: left;
    border-top: 2px solid black;
    border-left: 2px solid black;
}
.menu a:hover
{
    background-color: #A0A0A0;
    color: White;
}
.menu a.active
{
    background-color: #A0A0A0;
    color: White !important;
}
.menu a.last
{
    border-right: 2px solid black;
}
.content, .menu
{
    padding-top: 20px;
    margin: 0px 10px;
}
.content
{
    margin-bottom: 30px;
}
.clear
{
    clear: both;
}
