/* stats list flex table */
#content .statList {
	border: 1px solid silver;
	padding: 2px;
	margin-bottom:6px;
	margin-right:15px;
}
/* stats list header row */
#content .statListHeader {
	background-color: #2062B8;
	color: white;
	font-style: italic;
}
/* stats list flex table */
#content .statListMainRow {
	background-color: #FFFFCC;
	font-weight: bold;
	min-height:1px;
}
/* stats list flex table */
#content .statListLimitationExceedRow {
/*	background-color: orange; */
	background-color: #ffd589;
}
/* stats list flex table */
#content .statListLimitationRow {
	background-color: #FFFFCC;
}
/* stats list flex table */
#content .statListSntRow {
	font-weight: bold;
}
/* stats list numeric fields */
#content .statListNumericColumn {
	text-align: right;
/*	width:5em; */
	padding-left: 5px;
}
/* stats list Remove column */
#content .statListRemoveColumn {
	text-align: center;
}

#mediaContainer {
	border: 0px solid deeppink;
	background: Bisque;
}

.refreshMedia {
/*	float: right; */
	margin: 5px;
}

.countLabel {
/*	float: right; */
	margin: 5px;
}

.statsLabel {
	color:DarkGray;
	font-weight:bold;
	margin-right:15px;
}
.tipsFlexTable, .friendsFlexTable, .noFriendsFlexTable {
	border:0px solid pink;
/*    position:fixed; */
    overflow-y:scroll;
    overflow-x:hidden;
/*	height:100%; */
}

/*****************************************************************/

.pieChartPanel {
	border:0px solid blue;
}

/*****************************************************************/

body {
	background:white !important;
}
