body#studyStatistics {
	min-width: 1100px;
}

table.stats th,table.stats td {
	border: 1px solid #213B60;
	text-align: center;
	white-space: nowrap;
}

table.stats th,table.stats td.title {
	background-color: #EEEEEE;
}

table.stats th.columnHeader {
	background-image: url(../images/border/fondSearch.png);
	background-repeat: repeat-x;	
}

table.stats td.noBorder,table.stats th.noBorder {
	border: none;
}

table.stats td.left {
	text-align: left;
}

.disclaimer {
	font-style: italic;
}

.littleDisclaimer {
	font-style: italic;
	font-size: 8pt;
}

.gray {
	color: gray;	
}

