/*UBB 带有Class的Code*/
div.ubb_code_class {
  padding:0px 0px 0px 0px;
  margin: 0px 0px 5px 15px;
}

/*UBB 运行代码*/
div.ubb_rcode {
  margin: 2em;
  margin-top: 3px;
  clear: both; 
  width:80%;
}

/*UBB 引用样式*/
blockquote.ubb_quote {
  margin: 2em;
  margin-top: 3px;
  margin-left: 0px;
  clear: both;
  word-break: break-all;
}

/*UBB 引用内容Table*/
table.ubb_quote_table {
  width:100%;
  border-collapse: collapse;
}

/*UBB 引用标题*/
td.ubb_quote_title {
  font-weight: bold;
  text-indent: 15px;
  padding-top: 2px;
  padding-bottom: 2px;
}

/*UBB 引用内容*/
td.ubb_quote_content {
  padding:4px 15px 4px 15px;
}

/*UBB 附件样式*/
blockquote.ubb_attach {
  margin: 2em;
  margin-top: 3px;
  margin-left: 0px;
  clear: both;
  word-break: break-all;
}

/*UBB 附件内容Table*/
table.ubb_attach_table {
  width:100%;
  border-collapse: collapse;
}

img.ubb_img {
	vertical-align:auto !important;
}

/*UBB 附件标题*/
td.ubb_attach_title {
	font-size:12px;
  font-weight: bold;
  text-indent: 15px;
  padding-top: 2px;
  padding-bottom: 2px;
}

/*UBB 附件下载次数*/
td.ubb_attach_info {
	font-size:12px;
  text-align:right;
  padding-right: 10px;
}

span.ubb_attach_info{
	font-size:12px;
}

/*UBB 附件内容*/
td.ubb_attach_content {
  padding:4px 15px 4px 15px;
}

/**==========UBB标签的链接样式前的图片==========**/
span.ubb_link{
  height: 13px;
	padding:0px 2px;
}

/**===========UBB标签的邮件样式============**/
span.ubb_email{
  height: 11px;
	padding:0px 2px;
  layoutflow:horizontal;
}

/**===========UBB标签的表格样式============**/
table.ubb_table {
  border-collapse: collapse;
  line-height:1.5;
  margin-left:5px;
}

tr.ubb_tr{
}

td.ubb_td{
  padding:3px;
}

/**UBB 按钮样式*/
input.ubb_button{
  height: 23px;
}

/* ubb tag 链接样式*/
a.ubb_tag {
	padding:0px 2px;
}

/**===========上传组件============**/
div.upload {
  float:left;
  padding-left: 18px;
  padding-right: 2px;
}

div.noshow{
  display:none;
}
