body {
	font-family: Arial, Verdana;
	font-size: 12px;
}

body p {
	line-height: 20px;
}

body a {
	color: #003399;
}

#body_wrapper.bannerActive {
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

#body_wrapper.bannerActive>div {
	max-width: 1202px;
	cursor: default;
}

#body_wrapper.bannerActive .above_body,#body_wrapper.bannerActive .body-outer1
	{
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .4);
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .4);
}
/* Remove Shadows */
.forumbit_post .forumrow,.forumbit_nopost .forumhead,.forumbit_nopost .forumrow,.forumbit_post .forumhead,.forumbits .forumhead,.threadbit
	{
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#content-wrap {
	float: left;
}

.postbody img.inlineimg {
	vertical-align: middle;
}

/** BUTTONS **/
.btn {
	display: inline-block;
	padding: 9px 14px;
	margin-bottom: 0;
	font-size: 14px;
	line-height: normal;
	color: #333333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6) );
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(top, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr = '#ffffff', endColorstr = '#e6e6e6', GradientType = 0 );
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid : DXImageTransform.Microsoft.gradient ( enabled =   false );
	border: 1px solid #ccc;
	border-bottom-color: #bbb;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	cursor: pointer; 
  filter: progid : DXImageTransform.Microsoft.gradient ( enabled =   false );
	*margin-left: .3em;
}

.btn:hover,.btn:active,.btn.active,.btn.disabled,.btn[disabled] {
	background-color: #e6e6e6;
}

.btn:active,.btn.active {
	background-color: #cccccc \9;
}

.btn:first-child {
	*margin-left: 0;
}

.btn:hover {
	color: #333333;
	text-decoration: none;
	background-color: #e6e6e6;
	background-position: 0 -15px;
	-webkit-transition: background-position 0.1s linear;
	-moz-transition: background-position 0.1s linear;
	-ms-transition: background-position 0.1s linear;
	-o-transition: background-position 0.1s linear;
	transition: background-position 0.1s linear;
}

.btn:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.btn.active,.btn:active {
	background-image: none;
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px
		rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px
		rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px
		rgba(0, 0, 0, 0.05);
	background-color: #e6e6e6;
	background-color: #d9d9d9 \9;
	outline: 0;
}

.white-btn .blue-arrow {
	position: absolute;
	top: 13px;
	right: 5px;
	display: block;
	height: 6px;
	width: 10px;
	background:
		url("https://forum.static-files.com/vb4/images/skin3-images/sprites/icons.v3.png")
		no-repeat scroll -5px -161px;
	margin: 0px;
	padding: 0px;
}

.white-btn {
	position: relative;
}

.white-btn input,.blue-btn input {
	border: none;
	margin-top: -10px;
	text-transform: uppercase;
	font-size: 13px;
	padding-top: 8px;
	/*padding-bottom: 5px;*/
	height: 28px;
	width: 100%;
	cursor: pointer;
	font-weight: bold;
	font-family: Arial;
	background: none;
}

.white-btn input {
	color: #043252;
}

.blue-btn input {
	color: #FFF;
}

.white-btn:hover,.white-btn:hover,.white-btn input:hover {
	color: #0C5EB1;
}

.green-btn {
  background: #51a351;
	border-color: #51a351 #51a351 #387038;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid : DXImageTransform.Microsoft.gradient ( enabled =   false );
	color: #FFF;
	text-shadow: none;
}

.green-btn:hover,.green-btn:active,.green-btn.active,.green-btn.disabled,.green-btn[disabled] {
  background-color: #4FB94F;
  background-image: -moz-linear-gradient(top, #62C462, #57BD57);
  background-image: -ms-linear-gradient(top, #62C462, #57BD57);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62C462), to(#57BD57) );
  background-image: -webkit-linear-gradient(top, #62C462, #57BD57);
  background-image: -o-linear-gradient(top, #62C462, #57BD57);
  background-image: linear-gradient(top, #62C462, #57BD57);
  background-repeat: repeat-x;
  filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr = '#62C462', endColorstr = '#57BD57', GradientType = 0 );
	color: #FFF;
}

.green-btn:active,.green-btn.active {
	background-color: #408140 \9;
	color: #FFF;
}

.blue-btn {
	color: #FFF;
	text-shadow: none;
  background-color: #0044cc;
	background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
	background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc) );
	background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
	background-image: -o-linear-gradient(top, #0088cc, #0044cc);
	background-image: linear-gradient(top, #0088cc, #0044cc);
	background-repeat: repeat-x;
	filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr = '#0088cc', endColorstr = '#0044cc', GradientType = 0 );
	border-color: #0044cc #0044cc #002a80;
}

.blue-btn:hover,.blue-btn span:hover,.blue-btn input:hover {
	color: #f8e637;
	text-decoration: none;
}

.blue-btn:hover {
	color: #f8e637;
	background-color: #0044cc;
}

.edit-pen-btn {
	width: 16px;
	height: 16px;
	background:
		url("https://forum.static-files.com/vb4/images/skin3-images/sprites/icons.v3.png")
		no-repeat scroll -181px -134px;
	display: inline-block;
	text-indent: -9999px;
	overflow: hidden;
	vertical-align: middle;
}

.closedThread {
	display: block;
	background: #C3231C;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	padding: 8px 5px 5px 5px;
	font-size: 10px;
}

.closedThread .customicon {
	margin-top: -3px;
	margin-right: 5px;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}
/** ICONS **/
.icono {
	display: inline-block;
	background:
		url("https://forum.static-files.com/vb4/images/skin3-images/sprites/icons.v3.png")
		no-repeat scroll 0px 0px;
}

.forumbit_post .foruminfo .forumicon {
	display: block;
	width: 22px;
	height: 22px;
	background:
		url("https://forum.static-files.com/vb4/images/skin3-images/sprites/icons.v3.png")
		no-repeat scroll 0px 0px;
	left: 20px;
	top: 20px;
}

.forumbit_post .foruminfo .forumicon.status_old {
	background-position: -57px -102px;
}

.forumbit_post .foruminfo .forumicon.status_new {
	width: 25px;
	background-position: -82px -102px;
}

.forumbit_post .foruminfo .forumicon.poker_status_old {
	width: 17px;
	background-position: -6px -51px;
}

.forumbit_post .foruminfo .forumicon.poker_status_new {
	width: 17px;
	background-position: -6px -51px;
}

.forumbit_post .foruminfo .forumicon.trophy_status_old {
	width: 23px;
	background-position: -31px -49px;
}

.forumbit_post .foruminfo .forumicon.trophy_status_new {
	width: 23px;
	background-position: -31px -49px;
}

.forumbit_post .foruminfo .forumicon.coin_status_old {
	width: 23px;
	background-position: -35px -128px;
}

.forumbit_post .foruminfo .forumicon.coin_status_new {
	width: 23px;
	background-position: -35px -128px;
}

.forumbit_post .foruminfo .forumicon.bump_status_old {
	width: 23px;
	background-position: -184px -48px;
}

.forumbit_post .foruminfo .forumicon.bump_status_new {
	width: 23px;
	background-position: -184px -48px;
}

.forumbit_post .forum_sponsor {
	float: right;
	margin-bottom: -10px;
	margin-right: 15px;
}

.forumbit_post .forum_sponsor a.matchbook {
	background-position: 0 -471px;
}

.customicon {
	display: inline-block;
	width: 22px;
	height: 22px;
	background:
		url("https://forum.static-files.com/vb4/images/skin3-images/sprites/icons.v3.png")
		no-repeat scroll 0px 0px;
	vertical-align: middle;
}

.customicon.unread {
	background-position: -255px -133px;
	width: 26px;
}

.customicon.chart {
	width: 28px;
	height: 28px;
	background-position: -102px -128px;
}

.customicon.closed {
	background-position: -188px -101px;
	width: 18px;
	height: 18px;
}

.customicon.usersonline {
	width: 28px;
	height: 28px;
	background-position: -68px -125px;
}

.customicon.new-posts {
	width: 25px;
	height: 22px;
	background-position: -82px -102px;;
}

.customicon.nonew-posts {
	width: 22px;
	height: 22px;
	background-position: -57px -102px;
}

.customicon.nominate {
	background-position: -58px -49px;
}

.customicon.givepoints {
	background-position: -110px -49px;
}

.threadbit .threadstatus,.threadbit.hot .threadstatus,.threadbit.lock .threadstatus,.threadbit .deleted .threadstatus,.threadbit.dot.new .threadstatus,.threadbit.dot .threadstatus,.threadbit.hot.new .threadstatus,.threadbit.dot.hot.new .threadstatus,.threadbit.dot.hot .threadstatus,.threadbit.moved .threadstatus
	{
	background:
		url("https://forum.static-files.com/vb4/images/skin3-images/sprites/icons.v3.png")
		no-repeat scroll 0px 0px transparent;
	height: 20px;
	min-height: 18px;
}

.threadbit .nonsticky a.threadstatus,.threadbit .sticky a.threadstatus,.threadbit .threadstatus
	{
	background-position: -59px -101px;
	width: 23px;
	margin: 13px 15px;
}

.threadbit .deleted .threadstatus {
	background-position: -262px -75px;
	width: 23px;
}

.threadbit.new a.threadstatus {
	background-position: -36px -101px;
}

.threadbit.dot a.threadstatus {
	background-position: -83px -101px;
}

.threadbit.dot.new a.threadstatus {
	background-position: -227px -159px;
}

.threadbit.hot a.threadstatus {
	background-position: -112px -101px;
}

.threadbit.hot.new a.threadstatus {
	background-position: -137px -101px;
}

.threadbit.hot.dot a.threadstatus {
	background-position: -258px -159px;
}

.threadbit.hot.new.dot a.threadstatus {
	background-position: -160px -101px;
}

.threadbit.lock a.threadstatus {
	background-position: -188px -101px;
}

.threadbit.moved a.threadstatus {
	background-position: -195px -159px;
}

.threadbit .forumicon {
	display: inline-block;
	background:
		url("https://forum.static-files.com/vb4/images/skin3-images/sprites/icons.v3.png")
		no-repeat scroll 0px 0px transparent;
	width: 19px;
	height: 19px;
}

.threadbit .forumicon.stickyPin {
	background-position: -215px -50px;
	border: none;
	float: none;
	clear: none;
}

.sortarrow-asc {
	margin-left: 7px;
	background-position: -223px -34px;
	width: 10px;
	height: 5px;
}

.sortarrow-desc {
	margin-left: 7px;
	background-position: -210px -33px;
	width: 10px;
	height: 5px;
}

dl.icon_legends dt {
	height: 19px;
}
/** qtip **/
.ui-tooltip,.qtip {
	position: absolute;
	left: -28000px;
	top: -28000px;
	display: none;
	max-width: 280px;
	min-width: 50px;
	font-size: 10.5px;
	line-height: 12px;
	z-index: 15000;
}

.ui-tooltip-fluid {
	display: block;
	visibility: hidden;
	position: static !important;
	float: left !important;
}

.ui-tooltip-content {
	position: relative;
	padding: 5px 9px;
	overflow: hidden;
	border-width: 1px;
	border-style: solid;
	text-align: left;
	word-wrap: break-word;
	overflow: hidden;
}

.ui-tooltip-titlebar {
	position: relative;
	min-height: 14px;
	padding: 5px 35px 5px 10px;
	overflow: hidden;
	border-width: 1px 1px 0;
	border-style: solid;
	font-weight: bold;
}

.ui-tooltip-titlebar+.ui-tooltip-content {
	border-top-width: 0 !important;
} /*!Default close button class */
.ui-tooltip-titlebar .ui-state-default {
	position: absolute;
	right: 4px;
	top: 50%;
	margin-top: -9px;
	cursor: pointer;
	outline: medium none;
	border-width: 1px;
	border-style: solid;
}

* html .ui-tooltip-titlebar .ui-state-default {
	top: 16px;
}

.ui-tooltip-titlebar .ui-icon,.ui-tooltip-icon .ui-icon {
	display: block;
	text-indent: -1000em;
}

.ui-tooltip-icon,.ui-tooltip-icon .ui-icon {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.ui-tooltip-icon .ui-icon {
	width: 18px;
	height: 14px;
	text-align: center;
	text-indent: 0;
	font: normal bold 10px/13px Tahoma, sans-serif;
	color: inherit;
	background: transparent none no-repeat -100em -100em;
} /*!Default tooltip style */
.ui-tooltip-default .ui-tooltip-titlebar,.ui-tooltip-default .ui-tooltip-content
	{
	border-color: #F1D031;
	background-color: #FFFFA3;
	color: #555;
}

.ui-tooltip-default .ui-tooltip-titlebar {
	background-color: #FFEF93;
}

.ui-tooltip-default .ui-tooltip-icon {
	border-color: #CCC;
	background: #F1F1F1;
	color: #777;
}

.ui-tooltip-default .ui-tooltip-titlebar .ui-state-hover {
	border-color: #AAA;
	color: #111;
}

.ui-tooltip .ui-tooltip-tip {
	margin: 0 auto;
	overflow: hidden;
	background: transparent !important;
	border: 0 dashed transparent !important;
	z-index: 10;
}

.ui-tooltip .ui-tooltip-tip,.ui-tooltip .ui-tooltip-tip * {
	position: absolute;
	line-height: .1px !important;
	font-size: .1px !important;
	color: #123456;
	background: transparent;
	border: 0 dashed transparent;
}

.ui-tooltip .ui-tooltip-tip canvas {
	top: 0;
	left: 0;
}

#qtip-overlay {
	position: fixed;
	left: -10000em;
	top: -10000em;
}

#qtip-overlay.blurs {
	cursor: pointer;
}

#qtip-overlay div {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: .7;
	filter: alpha(opacity = 70);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
} /*!Light tooltip style */
.ui-tooltip-light .ui-tooltip-titlebar,.ui-tooltip-light .ui-tooltip-content
	{
	border-color: #E2E2E2;
	color: #454545;
}

.ui-tooltip-light .ui-tooltip-content {
	background-color: white;
}

.ui-tooltip-light .ui-tooltip-titlebar {
	background-color: #f1f1f1;
} /*!Dark tooltip style */
.ui-tooltip-dark .ui-tooltip-titlebar,.ui-tooltip-dark .ui-tooltip-content
	{
	border-color: #303030;
	color: #f3f3f3;
}

.ui-tooltip-dark .ui-tooltip-content {
	background-color: #505050;
}

.ui-tooltip-dark .ui-tooltip-titlebar {
	background-color: #404040;
}

.ui-tooltip-dark .ui-tooltip-icon {
	border-color: #444;
}

.ui-tooltip-dark .ui-tooltip-titlebar .ui-state-hover {
	border-color: #303030;
} /*!Cream tooltip style */
.ui-tooltip-cream .ui-tooltip-titlebar,.ui-tooltip-cream .ui-tooltip-content
	{
	border-color: #F9E98E;
	color: #A27D35;
}

.ui-tooltip-cream .ui-tooltip-content {
	background-color: #FBF7AA;
}

.ui-tooltip-cream .ui-tooltip-titlebar {
	background-color: #F0DE7D;
}

.ui-tooltip-cream .ui-state-default .ui-tooltip-icon {
	background-position: -82px 0;
} /*!Red tooltip style */
.ui-tooltip-red .ui-tooltip-titlebar,.ui-tooltip-red .ui-tooltip-content
	{
	border-color: #D95252;
	color: #912323;
}

.ui-tooltip-red .ui-tooltip-content {
	background-color: #F78B83;
}

.ui-tooltip-red .ui-tooltip-titlebar {
	background-color: #F06D65;
}

.ui-tooltip-red .ui-state-default .ui-tooltip-icon {
	background-position: -102px 0;
}

.ui-tooltip-red .ui-tooltip-icon {
	border-color: #D95252;
}

.ui-tooltip-red .ui-tooltip-titlebar .ui-state-hover {
	border-color: #D95252;
} /*!Green tooltip style */
.ui-tooltip-green .ui-tooltip-titlebar,.ui-tooltip-green .ui-tooltip-content
	{
	border-color: #90D93F;
	color: #3F6219;
}

.ui-tooltip-green .ui-tooltip-content {
	background-color: #CAED9E;
}

.ui-tooltip-green .ui-tooltip-titlebar {
	background-color: #B0DE78;
}

.ui-tooltip-green .ui-state-default .ui-tooltip-icon {
	background-position: -42px 0;
} /*!Blue tooltip style */
.ui-tooltip-blue .ui-tooltip-titlebar,.ui-tooltip-blue .ui-tooltip-content
	{
	border-color: #ADD9ED;
	color: #5E99BD;
}

.ui-tooltip-blue .ui-tooltip-content {
	background-color: #E5F6FE;
}

.ui-tooltip-blue .ui-tooltip-titlebar {
	background-color: #D0E9F5;
}

.ui-tooltip-blue .ui-state-default .ui-tooltip-icon {
	background-position: -2px 0;
}
	/*!Add shadows to your tooltips in:FF3+,Chrome 2+,Opera 10.6+,IE6+,Safari 2+*/
.ui-tooltip-shadow {
	-webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
	box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
}

.ui-tooltip-shadow .ui-tooltip-titlebar,.ui-tooltip-shadow .ui-tooltip-content
	{
	filter: progid : DXImageTransform.Microsoft.Shadow ( Color = 'gray',
		Direction = 135, Strength = 3 );
	-ms-filter:
		"progid:DXImageTransform.Microsoft.Shadow(Color='gray',Direction=135,Strength=3)";
	_margin-bottom: -3px; .
	margin-bottom: -3px;
}
	/*!Add rounded corners to your tooltips in:FF3+,Chrome 2+,Opera 10.6+,IE9+,Safari 2+*/
.ui-tooltip-rounded,.ui-tooltip-rounded .ui-tooltip-content,.ui-tooltip-tipsy,.ui-tooltip-tipsy .ui-tooltip-content,.ui-tooltip-youtube,.ui-tooltip-youtube .ui-tooltip-content
	{
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.ui-tooltip-rounded .ui-tooltip-titlebar,.ui-tooltip-tipsy .ui-tooltip-titlebar,.ui-tooltip-youtube .ui-tooltip-titlebar
	{
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

.ui-tooltip-rounded .ui-tooltip-titlebar+.ui-tooltip-content,.ui-tooltip-tipsy .ui-tooltip-titlebar+.ui-tooltip-content,.ui-tooltip-youtube .ui-tooltip-titlebar+.ui-tooltip-content
	{
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
} /*!Youtube tooltip style */
.ui-tooltip-youtube {
	-webkit-box-shadow: 0 0 3px #333;
	-moz-box-shadow: 0 0 3px #333;
	box-shadow: 0 0 3px #333;
}

.ui-tooltip-youtube .ui-tooltip-titlebar,.ui-tooltip-youtube .ui-tooltip-content
	{
	_margin-bottom: 0; .
	margin-bottom: 0;
	background: transparent;
	background: rgba(0, 0, 0, 0.85);
	filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr =
		#D9000000, endColorstr = #D9000000 );
	-ms-filter:
		"progid:DXImageTransform.Microsoft.gradient(startColorstr=#D9000000,endColorstr=#D9000000)";
	color: white;
	border-color: #CCC;
}

.ui-tooltip-youtube .ui-tooltip-icon {
	border-color: #222;
}

.ui-tooltip-youtube .ui-tooltip-titlebar .ui-state-hover {
	border-color: #303030;
}

.ui-tooltip-jtools {
	background: #232323;
	background: rgba(0, 0, 0, 0.7);
	background-image: -moz-linear-gradient(top, #717171, #232323);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#717171),
		to(#232323) );
	border: 2px solid #ddd;
	border: 2px solid rgba(241, 241, 241, 1);
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 0 12px #333;
	-moz-box-shadow: 0 0 12px #333;
	box-shadow: 0 0 12px #333;
}

.ui-tooltip-jtools .ui-tooltip-titlebar {
	filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr =
		#717171, endColorstr = #4A4A4A );
	-ms-filter:
		"progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A)";
}

.ui-tooltip-jtools .ui-tooltip-content {
	filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr =
		#4A4A4A, endColorstr = #232323 );
	-ms-filter:
		"progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323)";
}

.ui-tooltip-jtools .ui-tooltip-titlebar,.ui-tooltip-jtools .ui-tooltip-content
	{
	background: transparent;
	color: white;
	border: 0 dashed transparent;
}

.ui-tooltip-jtools .ui-tooltip-icon {
	border-color: #555;
}

.ui-tooltip-jtools .ui-tooltip-titlebar .ui-state-hover {
	border-color: #333;
}

.ui-tooltip-cluetip {
	-webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
	box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
}

.ui-tooltip-cluetip .ui-tooltip-titlebar {
	background-color: #87876A;
	color: white;
	border: 0 dashed transparent;
}

.ui-tooltip-cluetip .ui-tooltip-content {
	background-color: #D9D9C2;
	color: #111;
	border: 0 dashed transparent;
}

.ui-tooltip-cluetip .ui-tooltip-icon {
	border-color: #808064;
}

.ui-tooltip-cluetip .ui-tooltip-titlebar .ui-state-hover {
	border-color: #696952;
	color: #696952;
}

.ui-tooltip-tipsy {
	border: 0;
}

.ui-tooltip-tipsy .ui-tooltip-titlebar,.ui-tooltip-tipsy .ui-tooltip-content
	{
	_margin-bottom: 0; .
	margin-bottom: 0;
	background: transparent;
	background: rgba(0, 0, 0, .87);
	filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr =
		#D9000000, endColorstr = #D9000000 );
	-ms-filter:
		"progid:DXImageTransform.Microsoft.gradient(startColorstr=#D9000000,endColorstr=#D9000000)";
	color: white;
	border: 0 transparent;
	font-size: 11px;
	font-family: 'Lucida Grande', sans-serif;
	font-weight: bold;
	line-height: 16px;
	text-shadow: 0 1px black;
}

.ui-tooltip-tipsy .ui-tooltip-titlebar {
	padding: 6px 35px 0 10;
}

.ui-tooltip-tipsy .ui-tooltip-content {
	padding: 6px 10px;
}

.ui-tooltip-tipsy .ui-tooltip-icon {
	border-color: #222;
	text-shadow: none;
}

.ui-tooltip-tipsy .ui-tooltip-titlebar .ui-state-hover {
	border-color: #303030;
}

.ui-tooltip-tipped .ui-tooltip-titlebar,.ui-tooltip-tipped .ui-tooltip-content
	{
	border: 3px solid #959FA9;
	filter: none;
	-ms-filter: none;
}

.ui-tooltip-tipped .ui-tooltip-titlebar {
	background: #3A79B8;
	background-image: -moz-linear-gradient(top, #3A79B8, #2E629D);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#3A79B8),
		to(#2E629D) );
	filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr =
		#3A79B8, endColorstr = #2E629D );
	-ms-filter:
		"progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D)";
	color: white;
	font-weight: normal;
	font-family: serif;
	border-bottom-width: 0;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}

.ui-tooltip-tipped .ui-tooltip-content {
	background-color: #F9F9F9;
	color: #454545;
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}

.ui-tooltip-tipped .ui-tooltip-icon {
	border: 2px solid #285589;
	background: #285589;
}

.ui-tooltip-tipped .ui-tooltip-icon .ui-icon {
	background-color: #FBFBFB;
	color: #555;
}

.ui-tooltip:not (.ie9haxors ) div.ui-tooltip-content,.ui-tooltip:not (.ie9haxors
	) div.ui-tooltip-titlebar {
	filter: none;
	-ms-filter: none;
}
/*!Black tooltip style */
.ui-tooltip-black .ui-tooltip-titlebar,.ui-tooltip-black .ui-tooltip-content
	{
	border-color: #000;
	color: #fff;
}

.ui-tooltip-black .ui-tooltip-content font {
	color: #fff;
}

.ui-tooltip-black .ui-tooltip-content {
	background-color: #111;
	max-width: 200px;
	font-family: Arial;
}

.ui-tooltip-black .ui-tooltip-titlebar {
	background-color: #000;
}

.ui-tooltip-black .ui-tooltip-icon {
	border-color: #000;
}

.ui-tooltip-black .ui-tooltip-titlebar .ui-state-hover {
	border-color: #000;
}
/** Tooltip **/
.fbTipWrap {
	position: absolute !important;
	width: auto;
	min-width: 100px;
	max-width: 200px;
	z-index: 1;
}

.fbTipWrap .tipContent {
	padding: 5px 10px;
}

.fbTipWrap .tipContent a {
	color: #0C5EB1;
}

.fbTipWrap.black {
	background:
		url("https://forum.static-files.com/vb4/images/skin3-images/tooltip-bottom-black-arrow.png")
		no-repeat scroll bottom center;
	padding-bottom: 4px;
}

.fbTipWrap.black .tipContent {
	background: #000;
	color: #fff;
}

.fbTipWrap.darkBlue {
	background:
		url("https://forum.static-files.com/vb4/images/skin3-images/tooltip-bottom-darkblue-arrow.png")
		no-repeat scroll bottom center;
	padding-bottom: 4px;
}

.fbTipWrap.darkBlue .tipContent {
	background: #366089;
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
/** FB Box **/
.fbBox {
	position: relative;
	/*display: none;*/
	margin-top: 5px;
	padding-top: 5px;
}

.fbBox .nub {
	width: 19px;
	height: 6px;
	position: absolute;
	top: 0px;
	left: 23px;
	background:
		url("https://forum.static-files.com/vb4/images/skin3-images/fbbox-nub.png")
		no-repeat scroll top left;
}

.fbBox .fbBoxWrap {
	border: 1px solid #b4bbcd;
	background: #fff;
	padding: 5px;
}

.fbBox .fbBoxWrap input {
	border: none;
	background: none;
}
/** Smart Fields **/
input.smartfield.sfText {
	color: #777;
}
/** HEADER **/
.above_body {
	background: #FFF;
	margin: 0px auto;
}

.header_fantasy {
	margin: 0 0 0 317px!important;
}
#header {
	margin: 0 auto;
	padding: 0px 10px;
	background: #fff;
}

/* Forum main logo */
#header #main-logo {
	width: 165px;
	position: absolute;
	top: 52px;
	left: 23px;
}

#header .books-logos {
	padding-top: 44px;
	margin: 0 0 0 203px;
	height: 96px;
}
/* Poll Top Tables */
.postbit, .postbitlegacy, .eventbit { border-color: #999; }

.pollTop {
	margin-top: 20px;
	
}

.greyTable {
	border: 1px solid #c2c2c2;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.greyTable .greyTableHeader td {
	-moz-border-radius: 4px 4px 0px 0px;
	-webkit-border-radius: 4px 4px 0px 0px;
	border-radius: 4px 4px 0px 0px;
	
	background-color: whitesmoke;
	background-image: linear-gradient(#FFFFFF, #F8F8F8 50%, #EAEAEA);
	background-image: -webkit-linear-gradient(top, white, rgb(248, 248, 248) 50%, rgb(234, 234, 234));
	background-repeat: no-repeat;
	border-bottom: 1px solid #CCCCCC;
	height: 25px;
	padding: 5px;
}

.pollIcon{
	margin: 0px 5px
}


.greyTable .greyTableHeader td .tHeadWrap {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	font-weight: bold;
	font-size: 14px;
}

.greyTable .odd td {
	background: none;
}

.greyTable tr td {
	padding: 3px;
}

.pollTopTable {
	width: 100%;
	font-family: Arial;
	font-size: 12px;
}

#recommendedList {
	float: left;
}

.pollTopTable tr td {
	color: #000;
	padding: 3px;
	border-bottom: 1px solid #d6d6d6;
}

.pollTopTable tr:last-child td {
	border-bottom: none;
}

.pollTopTable tr td a {
	color: #0C5DAD;
	text-decoration: none;
}

.pollTopTable tr td a:hover {
	text-decoration: underline;
}

.pollTopTable .pollHeader td {
	color: #000;
	border-bottom: none;
}

.pollTopTable .pollHeader a {
	float: right;
	color: #000;
	text-decoration: underline;
	margin-right: 5px;
	font-size: 12px;
	font-weight: normal;
}

.pollTopTable .pollHeader a:hover {
	color: #0000FF;
}

.pollTopTable tr .website {
	width: 22%!important; 
	padding-left: 8px;
}

.pollTopTable tr .website strong {
	font-weight: bold;
}

.pollTopTable tr .website a {
	font-weight: bold;
}

.pollTopTable tr .contact {
	width: 6%!important; 
	text-align: center;
}

.pollTopTable tr .contact strong {
	font-weight: bold;
}

.pollTopTable tr .review {
	text-align: right;
	padding-right: 8px;
	width: 19%!important; 
}

.pollTopTable tr .review a {
	color: #0000FF;
}

.pollTopTable tr .space{
	width: 8%;
} 

.tHeadWrap .poolTableTitle{
	color: #16325C;
	text-align: center; 
	width: 100%;
}



/* Books logos */
#header .books-logos .books-logos-iframe {
	display: block;
	margin: 0 auto;
}

/** NAVIGATION BAR **/

/* navigation bar */
#navbar {
	height: 38px;
	padding: 0 10px;
	background:
		url("https://forum.static-files.com/vb4/images/skin3-images/sprites/bars-buttons.v1.png")
		#FFF repeat-x scroll 0px -31px;
	font-size: 15px;
}

.main-nav {
  margin-left: -10px;
	padding-top: 1px;
}

.main-nav a:hover {
	text-decoration: none;
}

.main-nav > li {
	display: block;
	float: left;
	position: relative;
}

.main-nav > li > a {
	display: block;
	padding: 0 10px;
	line-height: 37px;
	color: #FFF;
	text-shadow: -1px -1px 0 #3B0001;
}

.main-nav > li.hover > a, .main-nav > li > a:hover, .main-nav > li.active > a {
	background: #FFF;
	text-shadow: none;
	color: #000;
	position: relative;
	padding: 0  9px 1px;
	border-left: 1px solid #336CBB;
	border-right: 1px solid #336CBB;
	z-index: 2;
}

.main-nav > li.active > a {
  padding-bottom: 0;
  background-color: #E9E9E9;
  border-left-color: #E9E9E9;
}

.main-nav > li.active.hover > a {
  padding-bottom: 1px;
  background-color: #FFF;
}

.main-nav .cta {
	margin: -1px -10px 0 0;
	padding: 0;
	float: right;
}

.main-nav .cta a {
	padding: 0 10px;
	display: block;
	border-left: 1px solid #1B2C3D;
	background-color: #AA0808;
	line-height: 38px;
}

.main-nav .cta a:hover {
	padding: 0 10px;
	background-color: #BB0808;
	border: 0;
	color: #FFF;
}

/* Submenu */
.dropdown-menu {
	min-width: 150px;
	display: none;
	position: absolute;
	left: 0;
	top: 37px;
	border: 1px solid #336CBB;
	background: #FFF;
	font-size: 12px;
	color: #000;
	z-index: 1;
	-webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, .2);
	box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, .2);
}

.main-nav li.active .dropdown-menu { border-left-color: #FFF; }

.main-nav li:hover .dropdown-menu,.main-nav li.hover .dropdown-menu {
	display: block;
}

.dropdown-menu a {
	border: 1px solid #FFF;
	padding: 4px 15px;
	display: block;
	clear: both;
	font-weight: normal;
	line-height: 18px;
	color: #333333;
	white-space: nowrap;
}

.dropdown-menu a:hover {
	background: #4A81AB;
	color: #FFF;
}

.dropdown-menu .divider {
	height: 1px;
	margin: 8px 1px;
	overflow: hidden;
	background-color: #e5e5e5;
	border-bottom: 1px solid #ffffff;
	*width: 100%;
	*margin: -5px 0 5px;
}

.dropdown-menu .family-div {
  padding-top: 5px;
  margin-bottom: 5px;
}

.dropdown-menu .nav-header {
	display: block;
	padding: 3px 15px;
	font-weight: bold;
	line-height: 18px;
	color: #999999;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	text-transform: uppercase;
}

/** SUB NAVIGATION **/
#sub-navbar {
	padding: 1px 10px 5px;
	background-color: #E9E9E9;
	border-bottom: 1px solid #BEBEBE;
}

/* Breadcrumbs */
.breadcrumb {
	float: left;
}

.breadcrumb .navbit {
	padding: 9px 7px 0 0;
	background: none;
	font-size: 13px;
}

.breadcrumb .lastnavbit h1 {
	font-weight: bold;
}

.breadcrumb .navbit a {
	text-decoration: underline;
}

.breadcrumb .navbit a,.breadcrumb .navbit h1 {
	max-width: 300px;
	padding: 0;
	display: block;
	border: medium none;
	overflow: hidden;
	text-overflow: ellipsis;
	text-decoration: none;
	white-space: nowrap;
	color: #000;
	line-height: 1.5em;
	float: left;
}

.breadcrumb .navbit a:hover {
	border: none;
	background: none;
	text-decoration: underline;
	color: #0C5DAC;
}

.breadcrumb .navbit span {
	display: block;
	width: 10px;
	height: 14px;
	margin-left: 7px;
	margin-top: 2px;
	float: left;
	background:
		url("https://forum.static-files.com/vb4/images/skin3-images/sprites/icons.v3.png")
		no-repeat scroll -255px -28px;
}

.breadcrumb .navbithome {
	padding-top: 6px;
	padding-right: 3px;
}

.breadcrumb .navbithome a {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	width: 19px;
	height: 21px;
	background:
		url("https://forum.static-files.com/vb4/images/skin3-images/sprites/icons.v3.png")
		no-repeat scroll -4px -25px;
}

/* Search box */
.main-search {
	margin-top: 4px;
	float: right;
}

.search-box .textbox,.search-box .btn {
	height: 18px;
	display: inline-block;
	margin: 0;
	line-height: 18px;
}

.search-box .textbox {
	width: 119px;
	padding: 4px;
	border: 1px solid #B8B8B8;
	background-color: #F0F0F0;
	font: 13px "Helvetica Neue", Helvetica, Arial, sans-serif;
	vertical-align: middle;
	color: #555555;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: background-color 0.5s linear;
	-moz-transition: background-color 0.5s linear;
	-o-transition: background-color 0.5s linear;
	transition: background-color 0.5s linear;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}

.search-box .textbox:focus {
	background-color: #FFF;
}

.search-box .btn {
	margin-left: -1px;
	padding: 4px 10px;
	border: 1px solid #B8B8B8;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}

.search-box .btn em {
	width: 16px;
	height: 19px;
	display: inline-block;
	background:
		url("https://forum.static-files.com/vb4/images/skin3-images/sprites/icons.v3.png")
		no-repeat scroll -172px -158px;
	font-size: 0;
	text-shadow: none;
	color: transparent;
}

.navbar_advanced_search {
	display: none;
}

/* New posts module */
.view-post {
	float: left;
	color: #00F;
	line-height: 33px;
	margin-left: 12px;
}

.body-inner #forums .forumhead .forumrowhead .view-post {
	margin-top: 1px;
	margin-right: 13px;
	float: right;
	font-size: 11px;
	font-weight: normal;
	color: #00F;
}

/* Addthis headbar container */
.wrap-addthis {
	margin-top: 6px;
	display: block;
	float: left;
}

.addthis_button_tweet {
	width: 100px;
	margin-left: 20px;
}

/* Polll top box */
#pollinfo {
	margin-top: 0;
	margin-bottom: 15px;
}

/** NOTICES **/
form.notices {
	margin: 0px;
	padding: 5px 0px;
}
/** CONTENT BODY **/
#body_wrapper {
	background: #8D9BA7;
	padding: 0px;
	border: none;
	margin: 0 auto;
	color: #000000;
}

#body_wrapper .body-outer1 {
	background:
		url("https://forum.static-files.com/vb4/images/skin3-images/body-sides-shadows.v2.png")
		repeat-y top right;
}

#body_wrapper .body-outer2 {
	background:
		url("https://forum.static-files.com/vb4/images/skin3-images/body-sides-shadows.v2.png")
		repeat-y 4px 0;
}

#body_wrapper .body-inner {
	background: #fff;
	position: relative;
	padding: 10px 10px 0;
	margin: 0 auto;
}

.body-inner #pagetitle {
	padding: 0 0px 10px 0px;
}

.body-inner #pagetitle #welcometitle {
	color: #0C5DAC;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 7px;
}

.body-inner #pagetitle #welcomemessage {
	font-size: 12px;
}

.body-inner #pagetitle #welcomemessage a {
	color: #000099;
	text-decoration: underline;
}

#content-wrap {
	padding-top: 10px;
}
/* Sections */
.body-inner .sectionHeader {
	background:
		url("https://forum.static-files.com/vb4/images/skin3-images/sprites/bars-buttons.v1.png")
		repeat-x 0 -45px;
	border: 1px solid #366089;
	display: block;
	padding: 5px 0;
	width: 100%;
}

.body-inner #forums .sectionHeader .col2 {
	margin: 0;
}

.body-inner .sectionHeader ul {
	width: 100%;
}

.body-inner .sectionHeader .cell {
	display: inline-block;
	padding: 0px;
	float: left;
	clear: right;
}

.body-inner .sectionHeader .cell a,.body-inner .sectionHeader .cell {
	color: #fff;
	font-size: 11px;
	font-weight: bold;
}

.body-inner .sectionHeader .col3 span,.body-inner .sectionHeader .col4 span
	{
	padding-right: 10px;
}

.body-inner .sectionHeader .forumtitle {
	min-width: 0px;
}

.body-inner .sectionHeader .forumtitle span {
	padding-left: 11px;
	float: left;
}

.body-inner .sectionHeader .forumtitle a {
	float: left;
	clear: right;
}

.body-inner .sectionHeader .forumtitle a.markForumsRead {
	float: right;
	margin-right: 45px;
}

.body-inner #forums .col3,.body-inner #forums .col4 {
	width: 100px;
	text-align: right;
}

.body-inner #forums .col3 span,.body-inner #forums .col4 span {
	padding-right: 10px;
}

.body-inner #forums .col5 {
	width: 30px;
}

.body-inner #forums .forumhead {
	border: none;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	background: none;
	margin-top: 0px;
	width: 100%;
	border: 1px solid #999;
	border-top: none;
	background: #E9E9E9;
}

.body-inner #forums .forumhead .forumrowhead {
	position: relative;
	padding: 6px 10px;
}

.body-inner #forums .forumhead .forumrowhead ul {
	width: 100%;
}

.body-inner #forums .forumhead .forumrowhead ul li {
	display: inline-block;
	padding: 0px;
	float: left;
	clear: right;
}

.body-inner #forums .forumhead .forumrowhead a,#forums .forumhead .forumrowhead
	{
	color: #000;
	font-size: 12px;
	font-weight: bold;
}

.body-inner #forums .forumhead .forumrowhead ul li.forumtitle {
	min-width: 0px;
	width: 500px;
}

.body-inner #forums .forumhead .forumrowhead ul li.forumtitle a {
	float: left;
	clear: right;
}

.body-inner #forums .forumhead .forumrowhead ul li.forumtitle a.markForumsRead
	{
	float: right;
	margin-right: 10px;
}

.body-inner #forums .forumhead .forumrowdata {
	position: relative;
	border-top: 1px solid #999;
	background: #FFF;
}

.body-inner #forums .forumhead .forumrowdata p {
	background: none;
	font-size: 10px;
}

.body-inner #forums .forumhead .forumrowdata .collapse {
	float: none;
}

.body-inner #forums .forumrow {
	border: 1px solid #C4C4C4;
	border-top: none;
	background:
		url("https://forum.static-files.com/vb4/images/skin3-images/row-gradient.png")
		repeat-x scroll bottom left;
}

.body-inner #forums .forumbit_post:last-child .forumrow { border-bottom-color: #999; }

.body-inner #forums .forumrow a {
	color: #013D74;
}

.forumbit_post .forumtitle a,.threadbit .threadtitle a {
	/*font-size: 14px !important;*/
	
}

.body-inner #forums .forumrow .forumdata .datacontainer {
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 58px;
}

.body-inner #forums .forumrow .forumdata .datacontainer .forumdescription
	{
	font-size: 12px;
	padding-right: 31px;
}

.body-inner #forums .threadcount,.body-inner #forums .postcount {
	display: block;
	clear: right;
	float: left;
}

.body-inner #forums .lastposttitle a {
	font-weight: bold;
}

.forumlastpost p.lastposttitle {
	white-space: nowrap;
	text-overflow: ellipsis;
}

.forumlastpost p.lastposttitle img {
  width: 10px;
  height: 10px;
}

.body-inner #forums .threadcount span,.body-inner #forums .postcount span
	{
	display: block;
	padding-top: 25px;
}

.forumbit_nopost .forumhead a.collapse img {
	top: -12px;
	position: absolute !important;
}

.postbitlegacy .title.icon {
	min-height: 26px;
	line-height: 25px;
	position: relative;
	padding: 0 30px 3px 32px;
	font-family: Arial, Helvetica, sans-serif;
}

.postbitlegacy .title.icon img {
	margin-top: -10px;
	position: absolute;
	top: 14px;
	left: 8px;
}

.postbitlegacy .content {
	margin: .8em;
}

.postbitlegacy .report.color {
	float: right;
	position: absolute;
	right: 10px;
	top: 31px;
}
/** RIGHT SIDEBAR **/
#sidebar {
	float: right;
	width: 165px;
	padding-left: 5px;
	padding-right: 0px;
}

#sidebar iframe.banner {
	margin-right: 2px;
	display: block;
	float: right;
}
/* User box */
#avatarSubWrapper .topAvatar,#avatarSubWrapper .showImage img {
	height: 32px !important;
	width: auto !important;
}

.sampleAvatar {
	display: block;
	width: 32px;
	height: 35px;
	background:
		url("https://forum.static-files.com/vb4/images/skin3-images/sample-avatar.png")
		no-repeat scroll top left;
}

.userBox {
	padding: 10px 0px 5px 0px;
}

.userBox #avatarSubWrapper {
	clear: right;
	float: left;
}

.userBox .userLogged {
	clear: right;
	float: left;
	padding: 0px 0px 15px 10px;
}

.userBox .userLogged span a {
	color: #000;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

.userBox .userLogged span a:hover {
	text-decoration: underline;
}

.userBox .userLogged ul li {
	clear: right;
	float: left;
	padding-right: 5px;
	font-size: 9px;
}

.userBox .userLogged ul li a {
	font-size: 11px;
	text-decoration: underline;
}

/*.userBox .white-btn span{
    text-transform: none;
    margin-left: 8px;
    padding-right: 8px; 
    text-align: left;
}*/
.userBox .blue-btn {
	float: right;
	width: 86px;
	padding: 7px 3px 7px 3px;
	text-align: center;
	margin-bottom: 0px;
}

.userBox .sbr-pro-badge {
  width: 122px;
  margin-bottom: 7px;
	background: url("https://forum.static-files.com/images/spr_sbrPro_icons_v1.2.png") no-repeat scroll 3px -905px #DDDDDD;
	border: 1px solid #CCCCCC;
	border-radius: 5px 5px 5px 5px;
	color: #666666;
	display: inline-block;
	float: right;
	font-weight: bold;
	padding: 8px 6px 8px 34px;
}

.status-box {
  margin-bottom: 5px;
  position: relative;
  clear: both;
  overflow: hidden;
}

.userBox .textfield {
  width: 142px;
  padding-bottom: 2px;
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  font: italic 11px arial;
  color: #666;
}

.userBox .updatedStatus {
  width: 135px;
  padding: 2px 2px 6px;
  float: left;
  overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	font-style: italic;
	color: #666;
	font-size: 11px;
  white-space: nowrap;
}

.userBox .edit-pen-btn {
  margin-top: 2px;
  float: right;
}

.userBox .updatedStatus a.editStatus-cta {
	display: none;
}

.userBox #updatestatusbox {
	display: none;
}

.userBox .fbBox .fbBoxWrap input#userstatus {
	width: 133px;
}

.userBox .fbBox .fbBoxWrap input#userstatus.unused {
	color: #777;
}

.userBox .fbBox .fbBoxWrap .edit-pen-btn {
	vertical-align: middle;
}

/* LoginBox */
.loginBox .btn {
	width: 78px;
	height: 29px;
	padding: 0;
	margin: 5px 0 7px;
	display: block;
	float: left;
	font: bold 11px/28px Tahoma, Calibri, Verdana, Geneva, sans-serif;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.loginBox .login-btn, .btn-pro {
	border-color: #d9d9d9;
	margin-right: 5px;
	background: #f3f3f3;
	color: #444444;
}

.loginBox .login-btn:hover {
	background-color: #E6E6E6;
}

.loginBox .login-btn input, .btn-pro span {
	width: 100%;
	height: 27px;
	display: block;
	background-color: transparent;
	border: none;
	font: bold 11px Tahoma, Calibri, Verdana, Geneva, sans-serif;
	text-align: center;
	vertical-align: baseline;
	*vertical-align: top;
}

.btn-pro, .btn-pro span {
  width: auto;
  margin: 0;
  padding: 0;
  line-height: 27px;
  display: block;
}

.loginBox .register-btn {
	border-color: #1cac24;
	background: #1db327;
	text-shadow: none;
	color: #fff;
}

.loginBox .register-btn:hover {
	background-color: #51a351;
}

.loginBox .fbBox,.loginBox .fbBox .fbBoxWrap {
	border: none;
	padding: 0;
}

.loginBox .fbBox .fbBoxWrap input.textbox {
	width: 94%;
	height: 18px;
	display: block;
	padding: 4px;
	border: 1px solid #cccccc;
	font: 13px "Helvetica Neue", Helvetica, Arial, sans-serif;
	vertical-align: middle;
	color: #000;
	line-height: 18px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-ms-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
/*.loginBox .fbBox .fbBoxWrap input.pass,
.loginBox .fbBox .fbBoxWrap input.pass-hint {
  display: none;
}*/
.loginBox .fbBox .fbBoxWrap input.pass-hint.sfText {
	display: inline;
}

.loginBox #remember input {
	margin: 0px 0px 10px 1px;
}
/* Collapsable Boxes */
.collapsableBox {
	clear: both;
	margin-bottom: 5px;
}

.collapsableBox div {
	position: relative;
	zoom: 1; /** IE7 fix **/
}

.collapsableBox iframe {
	border: none;
	border-color: #fff;
}

.collapsableBox .boxBtn {
	position: relative;
	display: block;
	background:
		url("https://forum.static-files.com/vb4/images/skin3-images/sprites/bars-buttons.v1.png")
		repeat-x scroll 0px -71px;
	color: #fff;
	font-weight: bold;
	text-shadow: 1px 1px 1px #333333;
}

.collapsableBox .boxBtn:hover {
	text-decoration: none;
}

.collapsableBox .boxBtn span {
	display: block;
	height: 20px;
	padding: 8px 0px 0px 5px;
	margin-left: 5px;
	background:
		url("https://forum.static-files.com/vb4/images/skin3-images/sprites/bars-buttons.v1.png")
		repeat-x scroll right -71px;
	cursor: pointer;
}

.collapsableBox .white-arrow-down {
	background:
		url("https://forum.static-files.com/vb4/images/skin3-images/sprites/icons.v3.png")
		no-repeat scroll -9px -122px transparent;
	display: block;
	height: 28px;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 5px;
	top: 0px;
	width: 20px;
	z-index: 1;
	cursor: pointer;
}

.collapsableBox .white-arrow-down.collapsed {
	background-position: -9px -93px;
}

.collapsableBox .boxContent {
	display: block;
}

.collapsableBox .boxContent li {
	padding: 6px 8px;
	border-top: 1px solid #ECECEC;
	color: #0D3A66;
}

.collapsableBox .boxContent li:first-child {
	border-top: none;
}

.collapsableBox .boxContent.external li {
	padding: 0;
}

.collapsableBox .boxContent li a {
	color: #0D3A66;
}

.collapsableBox .boxContent li a strong {
	color: #0C5EB1;
	font-weight: bold;
}

.collapsableBox .private-msj {
	padding: 2px 0;
	display: block;
	padding-left: 20px;
	background:
		url('https://forum.static-files.com/vb4/images/skin3-images/icons/icon-envelop.png')
		no-repeat 0 -24px;
}

.collapsableBox .private-msj.unread {
	padding-left: 13px;
	background:
		url('https://forum.static-files.com/vb4/images/skin3-images/icons/icon-envelop.png')
		no-repeat 0 4px;
}

.collapsableBox .private-msj sup {
	display: none;
}

.collapsableBox .private-msj.unread sup {
	padding: 0 1px;
	margin-right: 3px;
	display: inline;
	position: relative;
	top: -8px;
	left: -1px;
	border: solid 1px #D83722;
	border-bottom: solid 1px #C0311E;
	border-top: solid 1px #E23923;
	background: #F03D25;
	color: #FFF;
	font: bold 8px "lucida grande", tahoma, verdana, arial, sans-serif;
	line-height: 1;
	text-align: left;
	direction: ltr;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.collapsableBox .private-msj:hover sup {
	text-decoration: none;
}

/** BLOCKS **/
.blockhead,.wgo_block .blockhead,.forum_info .blockhead,.options_block .blockhead,.forumhead,h2.searchlisthead
	{ /*background: none repeat scroll 0 0 #366089;*/
	background:
		url("https://forum.static-files.com/vb4/images/skin3-images/sprites/bars-buttons.v1.png")
		repeat-x 0 -45px;
	border: 1px solid #366089;
	display: block;
	padding: 5px 0px 5px 0px;
	border-radius: 0px;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
}

.blockhead,.wgo_block .blockhead,.forum_info .blockhead,.options_block .blockhead
	{
	padding-left: 11px;
	padding-right: 11px;
}

.blocksubhead,.wgo_block .blocksubhead {
	background: #E7E7E7;
	border-top: 1px solid #CECECE;
	border-bottom: 1px solid #CECECE;
}

.forumbits .forumhead h2 {
	padding: 0px;
}

h2.searchlisthead span {
	padding: 0px 11px;
}
/* what's going on block */
.wgo_block,.forum_info .blockbody,.options_block .blockbody {
	border-radius: 0px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.wgo_block .section {
	padding: 0px;
}

.blockbody {
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 10px;
	margin-bottom: 10px;
}

#usercp_nav .blockbody {
	padding: 0px;
	margin-bottom: 0px;
}

.wgo_block .blockbody,.forum_info .blockbody {
	border-left: 1px solid #C4C4C4;
	border-right: 1px solid #C4C4C4;
	padding: 0px;
}

.wgo_block .section div {
	padding: 10px 0px 10px 20px;
}

.wgo_block .section div div {
	padding: 0px;
}

.wgo_block .section div p {
	padding: 0px;
}

.wgo_block .section dl.icon_legends dt {
	clear: none;
}

.wgo_block .section dl.icon_legends dd {
	clear: none;
	float: left;
	padding-right: 10px;
}

.errorblock h3 {
	background: #ff0000;
	color: #fff;
	border-top-color: #ff0000;
	border-bottom-color: #ff0000;
}

.blockrow.error li {
	color: #ff0000;
}
/** FOOTER **/
.body-inner .footer {
	background:
		url("https://forum.static-files.com/vb4/images/skin3-images/sprites/bars-buttons.v1.png")
		repeat-x scroll 0px -178px;
	border: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-left: -9px;
	margin-right: -9px;
	height: 29px;
}

.body-inner .footer .footer_links {
	margin-top: 5px;
}

.body-inner .footer .footer_links li {
	margin-left: 0px;
}

.body-inner .footer .footer_links li a {
	border-left: 2px solid #777777;
	color: #0C5DAC;
	display: inline-block;
	font-weight: bold;
	height: 10px;
	line-height: 8px;
	padding: 0 5px 0 7px;
}

.body-inner .footer .footer_links li:first-child a {
	border-left: none;
}

.body-inner .footer select {
	width: 150px;
}
/*******************/
/** FORUM DISPLAY PAGE **/
.forumbit_post .foruminfo .forumdata,.forumbit_post .foruminfo .forumtitle,.forumbit_post .foruminfo .viewing,.forumbit_nopost .subforumdescription,.postbitlegacy .postrow,.eventbit .eventrow,.postbitdeleted .postrow,.postbitignored .postrow,.settings_form_border .pm-item
	{
	color: #000;
}

.threadlisthead {
	font-weight: bold;
	font-size: 11px;
}

.threadlisthead span.threadinfo,.threadlisthead span.threadstats,.threadlisthead span.threadlastpost,.threadlisthead span.threadimodimod
	{
	padding-top: 0px;
	padding-bottom: 0px;
}

.threadbit .nonsticky,.threadbit .sticky,.threadbit .discussionrow,.threadbit .pm-item,.forumbit_nopost .forumbit_nopost .forumrow,.forumbit_post .forumrow {
	border: 1px solid #C4C4C4;
	border-top: none;
	background:
		url("https://forum.static-files.com/vb4/images/skin3-images/row-gradient.png")
		repeat-x scroll bottom left;
}

.threadbit .threadtitle {
	position: relative;
	margin-right: 0px;
	margin-top: 8px;
}

.threadbit .title {
	padding-right: 20px;
}

.threadbit .title,.threadbit .threadlastpost .username {
	color: #013D74;
}

.threadbit .threadmeta {
	padding-bottom: 5px;
}

.threadbit .threadmeta .author {
	padding-top: 3px;
}

.threadbit .pagination {
	margin-top: 0;
}

.threadbit .threadtitle_unread {
	font-weight: bold;
}

.threadbit .threadstats {
	padding: 9px 0 0;
}

.threadbit .threadstats li {
	margin-bottom: 3px;
}

.threadbit .alt {
	background: none;
}

.thread-top {
	height: 65px;
	position: relative;
}

.above_threadlist_buttons,.above_postlist_buttons {
	float: left;
	width: 49%;
	padding: 0px;
}

.above_postlist_buttons,.above_threadlist_buttons {
	width: 50%;
	margin-top: 23px;
}

.above_threadlist_buttons .btn,.above_postlist_buttons .btn {
	float: left;
	font-size: 14px;
	margin-right: 5px;
}

.above_threadlist_buttons .btn span,.above_postlist_buttons .btn span {
	padding-top: 8px;
}

.newcontent_textcontrol span {
	font-weight: normal;
}

#above_threadlist,#above_postlist {
	width: 50%;
	height: auto;
	float: right;
	clear: none;
	padding-top: 0px;
	margin-top: -6px;
}

#above_threadlist .navpopupmenu.popupmenu.nohovermenu,#above_postlist .navpopupmenu.popupmenu.nohovermenu
	{
	width: 100%;
	margin: 0;
}

#above_threadlist a.popupctrl,#above_postlist a.popupctrl {
	max-width: 120px;
	float: right;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: left;
}

.navpopupmenu .shade {
	display: block;
	white-space: nowrap;
	text-align: right;
	line-height: 20px;
}

.navlinks {
	margin: 10px 0;
	border-top: none;
}
/* Forum jump on bottom */
.cp_content .navpopupmenu .shade {
	width: auto;
	padding-right: 10px;
	float: none;
	display: inline;
}

.threadlist-top-banner {
	width: 468px;
	margin-left: -234px;
	position: absolute;
	left: 50%;
}

.navpopupmenu, .navpopupmenu.popupmenu.nohovermenu {
  margin-top: 36px;
  margin-bottom: 0;
  float: right;
  clear: none;
}

.navpopupmenu.popupmenu.nohovermenu { margin-top: 39px; }

/*.thread-top {
	width: 100%;
	display:table-row;
}
.thread-top .above_postlist_buttons,
.thread-top .threadlist-top-banner,
.thread-top .above_postlist,
.thread-top #above_postlist {
	display: table-cell;
	float: none;
	vertical-align: bottom;
	white-space: nowrap;
}
.thread-top .above_postlist_buttons { width: 26%; }
.thread-top .above_postlist,
.thread-top #above_postlist {
	width: 30%;
}
.thread-top .above_postlist .shade, .thread-top .above_postlist .popupctrl {
	display: block;
	text-align: left;
}
.thread-top .above_postlist .shade {}
.thread-top .above_postlist .navpopupmenu { width: 70%; }
*/
.above_threadlist .newcontent_textcontrol {
	position: relative;
	clear: none;
}
/*.newcontent_textcontrol:hover{
    background: url("https://forum.static-files.com/vb4/images/skin3-images/sprites/bars-buttons.v1.png") no-repeat scroll 0 0 transparent;
    background-position: left -141px;
}
.newcontent_textcontrol span{
    font-size: 14px;
}*/
.above_threadlist .white-btn,.above_postlist .white-btn {
	float: right;
	margin-left: 5px;
	font-size: 14px;
	margin-top: 0px;
}

.above_threadlist .white-btn span,.above_postlist .white-btn span {
	padding-top: 8px;
}

.above_postlist .closedThread {
	float: right;
}

.above_postlist .navpopupmenu {
	padding-top: 0;
}

.below_postlist {
	position: relative !important;
	margin-top: 0px;
}

.below_postlist.noinlinemod {
	margin-bottom: 2.2em;
}

.below_postlist .newcontent_textcontrol {
	top: 50%;
	margin-top: -34px;
}

.below_postlist.noinlinemod .newcontent_textcontrol {
	top: 50%;
	margin-top: -13px;
}

.below_postlist .closedThread {
	float: left;
}

.forumbit_html {
	float: left;
	padding-top: 10px;
}

.countdown-badge {
	display: block;
	position: relative;
	width: 94px;
	height: 59px;
	background:
		url("https://forum.static-files.com/vb4/images/skin3-images/countdown.png")
		no-repeat 0 0;
	color: #fff;
	margin: 10px 0px;
}

.countdown-badge span {
	bottom: 0;
	color: #FFFFFF;
	display: block;
	font-size: 9px;
	left: 0;
	padding-bottom: 3px;
	position: absolute;
	text-align: center;
	width: 100%;
}
/* Pagination */
.above_threadlist .navpopupmenu.popupmenu.nohovermenu {
	margin-top: 5px;
}

.above_threadlist .threadpagenav {
	width: 100%;
	position: relative;
	bottom: 0;
	padding: 3px 0 0 0;
	margin-bottom: -5px;
}

.thread_controls .pagination_top,.above_threadlist_controls .threadpagenav
	{
	width: auto;
	margin: 8px 5px 0 5px;
	float: right;
	clear: none;
}

.above_threadlist_controls .threadpagenav {
	margin-top: 5px;
}

.pagination_top .pagination {
	margin-left: 0;
}

.postpagestats {
	margin-top: 0px;
	font-size: 11px;
}

.pagination .popupbody {
	left: -1px !important;
  border: 1px solid #000;
}

.pagination span {
	margin-left: 2px;
	background: #FFF;
}

.pagination span a {
	background: none repeat scroll 0 0 transparent;
	border: 1px solid #CCCCCC;
	color: #000000;
	display: inline-block;
	font-family: Verdana, Arial;
	font-size: 11px;
	height: 17px;
	padding: 3px 4px 0 5px;
	top: 0 !important;
}

.pagination span.selected a {
	background-color: #033050;
	border-color: #033050;
	height: 17px;
	margin-top: 0;
	padding: 3px 4px 0px 5px;
}

.pagination .arrow,.pagination .arrow span {
	background:
		url("https://forum.static-files.com/vb4/images/skin3-images/sprites/icons.v3.png")
		no-repeat scroll 0px 0px transparent;
	display: inline-block;
	height: 17px;
	width: 9px;
}

.pagination .arrow span {
	float: none;
	height: 13px;
	width: 13px;
}

.pagination .nextPage {
	background-position: -38px -152px;
}

.pagination .prevPage {
	background-position: -23px -152px;
}

.pagination .lastPage,.pagination .firstPage {
	width: auto;
}

.pagination .lastPage span {
	background-position: -227px -134px;
	margin-left: 0px;
	margin-top: -2px;
}

.pagination .firstPage span {
	background-position: -209px -134px;
	margin-left: 0px;
	margin-top: -2px;
}

.pagination span.popupspan {
	display: block;
	float: right;
	width: auto;
	padding: 0px;
}

.pagination span a.popupctrl {
	padding: 0px 9px 4px 9px;
	width: auto;
}

.above_threadlist .threadpagenav .threadpagestats {
	margin-right: 0px;
}

.options_input_block label,.options_input_block .label,.forum_info_block h5
	{
	font-weight: bold;
	font-size: 11px;
}

.options_input_block .checkradio label {
	font-weight: normal;
}

.threadmeta a.understate,.threadmeta a .understate {
	color: inherit;
	text-decoration: none;
	vertical-align: top;
	display: inline-block;
}

.below_postlist .pagination_bottom {
	width: auto;
}

.pagination_bottom .gotop {
	float: right;
}

/* Bellow login area */
.below_postlist .loginBox .fbBox,.below_postlist .logindetails,.below_postlist .remember {
	margin-right: 5px;
	float: left;
}

.below_postlist .loginBox {
	float: left;
}

.below_postlist .loginBox .fbBox {
	width: 150px;
}

.below_postlist .loginBox .btn {
	height: 26px;
}

.below_postlist .loginBox .login-btn input {
	height: 25px;
}

.below_postlist .remember {
	padding-top: 11px;
}

/* Below thread list */
.forum_info {
	top: 0px;
}
/* Tools menu */
.toolsmenu {
	background: #F0F0F0;
	border: none;
	padding-left: 2px;
	height: 30px;
}

.toolsmenu div {
	margin-top: -1px;
}

.popupmenu a.popupctrl {
	/*background-image: url("https://forum.static-files.com/vb4/images/skin3-images/white_downward_arrow.png");*/
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 20px;
	display: inline-block;
}

.toolsmenu .popupgroup a.popupctrl,.toolsmenu .popupgroup .popupmenu a.popupctrl,.toolsmenu .popupgroup .popupmenu:hover a.popupctrl
	{
	color: #000;
	border-top: 1px solid #F0F0F0;
	border-right: 1px solid #F0F0F0;
	border-left: 1px solid #F0F0F0;
	padding-bottom: 1px;
}

.toolsmenu .popupgroup .popupmenu a.popupctrl,.toolsmenu .popupgroup .popupmenu a.popupctrl.hover,.toolsmenu .popupgroup .popupmenu a.popupctrl.active
	{
	padding-right: 18px !important;
}

.toolsmenu .popupgroup .popupmenu a.popupctrl.active {
	display: block;
	position: relative;
	z-index: 10;
	padding-bottom: 1px;
	background: #ffffff;
	color: #000000;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	height: 20px;
	margin-bottom: -6px;
}

.toolsmenu .popupgroup .popupbody {
	border: 1px solid #000;
	margin-top: -1px;
	background: #fff;
	top: 24px !important;
	z-index: 1;
}

.popupbody li.separator {
	padding: 5px 0;
	font-weight: bold;
}

.toolsmenu ul {
	padding-top: 7px;
}

.toolsmenu .popupmenu:last-child .popupbody {
	left: auto !important;
	right: -10px;
}

.toolsmenu .popupgroup .popupbody li>a,.toolsmenu .popupgroup .popupbody li>label
	{
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin: 0px -2px;
}

.toolsmenu .popupgroup .popupbody li>a:hover,.toolsmenu .popupgroup .popupbody li>label:hover
	{
	background: #6D84B4;
	border-color: #3B5998;
	color: #fff;
	text-decoration: none;
}

.toolsmenu .popupgroup .popupbody li .button {
	background: #5B74A8;
	border-color: #29447E #29447E #1A356E;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	cursor: pointer;
}

.toolsmenu .popupgroup .popupbody li .button:hover {
	color: #fff;
}

a.firstunread {
	background: none;
}

a.firstunread .customicon {
	margin-right: 5px;
}

.toolsmenu a.firstunread {
	padding-right: 5px;
	float: left;
	margin-top: 6px;
	color: #00f;
	font-size: 12px;
}

.toolsmenu a.firstunread:hover {
	color: #417394;
	text-decoration: underline;
}
/* Sub-Forum */
.forumbit_post .forumrow,.forumbit_post .foruminfo {
	min-height: 0;
}

.forumbit_post .foruminfo {
	padding: 9px 0;
}

.forumbit_post .foruminfo .forumicon {
	margin-top: -11px;
	top: 50%;
	left: 15px;
}
.forumbit_post .foruminfo .forumdata .forumtitle, .forumbit_nopost .forumbit_nopost .forumrow .forumtitle {
  font-size: 15px;
}
.forumbit_post .foruminfo .forumtitle,.forumbit_post .foruminfo .forumdescription {
	line-height: 1.4em;
}

.forumbit_post .foruminfo .forumdata .datacontainer {
	padding-left: 53px;
}

/** SEARCH DISPLAY **/
.searchbits .postbit {
	margin: .5em 0 0 0;
}

.searchbits .postbit .time {
	color: #FFF;
}

/** POST DISPLAY **/
.postbit .posthead,.postbitlegacy .posthead,.eventbit .eventhead {
	background:
		url("https://forum.static-files.com/vb4/images/skin3-images/sprites/bars-buttons.v1.png")
		repeat-x 0 -45px;
	border-color: #1e588a;
	color: #FFF;
}

.postbit .posthead .nodecontrols,.postbitlegacy .posthead .nodecontrols,.eventbit .eventhead .nodecontrols,.postbit .posthead .nodecontrols a,.postbitlegacy .posthead .nodecontrols a,.eventbit .eventhead .nodecontrols a
	{
	color: #FFF;
}

.postbit .posthead .postdate,.postbitlegacy .posthead .postdate,.postbitlegacy .posthead .time
	{
	color: #FFF;
	font-weight: bold;
	font-size: 11px;
}

.postbitlegacy .postdetails,.eventbit .eventdetails {
	background: #fff
		url("https://forum.static-files.com/vb4/images/skin3-images/post-shadow.jpg")
		repeat-y 157px 0px;
}

.postbitlegacy .postbody,.eventbit .eventdetails .eventbody {
	background: transparent;
	/*background: #fff url("https://forum.static-files.com/vb4/images/skin3-images/post-shadow.jpg") repeat-y -10px 0px;*/
	margin-left: 166px;
	padding-bottom: 10px;
	border-left: none;
}

.postbitlegacy .postbody.bottom-bagde {
	padding-bottom: 100px;
}

.postbitlegacy .postbody.bottom-icons {
	padding-bottom: 25px;
}

.postbitlegacy .userinfo {
	background: no-repeat center right;
	width: 150px;
}

.postbitlegacy .userinfo .username,.eventbit .userinfo a.username {
	color: #102446;
	font-size: 15px;
}

.usernamelong {
	color: #102446;
	font-size: 15px;
	border: none;
	max-width: 130px;
	overflow: hidden;
	padding: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: auto;
	font-weight: bold;
}

.postdetails .postdetails {
	font-size: 14px;
}

.user_status span,.user_status a {
	font-size: 11px;
	font-weight: normal;
}

.postdetails .userinfo {
	font-size: 12px;
	color: #666;
}

.postdetails .userinfo .user_status {
	width: 100%;
}

.postdetails .userinfo .user_status a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
}

.postdetails .userinfo .user_status a,.postdetails .userinfo .user_status b,.postdetails .userinfo .user_status strong
	{
	font-weight: normal !important;
}

.postdetails .userinfo .user_status font {
	color: #102446 !important;
}

.postdetails .userinfo .user_status span {
	word-wrap: break-word;
}

.postdetails .userinfo .user_status .fbBox {
	margin-top: 5px;
}

.postdetails .userinfo .user_status .fbBox .fbBoxWrap input.textfield {
	width: 123px;
}

.postdetails .userinfo .username_container {
	padding-top: 4px;
}
/*.postbitlegacy .postrow.has_after_content {
	min-height: 160px;
}*/
.postbitlegacy .userinfo .userinfo_extra {
	float: none;
}

.postbitlegacy .userinfo a {
	font-weight: bold;
	color: #043252;
}

.userinfo_extra a {
	font-weight: bold;
	text-decoration: underline;
	color: #043252;
}

.postdetails .userinfo .postuseravatar {
	padding-top: 10px;
}

.postdetails .userinfo {
	font-size: 12px;
	font-weight: bold;
}

.usertitle {
	font-size: 12px;
	font-weight: bold;
	color: #102446;
	margin-bottom: 6px;
}

.usertitle a {
	text-decoration: underline;
}

.postdetails .userinfo .message-btn span {
	background:
		url("https://forum.static-files.com/vb4/images/skin3-images/sprites/icons.v3.png")
		no-repeat -60px -154px;
	font-size: 14px;
	font-weight: normal;
	padding-left: 24px;
	text-align: left;
}

.postbitlegacy .after_content {
	margin: 0px 10px 10px 20px;
	width: auto;
	clear: none;
}

.postbitlegacy .after_content .lastedited {
	font-style: italic;
	font-size: 12px;
	color: #666;
}

.postdetails .bottom-content {
	width: 100%;
	margin: -106px 0 0 0;
	padding: 0 0 0 174px;
	overflow: hidden;
	float: left;
	clear: left;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box; /* Firefox, other Gecko */
	box-sizing: border-box; /* Opera/IE 8+ */
}

.postdetails .bottom-content.bottom-small {
	margin-top: -32px;
}

.postdetails .postbody .sbr-controls {
	padding-top: 10px;
}

.postdetails .postbody .sbr-controls .nominate,.postdetails .postbody .sbr-controls .give_points_button
	{
	margin-left: 10px;
}

.badgeZone {
	width: auto;
	border-top: 1px solid #DDD;
	background: #F8F8F8;
	padding: 35px 0 0 11px;
}

.postbitlegacy .postfoot .postlinking,.postbit .postfoot .postlinking {
	padding-left: 6px;
}
/********************/
/** USER CONTROL PANEL **/
#usercp_nav .blockrow li,#usercp_nav .blockrow li a {
	color: #000;
}

#usercp_nav .blockrow a:hover {
	background-color: #E3E9F0;
	color: #000;
}

#usercp_nav .blockrow .active {
	background-color: #CCD6E6;
	font-weight: bold;
}

#usercp_nav .blockrow .active a:hover {
	background-color: #CCD6E6;
	font-weight: bold;
}

#usercp_nav hr {
	border: 1px solid #eee;
}

#usercp_nav .blockbody,.cp_content .blockbody.formcontrols {
	border-color: #C4C4C4;
}

.cp_content #threadlist .blockhead {
	padding: 0px;
}

.cp_content #threadlist .blockhead span {
	padding-top: 5px;
}

.cp_content #threadlist .blockhead span a .icono {
	background-position: -223px -31px;
}

.cp_content .textbox,.cp_content textarea {
	border: 1px solid #B4BBCD;
	-moz-border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	border-radius: 0px !important;
}

.cp_content .blockrow li {
	padding-bottom: 8px;
}
/********************/
/* ERROR PAGE */
.erroricon {
	background:
		url("https://forum.static-files.com/vb4/images/skin3-images/icons/error_icon20.png")
		no-repeat 0px -2px;
	padding-left: 25px;
}

#errorPage {
	border: 1px solid #B4BBCD;
	width: 60%;
	margin: 10px auto;
	padding: 20px;
}

#errorPage h3 {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #B4BBCD;
}

#errorPage p {
	font-size: 12px;
	margin-bottom: 10px;
}

#errorPage a:hover {
	color: #003399;
}

#errorPage ul,#errorPage ul li {
	list-style: square inside;
}

#errorPage ul li {
	padding-bottom: 2px;
}

#errorPage ul li a {
	font-size: 12px;
}
/** REPLY THREAD PAGE **/
.editor_textbox_container {
	width: 100%;
}

.editor_textbox_container.smilie {
	margin-right: -309px;
}

.editor_textbox_smilie {
	margin-right: 307px;
}

.editor_smiliebox {
	width: 25%;
}

.editor_smiliebox ul.smiliebox {
	height: auto;
}

.editor_smiliebox ul.smiliebox li {
	padding: 8px;
	height: 30px;
	width: auto;
}

.editor_smiliebox ul.smiliebox li div.table {
	width: auto;
}

.editor_smiliebox ul.smiliebox li div.tablecell {
	vertical-align: top;
}

.editor_smiliebox ul.smiliebox li img {
	max-width: 100%;
}
/** SEARCH PAGE **/
.threadbit .threadpostedin {
	height: auto;
}

.threadbit .threadpostedin p {
	height: auto;
}

h2.searchlisthead span.mainsearchstats {
	font-size: 9px;
	text-transform: none;
}
/** OVERLAY POPUP **/
.yui-panel-container.shadow .underlay {
	background-color: #000000;
	border-radius: 10px 10px 10px 10px;
	bottom: -2px;
	left: -2px;
	opacity: 0.45;
	right: -2px;
	top: -2px;
}

.yui-panel .hd,.yui-panel .bd,.yui-panel .ft {
	border: none;
}

.yui-overlay {
	border: none;
	padding: 10px;
	background: none;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.yui-overlay .hd {
	background: #366089;
	border: none;
	line-height: normal;
	font-size: 20px;
	height: auto;
	padding: 5px 10px;
}

.yui-panel .bd,.yui-panel .ft {
	background: #fff;
}

.container-close {
	right: 20px;
	top: 20px;
}
/** SBR TRIVIA **/
.triviaModalContent {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.triviaModalContent h1 {
	border-bottom: 1px solid #C1C1C1;
	height: auto;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: bold;
	color: #333;
}

.triviaModalContent strong {
	font-weight: bold;
}

.triviaModalContent p {
	font-size: 14px;
	margin-bottom: 10px;
}

.triviaModalContent .btn {
	max-width: 180px;
}

.triviaModalContent .timer,.triviaModalContent .questionOptions {
	width: 49%;
	float: left;
}

.triviaModalContent #optOutForm {
	padding-top: 10px;
}

.triviaModalContent #optOutForm ul li {
	float: left;
	margin-right: 10px;
}

.triviaModalContent #optOutForm .btn {
	max-width: none;
}

.triviaModalContent #optOutForm .btn,.triviaModalContent #optOutForm .btn span input
	{
	text-transform: uppercase;
}

.triviaModalContent .questionOptions {
	padding: 20px 0px;
}

.triviaModalContent .questionOptions .answers {
	font-size: 14px;
	margin-bottom: 25px;
}

.triviaModalContent .questionOptions ul li {
	padding-bottom: 10px;
}

.triviaModalContent .answersReview li {
	margin-bottom: 5px;
	padding: 0px 0px 0px 20px;
	font-size: 14px;
	height: 20px;
}

.triviaModalContent .answersReview {
	padding-left: 25px;
	margin: 20px 0px;
}

.triviaModalContent .answersReview li.correct,.triviaModalContent .answersReview li.correct.mine
	{
	background:
		url('https://forum.static-files.com/vb4/images/skin3-images/icons/check-cross.png')
		no-repeat top left;
	color: #219c11;
	font-weight: bold;
}

.triviaModalContent .answersReview li.mine {
	background:
		url('https://forum.static-files.com/vb4/images/skin3-images/icons/check-cross.png')
		no-repeat bottom left;
	color: #d31925;
	font-weight: bold;
}

.sbrClock {
	position: relative;
	background:
		url('https://forum.static-files.com/vb4/images/skin3-images/sbr-reversed-timer-20sec.png')
		no-repeat -5000px 0;
	width: 250px;
	height: 242px;
}

.sbrClock span {
	display: block;
	text-align: center;
	color: #366089;
}

.sbrClock .counter {
	display: block;
	padding-top: 135px;
	text-align: center;
	font-size: 34px;
	font-weight: bold;
	color: #366089;
	line-height: normal;
}

.triviaModalContent .blockbody .question {
	background: none repeat-x scroll 0 0 #E9E9E9;
	color: #3E3E3E;
	margin: 0 1px;
	padding: 4px 10px;
}
/* LOTTERY PAGE */
.lottery-page {
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
}

.lottery-page h4 {
	background: #f0f0f0;
	padding: 5px;
	font-weight: bold;
	border: 1px solid #e0e0e0;
	margin-bottom: 10px;
}

.lottery-page .titleCont {
	display: block;
	background: #366089
		url(https://filedump.sbrforum.com/sbrforum/star_gold.png) no-repeat 5px
		center;
	color: #FFF;
	margin: 10px auto;
}

.lottery-page .titleCont h3 {
	font-size: 10px;
	margin: 0px;
	padding-left: 15px;
}

.lottery-page #lottery-nav {
	text-align: center;
}

.lottery-page #lottery-nav li {
	display: inline-block;
	margin-right: 10px;
}

.lottery-page #lottery-nav li:first-child {
	margin-left: 10px;
}

.lottery-page #lottery-nav li:last-child {
	
}

.lottery-page #lottery-nav li a {
	text-transform: uppercase;
}

.lottery-page .video-container {
	clear: both;
	text-align: center;
}

.lottery-page .winnerList {
	color: #000;
	margin: 0 auto;
	width: auto;
}

.lottery-page .winnerList p {
	font-weight: bold;
}

.lottery-page .opc {
	height: auto;
	display: block;
	display: none;
	padding: 10px;
}

.lottery-page .opc.selected {
	display: block;
}

.lottery-page p {
	margin-bottom: 10px;
	padding: 5px !important;
}

.lottery-page .tabLink {
	background: #E7E7E7;
	border-left: 1px solid #CDCDCD;
	border-right: 1px solid #CDCDCD;
	border-top: 1px solid #CDCDCD;
	float: left;
	margin: 0 7px 0 0;
	padding: 0 4px 1px;
}

.lottery-page .tabLinkOffset {
	margin-left: -6px !important;
}

.lottery-page .tabLink a {
	color: #9E9E9E;
}

.lottery-page .tabLink a:hover {
	text-decoration: underline;
}

.lottery-page .tabSelected {
	background: #FFFFFF;
	border-color: #CBCBCB #CBCBCB #FFFFFF;
	border-style: solid;
	border-width: 1px;
	float: left;
	margin: 0px 1px 0px -6px;
	padding: 0px 4px 1px;
}

.lottery-page td.review {
	text-align: right;
	padding-right: 10px;
}

.lottery-page form .btn {
	width: 110px;
}

.lottery-page form p {
	margin-bottom: 10px;
	text-align: left;
	padding-left: 235px;
	font-weight: bold;
}

.lottery-page form label {
	
}

.lottery-page form table {
	margin: 0 auto;
	width: 300px;
}

.lottery-page form table tr td {
	padding: 5px;
	text-align: left;
}

.lottery-page form table tr td:first-child {
	width: 80px;
	text-align: right;
}

#pickTypeMenu a {
	padding: 3px;
	text-decoration: none
}

#pickTypeMenu .tabSelected {
	margin: 3px;
	margin-bottom: 0px;
	padding-right: 7px;
}

#pickTypeMenu .tabLink {
	margin: 3px;
	margin-bottom: 0px;
	padding-right: 7px;
}

.tabSelected,.tabLink {
	-moz-border-radius: 4px 4px 0px 0px;
}

a.tabSelected {
	color: #333333 !important;
}

a.tabLink {
	color: #9E9E9E !important;
}

.inputBox {
	border: 1px solid #B4BBCD;
	padding: 2px 5px;
}

.lottery-page .btn {
	display: inline-block;
	width: auto;
}

.lottery-page .tickets-dates {
	margin-top: 10px;
}

.lottery-page .tickets-dates li {
	padding: 5px 0px;
}

.lottery-page .tickets-table {
	margin-top: 10px;
}

.lottery-page .tickets-table tr th,.lottery-page .tickets-table tr td {
	padding: 5px;
	text-align: center;
	border-bottom: 1px solid #ccc;
}

.lottery-page .tickets-table tr td:first-child {
	border-left: 1px solid #ccc;
}

.lottery-page .tickets-table tr td:last-child {
	border-right: 1px solid #ccc;
}

.lottery-page .tickets-table tr th {
	background: #333;
	color: #fff;
}

.lottery-page .tickets-table tr th:first-child {
	border-left: 1px solid #333;
}

.lottery-page .tickets-table tr th:last-child {
	border-right: 1px solid #333;
}
/*******************/
/** GLOBAL WIDTHS **/
#body_wrapper {
	min-width: 980px;
}

#body_wrapper .body-outer1 {
	position: relative;
	margin: 0 auto;
}
/* TODAY
#header, #navbar #navbar-inner{
    min-width: 970px;
    max-width: 1200px;
    width: 970px;
    margin: 0 auto;
} */
#sidebar {
	width: 1%;
	min-width: 165px;
}

#sidebar .feed-box {
	width: 153px;
}

#content-wrap { /*min-width: 82%;*/
	width: 85%;
}

.body-inner #forums .col1 {
	max-width: 700px;
	min-width: 55%;
	width: 1%;
}

.body-inner #forums .col_middle {
	min-width: 10%;
	width:1%;
}

.body-inner #forums .col1.reduced {
	min-width: 45%;
}

.body-inner #forums .col2 {
	margin-top: 6px;
	min-width: 29%;
	width: 1%;
}

.body-inner #forums .col3,.body-inner #forums .col4 {
	min-width: 8%;
	width: 1%;
}

#body_wrapper .body-outer1,.above_body { /*max-width: 1250px;*/
	max-width: 1232px;
	min-width: 980px;
}

#body_wrapper .body-inner,#header,#navbar,#sub-navbar {
	min-width: 962px;
	/*max-width: 1200px;*/
	max-width: 1182px;
	margin: 0 auto;
}

#header {
	padding-bottom: 20px;
}

#tinybox {
	/*background: url("/images/wi/misc/preload.gif") no-repeat scroll 50% 50% #FFFFFF;
    border: 3px solid #CBCBCB;*/
	background: #ccd0d5;
	background-color: rgba(4, 8, 13, .5);
	display: none;
	padding: 8px;
	margin: 0;
	position: absolute;
	z-index: 2000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, .2);
	box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, .2);
}

#tinymask {
	background: none repeat scroll 0 0 #000000;
	display: none;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1500;
}

#tinycontent {
	background: #FFF;
	padding: 10px;
	/*margin: -17px -6px -20px -26px;*/
	margin: 0;
	padding: 0;
	position: relative;
	border: solid 1px #186f8f;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0px 1px 0px #b9d4ef, 0px 1px 0px #e2e2e2;
	-moz-box-shadow: inset 0px 1px 0px #b9d4ef, 0px 1px 0px #e2e2e2;
	box-shadow: inset 0px 1px 0px #b9d4ef, 0px 1px 0px #e2e2e2;
}

#tinycontent strong {
	padding-left: 20px;
	font-weight: bold;
}

#tinycontent table .thead {
	padding: 10px;
	display: table-cell;
	background: #366089;
	border-top-color: #8aa2b9 !important;
}

#tinycontent table td {
	padding: 6px 10px;
	line-height: 2em;
}

#tinycontent .text-transfer {
	font-size: 1.2em;
	padding: 5px;
	background: #F6F6F6;
	border: 1px solid #b8babc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#tinycontent .btn {
	width: 115px;
}

#tinyimageclose {
	top: -13px;
	right: -13px;
	z-index: 9999;
	display: block;
}

.thead {
	background: #cfcfcf
		url(https://forum.static-files.com/vb4/images/skin3-images/sprite.1.2.png)
		0 -14px repeat-x;
	color: #FFFFFF;
	font: bold 12px tahoma, verdana, geneva, lucida, 'lucida grande', arial,
		helvetica, sans-serif;
	border-top: 1px solid #cfcfcf;
}

.thead a:link,.thead_alink {
	color: #FFFFFF !important;
	text-decoration: none;
}

.thead a:visited,.thead_avisited {
	color: #FFFFFF !important;
	text-decoration: none;
}

.thead a:hover,.thead a:active,.thead_ahover {
	color: #FFFFFF !important;
	text-decoration: underline;
}

#sidebarCalendar {
	margin: 1em 0;
	overflow: hidden;
	background: #f9f9f9;
	border: 1px solid #999;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#sidebarCalendar h1 {
	padding: .5em;
	background: #4c6784; /* Old browsers */
	background: -moz-linear-gradient(top, #4c6784 0%, #244266 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4c6784),
		color-stop(100%, #244266) ); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #4c6784 0%, #244266 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #4c6784 0%, #244266 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #4c6784 0%, #244266 100%);
	/* IE10+ */
	background: linear-gradient(top, #4c6784 0%, #244266 100%); /* W3C */
	filter: progid : DXImageTransform.Microsoft.gradient (   startColorstr =
		'#4c6784', endColorstr = '#244266', GradientType = 0 ); /* IE6-9 */
}

#sidebarCalendar h1 a {
	padding-left: 25px;
	background:
		url('https://forum.static-files.com/vb4/images/skin3-images/icons/trophy_winner_icon.png')
		no-repeat 2px 0;
	font-weight: bold;
}

#sidebarCalendar h1 a {
	color: #fff;
}

#sidebarCalendar h2 {
	padding: .5em;
	background: #f0f0f0;
	border-bottom: 1px solid #C4C4C4;
}

#sidebarCalendar .sidebarBody {
	padding: 0;
}

#sidebarCalendar .item-list {
	
}

#sidebarCalendar .item-list div {
	padding: 5px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #999;
}

#sidebarCalendar .item-list div:last-child {
	border-bottom: none;
}

.threadbit.imod_highlight .deleted,.threadbit.imod_highlight .sticky,.threadbit.imod_highlight .nonsticky,.threadbit.imod_highlight .discussionrow,.threadbit.imod_highlight .alt,.threadbit.imod_highlight .ignored
	{
	background-color: #FFF2B1;
	background-image: none;
}

#content-wrap {
	border: none !important;
}

#postTitleContainer {
	display: table;
}

#rowTitleContainer {
	display: table-row;
	position: relative;
}

.searchbits #leftTitleContainerStatus, .searchbits .inner, .threadlist #leftTitleContainerStatus,.threadlist #rowTitleContainer .inner,.threadlist .threadinfo .inner,.threadlist .threadbit .deleted .threadstatus
{
	display: table-cell;
	vertical-align: middle;
}

.searchbits #leftTitleContainerStatus, .threadlist #leftTitleContainerStatus {
	width: 88px;
}

#leftTitleContainerStatus img {
	margin: 7px 15px 0 0;
}

#leftTitleContainerStatus a {
	margin: 7px 15px 0;
}

.threadlist #rightTitleContainer {
	display: table-cell;
}

#rightTitleContainerContest,#rightTitleContainerReport,#rightTitleContainerIcons
	{ /*float: right;*/
	
}

#rightTitleContainerContest { /*padding-top: 12px;*/
	display: table-cell;
	text-align: right;
	vertical-align: middle;
	width: 76px;
}

#rightTitleContainerReport { /*padding-top: 12px;*/
	display: table-cell;
	text-align: right;
	vertical-align: middle;
	width: 94px;
}

#rightTitleContainerIcons {
	min-width: 16px;
	/*padding-top: 17px;*/
	padding-left: 10px;
	padding-right: 10px;
	display: table-cell;
	text-align: right;
	vertical-align: middle;
	white-space: nowrap;
}

#rightTitleContainerIcons img {
	padding: 0 2px;
}

#rowTitleContainer .countdown {
	width: 94px;
	padding-right: 10px;
	display: table-cell;
	vertical-align: middle;
}

.threadlisthead span.threadinfo,#postTitleContainer {
	width: 70%;
}

.threadlisthead span.threadlastpost,.threadbit .threadlastpost {
	width: 13%;
}

.threadbit .threadlastpost { padding: 9px 0 10px 0; }

.threadbit .threadlastpost dd {
	line-height: 15px;
	padding-bottom: 3px;
}

.searchbits .threadbit .threadlastpost {
	width: 20%;
}

.threadlist .threadbit .deleted .threadstatus,.threadlist .threadbit .deleted .inner {
	float: left;
}

.threadlist .threadbit .deleted .threadinfo {
	width: 70%;
}

.threadlist .threadbit .threaddeleted {
	width: 27%;
	padding-top: 19px;
	float: right;
}

.threadlist .threadbit .deleted .threaddetails {
	margin-top: 19px;
}

.threadbit .deleted .author {
	padding-bottom: 9px;
}

.searchbits .threadbit .deleted .author {
	width: 67.5%;
}

.searchbits .threadbit .deleted .managethread {
	width: 20%;
	text-align: right;
}

.joinDate {
	color: #000000;
}

.userinfo_extra_data {
	color: #000000;
	font-weight: normal;
	font-size: 11px;
}

.userinfo_extra {
	line-height: 150%;
}

.message-btn {
	margin-top: 7px;
	margin-bottom: 5px;
	padding: 4px 14px 4px 9px;
}

#below_searchresults {
	width: 100%;
	position: relative;
	display: block;
}

#below_searchresults .pagination {
	clear: left;
	float: right;
	margin-left: 10px;
	position: relative;
}

.searchresults .blockbody {
	padding: 0;
}

.stg_table {
	background: url("images/buttons/newbtn_middle.png") repeat-x scroll 0 0
		#7192A8;
	border: 1px solid #E9E9E9;
	color: #FFFFFF;
	font: 12px Tahoma, Calibri, Verdana, Geneva, sans-serif;
	padding: 2px 0;
}

.stg_table .alt1 {
	background: none repeat scroll 0 0 #F2F6F8;
	border: 1px solid #E9E9E9;
	color: #000000
}

.stg_table .alt2 {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #E9E9E9;
	color: #000000
}

/* Message */
#usercp_content #above_postlist.pm-pagination {
	width: 100%;
	margin: 1em 0;
}

.settings_form_top_border,.blockbody.settings_form_border {
	padding: 0;
	border: none;
}

.settings_form_border .pmbit {
	border: none;
	margin: 0;
}

.settings_form_border .pm-item {
	padding: 1em;
	/*border-left: none;
	border-right: none;*/
}

.settings_form_border .datetime {
	float: right;
}

.blockbody.formcontrols {
	border: 1px solid #C4C4C4;
}

.formcontrols .blockrow {
	padding: 10px 0;
}

.formcontrols legend {
	padding: 5px 15px 5px 0;
}

.cke_editor .cke_toolbox .cke_toolbar .cke_toolgroup .cke_button_videotag .cke_icon
	{
	background:
		url(https://forum.static-files.com/vb4/images/buttons/youtubeButton.gif);
}

.postdetails .content a { color: #0000FF; text-decoration: underline; }
.postdetails .content a.keylink { font-weight: bold; }

.selected_view_section {
 display: inline-block;
 width: 100%;
 float: left;
}

.forum_sponsor .united-states, #recommendedList .united-states { font-weight: bold; } 