/* HealthGraph CSS */

.healthGraph #leftColumn {
   width: 210px;
   margin-right: 40px;
}

.healthGraph p {
   color: #111;
   line-height: 150%;
   padding: 0 3px;
   font-size: 12px;
   margin: 15px 0;
}

.healthGraph p.title {
   color: #444;
   line-height: 150%;
   font-size: 16px;
   font-weight: bold;
}

.healthGraph p.question {
   color: #444;
   line-height: 150%;
   font-weight: bold;
   margin-bottom: 5px;
   font-size: 14px;
}

.healthGraph p.answer {
   margin: 5px 0 20px;
}

.healthGraph h1 {
   border-bottom: 3px solid #CCC;
}

.healthGraph h2 {
   border-bottom: 1px solid #DDD;
   padding-bottom: 4px;
   margin: 50px 0 15px;
   font-size: 16px;
   padding-left: 3px;
}

.healthGraph h3 {
   border-bottom: none;
   margin: 30px 0 4px;
   font-size: 14px;
   padding-left: 3px;
}

.healthGraph ul {
   padding-left: 35px;
   list-style: disc;
   font-weight: bold;
   margin-top: 12px;
}

.healthGraph ol {
   padding-left: 35px;
   margin-top: 12px;
   list-style: decimal;
   font-weight: bold;
}

.healthGraph ul li,
.healthGraph ol li {
   color: #111;
   line-height: 150%;
   margin: 5px 0;
   font-weight: normal;
}

.healthGraph ul li strong,
.healthGraph ol li strong {
   font-weight: bold;
}

.healthGraph p span {
   color: #444;
   font-weight: bold;
}

#healthgraphTOC {
   width: 210px;
   font-size: 12px;
}

#healthgraphTOC a {
   width: 200px;
   padding: 5px;
   display: block;
}

#healthgraphTOC a:hover {
   background: #EEE;
}

#healthgraphTOC a:active {
   background: #CCC;
}

#healthgraphTOC .divider {
   height: 0;
   border-bottom: 1px solid #E5E5E5;
   margin: 3px 0;
}

#healthgraphTOC h4 {
   background: #DDD;
   padding: 5px 3px;
   margin: 30px 0 5px;
   font-weight: bold;
}

.healthGraph #mainColumn img {
   display: block;
   align: center;
   margin: 40px auto;
}

.healthGraph #mainColumn table {
	width: 720px;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	margin: 20px 0 30px;
}

.healthGraph #mainColumn th {
	text-align: center;
	font-weight: bold;
	color: #FFF;
	background: #666;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	padding: 8px 5px;
	font-size: 14px;
}

.healthGraph #mainColumn th h2 {
	padding: 0;
	margin: 0;
	border-bottom: none;
	color: #FFF;
}

.healthGraph #mainColumn td { 
	text-align: left;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	padding: 8px;
	line-height: 150%;
	color: #111;
}

.healthGraph #mainColumn td.center { 
	text-align: center;
	font-weight: bold;
}

.healthGraph #mainColumn td img { 
	margin: 0;
}

.healthGraph #mainColumn table.appIdeas { 
	border: none;
}

.healthGraph #mainColumn table.appIdeas td { 
	border: none;
}

.healthGraph #mainColumn table.healthGraphDataPoints td { 
	padding: 10px 10px 20px 10px;
}

.healthGraph #mainColumn table.appIdeas td p { 
	padding: 0 24px 0 7px;
}

.healthGraph span.code {
	font-family: Monaco, Consolas, 'Courier New', Courier, monospace;
	font-weight: normal;
	color: #333;
	line-height: 150%;
}

.healthGraph div.footnote {
	color: #999;
	font-size: 11px;
	margin: 0;
	padding: 0 3px;
}

.healthGraphRoot h1 {
   color: #444;
   font-size: 32px;
   font-weight: bold;
   background: none;
   border-bottom: none;
   line-height: 130%;
}

.healthGraphRoot img {
   float: left;
   display: block;
   margin-right: 30px;
   width: 720px;
}

.healthGraphRoot .mainContent {
   width: 220px;
   text-align: left;
   float: left;
}

.healthGraphRoot .mainContent p {
   font-size: 14px;
   line-height: 150%;
}

.healthGraphRoot .mainContent .blueButton-large {
   margin-top: 30px;
   margin-bottom: 30px;
}

#header.healthGraph .backButton {
   position: absolute;
   top: 18px;
   right: 10px;
   font-size: 16px;
   color: #DDD;
}

#header.healthGraph .backButton:hover {
   color: #FFF;
}

#header.healthGraph .backButton:active {
   color: #999;
}

.healthGraph #siteLogo {
   top: 6px;
}

#socialize {
   clear: both;
}
	
#socialize .facebookLike {
   width: 50px;
   float: left;
   margin-right: 10px;
}

img.healthGraphLogo {
   position: relative;
   top: -5px;
   left: 5px;
}

.healthGraph #mainColumn .plugin {
   margin: 0;
}

.healthGraph #mainColumn .plugin .snapshot {
   float: left;
   width: 100px;
   height: 100px;
}

.healthGraph #mainColumn .plugin .snapshot img {
   margin: 0;
}

.healthGraph #mainColumn .plugin .header {
   font-size: 18px;
   margin: 40px 0 0 140px;
   font-weight: bold;
   padding-top: 20px;
}

.healthGraph #mainColumn .plugin .body {
   margin: 5px 0 5px 140px;
   padding: 0;
}

.healthGraph #mainColumn .plugin-code-form {
   background-color: #EEEEEE;
   padding: 10px;
   width: 400px;
   float: left;
}

.healthGraph #mainColumn .plugin-code-form div.checker {
   position: relative;
   top: 5px;
}

.healthGraph #mainColumn .plugin-code-form fieldset {
   width: 400px;
   height: 36px;
}

.healthGraph #mainColumn .plugin-code-form fieldset label {
   font-size: 14px;
   font-weight: bold;
   float: left;
   text-align: right;
   width: 40%;
   padding: 5px;
   margin: 3px 6px 0 0;
}

.healthGraph #mainColumn .plugin-code-form fieldset input {
   padding: 5px;
   width: 180px;
   margin-bottom: 10px;
}

#get-code-button {
   margin: 10px 114px 0 0;
}

#get-code-button .mainText {
   top: 4px;
}

.healthGraph #plugin-preview.fitnessFeed {
   margin: 30px auto;
}

.healthGraph #plugin-preview.cardioPlugin {
   margin: 30px auto;
}

.healthGraph #plugin-preview.fitnessReports {
   margin: 30px auto;
}


.healthGraph #plugin-code #code {
   font: 12px monospace;
}

.healthGraph #plugin-code-lightbox-trigger {
   display: none;
}
.healthGraph #mainColumn .icon img {
   margin: 0px;
}

.healthGraph .hbHeaderExamples h3
{
   font-size:10;
   font-weight:bold;
}
.healthGraph .hbHeaderExamples h3 ul li
{
   font-size:10;
   font-weight:normal;
}

.healthGraph #mainColumn img.whatsThis {
   margin: 0px;
   float: right;
   width: 20px;
   height: 20px;
   position: relative;
   top: 4px;
}

a.poweredByRK {
   display: block;
   float: right;
   clear: both;
   margin: 5px 0;
   width: 187px;
   height: 25px;
}

.healthGraph #mainColumn a.poweredByRK img {
   margin: 0;
}