/* ---------- Overall Site Styles --------- */
/* Solution found to prevent items from wrapping in Android browser http://stackoverflow.com/questions/8508889/android-autofit-mode-causing-issues-with-css-width-in-web-page */
p, div, h1, h2, h3, h4, h5, h6, li {
	background-image: url('../../images/global/spacer.gif');
	background-repeat: no-repeat;
}

body {
	font-family: proxima-nova, arial, helvetica, sans-serif;
	font-size: 80%;
	margin: 0px;
	color: #333333;
	background-image: url('../../images/global/header_background_gradient.jpg');
	background-repeat: repeat-x;
	/*this is for mobile browsers*/
	 -webkit-text-size-adjust: 100%;
     -ms-text-size-adjust: 100%;
}

body.body_logged_out {
	background-image: url('../../images/global/header_background_logged_out.jpg');
	background-repeat: repeat-x;
}

a {
	color: #551A8B;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	font-family: proxima-nova, arial, helvetica, sans-serif;
	margin-top: 0px;
	line-height: 1.4em;
}

p.no_marg {
	margin-bottom: 0px;
}

.strong {
	font-weight: 600;
}


/* ---------- Structural Styles --------- */

#outer_container {
	width: 990px;
}

#container {
	width: 980px;
	margin-left: 5px;
	margin-right: 5px;
	text-align: left;
}

#header_row {
	background-image: url('../../images/global/header_background_gradient.jpg');
	/*background-color: #7F7F7F;*/
	/*background-color: #999999;*/
	/*background-color: #7C7C7C;*/
	height: 110px;
}

.header_row_logged_out {
	border-bottom: 1px solid #666666;
	margin-bottom: 25px;
}

.header_row_home_logged_out {
	border-bottom: 1px solid #666666;
	margin-bottom: 0px;
}


#header_left {
	float: left;
	width: 425px;
}

#header_right {
	float: left;
	width: 555px;
}

#login_area {
	text-align: right;
	padding-top: 12px;
	color: white;
	font-size: 13px;
}

#user_nav_row {
	height: 40px;
	/* background-color: #efefef;*/
	background-image: url('../../images/global/subnav_gradient.jpg');
	border-bottom: 1px solid #cccccc;
	margin-bottom: 25px;
}

#user_nav_print_row {
	display: none;
}

#user_nav_row.home {
	margin-bottom: 0px;
}

#user_nav_row ul li {
	padding-bottom: 1px;
}


#body_content_container {

}

#main_content_area {
	float: left;
	width: 670px;
}

#main_content_area_full {
	float: left;
	width: 980px;
}


#right_main_content_spacer {
	float: left;
	width: 40px;
}

#right_column {
	float: left;
	width: 270px;
}


#footer_area {
	width: 100%;
	margin-top: 50px;
	border-top: 2px solid #cccccc;
	padding-top: 20px;
	padding-bottom: 80px;
	background-color: #efefef;
}

#outer_footer_area {
	width: 990px;
}


#inner_footer_area {
	width: 980px;
	margin-left: 5px;
	margin-right: 5px;
	text-align: left; 
}

.left_float_with_right_lg_spacer {
	float: left;
	padding-right: 50px;
}

.left_float {
	float: left;
}



/* ---------- Layout Styles --------- */

.standard_row {
	margin-bottom: 40px;
}

.vert_bottom {
	display: table-cell;
	vertical-align: bottom;
}

.center_inline {
	display: inline-block;
	text-align: center;
}


/* ---------- Main Navigation Styles --------- */

#main_nav_row {
	text-align: right;
	padding-top: 48px;
}

a.main_nav {
	font-family: proxima-nova, arial, helvetica, sans-serif;
	letter-spacing: 0.05em;
	font-size: 15px;
	font-weight: 500;
	color: #ffffff;
	text-decoration: none;
}

a.main_nav_on {
	font-size: 15px;
	letter-spacing: 0.05em;
	color: #FFE00C;
	/*color: #FAD002;*/
	font-weight: bold;
	text-decoration: none;
}

a.main_nav:hover {
	color: #FFE00C;
	/*color: #FAD002*/
}


/* ---------- User Navigation Styles --------- */

ul#user_nav {
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
	width: 100%;
}

ul#user_nav li {
	float: left;
	list-style: none;
	width: 25%;
	text-align: center;
}

ul#user_nav li a {
	display: block;
	height: 40px;
	color: #333333;
	font-size: 13px;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #ffffff;
	line-height: 43px;
	text-transform: uppercase;
}

ul#user_nav li a:hover {
	background-color: white;
	text-decoration: none;
	color: #FF7700;
}

ul#user_nav li a.on {
	background-color: white;
	color: #FF7700;
}


/* ---------- Banner Styles --------- */
.full_banner_area {
	position: relative;
}

.full_banner_area .banner_content_area {
	width: 990px;
	position: absolute;
	z-index: 2;
	bottom: 0px;
    right: 0;
    left: 0;
    margin: auto;
    text-align: left;
}


.img_gradient {
	display:inline-block;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 30%, rgba(0,0,0,0.60) 70%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,rgba(0,0,0,0.60)), color-stop(70%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
  	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 30%,rgba(0,0,0,0.60) 70%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,0,0,0) 30%,rgba(0,0,0,0.60) 70%); /* Opera 11.10+ */
  	background: -ms-linear-gradient(top, rgba(0,0,0,0) 30%,rgba(0,0,0,0.6) 70%); /* IE10+ */
  	background: linear-gradient(to bottom, rgba(0,0,0,0) 30%,rgba(0,0,0,0.6) 70%); /* W3C */
  	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

.full_banner_area .img_gradient img {
	position:relative;
  	z-index:-1;
 	display:block;
}

.inner_banner_content_area  {
	padding-left: 30px;
	width: 750px;
}

.banner_content_area h1 {
	font-family: proxima-nova, arial, helvetica, sans-serif;
	/*font-family: brandon-grotesque, arial, helvetica, sans-serif;*/
	/*text-transform: uppercase;*/
	font-weight: 500;
	color: white;
	font-size: 40px;
	line-height: 43px;
	margin-top: 0px;
	margin-bottom: 20px;
}

.banner_content_area h2 {
	font-family: proxima-nova, arial, helvetica, sans-serif;
	font-weight: 300;
	color: white;
	font-size: 20px;
	line-height: 20px;
	margin-top: 0px;
	margin-bottom: 40px;
}

.banner_content_area .action_button_container {
	margin-bottom: 60px;
}


@media (max-width: 900px) {
   .banner_content_area .action_button_container {
		margin-bottom: 30px;
	}
}

@media (max-width: 760px) {
   .inner_banner_content_area {
		width: 600px;
	}
	
	.banner_content_area h1 {
		font-size: 25px;
		line-height: 25px;
		margin-bottom: 20px;
	}
	
	.banner_content_area h2 {
		font-size: 16px;
		line-height: 16px;
	}
	
}

@media (max-width: 630px) {
   .inner_banner_content_area {
		width: 400px;
	}
	
	.banner_content_area h1 {
		font-size: 25px;
		line-height: 27px;
		margin-bottom: 20px;
	}
	
	.banner_content_area h1 {
		margin-bottom: 30px;
	}
	
	.banner_content_area h2 {
		display: none;
	}
	
}

@media (max-width: 500px) {
	.banner_content_area h1 {
		font-size: 20px;
		line-height: 22px;
	}
}





/* --- Workout Calendar Quick Tasks ---*/

ul.quick_tasks {
	padding-left: 0px;
	margin-top: 0px;
	list-style-type: none;
}


ul.quick_tasks li {
	border-bottom: 1px dotted #cccccc;
}

ul.quick_tasks li a {
	color: #333333;
	display: block;
	text-decoration: none;
	padding-left: 28px;
	padding-top: 7px;
	padding-bottom: 2px;
}

ul.quick_tasks li a:hover {
	color: #551A8B;
}

ul.quick_tasks li a.workout_goal {
	background-image: url('../../images/icons/tiny_runner.png');
	background-position: 1px 7px;
	background-repeat: no-repeat;
}

ul.quick_tasks li a.workout_calendar {
	background-image: url('../../images/icons/tiny_calendar.png');
	background-position: 3px 7px;
	background-repeat: no-repeat;
}

ul.quick_tasks li a.select_mission {
	background-image: url('../../images/icons/tiny_check.png');
	background-position: 3px 9px;
	background-repeat: no-repeat;
}

ul.quick_tasks li a.donation_history {
	background-image: url('../../images/icons/tiny_heart.png');
	background-position: 3px 10px;
	background-repeat: no-repeat;
}

ul.quick_tasks li a.order_wristband {
	background-image: url('../../images/icons/tiny_wristband.png');
	background-position: 3px 10px;
	background-repeat: no-repeat;
}


/* --- Wristband Styles ---*/
#wristband_box {
	background-color: #eeeeee;
	margin-top: 35px;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 17px;
	padding-bottom: 20px;
}

#wristband_box p {
	text-align: center;
}


#wristband_box p.wristband_status {
	font-size: 15px;
	margin-bottom: 0px;
}

#wristband_box p.replacement_medal {
	font-size: 1em;
	font-weight: normal;
	margin-top: 15px;
	margin-bottom: 0px;
}

#wristband_box .wristband_image {
	text-align: center;
	padding-top: 22px;
}

#wristband_box .action_button_padding {
	margin-top: 20px;
	text-align: center;
}


/* ---------- Footer Styles --------- */

#footer_links {
	padding-left: 0px;
}

#footer_links a {
	text-decoration: none;
	font-size: 1em;
	color: #666666;
}

#footer_links a:hover {
	text-decoration: underline;
}

#copyright_area {
	padding-left: 0px;
	padding-top: 25px;
	font-size: .9em;
	color: #666666;
}


/* ---------- Right Column Styles --------- */

#interior_login_button_area {
	width: 212px;
	text-align: right;
}

#right_col_login_area {
	padding-bottom: 30px;
}


/* ---------- Homepage Styles --------- */

.home_bottom {
	width: 100%;
	margin-top: 35px;
	padding-top: 30px;
}

.home_how_it_works {
	width: 100%;
	margin-top: 85px;
	text-align: center;
}

.home_the_wristband {
	width: 100%;
	margin-top: 65px;
	text-align: center;
}

.home_the_wristband .wristband_container {
	padding-top: 10px;
}

.home_bottom_sign_up {
	width: 100%;
	margin-top: 75px;
	margin-bottom: 60px;
	text-align: center;
}


.content_left_col {
	width: 303px;
	float: left;
}

.content_middle_col {
	width: 303px;
	float: left;
	margin-left: 35px;
}

.content_right_col {
	width: 304px;
	float: left;
	margin-left: 35px;
}

.home_how_it_works .descriptive_icon {
	width: 100%;
	height: 110px;
	display: table;
}

.home_how_it_works h4 {
	font-family: proxima-nova, arial, helvetica, sans-serif;
    font-weight: 400;
    font-size: 1.6em;
    margin-top: 20px;
}

.home_how_it_works p {
	font-family: proxima-nova, arial, helvetica, sans-serif;
	font-weight: 300;
	font-size: 1.3em;
	line-height: 1.4em;
	color: #333333;
	margin-bottom: 0px;
}


#calendar_area_container {
	padding-bottom: 40px;
	/*border-bottom: 1px solid #cccccc;*/
}


/* ---------- Mission Styles --------- */

#mission_area {
	width: 980px;
	margin-top: 25px;
}


#mission_area_left {
	float: left;
	width: 315px;
}

#mission_area_spacer_col {
	float: left;
	width: 40px;
}

#mission_area_right {
	float: left;
	width: 625px;
}

#mission_area_right_large {
	width: 701px;
}

#organization_logo {
	float: left;
	padding-right: 20px;
	padding-bottom: 10px;
}

#goal_area {
	margin-bottom: 25px;
}

.mission_video {
	padding-top: 35px;
}


/* ---------- Header Styles --------- */
h1.page_title {
	margin-top: 0px;
	margin-bottom: 17px;
}

h1.page_title_small_marg {
	margin-top: 0px;
	margin-bottom: 10px;
}

h1.page_title_large_marg {
	margin-top: 0px;
	margin-bottom: 30px;
}

h1.page_title_no_marg {
	margin-top: 0px;
	margin-bottom: 0px;
}

h1.mission_title {
	margin-top: 0px;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 0px;
}

h2.mission_sub_title {
	margin-top: 5px;
	margin-bottom: 0px;
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
}

h2 {
	font-size: 1.4em;
	margin-top: 0px;
	margin-bottom: 10px;
}

h2.large_marg {
	margin-bottom: 15px;
}

h2.xlarge_marg {
	margin-bottom: 20px;
}


h3 {
	font-size: 1.3em;
	margin-top: 0px;
	margin-bottom: 10px;
}

h3.large_marg {
	margin-bottom: 15px;
}

h3.full_section_header {
	/*font-family: proxima-nova, arial, helvetica, sans-serif;*/
	font-family: brandon-grotesque, arial, helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 2.5em;
    margin-top: 0px;
    margin-bottom: 25px;
    text-align: center;
}

h3.full_section_header_with_rule {
	/*font-family: proxima-nova, arial, helvetica, sans-serif;*/
	font-family: brandon-grotesque, arial, helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 2.5em;
    margin-top: 0px;
    padding-top: 50px;
    margin-bottom: 25px;
    text-align: center;
    border-top: 1px solid #cccccc;
}

h4 {
	font-size: 1.1em;
	margin-top: 0px;
	margin-bottom: 8px;
}

h4.small_marg {
	font-size: 1.1em;
	margin-top: 0px;
	margin-bottom: 3px;
}

h4.large_marg {
	margin-bottom: 13px;
}

h5 {
	font-size: 1.0em;
	margin-top: 0px;
	margin-bottom: 7px;
}

h6 {
	font-size: 1.0em;
	margin-top: 0px;
	margin-bottom: 3px;
}





/* ---------- Paragraph Styles --------- */

p.last {
	margin-bottom: 25px;
}

p.header_description {
	font-family: proxima-nova, arial, helvetica, sans-serif;
	color: #333333;
    font-weight: 300;
	font-size: 1.4em;
	width: 80%;
	margin: auto;
	margin-bottom: 40px;
}


/* ---------- Text Styles --------- */

.large_text {
	font-size: 1.3em;
}

.medium_small_text {
	font-size: 1.1em;
}

.medium_text {
	font-size: 1.2em;
}

.small_text {
	font-size: 1em;
}

.xsmall_text {
	font-size: .95em;
}

.more {
	font-size: 1em;
}

.light_text {
	color: #666666;
}

.highlight_text {
	/*color: green;*/
	color: #EB790A;
}

.black_text {
	color: #000000;
}

.processing_text {
	padding-bottom: 10px;
	padding-top: 10px;
}


/* ---------- Link Styles --------- */

a.tools_link_on {
	color: black;
}

a.underline_link {
	text-decoration: underline;
}

a.square_link {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
	padding-right: 6px;
	background-color: #AAAAAA;
	color: white;
	font-weight: bold;
}

a.warning {
	color: red;
}


/* ---------- Image Styles --------- */

#mission_image {
	border: 1px solid #CCCCCC;
}

.image_large_right_pad {
	padding-right: 20px;
}

img.standard_border {
	border: 1px solid #CCCCCC;	
}

img.dark_border {
	border: 1px solid #999999;	
}

/* ---------- Fieldset Styles --------- */

fieldset {
	border: 1px solid #D3D3D3;
	padding-left: 15px;
	padding-top: 0px;  //IE does not recognize paddings in fieldset correctly. So we need the inner_fieldset div 
	padding-bottom: 0px;
	padding-right: 0px;
}


fieldset.login{
	width: 270px;
}

fieldset.right_column_fieldset {
	width: 251px;
}

fieldset.right_calendar_fieldset {
	width: 216px;
}

fieldset legend {
	font-weight: bold;
	font-size: 1.3em;
}

.inner_fieldset {
	padding-left: 0px;
	padding-top: 15px;
	padding-right: 22px;
	padding-bottom: 10px;
}



/* ---------- Form Styles --------- */

.form_row {
	padding-bottom: 10px;
}

.field_label_row {
	padding-bottom: 3px;
}

.multi_field {
	float: left;
	padding-right: 25px;
}


select {
	color: #333333;
}


select.medium {
	width: 150px;
}

select.large {
	width: 350px;
}


select.small {
	width: 100px;
}

select.xsmall {
	width: 75px;
}


select.xxsmall {
	width: 50px;
}

select.medium_text {
	font-size: 15px;
}

select.medium_text_bold {
	font-size: 15px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	pading-right: 5px;
}

input {
	color: #333333;
}

input.full {
	width: 100%;
}

input.medium {
	width: 240px;
}

input.medium_small {
	width: 205px;
}

input.small {
	width: 120px;
}

input.xsmall {
	width: 70px;
}

input.submit_button {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 15px;
	padding-right: 15px;
	font-family: proxima-nova, arial, helvetica, sans-serif;
}

input.submit_button_highlight {
	border: 0px solid;
	border-radius: 4px;
  	padding-left: 25px;
  	padding-right: 25px;
  	padding-top: 7px;
  	padding-bottom: 7px;
  	background-color: #F77F00;
  	background: -webkit-gradient(linear, left top, left bottom, from(#F48900), to(#F17201));
  	background: -moz-linear-gradient(top, #F48900, #F17201);
  	/* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#000000');*/  /* For IE.  Does not work with rounded corners.  Will experiment later. */
  	/* --- 
  		Box shadow definitions: 
  			Element 1 is horizontal offset, positive means shadow on right
  			Element 2 is vertical offset, negative means shadow on top
  			Element 3 is blur radius
  			Element 4 is spread radius
  	---*/
  	box-shadow: 3px 3px 5px -1px #CCCCCC;
  	/* Not sure if need the below two.  Doesn't seem that way */
	-moz-box-shadow:    3px 3px 5px -1px #CCCCCC;
  	-webkit-box-shadow:  3px 3px 5px -1px #CCCCCC;
	font-family: proxima-nova, arial, helvetica, sans-serif;
	font-weight: 600;
	color: white;
	text-decoration: none;
}

input.submit_button_highlight:hover {
	text-decoration: none;
	background-color: #E86F00;
  	background: -webkit-gradient(linear, left top, left bottom, from(#F48900), to(#E76301));
  	background: -moz-linear-gradient(top, #F48900, #E76301);
  	/* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E89700', endColorstr='#E76301');*/ /* For IE.  Does not work with rounded corners.  Will experiment later. */
	cursor: pointer;
}

input.submit_button_highlight_grey {
	border: 1px solid #AAAAAA;
	border-radius: 4px;
  	padding-left: 25px;
  	padding-right: 25px;
  	padding-top: 6px;
  	padding-bottom: 6px;
  	background-color: #F4F4F4;
  	background: -webkit-gradient(linear, left top, left bottom, from(#F4F4F4), to(#E4E4E3));
  	background: -moz-linear-gradient(top, #F4F4F4, #E4E4E3);
  	/* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#000000');*/  /* For IE.  Does not work with rounded corners.  Will experiment later. */
  	/* --- 
  		Box shadow definitions: 
  			Element 1 is horizontal offset, positive means shadow on right
  			Element 2 is vertical offset, negative means shadow on top
  			Element 3 is blur radius
  			Element 4 is spread radius
  	---*/
  	box-shadow: 3px 3px 5px -1px #E7E7E7;
  	/* Not sure if need the below two.  Doesn't seem that way */
	-moz-box-shadow:    3px 3px 5px -1px #E7E7E7;
  	-webkit-box-shadow:  3px 3px 5px -1px #E7E7E7;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	font-family: arial, helvetica, sans serif;
}

input.submit_button_highlight_grey:hover {
	text-decoration: none;
	background-color: #F4F4F4;
  	background: -webkit-gradient(linear, left top, left bottom, from(#F4F4F4), to(#D6D6D6));
  	background: -moz-linear-gradient(top, #F4F4F4, #D6D6D6);
  	/* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E89700', endColorstr='#E76301');*/ /* For IE.  Does not work with rounded corners.  Will experiment later. */
	cursor: pointer;
}

textarea {
	font-family: arial, helvetica, sans serif;
	font-size: 13px;
	color: #333333;
}

textarea.medium {
	width: 415px;
	height: 100px;
}

textarea.large {
	width: 500px;
	height: 125px;
}

textarea.large_long {
	width: 500px;
	height: 180px;
}

label {
	display: block;
}

label.inline {
	display: inline;
}

.help_tip {
	float: right;
}

.field_label_row a {
	font-style: italic;
	color: #666666;
	font-size: .87em;
}

.field_note {
	font-size: .95em;
	color: #666666;
}

.top_field_note {
	font-size: .95em;
	color: #666666;
	padding-bottom: 3px;
}

.top_field_note_large_marg {
	font-size: .95em;
	color: #666666;
	padding-bottom: 10px;
}

.bottom_field_note {
	font-size: .95em;
	color: #666666;
	padding-top: 3px;
}

.no_per {
	display: none;
}

#login_button_area {
	width: 100%;
	text-align: right;
}

.yes_no {
	padding-top:5px;
	padding-bottom: 18px;
}

.toggle_password {
	display: inline-block;
	font-size: 11px;
	color: #551A8B;
	font-weight: 500;
	padding-left: 3px;
	cursor: pointer;
}



/* ---------- Specific Form Styles --------- */
table.form_table input[type=text] {
	font-size: 16px;
	padding: 5px;
}

table.form_table input[type=password] {
	font-size: 16px;
	padding: 5px;
}

table.form_table select {
    font-size: 16px;
    padding: 5px;
}


/* ---------- Button Styles --------- */

a.action_button_header {
	border-radius: 4px;
  	padding-left: 15px;
  	padding-right: 15px;
  	padding-top: 6px;
  	padding-bottom: 6px;
  	background-color: #F8BE10;
  	background: -webkit-gradient(linear, left top, left bottom, from(#FBC60D), to(#F89B10));
  	background: -moz-linear-gradient(top,  #FFCE09,  #F89B10);
  	/* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#000000');*/ /* For IE.  Does not work with rounded corners.  Will experiment later. */
  	border: 1px solid #CC8D00;
	font-weight: 600;
	color: white;
	text-decoration: none;
}

a.action_button_header:hover {
	text-decoration: none;
	background-color: #FDAE0B;
  	background: -webkit-gradient(linear, left top, left bottom, from(#FCC00C), to(#FA960E));
  	background: -moz-linear-gradient(top,  #FCC00C, #FA960E);
  	/* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FCC00C', endColorstr='#FA960E');*/ /* For IE.  Does not work with rounded corners.  Will experiment later. */
}

a.action_button {
	border-radius: 4px;
  	padding-left: 25px;
  	padding-right: 25px;
  	padding-top: 7px;
  	padding-bottom: 7px;
  	background-color: #F77F00;
  	background: -webkit-gradient(linear, left top, left bottom, from(#F48900), to(#F17201));
  	background: -moz-linear-gradient(top, #F48900, #F17201);
  	/* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#000000');*/  /* For IE.  Does not work with rounded corners.  Will experiment later. */
  	/* --- 
  		Box shadow definitions: 
  			Element 1 is horizontal offset, positive means shadow on right
  			Element 2 is vertical offset, negative means shadow on top
  			Element 3 is blur radius
  			Element 4 is spread radius
  	---*/
  	box-shadow: 3px 3px 5px -1px #CCCCCC;
  	/* Not sure if need the below two.  Doesn't seem that way */
	-moz-box-shadow:    3px 3px 5px -1px #CCCCCC;
  	-webkit-box-shadow:  3px 3px 5px -1px #CCCCCC;
	font-family: proxima-nova, arial, helvetica, sans-serif;
	font-weight: 400;
	letter-spacing: 0.05em;
	color: white;
	text-decoration: none;
}

a.action_button:hover {
	text-decoration: none;
	background-color: #E86F00;
  	background: -webkit-gradient(linear, left top, left bottom, from(#F48900), to(#E76301));
  	background: -moz-linear-gradient(top, #F48900, #E76301);
  	/* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E89700', endColorstr='#E76301');*/ /* For IE.  Does not work with rounded corners.  Will experiment later. */
}


a.action_button_large {
	border-radius: 4px;
  	padding-left: 28px;
  	padding-right: 28px;
  	padding-top: 10px;
  	padding-bottom: 10px;
  	background-color: #F77F00;
  	background: -webkit-gradient(linear, left top, left bottom, from(#F48900), to(#F17201));
  	background: -moz-linear-gradient(top, #F48900, #F17201);
  	/* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#000000');*/  /* For IE.  Does not work with rounded corners.  Will experiment later. */
  	/* --- 
  		Box shadow definitions: 
  			Element 1 is horizontal offset, positive means shadow on right
  			Element 2 is vertical offset, negative means shadow on top
  			Element 3 is blur radius
  			Element 4 is spread radius
  	---*/
  	box-shadow: 3px 3px 5px -1px #CCCCCC;
  	/* Not sure if need the below two.  Doesn't seem that way */
	-moz-box-shadow:    3px 3px 5px -1px #CCCCCC;
  	-webkit-box-shadow:  3px 3px 5px -1px #CCCCCC;
  	font-family: 'Source Sans Pro', arial, helvetica, sans-serif;
	font-weight: 400;
	color: white;
	text-decoration: none;
	font-size: 16px;
}

a.action_button_large:hover {
	text-decoration: none;
	background-color: #E86F00;
  	background: -webkit-gradient(linear, left top, left bottom, from(#F48900), to(#E76301));
  	background: -moz-linear-gradient(top, #F48900, #E76301);
  	/* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E89700', endColorstr='#E76301');*/ /* For IE.  Does not work with rounded corners.  Will experiment later. */
}

a.action_button_large_no_shadow {
	border-radius: 4px;
  	padding-left: 28px;
  	padding-right: 28px;
  	padding-top: 10px;
  	padding-bottom: 10px;
  	background-color: #F77F00;
  	background: -webkit-gradient(linear, left top, left bottom, from(#F48900), to(#F17201));
  	background: -moz-linear-gradient(top, #F48900, #F17201);
  	font-family: proxima-nova, arial, helvetica, sans-serif;
	font-weight: 400;
	color: white;
	text-decoration: none;
	font-size: 16px;
}

a.action_button_large_no_shadow:hover {
	text-decoration: none;
	background-color: #E86F00;
  	background: -webkit-gradient(linear, left top, left bottom, from(#F48900), to(#E76301));
  	background: -moz-linear-gradient(top, #F48900, #E76301);
  	/* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E89700', endColorstr='#E76301');*/ /* For IE.  Does not work with rounded corners.  Will experiment later. */
}

a.action_button_large_grey_trans_no_shadow {
	border-radius: 4px;
  	padding-left: 27px;
  	padding-right: 27px;
  	padding-top: 9px;
  	padding-bottom: 9px;
  	/*background-color: #F4F4F4;*/
  	background-color: rgba(244,244,244,.3);
  	border: 1px solid #AAAAAA;
  	/*background: -webkit-gradient(linear, left top, left bottom, from(#F4F4F4), to(#E4E4E3));
  	background: -moz-linear-gradient(top, #F4F4F4, #E4E4E3);*/
  	font-family: proxima-nova, arial, helvetica, sans-serif;
	font-weight: 400;
	color: #ffffff;
	text-decoration: none;
	font-size: 16px;
}

a.action_button_large_grey_trans_no_shadow:hover {
	text-decoration: none;
	background-color: rgba(244,244,244,.5);
}

a.action_button_xlarge {
	border-radius: 4px;
  	padding-left: 38px;
  	padding-right: 38px;
  	padding-top: 15px;
  	padding-bottom: 15px;
  	background-color: #F77F00;
  	background: -webkit-gradient(linear, left top, left bottom, from(#F48900), to(#F17201));
  	background: -moz-linear-gradient(top, #F48900, #F17201);
  	box-shadow: 3px 3px 5px -1px #CCCCCC;
  	/* Not sure if need the below two.  Doesn't seem that way */
	-moz-box-shadow:    3px 3px 5px -1px #CCCCCC;
  	-webkit-box-shadow:  3px 3px 5px -1px #CCCCCC;
  font-family: proxima-nova, arial, helvetica, sans-serif;
	font-weight: 400;
	color: white;
	text-decoration: none;
	font-size: 18px;
}

a.action_button_xlarge:hover {
	text-decoration: none;
	background-color: #E86F00;
  	background: -webkit-gradient(linear, left top, left bottom, from(#F48900), to(#E76301));
  	background: -moz-linear-gradient(top, #F48900, #E76301);
  	/* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E89700', endColorstr='#E76301');*/ /* For IE.  Does not work with rounded corners.  Will experiment later. */
}


a.action_button_grey {
	border-radius: 4px;
  	padding-left: 25px;
  	padding-right: 25px;
  	padding-top: 6px;
  	padding-bottom: 6px;
  	background-color: #F4F4F4;
  	border: 1px solid #AAAAAA;
  	background: -webkit-gradient(linear, left top, left bottom, from(#F4F4F4), to(#E4E4E3));
  	background: -moz-linear-gradient(top, #F4F4F4, #E4E4E3);
  	/* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#000000');*/  /* For IE.  Does not work with rounded corners.  Will experiment later. */
  	/* --- 
  		Box shadow definitions: 
  			Element 1 is horizontal offset, positive means shadow on right
  			Element 2 is vertical offset, negative means shadow on top
  			Element 3 is blur radius
  			Element 4 is spread radius
  	---*/
  	box-shadow: 3px 3px 5px -1px #E7E7E7;
  	/* Not sure if need the below two.  Doesn't seem that way */
	-moz-box-shadow:    3px 3px 5px -1px #E7E7E7;
  	-webkit-box-shadow:  3px 3px 5px -1px #E7E7E7;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

a.action_button_grey:hover {
	text-decoration: none;
	background-color: #F4F4F4;
  	background: -webkit-gradient(linear, left top, left bottom, from(#F4F4F4), to(#D6D6D6));
  	background: -moz-linear-gradient(top, #F4F4F4, #D6D6D6);
  	/* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E89700', endColorstr='#E76301');*/ /* For IE.  Does not work with rounded corners.  Will experiment later. */
}


a.action_button_small {
	border-radius: 4px;
  	padding-left: 20px;
  	padding-right: 20px;
  	padding-top: 6px;
  	padding-bottom: 6px;
  	background-color: #F77F00;
  	background: -webkit-gradient(linear, left top, left bottom, from(#F48900), to(#F17201));
  	background: -moz-linear-gradient(top, #F48900, #F17201);
  	/* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#000000');*/  /* For IE.  Does not work with rounded corners.  Will experiment later. */
  	/* --- 
  		Box shadow definitions: 
  			Element 1 is horizontal offset, positive means shadow on right
  			Element 2 is vertical offset, negative means shadow on top
  			Element 3 is blur radius
  			Element 4 is spread radius
  	---*/
  	box-shadow: 3px 3px 5px -1px #CCCCCC;
  	/* Not sure if need the below two.  Doesn't seem that way */
	-moz-box-shadow:    3px 3px 5px -1px #CCCCCC;
  	-webkit-box-shadow:  3px 3px 5px -1px #CCCCCC;
	font-weight: 600;
	color: white;
	text-decoration: none;
	font-size: 1em;
}

a.action_button_small:hover {
	text-decoration: none;
	background-color: #E86F00;
  	background: -webkit-gradient(linear, left top, left bottom, from(#F48900), to(#E76301));
  	background: -moz-linear-gradient(top, #F48900, #E76301);
  	/* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E89700', endColorstr='#E76301');*/ /* For IE.  Does not work with rounded corners.  Will experiment later. */
}


a.action_button_xsmall {
	display: block;
	border-radius: 4px;
  	padding-left: 5px;
  	padding-right: 5px;
  	padding-top: 3px;
  	padding-bottom: 3px;
  	height: 26px;
  	background-color: #F77F00;
  	background: -webkit-gradient(linear, left top, left bottom, from(#F48900), to(#F17201));
  	background: -moz-linear-gradient(top, #F48900, #F17201);
  	/* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#000000');*/  /* For IE.  Does not work with rounded corners.  Will experiment later. */
  	/* --- 
  		Box shadow definitions: 
  			Element 1 is horizontal offset, positive means shadow on right
  			Element 2 is vertical offset, negative means shadow on top
  			Element 3 is blur radius
  			Element 4 is spread radius
  	---*/
  	box-shadow: 3px 3px 5px -1px #CCCCCC;
  	/* Not sure if need the below two.  Doesn't seem that way */
	-moz-box-shadow:    3px 3px 5px -1px #CCCCCC;
  	-webkit-box-shadow:  3px 3px 5px -1px #CCCCCC;
	text-align: center;
	font-weight: bold;
	color: white;
	text-decoration: none;
	font-size: 10px;
}

a.action_button_xsmall:hover {
	text-decoration: none;
	background-color: #E86F00;
  	background: -webkit-gradient(linear, left top, left bottom, from(#F48900), to(#E76301));
  	background: -moz-linear-gradient(top, #F48900, #E76301);
  	/* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E89700', endColorstr='#E76301');*/ /* For IE.  Does not work with rounded corners.  Will experiment later. */
}

.button_row_centered {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 0px;
}


/* ---------- List Styles --------- */

ul {
	margin-top: 0px;
	line-height: 1.4em;
}

ul li {
	padding-bottom: 5px;
}

ul.no_bullets {
	padding: 0px;
	margin-bottom: 0px;
}


ul.no_bullets li {
	list-style: none;
	padding-bottom: 7px;
}

ul.no_bullets_small_pad li {
	padding-bottom: 4px !important;
}

ul.no_left_marg {
	padding-left: 15px;
}

ol {
	margin-top: 0px;
	line-height: 1.4em;
}

ol li {
	padding-bottom: 5px;
}

ol.how_it_works {
	margin-left: 23px;
	padding-left: 0px;
	margin-bottom: 0px;
}

ol.how_it_works li {
	padding-bottom: 10px;
}

.sub_list {
	margin-top: 10px;
}

ul.no_left_padding {
	padding-left: 15px;
}



/* ---------- Table Styles --------- */

table.standard_table td {
	padding-left: 0px;	
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
}

table.standard_table td.left {
	text-align: right;
	vertical-align: bottom;
}

table.standard_table td.left_top {
	text-align: right;
	vertical-align: top;
}


table.left_standard_table td {
	padding-left: 0px;	
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
}

table.left_standard_table td.left {
	text-align: left;
	vertical-align: middle;
}

table.left_standard_table td.left_large_pad {
	text-align: left;
	padding-right: 20px;
	vertical-align: middle;
}


/* --- Inner Form Table ---*/

table.inner_form_table td {
	padding-left: 0px;	
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	vertical-align: top;
}


/* --- Data table ---*/
table.data_table td {
	padding: 7px;
}

table.data_table td.right_pad {
	padding-right: 10px;
}

table.data_table tr.header td {
	background-color: #cccccc;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
	color: #000000;
	font-weight: 600;
	border-right: 1px solid white;
}

table.data_table tr.header_light_span td {
	background-color: #F1F1F1;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 5px solid #ffffff;
	color: #000000;
	font-weight: 600;
}

table.data_table tr.header td.last {
	border-right: 0px solid white;
}


table.data_table tr.row td {
	border-top: 1px solid #DBDBDB;
}

table.data_table tr.row_alt td {
	background-color: #F1F1F1;
	border-top: 1px solid #DBDBDB;
	border-right: 1px solid white;
}

table.data_table tr.row_alt td.last {
	border-right: 0px solid white;
}

table.data_table tr.total_row td {
	border-top: 1px solid #cccccc;
	padding-top: 4px;
	font-weight: 600;
}

table.data_table tr.highlight_row td {
	font-weight: 600;
	color: #EB790A;
}


/* ---------- Form Table Styles --------- */

table.form_table td.left {
	text-align: right;
	vertical-align: middle;
	font-size: 15px;
}


/* --- How it Works table ---*/
table.how_it_works_table td.left {
	text-align: center;
}

table.how_it_works_table td.right {
	vertical-align: center;
	padding-left: 20px;
}

table.how_it_works_table tr.spacer_row td {
	height: 35px;
}

/* --- For Popup table because fancyBox does not recognize the 80% font size on the body tag ---*/
table.pop_table td {
	font-size: 80%;
}

table.pop_table td.left {
	padding-right: 4px;
}


/* --- Product Thumbnail table ---*/

table.product_thumbnail_table td {
	vertical-align: top;
	text-align: center;
}

table.product_thumbnail_table td.product_cell {
	width: 200px;
}


table.product_thumbnail_table td.product_cell_description {
	padding-top: 15px;
	line-height: 18px;
}

table.product_thumbnail_table td.product_cell_description a {
	color: #000000;
}

table.product_thumbnail_table td.product_cell_description a:hover {
	text-decoration: none;
}

table.product_thumbnail_table td.product_cell_description div.product_price {
	padding-top: 5px;
	color: #666666;
	font-weight: bold;
}

table.product_thumbnail_table td.spacer_column {
	width: 80px;
}


/* --- Social share table ---*/

.share_table_cell {
	float: left;
	margin-right: 20px;
}

table.social_share_table {
	width: 300px;
	height: 75px;
	border: 1px dotted #cccccc;
	padding: 10px;
}

table.social_share_table td {
	vertical-align: top;
}

table.social_share_table td.description {
	padding-left: 15px;
}

table.social_share_table td.icon {
	padding-top: 2px;
}

/* --- NOS Table (Network of Strength) ---*/

table.nos_table {
	width: 100%
}

table.nos_table td {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	border-bottom: 1px solid #D3D3D3;
}

table.nos_table td .friend_request_name {
	font-size: 1.0em;
	font-weight: 600;
	padding-bottom: 2px;
}

table.nos_table td .friend_request_date {
	font-size: .9em;
}

table.nos_table tr.last td {
	border-bottom: 0px solid #D3D3D3;
}

table.nos_table td .shared_strength_line {
	margin-top: 2px;
}

table.nos_table td .show_some_love_line {
    background-image: url("../../images/icons/xtiny_heart.png");
    margin-top: 4px;
}

table.nos_table td .show_some_love_line a {
    font-weight: bold;
    padding-left: 19px;
}

/* --- Spec table, currently used for t-shirt sizing ---*/

table.spec_table {
	border: 1px solid #D3D3D3;
}

table.spec_table td {
	border-bottom: 1px solid #D3D3D3;
	border-right: 1px solid #D3D3D3;
	padding-left: 5px;
	padding-right: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: .9em;
}

table.spec_table td.last {
	border-right: 0px;
}

table.spec_table tr.last td {
	border-bottom: 0px;
}


/* --- Show Support Table ---*/

table.show_support td {
	text-align: center;
	vertical-align: top;
}

table.show_support tr.support_name td {
	font-weight: bold;
	font-size: 1.1em;
	padding-bottom: 10px;
}

table.show_support tr.image_row td {
	vertical-align: middle;
}


table.show_support tr.send_row td {
	padding-top: 7px;
}

table.show_support td.spacer {
	width: 50px;
}

table.show_support td.spacer_row {
	height: 50px;
}


/* ---------- margins --------- */

.standard_top_marg {
	padding-top: 10px;
}

.large_top_marg {
	padding-top: 20px;
}

.xlarge_top_marg {
	padding-top: 30px;
}

.no_bot_marg {
	margin-bottom: 0px;
}


/* ---------- Horizontal Rules --------- */

hr {
	background-color: #cccccc;
	color: #cccccc;
	border: 0px;
	height: 1px;
	margin-bottom: 20px;
	margin-top: 20px;
}

hr.large_pad {
	margin-bottom: 25px;
	margin-top: 25px;
}

hr.xlarge_bot_pad {
	margin-bottom: 50px;
	margin-top: 25px;
}

hr.xxlarge_bot_pad {
	margin-bottom: 75px;
	margin-top: 25px;
}

hr.heavy {
	height: 2px;
	background-color: #bbbbbb;
	color: #bbbbbb;	
}



/* ---------  Calendar Styles --------- */

#calendar_area {
	float: left;
	width: 701px;
}

#right_calendar_area {
	float: left; 
	margin-left: 40px;
	width: 235px;
}

table#calendar_table {
	border-top: 1px solid #999999;
	border-left: 1px solid #cccccc;
	width: 701px;
}


table#calendar_table td {
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

table#calendar_table td:hover {
	/*color: white;*/
}

table#calendar_table td.highlight_day_num:hover {
	color: white;
}

table#calendar_table td.header {
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #aaaaaa;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	color: white;
}

table#calendar_table td.today {
	background-color: #CCCCCC;
}

table#calendar_table td.current_week {
	/*background-color: #F9DEA2;*/
	background-color: #EEEEEE;
}


#calendar_cell {
	position: relative;
	width: 93px; /* For some reason we have to make this 93px instead of 95 live it's parent td.  May be the table cell borders */
	height: 60px;
}

#calendar_cell_day {
	position: absolute;
	z-index: 3;
	top: 4px;
	left: 4px;
}

#calendar_cell_workout {
	position: absolute;
	top: 10px;
	left: 18px;
}

#calendar_cell_donated {
	position: absolute;
	top: 9px;
	left: 25px;
}

#calendar_cell_confirmed {
	position: absolute;
	top: 44px;
	right: 4px;
	font-size: 11px;
	color: black;
}

#calendar_cell_delete {
	position: absolute;
	top: 5px;
	right: 1px;
}

#calendar_cell_delete a {
	font-size: 11px;
	color: red;
	font-weight: bold;
}

#calendar_cell_submit_workout {
	position: absolute;
	z-index: 2;
	top: 0px;
	left: 0px;
}

#calendar_cell_submit_workout a {
	display: block;
	height: 60px;
	width: 99px;
	text-decoration: none;
}

#calendar_cell_submit_workout a:hover {
	background-image: url('../../images/icons/submit_workout.gif');
	background-position: -99px;
	background-color: #FF7700;
}

/* --- Pending workout styles --- */

#calendar_cell_pending_workout {
	position: absolute;
	top: 10px;
	left: 18px;
}

#calendar_cell_complete_pending_workout {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	height: 60px;
	width: 99px;
	background-image: url('../../images/icons/complete_pending_workout.png');
}

#complete_pending_workout_button {
	position: absolute;
	top: 25px;
	left: 3px;	
}

#calendar_cell_delete_pending {
	position: absolute;
	top: 5px;
	right: 1px;
	z-index: 2;
}

#calendar_cell_delete_pending a {
	font-size: 10px;
	color: #AAAAAA;
	font-weight: bold;
	font-family: verdana, arial;
}

#calendar_cell_submit_pending_workout {
	position: absolute;
	z-index: 2;
	top: 0px;
	left: 0px;
}

#calendar_cell_submit_pending_workout a {
	display: block;
	height: 60px;
	width: 99px;
	text-decoration: none;
}

#calendar_cell_submit_pending_workout a:hover {
	background-image: url('../../images/icons/submit_pending_workout.gif');
	background-position: -99px;
	background-color: #FF7700;
}

/* End Pending workout styles */

a.update_weekly_workouts {
	color: #666666;
	font-size: 15px;
}

#calendar_help_area {
	float: right;
	margin-bottom: 5px;
}

#calendar_help_area a {
	font-size: 12px;
	color: #666666;
}


/* ---------  Calendar Navigation Styles --------- */

#calendar_navigation_area {
	padding-bottom: 10px;
}



/* ---------  Calendar Workout Summary Styles --------- */

table.workout_summary_table {
	background-color: #dddddd;
	margin-bottom: 30px;
	width: 100%;
	height: 45px;
}

table.workout_summary_table td {
	font-size: 1.1em;
}

table.workout_summary_table td.left {
	width: 430px;
	padding-left: 10px;
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

table.workout_summary_table td.right {
	background-color: #FF7700;
	padding-left: 37px;
	padding-right: 10px;
	font-size: 12px;
	color: white;
	padding-bottom: 1px;
}

table.workout_summary_table .workout_num {
	float: left;
	/*padding-right: 8px;
	padding-left: 8px;
	padding-top: 3px; 
	padding-bottom: 3px;*/
	height: 25px;
	width: 25px;
	text-align: center;
	vertical-align: center;
	line-height: 27px;
	font-size: 17px;
	color: #D0D0D0;
	font-weight: bold;
	margin-right: 8px;
	border: 1px solid #E1E0DC;
	background-color: #ffffff;
	position: relative;
}

.workout_checkmark {
	position: absolute;
	top: 4px;
	left: 4px;
	z-index: 2;
}




/* ---------  Mission Workout Tables --------- */

table#mission_workout_table {
	width: 100%; 
}

#mission_workout_table tr.header td {
	background-color: #aaaaaa;
	color: #ffffff;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: 600;
	text-align: center;
}

#mission_workout_table tr.number_row td {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 1.4em;
	text-align: center;
	font-weight: 600;
	background-color: #efefef;
}


table#small_mission_workout_table {
	width: 100%
}

#small_mission_workout_table tr.header td {
	background-color: #aaaaaa;
	color: #ffffff;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 1.0em;
	text-align: center;
	font-weight: 600;
}

#small_mission_workout_table tr.number_row td {
	padding-top: 6px;
	padding-bottom: 7px;
	background-color: #efefef;
	font-size: 1.0em;
	text-align: center;
}


.nos_workout_table tr.number_row td {
	/* Important styles because overriding #small_mission_workout_table */
	font-size: 1.2em !important;
	padding-bottom: 9px !important;
	padding-top: 8px !important;
	background-color: #ff7700 !important;
	color: #ffffff;
}


/* ---------  User Workout Table --------- */

table#user_workout_table {
	width: 100%
}

#user_workout_table tr.header td {
	background-color: #efefef;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 1.0em;
	text-align: center;
	font-weight:bold;
}

#user_workout_table tr.number_row td {
	padding-top: 5px;
	padding-bottom: 0px;
	font-size: 1.3em;
	text-align: center;
}


/* ---------- Header Login Area Styles --------- */

#login_area a {
	color: white;
}

#login_area a.login {
	font-weight: 600;
	/* letter-spacing: .05em;*/
}


a.logout {
	font-weight: bold;
}




/* ---------- Homepage Slideshow Nav styles --------- */

#mission_slideshow_nav {
	margin-bottom: 15px;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 10px;
	font-size: 1.1em;
	background-color: #dddddd;
	border-top: 1px solid #ababab;
	position: relative;
}

#mission_slideshow_nav a {
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 1px; 
	padding-bottom: 1px;
	color: #222222;
	margin-right: 2px;
	border: 1px solid #666666;
	background-color: #ffffff;
	cursor: pointer;
}

#mission_slideshow_nav a:hover {
	text-decoration: none;
	background-color: #999999;
	border: 1px solid #666666;
	color: #ffffff;
}

#mission_slideshow_nav a.on {
	background-color: #999999;
	border: 1px solid #666666;
	color: #ffffff;
}

#mission_slideshow_nav a.suggest_mission_link {
	padding: 0px;
	color: #222222;
	margin: 0px;
	border: 0px;
	background-color: #dddddd;
	color: #551A8B;
	font-size: .9em;
}

#mission_slideshow_nav a.suggest_mission_link:hover {
	text-decoration: underline;
}

#home_mission_idea_link {
	position: absolute;
	top: 10px;
	right: 20px;
}


/* ---------- Network of Strength Friend Area and Table Styles --------- */
#nos_friend_listings_area {
	width: 100%;
	max-height: 435px;
	overflow-y: auto;
}

/* --- NOS Listings table styles --- */
table#nos_friend_table {
	width: 100%;
}

table#nos_friend_table tr.first td {
	border-top: 1px dotted #cccccc;
}

table#nos_friend_table td {
	padding-top: 6px;
	padding-bottom: 6px;
	border-bottom: 1px dotted #cccccc;
}

table#nos_friend_table td.right {
	width: 100%;
}

table#nos_friend_table td.left {
	padding-right: 10px;
}

table#nos_friend_table td .nos_friend_info {
	font-size: 1em;
	line-height: 16px;
}

.nos_friend_info .shared_strength_line {
	margin-top:2px;
}

.nos_friend_info .show_some_love_line {
	background-image: url('../../images/icons/xtiny_heart.png');
	margin-top: 2px;
	font-weight: 600;
}

.nos_friend_info .show_some_love_line a {
	padding-left: 19px;
}

#remove_friends_area {
	text-align: right;
	padding-top: 7px;	
}


/* ---------- Store Styles --------- */

/* --- Overall --- */

#view_cart_area {
	text-align: right;
	padding-top: 15px;
	padding-bottom: 25px;
}

/* --- Item Detail --- */

#item_detail_left_column {
	width: 270px;
	float: left;
	margin-right: 40px;
}

#item_detail_right_column {
	width: 360px;
	float: left;
}

.main_product_image {
	padding-bottom: 2px;
}

a.view_larger {
	display: block;
	text-decoration: none;
	padding-left: 20px;
	background-image: url('../../store/images/icons/small_magnifying_glass.png');
	background-repeat: no-repeat;
}

#product_thumbnails {
	padding-top: 20px;
}

a.product_thumb {
	float: left;
	border: 1px solid #d3d3d3;
	margin-right: 5px;
	padding: 5px;
	cursor: pointer;
}

a.product_thumb:hover {
	border: 1px solid #f38800;
}

a.product_thumb_on {
	border: 1px solid #f38800;
}

#product_social_share_area {
	padding-top:25px;
}

table.view_cart_table td.middle {
	padding-right: 10px;
	padding-left: 10px;
}


/* ---------- Security Login Styles --------- */

#security_login_area {
	max-width: 350px;	
}

#security_login_area_large {
	width: 350px;	
	float: left;
}


#security_login_new_user_separator {
	float: left;
	padding-top: 25px;
	padding-left: 50px;
	padding-right: 50px;
}

#security_login_new_user_signup_area {
	float: left;
	text-align: center;
	padding-top: 80px;
}



/* ---------- Vertical Mission Styles --------- */
#vert_missions {
	padding-top: 23px;
	text-align:center;
    margin:0 auto;
    display:table;
}

#vert_missions .mission_box {
	width: 300px;
	height: 575px;
	border: 1px solid #D3D3D3;
	margin-top: 37px;
	margin-left: 37px;
	float:left;
    display:cell;
    position: relative;
}


#vert_missions .mission_box .lower_section {
    position: absolute;
    bottom: 25px;
    width: 260px;
}

#vert_missions .mission_box.first {
	margin-left: 0px;
}

#vert_missions .mission_box .content_container {
	padding: 20px;
	text-align: left;
}

#vert_missions .mission_box .logo {
	text-align: center;
	margin-top: 3px;
	margin-bottom: 20px;
}

#vert_missions .mission_box .logo img {
	max-width: 200px;
	max-height: 100px; 
}

#vert_missions .mission_box .stats_table {
	margin-top: 10px;
}

#vert_missions .mission_box .stats_table table td.raised {
	width: 25%;
	text-align: left;
}

#vert_missions .mission_box .stats_table table td.teammates {
	width: 50%;
	text-align: center;
}

#vert_missions .mission_box .stats_table table td.goal {
	width: 25%;
	text-align: right;
}

#vert_missions .mission_box .stats_table table td {
	font-family: proxima-nova, arial, helvetica, sans-serif;
	font-size: 1.1em;
}

#vert_missions .mission_box .stats_table .num {
	padding-top: 2px;
	font-weight: 600;
}

#vert_missions .mission_box .join_mission_button {
	padding-top: 35px;
	text-align: center;
}

#vert_missions .mission_box .join_mission_button .user_mission {
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 4px;
	padding-top: 7px;
	color: #EB790A;
}

#vert_missions .mission_box.future_missions {
	display: table;
	/*background-color: #efefef;*/
}


#vert_missions .mission_box.future_missions .content_container {
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}


#vert_missions .mission_box.future_missions h3 {
	font-family: proxima-nova, arial, helvetica, sans-serif;
	font-weight: 300;
	color: #333333;
	font-size: 30px;
	line-height: 35px;
	margin-bottom: 15px;
}

#vert_missions .mission_box.future_missions h4 {
	font-family: proxima-nova, arial, helvetica, sans-serif;
	font-weight: 300;
	color: #333333;
	font-size: 18px;
	line-height: 25px;
	margin-top: 0px;
	margin-bottom: 20px;
}

#vert_missions .mission_box.future_missions h4 a:hover {
	text-decoration: none;
}

#vert_missions .mission_box.future_missions p.new_mission {
	font-family: proxima-nova, arial, helvetica, sans-serif;
	font-weight: 300;
	color: #333333;
	font-size: 20px;
	line-height: 27px;
	margin-bottom: 15px;
}

#vert_missions .mission_box.future_missions a.completed_missions {
	font-family: proxima-nova, arial, helvetica, sans-serif;
	font-size: 1.1em;
}

#vert_missions .mission_box.future_missions .mission_idea_image {
	padding-bottom: 12px;
	padding-top: 65px;
}



/* ---------- Progress Bar Styles --------- */
.progress_bar {
	border: 1px solid #CCCCCC;
	border-radius: 10px;
	width: 100%;
	height: 23px;
}

.progress_bar_progress {
	border-radius: 10px;
	background-color: #F77F00;
	height: 100%;
}



/* ---------- Individual Element Styles --------- */

#forgot_password_area {
	padding-top: 7px;
	font-size: .9em;
}

#new_user_area {
	padding-top: 7px;
	font-size: .9em;
}

#error_message {
	color: red;
	line-height: 1.5em;
}

#error_message_with_padding {
	color: red;
	line-height: 1.5em;
	padding-bottom: 10px;
}

.success_message {
	/*color: #FF7700;*/
	color: green;
	padding-bottom: 20px;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 18px;
	width: 700px;
}

.success_message_small {
	/*color: #FF7700;*/
	color: green;
	padding-bottom: 5px;
	font-size: 1.0em;
	width: 700px;
}

.action_button_padding {
	padding-top: 7px;
	padding-bottom: 5px;
}

.more_info {
	text-align: right;
	padding-right: 5px;
}

.video_link {
	padding-left: 25px;
	background-image: url('../../images/icons/video_camera.png');
	background-repeat: no-repeat;
	background-position: left center;
}

.hr_link_no_bot_marg {
	text-align: right;
	border-bottom: 1px solid #d3d3d3;
	padding-bottom: 7px;
}

progress {
	background-color: yellow;
  	border: 0;
  	height: 18px;
  	border-radius: 9px;
}

/* ---------- Popup Window Styles --------- */

body.popup {
	margin: 0px;
	background-image: none;
}


h1.popup_page_title {
	font-size: 1.4em;
	margin-top: 0px;
	margin-bottom: 20px;
}

.popup_right_pad {
	padding-right: 15px;
}


/* ---------- Print Styles --------- */

@media print {

	#header_right,
	#user_nav_row,
	#footer_links,
	#right_column,
	#right_main_content_spacer {
		display: none;
	}
	
	#user_nav_print_row {
		display: block;
		height: 25px;
	}
	
	.header_row_logged_out {
		border-bottom: 0px;
	}

	.header_row_home_logged_out {
		border-bottom: 0px;
	}

} /* End @media print */




