@import "mypage.css";
@import "activators.css";
@import "workoutnutrition.css";
@import "management.css";
@import "calendar.css";
@import "scheduler.css";
@import "print.css";

.educationTools .gadget-content
{
	min-height: 100px;
}
.hidden
{
	display: none;
}
.TrainerFinderImage
{
	height: 120px;
	width: 100px;
}
.toolTip:hover
{
	position: relative;
}
.toolTip:hover span
{
	background: #c0c0c0;
	display: block;
	position: absolute;
	top: 10px;
	left: 0;
	padding: 5px;
	margin: 10px;
	z-index: 100;
	border: 1px dotted #c0c0c0;
	opacity: 0.8;
}
.centerMeSortArrow
{
	border: 0px;
	position: relative;
	padding-left: 10px;
}
div .columnMain
{
	position: relative;
}
.ShowPopupPanel
{
	position: absolute;
	background-color: white;
	top: 15px;
	left: 15px;
	width: 350px;
	height: 400px;
	z-index: 9002;
}
.HiddenPopupPanel
{
	display: none;
}
.InnerPopupContent
{
	width: 350px;
	max-height: 400px;
	overflow: auto;
	text-align: left;
}
.InnerPopupContent table
{
	width: 330px;
}

.managementTools
{
	width: 340px;
	padding-left: 10px;
	padding-bottom: 10px;
}
.managementTool
{
	padding-bottom: 5px;
}
.managementToolsLeft
{
	float: left;
	padding-right: 10px;
}
.managementStatistics
{
	width: 340px;
	padding-bottom: 10px;
}
.managementFilters
{
	width: 340px;
	padding-bottom: 10px;
}
.managerFiltersLeft
{
	float: left;
	padding-right: 10px;
}
.managementDistribute
{
	width: 340px;
	padding-bottom: 10px;
}
.managementNotification
{
	width: 340px;
	padding-bottom: 10px;
}
.distributeButtons
{
	text-align: right;
}
.warning
{
	color: #ff0000;
}
.boldHeader
{
	font-weight: bold;
}

