﻿#chartOptionsPlaceholder
{
	border:1px solid #DADADA;
	padding: 0px 12px;
	background: #fff url(moduleBg.gif) repeat-x;
	font-family: Arial, Verdana;
	font-size:11px;
	color:#333333;
	vertical-align:top;
	margin-right: 3px;
    float:right;
    width:317px;
    height:298px;
}

#ChartArea
{
    height:320px;
}

#ThumbsArea
{
	border:1px solid #DADADA;
	padding: 12px;
	background: #fff url(moduleBg.gif) repeat-x;
	font-family: Arial, Verdana;
	font-size:11px;
	color:#333333;
	vertical-align:top;
	margin-right: 3px;
}

#ThumbsList input
{
    position:absolute;
    left: -3000px;
}

#ThumbsArea img
{
	cursor: pointer;
	cursor: hand;
}