/* $Id: vintageChart.css,v 1.2 2010/08/19 13:44:35 robert Exp $ */
/* Vintage Chart Styles */

#vintageChartKey
{
	margin-top:10px;
	font-size:1.1em;;
	line-height: 30px;
}
.vintageChartRating
{
	line-height:14px; 
	width:14px; 
	border:1px solid #901313; 
	color:#901313; 
	text-align:center; 
	font-size:.8em;
}
#tabViewContent table {
  font-size:.8em;
}
.chart {
	border:1px solid #cccccc;
	border-right: none;
	margin: 10px 0 0px 0px;
}
.chart td {
  border-right:1px solid #cccccc;
}
.chart td.noborder {
  border-right:none;
}
.vintageChartScroll
{
	font-size:1.1em;
	font-weight:bold;
}
.vintageChartDivider
{
	background: #cccccc;
}
.vintageChartWine {
  padding-left:10px;
}
.vintageChartWine A
{
	font-size:1.2em;
	background: url(../images/arrow-blue-small.gif) no-repeat right;
	padding: 0 10px 0 0 ;
	color: #232A4E;
	line-height:30px;
}
.vintageChartWine A:hover
{
	background: url(../images/arrow-red.gif) no-repeat right;
	color: #901313;
}
.vintageChartNormal {
  height: 30px;
}

/* ------- end Vintage Chart Styles --------- */

