
#OptionListWrapper {
	text-align			: left;
}

.TableOptionMonths {
	border-collapse		: collapse;
	margin-top			: 5px;
}

.TableOptionMonths td {
	padding-bottom		: 3px;
	padding-left		: 7px;
	padding-right		: 7px;
	text-align			: center;
}

.OptionTypes {
	text-align			: left;
	font-size			: 10px;
}

.OptionListTab {
	background			: url(images/tab.gif);
}

.OptionListTab a:hover {
	color				: url(images/tab.gif);
}

.OptionListSelectedTab {
	background			: url(images/tabselected.gif);
	font-weight			: bold;
	color				: #FFFFFF;
}

.OptionListSelectedLink {
	color				: #FF9933;
	font-weight			: bold;
}

.OptionsListColumns {
	
}

.OptionsListColumns th {
	font-weight			: bold;
	font-size			: 11px;
	border				: 1px solid #888888;
}

.OptionsListTable {
	padding				: 0px;
	text-align			: left;
	border-collapse		: collapse;
	font-size			: 11px;
}

.OptionsListTable a {
	padding-top			: 2px;
	padding-right		: 2px;
	padding-left		: 2px;
	padding-bottom		: 2px;
	color				: #FF9933;
	text-decoration		: none;
}

.OptionsListRow1 {
	background-color	: #DDDDDD;
}

.OptionsListRow1 td {
	border				: 1px solid #888888;
	padding-top			: 3px;
	padding-bottom		: 3px;
	padding-left		: 7px;
	padding-right		: 7px;
	white-space			: nowrap;	
}

.OptionsListRow2 td{
	border				: 1px solid #888888;
	padding-top			: 3px;
	padding-bottom		: 3px;
	padding-left		: 7px;
	padding-right		: 7px;
	white-space			: nowrap;	
}

.OptionsListRowHover {
	background-color	: #E1F0D9;	
}

.OptionsListRowHover td {
	border				: 1px solid #888888;
	padding-top			: 3px;
	padding-bottom		: 3px;
	padding-left		: 7px;
	padding-right		: 7px;
	white-space			: nowrap;	
}

#Symbol {
	font-size			: 11px;
	font-weight			: bold;
}

#Company {
	font-size			: 11px;
}

.ChartButton {
	cursor				: hand; /* IE */
	cursor				: pointer; /* FireFox */
}

.Chart {
	position			: absolute;
	width				: 320px;
	height				: 200px;
	border				: 1px solid #336699;
	background			: url(images/chart_bg.gif);
	visibility			: hidden;
}

.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		: none;
	color				: #FF9933;
}

.ChartImage {
	text-align			: center;
	vertical-align		: middle;
}

.OptionsListCalculator {
	position			: absolute;     
	width				: 375px;
	background-color	: #FFFFFF;
	border				: solid 1px #336699;  
	text-align			: left;  
	visibility			: hidden;
}
                
.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				: hand; /* IE */
	cursor				: pointer; /* FireFox */
	
}

.OptionsListCalculatorRowA {
	background-color	: #F6F6F6;
}

.OptionsListCalculatorRowB {
	background-color	: #DDDDDD;
}

.OptionsListCalculatorPositive {
	color				: green;
}

.OptionsListCalculatorNegative {
	color				: red;
}

