
/* BEGIN TEMPLATE css_print.tpl */

/* does not use template values on purpose */

#phorum #post, #phorum #thread-options, #phorum .nav, #phorum .message-options, #phorum .message-moderation {
    display: none;
}

#phorum div.generic {
    background-color: #ffffff;
    border: 1px solid #000000;
}

#phorum div.message-body {
    border: 1px solid #000000;
    background: transparent;
}

#phorum div.message-body br {
    clear:both;
}

#phorum table.list th  {
    background: transparent;
    color: #000000;
}

#phorum table.list td.current {
    background-color: #ffffff;
}

#phorum a,#phorum a:hover {
    color: #000000;
}

/* END TEMPLATE css_print.tpl */




/* Added by module "announcements", template "announcements::css" */
#phorum table.announcements {
    margin-bottom: 20px;
}



/* Added by module "user_image_gallery", file "mods/user_image_gallery/user_image_gallery.css" */

#phorum table.list td.row1 {
  border-bottom: none;
}

.gallery_button {
  margin: 5px 0px;
  padding: 0px;
}

.uploadblank {
  margin: 5px 0px;
  padding: 0;
}

.input_text {
  width: 300px;
}

.input_textarea {
  width: 300px;
  height: 75px;
}

