.dropdown-container {
  z-index: 202;
  background: #fff;
  position: absolute; }

.default-dropdown {
  background: #fff;
  z-index: 203;
  border: 1px solid #777;
  border-bottom: 1px solid #0C7F00;
  border-top: none;
  padding: 0px 0px 0px 0px; }

.default-text {
  text-align: left;
  z-index: 100;
  background: #eee;
  color: #777;
  border-left: 1px solid #777;
  border-right: 1px solid #777;
  border-bottom: 1px solid #ccc;
  padding: 3px 4px 3px;
  height: auto;
  overflow: auto; }

.typeahead_header {
  padding: 4px 4px 4px 4px;
  background-color: #7888a2;
  background-color: red;
  color: #FFFFFF;
  overflow: none;
  font-size: 11px;
  display: none; }

.dropdown {
  background: #eee;
  z-index: 204;
  border: 1px solid #777;
  border-top: none;
  border-bottom: none;
  padding: 0px; }

.dropdown .list_element_container, .default-dropdown .list_element_container {
  text-align: left;
  z-index: 20;
  background-color: #fff;
  color: #000000;
  cursor: default; }

.dropdown .list_element_container_selected, .default-dropdown .list_element_container_selected {
  z-index: 20;
  text-align: left;
  background-color: #0C7F00;
  cursor: default; }

.dropdown .list_element_name, .default-dropdown .list_element_name {
  z-index: 20;
  color: #000;
  padding: 2px 2px 0px 4px;
  height: 14px;
  overflow: hidden; }

.dropdown .list_element_loc {
  padding: 0px 2px 2px 8px;
  height: 10px;
  font-size: 9px;
  color: #777;
  overflow: hidden; }

.dropdown .list_element_loc_selected {
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 2px;
  height: 10px;
  font-size: 9px;
  color: #cccccc;
  overflow: hidden; }

.dropdown .list_element_name .suggest, .default-dropdown .list_element_name .suggest, .dropdown .list_element_loc .suggest {
  color: #000000;
  font-weight: bold;
  background: #cccccc; }

.dropdown .list_element_name_selected, .default-dropdown .list_element_name_selected {
  text-align: left;
  color: #fff;
  padding: 2px 2px 0px 4px;
  height: 14px;
  overflow: hidden; }

.default-dropdown .list_element_name,
.default-dropdown .list_element_name_selected {
  padding: 3px 2px 2px 4px; }

.dropdown .list_element_name_selected .suggest, .default-dropdown .list_element_name_selected .suggest, .dropdown .list_element_loc_selected .suggest {
  color: #FFFFFF;
  font-weight: bold;
  background: #5670A6; }

.dropdown .list_element_divider {
  height: 1px;
  overflow: hidden;
  background-color: #eee; }

.default-dropdown .list_element_divider {
  height: 1px;
  overflow: hidden;
  background-color: #eee; }

#goodFrame {
  position: absolute;
  z-index: 0;
  border: 0px;
  filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0); }
/*  ------------------------------------------------------------
    ::  SMS Page
    ------------------------------------------------------------  */

.sms_top_summary { 
  width: 300px; }

table.sms_table tr#firstrow {
  vertical-align: bottom; }

table.sms_table tr td#leftpane {
  width: 340px;
  padding-right: 15px; }

table.sms_table tr td#leftpane h3 {
  margin-bottom: 10px; }

.sms_nocharge { 
  font-size: 9px;
  color: gray;
  padding: 5px 0px 10px; }

div.sms_convert_mms { 
  float: left;
  border: solid 1px #cccccc;
  background: #fff;
  color: #000;
  padding: 3px 0px;
  margin-right: 16px;
  width: 100px;
  text-align: center; }

div.howto_table {
  background: #f7f7f7;
  border: solid 1px #ccc; 
  padding: 10px; }

.sms_howto_toggle {
  padding-top: 8px;
  font-size: 9px;
}

.sms_fbook { 
  border:solid  1px;
  background:#f7f7f7;
  padding:10px;
  text-align:center;
  font-weight:bold;
  font-size:22px;
  color:black; }

/*  ------------------------------------------------------------
    ::  SMS Tester
    ------------------------------------------------------------  */

#phone {
  margin-bottom:5px;
  width: 244px;
  height: 308px;
  border-bottom: solid 2px #0C7F00;
  background-image:url(/images/facebookphone.gif);
  background-repeat:no-repeat; }

#sms_message {
  width: 125px; }

#phonecontrols {
  background: #f7f7f7;
  border: solid  1px;
  padding: 5px 5px 5px 5px; }

#phonecontrols .label {
  padding: 0px 5px 0px 0px;
  margin: 0px 0px 0px 0px }

#moresponse {
  position:relative;
  top:73px;
  left:13px;
  height:191px;
  width: 198px;
  margin: 0px 0px 0px 0px;
  padding: 7px 9px 5px 9px;    
  background: none;
  font-family: monospace;
  font-size: 13px;
  overflow: auto; }

#phone_title {
  text-align:center;
  padding:0px 0px 10px 0px;
  font-weight:bold;
  font-family:arial;
  font-size:14px;
  color: #0C7F00;
}

.profile_status img {
  margin: 0px;
  padding: 0px;
  float:left;
}

.profile_status #status_body {
  float:left;
  padding: 0px;
  margin: 0px 0px 0px 5px;
  width: 115px;
}

.profile_status #status_body #status_content {
  color: #000;
}

#status_content #su_placeholder {
  color: #0C7F00; }

.profile_status #status_meta {
  color: gray;
  display: block;
  font-size: 9px;
  line-height: 11px;
  padding-top: 2px;
}

#status_editor { 
 position: relative; }

input#edit_status_text {
  float: left;
  display: block; 
  border-top: 1px solid #777;
  border-left: 1px solid #777;
  border-bottom: 1px solid #777;
  border-right:0;
  height: 17px;
  width: 144px;
  margin: 0px;
  padding: 3px 2px 0px;
}

#edit_status_toggle { 
  display: block;
  float: left;
  margin: 0px;
  padding: 3px 0px 0px;
  height: 17px;
  width: 14px; 
  color: #0C7F00;
  border-top: 1px solid #777;
  border-right: 1px solid #777;
  border-bottom: 1px solid #777;
  border-left: none;
  background:#cccccc url(../images/status_off.gif) no-repeat 3px 9px;
  text-align: center;
}

#edit_status_toggle:hover { 
  text-decoration: none;
}

#edit_status_select { 
  display: none;
  position: absolute;
  z-index: 2;
  width: 162px;
  border-left:1px solid #777;
  border-right:1px solid #777;
  border-bottom: 1px solid #777;
}

#edit_status_select a { 
  display: block;
  overflow: hidden;
  width: 156px;
  background: #fff;
  color:#000;
  border: none;
  border-top: 1px solid #eee;
  padding: 3px;
  margin: 0px;
  margin-top: -1px;
}

#edit_status_select a:hover { 
  text-decoration: none;
  color:#fff;
  background: #0C7F00;
}


/*  ------------------------------------------------------------------------
                             Neopolis | The Sharer
    ------------------------------------------------------------------------  */

.share_pop_dialog table.pop_dialog_table {
  width: 485px;
}

.share_pop_dialog .share_composer .share_header {
  padding-top: 12px;
}

.share_pop_dialog div.tokenizer,
.share_pop_dialog .composer_fields dd,
.share_pop_dialog .composer_fields .field #subject_field,
.share_pop_dialog .composer_fields textarea {
  width: 355px;
}

.share_pop_dialog .attachment_stage {
  width: 360px;
}

.share_pop_dialog div.tokenizer {
  border: 1px solid #8496ba;
}

.share_pop_dialog .composer_fields textarea {
  height: 50px;
}

.share_pop_dialog .share_send,
.share_pop_dialog .share_post {
  background: #f7f7f7;
  padding-top: 15px;
}

.share_pop_dialog .share_status_send .share_post,
.share_pop_dialog .share_status_post .share_send {
  position: absolute;
  left: -32000px;
  top: -32000px;
}

.share_pop_dialog .share_buttons {
  margin: auto;
  padding-top: 0px!important;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}

.share_pop_dialog .share_message {
  padding: 10px;
}

.share_pop_dialog .share_status {
  padding: 0px 10px 10px;
}

.sharer .share_status {
  background: #f7f7f7;
}

.share_pop_dialog .status {
  margin: 0px;
}

.share_pop_dialog .status h2 {
  background: #fff9d7;
  border: none;
  color: black;
  font-size: 11px;
}

/* the popup dialog */
body.sharer_popup {
  overflow: hidden;
}

#booklet .share_message .status {
  margin-top: 140px;
}

#booklet .status h2 {
  font-size: 13px;
}

#booklet .share_pop_dialog .share_composer .share_header {
  height: 20px;
}

#booklet .dialog_content {
  height: 398px;
  overflow: hidden;
}

#booklet .share_send,
#booklet .share_post {
  height: 326px;
  overflow: auto;
}

.share_pop_dialog .composer_fields {
  margin: auto;
  width: 463px;
}

#booklet .share_buttons {
  background: #f0f0f0;
  height: 35px;
  line-height: 30px;
  vertical-align: middle;
  padding: 0px;
  left: 1px;
  position: absolute;
  bottom: 0px;
  width: 624px;
  border-top:1px solid #aaa;
}

#booklet .share_buttons input {
  margin-top:3px;
  vertical-align: middle;
}

.sharer #content {
  padding: 0px;
}

.sharer .share_buttons {
  padding-bottom: 8px;
  width: 428px;
}

/* attachments */
.attachment_caption {
  color: #303030;
  font-size: 9px;
  padding: 3px 0px;
}

.attachment_caption .caption {
  float: left;
}

.attachment_caption .remove {
  float: right;
  font-weight:bold;
}

.attachment_stage h2 {
  margin-left: 0px;
}

.attachment_stage_area {
  padding: 8px 3px 7px 8px;
  overflow: hidden;
}

.share_attachment_loading {
  background: url('/images/upload_progress.gif') center no-repeat;
  padding: 15px;
}

.external_stage {
  padding:0;
}

.external_stage .url {
  color: #4f4f4f;
  display: block;
  font-size: 9px;
  padding-top: 3px;
}

.external_stage .thumbnail_dont_use .selector,
.external_stage .thumbnail_dont_use .thumbnail {
  display: none;
}

.external_stage .thumbnail_viewer.loading {
  background: url('/images/upload_progress.gif') center no-repeat;
  padding-top:15px;
  width:100px;
}

.external_stage .thumbnail_viewer label {
  padding: 0px;
}

.external_stage .thumbnail_viewer .selector {
  width:100px;
}

.external_stage .thumbnail_viewer {
  float: left;
  width: auto;
  margin-right: 0px;
  overflow: hidden; /* Clear float on thumbnail */
}

.external_stage .thumbnail_viewer h4 {
  width:100px;
  font-weight:normal;
  font-size:9px;
  margin:2px 0 6px;
}

.external_stage .thumbnail_stage h3 {
  color: #7f7f7f;
  font-size: 11px;
  padding-bottom: 3px;
}

.external_stage .thumbnail_stage .thumbnail_unselected {
  height: 0px;
  overflow: hidden;
  position: absolute;
  width: 0px;
}

.external_stage .thumbnail_stage .thumbnail {
  padding-bottom: 2px;
}

.external_stage .thumbnail_stage .arrows {
  float: left;
  margin: 0 6px 5px 0px;
}

.external_stage .thumbnail_stage .arrows a:hover {
  text-decoration: none;
}

.external_stage .thumbnail_stage .arrows .disabled {
  cursor: default;
}

.external_stage .thumbnail_stage .arrow {
  background-image: url('/inbox/images/arrows.gif');
  background-repeat: no-repeat;
  display: block;
  float: left;
  height: 21px;
  width: 27px;
}

.external_stage .thumbnail_stage .arrows .left {
  width: 28px;
}


.external_stage .thumbnail_stage .arrows .left .enabled {
  background-position: -28px 0px;
}

.external_stage .thumbnail_stage .arrows .left .active {
  background-position: 0px 0px;
}

.external_stage .thumbnail_stage .arrows .left .disabled {
  background-position: -56px 0px;
}

.external_stage .thumbnail_stage .arrows .right .enabled {
  background-position: -111px 0px;
}

.external_stage .thumbnail_stage .arrows .right .active {
  background-position: -138px 0px;
}

.external_stage .thumbnail_stage .arrows .right .disabled {
  background-position: -84px 0px;
}

.external_stage .thumbnail_stage .counter {
  float:left;
  line-height: 20px;
  vertical-align: middle;
  font-size:9px;
}

.summary_wrap {
  float:right;
  width:325px;
  margin-right:5px;
}

.attachment_stage .has_image .summary_wrap {
  width:225px;
}

.share_media .external_stage h3 {
  margin-bottom:5px;
  color:#333;
}

.share_media .inputtext {
  width:215px;
}

html .share_media textarea {
  height:75px;
}

a.inline_edit {
  color:#000;
  display:block;
}

a.inline_edit:hover {
  background:#ffff99;
  text-decoration: none;
  width: auto;
}

.popup_url_form {
  padding: 150px 20px;
  text-align: center;
}

.popup_url_form .sharer_form {
  padding: 10px;
}

.popup_url_form .inputtext {
  width: 250px;
}

#share_fatal_error {
  padding: 10px;
}

/*  Whatever you do: Don't share the sharer.  ------------------------------  */

.profile #content {
  padding: 0px 0px 20px 0px; 
  width: 646px; }

.profile #wall {
    padding: 0px;
    background: #ffffff;
}

.wall #content {
  padding: 10px 0px 0px 0px; }

.profile #disabled_error {
  padding: 0 10px 10px 0;
}

#userprofile {
  margin: 0px;
  padding: 0px;
  background: url(../images/narrowleftbg.gif) repeat-y 20px 0px; }

#partyprofile {
  background: url(../images/narrowrightbg.gif) repeat-y right; }

#profilenarrowcolumn {
  float: left;
  width: 200px;
  padding: 0px 0px 0px 20px;
  margin: 19px 10px 0px 0px;
/*  position: relative; 

    JS stuff depends on this not being relative.
*/
  z-index: 2; }

#profilepagewidecolumn {
  float: left;
  width: 396px;
  padding: 0px;
  margin: 0px; }

#moveable_wide {
  width: 396px;
}
 
            
#profileActions {
  margin: 0px;
  padding: 10px 0px;
  background: white;
  position: relative;
  z-index: 3;}

.collapsed_mode .app_actions {
  display:none;
}

#profileActions a:hover {
  text-decoration: none;
  cursor: pointer;
}

#profileActions .holder {
  padding: 2px 0px 0px 9px;
  line-height: 16px;
}

#profileActions a:hover .holder {
  color: white;
  text-decoration: none;
  background: #0C7F00;
  text-decoration: none; }


#profileActions .text {
  width: 170px;
  float: left;
  overflow: hidden;
}

#profileActions a:hover .unselected .text {
  padding-top: 1px;
}

#profileActions a .holder, 
#profileActions .unselected {
  padding: 1px 0px 1px 9px;
  background: white;
  border-bottom: 1px solid #cccccc;
  display: block;
  text-decoration: none;
  width: 190px;
 }

#profileActions .inactive {
  display: block;
  border-bottom: solid 1px #cccccc; 
  color: #666; 
 }

#profileActions a:hover .box_remove {
   display: block;
  
}

#profileActions .box_remove, 
#profileActions .box_remove:hover,  
#profileActions .box_remove_hover_selected,
#profileActions .box_remove_selected {
     display: none;
     width: 15px;
     border-bottom: none;
     float: right;
     height: 16px;
     margin-bottom: -1px;
}


#profileActions a:hover .box_remove, 
#profileActions .box_remove_selected {
    background: transparent url('/images/profile_action_icon_remove.gif') no-repeat 1px center; 
}


#profileActions .box_remove:hover, 
#profileActions a:hover .box_remove:hover, 
#profileActions a:hover .box_remove_hover_selected, 
#profileActions .box_remove_selected {
      display: block;
      background-color: #0C7F00;
      background-image: url('/images/profile_action_icon_remove.gif');
      background-position: -12px center;
      margin: -1px 0px -1px 0px;
      padding: 1px 0px 1px 0px;
}


/* DARK PROFILE CLASSES */
.darkquestionmark {
  text-align: center;
  border: 1px solid #ccc;
  background-color: #eee;
}

.darkquestionmark .darkcaption {
  border-top: 1px solid #ccc;
  padding: 6px;
}
.darkquestionmark .darkcaption div {
  margin-top: 5px; 
}
/* END DARK PROFILE CLASSES */

.profile .orientation_text {
    background: #fff8cc;
    border-bottom: solid 1px #ffe222;
    margin: 0px 3px -1px -2px;
    padding: 4px 4px 2px 4px;
}

.profileimage {
  border-right: solid 1px white;
  text-align: center;
  /* the horizontal position value of background-position in #userprofile background
   * + the padding-top value of #profileActions padding */ 
  min-height: 30px; }

.collapsed_mode .profileimage {
  padding-bottom: 10px;
}
  
  .profileimage img {
    border: 0px none; 
    position: relative;
    z-index: 2; }

.profileheader h2 {
  color: #0C7F00;
  font-size: 11px; }

.profileheader {
  background: #cccccc;
  border-top: solid 1px #0C7F00;
  clear: both;
  color: #0C7F00;
  font-size: 11px;
  font-weight: bold;
  margin: 0px;
  padding: 2px 8px;}

  .witheditlink { text-align: right; }
  .witheditlink h2 { float: left; }

.profilesubheader {
  color: #0C7F00;
  font-weight: bold;
  font-size: 12px;
  margin: 0px;
  padding: 2px 8px;
  background: #eee;
  border-top: solid 1px #ccc; }
  
.profilebox {
  margin: 0px;
  padding: 10px 8px 15px 8px;
  line-height: 13px;
  overflow: visible; }
              
  .profilebox div.clear {
    clear: both;
    margin: 0px;
    padding: 0px;
    border: none;
    background: none; }
  
  .profilebox h4 {
    margin-top: 1px;
    margin-left: 0px;
    margin-bottom: 0;
    padding-left: 0px; }
  
  .profilebox:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;}

  * html .profilebox { height: 1%; }
  .profilebox { display: block; }
  
.friendTable {
  margin: 0px;
  margin: 5px 5px 15px; }
.friendTable td {
  margin: 0px;
  padding: 1px 0px;
  vertical-align: bottom;
  text-align: center;
  width: 62px;
  font-size: 11px; }
.friendTable table {
  margin: 0px auto;
  padding-bottom: 0px; }
.friendTable img {
  margin-top: 5px; }

//TODO (MULLET) combine w/friendtable & abstract
.fbpageTable {
  margin: 0px;
  margin: 5px 5px 15px; }
.fbpageTable td {
  margin: 0px;
  padding: 1px 0px;
  vertical-align: bottom;
  text-align: center;
  width: 62px;
  font-size: 11px; }
.fbpageTable table {
  margin: 0px auto;
  padding-bottom: 0px; }
.fbpageTable img {
  width: 55px;
  margin-top: 5px; }
  
  .profilesubheader .friend_details {
    float: left;
    width: 184px; }
  .profilesubheader .with_see_all {
    width: 140px; }
  .profilesubheader .friend_see_all {
    text-align: right;
    float: left;
    width: 44px; }
            
  .morefriends {
    margin-top: 5px; }

.profileTable {
  margin: 0px;
  padding: 0px;
  margin-bottom: 8px;
  margin-left: 8px; }
.profileTable td {
  vertical-align: top;
  font-size: 11px;
  line-height: 13px;
  margin: 0px;
  padding: 1px 0px 1px 0px; }            
.profileTable .label {
  width: 120px;
  color: gray; }

  .profilebox .profileTable {
    margin-left: 0px; }

  h4.info_section {
    color: #444; 
    margin: 1px 0px 0px;
    padding: 4px 0px 2px; }

  h4.info_section .edit { display: inline; margin-left: 8px; }
  h4.info_section .edit a { color: lightgrey; font-weight: normal; }
  h4.info_section .edit a:hover { color: #0C7F00; }    

.networks_with_friends ul {
  float: left;
  margin: 0px;
  padding: 0px;
  width: 87px;
  padding-right: 6px;
  line-height: 14px;
  list-style: none; }
  
  .networks_with_friends .right_column {
    width: 87px;
    padding-right: 0px; }
  
  .networks_with_friends h5 {
    font-size: 10px; 
    margin: 0px 0px 5px;
    padding: 1px 0px;
    border-bottom: solid 1px #cccccc; }
  .networks_with_friends .in_common,
  .networks_with_friends .lots_of_friends {
    width: 178px;
    padding-bottom: 10px; }
  .networks_with_friends .show_all {
    float: right;
    text-align: right;
    font-size: 9px; }

  #nwf_full .show_all {
    clear: both;
    padding-top: 8px;
  }

.right_column {
  width: 87px;
  padding-right: 0px; }

.profilecourses {
  list-style: square;
  margin: 0px;
  padding: 0px 0px 0px 15px;
  color: #0C7F00; }
  
  .profilecourses li {
    margin: 0px;
    padding: 1px 0px; }
  
  .profilecourses li span {
    color: #333; }

.profile_box .view_all_friends {
  float: right;
  text-align: right;
  padding: 0px 10px 10px 0px;
  font-size: 10px;
}
  
#groupprofile, #placesprofile {
  margin-left: 10px; }

#wallpagerbar {
        text-align: left;
        margin: 0px 0px 0px;
        padding: 3px 10px;
        border-top: solid 1px #cccccc;
        color: #0C7F00; }

.profilelinks {
  margin: 0px 0px 0px 10px;
  padding: 0px 0px 0px 0px; }

.profilelinks li {
  padding: 0px 0px 5px 0px; }


#empty_photos_box {
  padding: 10px 10px 15px 8px;
}

#photos_box {
  padding: 10px 0px 15px 8px;
}

#photos_box .added .album {
  border-bottom: solid 1px #ffe222; 
  padding: 6px 6px 3px 6px;
  width: 174px;
  margin: 0px 10px 10px -6px;
  background: #fff8cc;  }

#photos_box .album {
  padding: 6px;
  width: 160px;
  float: left;
  word-wrap: break;
  margin: 0px 10px 0px 0px; }
  
  #photos_box .album .image img {
    width: 75px;
    float: left;
    margin-right: 10px; }

  #photos_box .album img.mob_album {
    float: left;
    margin: 1px 4px 0px 0px; }
  
  #photos_box .album .date {
    color: gray; }

#marketplace_box {
  padding: 0px 0px 15px 8px;
}

#marketplace_box .listing {
  padding: 0;
  float: left;
  word-wrap: break;
  margin: 10px 10px 0px 0px; }

#marketplace_box .first_listing {
    margin-top: 0px;
}

  #marketplace_box .listing .image {
    width: 50px;
    float: left;
    margin-right: 10px;
    }

  #marketplace_box .listing .image img {
   width: 50px;
  }

  #marketplace_box .listing .info {
    float: left;
    width: 120px;
    }

  #marketplace_box .listing .date {
    color: gray; }

  #marketplace_box .listing .category {
    font-size: 9px;
    color: gray; }

#groups {
  word-wrap: break-word;
}

#notes {
  word-wrap: break-word;
}

#profileActionsSecondary {
  overflow: hidden;
  background: #f7f7f7;
  margin: 0px 0px -20px 0px;
  border-top: solid 1px #ddd; }

  #profileActionsSecondary ul {
    list-style: none; 
    padding: 10px 20px 25px 20px;
    margin: 0px; }

  #profileActionsSecondary li.share {
    float: right;
    line-height: 13px;
    font-size: 11px;
    margin: -1px;
    padding: 0px 11px 0px 0px; }

  #profileActionsSecondary li.share .share_and_hide {
    text-align: right;
    float: left;
  }

  #profileActionsSecondary li {
    float: left;
    line-height: 18px;
    padding: 0px 2px 0px 2px; }


/* -----------------------------|  FLEX |--------------------------------- */

.flex_open .when_shut {
    display: none; }

 .flex_open .when_open {
    display: block; }

.flex_shut .when_shut {
    display: block; }

.flex_shut .when_open {
    display: none; }

/* === Header */

.flex_header {
   cursor: pointer;
   padding: 2px 8px 2px 23px;
   border-top: solid 1px #b1bdd6;
   background: #cccccc;
   -khtml-user-select: none; }

.flex_header div {
  float: left; }

.flex_header .flex_edit {
  font-weight: bold;
  float: right; }

.flex_header h2 {
  font-size: 11px;
  display: inline;
  color: #0C7F00; }

.when_open .flex_header, .flex_open .box_head {
  border-top: solid 1px #0C7F00;
  background-repeat: no-repeat;
  background-image: url('../images/flex_arrow_open.gif');
  background-position: left center; }

.header_app_icon {
  display: none;
}

.collapsed_mode .header_app_icon {
    display: block;
    margin: -1px 5px 0px -20px;
    float: left;
}

.profile .collapsed_mode .box_head {
   background-image: none;
   padding-top: 2px;
   padding-bottom: 2px;
}

.flex_shut .box_head {
   background-image: url('../images/flex_arrow_shut.gif');
}

  .when_shut .flex_header, .flex_shut .box_head, .collapsed_mode .box_head {
    background-color: #eee;
    background-repeat: no-repeat;
    background-position: left center; }
   

/* === Subheader */

.flex_subheader {
  padding: 2px 8px 2px 23px;
  padding: 2px 8px 2px 8px;
  border-top: solid 1px #ccc;
  background: #eee; }

.flex_subheader h3 {
  font-size: 11px;
  font-weight: normal;
}

.flex_subheader .friend_details {
  float: left;
  width: 184px; }

.flex_subheader .with_see_all {
   width: 140px; }
.flex_subheader .friend_see_all {
   text-align: right;
   float: left;
   width: 44px; }

/* === Content Box */

.flex_box {
    overflow: hidden;
    padding: 10px 8px 15px 8px; }


.when_open .no_padding {
    padding: 0px;
  }

.flex_box h4 {
  margin: 1px 0px 0px;
  padding: 4px 0px 2px; }


/*  -----------------------------------||-----------------------------------  */

.box_head {
  padding: 1px 6px 1px 8px;
  padding-left: 23px;
  height: 16px;
  border-top: solid 1px #0C7F00;
  background: #cccccc; }

.flex_open .box_head_highlight {
  /* background: #a7b8db; */
  background: #7c88b4; 
  border-top: solid 1px #28447f;
  background-repeat: no-repeat;
}

.box_head_highlight td h2, .box_head_highlight h2 a {
  color: white;
}

.box_head:hover {
  cursor: pointer;
}

.box_head .non_link {
  text-decoration: none;
}

.box_head .non_link:hover {
  cursor: default;
}

.profile .box_head h2 #wall {
  padding: 0px;
  background: transparent;
  text-decoration: none;
  }

.box_head.moveable:hover {
  cursor: move;
  background-color: #cfd7e4; }

  .box_head h2 {
    margin: 0px;
    padding: 1px 0px 1px;
    color: #0C7F00;
    font-size: 11px; 
    height: 15px;
    overflow: hidden;
    float: left;
    display: block;
  }
    
  .box_head h2 a {
      cursor: pointer; }
  
  .box_head .box_action {
    display: block;
    border-bottom: none;
    float: right; 
    height: 14px;
    padding: 1px 2px;
    background: transparent no-repeat center center; }
  
    .box_head .head_table {
      padding: 0px 0px 0px;
      margin: 0px;
    }
 
    .box_head .box_action:hover {
      color: white;
      cursor: pointer;
      text-decoration: none;
      background-color: #0C7F00; }
    
    .box_head .box_action.text { padding: 1px 3px; }
    .box_head .box_action.icon { width: 13px; }
    
    .box_head .box_remove {
      background-image: url('/images/icon_remove.gif'); }

    .box_head .box_remove:hover,
    .box_head .box_remove_selected, 
    .icon.box_remove:hover,
    .box_remove_selected {
      background-color: #0C7F00; 
      background-image: url('/images/icon_remove_hover.gif');  }


.box_subhead {
  color: #444; 
  padding: 2px 8px 2px 8px;
  border-top: solid 1px #ccc;
  overflow: hidden;
  background: #eee; }

  .box_subhead .box_subtitle { float: left; }
  .box_subhead .box_actions { float: right; padding-left: 5px; }

.profile .flex_shut, .profile .collapsed_mode .profile_box {
  padding-bottom: 5px; }

.profile .box_outline {
  border: solid 5px #fff9d7;
  border-top: none;
  border-bottom: none;

  margin: 0px -5px 0px;
 }

.profile .box_highlight_outline {
  position: absolute;
  z-index: 300;
  border: solid 3px #0C7F00;
 }

.profile .flex_shut .box_head, .profile .collapsed_mode .box_head {
  background-color: #eeeeee;
  border-top: solid 1px #B1BDD6; }
  
  .profile .flex_shut .inside_the_box,
  .profile .flex_shut .box_subhead,
  .profile .collapsed_mode .inside_the_box,
  .profile .collapsed_mode .box_subhead {
    display: none; }
  
  .profile .flex_open .box_flex {
    background-image: url('/images/icon_minimize.gif'); }
  .profile .flex_open .box_flex:hover {
    background-image: url('/images/icon_minimize_hover.gif'); }
  .profile .flex_shut .box_flex {
    background-image: url('/images/icon_maximize.gif'); }
  .profile .flex_shut .box_flex:hover {
    background-image: url('/images/icon_maximize_hover.gif'); }

.inside_the_box {
  overflow: hidden;
  background: white;
  padding: 10px 8px 15px 8px; 
  position: relative; }

.inside_the_box B {
  color: #444444;
}

#moveable_narrow .inside_the_box {
  width: 183px;
  overflow: hidden; }

#moveable_wide .inside_the_box {
  width: 380px; }

.remove_option {
  border: solid 1px #dbdbdb;
  border-bottom: solid 1px #ccc;
  background: #ffffff;
  padding: 3px 5px;
  margin: 7px 0px;
  color: #0C7F00; }

.remove_option:hover {
  cursor: pointer;
  text-decoration: underline; }


/*  -----------------------------------||-----------------------------------  */

.no_padding {
  padding: 0px; }

.trailing_padding {
  padding: 0 0 15px 0;
}

#moveable_narrow .no_padding,
#moveable_narrow .trailing_padding {
  width: 199px; }

#moveable_wide .no_padding,
#moveable_wide .trailing_padding {               
  width: 396px; }

/*  -----------------------------------||-----------------------------------  */

#friend_details p {
  margin: 0;
  padding: 0;
}

#friend_details div {
  margin-top: 0px;
  text-align: left;
}

#friend_details p.unconfirmed_label {
  margin: 0 0 5px 0;
  padding: 0;
}

#friend_details p.unconfirmed {
  color: gray;
}

.profile .view_explanation {
        margin: 0px 10px 10px 0px;
        padding: 10px;
        border: solid 1px #ffe222;
        background: #fff8cc; }
        
        .profile .view_explanation p {
           margin: 4px 0px 0px; }
        
        .profile .view_explanation  a {
          text-decoration: none; }

.highlight, .inserted { 
    background: #fff8cc; 
    border-bottom: solid 1px #ffe222;
    line-height: 100%;
    margin: 0px 3px -1px -2px;
    padding: 0px 2px 1px 2px; }

a.highlight, .inserted a {
  margin: 0px -2px 0px -2px; 
  padding: 0px 2px 1px 2px; }

a:hover.highlight, .inserted a:hover {
  border-bottom: 1px solid #0C7F00;
  text-decoration: none; }

.removed, .removed a {
  color: #707070; 
  text-decoration: line-through; }

.removed a:hover {
    text-decoration: underline line-through; }

.profile .datawrap { width: 260px }

.networks ul {
  list-style: none;
  margin: 0;
  padding: 0; 
}

.highschools ul {
  list-style: none;
  margin:0; 
  padding:0;
}

.colleges {
  margin: -3px 0px 0px 0px;
}

.colleges ul {
  list-style: none;
  margin: 3px 0px 0px 0px;
  padding:0;
}

/*  -------------------------|  WORK INFORMATION  |-------------------------  */

h4 .details_toggle { font-size: 9px; display: inline; margin-left: 8px;}
h4 .details_toggle a { color: lightgrey }
h4 .details_toggle a:hover { color: #0C7F00; }

#work_history_short ul {
  list-style: none;
  margin: 0px;
  padding-left: 0px; }

#work_history_short li { padding: 0px 0px 2px 0px }

/* --- Friends --- */

.profile .friends_section {
  padding: 10px 1px 0px 4px; }

  .profile .friends_section h4 {
    margin: 0px;
    font-size: 10px;
    border-bottom: solid 1px #cccccc;
    padding: 2px 4px 2px 4px; }
    
  .profile .friends_section em {
    display: block;
    margin: 0px;
    padding: 2px 4px;
    color: #555;
    font-size: 10px;
    font-style: normal;
    background: #f2f2f2;
    border-bottom: solid 1px #eee; }

  .profile .friends_section em span {
    float: left; }

  .profile .friends_section em .see_all {
    float: right; }

#aim_link {
  background: #f7f7f7;
  border-top: 1px solid #ccc;
  clear: both;
  color: #333;
  font-size: 9px;
  padding: 5px 5px;
  text-align: center;
  margin: 10px 0px -10px -10px; }

#aim_link span { color: black; display: block; font-size: 11px;}

/* DARK PROFILE GRAY TEXT FOR FRIEND BOX */
.darklink { color: #555; }

/* New Profile Layout Patches */

.profile .account_info {
  border-top: solid 1px white;
  border-bottom: solid 1px #ccc;
  background: #f7f7f7;
  margin: 0px -20px 2px -230px;
  padding: 17px 20px 8px 238px; }
  
  .profile .account_info .share_and_hide {
    float: right; }

.profile .account_info .left_side {
  width: 260px;
  float: left; }
  

.profile_name h2 {
  font-size: 13px;
  padding: 0px 0px 2px; }

.profile_name {
  margin: 0px;
  padding: 2px 5px 0px 0px; }

.profile_status {
  color: #555; }

.profile_status img.mob_status {
  padding-top: 2px; }

.profile_status a#status_text {
  color: #555;
  line-height: 14px; }
  
  .profile_status small {
    color: #777; }


#online_status_container {
  padding: 0px 0px 12px 0px; 
  border-right: 1px solid #ffffff;
 /* border-bottom: solid 1px #ccc; */
}

#online_status {
  padding: 0px 0px 0px 8px;
  color: #333;
}

#friend_status_container {
  padding: 0px 0px 5px 8px;
  border: 1px solid #ffffff;
}

#fired_by {
  font-size: 9px;
  color: gray;
  margin: 5px 0px 0px 0px;
}

#status_editor {
  margin: 1px 0px 0px; 
  padding: 5px 0px 0px;
  /* width: 310px; */
  border-top: solid 1px #ccc; }
  
  #status_editor table {
    width: 100%; }
  #edit_status_text { width: 150px; }
  #status_editor .clear_link { text-align: right; }
  #status_editor .status_editor_select span { }
  #status_editor .status_editor_select a {
    padding: 4px 4px 2px 8px;
    background-position: left 26px;
    background-repeat: repeat-y;
    background-image: url('/images/status_arrow.gif'); }
  #status_editor .status_editor_select a:hover {
    background-position: right 26px;
    background-image: url('/images/status_arrow.gif'); }


#status_editor_menu {
 border-color: ; 
 position: absolute;
 width: 156px;       
 z-index: 100; }

.profile_networks {
  float: left; }

.profile_networks ul {
  margin: 0px;
  padding: 4px 0px 5px;
  list-style: none; }
  
.profile_networks li {
  margin-bottom: 1px; }

.profile .basic_info {
  padding: 5px 0px 15px 8px; }

.profileTable {
  margin-left: 0px;
  margin-bottom: 0px; }

#photos_box .album {
  width: 170px;
  padding: 0px 0px 5px; }

#photos_box .album .image {
  width: 75px; }

#photos_box .album div {
  width: 83px; }

/*  ------------------------------|  POSTED ITEMS LIST  |-------------------------------  */

/* Look at html/css/share_media.css for posted items list styles */
  
/*  ------------------------------|  NOTES  |-------------------------------  */

.notes_titles {
  margin: 0px;
  padding: 0px;
  list-style: none; }
  
.notes_titles .added {
  border-bottom: solid 1px #ffe222; 
  background: #fff8cc;
  margin: 0px 10px 10px -6px;
  padding: 6px 6px 3px 6px; }
    
  .notes_titles li {
    margin-left: 0px; 
    padding: 0px 0px 6px 0px; }

    .notes_titles li.imported {
      background: url(/images/icons/blog.gif) no-repeat 0px 1px;
      padding: 0px 0px 6px 22px;
    }
    .notes_titles li.mobile {
      background: url(/images/icons/mobile_note.gif) no-repeat 3px 0px;
      padding: 0px 0px 6px 22px;
    }
    .notes_titles li.written {
      background: url(/images/icons/note.gif) no-repeat 0px 1px;
      padding: 0px 0px 6px 22px;
    }

  .notes_titles li a {
    display: block;
    padding: 0px 0px 1px 0px; }
  
  .notes_titles small {
    color: #333;
    font-weight: normal;
    display: block;
    font-size: 9px; }
  
  .notes_titles small span {
    color: gray; }
  
  .notes_titles small a {
    display: inline;
    font-weight: normal; }

/* ---- MINIFEED INTRO BOX ---- */

#profile_minifeedintro {
  float:left;
  width:394px;
  border:1px solid #ccc;
  background:#fff;
  position:absolute;
  z-index:2;
  top:-1px;
  left:0px;
  min-height:140px;
  height:100%;
  height:expression((this.parentNode.offsetHeight>140?this.parentNode.offsetHeight:'140')+'px');
  filter:alpha(opacity=70);
  -moz-opacity:0.70;
  opacity:0.70;
}

#profile_minifeedintro_subheader {
  float:left;
  width:394px;
  border:1px solid #ccc;
  border-bottom:1px solid#fff;
  background:#fff;
  position:absolute;
  z-index:2;
  top:-18px;
  left:0px;
  height:18px;
  filter:alpha(opacity=70);
  -moz-opacity:0.70;
  opacity:0.70;
}

#profile_minifeed_intro_spacer {
 height:145px;
 width:1px;
 visible:false;
 float:left;
}


#profile_minifeedintro_box {
  margin:8px 0 8px 8px;
  padding:15px 15px 5px 15px;
  border:1px solid #ccc;
  background:#f7f7f7;
  width:349px;
  position:absolute;
  z-index:3;
  top:0px;
  left:0px;
}

/*  ------------------------------|  WALL  |-------------------------------  */

.profile .thewall {
  padding: 0 0 15px 0; }

  .profile #inline_wall_post {
    background: #f7f7f7;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    padding: 10px 8px 7px; }

    .profile #inline_wall_post textarea {
        height: 50px;
        width: 370px; }

.profile .thewall .posts {
  padding: 10px 8px 15px; }

/*  ------------------------------|  ELECTION 2006  |-------------------------------  */

.election_header h2 {
 font-size: 10px;
 margin-left: 8px;
 color: #0C7F00;
 padding-bottom:2px;
}

.election_subheader {
 margin: 0px 0px 0px 5px; 
 padding: 3px 5px 3px 3px;
 border-top: 1px solid #cccccc;
 border-right: 1px solid #eeeeee;
 background: #F7F7F7;
 color: #808080;
 display: block;
 clear:both;
}

.election_friends img {
 margin-top: 0px;
}

.election_blank {
 margin: 0px 10px 4px;
/* width:180px !important; 
 width: 325px; */
 text-align: center;
 line-height:16px;
 padding: 10px 15px 10px 15px;
 border: 1px solid #eee;
 background: #F7F7F7;
 color: #808080;
}

.election_links {
  list-style: none;
  margin: 0px;
  padding: 0px; }
  
  .election_links li {
    padding: 0px 0px 8px; }

.profile_long_name h2 {
  color: #0C7F00;
  font-size: 13px;
  padding-bottom: 2px; }

.profile_long_name {
  float: left;
  color: #0C7F00;
  font-size: 11px;
  font-weight: bold;
  margin: 0px;
  padding: 2px 5px 2px 0px;}

/* -----------------------------| GIFTS |----------------------------------- */

#gifts  .wide {
    padding: 6px 0 10px 8px;
}

#gifts .narrow {
    padding: 16px 0 8px 16px;
}

#gifts .narrow .with_caption {
    width: 70px; 
    float: left; 
    margin-right: 17px;
    height: 100px;
}

#gifts .wide .with_caption {
    width: 70px; 
    float: left; 
    margin-right: 7px;
}

#gifts .gift_outer {
    margin: 0 0px 0 0;
    cursor: pointer;
    cursor: hand;
}


#gifts .gift_caption {
    font-size: 9px;
    width: 64px;
    margin-top: 3px;
    text-align: center;
    color: rgb(102, 102, 102);
}

#gifts .gift_caption span {
    color: #999;
}

#gifts .gift_caption a {
    color: rgb(102, 102, 102);
}

/*  -----------------------------|  MADNESS  |------------------------------  */

#profile_pools h2 {
  margin: 8px 0px;
  padding: 0px;
  color: #333;
}

#profile_teams {}
#profile_teams h2 {
  color: #333;
  margin: 8px 0px;
  padding: 0px;
}

#profile_tourney_status {}
#profile_tourney_status h2 {
  color: #333;
}

/*  -----------------------------|  AIM PRESENCE  |------------------------------  */

.presence_Online {
  background: transparent url(/images/im_online.gif) no-repeat center right;
  padding-right: 21px;
}

.presence_Away {
  background: transparent url(/images/im_away.gif) no-repeat center right;
  padding-right: 21px;
}

.presence_Idle {
  background: transparent url(/images/im_idle.gif) no-repeat center right;
  padding-right: 21px;
}

.presence_Mobile {
  background: transparent url(/images/im_mobile.gif) no-repeat center right;
  padding-right: 21px;
}

/*  ------------------------------|  MOBILE  |------------------------------  */
.mobile_uploads.wide .entry { 
 margin-top: 4px;
 margin-left: 2px;
 float: left;
}

.mobile_uploads.wide .entry.first {
 margin-right: 12px;
}

.mobile_uploads.narrow .entry { 
 margin-top: 14px;
}

.mobile_uploads.narrow .entry.first {
 margin-top: 0px;
}

.mobile_uploads .meta {
 color: #666;
 font-size: 9px;
 margin: 4px 0px 0px 3px;
 width: 170px;
}

/*  ------------------------------|  POSTED ITEMS  |------------------------  */

/* Look at html/css/share_media.css for posted items profile box styles */

/*  ------------------------------|  VIDEO  |-------------------------------  */

#video h2.module_header {
  border-bottom: 1px solid #ccc;
  font-size: 9px;
  padding: 3px 0px 2px;
}
#video h2.module_header strong {
  color: #777;
  float: left;
  padding: 0px;
}
#video h2.module_header span.module_header_aux {
  float: right;
  font-weight: normal;
  padding: 0px;
}

/*  FLASH FALLBACK  */

#video .flash_fallback {
  display: none;
  margin: 0px auto;
  padding: 100px 20px;
  text-align: center;
  width: 320px;
}
#video .flash_fallback h3.flash_fallback_warning {
  clear: both;
  color: #ddd;
  display: block;
  float: none;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  margin: 0px 0px 10px 0px;
}
#video .flash_fallback .flash_fallback_action {
  clear: both;
  padding: 15px 0px 0px 0px;
}


/*  NARROW  */

.narrow_box#video {
  padding: 0px;
  padding: 14px 8px 10px 16px;
}

.narrow_box#video .video_item {
  clear: both;
  padding: 0px 0px 10px 0px;
}
.narrow_box#video .video_thumb a {
  border: 1px solid #aaa;
  display: block;
  float: left;
  line-height: 1px;
  padding: 1px;
  text-decoration: none;
  width: auto;
}
.narrow_box#video .video_thumb a:hover {
  border: 1px solid #0C7F00;
}
.narrow_box#video .video_thumb img {
  width: auto;
}
.narrow_box#video .video_title {
  clear: both;
  font-size: 11px;
  font-weight: bold;
  padding: 3px 0px 1px 0px;
  width: 160px;
}
.narrow_box#video .video_timestamp {
  color: gray;
  font-size: 9px;
  padding: 0px 0px 0px 0px;
  width: 160px;
}
.narrow_box#video .video_timestamp strong {
  color: #333;
  font-weight: bold;
}

/*  PROFILE VIDEO  */

#profile_video_player {
  line-height: 1px;
  padding: 10px 8px 4px 8px;
  text-align: center;
}
#profile_video_player .video_player {
  background: #0c0d0d;
  line-height: 1px;
}
#profile_video_player embed,
#profile_video_player object {
  background: black;
}

/*  LATEST VIDEOS  */

#video #latest_videos {
  padding: 5px 8px 10px 8px;
}
#video #latest_videos .latest_video {
  border-top: 1px solid #cccccc;
}
#video #latest_videos .first_video {
  border-top: 0px;
}
#video #latest_videos .latest_video .video_thumbnail {
  float: left;
  padding: 8px 8px 8px 0px;
  width: 104px;
}
#video #latest_videos .latest_video .video_thumbnail a {
  border: 1px solid #aaa;
  display: block;
  float: left;
  line-height: 1px;
  padding: 1px;
}
#video #latest_videos .latest_video .video_thumbnail a:hover {
  border: 1px solid #0C7F00;
}
#video #latest_videos .latest_video .video_info {
  clear: none;
  float: left;
  padding: 12px 0px 0px 0px;
  width: 250px;
}
#video #latest_videos .latest_video .video_info h3.video_title {
  font-size: 11px;
  line-height: 14px;
}
#video #latest_videos .latest_video .video_info div.video_timestamp {
  color: gray;
}
#video #latest_videos .latest_video .video_info div.video_timestamp strong {
  color: #444;
}
#video #latest_videos .latest_video .video_info div.video_actions {
  padding: 10px 0px 0px 0px;
}


/****** PROFILE APP SWITCHER  *******/

.profile_app_switcher_menu {
    width: 259px; 
    padding: 6px 0px; 
    border-bottom: solid 2px #0C7F00;
}


/****** APP ICON DOCK  *******/

.app_icon_row {
  background: white;
  padding: 4px 8px 15px;
  position: relative;
  z-index: 4;
}

.app_icon_row .icon_container {
   display: block;
   float: left;
   position: relative;
   z-index: 4;
   padding: 0px;
   margin: 0px;
}

.app_icon_row a:hover {
   text-decoration:none;
}

.app_icon_row .app_icon {
   display: block;
   background: transparent;
   background-repeat: no-repeat;
   background-position: center center;
   width: 20px;
   height: 20px;
   padding: 0px 0px 0px 0px;
   top: 0px;
   border: solid 1px #fff;
   position: static;
   text-decoration: none;
}

.app_icon_row .icon_container a:hover {
   border: solid 1px #aaa;
}


.tooltip {
   position: absolute;
   z-index: 5;
   left: -9999px;
   margin-top: 0px;
}


.app_icon_row .tooltip_text {
   padding: 3px 8px;
   text-align: center;
   white-space: nowrap;
}

.app_icon_row .loaded_tooltip .tooltip_text {
   left: 0px;
   color: white;
   font-size: 11px;
   background: #282828;
   position: relative;
}

.app_icon_row .loaded_tooltip .tooltip_pointer {
  height: 4px;
  width: 7px;
  font-size: 1px;
  margin: 0px auto 0px;
  padding: 0px;
  background: transparent url(/images/dark-pointer.gif) top center no-repeat;
}

.app_icon_row .inner {
  height: 20px;
  width: 20px;
  margin: 0px auto;
}

/****** OLD PROFILE ORIENTATION  *******/

.profile_image_highlighted {
  text-align: center;
  margin: 3px 0px 2px 4px;
  width: 192px;
  overflow: hidden; }
 
#no_picture_orientation, .replaced {
  border-top: solid 1px #fff8cc;
  border-bottom: solid 1px #ffe222;
  width: 200px;
  z-index: 3;
  position: relative;
  background: #fff8cc;  }

/****** PROFILE ORIENTATION  *******/

#no_profile_picture_holder .box_orientation_attachment {
  border-top: none;
}

#no_profile_picture {
  width: 97px;
  height: 97px;
  border: 1px solid #dfe0c2;
  padding: 40px;
  background: #f1f0c8;
}

#no_profile_picture span {
  display: block;
  width: 97px;
  height: 97px;
  background: url(/images/no_profile_picture.png) no-repeat !important;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/no_profile_picture.png', sizingMethod='crop');
}

.profile .box_orientation_attachment {
  background: #f7f7f7;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  padding: 10px 10px 0px;
  z-index: 4;
  position: relative;
}
  
  .profile #profilenarrowcolumn .box_orientation_attachment {
    border-right: 1px solid #eee;
  }
  
  .profile .inset_box_orientation_attachment {
    margin-top: -10px;
    margin-left: -10px;
    margin-bottom: 10px;
    width: 400px;
  }
  
  .profile .box_orientation_attachment .action {
    margin-bottom: 10px;
  }
  
  .profile .box_orientation_attachment.extended a {
    color: #666;
  }
  
  .profile .box_orientation_attachment.extended a:hover {
    text-decoration: none;
  }
  
  .profile .box_orientation_attachment .icon {
    float: left;
    padding-right: 7px;
    margin-top: -1px;
    position: relative;
  }
  
  .profile .box_orientation_attachment .explanation,
  .profile .box_orientation_attachment .extended {
    padding-bottom: 10px;
  }
  
  .profile .primary_box_orientation_attachment {
    background: #fff8cc;
    border-bottom: 1px solid #ffe222;
  }

.profile .thewall #wall_tour_extended.extended {
  padding-top: 107px;
  background: url(/images/wall_tour.gif) no-repeat;
}

.profile .thewall .borderless_attachment {
  margin-bottom: -1px;
}

#edit_profile_tour, #search_tour {
  position: absolute;
  color: white;
  line-height: 14px;
  z-index: 100;
  padding: 0px 10px;
  font-weight: bold;
}

#edit_profile_tour {
  top: 8px;
  margin-left: -183px;
  width: 142px;
  height: 86px;
  padding-top: 36px;
  background: url(/images/edit_profile_tour.png) no-repeat !important;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/edit_profile_tour.png', sizingMethod='crop');
}

#edit_profile_tour a .link {
  position: absolute;
  margin-top: -32px;
  margin-left: 1px;
  width: 25px;
  height: 14px;
  font-size: 13px;
  color: #cccccc;
}

#edit_profile_tour a .link:hover {
  border-bottom: 1px solid #cdd6e4;
}

#search_tour {
  top: 79px;
  margin-left: -147px;
  width: 148px;
  height: 104px;
  padding-top: 42px;
  background: url(/images/search_tour.png) no-repeat !important;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/search_tour.png', sizingMethod='crop');
}

.search_tour_safari #search_tour {
  background: url(/images/search_tour_safari.png) no-repeat !important; 
}
.home_main_item h5 {
  border-bottom: solid 1px #cccccc;
  margin: 0px;
  padding: 0px 0px 2px;
  font-size: 11px; }

.infocontent {
   margin: 10px 20px; }

.halfwidth {
  margin: 10px 20px;
  width: 270px;
  float: left; }

.halfwidth p {
  line-height: 16px;
  margin: 10px 0px;
  padding: 0px; }

.halfwidth table {
  margin: 10px 0px;
  padding: 0px;
  width: 270px; }

.halfwidth table td {
  padding: 2px 0px; }

.halfwidth table .title {
  color: grey; }

.fullwidth {
  margin: 20px;
}

.home_main_item h4 {
  border-bottom: solid 1px #cccccc;
  margin: 0px;
  padding: 0px 0px 2px;
  font-size: 13px; }

.halfwidth {
  margin: 10px 20px;
  width: 270px;
  float: left;
  display: inline; }

.halfwidth p {
  line-height: 16px;
  margin: 10px 0px;
  padding: 0px; }

.halfwidth table {
  margin: 10px 0px;
  padding: 0px;
  width: 270px; }

.halfwidth table td {
  padding: 2px 0px; }

.halfwidth table .title {
  color: #666; }

.fullwidth {
  margin: 20px;
}

* html .aboutleft {
  margin: 0; 
  padding: 0; 
  display: inline; }

* html .aboutright {
  f\loat: right; margin: 0; c\lear: both; }

#newscoverage h5 {
  margin: 10px 0px 5px;
  font-weight: normal;
  font-size: 11px; }

#newscoverage a {
  line-height: 16px; }

/*  ------------------------------|  F.A.Q.  |------------------------------  */

#faqindex {
  line-height: 16px;
  margin-bottom: -15px;
  padding: 15px 20px 0px; }

#faqindex h4 {
  margin: 10px 0px 5px; }

#faqanswers {
  line-height: 16px;
  padding: 10px 20px 10px; }

#faqanswers h4 {
  display: inline; }

#faqanswers p {
  padding-right: 180px; }

.parents#privacy_settings {
  padding: 0px 20px 0px 5px;
  display: block;
}

.parents#privacy_settings img {
  padding: 7px 0 0 0;
}

.parents#privacy_settings .caption {
  padding: 0 0 8px 5px;
  font-size: 10px;
  line-height: 11px;
}

/*  ------------------------------|  ABOUT  |-------------------------------  */

.about #content {
  padding: 0 20px 20px 20px;
}

.about #tabs {
  margin: 0 0 20px 0;
  padding-top: 20px;
}

.about .leftcolumn {
  float: left;
  padding-right: 20px;
  width: 283px;
}

.about .rightcolumn {
  float: left;
  width: 283px;
}

.halfwidth {
  margin: 0;
  float: none;
}

/*  ---------------------------|  SUGGESTIONS  |----------------------------  */

#suggestions_form .clearfix {
  padding-bottom: 10px; }

#suggestions_form label {
  display: block;
  width: 100px;
  float: left;
  padding: 4px 10px;
  text-align: left; }

#suggestions_form textarea {
  height: 100px; 
  width: 370px; 
  float: left; }

#suggestions_form .inputtext {
  width: 370px; 
  float: left; }


/*  ------------------------------------------------------------------------
                             Neopolis | Share Media
    ------------------------------------------------------------------------  */


.share_media {}

/* h3 is the standard share_media content title */
.share_media h3 {
  color: #777;
  font-size: 11px;
  font-weight: bold;
  margin: 0px;
}

/*  OWNER COMMENT */

.share_media .owner_comment {
  background: url(/images/start_quote.gif) no-repeat 0px 0px;
  padding: 0px 0px 5px 23px;
  background: url(/images/start_quote_small.gif) no-repeat 1px 1px;
  padding: 0px 0px 5px 18px;
  width: auto;
}
.share_media .owner_comment span.q {
  color: #555;
  background: url(/images/end_quote.gif) no-repeat bottom right;
  padding: 2px 22px 2px 0px;
  background: url(/images/end_quote_small.gif) no-repeat bottom right;
  padding: 2px 16px 2px 0px;
}
.share_media .owner_comment .add_comment_link {
  padding: 5px 0px 0px 0px;
}
.sharebox_narrow .owner_comment {}
.sharebox_wide .owner_comment {}
.sharefeed_item .owner_comment {}


/*  ------------------------------|  HIDDEN  |------------------------------  */

.share_media.hidden .textual {
  color: gray;
  margin: 0px 0px 10px 0px;
}

/*  -----------------------------|  PROFILE  |------------------------------  */

.share_media .profile_photo {
  float: left;
  padding: 0px 8px 0px 0px;
}

.share_media .profile_info {
  float: left;
  width: 200px;
}

.share_media .profile_name {
  font-weight: bold;
}

.share_media .profile ul {
  list-style: none;
  margin: 0px;
  padding: 3px 0px 0px;
}

.share_media .profile .owner_comment {
  clear: both;
  float: none;
}

/*  --------------------------|  ALBUM & PHOTO  |---------------------------  */

.share_media .photo .photo_thumb {
  float: left;
  padding: 0px 8px 6px 0px;
}

.share_media .photo_metadata {}

.share_media .photo .parent_label {
  color: #666;
  font-size: 9px;
}
.share_media .photo .parent_name {
  color: #333;
  font-weight: bold;
}
.share_media .photo .photo_owner {
  color: #666;
}

.share_media .photo_album .album_title {
  color: #333;
  font-weight: bold;
  padding: 0px 0px 2px 0px;
}
.share_media .photo_album .album_count {
  color: #666;
  font-size: 9px;
  padding: 0px 0px 1px 0px;
}
.share_media .photo_album .album_owner {
  color: #666;
}

.share_media .photo_album .description {
  padding: 8px 0px;
}

.share_media .photo_album .owner_comment,
.share_media .photo .owner_comment {
  clear: both;
}




  .share_media .album_info small {
    margin: 5px 0px 0px; 
    display: block;
    color: #777; }

  .share_media .album_info .no_label {
    margin: 5px 0px 0px; }

.share_media .album_label {
  font-size: 9px; 
  color: #777; }

.share_media .meta_info {
  color: #777; }



/*  ----------------------------|  WALL POST  |-----------------------------  */

.share_media .wall .wall_quote {
  width: 280px;
  float: left; }

.share_media .wall em {
  float: left;
  margin: 0px;
  padding-left: 17px;
  background: url(../images/start_quote_small.gif) top left no-repeat; }

.share_media .wall_quote em span {
  padding-right: 17px;
  background: url(../images/end_quote_small.gif) bottom right no-repeat;
  font-size: 11px;
  text-align: left;
  font-style: normal; }

.share_media .wall .media img {
  margin-right: 10px; 
  float: left; }

.share_media .wall .media img.photo_with_comment {
  margin: 0px; 
  margin-left: 10px; 
  float: right; }

.share_media .wall .wall_title {
  padding: 0px 0px 5px; 
  font-weight: bold; }



/*  -------------------------------|  NOTE  |-------------------------------  */

.share_media .note {}

/*  THUMB  */
.share_media .note_with_thumb .thumb {
  float: left;
  padding: 2px 8px 10px 0px;
}
.share_media .note_with_thumb .thumb a {
  padding-top: 1px; 
  background: white;
  display: block;
  text-decoration: none;
}
.share_media .note_with_thumb .thumb a:hover {
  border-color: #30BD13;
}
.share_media .note_with_thumb .thumb img {
  display: block;
}

/*  TEXTUAL  */
.share_media .note h3 {
  font-weight: bold;
  padding: 0px 0px 3px;
  font-size: 11px; }

.share_media .note h3 .note_byline {
  font-weight: normal;
}

.share_media .note .excerpt .textual {
  color: black;
  width: auto;
  padding: 0px 0px 10px 0px;
}
.share_media .note_with_thumb .excerpt .textual {
  float: left;
  width: auto;
}
.sharebox_narrow .note_with_thumb .excerpt .textual {
  width: 195px;
}
.sharebox_wide .note_with_thumb .excerpt .textual {
  width: 250px; 
}
.sharefeed_item .note_with_thumb .excerpt .textual {
  width: 220px;
}

.share_media .note .continue {
  float: none;
  padding: 5px 0px 0px 0px;
}
.share_media .note .owner_comment {
  clear: both;
  float: none;
  width: auto;
}





/*  ------------------------------|  GROUP  |-------------------------------  */

.share_media .group_photo {
  float: left;
  padding: 0px 0px 8px 0px;
  width: 108px;
}

.share_media .group_info {
  padding: 0px 0px 3px 0px;
}

.share_media .no_photo .group_info {
  float: none;
  width: auto;
}

.share_media .has_photo .group_info {
  float: left;
  width: 220px;
}

.share_media .group_title { 
  font-weight: bold;
  padding: 0px 0px 5px 0px;
}

.share_media .group_description {
  padding: 0px 0px 5px 0px;
}

.share_media .group_description label {
  color: gray;
  font-weight: normal;
}

.share_media .group .owner_comment {
  clear: both;
}


/*  ------------------------------|  EVENT  |-------------------------------  */

.share_media .event_photo {
  padding: 0px 8px 8px 0px;
  float: left;
}

.share_media .event_title {
  font-weight: bold;
  padding: 0px 0px 5px 0px;
}
.share_media .event_tagline {
  color: #333;
  font-size: 9px;
  font-weight: normal;
  padding: 1px 0px 0px 0px;
}

.share_media .event_description {
  padding: 0px 0px 10px 0px;
}

.share_media.event .owner_comment {
  clear: both;
}

.share_media .event_has_photo .event_info {
  float: left;
  width: 220px;
}
.sharebox_wide .event_has_photo .event_info {
  width: 275px; 
}
.sharefeed_item .event_has_photo .event_info {
  width: 245px;
}

/*  ------------------------------|  CLASSIFIED  |-------------------------------  */

.share_media .classified_photo {
  float: left;
  padding: 0px 0px 8px 0px;
  width: 108px;
}

.share_media .classified_info {
  padding: 0px 0px 3px 0px;
}

.share_media .no_photo .classified_info {
  float: none;
  width: auto;
}

.share_media .has_photo .classified_info {
  float: left;
  width: 220px;
}

.share_media .classified_title { 
  font-weight: bold;
  padding: 0px 0px 5px 0px;
}

.share_media .classified_description {
  padding: 0px 0px 5px 0px;
}

.share_media .classified_description label {
  color: gray;
  font-weight: normal;
}

.share_media .classified .owner_comment {
  clear: both;
}


/*  -------------------------------|  FEED  |-------------------------------  */

.share_media .feed_title {
  color: #333;
  font-size: 11px;
  font-weight: bold; 
  padding: 0px 0px 4px 0px;
}
.share_media .feed_summary {
  color: black;
  padding: 0px 0px 5px 0px;  
}
.share_media .feed_image {
  margin: 0px 8px 8px 0px;
  float: left;
}
.share_media.feed .owner_comment {
  clear: both;
}





/*  ------------------------------|  FLYER  |-------------------------------  */


.ad_capsule h3 {
  margin: 0px;
  padding: 0px;
}

.ad_capsule .album_info {
  padding-left: 4px;
}
.ad_capsule .ad_body {
  float: left;
}

.sharebox_narrow .ad_body {
  width: 189px;
}
.sharebox_wide .ad_body {
  width: 244px;
}
.sharefeed_item .ad_body {
  width: 210px;
}

.ad_capsule .owner_comment {
  clear: both;
  margin-top: 10px;
}


/*  -----------------------------|  EXTERNAL  |-----------------------------  */


.share_media .external .external_info {
  padding: 3px 0px 0px 0px; }

.share_media .external .has_extra {}

.share_media .external .no_extra {}


.share_media .external .external_photo {
  float: right;
  padding: 2px 0px 0px 8px;
  width: 100px; }

  .share_media .external .external_photo a {
    display: block; }

  .share_media .external .external_photo img {
    display: block;
    text-align: right;
    width: 100px; }
  
.share_media .external .external_summary {
  padding: 0px 0px 3px 0px; }
   
  .share_media .external .external_summary .url_link {
    padding: 3px 0px 0px; 
    display: block;
    width: 240px;
    overflow: hidden;
    text-overflow: ellipsis; }

  .share_media .external .external_url {
    font-size: 9px; }


/*  -----------------------------|  VIDEO  |-----------------------------  */


.share_media .video_stage img {
  float: left;
}

.share_media .video_stage .video_info {
  float: left;
  padding-left: 10px;
}

.share_media .video_stage h3 {
  color: black;
  padding-bottom: 3px;
}


/*  ------------------------------|  EXTRA  |-------------------------------  */


.extra {
  float: left;
}

.share_thumb {
  width: 100px;
}

.has_thumb .extra {
  float: right;
  padding: 0px 0px 5px 8px;
}

.textual {
  float: none;
}

.has_extra .textual {
  float: left; float: none;
}

.no_extra .textual,
.has_thumb .textual {
  float: none;
  width: auto;
}

/*  ------------------------------|  VIDEO  |-------------------------------  */


.share_media .video_for_share {
  padding: 5px 0px;
}

.share_media a .video_fallback {
  background: #eee url(/images/video_play_overlay.png) no-repeat center center;
  color: gray;
  display: block;
  float: left;
  font-size: 11px;
  font-weight: bold;
  margin: 0px;
  padding: 65px 0px 20px 0px;
  width: 130px;
  text-align: center;
}

.share_media a:hover .video_fallback {
  color: #0C7F00;
  text-decoration: none;
}

.share_media a .video_thumb {
  display: block;
  float: left;
  margin: 0px;
  width: 130px;
}

.share_media .video_thumb img {
  width: 130px;
}

.share_media .video_thumb img.decoy {
  display: inline;
  visibility: hidden;
}

.share_media .video_thumb span.thumb {
  background-image: url(/images/video_play_overlay.gif);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  position: absolute;
  z-index: 9;
}

.share_media .video_thumb span.play img {
  visibility: hidden;
}

.share_media .video_thumb span.thumb img {
  visibility: visible;
}

.share_media .video_thumb span.play {
  background-image: url(/images/video_play_overlay.png);
  background-position: center;
  background-repeat: no-repeat;
  display: inline;
  position: absolute;
  z-index: 10;
}

.ad_capsule .share_media .video_thumb span.thumb {
  background-image: url(/images/video_play_mini_overlay.gif);
}
.ad_capsule .share_media .video_thumb span.play {
  background-image: url(/images/video_play_mini_overlay.gif);
}


/*  ------------------------------|  MUSIC  |-------------------------------  */

.mp3player .extra {
  float: none;
  padding: 0px 0px 4px 0px;
  width: auto;
}

.mp3player .owner_comment {
  clear: both;
}

.album_art {
  float: left;
  margin-bottom: 5px;
  margin-right: 7px;
  width: 100px;
}

.has_artwork .info_and_player {
  float: left;
  width: 245px;
}

.sharebox_narrow .mp3player .has_artwork .info_and_player {
  width: 225px;
}
.sharebox_wide .mp3player .has_artwork .info_and_player {
  width: 280px;
}
.sharebox_feed .mp3player .has_artwork .info_and_player {
  width: 245px;
}

.has_artwork .info {
  padding: 4px 0px 5px 0px;
}

.mp3player .summary,
.mp3player .title,
.mp3player .url {
  display: none;
}

.share_media .mp3player .mp3player_holder {
  padding: 6px 0px 0px 0px;
}

.share_media .mp3player .info_field {
  padding: 0px 0px 2px 0px;
}

.share_media .mp3player .info_field strong {
  color: gray;
  display: block;
  float: left;
  font-weight: normal;
  width: 50px;
}

.share_media .mp3player .info_field span {
  float: left;
}
.sharebox_narrow .mp3player .has_artwork .info_field span {
  width: 170px;
}
.sharebox_wide   .mp3player .has_artwork .info_field span {
  width: 225px;
}
.sharefeed_item  .mp3player .has_artwork .info_field span {
  width: 190px;
}

.sharebox_narrow .mp3player .no_artwork .info_field span {
  width: 280px;
}
.sharebox_wide   .mp3player .no_artwork .info_field span {
  width: 335px;
}
.sharefeed_item  .mp3player .no_artwork .info_field span {
  width: 300px;
}


.share_media .mp3player .info_field a {
  font-weight: bold;
}


/*  SWFVIDEO  */

.swfvideo {}
.swfvideo .extra {
  float: left;
  padding: 0px 8px 10px 0px;
}
.swfvideo .textual {}
.swfvideo .textual .metadata {
  float: left;
}
.sharebox_narrow .swfvideo .textual .metadata {
  width: 197px;
}
.sharebox_wide .swfvideo .textual .metadata {
  width: 252px;
}

.profilebox_wide .swfvideo .textual .metadata {
  width: 216px;
}

.sharefeed_item .swfvideo .textual .metadata {
  width: 218px;
}

.swfvideo .textual .owner_comment {
  clear: both;
}


.textual .summary {
  padding: 0px 0px 8px 0px;
}

.url {
  font-size: 9px;
  padding: 1px 0px 6px 0px;
}

.url a {}

.title {
  font-weight: bold;
}

.playing .extra {
  padding: 0px;
}
.playing .textual .metadata {
  clear: both;
  float: none;
  width: auto !important;
}



.mp3player .owner_comment {}

/*  ------------------------------|  PORTAL  |-------------------------------  */
.portal_share h3 {
  font-size: 14px;
  font-weight: bold;
  color: #666;
  margin: 0;
  padding: 0 0 5px 0;
}

.portal_share dl {
  margin: 10px 0;
}

.share_media .portal_share dt {
  width: 100px;
  font-weight: bold;
  font-size: 11px;
  color: #666;
  float: left;
  clear: left;
  text-align: left;
  margin: 0;
  padding: 0 0 3px 0;
}

.share_media .portal_share dd {
  color: #000;
  font-size: 11px;
  float: left;
  width: 100px;
  display: inline;
  margin: 0;
  padding: 0 0 3px 0;
}

/*  SHARE ITEM FOOTER - VERSION 1 */

.share_footer {
  border-top: 1px solid #ddd;
  clear: both;
  padding: 5px 0px 0px 6px;
}

.share_footer.show_comments .share_other_comments {
  display: block;
}

.share_footer.hide_comments .share_other_comments {
  display: none;
}

/*  ACTION LINKS  */
.share_footer .share_actions {
  color: gray;
  padding: 0px 0px 10px 0px;
}
.share_footer .share_comment_actions {
  float: left;
}
.share_footer .share_report {
  float: right;
}
.share_footer.show_comments .share_actions {
  display: none;
}

/*  OTHER COMMENTS  */
.share_footer .share_other_comments {
  padding: 5px 0px 0px 0px;
}
.share_footer .share_other_comments .share_comments {}
.share_footer .share_other_comments .add_comment {}

.share_comments {}
.share_other_comment {
  clear: both;
}


/*  ADD COMMENT  */
.share_footer .add_comment {
  clear: both;
  padding: 0px;
}
.share_footer .add_comment_label {
  color: #333;
  font-weight: bold;
  padding: 0px 0px 4px 0px;
}
.share_footer .add_comment textarea {
  height: 5.0em;
  margin: 0px 0px 5px 0px;
  width: 300px;
}
.no_thumb .share_footer .add_comment textarea {
  width: 320px;
}
.share_footer .add_comment .inputbutton {
  margin-left: 0px;
}

.share_footer .dshare_add_another_comment {
  border-top: 1px solid #cccccc;
  clear: both;
  float: left;
  padding: 4px 20px 0px 0px;
}

/* SHARE OTHER COMMENTS - MINI WALL  */


.miniwall {
  padding: 3px 0px 0px 0px;
}
.miniwall .share_other_comment {}
.miniwall .share_other_comment .thumb {
  float: left;
  padding: 0px 0px 8px 0px;
  width: 55px;
}
.miniwall .share_other_comment .other_comment {
  float: left;
  padding: 0px 0px 18px 0px;
  width: 278px;
}
.no_thumb .miniwall .share_other_comment .other_comment {
  width: 310px;
}

.miniwall .share_other_comment .other_comment_byline {
  background: #f7f7f7;
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #30BD13;
  color: #666;
  margin-bottom: 6px;
  padding: 2px 3px 1px 0px;
}
.miniwall .share_other_comment.new_comment .other_comment_byline {
  background: #cccccc; background: #e4e9f0;
  border-bottom: 1px solid #ddd; border-bottom: 1px solid #cccccc;
  border-top: 1px solid #0C7F00;
  color: #333;
}
.miniwall .share_other_comment .owner_and_timestamp {
  float: left;
  padding: 2px 0px 3px 5px;
}
.miniwall .share_other_comment .owner_and_timestamp a {
  font-weight: bold;
}
.miniwall .share_other_comment .owner_and_timestamp span {
  color:#000;
  font-size: 11px;
}
.miniwall .share_other_comment .owner_and_timestamp .timestamp {
  color:#666;
  font-size: 9px;
}
.miniwall .share_other_comment .share_and_hide {
  float: right;
  margin: 2px 0px 0px 0px;
}
.miniwall .share_other_comment .other_comment_text {
  padding: 0px 5px;
}



/*  SHARE FEED ITEM ACTIONS  */

.share_item_actions {
  color: #666;
  padding: 2px 0px 5px 0px;
}
.share_item_actions span {
  color: gray;
}


/*  -------------------------|  SPONSORED VIDEO  |--------------------------  */


.ad_capsule a .video_fallback {
  float: right;
  width: 100px;
}

.ad_capsule a .video_thumb {
  float: right;
  width: 100px;
}

.ad_capsule a .video_thumb img {
  width: 100px;
}
.ad_capsule .video_for_share {
  background: black;
  float: left;
}
.ad_capsule .video_ad_body {
  float: left;
  width: 70%;
}

/*  --------------------------|  Neopolis VIDEO  |--------------------------  */

/*  SHARE ATTACHMENT MEDIA  */

.share_media .fb_video {}

.share_media .fb_video .thumb {
  float: left;
  padding: 0px 6px 6px 0px;
}
.share_media .fb_video .thumb a {
  border: 1px solid #aaa;
  display: block;
  float: left;
  line-height: 1px;
  padding: 1px;
  text-decoration: none;
}
.share_media .fb_video .thumb a:hover {
  border: 1px solid #0C7F00;
}
.share_media .fb_video .info {
  clear: none;
  float: left;
  padding: 5px 0px 10px 0px;
  width: 180px;
}
.share_media .fb_video .info .timestamp {
  color: gray;
  font-size: 9px;
  padding: 1px 0px 0px 0px;
}
.share_media .fb_video .info .timestamp strong {
  color: #333;
  font-weight: bold;
}

.share_media .fb_video .owner_comment {
  clear: both;
  float: none;
  margin-top: 8px;
  width: auto;
}

.share_media .fb_video .fb_video_holder {
  background: black;
  float: left;
  line-height: 1px;
  margin: 0px 8px 5px 0px;
}

.fb_video a .video_thumb {
  width: auto;
}

.fb_video .video_thumb img {
  width: auto;
}

.playing .fb_video .info {
  clear: both;
  float: none;
  width: auto;
}

/*  SHARE STAGE PREVIEW  */

.fb_video_stage {}
.fb_video_stage div.video_thumb {
  float: left;
  line-height: 1px;
  margin: 0px 8px 0px 0px;
}
.fb_video_stage div.video_metadata {
  float: left;
  width: 200px;
}
.fb_video_stage div.video_metadata h3.video_title {
  color: #111;
  font-size: 11px;
  font-weight: bold;
}
.fb_video_stage div.video_metadata div.video_byline {
  color: #333;
}
.fb_video_stage div.video_metadata div.video_timestamp {
  color: #666;
  font-size: 9px;
  padding: 1px 0px 0px 0px;
}
.fb_video_stage div.video_metadata div.video_timestamp strong {
  color: #333;
  font-weight: bold;
}


/*  ----------------------|  Neopolis VIDEO MESSAGE  |----------------------  */

.share_media .fb_videomsg {
  background: #0c0d0d;
  float: left;
  line-height: 1px;
  padding: 0px;
}

.share_media .fb_videomsg a {
  background: transparent url(/images/video_play_overlay.png) no-repeat center center;
  display: block;
  line-height: 1px;
}
.share_media .fb_videomsg a img {
  visibility: hidden;
}

.share_media .fb_videomsg .video_player object,
.share_media .fb_videomsg .video_player embed {
  background: black;
}

/*  ----------------------------|  APPLICATION  |---------------------------  */

/*  THUMB  */
.share_media .extapp .thumb {
  float: left;
  padding: 2px 8px 10px 0px;
}
.share_media .extapp .thumb a {
  padding-top: 1px; 
  background: white;
  display: block;
  text-decoration: none;
}
.share_media .extapp .thumb a:hover {
  border-color: #30BD13;
}

/*  SUMMARY  */
.share_media .extapp h3 {
  font-weight: bold;
  padding: 0px 0px 3px;
  font-size: 11px; }

.share_media .extapp .summary {
  color: black;
  padding: 0px 0px 10px 0px;
  float: left;
  width: 240px;
}

.share_media .extapp .owner_comment {
  clear: both;
}

/* --------------------| PROFILE BOXES |-------------------------------*/

/* WIDE */
.share_item_wide {
 border-top: solid #cccccc 1px;
 margin-top: 5px;
 padding-top: 15px; }

.share_item_wide.first { 
 border-top: none;
 margin-top: 0px;
 padding-top: 0px; }

.share_item_wide .profilebox_wide .media_icon { 
 float: left; }

.share_item_wide .profilebox_wide .share_header .sub_line { 
 padding-top: 2px;
 font-size: 9px;
 color: #999; }

.share_item_wide .profilebox_wide .share_media {
 margin-left: 24px;
 padding: 0px 0px 5px; }

.share_item_wide .profilebox_wide .share_item_actions {
 margin-left: 24px; }

/* NARROW */
ul.share_list {
  margin: 0px; 
  padding: 0px;
  list-style: none; }
  
  .share_list .added { 
    background: #fff8cc;
    border-bottom: solid 1px #ffe222; 
    margin: 0px 10px 10px -6px; 
    padding: 6px 6px 3px 6px; } 

  .share_list li {
    color: #777;
    padding-left: 22px;
    padding-bottom: 5px; 
    font-size: 9px; }

  .share_list h3 {
    color: #333;
    font-weight: normal;
    font-size: 11px;
    padding: 0px 0px 1px 0px; }
  
  .share_list h3 a {
    font-weight: normal; }
/*-------------------------| Core Inbox Styles |-------------------------*/

.inbox #content, .thread #content {
  padding:0;
}

.inbox #content .tabs, .thread #content .tabs {
  padding-top: 20px;
}

.inbox .no_messages {
  padding:60px 0 65px;
  text-align:center;
  font-size:13px;
  font-weight:bold;
  color:#999;
}

/*------------------------| Inbox Menu Controls |------------------------*/

.inbox_menu {
  padding:0 10px 0 12px;
  background:#f7f7f7;
  border-bottom:1px solid #ccc;
}

.inbox_menu .menu_block {
  position:relative;
  float:left;
  padding-top:9px;
  height:30px;
}

.inbox_menu .menu_block.selector {
  padding-right:5px;
}

.inbox_menu .menu_buttons {
  margin:0;
  padding:0;
  list-style:none;
}

.inbox_menu .menu_buttons li {
  float:left;
}

.inbox_menu .menu_buttons li a {
  padding:4px 5px 4px 5px;
  display:block;
}

.inbox_menu .menu_disabled a {
  color:#aaa;
}

.inbox_menu .menu_disabled a:hover {
  cursor: default;
  text-decoration:none;
}

.inbox_menu .menu_block.pager {
  float:right;
  width:200px;
}

.inbox_menu .menu_block.pager .pagerpro {
  position:absolute;
  bottom:0;
  right:0;
}

.inbox_menu .pagerpro li.current a {
  border-bottom-color:#0C7F00;
}

.inbox_menu .pagerpro a {
  border-bottom-color:#f7f7f7;
}

#loading_boxx td {
  background: url('/images/upload_progress.gif') center no-repeat;
  padding:15px;
}

.inbox_footer {
  margin-top:-1px;
  padding:0 10px 8px 13px;
  border-top:1px solid #ccc;
  background:#f7f7f7;
}

.inbox_footer .mailbox_size {
  float:left;
  padding:7px 0 0;
  color:#999;
}

.inbox_footer .pagerpro a {
  border-top:2px solid #f7f7f7;
  border-bottom:0;
}

.inbox_footer .pagerpro .current a {
  border-top:2px solid #0C7F00;
  border-bottom:0;
}

.inbox_signup{
  background-color: #F7F7F7;
  padding: 15px 15px 10px 15px;
  border-bottom: 1px solid #999;

}

.inbox_signup .column{
  float: left;
  padding: 15px 20px 0 0;
}

.inbox_signup .photoimg{
  width: 93px;
  height: 55px;
  background-repeat: no-repeat;
}

.inbox_signup .videoimg{
  width: 61px;
  height: 50px;
  background-repeat: no-repeat;
}

.inbox_signup .column ul{
  color: #666;
  margin:0;
  padding:0 0 0 25px;
}

.inbox_signup .column li{
  padding-bottom: 5px;
}

.inbox_signup .button{
  text-align: right;
  padding-top: 50px;
}
/*----------------------------| Message Row |----------------------------*/

.message_rows {
  border-collapse:collapse;
}

.message_rows .new_message {
  background:#f4f8fc;
}

.message_rows tr td {
  padding:5px 0;
  border-bottom:1px solid #e1e1e1;
}

.message_rows .msg_icon {
  width:27px;
  text-align:right;
  background:none;
}

.message_rows .new_message .msg_icon,
.message_rows .msg_icon.replied,
.message_rows .new_message .msg_icon.replied {
  background:#f4f8fc url('/inbox/images/new_message.gif') no-repeat 11px center;
}

.message_rows .msg_icon.replied {
  background-image:url('/images/replied_mail_icon.gif');
  background-color:#fff;
}

.message_rows .checkbox_toggle {
  width:25px;
}

.message_rows .profile_pic {
  width:60px;
  line-height:1px;
}

.message_rows .name_and_date .name {
  display:block;
  width:130px;
  margin-right:20px;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.name_and_date .date {
  display:block;
  padding:1px 0 0 0;
  font-size:9px;
  color:#777;
}

.name_and_date .unread_name {
  font-weight:bold;
}

.message_rows .subject {
  margin-right:10px;
  line-height:14px;
}

.message_rows .subject .subject_wrap {
  width:350px;
  padding:2px 0;
  display:block;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.message_rows .new_message .subject {
  font-weight:bold;
}

.message_rows .subject a {
  margin-right:5px;
}

.message_rows .subject .subject_text {
  padding:2px 0 3px 22px;
  background-position:0 1px;
  background-repeat:no-repeat;
}

.message_rows .subject .snippet_wrap {
  padding-left:22px;
}

.message_rows .subject .snippet {
  font-weight:normal;
  color:#8d9ccf;
}

.message_rows .delete_msg {
  width:24px;
  padding-left:10px;
}

.message_rows .delete_msg a {
  display:block;
  margin-top:1px;
  width:13px;
  height:14px;
  background:transparent url(/images/x_to_hide.gif) no-repeat;
}

.message_rows .delete_msg a:hover {
  background: #0C7F00 url(/images/x_to_hide_hover.gif) no-repeat;
}

#loading_boxx {
  width: 100%;
}

#book #content .inbox_error #error {
  border: 0px;
  margin: 0px;
  padding: 30px;
}

#book #content .inbox_error #error h1 {
  font-size: 13px;
  font-weight: normal;
  text-align: center;
}

/*-------------------------| Composer Fields |--------------------------*/

.composer {
  padding-top:30px;
  padding-left:80px;
  padding:30px 0 10px 90px;
  background:#f7f7f7;
}

.composer_fields {
  margin:0;
  width:458px;
}

.composer_fields dt {
  float:left;
  width:65px; 
  margin:0;
  padding:0 10px 0 0;
  text-align:right;
}

.composer_fields label {
  display:block;
  padding-top:6px;
}

.composer_fields .field label {
  padding-bottom:5px;
}

.composer_fields dd {
  float:left;
  width:382px;
  margin:0 0 10px 0;
}

.share_link #share_link,
.composer_fields .field input,
.composer_fields .field textarea,
#compose_message div.tokenizer {
  border:1px solid #8496ba;
}

#compose_message div.tokenizer {
  width:376px;
}

.share_link #share_link,
.composer_fields .field #subject_field,
.composer_fields textarea {
  width:376px;
  margin:0;
  padding:5px 0 5px 3px;
  font-size:11px;
}

.composer_fields textarea {
  height:100px;
}

.composer_fields span.readonly {
  padding-top:6px;
  display:block;
}

input.inputsubmit {
  padding-top:2px;
  padding-bottom:3px;
  margin-right:5px;
}

input.action {
  padding-left:25px;
  padding-right:25px;
}

input.aux {
  padding-left:15px;
  padding-right:15px;
  background:#f0f0f0;
  color:#000;
  border-top-color:#e7e7e7;
  border-right-color:#666;
  border-bottom-color:#666;
  border-left-color:#e7e7e7;
}
.thread input#exit_button {
  width: auto;
}

.share_link h4 {
  padding:4px 0 3px;
}

.share_link #share_link {
  float:left;
  width:150px;
}

.share_link .inputsubmit {
  float:left;
  margin:5px 0 0;
} 

.share_link .explain {
  float:left;
  width:90px;
  padding:5px 7px;
  font-size:9px;
  color:#666;
}

.submits .submits_wrap {
  float:left;
}

.submits .sub_controls {
  float:right;
  padding:6px 0 0 0;
  font-size:9px;
}

.composer_fields dd.share_stage {
  width:355px; 
}

.attachment_stage {
  border-top:1px solid #ccc;
  border-bottom:1px solid #ccc;
  background-color:#f0f0f0;
}

.inbox .visibility_warning {
  padding-bottom:5px;
  font-size: 9px;
  color: #666666;
}

#page_body.inbox #error {
  margin-right: 80px;
}

#page_body.inbox #compose_message .share_stage #error {
  margin: 0px;
}

#page_body.inbox #compose_message #error {
  margin: 0 100px 10px 75px;
}

#book #inline_composer #error {
  margin: 0px 40px 10px 75px;
}

#book #inline_composer .status {
  margin-left: 75px;
}

/*--------------------------| Inline Composer |--------------------------*/

#inline_composer {
  margin-top:10px;
  margin-bottom:15px;
  border:0;
  margin-left:140px;
  background:#fff;
}

#inline_composer .attach_dropdown {
  margin:2px 0 0 0;
  float:right;
}

/*----------------------------| Thread View |----------------------------*/

.messages {
  padding:20px 30px 0;
}

.thread #error {
  margin-top:10px;
}

/*--Thread Header--*/

.thread_header {
  margin:0 0 10px;
}

.thread_header h2 {
  margin:0 20px 1px 163px;
  padding:0 0 0 22px;
  font-size:15px;
  color:#333;
}

.thread_header h2.has_icon {
  background-position:0 1px;
  background-repeat:no-repeat;
}

.thread_header h2 .between {
  font-size:11px;
  font-weight:normal;
}

.messages .next_message,
.messages .previous_message {
  display:block;
  height:15px;
  width:12px;
  margin-top:4px;
  background-repeat:no-repeat;
  background-position:-4px 4px;
}

.messages .next_message:hover,
.messages .previous_message:hover {
  background-color:#0C7F00;
  background-position:4px 4px;
  text-decoration:none;
}

.messages .next_message {
  float:left;
  background-image:url('../images/next_message_arrow.gif');
}

.messages .previous_message {
  float:right;
  background-image:url('../images/previous_message_arrow.gif');
} 

.thread_footer {
  margin: 0px 0px 10px 185px; 
  font-size: 9px; 
  padding: 5px 3px 10px;
}

.thread_footer .delete_thread {
  float: left;
}

.thread_footer .leave_group {
  float: right;
}

.messages .header_divide {
  height:2px;
  margin: 0px;
  padding:0;
  border-top:1px solid #b3b3b3;
  background:#fff url('../images/header_divide.gif') top center no-repeat;
  overflow:hidden;
}

/*--Individual Messages--*/

.message {
  display:block;
  margin-top:10px;
}

.message .column {
  float:left;
  padding:0 0 10px;
}

.message .author_picture {
  width:50px;
  padding-bottom:0;
}

.message .author_picture img {
  display:block;
}

.message .author_info {
  width:120px;
  padding:0 10px 0 0;
  font-weight:normal;
  font-size:9px;
  text-align:right;
}

.message .author_info .name {
  padding:3px 5px 0 5px;
  font-size:11px;
  font-weight:bold;
  overflow:hidden;
}

.message.unread .author_info .name {
  padding:3px 5px 4px 20px;
  background:#eff2f7 url('/inbox/images/new_message.gif') no-repeat 7px 5px;
  border-top:1px solid #cccccc;
  overflow:hidden;
}

.message .author_info .date {
  display:block;
  padding:2px 5px 2px 0;
  color:#777;
}

.message .author_info .extras a {
  float:right;
  padding-right:5px;
  margin-bottom:1px;
}

.message .body {
  padding:3px 0 14px 5px;
}

.message .body.with_mobile {
  padding-bottom: 2px;
}

.message.unread .body {
  padding-top:4px;
}

.message .body .text {
  width:300px;
  word-wrap:break-word;
}

.message .body .text.no_body {
 color: #777;
}

.message .body .via_mobile { 
 clear:both;
 padding:8px 0px 0px;
 font-size:9px;
 color:#999;
}

.messages .msg_divide_bottom {
  height:1px;
  margin:0px 0px 0px 185px;
  background:#ddd;
  overflow:hidden;
}

.messages .deleted_messages,
.messages .branch_notice {
  margin:10px 0 0 180px;
  padding:4px 5px;
  font-size:9px;
  border:1px solid #ffe222;
  background:#fffbe2;
}

.messages .branch_notice .loading {
  display: block;
  text-align: center;
}
.messages .branch_notice .loading span {
  background-image: url('/images/upload_progress.gif');
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 32px;
}

/*----------------------------| Attachments |----------------------------*/

.message div.attachment_info {
  padding-bottom:6px;
}

/* IE6 doesn't like multiple classes, so can't do this: .message_attachment.attached_item {*/
#compose_message .attached_item,
.message .attached_item {
  width:367px;
}

.message_attachment .note_with_thumb .excerpt .textual {
  width:195px;
}

.message_attachment .event_has_photo .event_info {
  width:220px;
}

.message_attachment .ad_body {
  width:189px;
}

.message_attachment .mp3player .has_artwork .info_and_player {
  width:225px;
}

.message_attachment .mp3player .has_artwork .info_field span {
  width:170px;
}

.message_attachment .mp3player .no_artwork .info_field span {
  width:280px;
}

.message_attachment .textual .metadata .summary {
  padding-bottom:2px;
  color:#777;
}

.message_attachment .swfvideo .textual .metadata {
  width: 200px;
}

.message_attachment .video_for_share {
  padding:0;
}

.message_attachment .fb_photo .photo_thumb,
.message_attachment .share_ext_photo .has_thumb .extra {
  float: none;
  padding-left: 0px;
}

.message_attachment .fb_photo .photo_thumb,
.message_attachment .share_ext_photo .share_thumb {
  width: 360px;
}


/*----------------- BASE HOMEPAGE CSS - Defines core attributes for objects -----------------*/

#content {
    padding: 0px;
}

#home_container { 
  position:relative;
  background:#f7f7f7;
  background: transparent url(/images/newsfeed_line.gif) repeat-y top left;
}

#home_main {
  float:left;
  width:460px;
}

.home_main_item {
  margin:0;
  padding:20px 20px;
  border-right:1px solid #ddd;
  background:#fff;
  position:relative;
  z-index:1;
}

#home_sidebar {
  float:right;
  padding-top:5px;
  width:186px;
}

.sidebar_item {
  width:186px;
}

.sidebar_item_header {
  margin:0 5px 0 5px;
  padding:3px 5px 4px 5px;
  background:#e9e9e9;
  text-align:right;
}

.sidebar_item_body {
 padding: 8px 10px 15px 10px;
}

.sidebar_item_header h2 {
  float:left;
  font-size:11px;
  color:#333;
}

.sidebar_item_header h2 a:hover {
}

.sidebar_item_header .option {
  margin-top:2px;
  font-size:9px;
}

.sidebar_item_header .option a {
  color: #0C7F00;
  font-weight: bold;
}

.friend_finder {
  margin: 0;
  padding:0px 0px 0px 20px;
  background: url(../images/friend_finder.gif) no-repeat 0px 4px;
}

.invite_friends_img{
  float: left;
  width: 50px;
}

.invite_friends_body{
  float: left;
  width: 100px;
}
/* temporary gifts stuff for launching the feature */
.gifts_semi_permalink {
  margin: 0;
    /*
  padding:0px 0px 0px 20px;
  background: url(../images/icons/gift.gif) no-repeat 0px 1px;
    */
}

.gifts_semi_permalink .with_icon {
  padding:0px 0px 1px 20px;
  background: url(../images/icons/gift.gif) no-repeat 0px 0px;
}

/* end temporary gifts stuff for launching the feature */

/*----------------- Specialized Homepage CSS - Defines Special Attributes for Unique Objects -----------------*/

.requests .notifications {
  background: url(/images/icons/notifications.gif) no-repeat 0 5px;
}

.requests .sidebar_item_header {
  padding-bottom:4px;
}

.requests .sidebar_item_body {
  padding-top:6px;
}

.requests .sidebar_item_body a {
  display:block;
  padding:5px 5px 5px 22px;
  border-bottom:1px solid #ddd;
}

.requests .sidebar_item_body .friend, .requests .sidebar_item_body .socialmap {
  background: url(/images/icons/friend.gif) no-repeat 0 4px; 
}

.requests .sidebar_item_body .group {
  background: url(/images/icons/group.gif) no-repeat 0 5px; 
}

.requests .sidebar_item_body .event {
  background: url(/images/icons/event.gif) no-repeat 0 3px; 
}

.requests .sidebar_item_body .pool {
  background: url(/images/icons/madness.gif) no-repeat 0 3px; 
}

.requests .sidebar_item_body .phototag,
.requests .sidebar_item_body .pendingalbum,
.requests .sidebar_item_body .autotag {
  background: url(/images/icons/photo.gif) no-repeat 0 4px; 
}

.requests .sidebar_item_body .relationship {
  background: url(/images/icons/relationship.gif) no-repeat 0 5px; 
}

.requests .sidebar_item_body .confirmmobile {
  background: url(/images/icons/mobile.gif) no-repeat 0 5px; 
}

.requests .sidebar_item_body .back_to_home {
  margin:5px 0;
  padding:0px 0 7px 0;
  border:0;
}

.new_messages a {
  padding: 0px 0px 0px 22px;
  background: url(/images/icons/message.gif) no-repeat 0 2px;
}

.new_messages .message_container img {
  float:left;
  margin-top: 2px;
  margin-left:3px;
}

.new_messages .message_container span {
  float:right;
  width:141px;
}

.pokes .sidebar_item_body {
}

.pokes .ind_poke {
  display:block;
  margin:0 0 5px 0;
  padding-left:20px;
  background: url(/images/icons/poke.gif) no-repeat 0 5px;
}

.poke_option {
  margin-top:2px;
}

.my_status .profile_status {
  width:165px;
}

.my_status .profile_status #status_body {
  padding-left:2px;
  width:108px;
}

.my_status #home_statusupdates img.mob_status { 
 padding-top: 2px; }

.my_status #status_editor { 
  border: none;
  margin: 10px 0px 0px; }

/*  SHARE BOX  */

.shared .sidebar_item_body {
  padding: 3px 10px 10px 10px;
}

.shared .sidebar_item_body a {
  display: block;
  padding: 5px 0px 5px 21px;
}

.shared .sidebar_item_body .divider {
  border-bottom: 1px solid #ddd;
}

.shared a.new_share {
  background: url(/images/share_new_item.gif) no-repeat 0px 4px;
}

.shared a.new_comment {
  background: url(/images/share_new_comment.gif) no-repeat 0px 5px;
}

/*  EVENTS  */

.events .event_item {
  margin-bottom:10px;
}

.events .event_item a {
  display:block;
}

.events .sidebar_item_body, .birthdays .sidebar_item_body {
  padding-bottom:5px;
}

.birthdays h4 {
  color:#555;
  border-bottom:none;
  font-size:11px;
  font-weight:normal;
}

.birthdays h4 strong {
  font-weight:normal;
}

.birthdays ul {
  margin:0;
  padding:0;
  list-style:none;
  line-height:13px;
  margin-bottom:10px;
}

.birthdays .no_birthdays {
  color: #666;
  padding: 0px 0px 8px 0px;
}


/*  MADNESS  */

.madness .sidebar_item_body {
  background: url(/images/icons/madness.gif) no-repeat 12px 10px;
  padding-left: 35px;
}
.madness .sidebar_item_body strong {
  color: #111;
}



.stories_options {
  border-top:none;
}

#error {
  margin-top:10px;
}

.announcement_title {

  text-align:right;
  border-bottom:1px solid #cccccc;
}

#announcement h4 {
  float:left;
  border-bottom:none;
}

.announcement_title .hide_link {
  margin-top:2px;
}

#overlay {
  float:left;
  margin:1px 0 -1px 0;
  width:441px;
  background:#fff;
  position:absolute;
  z-index:2;
  top:-1px;
  left:-1px;
  height:100%;
  height:expression(this.parentNode.offsetHeight+'px');
  filter:alpha(opacity=70);
  -moz-opacity:0.70;
  opacity:0.70;
}

.has_overlay {
  position:absolute;  
  top:15px;
  left:22px;
  z-index:3;
}

/*----------------- Rooster Announcements CSS -----------------*/

#rooster_container {
  margin: 10px;
  margin-bottom: 0px;
  position:relative;
  z-index:1;
}

#rooster_container .inputcheckbox {
  margin: 0 4px 0 2px;
}

#rooster_container form {
  margin: 0 10px 0 10px;
}

#rooster_container .contact_email_pending {
  border: 1px solid #ccc; 
  padding: 8px; 
  background: #f7f7f7; 
  text-align: center;
}

.rooster_story {
  padding: 10px 0px;
  text-align: left;
  margin-bottom: 5px;
}

.rooster_error {
  padding: 10px;
  background: #f2f4f7; 
  border-bottom: solid 1px #cccccc;
}

.rooster_info {
  border-bottom: solid 1px #cccccc;
  background: #f2f4f7; 
  margin-bottom: 0px;
}

.rooster_info h4 {
  font-size: 14px;
  float: left;
  border-bottom:none;
}

.rooster_info p {
  margin: 10px;
}

.rooster_error h4 {
  font-size: 14px;
  color: #d85d01;
  padding-top: 3px;
  border-bottom:none;
}

.rooster_error p {
  margin: 10px;
}

.rooster_button {
  padding-top: 10px;
}

.rooster_title {
  margin: 5px 10px 0 10px;
}

.actually_important {
  background-color: #feffcf;
  width: 417px;
  font-size: 13px;
  font-weight: bold;
}
  
.actually_important .read_this {
  padding: 8px 10px 0 10px;
  color: #d85d01; 
}
    
.actually_important .important_text {
  padding: 0 10px 8px 10px;
  color: #391800 
}

.actually_important .important_text a {
  color: #391800;
  text-decoration: none; 
}

.actually_important .important_cap {
  background: #f2f4f7 url('/images/actually_important_cap.gif') no-repeat;
  height: 18px;
}

/* rooster friend finder story stylez */
#rooster_container .rooster_info .editor .inputtext {
  width: 180px;
  margin: 0px 2px 0px 0px;
}
#rooster_container .rooster_info .editor .select {
  width: 102px;
  margin: 0px 0px 0px 2px;
}
#rooster_container .rooster_info .editor .inputpassword {
  width: 180px;
}

/*----------------- First Login Orientation CSS -----------------*/

#orientation {
  position: relative;
  width: 415px; 
}

#orientation ul {
  list-style: none;
  padding: 0px;
  margin: 5px 0 5px 0;
}

#orientation li {
  padding: 0px 0px 0px 0px;
  font-weight:bold;
  font-size:13px;
}

#orientation #welcome_header {
  padding:15px 20px;
  text-align:left;
  border:1px solid #EBAE7F;
  background:#FEFFCF;
}
  
#orientation #welcome_header h2 {
  font-size: 13px;
  color: #D85D01;
  margin-bottom: 3px;
  border-bottom:none;
}

#orientation #welcome_header p {
  color:#333333;
  margin: 0;
  font-weight: normal;
  line-height:16px;
}

#orientation #welcome_header p.normal {
  color:#391800;
  margin: 0;
  font-weight: normal;
  line-height:16px;
}

#orientation #welcome_header .preinstall_intro {
  background: transparent none no-repeat scroll 0px 1px;
  display: block;
  padding: 2px 0 0 20px;
  margin: 5px 0px 10px 0;
}

#orientation #section_status {
  padding: 15px 20px;
  text-align: left;
  border-top: 1px solid #EBAE7F;
  border-right: 1px solid #EBAE7F;
  border-bottom: 0px solid #EBAE7F;
  border-left: 1px solid #EBAE7F;
  background: #FEFFCF;
  margin-bottom: 0px; }
  
#orientation #section_status h2 {
  font-size: 13px;
  color: #D85D01;
  margin-bottom: 3px;
  border-bottom:none;
}

#orientation #section_status p {
  color:#391800;
  margin: 0;
  font-weight: bold;
}

#orientation #section_status p.normal {
  color:#391800;
  margin: 0;
  font-weight: normal;
}

#orientation #section_header {
  padding: 15px 18px 0px 18px;
  text-align: left;
  border-top: 1px solid ;
  border-right: 1px solid ;
  border-bottom: 0px solid #0C7F00;
  border-left: 1px solid ;
  background: #f7f7f7;
  margin: 15px 0 0 0;
}
  
#orientation #section_header h2 {
  font-size: 13px;
  color: #333333;
  margin-bottom: 3px;
  border-bottom:none;
}

#orientation #section_header p {
  color:#391800;
  margin: 0px 0px 10px 0px;
  font-weight: normal;
}

#orientation #section_header p.normal {
  color:#391800;
  margin: 0;
  font-weight: normal;
}

#orientation small {
  color: #333;
  font-size: 10px;
  font-weight: normal;
}

#orientation #section_status_bottom {
  border-top: 1px solid #ccc;
  border-right: 1px solid ;
  border-bottom: 1px solid ;
  border-left: 1px solid ;
  background-color: #f7f7f7;
  padding: 0px 20px 10px 20px;
  margin: 0px 0px 20px 0px;
}

#orientation #section_content_bottom {
  border-top: 1px solid #f7f7f7;
  border-right: 1px solid ;
  border-bottom: 1px solid ;
  border-left: 1px solid ;
  background-color: #f7f7f7;
  padding: 0px 20px 10px 20px;
  margin: 0px 0px 0px 0px;
}
#orientation #section_content_bottom p {
  margin: 0px 0px 10px 0px;
  line-height:16px;
}
#orientation #section_content_bottom p.preview {
  padding: 0px;
  margin: 0px 0px 10px 0px;
}

#orientation #section_content_bottom td.label {
  color: #777;
  font-weight: bold;
  padding-right: 4px;
  width: 105px;
  text-align: right;
}

/* generic orientation story */
#orientation .story { 
  margin: 0px 0px 8px; }

  #orientation .story .panel {
    padding: 8px 10px 10px 48px; 
    background-position: 10px 9px;
    background-repeat: no-repeat; }

  #orientation .story h4 {
    text-align: right; 
    font-size: 13px;
    color: #333;
    padding-top: 3px;
    margin-bottom: 6px; }
  
  #orientation .story h4 a {
    margin-top: 3px;
    color: #aaa; 
    float: right;
    font-size: 9px; }

  #orientation .story h4 .orientation_skip {
    color: #0C7F00;
    float: right;
    font-size: 9px; }

  #orientation .story h4 span {
    display: block;
    float: left; }

  #orientation .story p {
    margin: 0px;
    padding-bottom: 10px; }

  #orientation .orientation_active h4 span span.orientation_required,
  #orientation .orientation_regular h4 span span.orientation_required {
    display: none }

  #orientation .orientation_complete h4 span span.orientation_required {
    color: #c33;
    display: inline;
    float: none }

 #orientation .story h2 {
    font-size: 11px;
    color: #000;
    font-weight:normal; }

#orientation h1 {
    text-align: left;
    font-size: 11px;
    font-weight: normal;
}

#orientation #error h1 {
  font-size: 14px;
  font-weight: bold;
}

/* completed orientation step */ 
#orientation .orientation_complete,
  #orientation .orientation_complete h4 {
    color: #999; }

  #orientation .orientation_complete .icon_1 { background-image: url('../images/orientation/complete_step_1.gif') }
  #orientation .orientation_complete .icon_2 { background-image: url('../images/orientation/complete_step_2.gif') }
  #orientation .orientation_complete .icon_3 { background-image: url('../images/orientation/complete_step_3.gif') }
  #orientation .orientation_complete .icon_4 { background-image: url('../images/orientation/complete_step_4.gif') }

  #orientation .orientation_complete .expand_link { 
    text-align:right; 
    font-size:11px; 
    font-weight: normal;
}


/* active orientation step */
#orientation .orientation_active {
  background-color: #f7f7f7;
  border: solid 1px #ccc;
  border-top: solid 1px #0C7F00;
  color: black }

  #orientation .orientation_active h4 {
    color: #333 }

  #orientation .orientation_active .icon_1 { background-image: url('../images/orientation/step_1.gif') }
  #orientation .orientation_active .icon_2 { background-image: url('../images/orientation/step_2.gif') }
  #orientation .orientation_active .icon_3 { background-image: url('../images/orientation/step_3.gif') }
  #orientation .orientation_active .icon_4 { background-image: url('../images/orientation/step_4.gif') }

/* upcoming orientation step */
#orientation .orientation_regular .icon_1 { background-image: url('../images/orientation/upcoming_step_1.gif') }
#orientation .orientation_regular .icon_2 { background-image: url('../images/orientation/upcoming_step_2.gif') }
#orientation .orientation_regular .icon_3 { background-image: url('../images/orientation/upcoming_step_3.gif') }
#orientation .orientation_regular .icon_4 { background-image: url('../images/orientation/upcoming_step_4.gif') }

/* steps that aren't active */
#orientation .orientation_regular,
#orientation .orientation_complete {
  padding: 1px; }
 
/* content statuses */
.orientation_regular  .on_active,  .orientation_regular  .on_complete,
.orientation_complete .on_active,  .orientation_complete .on_regular,
.orientation_active   .on_regular, .orientation_active   .on_complete {
  display: none; 
  }

.orientation_regular  .on_regular,
.orientation_complete .on_complete,
.orientation_active   .on_active {
  display: block; }

/* orientation intro message */
#orientation .intro {
  margin-bottom:8px;
}

/* orientation network selectors */
#orientation .network_join {
  padding: 5px 0px 10px 24px;
  background-repeat: no-repeat;
  background-position: 0px 4px; }
  
  #orientation .network_join .title_bar {
    height: 0.95em;
    margin-bottom: 0.8em;
    border-bottom: solid 1px #ccc; }
  
  #orientation .network_join .title_bar h5 {
    display: inline;
    color: #333;
    background: white;
    padding: 0px 4px 4px 0px;
    border-bottom: none;
    margin: 0px 0px -4px; }

  #orientation .orientation_active .title_bar h5 {
    background: #f7f7f7;
  }
    
  #orientation .network_join p {
    margin: 0px; }

  #orientation .network_join .inputsubmit {
    width: 60px; }

  #orientation .network_join .join_table {
    width: 306px; }
  
  #orientation .network_join .join_table td.label {
    color: #777;
    font-weight: bold; }
  
  #orientation .network_join .join_table td.button {
    text-align: right; } 
  
  #orientation .network_join .join_table td {
    padding: 0px; }

  #orientation .network_join .join_table td.label {
    padding-right: 4px;
    width: 82px; }

#orientation .join_form {
  padding: 5px 0px 0px; }
  
#orientation .join_table .inputtext {
  margin: 1px 0px;
  width: 145px; }

#orientation .join_table select {
  width: 145px; }

#orientation #city_selector_table small,
#orientation #country_selector_table small {
  color: #777; }

#orientation #geo_selector_table {
  padding: 5px 0px 0px; }

  #orientation #geo_selector_table tr {
    vertical-align: top }
  
  #orientation #geo_selector_table .geo_options tr {
    vertical-align: middle; }
  
  #orientation .join_table label {
    color: black; 
    font-weight: normal; }

#orientation #city_selector_table .inputtext {
  width: 210px; }

#orientation .mobile_confirm_form_table {
  padding: 5px 0px 0px; }

#orientation #upload_error #error {
  padding: 8px 10px;
  margin: 10px 0px 0px; }

#orientation #upload_error #error h1 {
  font-size: 11px;
  text-align: left;
  margin: 0px; }

#orientation .copyright_checkbox {
  padding: 8px 0px; }

#orientation .copyright_checkbox .inputcheckbox {
  float: left; 
  display: block;
  margin: 2px 5px 8px 0px; }

#orientation .copyright_checkbox label {
  color: black;
  font-weight: normal; }

#orientation .upload_button {
  margin-bottom: 15px;
  padding-right: 0px }

#orientation .upload_button input {
  float: right }

#orientation .friendfinder {
    width: 340px;
    margin-left: 0px; 
    margin-right:0px;
}

#orientation .friendfinder #password {
    width: 158px;
}

#orientation .friendfinder .label { 
    width: 95px;
}

#orientation .friendfinder #login {
    width: 89px;
    margin-right: 2px;
}

#orientation .friendfinder input.inputsubmit {
    margin-left: 4px;
    float: none;
}

#orientation .friendfinder .address_book_email select {
    margin-left: 2px;
}

#orientation .orientation_im_done {
  display: block;
  float: right;
  margin-bottom: 0px!important;
  margin-bottom: -20px; }

.orientation_subhead {
  margin-top: -6px; 
  font-weight: bold; 
  color: #333;
}

.orientation_exit {
  border-top: 1px solid #cccccc;
  margin: 25px 3px 0px 0px;
  text-align:right;
  font-size: 12px;
  font-weight: bold;
  padding: 10px 0px 0px 0px; }

.orientation_exit a {
  text-decoration: underline;
}

#orientation .orientation_complete .orientation_skip {
  visibility: hidden }

#orientation .orientation_regular .orientation_im_done,
#orientation .orientation_complete .orientation_im_done {
  visibility: hidden }

#orientation .orientation_active .orientation_im_done {
  visibility: visible }

#orientation .status {
  text-align:left;
  margin: 15px 0px; }

#orientation .highlighted {
  padding:5px 10px;
  margin:10px 0;
  background:rgb(255, 248, 204);
  border:1px solid rgb(255, 226, 34);
}

#orientation .highlighted .network_join .title_bar h5 {
  background:rgb(255, 248, 204);
}

#orientation .highlighted .join_table {
  width:285px; 
}

#orientation .highlighted .join_table .inputtext {
  width:123px;
}

#orientation .after_hidden {
  display: none;
}

/*----------------- Security Question and Year Submit CSS -----------------*/

.year_question {
  padding-left:150px;
}

.security_question {
  padding-left:90px;
}

.year_question .inputsubmit, .security_question .inputsubmit {
  margin-top:5px;
}
.gift_outer {
    padding: 3px;
    float: left;
    margin-left: 4px;
    margin-top: 4px;
}

.gift_inner {                                                 
    background-image: none;                                   
    background-repeat: no-repeat;                             
    width: 64px;
    height: 64px;
}

.gift_caption {
    width: 64px;
    margin-top: 3px;
    margin-bottom: 1px;
    text-align: center;
    font-size: 11px;
    color: #777;
}

.giftshop_gift_info {                            
    margin: 0 0 0 4px;                                         
    float: left;                                              
}                                                             
                                                              
.giftshop_gift_info .gift_title {                
    margin: 0px;                                          
    font-size: 9px;                                           
}                                                             
                                                              
.giftshop_gift_info .limited_time,               
.giftshop_gift_info .limited_edition {           
    margin-top: 2px;                                          
    font-size: 9px;                                           
    color: #999;                                              
}    
.ad_media {}

.ad_capsule .photo_widget {
  padding-bottom:2px;
  margin: 0px;
  padding: 0px;
}
.ad_capsule .photo_widget.three,
.ad_capsule .photo_widget.four {
  clear: both;
}

.ad_capsule .photo_widget a {
  margin: 0px 0px 0px 5px; margin: 0px 5px 0px 0px;
  padding-bottom: 2px;
}

.ad_capsule .photo_widget a img {
  vertical-align:middle;
  background:#fff;
  padding:3px;
  border:1px solid #ccc;
}

.ad_capsule .photo_widget a:hover img {
  border:1px solid #0C7F00;
}

.ad_capsule .photo_widget a:hover img {
  border:1px solid #0C7F00;
}

.ad_capsule .photo_widget_wrapper .body {
  clear:both;
}

.ad_capsule h2 {
  margin-bottom:2px;
}

.ad_capsule .external_link {
  border-bottom:1px dotted #0C7F00;  
}

#book .ad_capsule a .external_image {
  border:1px dotted #ccc;
}

#book .ad_capsule a:hover .external_image {
  border:1px dotted #0C7F00;
}


.ad_capsule .external_link:hover {
  border-bottom:none;
}

.ad_capsule p.one, .ad_capsule p.two {
  float:right;
}

.ad_capsule p.one {
  width:276px;
}

.ad_capsule h3 {
  color: #333; 
  font-weight: bold; 
  font-size: 11px; 
  margin-bottom: 5px; margin: 0px;
}

.ad_capsule p.two {
  width:186px;
}

.ad_capsule .photo_widget.one, .ad_capsule .photo_widget.two {
  float:left;
}

.ad_capsule .photo_widget.three, .ad_capsule .photo_widget.four {
  padding:8px 0 0 0;
}

/* Need to shrink for minifeed */
.minifeed .ad_capsule p.one {
  margin-top: 5px;
  width: 256px;
}

.minifeed .ad_capsule .photo_widget {
  margin-top: 5px;
}

/* Need to shrink for shared view */
.share_media .ad_capsule p.one {
  margin-top: 5px;
width: 70%;
  float: right;
}

.share_media .ad_capsule .photo_widget {
  margin-top: 5px;
}
/*----------------- Feed CSS -----------------*/

.no_stories {
  margin:10px 0 0;
  padding:10px 30px;
  font-size:13px;
  color:#777;
  text-align:center;
}

.story_nav_header {
  padding:5px;
}

.feed_item {
  position:relative;
}

.feed_item .feed_icon {
  float:left;
  width:16px;
  text-align:left;
}

.feed_date_header {
  margin:10px 0 5px;
  padding:2px 0;
  border-bottom:1px solid #ccc;
  color: #888;
  font-size:9px;
  font-weight:bold; 
}

.feed_story_wrapper {
  float:right;
  width:396px;
  padding-bottom:10px;
  margin-bottom:8px;
  border-bottom:1px solid #cccccc;
}


/*---------------------------------| Two Column |--------------------------------*/
.feed_item .feed_column .left {
  padding-right:7px;
}

/*---------------------------------| Info Table |--------------------------------*/
.feed_item .info_table {
  padding:0 0 0 0;
}

.feed_item .info_table h4, .feed_item .info_text h4 {
  padding-bottom:0;
  border-bottom:0;
  font-size:11px;
  color:#777;
}

.feed_item .info_table h4 .inline {
  white-space:nowrap;
}

.feed_item .info_table h6, .feed_item .info_text h6 {
  margin:0;
  padding:0 0 5px 0;
  font-weight:normal;
  font-size:11px;
  color:#999;
}

.feed_item .info_table table {
  margin:3px 0 0;
  border-collapse:collapse;
}

.feed_item .info_table table th {
  white-space:nowrap;
  padding-right:7px;
  text-align:left;
  vertical-align:top;
  font-weight:normal;
  color:#666;
}

.feed_item .info_table table th.on_top {
  font-size:9px;
  color:#888;
}

.feed_item .info_table table td.on_bottom {
  padding:0 0 4px;
}

.feed_item .info_table .actions td {
  padding:3px 0 0 0;
}

.feed_story_wrapper .rate_link {
  display:none;
  position:absolute;
  top:-5px;
  right:0;
  padding:3px 5px 4px;
  border:1px dotted #fff;
  background:#0C7F00;
  color:#fff;
  font-weight:bold;
}

.feed_story_wrapper:hover .rate_link {
  display:block;
}

.feed_story_wrapper, .one_liner_cluster {
}

.one_liner_cluster {
  padding-bottom:10px;
}

.bumper {
  height:1px;
  margin:3px 0 0 23px;
  color:#cccccc;
  background:#cccccc;
  border:none;
  overflow:hidden;
}

.feed_item .header_container {
  margin-bottom:5px;
}

.feed_item .header_container .share_corner {
  padding-top:2px;
  font-size:9px;
  width:55px;
  float:right;
  text-align:right;
}
 
.feed_item .header_container .share_header {
  line-height: 14px;
  width:300px;
}

.feed_item .feed_story_body {
  line-height: 14px;
  padding-right:5px;
}

.feed_item .header_container h2 {
  float:left;
  font-size:11px;
  color:#333;
}

.feed_item .header_container h2 span {
  float:none;
  color:#999;
  font-size:9px;
  font-weight:normal;
}

.feed_item h2 strong {
  color:#777;
}

.feed_item h3 {
  font-size:11px;
  padding-top:0;
  margin-top:-2px;
  font-weight:bold;
}

.feed_item h4 {
  font-size:11px;
  font-weight:normal;
  color:#999;
  margin-bottom:0;
  border-bottom:none;
}

.subtitle {
  clear:both;
  display:block;
  font-size:9px;
  padding-top:2px;
}

.feed_item h4 span {
  font-size:9px;
  color:#000;
}

.feed_item p {
  margin:0;
}

.one_liner {
  position:relative;
  margin:0;
  padding:0;
}

.one_liner .feed_story_wrapper {
  border-top:0;
  border-bottom:0;
  margin:0;
  padding:0 0 2px 0;
}

.one_liner .feed_icon {
  text-align:right;
}

.one_liner h2 {
  border:0;
  margin:0;
  font-size:11px;
  font-weight:normal;
}

.one_liner h2 a {
  font-weight:normal;
  color:#0C7F00;
}

.one_liner .header_container {
  border-top:0;
  border-bottom:0;
  background:transparent;
}

.one_liner h2 {
  overflow:none;
  width:auto;
}

.feed_item .feed_picture_right, .feed_item .feed_picture_left {
  text-align:center;
  font-size:9px;
}

.feed_item .feed_picture_right a, .feed_item .feed_picture_left a {
  font-size:9px;
  color:#666;
}

.feed_item .feed_picture_right img, .feed_item .feed_picture_left img {
}

.feed_item .feed_picture_right {
  padding:3px 0 0 7px;
  float:right;
}

.feed_item .feed_picture_left {
  padding:3px 7px 0 0;
  float:left;
}

.feed_item .action_links {
  margin-top:-2px;
  margin-right:5px;
  float:right;
}

.call_to_action {
  font-size:11px;
}

.feed_item .user_input {
  background:#fff;
}

.photo_info .album_title a {
  font-weight:bold;
}

.photo_info .album_title span {
  color:#999;
}

.photo_info .album_title .break {
  display:block;
  color:#999;
}

.photo_info .album_post {
  padding-top:2px;
  color:#333;
  font-size:9px;
}

.photo_info .location {
  padding-top:2px;
  text-align:left;
}

.object_info .in_this_album {
  padding-top:2px;
}

.object_info {
  margin-top:8px;
}

.object_info table {
  border-collapse:collapse;
}

.object_info table th {
  color:#777;
  width:10px;
  font-weight:normal;
}

.object_info table th, .object_info table td {
  text-align:left;
  vertical-align:top;
}

.object_info table td {
  padding-right:10px;
}

.object_info .category {
  color:#333;
  font-size:9px;
}

/* Photo Widget Styles */
.photo_widget {
  margin:0 5px 5px -6px;
}

.photo_widget a {
  margin-left:6px;
  padding-bottom:2px;
}

.photo_widget img {
  vertical-align:middle;
}

.photo_widget a img {
  background:#fff;
  padding:4px;
}

.photo_borders a img {
  padding:3px;
  border:1px solid #ccc;
}

.photo_borders a:hover img {
  border:1px solid #0C7F00;
}

.photo_widget_wrapper .body {
  clear:both;
}

.widget_style_1 .photo_widget, .widget_style_2 .photo_widget {
  float:left;
}

.widget_style_3 .photo_widget a {
  margin-left: 30px;
}

.widget_style_1 .body, .widget_style_2 .body, .widget_style_3 .body {
  padding-top:2px;
  clear:none;
}

/* Individual Story Styles */

.rsvp .call_to_action {
  padding-top:5px;
}

.mobile_photo_upload h2 {
  float:left;
  width:263px ! important;
}

.wall_post .quote, .gifts_received .quote, .photo_info .comment { 
  float:left;
  width:280px;
  margin:3px 5px 8px 0;
  padding-left:23px;
  background:url(../images/start_quote.gif) top left no-repeat;
}

.photo_info .comment { 
 width:270px;
}

.wall_post span.em, .gifts_received span.em, .photo_info span.em{
  padding:2px 23px 2px 0;
  background:url(../images/end_quote.gif) bottom right no-repeat;
  font-size:11px;
  text-align:left;
  font-style:normal;
  color:#666;
}

.gifts_received .intro {
    margin: 8px 0;
}

.gifts_received .gift_received {
    float: left;
    width: 70px;
    margin-right: 8px;
}

.gifts_received .gift_data {
    float: left;
    width: 200px;
}

.create_classified .feed_picture_left img {
    width: 50px;
}

.create_classified .classified_sample_explanation {
    margin-bottom: 2px;
}

.create_classified .classified_info {
    float: left;
    width: 330px;
}

.create_classified .classified_title {
    margin: 2px 0 4px 0;
    font-weight: bold;
}

.create_classified .classified_see_all {
    margin-top: 6px;
}

.wall_post .call_to_action {
  float:left;
  width:275px;
}

.wall_post .call_to_action.mobile { 
  color:#999;
  font-size:9px;
  padding-left:23px;
  padding-bottom:12px;
}

.app_story .edit_app_settings {
  margin: 5px 0px 0px;
  color: #999999;
  float: bottom;
}

.photo_comment .quote {
   width:245px;
}

.mobile_upload .call_to_action { 
  padding-top: 4px;
}

.profile_picture .pictures_container {
  margin-left:5px;
}

.profile_picture .pic_container {
  display:block;
  border:1px solid #ddd;
  padding:2px;
  margin:0 3px 0 0;
  width:50px;
  height:50px;
  text-align:center;
}

.profile_picture .pic_container:hover {
  border:1px solid #0C7F00;
  text-decoration:none;
}

.profile_picture .pic_container span {
  display:block;
  width:50px;
  height:50px;
}

.profile_picture .pic_container a:hover {
  text-decoration:none;
  border:1px solid #0C7F00;
}

.profile_picture .name_container {
  float:left;
  text-align:center;
  margin-bottom:3px;
}

.profile_picture .name a {
  display:block;
  clear:both;
  font-size:9px;
  color:#777;
}

.profile_picture_condensed .pic_container {
  margin-right:1px;
}

.note .text_container {
  float:left;
  margin-top:3px;
}

.note .text_container h2 {
  font-size:11px;
}

.note .text_container h2 span {
  font-weight:normal;
  font-size:9px;
  color:#000;
  display:block;
}

.note .feed_picture_left {
  padding-right:10px;
}

.note .feed_picture_left a img {
  vertical-align:middle;
}

.note .note_title {
  margin-bottom:3px;
} 

.note .call_to_action {
  margin-top:5px;
}

.note .tagged_in {
  padding-top:5px;
  clear:both;
}

.share .comment {
  margin-top:10px;
  padding:0;
}

.share .comment span {
  color:#666;
}

.share .comment strong a {
  color:#0C7F00;
}

.news_capsule p {
  width:auto;
}

.news_capsule h2 {
  font-size:11px;
  margin-bottom:2px;
}

/*  ADD VIDEO  */

.feed_video {}
.feed_video .thumb {
  float: left;
  margin: 0px 8px 6px 0px;
}
.feed_video .thumb a {
  border: 1px solid #aaa;
  display: block;
  float: left;
  line-height: 1px;
  padding: 1px;
}
.feed_video .thumb a:hover {
  border: 1px solid #0C7F00;
}
.feed_video .info {
  float: left;
  padding: 6px 0px;
  width: 200px;
}
.feed_video .title {
  font-size: 11px;
}
.feed_video .byline {}
.feed_video .timestamp {
  color: #666;
  font-size: 9px;
  padding: 1px 0px;
}
.feed_video .timestamp strong {
  color: #333;
}

.many_videos .feed_video {
  clear: none;
  float: left;
}
.many_videos .feed_video .thumb {
  clear: none;
  float: left;
  margin: 0px 6px 6px 0px;
}
.many_videos .feed_video .thumb a {}
.many_videos .feed_video .thumb img {}

.feed_video_parent {}
.feed_video_parent strong {
  color: #888;
  display: block;
  font-size: 9px;
  font-weight: normal;
}
.feed_video_parent span {
  color: gray;
}
.feed_video_parent span a {
  font-weight: bold;
}


/*  VIDEO COMMENT  */
.wall_post.video_comment .quote {
  clear: none;
  width: 250px;
}
.wall_post.video_comment .video_thumb {
  clear: none;
  float: right;
  width: 104px;
}
.wall_post.video_comment .video_thumb a {
  border: 1px solid #ccc;
  display: block;
  float: right;
  line-height: 1px;
  padding: 1px;
  text-decoration: none;
  width: auto;
}
.wall_post.video_comment .video_thumb a:hover {
  border: 1px solid #0C7F00;
}
.wall_post.video_comment .video_thumb img {
  margin: 0px;
}

.wall_post.attached_info {
  padding:2px 4px 6px 0px;
  float:left;
  color:#666;
  font-size:10px;
  line-height:14px;
  overflow:hidden;
  white-space:nowrap;
}

.wall_post.attached_info img {
  padding:0px 6px 0px 2px;
}

.wall_post.attached_info a {
  float:none;
  overflow:hidden;
}

.wall_post.attached_info a:hover,
.wall_post.attached_info a:hover span {
  color:#0C7F00;
}


/* Filter Page Styles */

.newsfeed_header {
  margin:0 0 10px;
  padding:0 0 2px 0;
  border-bottom:1px solid #cccccc;
}

.newsfeed_header .icon {
  float:left;
}

.newsfeed_header h2 {
  float:left;
  font-size:14px;
  padding-right:5px;
}

.newsfeed_header h2 span {
  color:#333;
  font-size:11px;
}

.newsfeed_header h2 .subtitle {
  display:inline;
  font-weight:normal;
  color:#999;
  font-size:9px;
}

.newsfeed_header .right_link {
  padding-top:2px;
  float:right;
}

.archive_header {
  color:gray;
  margin:14px 0 10px;
  padding:0 5px 2px 1px;
  border-bottom:1px solid #cccccc;
}

.archive_header h2 {
  display:inline;
  font-size:11px;
}

.archive_header h2 strong {
}

.recent_stories {
  margin-top:15px;
  padding:3px 0;
  border-top:1px solid #cccccc;
  text-align:right;
}

/*-- Friend of a Friend --*/
.new_user_grid .header_container {
  margin-bottom: 10px;
}

.new_user_grid .new_user_grid_container {
  float: left;
  width: 170px;
  margin: 0 10px 10px 0;
  padding: 0 0 5px 0;
}

.new_user_grid .new_user_grid_photo {
  float: left;
  display:block;
  border:1px solid #ddd;
  padding:2px;
  margin:0 5px 0 0;
  width:50px;
  height:50px;  }
  
.new_user_grid .new_user_grid_photo:hover {
  border:1px solid #0C7F00;  }

.new_user_grid .new_user_grid_links {
  float: left;
  width: 105px;  }
  
.new_user_grid .new_user_grid_network {
  font-size: 9px;
  color:#777;
  padding: 0 0 4px 0;  }

.new_user_grid .new_user_grid_link_user {
  padding: 0 0 2px 0; }
  
.new_user_grid .new_user_grid_link_add {
  padding: 2px 0px 0 0; }

.new_user_grid .new_user_grid_link_add .inactive {
  color:#777; }

.new_user_grid .see_more {
  font-weight: bold;
}

.exit_orientation li {
  padding: 7px 0px 7px 0px;
}

/*---- preinstalled app notice --------*/
 
.preinstalled_app .application_image {
  float:left;
  margin: 0 10px 0 0;  }

.preinstalled_app .metadata {
  float:left;
  width: 300px;  }

.preinstalled_app .metadata .link {
  margin: 5px 0 0 0;  }

/*----------------- Feedback -----------------*/

.feedback #content {
  padding:0;
}

.explanation td.pop_content .dialog_content {
  padding:1px 0 0 0;
}

.explanation h4 {
  margin:10px 0 0;
  color:#333;
}

.explanation p {
  padding:0 10px;
}

.explanation .square_bullets {
  margin-top:7px;
}

.explanation .square_bullets li {
  margin-bottom:7px;
}

.explanation td.pop_content .dialog_buttons {
  padding:10px;
  background:#efefef;
}

.feedback .intro {
  padding:12px 15px 0;
}

.feedback .friend_priorities {
  padding:20px 15px 15px 15px;
}

.feedback .intro p {
  margin:0 10px 12px 5px;
}

.feedback .intro h3 {
  font-weight:bold;
  color:#333;
  font-size:12px;
  padding:0 0 5px 5px;
}

.feedback .mixer_panel {
  padding:19px 10px 0;
  border-top:1px solid #ccc;
  border-bottom:1px solid #ccc;
  background:#f7f7f7;
}

.feedback #feedback_status {
  padding:10px;
  margin:-5px 0 15px;
  border:1px solid #dd3c10;
  background:#ffebe8;
}

.feedback #feedback_status a {
  text-decoration:none;
  color:#dd3c10;
}

.feedback .mixer_panel .mixer_bar {
  position:relative;
  text-align:center;
  height:24px;
  margin-top:8px;
}

.feedback .mixer_panel .left_buttons {
  position:absolute;
  top:1px;
  left:7px;
  display:block;
  color:#444;
}

.feedback .mixer_panel .right_buttons {
  position:absolute;
  top:1px;
  right:7px;
  display:block;
  color:#444;
}

.feedback .mixer_panel .saved_notification {
  display:inline;
  width:114px;
  padding:2px 12px;
  background:#fef6c7;
  border:1px solid #ffe222;
  font-size:12px;
  font-weight:bold;
  text-align:center;
  color:black;
}

.feedback .mixer_panel table {
  border-collapse:collapse;
  border:1px solid #ccc;
}

.feedback .mixer_panel .increments, .feedback .mixer_panel .increments table {
  border:none;
  width:122px;
}

.feedback .mixer_panel .titles .stories_title, .increments table td {
  text-align:right;
  color:#444;
  font-size:12px;
  font-weight:bold;
}

.feedback .mixer_panel .titles {
  background:#ededed;
}

.feedback .mixer_panel .titles td {
  border-right:1px solid #ccc;
  border-bottom:1px solid #ccc;
  vertical-align:top;
  padding:8px 0 5px 8px;
}

.feedback .mixer_panel .titles .stories_title {
  padding:9px 8px 0 0;
}

.feedback .mixer_panel .titles .stories_title {
  font-size:11px;
}

.feedback .mixer_panel .titles td .desc {
  position:relative;
  display:none;
}

.feedback .mixer_panel .titles td .desc span {
  position:absolute;
  width:77px;
  top:-29px;
  left:-26px;
  padding:3px 3px;
  text-align:center;
  white-space:nowrap;
  font-weight:bold;
  color:#333;
  background:#ddd;
  border:1px solid #ccc;
/*  border-top:2px solid #bcbcbc; */
}

.feedback .mixer_panel .titles td img {
  padding:0 0 0 7px;
}

.increments table td {
  padding-right:2px;
}

.increments table td {
  padding-right:2px;
}

.increments table .show_more, .increments table .show_less {
  height:73px;
}

.increments table .show_more {

  vertical-align:top;
}

table .show_more span, table .show_less span {
  padding: 1px 0 2px 20px;
}

table .show_more span {
  background:transparent url(../images/feedback/thumbs_up.gif) no-repeat center left;
}

table .show_less span {
  background:transparent url(../images/feedback/thumbs_down.gif) no-repeat center left;
}

.increments table .show_less {
  vertical-align:bottom;
}

.feedback .mixer_panel .sliders {
  background:#fff url(../images/feedback/increment_bg.gif) repeat-x 0 10px;
}

.feedback .mixer_panel .slider_holder {
  border-left:1px solid #ccc;
  width: 45px;
}

.feedback .friend_priorities .high_priority, .feedback .friend_priorities .low_priority {
  float:left;
  width:283px;
}

.feedback .friend_priorities .high_priority {
  margin:0 20px 0 6px;
}

.feedback .friend_priorities h3 {
  font-weight:bold;
  color:#333;
  font-size:12px;
  padding:0 0 4px 20px;
  border-bottom:1px solid #cccccc;
}

.feedback .friend_priorities .high_priority h3 {
  background:transparent url(../images/feedback/thumbs_up.gif) no-repeat top left;
}

.feedback .friend_priorities .low_priority h3 {
  background:transparent url(../images/feedback/thumbs_down.gif) no-repeat top left;
}

.friend_priorities strong {
  padding-right:5px;
}

.friend_priorities .friend_bucket {
  margin-top:15px;
}

.friend_priorities .friend_bucket h4 {
  margin:0;
  padding:0 0 2px 0;
  font-size:9px;
  color:#777;
  border-bottom:1px solid #ccc;
}

.friend_priorities .friend_bucket ul {
  padding:0 0 0 10px;
  list-style:none;
}

.friend_priorities .friend_bucket ul .empty {
  color:#999;
}

/*This is a bit abstracted from the rest of the styles just in case
  we decide to use this elsewhere.*/
.feedback .slider_holder {
  padding: 16px 13px;
  background: white url(../images/feedback/slider_increment.gif) no-repeat center 10px;
}

.feedback .increments table {
  height: 167px;
}

.feedback .vslider {
  height: 131px;
  margin: auto;
}

/* everything you need for vsliders */
.vslider, .vslider .vslider_knob_holder {
  width: 7px;
}

.vslider, .vslider_top {
  background-repeat: no-repeat;
  overflow: hidden;
  padding: 18px 0px;
}

.vslider {
  background-image: url('../images/feedback/slider.gif');
  background-position: bottom center;
  padding-left: 6px;
  padding-right: 6px;
}

.vslider_top {
  background-image: url('../images/feedback/slider.gif')!important;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/feedback/slider.gif', sizingMethod='crop');
  margin-top: -18px;
  padding-bottom: 0px;
}

.vslider .knob_holder {
  position: absolute;
  text-align: left;
}

.vslider img {
  cursor: pointer;
  left: -8px;
  position: relative;
  top: -16px;
}

.feedback .settings_success {
  background:#373;
}

.feedback .settings_error{
  background:#733;
}

#dialog {
  margin: 0px auto;
  border: solid 10px #cccccc; }

#dialog td.dialog {
  padding-top: 10px;
  background: #FFFFFF;
  border: solid 1px #0C7F00; }

#dialog td td {
  color: #555;
  border: none; }

#dialog td .formtable {
  margin: 5px 10px 0px; }

#dialog p {
  margin: 10px; 
  text-align: left; }

#dialog h4 {
  border-bottom: solid 1px #cccccc;
  margin: 5px 10px 5px;
  padding: 0px 0px 2px;
  font-size: 13px; }

#dialog .buttons {
  padding: 10px;
  text-align: right; }

#dialog .buttons input {
  margin-left: 10px; }

#dialog small {
  font-weight: normal;
  color: gray; }

#dialog_note {
  margin: 10px auto 0px auto;
  border: 0; }

#dialog_note td {
  text-align: center; }

div.notice {
  width: 400px;
  margin: 80px 100px;
  padding: 10px;
  position: absolute;
  z-index: 100;
  background: #f7f7f7;
  border: solid 3px #0C7F00; }
  
  div.notice h4 {
    margin-bottom: 10px; }
  
  div.notice .buttons {
    margin: 10px 0px 0px;
    text-align: center; }
  
  div.notice .buttons input {
    margin-left: 10px;
    width: 60px; }

#dynamic_dialog {
  position: absolute;
  z-index: 1;
  background: #FFFFFF;
  left: 0px;
  top: 0px;
  width: 360px;
}

.dialog_padding #content {
  padding: 20px 0px;
}

