	body
	{
		color: #030306;
		background: #cccc99;
		background-image: url('/images/background.png');
		background-repeat: repeat;
		margin: 0;
		padding: 0;
	}
	
	div.container
	{
	    min-width: 800px;
	    max-width: 1024px;
	    background: #ffffff;
	    color: #030306;
	    margin: 0 auto;
	    padding: 0;
	}
	
	/* IE win/mac */
	div.container
	{
		_width: 800px;
		_position: absolute;
		_left: 50%;
		_margin: 0 -400px;
	}
	
	/*\*//*/
	div.container
	{
		width: 800px;
		position: absolute;
		left: 50%;
		margin: 0 -400px;
	}
	/**/
	
	div.content
	{
		clear: both;
	    text-align: left;
	    line-height: 1.4;
		color: #030306;
	    padding: 10px 10px 0 10px;
	    margin: 0;
	}
	
	img
	{
		border: 0;
	}
	
	h1
	{
		font-size: 1.5em;
		font-weight: 600;
		color: #030306;
		margin-bottom: 0px;
	}
	
	h2
	{
		font-size: 1.3em;
		font-weight: 600;
		color: #030306;
		margin-bottom: 0px;
	}
	
	quote
	{
		font-style: italic;
	}
	
	td
	{
		vertical-align: top;
	}
	
	a
	{ 
		font-weight: bold; 
		/*text-decoration: none;*/
		color: #006699; 
	}
		
	a:visited
	{ 
		color: #004466;
	}
	
	a:hover
	{ 
		/*text-decoration: underline;*/
		color: #f00;
	}
	
	a:active
	{
		color: #f00;
	}
	
acronym
{
	font-style: normal;
	text-decoration: none;
	border: none;
}

	#header
	{
		height: 90px;
		width: 100%;
		background-image: url('/images/headerBackground.jpg');
		background-repeat: no-repeat;
		border-bottom: 1px solid #aaaaaa;
		margin: 0;
		padding: 0;
	}
	
	img.centered
	{
		display: block;
		margin: 0 auto 0 auto;
	}
	
	div.loginCenterer
{
	float: right;
	font-size: 11px;
	height: 90px;
	margin: 0;
	padding: 3px 8px;
}

div.subscribersOnly
{
	font-size: 0.8em;
	font-style: italic;
}

/* For IE5 win/mac */
div.loginCenterer
{
	_float: none;
	_position: absolute;
	_left: 630px;
	_height: 89px;
	_width: 180px;
}

/*\*//*/
div.loginCenterer
{
	float: none;
	position: absolute;
	left: 630px;
	height: 89px;
	width: 170px;
}
/**/

div.loginCenterer div.entry
{
	text-align: right;
	font-family: serif;
	margin: 0;
	padding: 0;
}

div.loginCenterer div.entry input
{
	font-size: 11px;
	text-align: left;
}

div.loginCenterer div.loginInput,
div.loginCenterer div.loginInput input
{
	text-align: center;
	font-family: serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

span.help
{
	font-size: 0.8em;
	margin-left: 0.25em;
}

span.disabled
{
	color: gray;
}

span.highlighted, span.highlighted p
{
	background-color: yellow;
}

span.highlighted a, span.highglighted p a
{
	color: black;
}

div.helpPopup
{
	height: 2000px;
	text-align: center;
	background-image: none;
	background: #ccce9b;
	vertical-align: middle;
	padding: 1em;
}

div.helpPopup div.helpTitle
{
	font-size: 1.4em;
	font-weight: bold;
}

div.portfolioWarnings
{
	text-align: center;
}

div.subscriberNotice
{
	padding: 0.5em;
	width: 80%;
	margin: 0 auto;
	text-align: center;
	font-size: 90%;
	background: #dde3ff;
	border: 1px solid black;
}

div.errorBox
{
	color: #f00;
	font-weight: bold;
	margin: 0.5em 0 0.5em 0;
}

div.errorBox ul
{
	margin-top: 0.5em;
}

div.errorBox ul li
{
}

div.messageBox
{
	font-weight: bold;
}

ul.messageBox
{
	margin-top: 0.5em;
	list-style: none;
}

ul.messageBox ul
{
}

/* for login */

#loginError
{
	position: absolute;
	top: 90px;
	background: #dde3ff;
	border: 1px dashed #000044;
	padding: 0.5em;
}

div.controlWrapper
{
	font-family: sans-serif;
	text-align: center;
}

div.leftPane
{
	width: 50%;
	display: inline;
}

div.righPane
{
	width: 50%;
	display: inline;
}

/* wrapper table */

div.controlWrapper table
{
	padding: 0;
	margin: 0 auto;
}

div.controlWrapper table td
{
	text-align: left;
}

/* control table */

div.controlWrapper table table
{
	width: 100%;
	background: #ddd;
	color: #222;
	border: 1px solid #bbb;
	font-size: 0.8em;
	margin-bottom: 4px;
}

div.controlWrapper table table.control
{
	background-image: url('/images/controlGradient.jpg');
	background-position: top left;
	background-repeat: repeat-x;
}

div.controlWrapper table table.controlTall
{
	background-image: url('/images/controlGradientTall.jpg');
	background-position: top left;
	background-repeat: repeat-x;
}

div.controlWrapper table table th
{
	border-bottom: 1px solid #bbb;
	padding: 0.25em 1.0em 0.25em 1.0em;
}

div.controlWrapper table table th.midTitle,
div.controlWrapper table table th.midTitleTall
{
	background-image: url('/images/controlGradient.jpg');
	background-position: top left;
	background-repeat: repeat-x;
	border-top: 1px solid #bbb;
}

div.controlWrapper table table td
{
	padding: 0.25em 1.0em 0.25em 1.0em;
}

div.controlWrapper table table td.midTitle
{
	background-image: url('/images/controlGradient.jpg');
	background-position: top left;
	background-repeat: repeat-x;
	padding: 1.0em;
}

div.controlWrapper table table td.midTitleTall
{
	background-image: url('/images/controlGradientTall.jpg');
	background-position: top left;
	background-repeat: repeat-x;
	padding: 1.0em;
}

div.controlWrapper table table td.midTitleHuge
{
	background-image: url('/images/controlGradientHuge.jpg');
	background-position: top left;
	background-repeat: repeat-x;
	padding: 1.0em;
}

div.controlWrapper table table a
{
	font-size: 1.2em;
}

/* table within control */

div.controlWrapper table table table
{
	font-size: 1.0em;
	border: none;
	background: none;
	padding: 0;
	margin: 0;
}

/* For date entry javascript */
div.controlWrapper table table table.addMultipleTransactions td.dateField table,
div.controlWrapper table table table.addMultipleTransactions td.dateField table td,
div.controlWrapper table table td.dateField table
{
	width: 0%;
	padding: 0;
	margin: 0;
}

div.controlWrapper table table table th,
div.controlWrapper table table table td
{
	margin: 0;
	padding: 0;
}

div.controlWrapper table table table table td.lable
{
	vertical-align: middle;
	text-align: right;
	padding-right: 0.25em;
}

div.controlWrapper table table table.normal
{
	width: auto;
}


div.controlSubmit
{
	clear: both;
	display: inline;
}

div.controlSubmitRight
{
	text-align: right;
	float: right;
	clear: both;
	display: inline;
}

div.controlBox div.controlSubmit
{
	margin-top: 1em;
}

div.transactionDescription
{
	clear: both;
	margin: 0 22.5% 0 22.5%;
}

table.tableForm
{
	color: #222;
}

table.tableForm input
{
	/*font-size: 0.9em;*/
}

div.controlWrapper table table table.addMultipleTransactions
{
	margin: 1em 0.5em 2em 0.5em;
}

div.controlWrapper table table table.addMultipleTransactions th
{
	background: none;
	border: none;
}

div.controlWrapper table table table.addMultipleTransactions td
{
	text-align: center;
	padding: 0.25em;
}

div.controlWrapper table table table.addMultipleTransactions td.error
{
	background: red;
}

p.indented
{
	padding-left: 20px;
	padding-right: 20px;
}

td.gain
{
	color: #006600;
}

td.loss
{
	color: #990000;
}

#article
{
	width: 600px;
	margin-top: 10px;
	margin-left: 100px;
	padding: 5px 20px 10px 20px;
	line-height: 1.4em;
	text-align: justify;
	background: #f5f5f5;
	border: 1px solid gray;
}

#article li
{
	margin-top: 0.4em;
}

table.beta
{
	font-size: 12px;
	padding: 0;
	width: 100%;
	margin: 0.25em 0 0 0;
}

table.beta input
{
	font-size: 12px;
	margin: 0;
	padding: 0;
}

table.beta form
{
	margin: 0;
	padding: 0;
}

table.beta td.headerResearch
{
	float: left;
	padding: 0 0 0 1.0em;
	margin: 0;
}

table.beta td.headerTourCall
{
	text-align: center;
	font-size: 18px;
	margin: 0;
	padding: 0;
}

table.beta td.support
{
	padding-right: 1.0em;
	text-align: right;
	margin: 0;
}

/* for IE5/mac */
/*\*//*/
#beta
{
	width: 26em;
}
/**/


#graph
{
	text-align: center;
}

div.portfolioCaption
{
	text-align: center;
	margin: 0 0 -0.7em 0;
	padding: 0;
}

#portfolio
{
	clear: both;
	margin: 1.0em auto 1.0em auto;
	text-align: center;
}

#portfolio th
{
	background: #bcc6ff;
	font-family: sans-serif;
	font-size: 0.9em;
	line-height: 1.1;
	background-image: url('/images/thGradient.jpg');
	background-position: top left;
	background-repeat: repeat-x;
	padding: 0.5em 1em 0.25em 1em;
	margin: 0;
}

#portfolio th.blank
{
	background: none;
	background-image: none;
}

#portfolio td.leftHeader
{
	font-family: sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	line-height: 1.1;
	text-align: left;
	padding: 0.5em 1em 0.25em 1em;
	margin: 0;
}

#portfolio td
{
	background: #dde3ff;
	font-family: sans-serif;
	font-size: 0.8em;
	text-align: center;
	vertical-align: middle;
	padding-left: 3px;
	padding-right: 3px;
	background-image: url('/images/tdGradient.jpg');
	background-position: bottom left;
	background-repeat: repeat-x;
	padding: 0.25em;
	margin: 0;
}

#portfolio td:hover
{
	background: #eaeeff;
	background-image: url('/images/tdGradientHover.jpg');
	background-position: bottom left;
	background-repeat: repeat-x;
}

#portfolio td.inactive
{
	color: #888888;
}

#portfolio td.inactive a
{
	color: #888888;
	font-weight: normal;
}

#portfolio td.description
{
	text-align: left;
	padding-left: 1.0em;
}

#portfolio tr.problem td
{
	background-color: red;
	background-image: none;
}

#portfolio tr.problem td.loss
{
	color: black;
	background-color: red;
	background-image: none;
}

#portfolio tr.problem a
{
	color: black;
}

#portfolio tr.corrected td
{
	background-color: green;
	background-image: none;
}

#portfolio tr.corrected a
{
	color: black;
}

#portfolio td.separator
{
	padding: 2 0 0 0;
	margin: 0;
	background-image: none;
	background: black;
}

#normalTable
{
	margin-bottom: 5px;
}

#normalTable th
{
	background: #bcc6ff;
	font-family: sans-serif;
	line-height: 1.1;
	font-size: 0.8em;
	background-image: url('/images/thGradient.jpg');
	background-position: top left;
	background-repeat: repeat-x;
	margin: 0;
	padding: 0.5em 1em 0.25em 1em;
}

#normalTable td
{
	background: #dde3ff;
	font-family: sans-serif;
	font-size: 0.75em;
	background-image: url('/images/tdGradient.jpg');
	background-position: bottom left;
	background-repeat: repeat-x;
}

#normalTable td.blank
{
	background: none;
	background-image: none;
}

#normalTable td.inactive
{
	color: #777;
}

#normalTable td.inactive a
{
	color: #777;
	font-weight: normal;
}

div.portfolioNote
{
	font-size: 0.75em;
	text-align: center;
	margin: -0.5em auto 1.0em auto;
	width: 70%;
}

table.portfolioList
{
	line-height: 1.4;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

table.portfolioList tr
{
	margin: 0;
	padding: 0;
}

table.portfolioList th
{
	text-align: center;
	font-weight: bold;
	background: #bcc6ff;
	background-image: url('/images/thGradient.jpg');
	background-position: top left;
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
}

table.portfolioList td
{
	font-size: 0.9em;
	background: #dde3ff;
	background-image: url('/images/tdGradient.jpg');
	background-position: bottom left;
	background-repeat: repeat-x;
	margin: 0;
	padding: 0.1em 0.5em 0.1em 0.5em;
}

table.portfolioList td.right
{
	text-align: center;
	font-weight: normal;
}

table.portfolioList a.gain
{
	color: #006600;
	font-weight: normal;
}

table.portfolioList a.loss
{
	color: #990000;
	font-weight: normal;
}

table.portfolioList td:hover
{
	background: #eaeeff;
	background-image: url('/images/tdGradientHover.jpg');
	background-position: bottom left;
	background-repeat: repeat-x;
}

#homePage
{
	line-height: 1.4;
	width: 100%;
}

#homePage h1
{
	color: #000714;
	text-align: center;
	font-family: 'Apple LiSung', serif;
	font-size: 1.8em;
	margin-top: 0em;
	margin-bottom: 1.0em;
}

#homePage td.image
{
	text-align: center;
	vertical-align: middle;
	padding: 1.0em;
}

#homePage table.quickLinks
{
	margin: 1em auto 1em;
}

#homePage table.quickLinks p
{
	text-align: left;
	margin: 0.5em 0 0 1em;
}

#viewPortfolioText
{
	clear: both;
	text-align: center;
	margin: 0.5em 0 1em 0;
	padding: 0;
}

#viewPortfolioText #name
{
	text-align: center;
	font-family: 'Apple LiSung', serif;
	font-size: 2.5em;
	margin: 0 auto;
}

#viewPortfolioText #description
{
	text-align: center;
	font-family: 'Garamond', serif;
	font-size: 0.9em;
	line-height: 1.1em;
	width: 540px;
	margin: 0 auto;
}

#sharedWarning
{
	width: 400px;
	padding: 0.5em;
	font-size: 0.7em;
	line-height: 1.0em;
	text-align: center;
	background: #dde3ff;
	border: 1px #000044 dashed;
	margin: 10px auto;
}

div.centeredWrapper
{
	text-align: center;
}

#centeredImg
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#news
{
	text-align: center;
	margin: 0;
	padding: 0;
}

#news ul
{
	text-align: left;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#news ul li
{
}

#news ul li ul
{
	list-style-type: circle;
	padding-left: 1.0em;
	margin: 0;
}

#news ul li ul li
{
	margin-left: 1.0em;
}

div.controlWrapper table table.chartBasic
{
	margin: 0.25em;
	padding: 0;
}

div.controlWrapper table table.chartBasic td
{
	font-weight: normal;
	text-align: center;
	color: #000;
	padding: 2px;
	margin: 0.1em;
	background: #f5f6f8;
	border: 1px solid #ccc;
	padding: 0;
	padding: 0.5em 1em 0.5em 1em;
}

div.controlWrapper table table.chartBasic td.selected
{
	background: #ffffff;
}

div.controlWrapper table table.chartBasic td a
{
	font-size: 1.0em;
	font-weight: normal;
	text-decoration: none;
	color: #333;
}

div.controlWrapper table table.chartBasic td a:hover,
div.controlWrapper table table.chartBasic td a:active
{ 
	text-decoration: none; 
	color: #f00;
}

#favorite
{
	display: inline;
	margin-left: 20px;
}

#register
{
	width: 700px;
	margin: 0 auto;
}

#registerTable
{
	margin-left: 20px;
}

#registerTable td
{
	padding: 2px;
}

#registerTable #error
{
	background: #f00;
}

#register ul
{
	padding: 0;
	list-style: none;
}

#register li
{
	margin: 0;
}

#text
{
	width: 600px;
	margin-left: 100px;
	line-height: 1.3;
	text-align: justify;
}

#activatedEmail
{
	width: 200px;
	margin-top: 40px;
	margin-left: 30px;
	margin-right: 0px;
	margin-bottom: 20px;
	float: right;
	padding: 0.75em;
	background: #dde3ff;
	border: 1px #000044 dashed;
}

th.textLink a, th.textLink a:hover, th.textLink a:active, th.textLink a:visited
{
	color: #030306;
	text-decoration: none;
}

/* --- portfolio menu --- */

#portTab
{
	float: left; /* is this necessary? */
	width: 100%;
	background: #ffffff url('/images/portfolioHeaderBackground.jpg') repeat-x bottom;
	font-size: 14px;
	line-height: normal;
	padding: 0;
	margin: 0;
}

#portTab ul
{
	margin: 0;
	padding: 10px 10px 0;
	list-style: none;
}

#portTab li
{
	float: left;
	white-space: nowrap;
	background: url('/images/left.png') no-repeat left top;
	margin: 0 2px 0 0;
	padding: 0 0 0 9px;
	border-bottom: 1px solid #626262;
}

#portTab li:hover,
#portTab li:hover a
{
	color: red;
}

#portTab a
{
	float: left;
	display: block;
	width: 0.1em;
	background: url('/images/right.png') no-repeat right top;
	padding: 5px 15px 4px 6px;
	color: #333;
	text-decoration: none;
	font-weight: bold;
}

#portTab > ul a
{
	width: auto;
}

#portTab li:hover a
{
}

/* IE5-Mac hack \*/
#header a
{
	float: none;
}
/* End IE5-Mac hack */  

#portTab #current
{
	background-position: 0% -150px;
	border-width: 0;
}

#portTab #current a
{
	background-position: 100% -150px;
	padding-bottom: 5px;
	color: #333;
}

/* --- message boards --- */

div.message
{
	clear: both;
	background-image: url('/images/controlGradientHuge.jpg');
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #ddd;
	padding: 1.0em 1.0em 0.3em 1.0em;
	margin: 0 0 1em 0;
}

div.messageTitleTag
{
	float: left;
	font-weight: bold;
	margin-right: 0.3em;
}

div.messageTitle
{
	float: left;
}

div.messagePosterTag
{
	clear: both;
	display: inline;
	font-weight: bold;
	margin-right: 0.3em;
}

div.messagePoster
{
	display: inline;
}

div.messageDateTag
{
	float: right;
	font-weight: bold;
	margin-right: 0.3em;
}

div.messageDate
{
	float: right;
}

div.messageSeparator
{
	height: 2px;
	background: #ccc;
	font-size: 2px; /* hack for IE */
	margin: 4px 0 4px 0;
	padding: 0;
}


div.messageFooter
{
	margin-top: 0.7em;
	font-size: 0.8em;
	text-align: right;
}

div.quoteStart
{
	border-top: 1px solid #ccc;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	border-left: 1px solid #ccc;
	padding: 0.5em;
	font-style: normal;
	font-size: 0.9em;
}

div.quote
{
	margin-left: 1.0em;
	font-style: italic;
}

div.tourText h1
{
	text-align: center;
}

div.tourText
{
	line-height: 1.4em;
	padding: 1em 0 2em 1em;
}

div.tourText td
{
	line-height: 1.4em;
}

div.tourText td.imagePane
{
	padding: 3.0em;
	text-align: center;
}

div.tourText td.imagePane p
{
	font-size: 0.8em;
}

div.tourText ul li
{
	margin-top: 1em;
}

div.tourBottom
{
	text-align: left;
	width: 600px;
	margin: 0 auto;
}

div.disclaimer
{
	width: 60%;
	text-align: center;
	margin: 1em auto;
	padding: 1em;
	border: 1px dashed black;
	background: #eeeeee;
}

/* --- footer menu --- */

#menu
{
	background: #667277;
	padding: 0;
	margin-top: 1em;
}

#menu ul
{
	list-style-type: none;
	text-align: center;
	margin: 0;
	padding: 0;
}

#menu li
{
	display: inline;
	margin: 0;
	padding: 0;
}

#menu a	
{
	color: #ced2d3;
	text-decoration: none;
	font-weight: normal;
	padding: 0;
	margin: 0;
	border-left: 0.75em solid #667277;
	border-right: 0.75em solid #667277;
	border-top: 0.25em solid #667277;
	border-bottom: 0.25em solid #667277;
}

#menu a:hover
{ 
	text-decoration: none; 
	color: #e5e6fa;
	background: #566267;
	border-left: 0.75em solid #566267;
	border-right: 0.75em solid #566267;
	border-top: 0.25em solid #566267;
	border-bottom: 0.25em solid #566267;
}

/* --- suckerfish menus --- */

#navWrapper
{
	color: #1a262b;
	height: 90px;
	margin: 0;
	padding: 0 0 0 25px;
}

#nav,
#nav ul
{
	list-style: none;
	line-height: 22px;
	font-size: 16px;
	background: none;
	margin: 0;
	padding: 68px 0 0 0;
	z-index: 100;
}

#nav a,
#nav a:visited
{
	display: block;
	/*width: 6em;*/ /* is this OK??? */
	background: none;
	color: #335;
	text-decoration: none;
	font-weight: normal;
	margin: 0;
	padding: 0 0.5em 0 0.5em;
}

/* For IE5/mac */
/*\*//*/
#nav a,
#nav a:visited, #nav li
{
	width: 8em;
}
/**/

#nav li
{
	float: left;
	/*width: 6em;  /* is this OK??? */ /* width needed or else Opera goes nuts */
	margin-right: 0.5em;
	padding: 0;
}

/* hover for menu bar */

#nav a:hover,
#nav a.sfhover
{
	background: #797979;
	color: #ffffff;
	background-image: url('images/menuHover.gif');
	background-position: top left;
	background-repeat: repeat-x;
}

#nav li:hover,
#nav li.sfhover
{
	background: #768287;
	color: #ffffff;
	background-image: url('images/menuHover.gif');
	background-position: top left;
	background-repeat: repeat-x;
}

/* drop down menu */

#nav li ul
{
	position: absolute;
	background: url(images/shadowAlpha.png) no-repeat bottom right !important; /* only back ground for non-IE */
	background: none;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin: 0;
	padding: 0 0 10px 0;
	width: 120px;
}

#nav li ul li,
#nav li ul li:hover,
#nav li ul li.sfhover
{
	line-height: 1.3;
	color: #768287;
	background: #e8e7ec;
	background-image: url('/images/menuBackground.jpg');
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 110px;
	border: 1px solid #aaaaaa;
	margin: 0;
	padding: 3px 0 3px 0;
}

/* to make drop downs longer */

#nav li.longest ul
{
	width: 240px;
}

#nav li.longest ul li,
#nav li.longest ul li:hover
{
	width: 230px;
}

#nav li.long ul
{
	width: 200px;
}

#nav li.long ul li,
#nav li.long ul li:hover
{
	width: 190px;
}

#nav li.normal ul
{
	width: 150px;
}

#nav li.normal ul li,
#nav li.normal ul li:hover
{
	width: 140px;
}

/* for deactivated menus items */

#nav li ul li div div.deactivated
{
	background: none;
	margin: 2px 0 2px 0;
	padding: 0 0.5em 0 0.5em;
}

/* for menu items */

#nav li ul a,
#nav li ul a:visited
{
	color: #333;
	margin: 1px 0 1px 0;
	padding: 0 8px 0 8px;
}

#nav li ul a:hover
{
	background: #a6b2b7;
}

#nav li ul li div div.separator
{
	height: 2px;
	background: #aaaaaa;
	margin: 6px 3px 6px 3px;
	padding: 0;
	background: url('/images/separator.png');
	background-repeat: repeat-x;
}

/* IE win */
#nav li ul li div div.separator
{
	_font-size: 1px;
	_line-height: 1px;
}

#nav li:hover ul ul,
#nav li.sfhover ul ul
{
	left: -999em;
}

#nav li:hover ul,
#nav li li:hover ul,
#nav li.sfhover ul,
#nav li li.sfhover ul
{
	left: auto;
}

