.OptionsListTabs {
	text-align			: left;
}

.OptionsListTabs table {
	border-collapse		: collapse;
}

td.OptionsListTab {
	background-image	: url(images/tab.gif);
	width				: 45px;
	height				: 40px;
	text-align			: center;
	padding				: 0px;
}

td.OptionsListSelectedTab {
	background-image	: url(images/tabselected.gif);
	width				: 164px;
	height				: 40px;
	text-align			: center;
	padding				: 0px;
	color				: #fff;
	font-weight			: bold;
}

.OptionsListUpdateProgress { 
	position			: absolute;
	background-color	: #fff;
	border				: solid 1px #888888;
	padding				: 30px 10px 30px 10px;
}

.OptionsListCalculator {
	position			: absolute;     
	width				: 375px;
	background-color	: #FFFFFF;
	border				: solid 1px #336699;  
	text-align			: left;  
	visibility			: hidden;
	z-index				: 10;
}
                
.OptionsListCalculatorTitle {     
	height				: 25px;  
	background			: url(images/titlebar.gif);	
	color				: #FFFFFF;
	vertical-align		: middle;
	font-size			: 12pt;
	font-weight			: bold;
	font-family			: Trebuchet MS;
	padding-left		: 3px;   
	padding-right		: 3px;
	padding-top			: 0px;
	padding-left		: 0px;
} 

.OptionsListCalculatorClose {
	width				: 25px;
	height				: 25px;
	padding				: 0px;
	background			: url(images/closewin.gif);
	cursor				: pointer;
	
}

.OptionsListCalculatorRowA {
	background-color	: #F6F6F6;
}

.OptionsListCalculatorRowB {
	background-color	: #DDDDDD;
}

.OptionsListCalculatorPositive {
	color				: green;
}

.OptionsListCalculatorNegative {
	color				: red;
}

.Calculator {
	cursor				: pointer;
}

.OptionListRowHotTrack td {
	background-color	: #E1F0D9;
}

.Chart {
	position			: absolute;
	width				: 320px;
	height				: 200px;
	border				: 1px solid #336699;
	background			: #fff url(images/chart_bg.gif) repeat-x;
	visibility			: hidden;
	cursor				: default;
}

.ChartTitle {
	height				: 25px;
	vertical-align		: middle;
	color				: #FFFFFF;
	font-size			: 12pt;
	font-weight			: bold;
	font-family			: Trebuchet MS;
	padding-left		: 3px;
}

.ChartLinks {
	padding				: 3px;
	color				: #336699;
	white-space			: nowrap;
}

.ChartLinks a {
	text-decoration		: none;
	color				: #336699;
}

.ChartLinks a:hover {
	text-decoration		: underline;
	color				: #FF9933;
}

.ChartImage {
	text-align			: center;
	vertical-align		: middle;
}