/* CSS Document */


#predictions_list {
	position: relative;
	width: 700px;
	float: left;
}

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

#dashboard {
	margin-right: 30px;
	text-align: right;
	font-size: 0.9em;
	margin-bottom: 7px;
}

#search {
	text-align: left;
	margin-bottom: 10px;
	font-size: 0.9em;
}

#active_markets {
    position:relative;
    top:-27px;
}

#pd13c36ictions_table_header {
	background: #d8e4be; 
	width: 650px; 
	height:27px;
	margin: 0 25px 0 25px;
	background-image: url(/images/table_header_background.png);	
}

#predictions_table {
    position:relative;
    top:-27px;
}

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

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

#navigation dt#join,
#navigation dt#join a { width: 100px; background-image: url(/images/join.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/trade.jpg); }

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