﻿.Sales
{
	font-size: 12px;
	padding: 0px; 
	margin-left: 20px; 
	margin-top: 20px;
}

.Sales .AlternateRow
{
	background-color: #f5f4f4;
}

.Sales .Ident
{
	width: 30px;
}

.Sales .Month
{
	color: #005F8F;
	font-weight: bold;
	width: 100px;
	border-bottom: solid 1px #005F8F;
}

.Sales td.TotalCell
{
	padding-top: 3px;
	font-weight: bold;
	border-top: solid 1px black;
}

.Sales .Header
{
	color: black;
	font-weight: bold;
	padding-bottom: 5px;
}

.Sales .Date
{
	width: 170px;
}

.Sales .Customer
{
	width: 280px;
}

.Sales .Order
{
	width: 150px;
}

.Sales .Paid
{
	width: 80px;
}

.Sales a,
.Sales a:VISITED,
.Sales a:ACTIVE
{
	font-weight: normal!important;
	color: Black!important;
	text-decoration: none!important;
}

.Sales a:HOVER
{
	text-decoration: underline!important;
	color: Navy!important;
}