.progress_to_date .progress_id {
	display: none;
}

.progress_to_date ul {
    margin: 10px 0;
    padding: 0;    
}

.progress_to_date li {
    text-transform: uppercase;
    font-size: 11px;
    list-style-type: none;
}

.progress_part {
    font-size: 15px;
	font-weight: bold;
}

#slot_1 {
	min-height: 330px;
}

#slot_1 h1.section_font_color {
	font-size: 24px;	
}

#slot_1 .slot_title {
	font-size: 25px;
	margin-bottom: 5px;
	border-bottom:1px solid #626262;
}
#connect_with_friends {
	margin-bottom: 12px;
}

#watch_link {
	padding-top: 5px !important;
}

#watch_link ul{
	list-style-type:none;
	margin: 0;
	padding: 0;
}

/**
 * Slot 2 styles
 */
 
/*#slot_2 h1,*/
#slot_2 .content_caption,
#slot_2 .slot_title {
	color: black;
}

#slot_2 {
	width: 880px;
}

#slot_2 .slot_title {
	font-size: 19px;
}

#challenge_the_norm_promo .challenge_overview, #school_yourself_promo .challenge_overview, #take_better_care_promo .challenge_overview {
	margin-top: 4px;
	padding-top: 13px;
	border-top: solid 1px #9d9d9d;
}

#challenge_the_norm_promo .challenge_text p, #school_yourself_promo .challenge_text p, #take_better_care_promo .challenge_text p {
	padding-top: 8px;
	background: #fff url(/img/divider_light.gif) repeat-x left top;
}

/**
 * Sidebar styles
 */
#slot_3 {
	 /*height: 523px;*/
	 height: 400;
}
 
#slot_3 span.slot_title {
	background-image: none;
}
 
#slot_3 .goal_tracker {
	padding: 0px;
}

#slot_3 .goal_tracker h2 {
	color:#FFFFFF;
	font-size:11px;
	margin-right:4px;
}

#slot_3 .goal_tracker .total {
	font-size: 13px;
	color: #acacac;
	font-weight: normal;
}

.goal_tracker div {
	margin:6px 0;
}

#friends{
	background-color:#C9C9C9;
	padding:5px !important;
	margin-bottom:10px;
}

#featured_challenge_overview{
	padding-bottom:0px !important;
}

.login_btn {
	color: #000 !important;
	font-weight: bold;
	display: block;
	width: 59px;
	height: 18px;
	text-align: center;
	padding: 3px 5px 0 0;
	background: #ffda00 url(/img/login_arrow.gif) no-repeat 49px center;
}

.login_btn:hover {
	color: #000;
}

#sign_promo{
	padding-top:10px !important;
	padding-bottom:10px !important;
	background-color:#444444;
	margin-top: 10px;
}

#sign_promo .aggregate {
	margin-bottom: 9px;
}

#sign_promo .aggregate_sum {
	font-weight: bold;
}

/**
 * Section Colors
 */
 
/**
 * Font colors
 */

#get_real_breakdown h2,
#challenge_the_norm_promo .slot_title {
    color: #e81e75;
}

#real_answers_breakdown h2,
#school_yourself_promo .slot_title  {
    color: #229ad6;
}

#products_breakdown h2,
#take_better_care_promo .slot_title {
    color: #a6ce39;
}

#mission_breakdown h2 {
    color: #FFDA00;
}


/**
 * background colors
 */

.progress_to_date .get_real_total,
.progress_to_date .user_get_real_total{
    background-color: #e81e75;
}

.progress_to_date .get_real_total .progress_label,
.progress_to_date .user_get_real_total .progress_label{
    background: url('/img/mission/get_real_progress.png') no-repeat  center top;
}

.progress_to_date .real_answers_total,
.progress_to_date .user_real_answers_total{
    background-color: #229ad6;
}

.progress_to_date .real_answers_total .progress_label,
.progress_to_date .user_real_answers_total .progress_label{
    background: url('/img/mission/real_answers_progress.png') no-repeat  center top;
}

.progress_to_date .product_total,
.progress_to_date .user_product_total{
    background-color: #a6ce39;
}

.progress_to_date .product_total .progress_label,
.progress_to_date .user_product_total .progress_label{
    background: url('/img/mission/products_progress.png') no-repeat  center top;
}

.progress_to_date .mission_total,
.progress_to_date .user_mission_total{
    background-color: #FFDA00;
}

.progress_to_date .mission_total .progress_label,
.progress_to_date .user_mission_total .progress_label{
    background: url('/img/mission/mission_progress.png') no-repeat  center top;
}

/**
 * border colors
 */

#challenge_the_norm_promo img {
	border: 3px solid #e81e75;
}

#school_yourself_promo img {
	border: 3px solid #229ad6;
}

#take_better_care_promo img {
	border: 3px solid #a6ce39;
}

/**
 * arrow colors
 */

#challenge_the_norm_promo .slot_title  {
	background:transparent url(/img/get_real/pink_arrow.png) no-repeat 195px 3px !important;
}

#school_yourself_promo .slot_title {
	background:transparent url(/img/real_answers/blue_arrow.png) no-repeat 156px 3px !important;
}

#take_better_care_promo .slot_title { 
	background:transparent url(/img/products/green_arrow.png) no-repeat 165px 3px !important;
}

/**
 * mission progress to date styles
 */
#ptd_container{
	width: 560px;
}

#mission_progress .section_font_color {
	font-size: 24px;
}

.show_as_bar ul {
	display: none;
}

.show_as_bar .progress_part_bar {
	height: 20px;
	/*width: 100%;
	background-color: red;*/
	border: 1px solid white;
	position: relative;
	background-image: url(/img/mission/bar_bg.png);
	background-repeat: repeat-x;
	background-position: left center;
	_background-image:none;
}

.progress_all {
	background: #fff;
	height: 22px;
	width: 0;
	overflow: visible !important;
}

.progress_all div.progBar_container {
	float: left;
}

/* For a fancy rounded bar

.progress_all > div:first-child .progress_part_bar {
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
}

.progress_all > div:last-child .progress_part_bar {
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
} */

.show_as_bar .progress_total_text {
	clear: both;
	font-weight: bold;
	margin: 30px 0 -25px;
	display: block;
	zoom: 1;
}

.show_as_bar {
	zoom: 1;
	margin-top: 24px;
}

.show_as_bar:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.progress_to_date .progress_label {
	color: black;
	display: block;
	position: absolute;
	padding: 4px 15px 2px;
	font-size: 11px;
	top: 20px;
	font-weight: bold;
}

/**
 * mission progress to date breakdown styles
 */
 
#mission_progress_breakdown h2 {
	font-size:14px;
	margin-bottom: 7px;
}
 
#mission_progress_breakdown {
	color: #ccc;
	margin-top: 40px;
	zoom: 1;
}

#mission_progress_breakdown:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
	
#mission_progress_breakdown div.breakdownClass {
	width: 255px;
	height:190px;
	float:left;
	padding-right: 25px;
}

/**
 * Promos
 */
 
#challenge_the_norm_promo,
#school_yourself_promo,
#take_better_care_promo {
	margin-right: 40px;
	width: 246px;
	float: left;
}

/**
 * If all else fails
 */
.data_not_available {
	color: red !important;
}

/**
 * When logged in
 */
.make_half {
	float:left;
	_overflow: hidden; /* IE6: keep two columns */
}

.pendy {
	margin-right: 2%;
	_margin-right: .5%; /* IE6: keep two columns */
}

.fake_loader {
	text-align: center;
}

.fake_loader img {
	vertical-align:middle;
	margin: 20px;
}

/**
 * Facebook Friends
 */

#connect_friends, #connect_share{
	display:none;
	background-color:#444444;
	padding-top:10px !important;
}

#connect_share .share_list li a {
	margin-left:0px;
}

#connect_with_friends .content_caption, #connect_with_friends .challenge_text {
	width: 560px;
	color: #666;
}

#connect_with_friends .content_caption {
	background: transparent url(/img/divider_light.gif) left bottom repeat-x;
	color: #000;
}

#fb_publish{
	background:#FFDA00 url(/img/arrow_yellow.gif) no-repeat scroll right center;
	color:#000000;
	font-size:12px;
	font-weight:bold;
	margin-bottom:10px;
	padding:4px 14px 4px 7px;
	border:0 none;
}

#friends img {
	margin:0 8px 6px 0;
}

#fb_invite{
	margin-top:10px;
}

#mission_breakdown{

}

