.help-tooltip {
	background-color: #ffffff!important;
	border: 5px solid #cccccc;
	border-radius: 5px;
	padding: 5px !important;
	line-height: 18px;
}

.stats-table{
	font-size: 14px;
	width: 100%;
}

.stats-sort{
	border: 1px solid #A3A3A3;
	height: 43px;
	margin: 0px!important;
	margin-left: 10px!important;
	cursor: pointer;
	padding: 0px!important;
	background-color: #fff;
}

.stats-sort-action{
	border: none;
	background: none;font-size: 14px;
	font-weight: bold;
	padding: 0px!important;
	margin: 2px!important;
	margin-top: 10px!important;
	cursor: pointer;
	float: left;	
}

.stats-bar-1{
	font-size: 0px;
	width: 15px;
	background-image: url("../theme/img/bar/blue.gif");
	/*IE HACK*/
	zoom: 1;
}

.stats-bar-2{
	font-size: 0px;
	width: 15px;
	background-image: url('../theme/img/bar/red.gif');
	/*IE HACK*/
	zoom: 1;
}

.stats-bar-3{
	font-size: 0px;
	width: 15px;
	background-image: url('../theme/img/bar/purple.gif');
	/*IE HACK*/
	zoom: 1;
}

.stats-bar-4{
	font-size: 0px;
	width: 15px;
	background-image: url('../theme/img/bar/green.gif');
	/*IE HACK*/
	zoom: 1;
}

.selected{
	background-color: #E3E3E3;
}

.transparent{
	opacity: 0.4;
	filter: alpha(opacity=40);
}

.stats-update{
	border: none;
	cursor: pointer;
	height: 20px;
	font-size: 16px;
	margin-top: 10px;
	font-weight: bold;
	background: none;
}

#dateSelector{
	padding: 5px;
	border-radius: 5px;
	border: 1px solid #fff;
	box-shadow: 0px 0px 5px #fff;	
}

.stats-table td{
	border-bottom: 1px solid #D9D9D9;
}

.gap-table th{
	border: 0px solid red!important;
	height: 15px;
	vertical-align: top;
	text-align: left;
	font-size: 12px;
}

.gap-table tr td{
	padding: 3px 10px 3px 10px;
	border: 1px;
}

.gap-table th td{
	padding: 0px;
}

.gap-table{
	border: none!Important;
	border-collapse: separate;
}

.right-value{
	padding-left: 15px;
	font-size: 13px;
}

.left-number{
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	padding: 5px;
	width: 78px;
}


.stats-tab1 {
	font-weight: bold;
}