@charset "utf-8";
/* CSS Document */

/* PALETTE :
orange: #FEB933
dark blue: #013267
green: #2B6A2A
grey: #898989
'olive/taupe' #4E4736 (monthly game)
'rust': #7C3917 (daily game)
*/

#index-table-top {
	width: 900px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px dotted #FFFFFF;
	background: #000000;
}
h1{
	color: #FEB933;
	font-size: 12px;
}
h2{
	color: #FEB933;
	font-size: 10px;
}
#index-table-bottom {
	width: 900px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	background: #000000;
	padding-top: 10px;
	padding-bottom: 10px;
}

#info {
	width: 200px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	color: #FEB933;
	text-align: left;
	font-size: 13px;
}

#info .title {
	font-size: 14px;
	font-weight: bold;
}

#info .text{
	font-weight: normal;
}

#info .text a {
	color: #FEB933;
	font-size: 13px;
	text-decoration: underline;
}

#info .text a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.flash {
	width: 415px;
	height: 200px;
	float: left;
}

.ad-300x250 {
	width: 300px;
	height: 250px;
	float: left;
}

#contests {
	height: 100px;
	width: 740px;
	float: right;
	background: #000000;
	padding-bottom: 15px;
}

#contests .button{
	height: 89px;
	width: 177px;
	padding-top: 10px;
	padding-right: 6px;
	margin-bottom: 2px;
	float: left;
	background: #000000;
	/*clear: right;*/
}

/* BEGIN FRIEND */
#friend {
	width: 440px;
	height: 55px;
	float: left;
}

#friend .form {
	width: 285px;
	height: auto;
	margin-top: 12px;
	float: right;
}

.button_send {
	width: 65px;
	height: 20px;
	border: 0px solid #013267;
	cursor: pointer;
	background-image: url(../images/friend/button.send.gif);
	background-repeat: no-repeat;

}



/* END FRIEND */


/* BEGIN TOP PORTFOLIOS */
#portfolios {
	width: 185px;
	height: auto;
	font-size: 13px;
	font-weight: bold;
	color: #FEB933;
	text-align: left;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 10px;
	float: left;


}

#portfolios .row1{
	width: 100%;
	text-align: center;
	padding-bottom: 5px;
}
#portfolios .row2{
	width: 100%;
	height: 23px;
	border-bottom: 1px dotted #666666;
	padding-top: 7px;
	padding-bottom: 0px;

}

#portfolios .row2 .name{
	float: left;
	width: auto;
}

#portfolios .select{
	height: 15px;
	font-size: 10px;
	margin-bottom: 5px;
	border: 0px;
}

#portfolios .row2 .percent{
	float: right;
	width: auto;
}

#portfolios .row3{
	width: 100%;
	padding-top: 5px;
}

#portfolios .row3 a{
	color: #FEB933;
	text-decoration: underline;
}

#portfolios .row3 a:hover{
	color: #FFFFFF;
	text-decoration: none;
}

/* END TOP PORTFOLIOS */

/* BEGIN INDICES HOMEPAGE*/
.home_indices_container {
	width: 155px;
	height: auto;
	text-align: center;
	padding-left: 20px;
	margin-top: 15px;
	float: left;

}

#indices-home {
	width: 185px;
	height: auto;
	font-size: 13px;
	font-weight: bold;
	color: #FEB933;
	text-align: center;
	float: left;
	padding-left: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px dotted #FFFFFF;
}

#indices-home .row1{
	width: 100%;
	padding-bottom: 5px;
}

#indices-home .row2{
	width: 100%;
}
/* END INDICES HOMEPAGE*/

/* BEGIN INDICES SIDEBAR*/
#indices {
	width: 200px;
	height: auto;
	font-size: 13px;
	font-weight: bold;
	color: #FEB933;
	text-align: center;
	padding-left: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px dotted #FFFFFF;
}

#indices .row1{
	width: 100%;
	padding-bottom: 5px;
}

#indices .row2{
	width: 100%;
}
/* END INDICES SIDEBAR */