﻿/*
	Contains all stylistic features of the Legend
*/

.ve_legend
{
	position: absolute;
	width: 90px;
	height:115px;
	
	border: 2px solid #d0d0d0;
}

.ve_legend table tr th
{
	font-size:11px;
	background-color: #e0e0e0;
}

.ve_legend table tr td
{
	font-size: 10px;
}