#logo a { letter-spacing: -1px; }

#wrap {
width: 980px;
max-width: 980px;
}
#formtable td { padding-bottom: 6px; padding-right:4px; }


.jqplot-yaxis-tick, .jqplot-y2axis-tick, .jqplot-y3axis-tick, .jqplot-y3axis-tick, .jqplot-y5axis-tick {
    width:40px;
}

#chartdiv2 { margin-top: -20px;}

.fohe { font-weight: bold;}
#paramform input.ipb { width: 30px; border-style:solid; border-color: #444;border-width:1px}

#submbutton { width: 200px;margin-top:10px;}

.shead {
    background-color: #666;
    height: 22px;
    color: white;
    font-weight: bold;
    padding-left: 8px;
    margin-top:18px;
    margin-bottom: 8px;

}

#tradestable, #tradestable td, #tradestable tr, #tradestable th { border-color: #444; border-collapse: collapse; border-style: solid;  border-width: 1px; }
tr.loss { background-color: #FDD; }

tr.win { background-color: #DFD; }

.curcol { text-align:right; padding-right: 4px; padding-left: 12px; }
.datecol { text-align:left; padding-right: 4px; padding-left: 12px; }

/**** UI-Spinner *******/
.ui-spinner {
	width: 15em;
	display: block;
	position: relative;
	overflow: hidden;
	border: 1px solid #999;
	background: #FEFEFE url(./images/spinner-bg.gif) repeat-x left bottom;
	padding: 0 5px;
}

.ui-spinner-disabled {
	background: #F4F4F4;
	color: #CCC;
}

.ui-spinner-box {
	width: 90%;
	height: 100%;
	float: left;
	font-size: 125%;
	border: none;
	background: none;
	padding: 0;
}

.ui-spinner-up,
.ui-spinner-down {
	width: 10%;
	height: 50%;
	font-size: 0.5em;
	padding: 0;
	margin: 0;
	z-index: 100;
	text-align: center;
	vertical-align: middle;
	position: absolute;
	right: 0;
	cursor: default;
	border: 1px solid #999;
	border-right: none;
	border-top: none;
}

.ui-spinner-down {
	bottom: 0;
	border-bottom: 0;
}

.ui-spinner-pressed {
	background: #FEFEFE;
}

.ui-spinner-list,
.ui-spinner-listitem {
	margin: 0;
	padding: 0;
}
