@charset UTF-8;

html
{
	color:#000;
	background:url(/images/ic/bg.gif) repeat scroll 0 0 #fafafa;
	overflow-y:scroll!important;
}
body, div, dl, dt, dd, ol, li, h1, h3, form, p, blockquote
{
	margin:0;
	padding:0;
}
#upHeader
{
	/* border:1px solid #f00; */
	margin-left: 10px;
	width: 230px;
}
#mainLogo
{
	/* border:1px solid #f00; */
	width:220px;
	height:100px;
}
#topheader
{
	/* border:1px solid #f00; */
	max-width:1200px;
	margin: 0 auto;
}
#topMenu
{
	text-align:center;
}
.mainmenu
{ background-color: transparent; color: #a0a0a0;
}
a.mainmenu
{ background-color: transparent; color: #4c4c4c;
  text-decoration: none;
  border: 1px dashed transparent;
  padding: 2px;
}
a.mainmenu:hover
{ background-color: transparent; color: #4c4c4c;
  border: 1px dashed maroon;
  text-decoration: none;
  padding: 2px;
}

#sidebar {
	width: 210px;
	float: right;
	margin: 10px 0 10px;
}
#topicMod {
	position:absolute;
	right:120px;
	top:100px;
	/* border:1px solid blue; */
}
#userselBlock {
	/* border:1px solid red; */
}
#uselector {
	border:1px solid red;
	width:80%;
}
li
{
	list-style:outside none none;
}
h1, h3
{
	font-size:100%;
	font-weight:400;
}
body
{
	font:13px/1.231 Verdana,Tahoma,Arial,'Trebuchet MS',sans-serif,Georgia,Courier,'Times New Roman',serif;
	color:#141414;
	font-family:Verdana,Tahoma,Arial,'Trebuchet MS',sans-serif,Georgia,Courier,'Times New Roman',serif;
	line-height:1.27;
	word-wrap:break-word;
}
table
{
	font-size:inherit;
}
img:-moz-broken:not([width]), img:-moz-user-disabled:not([width])
{
	width:50px;
}
img:-moz-broken:not([height]), img:-moz-user-disabled:not([height])
{
	height:50px;
}
a:link
{
	color:#214e9b;
	text-decoration:none;
}
.red { color:red; }
.green { color:green; }
.blue { color:blue; }
.orange { color:orange; }

.gopage {
	display:inline;
}
.gopage form {
	/* border: 1px solid blue; */
	display:inline;
}

.topicIcon {
	width:17px;
	height:19px;
	margin:5px;
}
.razdIcon {
	width:17px;
	height:19px;
}
.messageContent a
{
	border-radius:5px;
}
.postreplies {
  color: #4c4c4c;
  opacity:0.5;
  /* position:absolute; */
  bottom:5px;
}
.navig
{
	margin-left:10px;

}
.titleBar
{
	margin-bottom:10px;
	position:relative;
}
.titleBar h1
{
	color:#434343;
	font-size:18pt;
	overflow:hidden;
	text-shadow:0 1px #fff;
	float:left;
}
.topicTitle {
	color:#434343;
	font-size:18pt;
	overflow:hidden;
	text-shadow:0 1px #fff;
	float:left;
}
.getlink {
  background-image: url('/images/ic/getlink.gif');
  background-repeat: no-repeat;
  background-position: top right;
  padding-right: 13px;
}

#pageDescription
{
	color:#969696;
	font-size:11px;
	margin-top:2px;
	margin-left:27px;
	clear:both;
}
body .muted, body a.muted, body .muted a
{
	color:#969696;
}
.section
{
	margin:10px auto;
}
.primaryContent
{
	background-color:#fafafa;
	border-bottom:1px solid #edeff7;
	padding:10px;
}
.primaryContent a
{
	color:#214e9b;
}
#headerMover
{
	position:relative;
}

#content .pageContent
{
	background-color:#fff;
	box-shadow:0 0 30px -10px #000;
	border-radius:14px;
	padding:10px;
	border: 1px solid #ffffff;
}
body .message .messageInfo
{
	margin-left:0;
	width:100%;
}
body .messageList .message:first-child
{

}
body .messageList .message:last-child
{
	margin-bottom:0px;
	border-bottom: 10px solid #ddd;
}
body .messageList .fpnext
{
	background-color: rgb(230,230,235);
	border-bottom:7px dotted #eee;
}
body .messageList .fpfirst {
	border-top:1px solid #dddddd;
	background-color: #fff;
	box-shadow: 0 0 15px -0px #444;
}
.downControls
{
	text-align: right;
	padding-bottom:20px;
}
.paginationDown
{
	text-align: right;
	margin-right: 60px;
}
.paginationUp
{
	text-align: left;
	margin-left:27px;
}
.paginbox {
	width:2em;
	display:inline;
}
.paginsel
{
	display: inline-block;
	min-width: 1.3em;
	padding: 1px 6px 1px;
	line-height: 100%;
	text-align: center;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	/* color: #fff; */
	/* background-color: #888; */
}
.bgpaginsel
{
	color: #fff;
	background-color: #888;
}
.downCounters
{
	text-align: left;
	margin-top:10px;
	margin-left: 155px;
	clear:both;
}
body .message {
	display:table;
}
body .message .messageUserInfo, body .message .messageInfo
{
	display:table-cell;
	float:none;
	vertical-align:top;
}
body .message .messageUserInfo
{
	background-color:#eeeeee;
	min-width:120px;
	width:auto;
	padding:0 10px;
}
.tcpgreendown
{
	background-image: url('/img/steelballgreen.png');
	background-repeat: no-repeat;
	background-position: center bottom;
	opacity:0.3;
}
.tcpreddown
{
	background-image: url('/img/steelballred.png');
	background-repeat: no-repeat;
	background-position: center bottom;
	opacity:0.3;
}
.tcpgraydown
{
	background-image: url('/img/grayballa.png');
	background-repeat: no-repeat;
	background-position: center bottom;
	opacity:0.3;
}
.tcpgrayup
{
  background-image: url('/img/grayballb.png');
  background-repeat: no-repeat;
  background-position: center bottom;
  opacity:1;
}
.tcplockedup
{
  background-image: url('/img/lockedb.png');
  background-repeat: no-repeat;
  background-position: center bottom;
  opacity:1;
}
.tcplockeddown
{
  background-image: url('/img/lockeda.png');
  background-repeat: no-repeat;
  background-position: center bottom;
  opacity:1;
}

.butar {
	text-align:center;
	/* border:1px dotted blue; */
}
.butar figure {
	margin:0;
	position:relative;
	width:64px;
	height:64px;
	/* margin-bottom:-16px; */
	cursor: pointer;
	/* border:1px dotted red; */
	/* clip-path: circle(64px at center); */
}

.butar figure img {
	opacity:0.7;
}
.butar figure img:hover {
  opacity:1;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
   transition: 1s;
}
.butar figcaption {
  position:absolute;
  bottom:0px;
  right:0px;
  display: inline-block;
  min-width: 1.3em;
  padding: 1px 6px 1px;
  line-height: 100%;
  text-align: center;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  color: #fff;
  background-color: #888;
  transition: 0.5s ease;
}
.butar figcaption a {
	color:#fff;
}
.butar figcaption a:hover {
	text-decoration:none;
	color:#8f0;
}
#showmode {
	
}

.badmsg1 {
  background-image: url('/img/bgstop.png');
  /* border:5px dashed #fff !important; */
  opacity:0.7;
}
.badmsg4 {
  background-image: url('/img/badmsg4.gif');
  opacity:0.5;
}
.selmsg {
	border-left:1px solid #f88 !important;
	border-right:1px solid #f88 !important;
}
#toTop {
 position:fixed;
 z-index:9999;
 bottom:50px;
 left:115px;
 /* background: url('/images/ic/scrollup41.png') no-repeat; */
 background-image: url('/img/pageup.png');
 background-repeat: no-repeat;
 background-position: center center;

 border:1px solid #888;
 width: 64px;
 height: 40px;
 border: none;
 padding: 5px;
 opacity: 0.5;
 cursor: pointer;
 color: transparent;
 text-decoration: none; 
}
.inframe {
	border:0;
	width:640px;
	height:390px;
}
frameborder="0"
.pageUp
{
	display:none;
	position: absolute;
	width: 64px;
	left:130px;
	bottom:20px;
	height:70px;
	/* border:1px solid #888; */
	background-image: url('/img/pageup.png');
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	opacity:0.6;
}
.pageUp:hover { opacity:1; }
.pagePrev
{
	position: absolute;
	width: 50px;
	left:0px;
	bottom:-15px;
	height:50px;
	/* border:1px solid #888; */
	background-image: url('/img/pageprev.png');
	background-repeat: no-repeat;
	background-position: left top;
	cursor: pointer;
	opacity:0.6;
}
.pagePrev:hover { opacity:1; }
.pageNext
{
	position: absolute;
	width: 70px;
	right:0px;
	bottom:-35px;
	height:70px;
	/* border:1px solid #888; */
	background-image: url('/img/pagenext.png');
	background-repeat: no-repeat;
	background-position: right top;
	cursor: pointer;
	opacity:0.6;
}
.pageNext:hover { opacity:1; }
.downArrows {
	/* border:1px solid #888; */
	position:relative;
}
.topicCtrlh
{
	position: absolute;
	width: 50%;
	height: 70%;
	margin-top:25px;
	margin-left:300px;
	/* border:1px dotted red; */
}
.topicCtrlh:hover
{
	opacity:1;
}
@media screen and (max-width: 2800px) {
.pageContent {
	background-color:transparent !important;
	box-shadow: none !important;
}
.pageFull
{
	width:100%;
	margin:0 auto;
	float:left;
}
.pageWidth
{
	/* max-width:1200px; */
	margin:0 auto;
	float:left;
}
.pageWidth { width:88%; }
}
@media screen and (max-width: 1700px) { 
.pageWidth { width:86%; }
}
@media screen and (max-width: 1600px) { 
.pageWidth { width:85%; }
}
@media screen and (max-width: 1500px) { 
.pageWidth { width:84%; }
}
@media screen and (max-width: 1400px) { 
.pageWidth { width:83%; }
}
@media screen and (max-width: 1300px) { 
.pageWidth { width:82%; }
}
@media screen and (max-width: 1200px) { 
.pageWidth { width:80%; }
body .message .messageInfo {
	max-width:600px !important;
}
}
@media screen and (max-width: 1100px) { 
.pageWidth {
	width:100%;
	max-width:1000px;
}

#sidebar {
	display:none;
}
}
@media screen and (max-width: 1000px) {
.topicCtrlh {
  width: 40%;
  margin-left:300px;
}

}
@media screen and (max-width: 700px) {
.topicCtrlh {
  width: 20%;
  margin-left:300px;
}
.aftermsg
{
	display:none;
}
}
#topicCtrlb
{
	background-color:#fff;
	padding:10px;
	border:1px solid #ddd;
	margin-top: -8px;
	margin-bottom: 5px;
	height: 100px;
	/* box-shadow:0 0 30px -10px #444; */
	border-radius: 14px;
}
.topicInfo
{

}
.messageList
{
	border:1px solid #fff;
	background-color: #ccc;
}
.messageList .message
{
	background-color:#eee;
	border:1px solid #ccc;
	position:relative;
	margin-bottom:5px;
	padding:0;
}
.message .messageInfo
{
	-moz-border-bottom-colors:none;
	-moz-border-left-colors:none;
	-moz-border-right-colors:none;
	-moz-border-top-colors:none;
	background-color:transparent;
	border-image:none;
	border-left:0 none #ebebeb;
	border-right:0 none #ebebeb;
	border-color:#f1f1f1 #ebebeb #e3e3e3;
	border-style:none;
	border-width:0;
	padding:10px;
}
.buttonsBig {
	
}
.buttonsBig img {
	opacity:0.7;
}
.buttonsBig img:hover {
	opacity:1;
}
.message .messageContent
{
	line-height: 135%;
	font-size:100%;
	-moz-border-bottom-colors:none;
	-moz-border-left-colors:none;
	-moz-border-right-colors:none;
	-moz-border-top-colors:none;
	border-image:none;
	border-right:0 none #ebebeb;
	border-top-left-radius:4px;
	border-top-right-radius:4px;
	margin-bottom:30px;
	border-color:#f1f1f1 #ebebeb #ebebeb;
	border-style:none;
	border-width:0;
	padding:0;
	min-height:120px;
	overflow:hidden;
}
.message .messageMeta
{
	font-size:11px;
	overflow:hidden;
	margin-bottom:15px;
}
.badmsg1 .messageMeta
{
	background-color:#ffb;
}
.message .messageMeta .msgCtrlh
{
	padding-right: 13px;
}
.message .messageMeta .dropdowna
{
	background-image: url('/img/dropdowna.png');
	background-repeat: no-repeat;
	background-position: center top;
	opacity:0.5;
}
.message .messageMeta .dropdowna:hover
{
	opacity:1;
}
.message .messageMeta .dropdownb
{
  background-image: url('/img/dropdownb.png');
  background-repeat: no-repeat;
  background-position: center top;
  /* border-bottom: 4px dashed #ddd; */
  padding-bottom: 10px;
}
.fpfirst .dropdowna {
	background-position: right top !important;
}
.fpfirst .dropdownb {
	background-position: right top !important;
}
.posttags {
	display: inline-block;
	margin-left:20px;
}
.posttags span {
  display: inline-block;
  min-width: 1.3em;
  padding: 2px 6px 3px;
  line-height: 100%;
  text-align: center;
  margin-right: 5px;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  background-color: #eee;
  border: 1px solid #ccc;
}

.message .msgCtrlb
{
	text-align:center;
	/* border-top: 4px dashed #ddd; */
	border-bottom: 4px dashed #ddd;
	/* border-left: 2px dashed #ddd; */
	/* border-right: 2px dashed #ddd; */
}
.fpnext .dropdowna
{
	display: none;
}
#badshow1 {
	float: left;
}
#badshow4 {
	float: left;
}
#watchbox {
	float: left;
	opacity:0.5;
}
#watchbox:hover {
	opacity:1 !important;
}
.moderbut
{
	text-align: right;
}
.postTagsCtrl {
	text-align:left;
}
article {
	display:block;
}
.message .messageBottom
{
	font-size:11px;
	overflow:hidden;
}
.fpnext .messageBottom
{
	display:none;
}
.aftermsg
{
	margin-top:30px;
	max-width: 800px;
	overflow:hidden;
}
.messageBottom a, .butona
{
	height: 22px;
	line-height: 22px;
	font-size: 12px;
	padding: 0 10px;
	background: #f6f6f6;
	background: -moz-linear-gradient(top, #f6f6f6 0%, #e5e5e5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f6), color-stop(100%,#e5e5e5));
	border: 1px solid #dbdbdb;
	-moz-box-shadow: 0px 1px 0px rgba(255,255,255,1) inset, 0px 1px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 1px 0px rgba(255,255,255,1) inset, 0px 1px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 0px rgba(255,255,255,1) inset, 0px 1px 0px rgba(0,0,0,0.3);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #616161;
	display: inline-block;
	white-space: nowrap;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
}
.messageBottom a:hover, .butona:hover
{
	color:#4c4c4c;
	border-color:#9a9a9a;
	text-decoration: none !important;
}
.message .leftControls .item
{
	float:left;
	margin-right:10px;
}
.message .leftControls .item:last-child
{
	margin-right:0;
}
.messageUserInfo
{
	border-right:1px solid #ffffff;
	float:left;
	margin-left:10px;
	width:140px;
}
.messagesUserTotal
{
	font-size:75%;
	position: absolute;
	bottom: 5px;
	/* width: auto; */
	min-width: 120px;
	text-align: center;
}
.messagesUserTotal a
{
	color:#aaa;
}
.messageUserBlock
{
	padding-top: 10px;
	padding-bottom: 18px;
	background-image:none;
	border:0 none #dddddd;
	border-radius:5px;
	position:relative;
	text-align: center;
}
html body .message .rightControls
{
	float:right;
}
.message .leftControls
{
	float:left;
}

.titleBar .tooltip{
   position: absolute;
   line-height: 18px;
   text-align: left;
   top: 0;
   left: 0;
   z-index: 3;
   display: none;
}

.message .tooltip{
   /* position: absolute; */
   background-color: #f5f5b5; color: #000000;
   line-height: 18px;
   text-align: left;
   top: 0;
   left: 0;
   z-index: 3;
   display: none;
}


blockquote {
	background-image: url("/img/quote.gif");
	/* background: #fff none 6px 8px no-repeat; */
	background-repeat: no-repeat;
	background-position: 6px 6px;
	background-color:#fff;

	font-size: 90%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 150%;
	/* margin: 0.5em 1px 0 25px; */
	overflow: hidden;
	padding: 7px 5px 5px 10px;
	border: 1px solid #ccc;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	box-shadow: 0px 5px 20px -10px #444;
	margin-bottom: 10px;
}

blockquote blockquote {
	background-color: #eee;
	font-size: 1em;
	margin: 0.5em 1px 10px 15px;
}

blockquote blockquote blockquote {
	background-color: #e4e4e4;
}
blockquote cite {
	font-style: normal;
	font-weight: bold;
	margin-left: 15px;
	display: block;
	font-size: 0.9em;
}

blockquote cite cite {
	font-size: 1em;
}

blockquote.uncited {
	padding-top: 25px;
}
blockquote div {
	padding:5px;
}
blockquote img {
	max-width: 200px;
}
.postbody > img {
	max-width: 640px;
}
.twitter-video {
  background-color: #408080;
}

#popUpQuote {
    position:absolute; 
    display:none;  
    background:#fff;
    cursor: pointer;
    border:3px solid #ccc;
    color: #333;
    font: bold 14px arial;
    padding:5px 15px;
}
 
#popUpQuote:hover{
    background:#ffdb88;
}

.edithere
{
	border-bottom: none !important;
	margin-bottom: 0px !important;
	border-top: 1px solid #FB465B !important;
}
#editrow
{
	border-top: 3px dotted #FB465B !important;
	border-bottom: 1px solid #FB465B !important;
	background-color:#eee;
}
.editorerr {
	color:#f44;
}
.speedres {
	margin-left:20px;
	height:200px;
}

.ajcleft {
	width: 100px;
	clear:left;
	float:left;
}
.ajcright {
	margin-left:110px;
}
.yasha {
	clear:both;
}
.wh64 {
	width:64px;
	height:64px;
}
.wh32 {
	width:32px;
	height:32px;
}
.wh11 {
	width:11px;
	height:11px;
}
.wh639 {
	width:63px;
	height:9px;
}
.w79890 {
	width:798px;
	height:90px;
}
.sml { border: none; }
.w41 { width:41px }
.h41 { height:41px }
.w18 { width:18px }
.h18 { height:18px }
.w25 { width:25px }
.h25 { height:25px }
.w38 { width:38px }
.h38 { height:38px }
.w15 { width:15px }
.h15 { height:15px }
.w20 { width:20px }
.h20 { height:20px }
.w19 { width:19px }
.h19 { height:19px }
.w24 { width:24px }
.h24 { height:24px }
.w100 { width:100px }
.h100 { height:100px }
.w35 { width:35px }
.h35 { height:35px }
.w42 { width:42px }
.h42 { height:42px }
.w45 { width:45px }
.h45 { height:45px }
.w51 { width:51px }
.h51 { height:51px }
.w30 { width:30px }
.h30 { height:30px }
.w37 { width:37px }
.h37 { height:37px }
.w33 { width:33px }
.h33 { height:33px }
.w21 { width:21px }
.h21 { height:21px }
.w39 { width:39px }
.h39 { height:39px }
.w22 { width:22px }
.h22 { height:22px }
.w52 { width:52px }
.h52 { height:52px }
.w17 { width:17px }
.h17 { height:17px }
.w34 { width:34px }
.h34 { height:34px }
.w48 { width:48px }
.h48 { height:48px }
.w59 { width:59px }
.h59 { height:59px }
.w26 { width:26px }
.h26 { height:26px }
.w50 { width:50px }
.h50 { height:50px }
.w27 { width:27px }
.h27 { height:27px }
.w70 { width:70px }
.h70 { height:70px }
.w65 { width:65px }
.h65 { height:65px }
.w28 { width:28px }
.h28 { height:28px }
.w55 { width:55px }
.h55 { height:55px }
.w31 { width:31px }
.h31 { height:31px }
.w43 { width:43px }
.h43 { height:43px }
.w29 { width:29px }
.h29 { height:29px }
.w57 { width:57px }
.h57 { height:57px }
.w32 { width:32px }
.h32 { height:32px }
.w49 { width:49px }
.h49 { height:49px }
.w23 { width:23px }
.h23 { height:23px }
.w58 { width:58px }
.h58 { height:58px }
