/* client self-management css */
#nav {
	background-color: #F2F9FC;
	height: 20px;
	*height: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;	
	font-weight: bold;
	width: 90%;
}
#nav a {
	margin-right: 1px;
	margin-top: 15px;
	margin-bottom: 5px;
	padding: 0px 5px 3px 5px;
	border-top: 1px solid #47859C;
	border-left: 1px solid #47859C;
	border-right: 1px solid #47859C;
	color: white;
	background-color: #47859C;
}
#nav a.current {
	color: black;
	background-color: #DCF0F8;
}
#nav a.directorange {
	background-color: #C76822;
	border-top: 1px solid #C76822;
	border-left: 1px solid #C76822;
	border-right: 1px solid #C76822;	
}
#nav a.currentdirectorange {
	color: black;
	border-top: 1px solid #C76822;
	border-left: 1px solid #C76822;
	border-right: 1px solid #C76822;		
	background-color: #FFF3BB;
}
#cnumber {
	float: right;
	font-size: 120%;
}
#body-fitbiz {
	margin-top: -40px;
}
#body-fitbiz h1 {
	font-size: 30px;
}
#body-fitbiz h2 {
	font-size: 18px;
}
#body-fitbiz h3 {
	font-size: 14px;
}

.mediumtext {
	font-size: 107%;
	font-weight: bold;
}
.smalltext {
	font-size: 92%;
}
.subscription {
	margin-top: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px dotted black;
}
.subscriptionstatus {
	text-align: center;
	background-color: white;
}
.purple {
	color: #9900CC;
}
.maggreen {
	color: #009900;
}
.warning {
	color: red;
}
.timestamp {
	margin-top: 3px;
	font-size: 10px;
	letter-spacing: normal;
}
.recid {
	color: #CC0066;
	font-weight: bold;
	border-bottom: 1px dotted #CC0066;
}
p {
	margin-top: 4px;
	margin-bottom: 4px;
}
.section {
	padding: 13px;
	border: 1px dotted #999999;
}