.flvBox {
	border: 1px solid #c4c4c4;
	border-bottom: 1px solid #a7a7a7;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.31, rgb(245,245,245)),
		color-stop(0.66, rgb(248,248,248))
	);
	background-image: -moz-linear-gradient(
		center bottom,
		rgb(245,245,245) 31%,
		rgb(248,248,248) 66%
	);
	-moz-box-shadow: 0px 1px 0px #dfdfdf;
	-webkit-box-shadow: 0px 1px 0px #dfdfdf;
	box-shadow: 0px 1px 0px #dfdfdf;
}
.flvHeader {
	border: 1px solid #cccccc;
	-moz-border-radius-topleft: 5px;
	-webkit-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	background: #efefef;
	color: #555555;
	padding: 10px;
}
.flvHeaderText {
	font-weight: bold;
	text-transform: uppercase;
}
.flvHeaderPause, .flvHeaderResume {
	float: right;
	padding-right: 17px;
	color: #999999;
	font-size: 90%;
	text-decoration: none;
	font-weight: normal;
}
.flvHeaderPause:hover, .flvHeaderResume:hover {
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}
.flvHeaderPause {
	background: url('/resources/images/icons/chat-pause.png') center right no-repeat;
}
.flvHeaderResume {
	background: url('/resources/images/icons/chat-play.png') center right no-repeat;
}
.flvHeader .mb_liveview_disable {
	float: right;
	margin-right: 10px;
	color: #999999;
	font-size: 90%;
	text-decoration: none;
	font-weight: normal;
}
.flvHeader .mb_liveview_disable:hover {
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}
.flvHeaderSeparator {
	float: right;
	margin-right: 10px;
}
.flvPostsContainer {
	border: 1px solid #cccccc;
	border-top: 0;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	background: #ffffff;
	color: #333333;
	-moz-box-shadow: 0px 1px 0px #dfdfdf;
	-webkit-box-shadow: 0px 1px 0px #dfdfdf;
	box-shadow: 0px 1px 0px #dfdfdf;
}
.flvPagination {
	display: none;
}
.flvPaginationShowMore {
	display: none;
	text-align: center;
	font-size: 90%;
	font-weight: bold;
	cursor: pointer;
	padding: 0.5em 0em;
	background-color:#E1E1E1
}
.flvPaginationShowMore:hover,
.flvPaginationShowMore:focus {
	background-color: #E8E8E8;
	color:#454545;
}
.flvPaginationShowMore a {
	color: #333;
	text-decoration: none;
}
.flvPaginationLoading {
	display: none;
	text-align: center;
	padding: .5em 0em;
}
.flvPost {
	border-top: 1px solid #cccccc;
	padding: 4px;
}
.flvPost2, .flvPost4 {
	background: #f8f8f8;
}
.flvPostProfile {
	float: left;
	text-align: center;
}
.flvPostProfile img, .flvPostProfile .miniProfileAvatar a img {
	width: 30px;
}
.flvPostInfo {
	margin-left: 40px;
	margin-bottom: 1px;
	color: #777777;
	font-size: 95%;
}
.flvPostInfoFlag {
	float: right;
}
.flvPostInfoSeparatorFlag, .flvPostInfoSeparatorQuote, .flvPostInfoSeparatorDelete {
	float: right;
	padding: 0 4px;
}
.flvPostInfoQuote {
	float: right;
}
.flvPostInfoBlockUser {
	float: right;
}
.flvPostInfoDelete {
	float: right;
}
.flvPostInfoEdit {
	float: right;
}
.flvPostContent {
	margin-left: 40px;
}
.flvPostContent p {
	margin: 0;
}
.flvPostContent blockquote {
	margin: 5px 0;
	background: #efefef;
	color: #777777;
	padding: 7px 35px;
	border: 1px solid #aaaaaa;
	background: #eeeeee url('/resources/images/admin/quote.png') 7px 7px no-repeat;
	
	border: 1px solid #c4c4c4;
	border-bottom: 1px solid #a7a7a7;
	-moz-box-shadow: 0px 1px 0px #dfdfdf;
	-webkit-box-shadow: 0px 1px 0px #dfdfdf;
	box-shadow: 0px 1px 0px #dfdfdf;
}
.flvPostContent .mb-t-p-t-post-quote-header {
	font-weight: bold;
}
.flvPostContentBlocked {
	font-style: italic;
	color: #666666;
	text-align: center;
}
.flvReplyContainer {
	position: relative;
}
.flvReply {
	border: 1px solid #cccccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #efefef;
	color: #555555;
	/*padding: 5px 10px 10px 10px;*/
	margin-top: 10px;
}
.flvReplyHeader {
	padding: 5px 10px 4px 10px;
}
.flvReplyHeaderText {
	font-weight: bold;
	float: left;
	line-height: 26px;
	padding-right: 15px;
}
.flvReplyBBCodes {
	float: left;
	padding-left: 10px;
	border-left: 1px solid #dddddd;
}
.flvReplyFormQuote {
	margin-bottom: 4px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 6px 15px 6px 35px;
	color: #777777;
	background: #f8f8f8 url('/resources/images/admin/quote.png') 10px center no-repeat;
}
.flvReplyFormQuoteRemove {
	float: right;
	background: url('/resources/images/icons/trash.png') center left no-repeat;
	width: 15px;
	height: 15px;
}
.flvReplyFormQuoteRemove span {
	display: none;
}
.flvReplyFormWrapper {
	margin: 5px 10px;
	border: 1px solid #cccccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #f8f8f8;
}
.flvReplyFormHelper {
	margin-right: 10px;
}
.flvReplyContent {
	width: 100%;
	border: 0;
	-moz-border-radius-topleft: 5px;
	-webkit-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	resize: none;
	font-size: 12.5px;
	height: 35px;
	padding: 8px 5px;
}
.flvReplyFormAction {
	border-top: 1px solid #dddddd;
}
#flvReplyHelpertext, #flvReplyQuickHelpertext {
	display: inline-block;
	padding: 6px 0 0 10px;
	font-size: 90%;
	font-style: italic;
	color: #888888;
}
.flvReplyButton {
	float: right;
	padding: 6px 12px;
	background: blue;
	font-size: 12.5px;
	font-weight: bold;
	text-transform: uppercase;
	border: 0;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	background: #f9de98;
	background: -moz-linear-gradient(100% 100% 90deg, #f6cf66, #f9de98);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9de98), to(#f6cf66));
	background: -webkit-linear-gradient(#f6cf66, #f9de98);
	background: -o-linear-gradient(#f6cf66, #f9de98);
}
.flvReplyButton:hover {
	background: #f6cf66;
	background: -moz-linear-gradient(100% 100% 90deg, #F8DB80, #FBE6AF);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FBE6AF), to(#F8DB80));
	background: -webkit-linear-gradient(#F8DB80, #FBE6AF);
	background: -o-linear-gradient(#F8DB80, #FBE6AF);
}
.flvReplyButton span {
	color: #3E3517;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}
.flvLoadingIndicator {
	float: right;
	padding: 3px 10px;
}
.flvLoadingIndicator img {
	width: 23px;
}
.flvReplyFormQuickToggleWrapper {
	float: right;
	margin: 5px 30px 5px 15px;
}
.flvReplyDisabled {
	opacity: .3;
}
.flvReplyDisabled,
.flvReplyDisabled div,
.flvReplyDisabled span,
.flvReplyDisabled textarea,
.flvReplyDisabled button,
.flvReplyDisabled img {
	filter: alpha(opacity=30);*/
}
.flvLogin {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}
.flvLoginText {
	position: absolute;
	top: 0;
	width: 100%;
	text-align: center;
	padding-top: 20px;
	font-weight: bold;
}

.flvFirstPost {
	margin-top:5px;
}

.flvFirstPost p {margin:0;}

.flvFirstPost .flvPostGator {
	background: url("/resources/images/forum/dialog-gator-left.png") no-repeat scroll 0 0 transparent;
	display: block;
	float: left;
	height: 9px;
	margin-left: 3px;
	margin-top: 10px;
	width: 8px;
}

.flvFirstPostSnippet, .flvFirstPostContent {
	background-color: #FFFFFF;
	border: 1px solid #DBE4EB;
	border-radius: 5px 5px 5px 5px;
	margin-left:40px;
	padding: 10px;
}

.flvFirstPostContent {
	display:none;
}

.flvFirstPostShowLess {
	display:block;
	margin-top:10px;
}