#fstats table {
	width: auto;
/*	margin: auto;*/
}

#fstats table td, #fstats table th {
	padding: 3px;
}

/* Stats Table */

#fstats .stats_table td {
	text-align: center;
	background-color: white;
}

#fstats .stats_table th {
	text-align: center;

}


/* Stats Form */
#content-main #stats_form { 
	background: white;
}

.stats-table-wrapper {
    margin-bottom: 15px;
    overflow: auto;
}

* html .stats-table-wrapper  {
    width: 100%;
}

#content-main .stats-table-wrapper table {
    margin-bottom: 0;
}

#stats_form table {
	background: #f0f0eb;
}

#stats_form table td {
/*	text-align: right;*/	
}

#stats_form ul li {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}

#stats_form #tperid ul li {
	float: left;
}

#stats_form #from_to_field_td {
	padding-left: 2em;	
	vertical-align: middle;
	align: center;
}

#stats_form table table, #stats_form table table th, #stats_form table table td {
	margin: 0px;
	/*padding: 0px;*/	
}

#stats_form ul {
	margin-bottom: 0px;
	padding-bottom: 0px; 	
}

#stats_form .errorlist {
	color: red;
}

#stats_form #from_to_field_td div {
	margin-bottom: 0.5em;	
} 

#stats_form #id_stat_type {
	width: 18em;
}
