/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
   Based on work by Eric Meyer:
   * meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}


body { line-height: 1.5; background: #fff; margin:1.5em 0; }

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight:400; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

a img { border: none; }



/* -------------------------------------------------------------- 
   
   ie.css
   
   Contains every hack for Internet Explorer versions prior 
   to IE7, so that our core files stay sweet and nimble.
   
-------------------------------------------------------------- */

/* Make sure the layout is centered in IE5 */
body        { text-align: center; }
.container  { text-align: left; }


/* This fixes the problem where IE6 adds an extra 3px margin to
   two columns that are floated up against each other. */

* html .column { overflow-x: hidden; } /* IE6 fix */

.pull-1, .pull-2, .pull-3, .pull-4,
.push-1, .push-2, .push-3, .push-4, 
ul, ol {
  position: relative; /* Keeps IE6 from cutting pulled/pushed images */
}

/* Fixes incorrect styling of legend in IE6 fieldsets. */
legend { margin-bottom:1.4em; }

/* Fixes incorrect placement of numbers in ol's in IE6/7 */
ol { margin-left:2em; }


/* 
   You're looking at CSS written by Tim Booher and Allan Branch of LessEverything.com 
   If you have questions email me at Allan(at)LessEverything(dot)com
   To be able to read the rhtml better I use default classes (right, left, clear)
   div class=clear is your friend, horizontal lists aren't
 */

body {
    background: #CCCCCC url(/images/booher_design/backgroundTile.jpg) repeat scroll center top;
    font-family: "Lucida Grande", Helvetica, Arial, sans;
    font-size: 10pt;
    padding: 2px 0;
}

div, img, form {
    margin: 0;
    padding: 0;
    border: 0;
}

ul {
    margin: 10px
}

small {
    font-size: 9px;
}

div, span, td, .text_l {
    text-align: left;
}

.clear {
    clear: both;
	width:100%;
}

.text_r {
    text-align: right;
}

.text_c,
    div .text_c {
    text-align: center;
}

a {
    font: normal "Arial", sans-serif;
    color: #c3291f;
}

#super_nav a {
    text-decoration: none;
    color: black;
}

a:hover {
    text-decoration: underline;
}

/* .left 			{float: left;}
 .right 			{float: right;}     */
.hidden {
    display: none;
}

/*li		    {list-style: none;}*/
li {
    list-style-type: circle;
    list-style-position: inside;
    padding-left: 10px;
}

#wrapper {
    width: 903px;
    margin: 0 auto;
    padding: 0;
}

#plain_wrapper {
    width: 450px;
    margin: 0 auto;
    padding: 0;
    background-color: pink; /* black url(/images/top_hearts_black.png) no-repeat */;
    border: 10px solid #666;
}

#footer {
    background: transparent url(/images/booher_design/mainBackgroundEnd.png) no-repeat scroll left top;
    height: 20px;
    padding: 10px;
    text-align: center;
}

#content {
    margin: auto;
    padding-top: 20px;
    width: 903px;
    padding: 0 0 0 0;
    min-height: 600px;
    height: auto !important;
    height: 600px;
}

#just_for_hearts {
    background: transparent url(/images/booher_design/mainBackgroundTile.png) repeat-y scroll left top;
    padding: 0 2px;
}

#main {
    padding: 0 10px 0 10px;
}

#content_top {
    padding: 10px;
    margin: 0 15px 5px 15px;
}

/* #search input	{border: none; padding: 2px; font-size: 15px; width: 250px;} */
/* #search input.button	{background: url(/images/search_button.png) no-repeat; width: 30px; height: 30px; margin: 0 0 -1px 2px;} */

#welcome img {
    width: 17px;
    margin: 0 5px -5px 0;
    border: 1px solid #666;
}

#super_nav {
    padding: 1px 0 0 780px;
}

#super_nav li {
    list-style: none;
}

#login_form,
    #forgot_form {
    padding: 5px 0 25px 0;
}

.comment {
    padding: 0 0 5px 0;
    margin: 3px 0 5px 0;
}

.newest_member {
    margin: 5px 0 18px 0;
}

.newest_member a {
    display: block;
}

.row input.checkbox {
    width: auto;
    border: none;
    background: none;
    padding: 0 0 0 0;
}

.row {
    padding: 7px 5px;
}

.row label {
    width: 140px;
    float: left;
}

/*textarea,
.row input,
.row select		{float: left; width: 220px; background: #ddd; border: none; padding: 2px;}     */
.row textarea {
    height: 200px;
}

/*input.button:hover	{background: #2ab769; } */
div.button {
    background-color: red;
    border-top: 1px dotted #666;
    padding: 10px;
    height: 25px;
    margin-top: 15px;
}

h1 {
    font-size: 20px;
    color: black;
    font-weight: bold;
    margin: 0 0 5px 0;
}

h2, dt {
    color: #c3291f;
    font-style: italic;
    font-size: medium;
    font-weight: bold;
    margin: 0 0 10px 0;
    text-transform: capitalize;
}

/*form h2			{margin: 30px 0 10px 0; border-bottom: 1px dotted #666; padding-bottom: 7px; clear: both;} */
h3 {
    font-size: 13px;
    margin-bottom: 10px;
}

/* E93329 */
#general_info,
    #upload_icon,
    #change_passwords {
    padding-bottom: 30px;
}

.instruction {
    padding: 5px;
    font-weight: bold;
}

.half {
    width: 46%;
}

dd {
    margin-bottom: 10px;
}

h1 img {
    width: 34px;
    border: 1px solid #333;
    margin-bottom: -5px;
}

/* 
.flashnotice	{padding: 3px;  margin-bottom: 10px; clear: both; background: #555;}
.flasherror		{padding: 3px;  margin-bottom: 10px;  clear: both; background: #e22c6f; color: white;}
*/

/* ------------------------------------------------------------------------- */
/*                            BOOHER CUSTOMIZATIONS                          */
/* ------------------------------------------------------------------------- */
#fitwitHeader {
    background: transparent url(/images/booher_design/headerFitWit2.png) no-repeat scroll left top;
    height: 116px;
}

.date_button {
position:absolute;
top:0;
right:0;
}

#fitwitHeader h2 {
    display: none;
}

/* Navigations */
#nav {
    background: transparent url(/images/booher_design/nav-background.gif) repeat-x scroll left top;
    height: 38px;
    margin: 0 2px;
}

#nav ul {
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: auto;
}

#nav ul li {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
}

#nav ul li.selected a {
    background: #0B0B0A none repeat scroll 0 0;
    border-bottom: 1px solid #0B0B0A;
    color: #FFFFFF;
}

#nav ul li a {
    background: transparent url(/images/booher_design/nav-divider.gif) no-repeat scroll right top;
    border-bottom: medium none;
    color: #3D3D3D;
    display: block;
    float: left;
    font-size: 13px;
    padding: 8px 16px 7px;
    text-decoration: none;
    margin: 0px;
}

#nav ul li a:hover {
    background: #3c3c3c none repeat scroll 0 0;
    border-bottom: 1px solid #3c3c3c;
    color: #FFFFFF;
}

/* MAIN LAYOUT */

div#sidebar {
    background-color: white;
    border-right: 1px solid #CCCCCC;
    float: left;
    line-height: 1.1;
    padding: 5px;
    width: 168px;
}

div.rightbar {
    float: right;
    width: 705px;
    margin-left: 5px;
}

/* 
 * For the TESTIMONIAL page
 */

div.testimonial {
    font-style: italic;
    padding: 8px;
}

div.signature {
    margin-left: 2em;
}

div.signature:before {
    content: " -- "
}

/*
 * ADMIN STUFF
 */

table.admin {
    width: 100%;
}

table.admin th {
    background-color: #efefef;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    text-align: center;
}

table.admin tr.alternate {
    background-color: #efefef;
}

table.admin tr.alternate td {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

table.admin th.no_display {
    border: none;
    width: 15px;
    background-color: white;
}

/*
 * FITWIT RECONCILATION
 */

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

div#the_difference {
    clear:both;
}
}

div#the_difference h2 {
    color: #c3291f;
    margin-top: 8px;
    font-style: italic;
    font-size: medium;
}

blockquote {
    font-style: italic;
    padding: 5px 15px;
    margin-left: 10px;
    border-left: 1px solid #ececec;
}

blockquote p {
    font-weight: bold;
}

.inline {
    display: inline;
}

.longer {
    margin-bottom: 10px;
}

#inlinelist {
    text-align: center;
    margin: 15px 0;
}

#inlinelist ul, #inlinelist li {
    display: inline;
    list-style-image: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#inlinelist span.bar {
    color: red;
    margin: 0 10px;
}

p {
    margin-bottom: 8px;
}

.last {
    margin: 0;
}

div#rightpad {
    width: 30%;
    border: 1px solid gray;
    padding: 10px;
    margin: 10px;
    float: right;
}

#notice {
    border: 2px solid red;
    padding: 1em;
    margin: 0;
    background-color: #fafafa;
    font: bold medium sans-serif;
}

.consent_box, .notice {
    border: 1px solid gray;
    padding: 1em;
    margin: 0 0 1em 0;
    background-color: #fafafa;
}

dt {
    margin-bottom: 5px;
    margin-top: 5px;
}

dd {
    padding: 0.5em; /*border: 1px solid #ccc;    */
}

tr.light {
    background: #FFF;
}

tr.dark {
    background: #EFEFEF;
}

span.price_desc {
    float: left;
    display: block;
    width: 50%;
}

span.price_desc:after {
    content: ":"
}

span.price {
    float: left;
    display: block;
}

div#click_to_go_home {
    width: 770px;
    height: 115px;
    float: left;
}

.fullanchor {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

/* HOME PAGE */

div#camp_info_register_link {
    height: 350px;
    margin-left: 40px;
    width: 310px;
}

div#registration_button_click {
    height: 100%;
    width: 100%;
}

div#registration_button_click_two {
    height: 420px;
    margin-left: 375px;
    margin-top: -380px;
    width: 500px;
}

#contact_form {
    float: left;
    width: 570px;
}

fieldset {
    border: 1px solid #ccc;
    padding: 10px;
}

legend {
    padding-top: 20px;
    padding-left: 5px;
    padding-right: 5px;
    font-weight: bold
}

div#community_image_zone {
    clear: both;
    width: 870px;
    height: 249px;
    display: block;
    text-align: center;
}

.full {
    width: 630px
}

table.meas th {
    width: 70px;
    text-align: right;
}

table.meas td {
    text-align: right;
}

/* Josh redo */

p.big_red {
    color: #ea241b;
    text-align: center;
    font-size: large;
    padding-top: 15px;
    font-family: "trebuchet ms", verdana;
}

span.little_red {
    color: #ea241b;
    font-weight: bold;
    font-family: "trebuchet ms", verdana;
    font-style:italic;
}

div#video_box_wrapper {
    width: 513px;
    float: left;
}

div#video_box_header {
    padding: 10px;
    margin-left: 5px;
    height: 9px;
    width: 493px;
    background-image: url('../images/booher_design/VideoBox-header.gif');
    background-repeat: no-repeat;
    background-color: purple;
}

div#video_box {
    padding: 10px;
    margin-left: 5px;
    background-image: url('../images/booher_design/callout_box_background.gif');
    background-repeat: repeat-y;
    width: 493px;
}

div#video_box_bottom {
    background-image: url('../images/booher_design/video_box_bottom.gif');
    background-repeat: no-repeat;
    height: 13px;
    margin-left: 5px;
    width: 513px;
}

ol.advantages li {
    list-style-type: decimal;
}

ol.advantagesOut li {
    list-style-type: decimal;
    list-style-position:outside;
}

div#the_difference {
    font-size:medium;
    font-family: "trebuchet ms", verdana;
    font-weight:bold;
}

div#the_difference b, div#the_difference i {
   text-decoration:underline;
   font-weight:bolder;
   font-size:medium;
}

div#the_difference i {
    font-style:normal;
    color:#333;
    font-weight:900;
    font-size:large;
}

div.the_complaint {
    float:left;
    width:40%;
    padding-left:10px;
    color:#676;
}

div.answer {
    width:40%;
    padding-right:10px;
    float: right;
    color: #ea241b;
    font-style:italic; 
}

.big_why {
    font-weight: bold; font-family:Arial; font-size:16px; color:#CC0000;
}

div.bigGray {
    font-size:medium;
    color:gray;
    font-weight:bold;
}

span.emphasis {
    color:black;
}

div.constant_contact_form {
    width:302px;
    height:146px;
    background-color: green;
    background-image: url('../images/constant_contact_box.gif');
}

.meeting {
    background-color:#eee;
}

div#fp_schedule {
    float:right;
    width:370px;
    height:346px;
    background-repeat: no-repeat;
    background-position: right center;
    height:100%;
}

div#just_for_hearts:after {
    content:"";
    display:block;
    clear:both;
}

div#inner_schedule {
    padding:0px 5px 0px 51px;
}

div#inner_schedule div.schedule_header {
    margin-bottom:3px;
    margin-left:14px;
    font-size:16px;
    font-weight:bold;
}

div#inner_schedule ul {
    margin:10px 0 0 0;
}

div.times {
    float:left;
    width:148px;
}

div.location {
    float:left;
    width:148px;
}

div#inner_schedule li {
    list-style-type:none;
    margin-left:15px;
}

div#schedule_top {
    background-image: url(/images/booher_design/schedule_top.gif);
    height:34px;
    background-repeat: no-repeat;
    background-position: left center;
}

div.time_region {
    width:300px;
    margin:0px 5px 0px 14px;
}

div#schedule_middle {
    background-image: url(/images/booher_design/schedule_middle.gif);
    background-repeat:repeat-y;
    background-position:left center;
}

div#schedule_footer {
    background-image: url(/images/booher_design/schedule_bottom.gif);
    height:41px;
    background-repeat:no-repeat;
}

ul#my_fitwit_nav {
    text-align:right;
    height:75px;
    background-repeat:no-repeat;
    margin-top:0;
}

ul#my_fitwit_nav.goals {
    background-image: url(/images/my_fit_wit/Goals_header.jpg);
}

ul#my_fitwit_nav.camp_reports {
    background-image: url(/images/my_fit_wit/CampReport_header.jpg);
}

ul#my_fitwit_nav.my_fit_wit {
    background-image: url(/images/my_fit_wit/MyFitWit_header.jpg);
}

ul#my_fitwit_nav.profile {
    background-image: url(/images/my_fit_wit/Profile_header.jpg);
}

ul#my_fitwit_nav.progress {
    background-image: url(/images/my_fit_wit/Progress_header.jpg);
}

ul#my_fitwit_nav li {
    height:65px;
    width:55px;
    padding:0;
    margin:0;
    list-style-type:none;
    display:inline;
}

ul#main_my_fitwit {
    width:684px;
    height:255px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:0px;
}

ul#welcome_screen {
    width:850px;
    height:317px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:0px;
}

ul#welcome_screen:after {
    content:"";
    display:block;
    clear:both;
}

ul#welcome_screen li {
    display:block;
    float:left;
    width:266px;
    height:261px;
    list-style:none;
    margin:2px;
}

ul#main_my_fitwit li {
    display:block;
    float:left;
    width:157px;
    height:261px;
    list-style:none;
    margin:2px;
}

#calendar table {
    border-collapse: collapse;
    width: 100%;
}

#small_calendar table {
    border-collapse: collapse;
    width:200px;
}

#small_calendar tr {
    height:35px;
}

#small_calendar td {
    border: 1px solid #999;    
    height:10px;
}

#calendar td, #calendar th {
    font-family: "Lucida Grande",arial,helvetica,sans-serif;
    font-size: 10px;
    padding: 6px;
    border: 1px solid #999;
}

#small_calendar {
    float:left;
    padding:10px;
}

#small_calendar th, #calendar th {
    background: #DDD;
    color: #666;
    text-align: center;
    width: 14.2857142857143%;
    border: 1px solid #999;
}

#calendar td {
    background: #FFF;
    color: #777;
    height: 80px;
    vertical-align: top;
    font-size: 16px;
}

#calendar .notmonth {
    color: #CCC;
}

#calendar #month {
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

#calendar #month a, #calendar #month a:hover {
    text-decoration: none;
    padding: 0 10px;
    color: #999;
}

#calendar .today {
    background-color: #D7F2FF;
}

#calendar ul {
    margin: 0;
    margin-top: 5px;
    padding: 0;
    list-style: none;
}

#calendar li {
    margin: 0;
    padding: 0;
    font-size: 11px;
    text-align: center;
    list-style:none;
    text-decoration:none;
    color:blue;
}

.tooltip {
    display:none;
    background:transparent url(/tools/img/tooltip/black_arrow.png);
    font-size:12px;
    height:70px;
    width:160px;
    padding:25px;
    color:#fff;	
}

ul#current_goals li {
    list-style-type:none;
}

input.goal_check {
    width:10px;
    height:10px;
}

div#side li {
    list-style-type:none;
}

.fg-button { 
    outline: 0; 
    margin:0 4px 0 0; 
    padding: .4em 1em; 
    text-decoration:none !important; 
    cursor:pointer; 
    position: relative; 
    text-align: center;
    zoom: 1; 
}

span#the_description {
    width:500px;
}

/* classes for the calendar */

.custom_workout {
    color:green;
    text-decoration:none;
}

.fit_wit_workout {
    color:gray;
    text-decoration:none;
}

.goal {
    color:purple;
    text-decoration:none;
}

.full_table {
    width:100%;
}

tr.top_line th {
    font-weight:900;
    font-size:15px;
    border-bottom:1px solid gray;
}

div.there {
    background-color:green;
}

div.absent {
    background-color:red;
}