/* common board hacks css*/

/* FIX Z-INDEXES in IE6 & IE7 ---------------------- */
/* 
* html .forum-jump {z-index: 10002 !important;}
* html .forum-tools {z-index: 10003 !important;}
* html .pager-jump-holder {z-index: 10003;}
* html div.hidden-thread {z-index: 20000;}
* html .dropdown * {z-index: 1 !important;}

*:first-child+html .forum-jump {z-index: 10002 !important;}
*:first-child+html .forum-tools {z-index: 10003 !important;}
*:first-child+html .pager-jump-holder {z-index: 10003;}
*:first-child+html div.hidden-thread {z-index: 20000;}
*:first-child+html .dropdown * {z-index: 1 !important;}
*/

* html .control-box.top {z-index: 10000; position: relative;}
* html .control-box.bottom {z-index: 9999; position: relative;}
* html .legend-box {z-index: 1; position: relative;}
* html .post-tools div.dropdown {z-index: 20000; position: relative;}

*:first-child+html .control-box.top {z-index: 10000; position: relative;}
*:first-child+html .control-box.bottom {z-index: 9999; position: relative;}
*:first-child+html .legend-box {z-index: 1; position: relative;}
*:first-child+html .post-tools div.dropdown {z-index: 20000; position: relative;}

/* fix for button width in IE6
(useing this fix for IE7 cause weird rendering problems with button text when you scroll) */
* html input.button
{white-space: nowrap;
overflow: visible;}

/* test to see if this is really needed */
* html .tool-box {height: 1%;}

/* make blockquotes clear ads */

/*
* html blockquote
{display: table;
border-collapse: separate;}

*:first-child+html blockquote
{display: table;
border-collapse: separate;}
*/

/* set height for forum jump in IE6 */
* html .forum-jump ul {height: 20em;}

/*
* html blockquote
{width: 80%;}

*:first-child+html blockquote
{width: 80%;}
*/

/* cutting off long names, etc. */
td.poster-detail .avatar-block,
.poster-name .user-name
{overflow-x: hidden;}

* html input.text, * html select
{font-size: 1em;}

/* add layout */
* html div,
* html .boxheading,
* html .boxbody,
* html .onionskin1,
* html .onionskin2,
* html .onionskin3,
* html .thread
{zoom: 1.0;}

.legend-box li *,
* html .thread,
* html .bread-crumbs
{position: relative;}

* html .forum-controls
{position: static;}

* html .pager span,
* html .button
{display: inline-block;}

* html .dropdown p.button
{display: inline;}

* html .pager-holder {padding-top: 0;}

/* space between icons */
* html td.status .icon
{margin-bottom: 3px;}

/* removing for now
* html #wrapper .scrolling
{width: 600px;} */

* html #wrapper .scrolling
{height: 3em !important;}

*:first-child+html #wrapper .scrolling
{min-height: 3em !important;}

/* fix so IE6 doesn't cut off content */
* html #wrapper .scrolling
{padding-bottom: 1.5em !important;}

*:first-child+html .scrolling /* IE7 fix */
{padding-bottom: 1.5em !important;}

.scrolling
{min-height: 3em;}

* html #wrapper .scrolling
{overflow-y: visible;}

/* misc */
* html .stats-box .boxheading li
{padding-left: 5px;}

* html .pager input
{margin: -1px 0 -2px 0;}

* html .reply-box textarea
{width: 98%;
display: block;
margin: auto;}

/* tool box */
* html .tool-box .boxbody h3
{padding-top: 2px;}

/* TAGS BOX */
/* position reset button */
* html .tags-box .button
{position: relative;
margin-top: -1.6em;}

/* hidden thread & reply sashes ---------------- */
* html div.hidden-thread
{position: absolute;
background: none;
filter: progid:dximagetransform.microsoft.alphaimageloader(src='/domainskins/bypass/img/sashes/hidden_thread.png');}

* html div.hidden-thread-top
{background: none;
filter: progid:dximagetransform.microsoft.alphaimageloader(src='/domainskins/bypass/img/sashes/hidden_thread_top.png');
height: 140px;
width: 140px;
position: absolute;
text-indent: -5000px;
z-index: 1000000000;
top: 0;
right: 0;}

* html div.hidden-reply
{height: 140px;
background-image: url(http://static.yuku.com/common/bypass/images/hidden-reply.gif);}

/* keep kudos graphic from getting cut off ---------- */
* html div.kudos
{height: 23px;}


/* fix for button layout ------------- */
/*
.new-topic-button, .forum-tools, .reply-button, .mark-read
{display: -moz-inline-block;
display: inline-block;}
*/

/* IE fix */
.search input.button
{position: relative;}

/* CONTROL-BOX ---- */
/* IE7 fix to prevent boxes overlapping */
*:first-child+html .control-box
{height: .5%;}

/* JUMP BOX ---- (fix IE7 glitch) */
*:first-child+html .jump-box
{height: 1%;}

* html .control-box *
{position: relative;}