/* CSS Document */

#salesinfo {
	margin: 0px;
	font-size: small;
	width:800px;

}
#salesinfo table {
	display: table;
}
#salesinfo th {
	text-align: center;
}

#salesinfo caption {
	font-weight: bold;
	margin-top: .5em;
	margin-bottom: 0px;
	width: 760px;
	background-color: #BCD6DF;
	font-size: large;
}

#salesinfo td {
	border: 1px solid #787A6B;
	padding: 4px;
	empty-cells:hide;
	color: #222;
	font-size: small;
	background: #FFFFCC;
}

#salesinfo a {
	display:block;
	color: #880000;
	text-decoration: none;
	font-weight: bold;
}
#salesinfo a:hover {
	background: #FFCC00;
}
#content li {
	font-size: 0.9em;
}
.separator {
	clear:both;
}

