/* attachment buttons */

#attachment_buttons_list {
  clear:both;  
}

#attachment_buttons_list label {
  float:left;
  display:block;
  padding:6px 4px;
  color:#666;
}

#attachment_buttons_list .attachment_buttons {
  float:left;
}

#attachment_buttons_list .empty_item {
  padding:6px 0px 0px 4px;
}

#attachment_buttons_list .attachment_link {
  float:left;
}

#attachment_buttons_list .attachment_link a {
  display:block;
  margin:2px;    
  white-space: nowrap;
}  

#attachment_buttons_list .attachment_link a span {  
  display:block;
  padding:4px 6px 4px 24px;
  background-repeat:no-repeat;
  background-position:3px 3px;
}

#attachment_buttons_list .attachment_link a:hover {
  color:#444;
  margin:1px;
  border:1px solid #a9a9a9;
  background: #f1f1f1 url(/images/components/attach_bg_default.gif) repeat-x top left;
}


/* attachment composer */

.attachment_dialog table.pop_dialog_table {
  width:500px;
}

#attachment_view_wrapper {
  display:none;
  margin:6px 0px 8px 0px;
}

#attachment_edit_loading,
#attachment_view_loading {
  display:none;
  background: url('/images/upload_progress.gif') center no-repeat;
  clear:both;
  padding:6px 0px;
}

#attachment_view_container {
  float:left;
  padding-bottom:6px;
}

#attachment_view_loading {
  padding-bottom:0px;
}

.attachment_remove {
  font-size:9px;
  text-align:right;
  padding-bottom:3px;
}

#attachment_edit .attachment_stage {
  background:white;
  border:0px none;
}

#attachment_edit .attachment_stage_area {
  padding:0px;
}

#attachment_edit .attachment_stage_area .share_a_link .inputtext {
  width:300px;
}

#attachment_edit .attachment_stage .has_image .summary_wrap {
  width:334px;
}

#attachment_view {
  width:378px;
}

#attachment_view .attachment_stage .has_image .summary_wrap {
  width:243px;
}

#attachment_view .attached_item {
  background:white;
  border:1px solid #BDC7D8;
  padding:6px;
  margin-top:0px;
}

/* attachment display */

.attached_item {
  margin:10px 0 0;
  padding:0px 0px 0px 7px;
  border-left:2px solid #d8dfea;
  overflow:hidden;
}

.attached_item.no_text,
.attached_item_info.no_text {
  margin-top:0px;
}

div.attachment_info {
  clear:both;
  color:#666;
  font-size:9px;
  padding:8px 0px 3px 0px;
}

div.attachment_info span {
  padding:3px 0px 2px 21px;
}

