body, td, form
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 8pt;
}
body
{
	color: Black;
	margin: 0px;
	padding: 0px;
}
/* disable print */
@media print {body {display:none;}}
A:link {
	color: #000088;
	text-decoration: none
}
A:active {
	color: #000088;
	text-decoration: none
}
A:visited {
	color: #000088;
	text-decoration: none
}
A:hover {
	color: #000088;
	text-decoration: none
}
.tabTop
{
	font-size: 12pt;
	text-decoration: none;
}
.tabTopSelected
{
	font: Bold;
	font-size: 12pt;
	text-decoration: none;
}
.inputBox
{
	border: 1px solid #101050;
	background: #ffffff;
	color: #000000;
	width:100px;
	height:18px;
	font-size: 8pt;
}
.inputBoxRed
{
	border: 1px solid #ff0000;
	background: #FFFF99;
	color: #000000;
	width:100px;
	height:18px;
	font-size: 8pt;
}
.inputBoxLong
{
	border: 1px solid #101050;
	background: #ffffff;
	color: #000000;
	width:200px;
	height:18px;
	font-size: 8pt;
}
.inputBoxShort
{
	border: 1px solid #101050;
	background: #ffffff;
	color: #000000;
	width:50px;
	height:18px;
	font-size: 8pt;
}
.select
{
	border: 1px solid #101050;
	background: #FFFFFF;
	color: #000000;
	font-size: 8pt;
}
.inputButton
{
	border: 1px solid #101050;
	background: #dddddd;
	color: #101050;
	font-size: 8pt;
	width: 80;
}
.checkBox
{
}
.warningPanel
{
	background-color: #FFFF80;
	font-size: 8pt;
}
.warningMessage
{
	background-color: #FFFF80;
	font-size: 8pt;
}
.redWarningMessage
{
	color: red;
	font-size: 8pt;
}
.largeRedWarningMessage
{
	color: red;
	font-size: 10pt;
	font-weight: bold;
}
hr
{
	height: 1px;
}
.chklist
{
	list-style-type: square;
}
.leftNav
{
	font: Bold;
	background-color: #DDDDDD;
}
.bgheader01 {
	background-image:url(/images/head_texture.gif);
	background-repeat:repeat-y;
}

.bgheader02 {
	background-image:url(/images/head_texture_bg.gif);
	/*background-repeat:repeat-x;*/
}
.documentTable {
	BORDER-LEFT-COLOR: #cccccc; 
	BORDER-BOTTOM-COLOR: #cccccc; 
	BORDER-TOP-COLOR: #cccccc; 
	BORDER-COLLAPSE: collapse; 
	BORDER-RIGHT-COLOR: #cccccc
}
.hidden
{
	display: none;
}
.allowedSecurity
{
	font-weight: bold;
}
.disallowedSecurity
{
	font-weight: bold;
	color: Red;
}
.ideaEntryDefault
{
	background-color:#eeeeee; 
}
.ideaEntryBuy
{
	background: #eeeeee;	
}
.ideaEntrySell
{
	background: #eeeeee;
}
.sideBuy
{
	font-weight: bold;
	color: Blue;
}
.sideSell
{
	font-weight: bold;
	color: Red;
}