﻿body 
{
    font-family: Tahoma, helvetica, sans serif;
}

TD 
{
    font-size: 12px;
    vertical-align: top;
    border: none;
}

h1
{
    font-family: Arial Black, Helvetica, Sans-Serif;
    font-size: 24pt;
    color: #e00;
    letter-spacing: -2px;
    font-weight: 900;
}

.retailer_logo 
{
    position: relative;
    top: -16px;
    left: 0px;
}

.sales td { border: solid 2px #fff; padding: 4px; }
.sale_name_cell { font-weight: bold; color: #f00; min-width: 150px; }
.store_list { padding-left: 5px; }

#admin-content {
width: 790px;
float: left;
clear: both;
margin-bottom: 22px;
padding-left: 20px;
}

#top-nav #admin-tabs {
position: absolute;
top: 10px;
left: 19px;
}

#top-nav #admin-tabs ul li {
list-style-type: none;
display: inline;
}

.menu-tabs 
{
    list-style-type: none;
    padding: 0;
    margin: 0 0 30px 0;
    clear: both;
}

.menu-tabs a:link, .menu-tabs a:active, .menu-tabs a:visited
{
    color: #000;
    font-weight: bold;
    text-decoration: none;
}

.menu-tabs a:hover
{
    color: #f00;
    font-weight: bold;
    text-decoration: underline;
}

.menu-tabs li 
{
    padding: 5px 6px 0 6px;
    border: solid 1px #999;
    float: left;
    height: 24px;
    margin-right: 1px;
    background-color: #999;
}

.menu-tabs li.selected
{
    background-color: #fff;
    border-bottom: solid 1px #fff;
}

.validation-summary
{
    padding: 10px;
    margin-bottom: 10px;
    border-top: solid 1px #f00;
    border-bottom: solid 1px #f00;
    color: #f00;
    width: 100%;
}

.validation-summary ul { padding-left: 10px; }

.calendar_title 
{
    background-color: #aaa;
    color: #000;
    background-color: #fff;
    font-weight: bold;
    height: 24px;
    width: 150px;
    margin: 2px;
}

.calendar_day
{
    background-color: #aaa;
    color: #000;
    background-color: #fff;   
    padding: 2px;
    margin: 2px;
}

.form_table td { vertical-align: top; }

#right-tabs {
    text-align: right;
    margin-top: 19px;
}
