﻿
	#stats select {
		font-size : 11px;
		font-weight: normal;
	}
	
	#stats_title {
		font-size : 15px;
		color: #797979;
	}
	
	#stats_form_header {
		color: #ffffff;
		font-weight:bold;
	}
	
/* Screen Tabs 
	
	<span id="Map" onclick="window.location='map.html';"><img src="/images/stats/stats_map.png" width="96" height="23" alt="" border="0" /></span>
	<span id="Resources" onclick="window.location='resources.html';"><img src="/images/prospects/stats_resources.png" width="96" height="23" alt="" border="0" /></span>
	<span id="Email" onclick="window.location='email.html';"><img src="/images/stats/stats_email.png" width="96" height="23" alt="" border="0" /></span>
	<span id="Referrals" onclick="window.location='referrals.html';"><img src="/images/stats/stats_referrals.png" width="96" height="23" alt="" border="0" style="cursor:pointer;"/></span>
	<span id="PageViews" onclick="window.location='page_views.html';"><img src="/images/stats/stats_pageviews.png" width="96" height="23" alt="" border="0" /></span>
	<span id="Visitors" onclick="window.location='visitors.html';"><img src="/images/stats/stats_visitors.png" width="96" height="23" alt="" border="0" /></span>
	<span id="Summary" onclick="window.location='summary.html';" style="z-index:100;"><img src="/images/stats/stats_summary_on.png" width="96" height="23" alt="" border="0" /></span>

*/
	
	#stats_Tabs 
	{
		width : 677px;
		position : relative;
		top : 1px;
		float: right;
	}
	
	#stats_Tabs #Summary {
		width : 96px;
		float : right;
		position : relative;
		right : -66px;
		cursor: pointer;
	}
	
	#stats_Tabs #Visitors {
		width : 96px;
		float : right;
		position : relative;
		right : -44px;
		cursor: pointer;
	}
	
	#stats_Tabs #PageViews {
		width : 96px;
		text-align: center;
		float : right;
		position : relative;
		right : -22px;
		cursor: pointer;
	}
	
	#stats_Tabs #Referrals {
		width : 101px;
		text-align: center;
		float : right;
		position : relative;
		cursor: pointer;
	}
	
	#stats_Tabs #Email {
		width : 96px;
		text-align: center;
		float : right;
		position : relative;
		right : -44px;
		cursor: pointer;
	}
	
	#stats_Tabs #Resources {
		width : 96px;
		text-align: center;
		float : right;
		position : relative;
		right : -22px;
		cursor: pointer;
	}
	
	#stats_Tabs #Map {
		width : 96px;
		text-align: center;
		float : right;
		position : relative;
		cursor: pointer;
	}
	
	#StatsSummary {
		padding: 0px 0px 20px 10px;
	}

	
	#primary_number {
		font-size:160%;
		font-weight:bold;
		margin:0pt;
	}