div.referer_top_menu{
	text-align: left;
	clear: both;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;	
}

div.referer_top_menu a{
	margin-right: 15px;
}

div.chart_noclick{
	position: absolute;
	left: 0;
	right: 0;
	background: transparent;
	cursor: default;
}

div.referer_summary{
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
}

table#referer_summary{
	margin-left: auto;
	margin-right: auto;
}

table#referer_summary span.currency{
	font-size: .7em;
}

table#referer_summary span.accounts{
	font-size: .5em;
}

table#referer_summary span.plan_price{
	font-size: .8em;
}

table#referer_summary tr.summary_header td{
	font-weight: bold;
	border-bottom: 2px solid #888;
}

table#referer_summary td{
	padding: 5px 8px;
}

table#referer_summary td.summary_plan{
	text-align: right;
	border-bottom: 1px solid #888;
	min-width: 120px;
	padding-left: 15px;
}

table#referer_summary td.summary_first{
	text-align: center;
	border-bottom: 1px solid #888;
	border-left: 1px solid #888;
	min-width: 60px; 
}

table#referer_summary td.summary_rest{
	text-align: center;
	border-bottom: 1px solid #888;
	border-left: 1px solid #888;
	border-right: 1px solid #888;
	min-width: 60px; 
}

table#referer_summary tr.summary_footer td.summary_total{
	text-align: right;
	font-weight: bold;
	vertical-align: top;
}

table#referer_summary tr.summary_footer td.summary_total_nums{
	font-weight: bold;
	border-bottom: 1px solid #888;
	border-left: 1px solid #888;
	border-right: 1px solid #888;
	font-size: 1.2em;
}

div.details_link{
	text-align: center;
}

table#refered_payments{
	width: 100%;
	border: none;
	border-collapse: collapse;
}

table#refered_payments td{
	padding: 3px 6px;
}

table#refered_payments tr td{
	text-align: left;
	border: 1px solid #888;
	border-left: none;
}

table#refered_payments thead td{
	text-align: center;
	border-right: 1px solid #888;
	border-bottom: 2px solid #888;
	font-weight: bold;
}
	
table#refered_payments thead td.revenue{
	background-color: #75ca72;;
}

table#refered_payments tr td.revenue{
	background-color: #b3f7bf;
}

table#refered_payments tr td.amount,
table#refered_payments tr td.rate,
table#refered_payments tr td.revenue{
	text-align: right;
}

table#refered_payments tr td.discount{
	text-align: center;
}

table#refered_payments tr td.total{
	text-align: right;
	border: none;
	font-weight: bold;
	vertical-align: top;
}

table#refered_payments tr td.total_num{
	background-color: #b3f7bf;
	border: 1px solid #888;
	font-weight: bold;
	text-align: right;
}

table#refered_payments tr td.nopayments{
	height: 70px;
	text-align: center;
	font-style: italic;
	color: #888;
}

table#refered_payments span.plan_price{
	font-size: .8em;
}

table#refered_payments span.currency{
	font-size: .7em;
}

div.refered_account{
	margin-bottom: 10px;
}

div.refered_account a.account_details{
	font-size: 0.7em;
}
