.printable {
	background: url(../../../images/lustforo/icons/print.png) no-repeat 0px 0px;
	padding: 2px;
	padding-left: 20px;
        font-size: 11px;
}

.sendthread {
	background: url(../../../images/lustforo/icons/send.png) no-repeat 0px 0px;
	padding: 2px;
	padding-left: 20px;
        font-size: 11px;
}

.subscription_add {
	background: url(../../../images/lustforo/icons/subscribe.png) no-repeat 0px 0px;
	padding: 2px;
	padding-left: 20px;
        font-size: 11px;
}

.subscription_remove {
	background: url(../../../images/lustforo/icons/subscribe_remove.png) no-repeat 0px 0px;
	padding: 2px;
	padding-left: 20px;
        font-size: 11px;
}

.tborder_classic {
	width: 100%;
	border: 1px solid #cad5e0;
	border-top: 0 !important;
}

.tcat {
	padding: 8px;
	background: #e1e6eb url(../../../images/lustforo/highlight.png) repeat-x top !important;
	text-shadow:white 0 1px 0;
}

.tcat a:link {
	font-size:11px;
	text-shadow:white 0 1px 0;
}

.authorbit {
	text-align: center;
	
	width: 170px;
}

.postmetabit {
}

.authorlink a {
    font-size: 15px !important;
    text-shadow: none !important;
}

.authorinfo {
    text-align: center;
    vertical-align: top;
    border-right: 1px solid #EBEBEB;
    background: #fdfdfd;
    padding: 6px;
    font-size: 12px;
    color: #777 !important;
}

.useravatar img {
    padding: 1px;
    background: white;
    border: 1px solid #D5D5D5;
    -webkit-box-shadow:rgba(0, 0, 0, 0.0980392) 0 2px 2px;
    box-shadow:rgba(0, 0, 0, 0.0980392) 0 2px 2px;
    text-align: center;
    max-width: 150px;
    margin-bottom: 5px;
}

.useravatar img:HOVER {
    border:1px solid #7d7d7d;
}

.postbitavatar img {
    padding: 1px;
    background: white;
    border: 1px solid #D5D5D5;
    -webkit-box-shadow:rgba(0, 0, 0, 0.0980392) 0 2px 2px;
    box-shadow:rgba(0, 0, 0, 0.0980392) 0 2px 2px;
    width: 100px;
    height: 100px;
}

.postbitavatar img:HOVER {
    border:1px solid #7d7d7d;
}

.postcontent {
    color: #333;
    padding: 10px;
    background: #fff;
    box-shadow: inset 5px 0px 12px -4px #FAFAFA;
    font-size: 13px;
    vertical-align: top;
}

.postcontent img {
    vertical-align: middle;
}

.postbit_signature {
vertical-align: top;
}

.post_details {
}

.post_meta {
}

.post_options {
    padding: 8px;
    border-top: 1px solid #d1dae2;
    background: #fafafa;
}

.horizontal_options {
    padding: 8px;
    border-top: 1px solid #cad5e0;
    background: #fafafa;
}

.postbit_button {
	display: inline-block;
  	background-color:#003F65;
  	background-image:url(../../../images/lustforo/highlight_faint.png);
  	background-position:0 1px;
  	background-repeat:repeat no-repeat;
	color: white !important;
	padding: 5px 8px;
	font-size: 11px;
	border-radius: 2px;
	text-shadow:rgba(0, 0, 0, 0.498039) 0 -1px 0;
	cursor: pointer;
}

.postbit_button:hover {
	background-color: #004C6D;
}

.postbit_button img {
    vertical-align: middle;
    margin-right: 3px;
    margin-top: -3px;
}

.edited_by {
	background: #ffebc8 url(../../../images/lustforo/highlight.png) repeat-x top;
	color: #ac6328;
	padding: 8px 10px;
	border-radius: 2px;
	border: 1px solid #ecc272;
	font-size: 11px;
	text-shadow: #FFFAF1 0 1px 0;
	display: inline-block;
	margin-top:10px;
	margin-bottom:10px;
}

.edited_by a {
	color: #ac6328 !important;
	font-weight: bold;
}

.edited_by img {
	vertical-align:middle;
        margin-top: -4px;
}

.posttime {
	font-size: 11px;
	position: relative;
    	top: 1px;
	color: color:#777 !important;
	text-shadow:white 0 1px 0;
}

.posttimeclock {
    	margin-right: 5px;
    	position: relative;
    	vertical-align: middle;
}

.threadrating {
    font-size: 12px;
    font-weight: normal;
    color: #7F7F7F;
}

.postbit_authorposts {
	display: inline-block;
	margin-bottom: 4px;
}

.postbit_replevel a {
	display: inline-block;
	background: #BBDF7C url(../../../images/lustforo/highlight.png) repeat-x top;
	padding: 2px 2px;
	width: 55px;
	border-radius: 2px;
	border: 1px solid #A3C058;
	margin-bottom: 5px;
	margin-top: 3px;
	font-size: 11px;
	text-align: center;
}

.postbit_replevel a:hover {
	-webkit-transition:0.3s;
	background-color: #B8CF59;
}

.postbit_warninglevel:hover {
	-webkit-transition:0.3s;
	background-color: #CF6464;
}

.postbit_warninglevel {
	display: inline-block;
	color: white !important;
	background: #EE7272 url(../../../images/lustforo/highlight.png) repeat-x top;
	padding: 2px 2px;
	width: 55px;
	border-radius: 2px;
	border: 1px solid #DB554F;
	margin-bottom: 5px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}

.postbit_userstars {
	display: block;
	margin-bottom: 5px;
}

.postbit_attachment strong {
  font-size: 18px;
  font-family: Times New Roman;
}

.postbit_attachment {
  -webkit-box-shadow:#FFFFFF 0 1px 3px inset, rgba(0, 0, 0, 0.2) 0 1px 1px;
  background-image:-webkit-gradient(linear, 0 0%, 0 100%, from(#F6F6F6), to(#E5E5E5));
  background-position:initial initial;
  background-repeat:initial initial;
  border:1px solid #DBDBDB;
  border-radius:3px;
  box-shadow:#FFFFFF 0 1px 3px inset, rgba(0, 0, 0, 0.2) 0 1px 2px;
  color:#616161;
  display:inline-block;
  margin-bottom:5px;
  margin-right:15px;
  padding:15px;
  width:500px;
}

.postbit_box {
	background: transparent;
	border: 1px solid transparent;
	padding: 4px;
}

.post_author_info {
	font-size: 12px;
}

.thanks_show {
padding: 10px; border: 1px solid #A8C471; background: #CDE3A4 url(../../../images/lustforo/highlight.png) repeat-x top; color: #436500; text-shadow:rgba(255, 255, 255, 0.546875) 0 1px 0; box-shadow:rgba(0, 0, 0, 0.0976563) 0 1px 3px; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
}

.thanks_hide {
padding: 10px; border: 1px solid #E599AA; background: #F3E3E6 url(../../../images/lustforo/highlight.png) repeat-x top; color:#80001C; text-shadow:rgba(255, 255, 255, 0.546875) 0 1px 0; box-shadow:rgba(0, 0, 0, 0.0976563) 0 1px 3px; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
}

.rep_button {
	display: inline-block;
  	background-color:#7db413;
  	background-image:url(../../../images/lustforo/icons/like_button.png);
  	background-position:0 0;
   	background-repeat:no-repeat no-repeat;
    	border:1px solid #5EA128;
	color: #FFF !important;
	line-height:24px;
 	padding:0 6px 0 23px;
	font-size: 11px;
	border-radius: 2px;
	text-shadow:rgba(0, 0, 0, 0.2) 0 -1px 0;
	cursor: pointer;
	margin-left: 1px;
}

.repminus_button {
	display: inline-block;
  	background-color:#b8b8b8;
  	background-image:url(../../../images/lustforo/icons/like_button.png);
  	background-position:0 -25px;
   	background-repeat:no-repeat no-repeat;
    	border:1px solid #A4A4A4;
	color: #FFF !important;
	line-height:24px;
 	padding:0 6px 0 23px;
	font-size: 11px;
	border-radius: 2px;
	text-shadow:rgba(0, 0, 0, 0.2) 0 -1px 0;
	cursor: pointer;
	margin-left: 1px;
}

.post_rep {
	display: inline;
	font-size: 11px;
}

.post_rep img {
	vertical-align: middle;
}

.rep_none {
	display: inline-block;
  	background: #c3c3c3 url(../../../images/bg_button.png) repeat-x;
    	border: 1px solid #939393;
	color: #000 !important;
	line-height:24px;
 	padding: 0 8px 0 8px;
	font-size: 11px;
	font-weight: bold;
	border-radius: 2px;
	text-shadow: #FFFFFF 1px 1px 1px;
}

.rep_plus {
	display: inline-block;
  	background: #b3d2d2 url(../../../images/bg_button_green.png) repeat-x;
    	border: 1px solid #669966;
	color: #000 !important;
	line-height:24px;
 	padding: 0 8px 0 8px;
	font-size: 11px;
	font-weight: bold;
	border-radius: 2px;
	text-shadow: #FFFFFF 1px 1px 1px;
}

.rep_minus {
	background-color: #FFCCCC;
	border: 1px solid #f30;
	border-radius: 2px;
	padding: 3px 6px;
}

.rep_plus a, .rep_none a {
color: #000 !important;
}