/* CSS Document */


#trade-process {
	margin-bottom: 15px;
}

#process {
	height: 50px;
	margin-top: 3px;
}

#select-process-1, #select-process-2 {
	position: relative;
	width: 270px; 
	margin: 0 25px;
	padding: 5px 0;
	float: left;
	font-size:1.4em;
	letter-spacing:-0.01em;
	font-style: italic;
	/*background-image: url(/images/process_background.png);*/
}

#select-arrow {
	float: left;
	margin: 5px;
	/*background-image: url(/images/arrow.png);*/
}

#market_list {
	position: relative;
	width: 700px;
	margin-top: 20px;
	float: left;
}

#graph, #graph_vol {
    /*margin-left: 35px;*/	
	position:relative;
	width:700px;
	float: left;
}

#tip_back {}

#tipofthetrade {
	position: relative;
	clear: both;
	margin: 0 25px;
	text-align: center;
	font-weight: bold;
	font-style: italic;
	font-size: 1em;
	background-image: url(/images/tipofthetrade_background_yellow.png);
}

.break {
    height: 20px;
    background-image: url(/images/transparent.gif);
    background-repeat: repeat-y;
}

#selectstock_table_header {
	background: #d8e4be; 
	width: 650px; 
	height:40px;
	margin: 0 25px 0 25px;
	background-image: url(/images/table_header_background.png);
	background-position: top;
	background-repeat: no-repeat;
}

#predictions, #predictions2 {
	position: relative;
    top:-38px;
}

th a:hover {
    background: #92d050;
}

#predictions ol {
	margin: 0; 
	padding: 0 0 0 15px;
	font-size: 0.85em;
}

#button, #button-buy, #button-sell {
	position: relative;
    top:-20px;
    padding-left: 555px;
}

#stats {
	margin-left: 30px;
	text-align: left;
	font-size: 0.85em;
}

.littleleft {
	margin-top: 30px;
}

#select-stock-help, #market-description-help {
	font-family: Georgia, arial, sans;
    font-size: 0.75em;
	font-style: italic;
    line-height: 1.3em;
    color: #999999;
	width: 650px;
	margin-bottom: 15px;
	text-align: left;
	margin-left: 30px;
}

#created-by-help{
	font-family: Georgia, arial, sans;
    font-size: 0.75em;
    line-height: 1.3em;
	width: 650px;
	margin-top: -5px;
	text-align: left;
	margin-left: 30px;
}

/*navigation*/
#navigation dt#learn,
#navigation dt#learn a { width: 100px; background-image: url(/images/learn.jpg); }

#navigation dt#portfolio,
#navigation dt#portfolio a { width: 100px; background-image: url(/images/portfolio.jpg); }

#navigation dt#trade,
#navigation dt#trade a { width: 100px; background-image: url(/images/trade2.jpg); background-position: 0 0; }
/*end of navigation*/