/* Get an account - START */

.get_an_account {
  width: 267px;
  height: 182px;
  background-image: url(/images/get_account_bg.png);
  float: left;
  margin-top: 26px;
  padding-left: 27px;
  padding-top: 22px;
}

.home_account {
  width: 580px;
}

.home_account img {
  clear: right;
  margin-bottom: 6px;
}

.already_a_user {
  float: left;
  margin-top: 22px;
  width: 225px;
}

.already_a_user img {
  margin-top: 26px;
  margin-left: 52px;
}

.already_a_user .buttons {
  margin-left: 88px;
}

/* Get an account - END */

/* Internal, Left side menu - START */

#content_left {
  padding-left: 8px;
}

#content_left ul {
  list-style-type: none;
  margin-bottom: 6px;
  float: left;
}

#content_left ul li {
  height: 28px;
  margin-bottom: 2px;
  float: left;
  width: 189px;
  font-size: 0.9em;
  line-height: 0.9em;
}

#content_left ul li a {
  display: block;
  line-height: 28px;
  float: left;
  width: 179px;
  font-size: 0.8em;
  padding-left: 10px;
  text-decoration: none;
}

.nav_header {
  margin-top: 9px;
  margin-left: 11px;
  color: #fff;
}

#user_nav li {
  background-color: #ADC71C;
}

#user_nav li a {
  background-color: #D2E27A;
  color: #270984;
}

#user_nav li a:hover {
  background-color: #E3F098;
}

body.challenges-new #user_nav li.new_challenge_url a,
body.teams-show #user_nav li.team_url a,
body.leagues-show #user_nav li.league_url a,
body.users-edit #user_nav li.edit_user_url a,
body.invitations-new #user_nav li.new_invitation_url a,
body.team_invitations-new #user_nav li.new_team_invitation_url a,
body.users-message #user_nav li.message_user_url a,
body.teams-new #user_nav li.new_team_url a,
body.users-show #user_nav li.user_url a {
  background-color: #fff;
}

#user_nav li.new_invitation_url a,
#user_nav li.new_team_invitation_url a,
#team_nav li.new_team_invitation_url a {
  font-weight: bold;
}

#team_nav li {
  background-color: #967ED4;
}

#team_nav li a {
  background-color: #DBD0F4;
}

#team_nav li a:hover {
  background-color: #EDE6FD;
}

#content_left ul .join_team_url {height: 41px; margin: 3px 0;}

.join_team_url a{
  display: block;
  background: #816eb4 url(/images/join_team_big.jpg) 0 0 no-repeat;
  height: 41px;
  width: 189px;
  text-indent: -5000px;
}

.join_team_url a:hover {
  background: #816eb4 url(/images/join_team_big.jpg) 0 -41px no-repeat;  
}


body.teams-edit #team_nav li.edit_team_url a,
body.teams-message #team_nav li.message_team_url a,
body.teams-roster #team_nav li.roster_team_url a,
body.users-message #team_nav li.message_user_url a {
  background-color: #fff;
}

body.leagues-edit #team_nav li.edit_league_url a,
body.leagues-message_leaders #team_nav li.message_leaders_league_url a,
body.leagues-message_members #team_nav li.message_members_league_url a {
  background-color: #fff;
}

/* Internal, Left side menu - END */

/* Registration form - START */

.form_left {
  height: 31px;
  width: 140px;
  float: left;
  clear: both;
  padding-top: 4px;
}

.form_right {
  width: 250px;
  float: left;
}

.form_container {
  float: left;
}

#login_register {
  float: right;
  background: #DAFBA8;
  z-index: 5;
  margin-right: 110px;
}

/* Registration form - END */

/* Challenge Page mini-tour - START */

#category_view_all {
  float: right;
  text-align: right;
  width: 100px;
  font-size: 1.2em;
  margin: 0;
  color: #ADC71C;
}

#category_view_all a {
  text-decoration: none;
}
#category_view_all a:hover {
  text-decoration: underline;
}

#challenge_container,
#team_stats {
  margin: 0;
  padding: 0;
  width: 628px;
  background: #e9f1bf url(/images/challenge_top_green.png) top left no-repeat;
}

.leagues-show #challenge_container {
  background: none;
}

#team_stats {
  margin: 10px 0 0 0;
  padding: 5px 0 0 0;
}

#challenge_container.previous {
  background: #e9f1bf url(/images/challenge_top_gray.png) top left no-repeat;
  margin-bottom: 25px;
}

#challenge_container ul.categories a {
  text-indent: -9000px;
  overflow: hidden;
  display: block;
  width: 30px;
  height: 30px;
  margin: 0px;
  padding: 0px;
}

#challenge_container ul.categories li a.home {
  background-image: url(/images/categories/home_green.png);
}
#challenge_container ul.categories li a.transport {
  background-image: url(/images/categories/transport_green.png);
}
#challenge_container ul.categories li a.school_or_office {
  background-image: url(/images/categories/school_green.png);
}
#challenge_container ul.categories li a.food {
  background-image: url(/images/categories/food_green.png);
}
#challenge_container ul.categories li a.wild_card {
  background-image: url(/images/categories/wild_card_green.png);
}

#challenge_container ul.categories li.current a.home {
  background-image: url(/images/categories/home_purple.png);
}
#challenge_container ul.categories li.current a.transport {
  background-image: url(/images/categories/transport_purple.png);
}
#challenge_container ul.categories li.current a.school_or_office {
  background-image: url(/images/categories/school_purple.png);
}
#challenge_container ul.categories li.current a.food {
  background-image: url(/images/categories/food_purple.png);
}
#challenge_container ul.categories li.current a.wild_card {
  background-image: url(/images/categories/wild_card_purple.png);
}

#challenge_container ul.categories li a.home:hover {
  background-image: url(/images/categories/home_purple.png);
}
#challenge_container ul.categories li a.transport:hover {
  background-image: url(/images/categories/transport_purple.png);
}
#challenge_container ul.categories li a.school_or_office:hover {
  background-image: url(/images/categories/school_purple.png);
}
#challenge_container ul.categories li a.food:hover {
  background-image: url(/images/categories/food_purple.png);
}
#challenge_container ul.categories li a.wild_card:hover {
  background-image: url(/images/categories/wild_card_purple.png);
}

#challenge_container.previous ul.categories li a.home {
  background-image: url(/images/categories/home_dgray.png);
}
#challenge_container.previous ul.categories li a.transport {
  background-image: url(/images/categories/transport_dgray.png);
}
#challenge_container.previous ul.categories li a.school_or_office {
  background-image: url(/images/categories/school_dgray.png);
}
#challenge_container.previous ul.categories li a.food {
  background-image: url(/images/categories/food_dgray.png);
}
#challenge_container.previous ul.categories li a.wild_card {
  background-image: url(/images/categories/wild_card_dgray.png);
}

#challenge_container.previous ul.categories li.current a.home {
  background-image: url(/images/categories/home_dgray.png);
}
#challenge_container.previous ul.categories li.current a.transport {
  background-image: url(/images/categories/transport_dgray.png);
}
#challenge_container.previous ul.categories li.current a.school_or_office {
  background-image: url(/images/categories/school_dgray.png);
}
#challenge_container.previous ul.categories li.current a.food {
  background-image: url(/images/categories/food_dgray.png);
}
#challenge_container.previous ul.categories li.current a.wild_card {
  background-image: url(/images/categories/wild_card_dgray.png);
}

#challenge_container.previous ul.categories li a.home:hover {
  background-image: url(/images/categories/home_dgray.png);
}
#challenge_container.previous ul.categories li a.transport:hover {
  background-image: url(/images/categories/transport_dgray.png);
}
#challenge_container.previous ul.categories li a.school_or_office:hover {
  background-image: url(/images/categories/school_dgray.png);
}
#challenge_container.previous ul.categories li a.food:hover {
  background-image: url(/images/categories/food_dgray.png);
}
#challenge_container.previous ul.categories li a.wild_card:hover {
  background-image: url(/images/categories/wild_card_dgray.png);
}

#challenge_container.previous #challenge_tour {
  background: url(/images/challenge_info_previous.png) 50% 0 no-repeat;
}

#challenge_container #challenge_tour,
#statistics {
  margin: 0;
  padding: 0;
  width: 628px;
  display: block;
  overflow: hidden;
  background: url(/images/challenge_info_white.png) 50% 0 no-repeat;
}

#challenge_container #challenge_tour h4 {
  color: #60634c;
  font-weight: bold;
  font-size: .8em;
  margin: 0;
  padding: 0;
}

.greencurvebottom {
  width: 629px;
  height: 13px;
  _margin: -8px 0 0 0;
  background: url(/images/teamstats_round_bg_bottom.png) bottom left no-repeat;
}

#challenge_container .greencurvebottom {
  background: #FFF url(/images/challenge_info_white.png) 50% 100% no-repeat;
  width: 618px;
  margin: 0 auto;
}
#challenge_container.previous .greencurvebottom {
  background: transparent url(/images/challenge_info_previous.png) 50% 100% no-repeat;
}

#challenge_container .suggestion_tour {
  display: block;
  width: 629px;
  height: 87px;
  margin: 0px;
  padding: 0px;
  background-image: url(/images/profile_suggestions_bg.png);
  background-repeat: no-repeat;
  font-family: Arial, sans-serif;
}

#email_preferences,
#user_email_options h5 {
  color: #819900;
  font-size: 1em;
  font-weight: normal;
}

.team_invite_only {
  margin-top: 10px;
  margin-bottom: 10px;
}

#user_email_options {
  background-color: #e9f1bf;
  padding: 6px 12px 12px 12px;
}

.leagues-edit #user_email_options,
.leagues-new #user_email_options {
  margin-bottom: 10px;
}

.leagues-edit #alternate_comment_location_field,
.leagues-new #alternate_comment_location_field,
.leagues-edit #challenge_message_field,
.leagues-new #challenge_message_field {
  margin: 10px 0;
}

#challenge_message_field textarea {
  height: 150px;
}

.leagues-show .league_challenge .challenge_title_small,
.leagues-show .league_challenge #challenge_container h2.challenge_title {
  margin-left: 270px;
}

#challenge_tour .challenge_message {
  margin: 15px 20px 0 20px;
  background-color: #fff;
  font-size: 12px;
  color: #3f4326;
}

#private_teams_field {
  margin-bottom: 10px;
}

#challenge_container.previous #challenge_tour {
}

.challenge_sorting {
  background: #fff url(/images/challenge_sorting_gradient.gif) bottom left no-repeat;
  padding: 0px 0 22px 0;
}

.challenge_sorting h5 {
  width: 49%;
  float: left;
  color: #adc71c;
  font-size: 1.1em;
  padding: 0;
  margin: 0;  
}

.challenge_sorting form {
  width: 50%;
  float: right;
  vertical-align: middle;
  padding: 0;
  margin: 0;
  text-align: right; 
  position: relative;
  top: -2px;
}

.challenge_sorting form label {
  color: #ababab;
  font-size: .8em;
  font-weight: bold;
}

#closed_challenges {
  padding: 40px 0 0 0;
}

.closed_challenges_coma {
  font-size: .9em;
}

.closed_challenge {
  background: #e3e3e3 url(/images/closed_topcurve.gif) top left no-repeat;
  padding: 12px 12px 0 12px;
}

.closed_challenge strong.closed_challenge_impact {
  width: 100px;
  padding: 0 0 0 116px;
  background: transparent url(/images/closed_archive_label.gif) left center no-repeat;
  float: right;
  color: #5b5b5b;
}

.closed_challenge_left {
  width: 382px;
  float: left;
}

.closed_challenge h2 {
  font-size: 1em;
  display: inline;
  margin: 0 10px 0 0;
}

.closed_challenge .green_leaderboard_comments {
  color: #c9a500;
 text-decoration: none;    
}

.closed_challenge .green_leaderboard_comments:hover {
  text-decoration: underline;
}

.closed_challenge .green_leaderboard_comments strong {
  background: #daba26;
}

.closed_challenge_bottom {
  background: #e3e3e3 url(/images/closed_bottomcurve.gif) top left no-repeat;  
  height: 12px;
  width: 100%;
  margin: 0 0 4px 0;
}

.challenge_sorting form select { margin: 0;}

#challenge_container .greencurvebottom,
#team_stats .greencurvebottom {
  background: #FFF url(/images/challenge_info_white.png) 50% 100% no-repeat;
  width: 618px;
  margin: 0 auto;
}

#challenge_container .tour_element {
  display: inline;
  float: left;
  width: 182px;
  margin-left: 18px;
  margin-top: 15px;
  color: #fff;
  font-size: 1.3em;
  line-height: 0.8em;
}

#challenge_container .tour_element_wide {
  float: left;
  width: 400px;
  margin-left: 18px;
  margin-top: 15px;
  color: #fff;
  font-size: 1.3em;
  line-height: 0.8em;
}

#challenge_container .tour_element p {
  color: #3f4326;
  margin-top: 3px;
  font-size: 12px;
}

#challenge_container.previous .tour_element p {
  color: #7F7F7F;
}

.more_link a {
  font-size: 0.8em;
  margin-top: 12px;
}

#challenge_container.previous #challenge_extra {
  background: url(/images/challenge_top_gray.png) 100% 100% no-repeat;
}

#challenge_extra {
  height: 50px;
  margin: 0 0 10px 0;
  padding: 7px 0 0 8px;
  background: url(/images/challenge_top_green.png) 100% 100% no-repeat;
}

.leagues-show #challenge_extra,
.teams-show #challenge_extra {
  margin-bottom: 0;
}

.teams-show #challenge_container {
  margin-bottom: 15px;
}

.teams-show .league_challenge .challenge_comments {
  visibility: hidden;
}

.leagues-show #challenge_categories {
  display: none;
}

#challenge_container #accept_challenge_tab,
#challenge_container #share_challenge_tab {
  float: right;
  margin: 0;
  padding: 0;
  height: 50px;
  width: 180px;
  text-align: center;
}

#challenge_container #accept_challenge_tab a span,
#challenge_container #share_challenge_tab a span{
  text-decoration: underline;
}

#challenge_container #accept_challenge_tab {
  background: url(/images/challenge_tab.png) bottom right no-repeat;
}
#challenge_container #share_challenge_tab {
  background: url(/images/challenge_tab.png) bottom left no-repeat;
}

#challenge_container.previous #accept_challenge_tab {
  background: url(/images/previous_challenge_tab.png) bottom right no-repeat;
}
#challenge_container.previous #share_challenge_tab {
  background: url(/images/previous_challenge_tab.png) bottom left no-repeat;
}

#challenge_container em.closed_and_out {
  text-align: center !important;
  font-size: 12px !important;
}

#challenge_container #accept_challenge_tab a,
#challenge_container #share_challenge_tab a {
  font-style: normal;  
  font-size: 8pt;
  display: block;
  position: relative;
  top: -0;
  _top: 0px;
  *top: 0px;
  height: 50px;
  width: 180px;
  cursor: hand;
}
#challenge_container.previous #accept_challenge_tab a {
}

#challenge_container #accept_challenge_tab a:hover {
}
#challenge_container.previous #accept_challenge_tab a:hover {
}

#challenge_container #accept_challenge_tab em {
  background: url(/images/accept_challenge.gif) 0 50% no-repeat;
  color: #697c06;
  font-size: 8pt;  
  display: block;
  height: 50px;
  line-height: 50px;
  width: 180px;

  font-style: normal;
  font-weight: bold;
  cursor: no-drop;
  text-align: left;
}

#challenge_extra #accept_challenge_tab em {
  background-image: url(/images/accept_challenge.gif);
  color: #505050;
}

#challenge_container #challenge_extra #accept_challenge_tab em span {font-size: 12px;}

#challenge_container #accept_challenge_tab em span {
  padding-left: 32px;
  padding-top: 3px;
}

#challenge_container #accept_challenge_tab a,
#challenge_container #share_challenge_tab a {
  color: #3f4326;
  font-size:.7em;
  font-weight: bold;
}

#challenge_container #accept_challenge_tab a span,
#challenge_container #share_challenge_tab a span {
  display: block;
  float: left;
  height: 50px;
  line-height: 50px;
  padding-left: 40px;
  background-image: url(/images/accept_challenge.gif);
  background-repeat: no-repeat;
  background-position: 7px 50%;
}

.league_challenge #challenge_container #accept_challenge_tab a span,
.league_challenge #challenge_container #share_challenge_tab a span {
  background-image: none;
}


#challenge_container #share_challenge_tab a span {
  background-image: url(/images/share_challenge.gif);
  background-repeat: no-repeat;  
}

#challenge_container.previous #share_challenge_tab a span {
  background-image: url(/images/share_previous_challenge.gif);
  background-repeat: no-repeat;
}

#challenge_container #accept_challenge_tab a span {
  background-image: url(/images/accept_challenge.gif);
}
#challenge_container.previous #accept_challenge_tab a span {
  background-image: url(/images/accept_previous_challenge.gif);
}

#challenge_categories {
  float: left;
  height: 12px;
  padding-top: 7px;
  padding-left: 40px;
  _padding-left: 0px;
}

#challenge_categories ul {
  list-style-type: none;
  float: left;
}

#challenge_categories ul li {
  display: inline;
  float: left;
  margin-right: 12px;
}

#challenge_categories ul li.home {
  background-image: url(/images/house.png);
  background-repeat: no-repeat;
}

#challenge_categories ul li.transportation {
  background-image: url(/images/car.png);
  background-repeat: no-repeat;
}

#challenge_categories ul li.food {
  background-image: url(/images/drink.png);
  background-repeat: no-repeat;
}

#challenge_categories ul li.other {
  background-image: url(/images/tag_red.png);
  background-repeat: no-repeat;
}

#challenge_categories ul li a {
  display: block;
  font-size: 0.8em;
  text-decoration: none;
  color: #5139AB;
  line-height: 20px;
}

#challenge_categories ul li a:hover {
  text-decoration: underline;
}

/* Suggestion categories - START */
  
#suggestion_categories {
  float: left;
  height: 12px;
  padding-top: 7px;
  padding-left: 10px;
}

#suggestion_categories ul {
  list-style-type: none;
  float: left;
}

#suggestion_categories ul li {
  display: inline;
  float: left;
  margin-right: 12px;
}

#suggestion_categories ul li.home {
  background-image: url(/images/house.png);
  background-repeat: no-repeat;
}

#suggestion_categories ul li.transportation {
  background-image: url(/images/car.png);
  background-repeat: no-repeat;
}

#suggestion_categories ul li.food {
  background-image: url(/images/drink.png);
  background-repeat: no-repeat;
}

#suggestion_categories ul li.other {
  background-image: url(/images/tag_red.png);
  background-repeat: no-repeat;
}

#suggestion_categories ul li a {
  display: block;
  font-size: 0.8em;
  text-decoration: none;
  color: #5139AB;
  line-height: 20px;
}

#suggestion_categories ul li a:hover {
  text-decoration: underline;
}

/* Suggestion categories - END */

h2.challenge_title,
h1.challenge_title {
  color: #270984;
  font-size: 1.7em;
  line-height: 30px;
  padding: 5px 0 0 0;
}
#challenge_container.previous h2.challenge_title,
#challenge_container h2,
#challenge_container h1 {
  margin: 0 0 0 10px;
  font-size: 1.2em;
}

h2.challenge_title a,
h1.challenge_title a {
  text-decoration: none;
}

h2.challenge_title span.challenge_published_flag,
h1.challenge_title span.challenge_published_flag {
  line-height: 30px;
  font-size: 0.6em;
  text-align: right;
  float: right;
  color: #565a40;
  padding: 0 10px 0 0;
  width: 200px;
}

.challenge_name_title {
  float: left;
  width: 400px;
}

.challenge_title_small {
  margin: 0px 10px 6px 10px;
  font-size: 0.9em;
  color: #AAA;
}

body.leagues-show .challenge_title_small {
  margin-top: 10px;
  margin-bottom: 0;
}

body.leagues-show h2.challenge_title {
  padding-top: 0;
}

.challenge_title_small p {
  color: #AAA;
}

.challenge_title_small a {
  font-size: 1.1em;
  color: #333;
  text-decoration: none;
}

.admin_links {
  float: none !important;
  background: #e9f1bf;
  padding: 3px 10px;
  display: inline;
}

.admin_links a {
  color: #2c370e;
}

.admin_links a:hover {
}

/* Challenge page min-tour - END*/

/* Flashes - START */
  
#flash_notice {
  padding: 8px;
  background: #E2EC8A;
  border: 1px solid #B2C32E;
  clear: both;
  margin: 0 0 14px 0;
  display: block;
  width: 610px;
}

#flash_notice p {color: #5d670f;}

/* Flashes - END */

/* Challenge page google map - START */

#challenge_map {
  width: 100%;
  display: block;
  border: 1px gray solid;
  margin-top: 14px;
}

#fake_map {
  width: 590px;
  height: 350px;
  background: #333333;
  margin-left: 20px;
  float: left;
}

/* Challenge page google map - END */

/* Challenge page description - START */

#challenge_description {  
  margin-top: 10px;
  margin-left: 18px;
  padding-top: 10px;
  border-top: 1px solid #9E9E9E;
  border-bottom: 1px solid #9E9E9E;
  overflow: hidden;  
  font-size: 13px;
}

#challenge_description h2 {
  padding-left: 0;
  margin-left: 0;
  font-weight: bold;
}

#challenge_description ul,
#challenge_description li,
#challenge_description ol,
#challenge_description p
 {
  margin: 15px 0 15px 0;
  padding:0;
  color: #262626;
  font-size: 16px;
}

#challenge_description ul {
  border-top: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
  padding: 10px 0 6px 0;
}

#challenge_description li {
  margin: 0 0 7px 20px;
}

#challenge_description b {
  font-size: 16px;
}

#challenge_description br {
  margin: 0 0 6px 0;
}

#challenge_container.previous .challenge_comments {
  background: url(/images/happycomment_previous.gif)  left center no-repeat;
}

.challenge_comments {
  width: 80px;
  float: left;
  margin: 7px 25px  0 0;
  background: url(/images/happycomment.gif)  left center no-repeat;  
  color: #daba26;
}

.challenge_comments:hover {
  background: url(/images/happycomment2.gif)  left center no-repeat;
}

.challenge_comments a {
  color: #daba26;
  text-decoration: none;
  padding: 0 12px 0 0;
  display: block;
}

.challenge_comments a:hover {  color: #9a8212; }

.challenge_comments a em {
  display: block;
  font-size: 1.3em;
  font-style: normal;
  font-weight: bold;
  line-height: .95em;
  position: relative;
  padding: 0 12px 0 35px;
  top: 1px;    
}

.challenge_comments a span {
  position: relative;
  top: -2px;
  font-weight: bold;
  padding: 0 12px 0 35px;
  line-height: .95em;
}

/* Challenge page description - END */

/* Top Cities left bar - START */

.left_bar_element {
  margin-top: 0px;
  margin-bottom: 5px;
  padding: 0px 4px 8px 4px;
  float: left;
  width: 189px;
}

.left_bar_element h3 {
  margin-bottom: 8px;
}

.left_bar_element a {
  margin:0;
  padding:0;
  margin-left: 4px;
}

.left_bar_element p {
  margin-bottom: 2px;
  margin-left: 10px;
  margin-top: 3px;
}

.left_bar_element ol li {
  margin-left: 6px;
  font-size: 0.8em;
}

.left_bar_element ol li a {
  font-size: 1.0em;
  margin-left: 0px;
}

.left_bar_element_personal {
  border-left: 5px solid #4E368A;
  background: #E6DCFD;
  margin-bottom: 5px;
  padding: 8px 4px 8px 4px;
}

.left_bar_element_personal h3 {
  margin-bottom: 8px;
}

.left_bar_element_personal a {
  margin:0;
  padding:0;
  margin-left: 4px;
}

/* Top Cities left bar - END */

/* Recently completed challenge sidebar - START */

#recently_completed {
  width: 189px;
  background: #F2FFB1;
  float: left;
  text-align: center;
  padding: 0px;
}

#recently_completed p {
  text-align: left;
  font-size: 0.9em;
  margin: 10px;
}

#recently_completed h3 {
  background: #ADC71C;
  text-align: left;
  height: 10px;
  margin-bottom: 2px;
  font-size: 0.9em;
  line-height: 0.9em;
  color: #fff;
  padding: 10px;
  border-bottom: 3px solid #fff;
}

#recently_completed .more_link {
  text-align: left;
  margin-left: 10px;
}

#recently_completed .acceptances {
  margin: 10px;
}

#recently_completed .avatar_container  {
  width: 100%;
  font-size: 0.8em;
  text-align: center;
}

#recently_completed .avatar_container span {
  display: block;
}

a.edit_profile {
  font-size: 0.8em;
  text-decoration: none;
  padding: 0 0 0 0;
}

/* Recently completed challenge sidebar - END */

/* Commenting - START */

#posts {
  margin-top: 30px;
}

#posts .comment {
  position: relative;
}

#posts .comment .delete_comment {
  position: absolute;
  top: 12px;
  right: 0;
}

#challenge_discussion {
  margin-top: 25px;
  width: 100%;
}

#team_discussion {
  margin-top: 25px;
  width: 100%;
}

.comment {
  width: 100%;
  display: block;
  margin: 10px 0;
  padding: 10px 0;
  background-repeat: no-repeat;
  background-position: 6px 10px;
  border-bottom: 1px solid #CDCDCD;
  /* look, a hack. */
  min-height:54px;
  height:auto !important;
  height:60px;
}



.comment_user_time {
  float: left;
  width: 130px;
  margin: 0 0 0 60px;
  font-size: .7em;
}

* html .comment_user_time {
  width: 120px;
  display: inline;
}

.comment_user_time .user a {
  font-weight: bold;
  color: #286997;
  display: block;
}

.comment_user_time .time {
  color: #82866A;
}

.comment_content {
  width: 410px;
  float: left;
  font-size: .8em;
  color: #151515;
  padding: 0 25px 0 0;
}

.comment_content p,
.comment_content ul {
  margin-bottom: 1em;
  line-height: 1.3;
  color: #222;
}

.comment_content ul li {
  list-style-type: square;
}

.comment_form {
  margin-top: 10px;
  margin-left: 3px;
}

.comment_form textarea {
  width: 610px;
  height: 150px;
}

#form_remember_me {
  padding: 2px 0 0 4px;
  font-size: .85em;
}

/* Commenting - END */

/* Photo based User/Team Listing - START */

/*********************************
+ Grid with Green Background
*********************************/

body.teams-roster #user_team_list {
  margin-top: 10px;
}

#user_team_list {
  background: #e9f1bf;
}

.grid_list_head {
  background: #bed448 url(/images/grid_list_head_top.png) center right no-repeat;
  color: #2c370e;
}

.grid_list_head h2 {
  float: left;
  width: 280px;
  color:#46551F;
  font-size:0.8em;
  font-weight: bold;
  background: #bed448 url(/images/grid_list_head_left.png) top left no-repeat;  
  padding: 8px 0 8px 8px ;
}

.grid_sorting_links {
  float: right;
  background: transparent url(/images/grid_list_head_right.png) top right no-repeat;    
  text-align: right;
  width: 270px;
  padding: 8px 8px 8px 55px;
}

.grid_sorting_links a {
  color:#46551F;
  font-size:0.8em;
  text-decoration: none;
  font-weight: bold;
  padding: 3px;
}

.grid_sorting_methods {
  float: left;
  clear: both;
  padding: 0 0 10px 6px;
}

.grid_sorting_methods a {
  color:#46551F;
  font-size:0.8em;
  text-decoration: none;
  font-weight: bold;
  padding: 3px; 
}

.grid_sorting_links a:hover {
  text-decoration: underline;
}

#user_team_list .avatar_container {
  float: left;
  text-align: center;
  margin-left: 10px;
  padding: 20px 5px 10px 5px;
  width: 132px;
  
}

#user_team_list .avatar {
  margin: 0 auto;
  width: 80px;
  height: 80px;
}

#user_team_list .avatar_container .avatar .avatar_image a {
  margin: 0px;
  padding: 0px;
  display: block;
  width: 80px;
  height: 80px;
}

#user_team_list .user {
  margin-top: 5px;
}

#user_team_list .user a { 
  color: #46551f;
  text-decoration: none;
  font-weight: bold;
  font-size: .8em;
}

#user_team_list .user .score {
  color: #8c937a;
  font-weight: bold;
  font-size: .7em;
}
  
.comment_floater {
  width: 80px;
  background: #daba26;
  margin: 0 auto;
}  

.comment_floater a {
  color: #fff;
  display: block;
  width: 80px;  
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: .7em;
  padding: 2px 0;
}

.comment_floater a:hover {background: #e2a419;}

#user_team_list .score {
  display: block;
  font-size: .8em;
  margin-top: 3px;
  margin-bottom: 2px;
}

#user_team_list .comments {
  display: block;
}

#user_team_list .comments a {
  font-size: .8em;
  color: #daba26;
  padding: 3px 0 0 0;
  text-decoration: none;
}

#user_team_list .comments a:hover {
  color: #9a8212;
}

#user_team_list .comments strong {
  font-style: normal;
  font-weight: bold !important;
  color: #fff;
  background: #ec8607;
  padding: 2px 3px;
}

/* Photo based User/Team Listing - END */

/* Sign up / Login - START */ 

#signup_login {
  float: right;
  top: 0px;
  left: 670px;
  height: 20px;
  font-size: 0.8em;
  padding: 2px 4px;
  background-image: url(/images/highlight_underline.png);
  background-repeat: repeat-x;
  background-position: bottom;
}

#signup_login a {
  text-decoration: none;
  color: #000;
}

#signup_login a:hover {
  text-decoration: underline;
}

/* Sign up / Login - END */ 

/* Lightbox forms - START */

#TB_window .form_right {
  font-size: 1em;
}

#TB_window .login_top_link {
  margin:0;
  padding:0;
  background: #505A2B;
  color: #fff;
  float: right;
  top: 0px;
  right: 0px;
  height: 24px;
  width: 160px;
  text-align: center;
  margin-right: -15px;
  margin-top: -15px;
}  

.login_top_link a {
  color: #fff;
  line-height: 24px;
  display: block;
}

.login_top_link a:hover {
  background: #967ED4;
}

/* Lightbox forms - END */

/* Lightbox referal box */

#greytempbox {
  background: #787878;
  width: 700px;padding: 50px;
}

.referral_lightbox_top {
  width: 514px;
  margin: 0 auto; 
  padding: 0 0 24px 0;
}

.referral_lightbox_top p {
  color: #4b4142;
  font-size: .9em;
  line-height: 140%;
  margin-bottom: 0.25em;
}

.lightbox_logo {
  width: 514px;
  height: 34px;
  background: url(/images/lightbox_logo.gif) top left no-repeat;
  text-indent: -5000px;
  position: relative;
  top: -10px;
}

#ready_to_explore {
  display: block;
  margin: 10px auto 0 auto;
  text-indent: -5000px;
  width: 179px;
  height: 33px;
  background: url(/images/ready_to_explore.gif) top left no-repeat;
}

#ready_to_explore:hover {
  background-position: -179px 0;
}

/* Challenge Index page mini-tour - START */

#index_featured_challenge {
  background: #ADC71C;
  width: 610px;
}

#challenge_tour_index {
  float: left;
  display: block;
  width: 588px;
  height: 228px;
  background: #ADC71C;
  padding-left: 22px;
  padding-top: 22px;
}

/* Challenge Index page mini-tour - END */

/* Plaxo Widget Forms - START */

.invitation_instructions p {
  color: #6e59a1;
  font-size: .8em;
}


fieldset#plaxopage {
  width: 602px;
  border: none;
  background: #f4f1e2;
  padding: 12px;
}

fieldset#plaxopage label {
  font-weight: bold;
  font-size: .85em;
}

fieldset#plaxopage label em {
  font-weight: normal;
  font-size: .90em;
}

fieldset#plaxopage textarea {
    width: 587px;
    height: 200px;
    margin: 6px 0 0 0;
}

.plaxo_button a {
  display: block;
  width: 593px;
  height: 48px;
  text-indent: -5000px;
  background: url(/images/plaxo_button.png) top left no-repeat;
  margin: 0 0 8px 0;
}

.cr_message {
  margin: 12px 0;
  padding: 0 0 0 10px;
  color: #232323;
  border-left: 3px solid #a7a59c;
}

.cr_message p {
  color: #30302e;
  line-height: 140%;
  font-size: .75em;
  margin: 0 0 8px 0;
}

/* Plaxo Widget Forms - END */

/* Challenge list styles - START */

.previous_challenges {
  margin-top: 32px;
  width: 100%;
  margin-bottom: 2px;
}

.previous_challenges h2 {
  font-size: 1.5em;
  color: #9181D0;
  margin-bottom: 2px;
  margin-left: 0px;
}

.list_challenge {
  width: 590px;
  float: left;
  padding: 6px 6px 6px 0;
  margin: 12px 0 12px 0;
}

.list_challenge p {
  margin: 4px 0 6px 0;
}

#content_right .list_challenge p {
  font-size: 0.9em;
  font-color: #7F7F7F;
}

.challenge_tools {
  width: 608px;
  float: left;
  border-top: 1px #333333;
}

.challenge_more {
  float: left;
  height: 20px;
  padding: 0;
  margin-right: 16px;
}

.challenge_list_link a {
  font-size: 0.8em !important;
}

#content_right .list_challenge a {
  font-size: 1.3em;
  color: 371d44;
  text-decoration: none;
}

#content_right .list_challenge a:hover {
  background: #9181D0;
  color: #fff;
}

.challenge_more a {
  font-size: 0.8em;
  line-height: 0.8em;
}

.challenge_stat {
  float: left;
  margin-right: 18px;
}

.challenge_stat a {
  font-size: 0.8em;
  line-height: 0.8em;
}

/* Challenge list styles - END */

/* Global re-usable classes - START */

#content {
  margin-top: 10px;
}

#content_left {
  margin-top: 20px;
}

#content_right {
  margin-top: 20px;
  float: right;
  margin-right: 13px;
}

/* Global re-usable classes - END */

/* Team Roster - START */

#team_roster {
  width: 189px;
  margin-top: 0px;
  padding-bottom: 10px;
}

#team_roster .description {
  font-size: 0.8em;
  padding: 0px 3px;
}

#team_roster h3 {
  background: #ADC71C;
  text-align: left;
  height: 10px;
  margin-bottom: 2px;
  font-size: 0.9em;
  line-height: 0.9em;
  color: #fff;
  padding: 10px;
  border-bottom: 3px solid #fff;
}

#team_roster .members {
  width: 100%;
  margin-top: 5px;
}

#team_roster .more_link {
  text-align: left;
  margin-top: 10px;
  margin-left: 5px;
}

#team_roster .avatar_container  {
  margin-left: 5px;
  text-align: left;
  float: left;
  font-size: .7em;
}

#team_roster .avatar_container span.avatar {
  float: left;
  margin: 5px;
  margin-right: 8px;
  width: 44px;
  height: 44px;
}

#team_roster .avatar_container span.avatar a {
  display: block;
  border: 1px solid #fff;
}

#team_roster .avatar_container span.avatar a:hover {
  border: 1px solid #ADC71C;
}

#team_roster .avatar_container span.user {
  float: left;
  display: block;
  margin-top: 10px;  
  width: 90px;
}

#team_roster .avatar_container span.amount {
  float: left;
  display: block;
  width: 80px;
  margin-top: 5px;
}

/* Team Roster - END */

/* Location Teams Roster - START */

#location_teams {
  width: 189px;
  margin-top: 0px;
  padding-bottom: 10px;
}

#location_teams .description {
  font-size: 0.8em;
  padding: 0px 3px;
}

#location_teams h3 {
  background: #ADC71C;
  text-align: left;
  height: 10px;
  margin-bottom: 2px;
  font-size: 0.9em;
  line-height: 0.9em;
  color: #fff;
  padding: 10px;
  border-bottom: 3px solid #fff;
}

#location_teams .members {
  width: 100%;
  margin-top: 5px;
}

#location_teams .more_link {
  text-align: left;
  margin-top: 10px;
  margin-left: 5px;
}

#location_teams .avatar_container  {
  margin-left: 5px;
  text-align: left;
  float: left;
  font-size: .7em;
}

#location_teams .avatar_container span.avatar {
  float: left;
  margin: 5px;
  margin-right: 8px;
  width: 44px;
  height: 44px;
}

#location_teams .avatar_container span.avatar a {
  display: block;
  border: 1px solid #fff;
}

#location_teams .avatar_container span.avatar a:hover {
  border: 1px solid #ADC71C;
}

#location_teams .avatar_container span.user {
  float: left;
  display: block;
  margin-top: 10px;  
  width: 90px;
}

#location_teams .avatar_container span.amount {
  float: left;
  display: block;
  width: 80px;
  margin-top: 5px;
}

/* Location Teams Roster - END */


/* Team description - START */

#team_description h1 {
  color: #2C0086;
  padding-bottom: 3px;
  margin-bottom: 14px;
}

#team_description .global-location-header {
  padding: 5px 0 0 0;
}

#team_description .avatar {
  float: left;
  margin-right: 10px;
}

#team_description .name {
  font-size: 1.5em;
  display: block;
  float: left;
}

#team_description .name .impact {
  font-size: .7em;
}

#team_description .motto {
  float: left;
  display: block;
  width: 525px;
  font-size: .8em;
  color: #967ED4;
}

#team_description .motto strong {
  font-weight: bold;
}

#team_description .leader {
  float: left;
  display: block;
  font-size: .9em;
  margin-top: 0px;
  margin-bottom: 4px;
  width: 500px;
  margin-left: 2px;
}

#team_description h2 {
  border-left: none;
  margin-top: 42px;
  border-bottom: 1px #000;
}

#team_description h4 {}

#team_description p {
  font-size: 0.9em;
  line-height: 1.2em;
  margin-bottom: 6px;
}

#teamstats_round_bg_bottom {
  width: 629px;
  height: 13px;
  _margin: -8px 0 0 0;
  background: url(/images/teamstats_round_bg_bottom.png) bottom left no-repeat;
}

#user_stats {
  width: 629px;
  height: 138px;
  background: #ADC71C;
  margin-top: 30px;
  float: left;
  background-image: url(/images/round_bg.png);
}

#location_stats {
  width: 629px;
  height: 138px;
  background: #ADC71C;
  background-image: url(/images/round_bg.png);
}

.stat_column {
  float: left;
  width: 185px;
  margin: 14px 0 14px 10px;
  color: #fff;
  font-size: 1.3em;
  line-height: 0.8em;
  text-align: center;
  line-height: 1em;
}

* html .stat_column {
  display: inline;
}

#location_stats .stat_column {
  width: 180px;
}

.stat_column.amount_column {width: 222px;}
.stat_column.amount_column .amount {letter-spacing: -1px; margin-top: 10px;}

#user_stats .stat_column {
  width: 258px;
}

.stat_column .label {
  text-decoration: none;
  color: #5139AB;
}
.stat_column a:hover .label {
  text-decoration: underline;
}

.stat_column h6 {
  color: #b0b0b0;
  text-transform: uppercase;
  font-size: .75em;
  margin: 0 0 3px 0;
  line-height: 1em;
  height: 1.2em;
}

.stat_column .amount {
  font-size: 1.8em;
  font-weight: lighter;
  margin-bottom: 8px;
  color: #5139AB;
  margin-top: 10px;
  line-height: .7em;
  text-decoration: none;
}
.stat_column a:hover .amount {
  text-decoration: underline;
}

#below_team_stats {
  width:628px;
  height: 57px;
  margin: 0 0 10px 0;
  background: url(/images/challenge_top_green.png) 100% 100% no-repeat;
}

#below_team_stats .challenge_comments {
  margin-left: 8px;
  position: relative;
  top: 7px;
}

#join_team_tab {
  margin: 7px 0 0 0;
  width: 175px;
  float: right;
  background: url(/images/team_tab.png) bottom right no-repeat;
}

#join_team_tab a {
  float: right;
  width: 120px;
  height: 50px;
  color: #3f4326;
  display: block;
  font-size: 0.8em;
  font-weight: bold;
  line-height: 50px;
  padding: 0 0 0 40px;
  background: url(/images/images/challenge_tab.png) bottom right no-repeat;
  background: url(/images/challenge_join_team.gif) 0 50% no-repeat;
}

#join_team_tab a span {
  color: #3f4326;
  font-size: 12px;
}
/* Team description - END */

/* Team recent activity - START */
  
/* Team Roster - START */

#recent_activity {
  width: 189px;
  margin-top: 0px;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
#content_right #recent_activity {
  width: 250px;
}

#recent_activity h3 {
  background: #ADC71C;
  text-align: left;
  height: 10px;
  margin-bottom: 2px;
  font-size: 0.9em;
  line-height: 0.9em;
  color: #fff;
  padding: 10px;
  border-bottom: 3px solid #fff;
}

#recent_activity .acceptances {
  width: 100%;
  font-size: 1em;
}

#recent_activity .acceptances p {
  margin-left: 5px;
  margin-top: 5px;
}

#recent_activity .acceptances .activity_item {
  margin-top: 10px;
  margin-left: 5px;
  width: 100%;
}
#recent_activity .acceptances .activity_item .activity_avatar {
  float: left;
  margin: 5px;
}

#content_right #recent_activity .activity_item {
  float: left;
  width: 270px;
  margin-right: 10px;
}
body.users-show #content_right #recent_activity .activity_item {
  margin-top: 10px;
  margin-left: 10px;
}

#content_right #recent_activity .activity_item p {
  margin-top: -1px;
  margin-left: 70px;
}

#recent_activity .avatar_container  {
  margin-left: 0px;
  text-align: left;
  float: left;
  font-size: .7em;
}

#recent_activity .avatar_container span.avatar {
  float: left;
  margin: 5px;
  margin-right: 8px;
  width: 44px;
  height: 54px;
}

#recent_activity .avatar_container span.avatar a {
  display: block;
  border: 1px solid #fff;
}

#recent_activity .avatar_container span.avatar a:hover {
  border: 1px solid #ADC71C;
}

#recent_activity .avatar_container span.date {
  display: block;
  margin-top: 3px;
}

#recent_activity .avatar_container span.user {
  float: left;
  display: block;
  margin-top: 10px;  
  width: 125px;
}

#recent_activity .more_link {
  text-align: left;
  margin-top: 10px;
  margin-left: 5px;
}

#recent_activity div.meta {
  float: left;
  width: 60px;
  margin-right: 10px;
}

#recent_activity div.date {
  font-weight: bold;
}

#recent_activity div.unaccept {
  font-size: .7em;
  width: 60px;
  text-align: center;
  margin-top: 3px;
}

#recent_activity div.unaccept a {
  font-weight: bold;
  font-size: 1.1em;
}

/* Team recent activity - END */

/* Leader board  - START */

.sorting-links {
  text-align: right;
  margin-bottom: 10px;
}

.team_board {
  list-style-type: none;
  display: block;
  width: 100%;
  font-size: 0.9em;
}

.team_board ul { 
  width: 100%;
}

.team_board li {
  display: block;
  margin-top: 4px;
}

.team_board li .team_link {
  background-color: #D2E27A;
  background-repeat: no-repeat;
  text-decoration: none;
  background-position: 10px 10px;
  height: 62px;
  display: block;
  width: 100%;
}
.team_board li.even .team_link {
  background-color: #fff;
}
.team_board li.odd .team_link {
  background-color: #f6f9d6;
  opacity: ;
}

.team_board li .team_link:hover {
  background-color: #E6DCFD;
}

.team_name {
  float: left;
  margin-right: 12px;
  margin-left: 62px;
  margin-top: 13px;
  _margin-left: 30px;
  width: 120px;
  height: 50px;
  overflow: hidden;
}

.team_saved {
  float: right;
  width: 80px;
  height: 50px;
  overflow: hidden;
  margin-top: 13px;
  margin-right: 10px;
  text-align: right;
}

.team_footer {
  text-align: center;
}

.team_list_footer {
  background: #c6c6c6;
  width: 100%;
  display: block;
}

.team_list_header {
  background: #c6c6c6;
  width: 100%;
  display: block;
}

.team_list_header a {
  display: block;
  padding: 10px;
}

.team_list_footer .pagination {
  padding: 10px;
}

/* Leader board  - END */

/* Admin links - START */
span.admin_links {
  font-size: 0.9em;
  float: right;
}
/* Admin links - END */

.help {
  padding: 2px 3px;
  font-size: 0.8em;
  font-weight: bold;
  color: gray;
  background: #F2FEB2;
}

.instructions p {
  font-size: 12px;
  color: gray;  
}

#modal_container .instructions {
  clear: both;
  padding: 0 15px;
}

/* Edit profile form - START */
  
p.notification {
  font-size: 1.1em;
}

/* Edit profile for - END */

/* User show page - START */
  
.show_avatar {
  float: right;
  margin-top: 40px;
}

/* User show page - END */

/* Leaderboard - START */

body.home-leaderboard .leader_board_container {
  float: left;
display: none;
}

body.home-leaderboard #team_leaders {
  margin-right: 10px;
}  

body.home-leaderboard #team_leaders,
body.home-leaderboard #user_leaders {
  width: 306px;
}

body.home-leaderboard #location_leaders {
  margin-top: 15px;
}

body.home-leaderboard #location_leaders .team_name {
  margin-top: 6px;
  margin-left: 6px;
}

body.home-leaderboard #location_leaders .team_saved {
  margin-top: 6px;
}

/* Leaderboard- END */

/* Users Edit - START */

.users-edit .user_avatar {
  float: left;
  width: 100px;
}

#user_bio {
  width: 100%;
  height: 200px;
}

/* Users Edit - END */

#invitation_recipient_addresses {
  width: 100%;
}
#invitation_body {
  width: 100%;
  height: 200px;
}

/* Errors - START */
  
#errorExplanation {
  color: #333333;
  background: #e4bdbd;
  border: 1px solid #e12f31;
  margin: 30px 0 50px 0;
}

#errorExplanation ul {
  margin-left: 20px;
}

.fieldWithErrors {
  margin:0;
  padding:0;
   border-bottom: 2px solid #f4b2b3;
}

/* Errors - END */

/* Flashes - START */
  
#flash_warning {
  color: #e12f31;
  background: #e4bdbd;
  border: 1px solid #e12f31;
  margin: 0px 0 30px 0;
  padding: 12px;
}

/* Flashes - END */

/* Pagination - START */

div.pagination {
  background: #bed448 url(/images/pagination.gif) bottom left no-repeat;
  padding: 6px 8px;
  font-size: .9em;
}

div.pagination span{
  color:#46551F;
  font-size:0.8em;
  font-weight: bold;
}

div.pagination a {
  color:#46551F;
  font-size:0.9em;
  text-decoration: none;
  padding: 2px;
  margin: 0 1px 0 0;
  line-height: 2.4em;
  border: 1px solid #8fa338;
}

div.pagination a:hover,
div.pagination a.current {
  background: #e9f1bf;
}

div.pagination a.first,
div.pagination a.last {
}

div.pagination a.first:hover,
div.pagination a.last:hover {

}

/* Pagination - END */

/* Suggestions - START */
  
.suggestion_description {
  width: 550px;
  height: 220px;
}

.challenge_creator {
  margin-bottom: 8px;
  border-bottom: 1px solid #333;
  padding-bottom: 2px;
}

.challenge_sorting .back-link {
  float: right;
  margin-top: 5px;
  color: #ababab;
  font-size: .8em;
  font-weight: bold;
}

.suggestion_list_voting a {
  display:block;
  float:left;
  margin:0 7px 0 0;
  background-color:#f5f5f5;
  border:1px solid #dedede;
  border-top:1px solid #eee;
  border-left:1px solid #eee;
  font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
  font-size: 0.8em;
  line-height:130%;
  text-decoration:none;
  font-weight:bold;
  color:#565656;
  cursor:pointer;
  padding:5px 10px 6px 7px; /* Links */
}

.suggestion_list_voting a:hover {
  background-color:#E6EFC2;
  border:1px solid #C6D880;
  color:#529214;
  font-size:0.8em;  
}

/* Suggestions - END */

/* Suggestions - START */

.suggestion_avatar {
  height: 60px;
  width: 48px;
  float: left;
}
  
.tour_element_wide ul {
  font-size: 0.7em;
  list-style-type: none;
}

.tour_element_wide ul li {
  margin-bottom: 3px;
}

.suggestion_tour .buttons {
  margin:0;
  padding:0;
}

.suggestion_tour h4 {
  padding-top: 18px;
  padding-bottom: 0px;
  font-size: 0.9em;
  padding-right: 14px;
  _padding-top: 6px;
}

.suggestion_tour .buttons input {
  _margin-bottom: 28px;
}

.suggestion_tour .buttons span {
  _font-size: 0.6em;
  _line-height: 9px;
}

.suggestion h4 {
  padding-top: 13px;
  padding-bottom: 6px;
  font-size: 0.9em;
  padding-right: 14px;
}

.white {
  color: #fff;
}

.bold {
  font-weight: bold;
}

/* Suggestions - END */

/* Suggestion category icons - START */

#challenge_container #suggestion_categories ul.categories li a.home {
  background-image: url(/images/categories/home_orange.png);
}
#challenge_container #suggestion_categories ul.categories li a.transport {
  background-image: url(/images/categories/transport_orange.png);
}
#challenge_container #suggestion_categories ul.categories li a.school_or_office {
  background-image: url(/images/categories/school_orange.png);
}
#challenge_container #suggestion_categories ul.categories li a.food {
  background-image: url(/images/categories/food_orange.png);
}
#challenge_container #suggestion_categories ul.categories li a.wild_card {
  background-image: url(/images/categories/wild_card_orange.png);
}
  
#challenge_container #suggestion_categories ul.categories li.current a.home {
  background-image: url(/images/categories/home_purple.png);
}
#challenge_container #suggestion_categories ul.categories li.current a.transport {
  background-image: url(/images/categories/transport_purple.png);
}
#challenge_container #suggestion_categories ul.categories li.current a.school_or_office {
  background-image: url(/images/categories/school_purple.png);
}
#challenge_container #suggestion_categories ul.categories li.current a.food {
  background-image: url(/images/categories/food_purple.png);
}
#challenge_container #suggestion_categories ul.categories li.current a.wild_card {
  background-image: url(/images/categories/wild_card_purple.png);
}

#challenge_container #suggestion_categories ul.categories li a.home:hover {
  background-image: url(/images/categories/home_purple.png);
}
#challenge_container #suggestion_categories ul.categories li a.transport:hover {
  background-image: url(/images/categories/transport_purple.png);
}
#challenge_container #suggestion_categories ul.categories li a.school_or_office:hover {
  background-image: url(/images/categories/school_purple.png);
}
#challenge_container #suggestion_categories ul.categories li a.food:hover {
  background-image: url(/images/categories/food_purple.png);
}
#challenge_container #suggestion_categories ul.categories li a.wild_card:hover {
  background-image: url(/images/categories/wild_card_purple.png);
}

#challenge_container.previous #suggestion_categories ul.categories li a.home {
  background-image: url(/images/categories/home_dgray.png);
}
#challenge_container.previous #suggestion_categories ul.categories li a.transport {
  background-image: url(/images/categories/transport_dgray.png);
}
#challenge_container.previous #suggestion_categories ul.categories li a.school_or_office {
  background-image: url(/images/categories/school_dgray.png);
}
#challenge_container.previous #suggestion_categories ul.categories li a.food {
  background-image: url(/images/categories/food_dgray.png);
}
#challenge_container.previous #suggestion_categories ul.categories li a.wild_card {
  background-image: url(/images/categories/wild_card_dgray.png);
}

#challenge_container.previous #suggestion_categories ul.categories li.current a.home {
  background-image: url(/images/categories/home_dgray.png);
}
#challenge_container.previous #suggestion_categories ul.categories li.current a.transport {
  background-image: url(/images/categories/transport_dgray.png);
}
#challenge_container.previous #suggestion_categories ul.categories li.current a.school_or_office {
  background-image: url(/images/categories/school_dgray.png);
}
#challenge_container.previous #suggestion_categories ul.categories li.current a.food {
  background-image: url(/images/categories/food_dgray.png);
}
#challenge_container.previous #suggestion_categories ul.categories li.current a.wild_card {
  background-image: url(/images/categories/wild_card_dgray.png);
}

#challenge_container.previous #suggestion_categories ul.categories li a.home:hover {
  background-image: url(/images/categories/home_dgray.png);
}
#challenge_container.previous #suggestion_categories ul.categories li a.transport:hover {
  background-image: url(/images/categories/transport_dgray.png);
}
#challenge_container.previous #suggestion_categories ul.categories li a.school_or_office:hover {
  background-image: url(/images/categories/school_dgray.png);
}
#challenge_container.previous #suggestion_categories ul.categories li a.food:hover {
  background-image: url(/images/categories/food_dgray.png);
}
#challenge_container.previous #suggestion_categories ul.categories li a.wild_card:hover {
  background-image: url(/images/categories/wild_card_dgray.png);
}
/* Suggestion category icons - END */

/* Badge (Not the actual badge, thats in badge.css) Styling - START */

#badge .example {
  text-align: center;
  width: 200px;
  float: right;
  margin-bottom: 15px;
}

#badge textarea {
  width: 100%;
  height: 100px;
}

#content_left .badge {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* Badge (Not the actual badge, thats in badge.css) Styling - END */

#share_challenge {
  background: url(/images/challenge_top_green.png) 0 0 no-repeat;
  padding: 5px 0 0 0;
  width: 628px;
}

#share_challenge .back_to_challenge a {
  font-family: Verdana, Gotham, sans-serif;
  background: url(/images/arrow_small_left.png) 1px 5px no-repeat;
  border-bottom: 1px solid #d2dba0;
  text-transform: lowercase;
  font-variant: small-caps;
  text-decoration: none;
  font-weight: bold;
  font-size: .7em;
  display: block;
  padding: 0 0 5px 11px;
  margin: 0 10px;
  color: #656b41;
}

#share_challenge h1 {
  padding: 10px 10px 0 10px;
  color: #5b23bc;
  margin: 0;
}

#share_challenge p {
  padding: 0 10px 10px 10px;
  line-height: 1.5;
  font-size: .8em;
  color: #454932;
  margin: 0;
}

#share_challenge .badge {
  background: url(/images/challenge_share_info.png) 0 0 no-repeat;
  margin: 0 auto;
  width: 618px;
}

#share_challenge .badge form {
  padding: 50px 0 0 10px;
  float: left;
  width: 45%;
}

#share_challenge .badge form label {
  font-size: .7em;
  display: block;
  color: #60634c;
}

#share_challenge .badge form textarea {
  width: 260px;
  height: 100px;
  padding: 10px;
  color: #383838;
  font-size: .7em;
  overflow: hidden;
  border: 1px solid #c7c7c7;
  font-family: Arial, Helvetica, sans-serif;
  background: url(/images/textarea.png) 0 0 no-repeat;
}

#share_challenge .badge .flash {
  padding: 10px 0 0 0;
  margin: 0 10px 0 0;
  text-align: center;
  float: right;
}

#share_challenge .badge .flash p {
  line-height: 3;
  font-size: .6em;
  color: #373737;
}

#share_challenge .badge .flash p a {
  color: #373737;
}

#share_challenge .badge .bottom {
  clear: both;
  background: url(/images/challenge_share_info.png) bottom left no-repeat;
  height: 10px;
}

#share_challenge .bottom {
  background: url(/images/challenge_top_green.png) bottom left no-repeat;
}

/***********************************
+ Leaderboard Redesign ( 12.31.2007)
***********************************/

#leaderboard_wide {
  background: #d2e27a;
  margin: 8px 0;
  width: 306px;  
  float: left;  
}

#leaderboard_individual {
  background: #d2e27a;
  margin: 8px 0;
  width: 306px;  
  float: right;
}

#leaderboard_referrals {
  background: #d2e27a;
  margin: 8px 0;  
  width: 306px;    
  float: left;
}

#leaderboard_locations {
  background: #d2e27a;
  margin: 8px 0;  
  float: right;
  clear: right;
  width: 306px;
}

.greenlist_avatar {
  width: 42px;
  height: 42px;
  display: block;
  float: left;
}

#leaderboard_locations .greenlist_light, #leaderboard_locations .greenlist_dark  { min-height: 42px; height: auto !important; height: 42px;}

ul.greenlist li {
  padding: 8px;
  list-style: none;
}

ul.greenlist .top_list_link {
  background: url(/images/list_top_left.gif) top left no-repeat;
  padding: 0;
  padding:  0 0 0 8px ; /* this allows for the inside link to contain rounded corner image */
}

ul.greenlist .top_list_link h5 {
  width: 40%;
  float: left;
  font-size: .8em;
  padding: 8px 0 8px 0;
  color: #46551f;
}

ul.greenlist .top_list_link a {
  background: url(/images/list_top_right.gif) top right no-repeat;
  display: block;
  width: 50%;
  text-align: right;
  float: right;
  font-size: .8em;
  color: #46551f;
  text-decoration: none;
  font-weight: bold;
  padding: 8px 8px 0 0; /* this accounts for the missing padding above */
}

ul.greenlist .top_list_link a:hover, ul.greenlist .bottom_list_link a:hover {color: #2b370c; text-decoration: underline;}

ul.greenlist .bottom_list_link {
  background: url(/images/bottom_top_right.gif) bottom right no-repeat;
  padding: 8px 8px 0 0; /* this allows for the inside link to contain rounded corner image */
  border-top: 1px solid #d2e27a;
  border-bottom: none !important;
  text-align : right;
  border-bottom: 1px solid #fff; /* ugli... but it fixes an IE6 issue */
}

ul.greenlist .bottom_list_link a {
  background: url(/images/bottom_top_left.gif) bottom left no-repeat;
  font-size: .8em;
  display: block;
    color: #46551f;
  text-decoration: none;
  font-weight: bold;
  padding: 0 0 8px 8px;  /* this accounts for the missing padding above */
}

.greenlist_light { background: #e9f1bf; clear: both;}
.greenlist_dark { clear: both;}

.greenlist_left a {
  color: #1b7bb4;
  font-size: .9em;
  text-decoration: none;
}

.greenlist_left .name_link {
  display: block;
  font-size: .8em;
  margin: 0 0 2px 0;
  padding: 2px 0;
  width: 100%;
}

.greenlist_left .name_link:hover {
  color: #201243;
}

#leaderboard_locations .greenlist_left  {
  padding: 0 0 0 0;
}

.greenlist_left {
  width: 50%;
  float: left;
  padding: 0 0 0 8px;
}


.greenlist_right {
  width: 25%;
  float: right;
  text-align: right;
  color: #222514;
  font-weight: bold;
}


ul.greenlist .green_leaderboard_comments {
  font-size: .8em;
  color: #ec8607;
  padding: 3px 0 0 0;
}

ul.greenlist .green_leaderboard_comments:hover {
  color: #c16605;
}

.green_leaderboard_comments strong {
  font-style: normal;
  font-weight: bold !important;
  color: #fff;
  background: #e49f16;
  padding: 1px 2px;
}


.leaderboard_comments {
  text-align: right;
  font-size: .9em;
  color: #ec8607;
  clear: both;
}

.leaderboard_comments a {
  color: #ec8607;
  xposition: relative;
}

#leaderboard_referrals .referral_count { height: 42px;}

/*********************************
  Leaderboard Redesign July 2008
*********************************/

#leaderboard {
  width: 626px;
  background: #E9F1BF url(/images/leaderboard-bottom.gif) bottom left no-repeat;
  padding: 0 0 1em 0;
}

h1.leaderboard-header span{
  color: #aa9fd7;
  font-size: 70%;
  font-weight: bold;
}

h1.leaderboard-header span a {
  text-decoration: none;
}

h1.leaderboard-header span a:hover,
h1.leaderboard-header span a:focus,
h1.leaderboard-header span a:active {
  text-decoration: underline;
}

#leaderboard #nav {
  background: #D2E27A url(/images/list_top_right.gif) top right no-repeat;
  height: 38px;
  overflow: hidden;
  zoom: 1;
}

#leaderboard #nav li {
  font-size: .9em;
  display: -moz-inline-stack;
  display: inline-block;
  list-style-type: none;
}

#leaderboard #nav li.first a {
  background: url(/images/list_top_left.gif) top left no-repeat;
}

#leaderboard #nav li a.active,
#leaderboard #nav li.first a:hover,
#leaderboard #nav li.first a:focus,
#leaderboard #nav li.first a:active {
  background: #E9F1BF url(/images/list_top_left_on.gif) top left no-repeat;
}

#leaderboard #nav li a {
  padding: 1em;
  color: #3f4326;
  font-weight: bold;
  font-size: .85em;
  text-decoration: none;
  display: -moz-inline-stack;
  display: inline-block;
  position: relative;
}


#leaderboard #nav li a:hover,
#leaderboard #nav li a:focus,
#leaderboard #nav li a:active {
  background: #E9F1BF;
}

#leaderboard .leaders {
  background: #FFF url(/images/leaderboard-teams.gif);
  width: 599px;
  margin: 13px 13px 0 13px;
}

#leaderboard .top {
  background: #FFF url(/images/leaderboard-teams.gif) top left no-repeat;
  padding: 0 10px 10px 10px;
  margin: 13px 13px 0 13px;
  width: 579px;
}

#leaderboard .long {
  background: #FFF url(/images/leaderboard-teams-middle.gif);
  margin-top: 0;
}

#leaderboard .leaders li {
  padding: .7em;
  margin: 0 10px;
  font-size: .85em;
  list-style-type: none;
  border-top: 1px solid #CFCFCF;
  clear: both;
  overflow: auto;
}

#leaderboard .leaders li span {
  display: inline;
  float: left;
}

#leaderboard .leaders li .place {
  color: #909090;
  padding: .666em 0 0 .18em;
  margin-right: 1em;
  font-weight: bold;
}

#leaderboard .leaders li .icon img {
  height: 25px;
  width: 25px;
}

#leaderboard .leaders li .icon {
  color: #909090;
  margin: 0 0 0 .666em;
  padding: .333em .666em 0 0;
}

#leaderboard .leaders li:first-child {
  border-top: none;
}

#leaderboard .leaders li.first {
  background: url(/images/badge.gif) 0 10px no-repeat;
  border-top: none;
}

#leaderboard .leaders li.first span.place {
  color: #816D00;

}

#leaderboard .leaders li .name a {
  color: #3E69CB;
  font-weight: bold;
  text-decoration: none;  
}

#leaderboard .leaders li .name em {
  display: block;
  font-size: .9em;
  font-family: Georgia;
  font-style: normal;
}
#leaderboard .leaders li .name em a {
  color: #E7AA3C;
  text-decoration: none;
  font-weight: normal;
}

#leaderboard .leaders li .name a:hover,
#leaderboard .leaders li .name a:focus,
#leaderboard .leaders li .name a:active {
  text-decoration: underline;
}

#leaderboard .leaders li .tons {
  float: right;
  font-weight: bold;
  color: #222;
  padding: .666em 0 0 0;
}

#leaderboard .full-leaderboard {
  background: #FFF url(/images/leaderboard-teams.gif) bottom left no-repeat;
  padding: 0 10px 10px 10px;
  margin: 0 13px;
  width: 579px;
}

#leaderboard .full-leaderboard span {
  display: block;
  border-top: 1px solid #CFCFCF;
}

#leaderboard .full-leaderboard span {
  font-size: .85em;
  padding: .5em;
}

#leaderboard .full-leaderboard span a {
  color: #7f7f7f;
}

/* leaderboard scroller.css */

div#leaderboard div.scroller { 
  /* modify width and height of scrolling section if necessary  */
  overflow: hidden;
  width:626px;
}

div#leaderboard div.scroller div.section {
  /* modify width and height of each section as needed (should match the size of the scroller window)  */
  overflow:hidden;
  float:left;
  width:626px;
}

div#leaderboard div.scroller div.content {
  width: 10000px;
}

/* leaderboard comments */

#leaderboard #comment-form {
  background: #f5f9e3;
  border-top: 1px solid #d9e49f;
}

#leaderboard #comment-form h2 {
  font-weight: bold;
  font-size: .9em;
  color: #7d8169;
  background: url(/images/comment-arrow.gif) 30px 0 no-repeat;
  margin-top: -13px;
  padding: 20px 20px 10px 20px;
}

#leaderboard #comment-form h2 a {
  color: #3e69cb;
}

#leaderboard #comment-form .login-register {
  font-weight: bold;
  font-size: .9em;
  padding: 5px 20px;
  background: #e9f1bf;
  border-top: 1px solid #b4bf79;
  border-bottom: 1px solid #b4bf79;
}

#leaderboard #comment-form .post-errors {
  font-weight: bold;
  font-size: .9em;
  color: #d12323;
  padding: 0 20px 10px 20px;
}

#leaderboard #comment-form a.add-comment {
  display: block;
  width: 601px;
  height: 27px;
  margin: 0 auto;
  text-decoration: none;
  text-indent: -9999px;
  background: url(/images/add-comment-link.png) top left no-repeat;
}

#leaderboard #comment-form #comment-box {
  display: block;
  width: 599px;
  height: 170px;
  margin: 0 auto;
  background: url(/images/leaderboard-textarea.gif) top left no-repeat;
}

#leaderboard #comment-form #comment-box textarea {
  width: 570px;
  height: 95px;
  margin: 2em .9em 0 .9em;
}

#leaderboard #comment-form #comment-box input.submit {
  margin: .9em 0 0 .9em;
}

#leaderboard #comment-form #comment-box span {
  font-size: .7em;
}

#leaderboard #comment-form #comment-box span a {
  color: #d12323;
}

#leaderboard h2.comments {
  background: #f5f9e3;
  font-size: .85em;
  font-weight: bold;
  padding: .75em 1.5em;
  color: #7d8169;
}

#leaderboard h2.comments a {
  color: #3E69CB;
}

#leaderboard .comments li {
  font-size: .85em;
  background: #f5f9e3;
  border-bottom: 1px solid #d4df99;
  padding: .75em 1.5em;
  list-style-type: none;
  clear: both;
  overflow: auto;
  zoom: 1;
}

#leaderboard .comments li span {
  font-size: .95em;
  float: left;
}

#leaderboard .comments li .name {
  font-weight: bold;
  color: #1D1D1D;
  margin: 0 5px;
  width: 170px;
}

#leaderboard .comments li .name strong {
  display: block;
  float: left;
}

#leaderboard .comments li .name em {
  clear: left;
  float: left;
  display: block;
  font-style: normal;
  font-weight: normal;
  font-size: .8em;
  color: #7c8064;
}

#leaderboard .comments li span.comment-body {
  width: 330px;
}

#leaderboard .comments li span.comment-body p {
  color: #222;
}

/*********************************
+ Robust Dashboard April/May 2008
*********************************/

#cr_dashboard {
  width: 604px;
  padding: 11px;
  font-size: small;
  background: #e9f1bf url(/images/dashboard/cr_dashboard_top.gif) top left no-repeat;
}

#cr_dashboard h4 {margin: 0;}

#cr_dashboard a,
#cr_dashboard a:link,
#cr_dashboard a:visited {
  color: #177fd8;
}
      
#cr_dashboard a:hover {color: #0a4980;}

.cr_dashboard_title {
  background: #d2e27a;
  border-top: 1px solid #bfce6f;
  border-bottom: 1px solid #f8fbe8;
  padding: 16px 15px 12px 15px;
  clear: both;
  margin: 0 0 14px 0 !important;
  margin: 0 -22px 14px 0 ; /* for IE */
  width: 596px;
  position: relative;
  left: -11px; /* this aligns the section with the box */
}

.cr_dashboard_title h3 {
  color: #6b7726; 
  text-transform: uppercase; 
  font-weight: bold;
  width: 400px;
  float: left;
}

#cr_dashboard .expand_all,
#cr_dashboard .collapse_all {
  height: 23px;
  text-indent: -5000px;
  display: block;
  float: right;
  position: relative;
  top: -2px;
}

#cr_dashboard .expand_all   {width: 91px; background: url(/images/dashboard/expand_all.gif) 0 0 no-repeat;}
#cr_dashboard .collapse_all {width: 106px; background: url(/images/dashboard/expand_all.gif) -91px 0 no-repeat;} 
#cr_dashboard .expand_all:hover {background: url(/images/dashboard/expand_all.gif) 0 -23px no-repeat;}
#cr_dashboard .collapse_all:hover {background: url(/images/dashboard/expand_all.gif) -91px -23px no-repeat;}

.blindcontainer {  border-bottom: 5px solid #cfcfcf; padding: 0 0 7px 0;}
strong.highlightedstuff {border: 1px solid #d2dc9e; background: #fff;padding: 3px 6px ;}

#cr_dashboard_avatar {
  float: left;
  width: 100px;
  padding: 0 0 14px 0;  
}

#cr_dashboard_avatar img {
  padding: 4px;
  background: #fff;
  border: 1px solid #bfce6a;
}

#main_user_info {
  width: 280px;
  float: left;
  color: #474c2b;
}

#cr_dashboard_userstats {
  float: right;
  width: 213px;
  background: #d2e27a url(/images/dashboard/green_curve.gif) top right no-repeat;
  position: relative;
  top: -11px;
  right: -11px;
  border-left: 1px solid #bfce6f;
  border-bottom: 1px solid #f6f9e3;
}

.userstats_section {padding: 18px 6px;}

.user_statement {
  padding: 0 5px 10px 28px;
  background: url(/images/dashboard/quotes.gif) top left no-repeat;
}

.user_statement p {color: #474c2b; line-height: 135%;}

.empty_challenge_bin {
  text-align: center;
  color: #6b7726;
  font-weight: bold;
  padding: 20px 0;
}

.userstats_section span {
  font-size: 10px;
  font-weight: bold;
  display: block;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}

.userstats_section strong {
  font-weight: bold;
  display: block;
  text-align: center; 
  color: #476101; 
  font-size: 2.25em;
  letter-spacing: -1px;
}

#cr_dashboard_userinfo h2 {
  font-size: 1.6em;
  font-weight: bold;
  color: #232323;
}

.cr_dashboard_userinfo_section {
  border-bottom: 1px solid #cdd59f;
  padding: 0 0 7px 0;
  margin: 0 0 7px 0;
}

.user_workshop_stats {
  float: left;
  width: 200px;
  text-align: center;
}

.user_workshop_stats.challenges_suggested a {
  display: block;
  height: 33px;
}

.ribbon_votes {
  float: right;
  position: relative;
  top: -33px;
  margin: 0 0 -33px 0;
  right: 8px;
  height: 33px;
  width: 66px;
  background: url(/images/dashboard/ribbon.gif) center center no-repeat;
}

#cr_dashboard .ribbon_votes a,
  #cr_dashboard .ribbon_votes a:link,
    #cr_dashboard .ribbon_votes a:visited,
     #cr_dashboard .ribbon_votes a:hover{
        font-size: 11px;
        color: #fff;
        text-decoration: none;
        position: relative;
        top: 9px;
        left: -17px;
      }

.ribbon_votes span {display: none;}

.user_workshop_stats h6 {
  color: #b0b0b0;
  text-transform: uppercase;
  font-size: .85em;
  margin: 0 0 3px 0;
}

.user_workshop_stats a, span.just_a_dash {
  font-size: 2em;
  font-weight: bold;
}

span.just_a_dash { color: #656565;}

.challenge_box {
  background: #fff url(/images/dashboard/challenge_box.gif) top left repeat-y;  
  padding: 0 15px 7px 15px;
  width: 574px;
}

.challenge_box_top {
  width: 604px;
  height: 9px;
  background: #e9f1bf url(/images/dashboard/challenge_box_top.gif) top left no-repeat;
  _margin: 0 0 -7px 0;
}

.challenge_box_bottom {
  width: 604px;
  height: 9px;
  background: #e9f1bf url(/images/dashboard/challenge_box_bottom.gif) top left no-repeat;
  margin: 0 0 10px 0;
}

#cr_dashboard .challenge_comments {
  width: 220px;
  margin-bottom: 15px;
  margin-top: 0px;
  margin-left: 5px;
}
#cr_dashboard .challenge_comments a,
#cr_dashboard .challenge_comments a:link,
#cr_dashboard .challenge_comments a:visited {
  color: #daba26;
}
#cr_dashboard .challenge_comments a:hover {  color: #9a8212; }

/* style  similar to the above but for box with vertical lines */
  
.challenge_box_box_b {
  background: #fff url(/images/dashboard/challenge_box_b.gif) top left repeat-y;  
  padding: 0 0 7px 0;
  width: 604px;
}

.challenge_box_top_box_b {
  width: 604px;
  height: 9px;
  background: #e9f1bf url(/images/dashboard/challenge_box_top_b.gif) top left no-repeat;
  _margin: 0 0 -7px 0;
  clear: both;
}

.challenge_box_bottom_box_b {
  width: 604px;
  height: 9px;
  background: #e9f1bf url(/images/dashboard/challenge_box_bottom_b.gif) top left no-repeat;
  margin: 0 0 10px 0;
}  


.challenge_box_header h4 {display: inline;}

.challenge_box_header h4 a {
  font-size: 1.2em;
  font-weight: bold;
  margin: 0 8px 0 0 ;
}

.challenge_box_header {
  padding: 0 0 5px 0;
  margin: 0 0 7px 0;
  border-bottom: 5px solid #cfcfcf;
}

.challenge_duration, .duration_none {
  padding: 3px 0 3px 15px;
  color: #565656;
  font-size: .9em;
}

.challenge_duration {background: url(/images/dashboard/cal.gif) left center no-repeat;}
.duration_none {background: url(/images/dashboard/non_rep.gif) left center no-repeat;}

.challenge_box_list_wrap {  
  border-bottom: 5px solid #cfcfcf;
}

.challenge_box_header_left  {width: 368px; float: left;  overflow: hidden;}
.challenge_box_header_right {width: 200px; float: right; overflow: hidden; text-align: right;}

.challenge_box_impact {
  padding: 0 0 0 112px;
  font-weight: bold;
  font-size: 1.1em;
  background: #fff url(/images/dashboard/impact_label.gif) left bottom no-repeat;
}

.challenge_box_list {
  padding: 0px 0 0 0;
  list-style: none;
}

.challenge_box_list li {
  border-bottom: 1px solid #cfcfcf;
  padding: 10px 7px 6px 18px;
  _margin: 0 0 -3px 0; /* fix for IE when li has floated stuff and is clearfixed */
  *margin: 0 0 -3px 0; /* fix for IE when li has floated stuff and is clearfixed */ 
}

li.challenge_active {
  background: #fcf6e0 url(/images/dashboard/active_dot.gif) left center no-repeat;
  color: #df8e00;
  font-weight: bold;
}

li.challenge_active span img {margin: 0 4px 0 5px;}
  
li.challenge_complete {
  background: #fff url(/images/dashboard/lil_check.gif) left center no-repeat;
  color: #565656;
}

.challenge_box_list span {float: left; display: block; width: 320px;}
.challenge_box_list strong {float: right;}

.unaccept_active {
  display: block;
  width: 128px;
  height: 19px;
  text-indent: -5000px;
  background: url(/images/dashboard/unaccept_active.gif) 0 0 no-repeat;
  float: left;
  margin: -3px 0 0 0px; 
}

.unaccept_active:hover {background: url(/images/dashboard/unaccept_active.gif) 0 -19px no-repeat;}

li.challenge_complete .unaccept_completed {display: none;}
li.challenge_complete:hover .unaccept_completed {display: block;}

.unaccept_completed {
  width: 128px;
  height: 19px;
  text-indent: -5000px;
  background: url(/images/dashboard/unaccept_completed.gif) 0 0 no-repeat;
  float: right;
  margin: -4px 9px 0 0;
}

.unaccept_completed:hover {background: url(/images/dashboard/unaccept_completed.gif) 0 -19px no-repeat;}

.challenge_box_footer {padding: 5px 0 0 0;}
.disabled_button:hover {cursor: no-drop}

.disabled_button {
  float:left;
  font-size: .9em;
  display: block;
  margin:0;
  padding:0  0 0 5px;
  height: 29px;
  text-decoration: none;
  position: relative;
  left: -1px;
  background: url(/images/dashboard/disabled_button.gif) top left no-repeat;    
}

.challenge_box_footer .disabled_button span {
  float:left;
  display:block;
  background:url(/images/dashboard/disabled_button_side.gif) no-repeat right top;
  padding:7px 12px 4px 7px;
  height: 18px; 
  text-decoration:none;
  font-weight:bold;
  color:#b4b4b4;
}

.active_button {
  float:left;
  font-size: .9em;
  display: block;
  margin:0 10px 0 0;
  padding:0  0 0 5px;
  height: 29px;
  text-decoration: none;
  position: relative;
  left: -1px;
  background: url(/images/dashboard/active_button.gif) top left no-repeat;    
}

.challenge_box_footer .active_button span {
  float:left;
  display:block;
  background:url(/images/dashboard/active_button_side.gif) no-repeat right top;
  padding:7px 39px 4px 7px;
  height: 18px; 
  text-decoration:none;
  font-weight:bold;
  color:#232323;
}

.active_button:hover {  background: url(/images/dashboard/active_button_hover.gif) top left no-repeat;  cursor:pointer;}
.active_button:hover span {  background: url(/images/dashboard/active_button_side_hover.gif) right top no-repeat;  cursor:pointer;}

#cr_dashboard a.challenge_toggle {
  text-decoration: underline;  
  position: relative;
  cursor: pointer;
  top: 4px;
  color: #6d6d6d ;
}

/***********************************
+ Google Search
***********************************/

#google_search {
  background: #d2e27a;
  width: 181px;
  padding: 8px 0 8px 8px;
}

#google_search input[type="text"] {
  width: 131px;
  border: 1px solid #8ba20c;
  margin: 0;
  background: #fff url(/images/google_search_bg.gif) top left no-repeat;
}

.google_text_field input {_width: 128px; /*fixes width for IE6 only */}

#google_search input[type="text"]:focus {  background: #fff url(/images/google_search_bg_focus.gif) top left no-repeat; }

#google_search input {vertical-align: middle;}

#google_search h6 {
  color:#270984;
  font-weight: normal;
  font-size: 12px;
}
  
  
/***********************************
+ Signup / Login Page
***********************************/  

#not_a_member {
  clear: both;
  padding: 77px 18px 8px 18px;
  width: 597px;
  background: #f4f8e1 url(/images/not_a_member.gif) top left no-repeat;
}

#is_member {
  padding: 57px 0 0 5px;
  background: #fff url(/images/is_member.gif) top left no-repeat;
  margin: 0 0 30px 0;
}

#is_member h1 {
  display: none;
}

.lightbox_login_button input.not_a_member_register, span#registering {
  border: none;
  background: url(/images/not_a_member_register.gif);
  width: 101px;
  padding: 0 0 5px 0;
  margin: 0;
  height: 32px;
  color: #6b6b6b;
  font-weight: bold;
  top: 0;
}

span#registering {
  display: block;
  line-height: 32px;
  text-align: center;
  padding: 0;
  font-size: 94%;
}

#not_a_member input, #is_member input {margin: 0;}

#not_a_member .form_image_submit input {
  border: none;
  background: url(/images/not_a_member_register.gif);
  width: 101px;
  padding: 0 0 5px 0;
  margin: 0;
  height: 32px;
  color: #6b6b6b;
  font-weight: bold;
}

#not_a_member_bottom {
  width: 633px;
  height: 14px;
  background: #f4f8e1 url(/images/not_a_member_bottom.gif) bottom left no-repeat;  
}

#not_a_member_location_name label, 
#not_a_member_email label,
#is_member_email label,
#is_member_password label {
  display: block;
  font-size: .8em;
}

#is_member_email_remember label {
  display: inline;
  color: #848484;
  font-size: .8em;
}

#is_member_email_remember {
  width: 277px;
  float: left;
}

#form_helper_items {
  clear: both;
  padding: 3px 0 0 0;
}

#form_helper_items a:link {
   font-size: .8em;
}

#not_a_member_location_name input, 
#not_a_member_email input,
#is_member_email #is_member_email_text input,
#is_member_password input {
  width: 100%;
}

#not_a_member_location_name {
  margin: 0 7px 7px 0;
  width: 475px;
  float: left;
}

#not_a_member_email {
  margin: 0 7px 7px 0 ;
}

input.not_a_member_register,
  input.is_member_login {
    position: relative;
    top: 13px;
  }

#is_member_email {
  width: 262px;
  margin: 0 15px 0 0;
  float: left;  
}

#is_member_password {
  width: 210px;
  _width: 180px;
  margin: 0 15px 0 0;
  float: left;  
}

.form_image_submit {
  float: right;
}

.referral_join_team {
  font-size: .8em;
  width: 250px;
  padding: 10px 0 0 0;
  clear: both;
  float: left;
}

#modal_container .team_invite_only {
  margin: 0 0 0 17px;
  padding: 8px 0 18px 0;
  color: #5f6626;
  text-align: center;
  font-weight: bold;
}

#modal_container .team_invite_only p {
  text-align: left;
  margin-bottom: 10px;
  margin-right: 17px;
}

.delete_comment {
  float: right;
}

.delete_comment a{
  display: block;
  width: 22px;
  height: 22px;
  text-indent: -5000px;
  background: url(/images/delete_comment.gif) top left no-repeat;
}

.delete_comment a:hover { background: url(/images/delete_comment.gif) 0 -22px no-repeat;}

* html #user_team_list .leader {
  background-position: 7px 0px;
}

/* Override header height for leaderboards only */

body.teams-index #header,
body.users-index #header,
body.locations-index #header {
  height: 65px;
}

#user_location_name_auto_complete ul {
  border: none;
  border-bottom: 1px solid #dae4ef;
}

#user_location_name_auto_complete ul li {
  color: #36C;
  font-size: 0.8em;
  text-decoration: underline;
  border-top: 1px solid #f1f1f1;
  border-left: 1px solid #dae4ef;
  border-right: 1px solid #dae4ef;
  cursor: pointer;
}

#user_location_name_auto_complete ul li.selected {
  background: #dae4ef;
}

/* league signup page for kiosk setup */
#league-signup h2.form-header {
  margin: 30px 0 6px 0;
}

#league-signup form#new_user fieldset {
  background: #E9F1BF;
  border: 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin: 0 0 24px 0;  
  padding: 15px;
}

#league-signup form#new_user .input-container {
  background: #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  box-shadow: 0 1px 2px #999;
  -webkit-box-shadow: 0 1px 2px #999;
  -moz-box-shadow: 0 1px 2px #999;  
  margin: 4px 0 0px 0;
  padding: 12px;
}

#league-signup form#new_user fieldset ol {
  margin-bottom: 2px;
}

#league-signup form#new_user fieldset ol .input-container li {
  margin-bottom: 8px;
}

#league-signup form#new_user fieldset ol .input-container li input {
  padding: 8px;
  width: 540px;
}

#league-signup form#new_user ul.leaders .place {
  margin-right: 10px;
  width: 20px;
}

#league-signup form#new_user ul.leaders span.name {
  padding: 0.666em 0px 0px 0.18em;
}

#league-signup #challenge_container h2.challenge_title {
  line-height: 125%;
  margin-bottom: 0px;
  padding: 15px 15px 0px 5px;
}

#league-signup #challenge_container p.challenge_summary {
  line-height: 150%;
  margin: 15px 15px 5px 15px;
}

#league-signup #challenge_container #accept_challenge_tab {
  text-align: left;
}

#league-signup #challenge_container {
  background: #E9F1BF;
  border: 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin: 0 0 24px 0;  
  padding: 12px 15px 16px 15px;
  width: 598px;
}

#league-signup #accept-challenge {
  font-weight: bold;
  padding: 0 0 10px 15px;
}

#league-signup #accept-challenge input {
  float: left;
  margin: 20px 0 0 0;
}

#league-signup #accept-challenge label {
  display: inline;
  float: left;
  margin: 15px 0 0 10px;
}

#league-signup .challenge_comments {
  margin-left: 5px;
}

#league-signup form#new_user fieldset.buttons {
  background: transparent;
  margin: 48px 0 30px 0;
  padding: 0;
}

#league-signup fieldset.buttons li.commit input#user_submit {
  background: #d4c3fa;	
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d4c3fa), to(#543a8d));
  background: -moz-linear-gradient(0% 100% 90deg,#543a8d, #d4c3fa);
  border: 1px solid #392760;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.5), inset 0px 0px 0px 1px #fff;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.5), inset 0px 0px 0px 1px #fff;
  color: #eee;
  font-family: "helvetica neue", helvetica, arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  height: auto;
  line-height: 1;
  margin: 0;
  padding: 14px 20px 18px 20px;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(50, 50, 50, 0.5);  
  width: 150px;
}

#league-signup p {
  color: #666;
  font-size: 12px;
  line-height: 130%;
  margin-bottom: 24px;
}

/* comment form */

#posts h4 strong {
  font-weight: 900;
}

#post_comment_form {
  border-top: 1px solid #d9dfbd;
  background: #f5f9e3;
  padding: 13px 0;
}

#post_comment_form.logged_out p {
  padding: 0 13px;
}

#post_comment_form p.comments_disabled {
  margin: 0 13px;
  font-weight: bold;
}

.suggestions-new p.comments_disabled {
  margin-top: 15px;
  font-weight: bold;
}

.comment_form {
  width: 590px;
  height: 244px;
  display: block;
  margin: 0 auto;
  padding: 0 0 0 9px;
  background: url(/images/comment_form.png) 0 0 no-repeat;
}

.comment_form h4 {
  text-indent: -9999px;
}

.comment_form textarea{
  height: 99px;
  width: 574px;
}

.comment_form p {
  color: #232323;
  font-size: .7em;
}

.comment_form p em {
  font-style: normal;
  color: #999;
}

.comment_form #post_photo {
  margin: 0;
  padding: 0;
  font-size: .7em;
}

.comment_form .file_field {
  margin: 2px 0 10px 0;
  padding: 10px 10px 10px 40px;
  background: #f7f7f7 url(/images/icons/paperclip.png) 10px 50% no-repeat;
}

/******************************
+ Facebook Connect
******************************/

.facebook_connect {
 margin: 0 0 10px 0; 
}

#plaxopage .clearfix label {float: left;width: 320px;}
#plaxopage #invitation_recipient_addresses {clear: both;}

#plaxopage .clearfix .facebook_connect {
  padding: 0;
  float: right;
  width: 250px;
}

#plaxopage .clearfix .facebook_connect .fbconnect_login_button {
  float: right;
  margin-right: 9px;
}

#fbc_profile.facebook_connect {
  width: 626px;
  height: 34px;
  padding: 0px 0 0 0;
  text-align: center;
  color: #fff;
  background: #45629d url(/images/facebook/fbc_background.png) top left no-repeat;
}

#fbc_profile.facebook_connect img {
  position: relative;
  top: 5px;
}

#fbc_profile.facebook_connect span {
  color: #fff;
  padding: 0 5px 0 40px;
  display: block;
  float: left;
  font-size: .85em;
  vertical-align: top;
  line-height: 34px;  
  font-weight: bold;
  text-shadow: #192d54 0px 1px 1px;
}

.fbc_official_button {
  height: 34px;
  width: auto;
  float: left;
}

