


/* Main blocks
---------------------------------------- */
#wrap, #page-footer-links {
	width: 98%;
	margin: 0 auto;
	background: #FFFFF none no-repeat 0 0; 
	background-repeat: repeat-y;
	background-image:	url("../image/main.gif");
	background-size: 100%;
}

#wrap-MP, #page-footer-links-MP {
	width: 99%;
	margin: 0 auto;
	background: #FFFFF none no-repeat 0 0; 
	background-repeat: repeat-y;
	background-image:	url("../image/main1900.gif");
	background-size: 100%;
}

#page-header, #page-body, #page-footer, #page-footer-links {
	padding: 0 0px;
}

#page-header-MP, #page-body-MP, #page-footer-MP, #page-footer-links-MP {
	padding: 0 0;
}

#page-header {
	background: transparent none repeat-x 0 0;
	padding-top: 20px;
	padding-left: 5px;
	background-image: url("../image/main-top.gif");
}
#page-header-MP {
	background: transparent none repeat-x 0 0;
	padding-top: 20px;
	
	background-image: url("../image/main-top1900.gif");
}

#simple-wrap {
	padding: 6px 10px;
}

#page-body {
	margin: 5px 0;
	clear: both;
	padding-bottom: 20px;
  padding-left: 5px;
}


#page-footer {
	clear: both;
	background: #282320 none repeat-x 0 0;
	padding: 20px 10px 10px 10px;
	background-image: url("../image/footer.gif");
	color: #FFFFFF;
}

#page-footer h3 {
	margin-top: 20px;
}

#page-footer-links {
	background-color: transparent;
	margin-bottom: 1px;
	color: #A29188;
}


/* Search box
--------------------------------------------- */
#search-box 
{
    
	color: #FFFFFF;
	position: relative;
	display: block;
	float: right;
	text-align: right;
	white-space: nowrap; /* For Opera */
 padding-right: 10px;
		
	
}


/* Site description and logo */
#site-description 
{
    background-image: url("../image/title-left.png");
    background-repeat: no-repeat;
	float: left;
	width: 55%;
	position: relative;
	left: -35px;
	padding: 15px 20px 45px 55px;
	min-height: 130px;
	color: #FFFFFF;
	font-size: 1.2em;
}

/* Site description and logo */
#Market-description 
{
    background-image: url("../image/MBIMarket.png");
    background-repeat: no-repeat;
	float: left;
	width: 55%;
	position: relative;
	left: 0px;
	padding: 15px 15px 20px 30px;
	min-height: 100px;
	color: #FFFFFF;
	font-size: 1.2em;
}


/* Round cornered boxes and backgrounds
---------------------------------------- */
.headerbar {
	background: transparent none repeat-x 0 0;
	margin-bottom: 0px;
	padding: 0 5px;
}

.navbar {
	background-color: transparent;
	padding: 0 10px;
}

#page-footer .navbar {
	padding: 0;
	border-bottom: 1px solid #443B36;
}
#page-footer .navbar:last-child {
	border-bottom: 0px solid #443B36;
}

.forabg {
	background: #FFFFFF none repeat-x 0 0;
	margin-bottom: 4px;
	padding: 0 5px;
	clear: both;
}

.forumbg {
	background: #FFFFFF none repeat-x 0 0;
	margin-bottom: 4px;
	padding: 0 5px;
	clear: both;
}

.panel {
	margin-bottom: 4px;
	padding: 0 10px;
	border-top: 1px dotted #CCCCCC;
	background-color: #FFFFFF;
	/*color: #3f3f3f;*/
}


.bg1	{ background-color: #f7f7f7;}
.bg2	{ background-color: #f2f2f2; }
.bg3	{ background-color: #ebebeb; }

.rowbg {
	margin: 5px 5px 2px 5px;
}

.fieldsbg {
	/*border: 1px #DBDEE2 solid;*/
	background-color: #eaeaea;
}



/* Horizontal lists
----------------------------------------*/
ul.linklist {
	display: block;
	margin: 0;
}

ul.linklist li {
	display: block;
	list-style-type: none;
	float: left;
	width: auto;
	margin-right: 5px;
	font-size: 1.1em;
	line-height: 1.5em;
}

ul.linklist li.rightside, p.rightside {
	float: right;
	margin-right: 0;
	margin-left: 5px;
	text-align: right;
}

ul.navlinks {
	padding-bottom: 1px;
	margin-bottom: 1px;
	border-bottom: 0px solid #FFFFFF;
	font-weight: bold;
}



ul.rightside {
	float: right;
	clear: inherit;
	width: 0px;
	margin-left: 5px;
	margin-right: -5px;
	text-align: right;
}


/* Table styles
----------------------------------------*/
table.maintable {
 width: 100%;
 background: #BFBDBD;
 border-spacing:1px;

}

table.maintable td {
	font-size: 1.1em;

}

table.maintable tbody td {
	padding: 5px;
	border-top: 1px solid #FAFAFA;
}



/* Non-ListTable styles */
table.topTable {
 width: 100%;
padding: 4px 4px 4px 3px;
}

table.topTable th {
	font-weight: normal;
	text-transform: uppercase;
	line-height: 1.3em;
	font-size: 1em;
	padding: 4px 4px 4px 3px;
}



tr.item, tr.altItem, tr.alertItem, tr.editItem
{
    margin:1px;
}

tr.item td , td.item{
    background-color:#f8f8f8;
    border-top: #FFFFFF 1px solid;
    border-left: #FFFFFF 1px solid;
}

tr.altItem td , td.altItem{
    background-color:#efefef;
    border-top: #FFFFFF 1px solid;
    border-left: #FFFFFF 1px solid;
}

tr.editItem td , td.editItem{
    background-color:#ffffe1;
    border-top: #FFFFFF 1px solid;
    border-left: #FFFFFF 1px solid;
}


tr.altItem td, tr.item td, td.item, td.altItem, tr.editItem td , td.editItem, tr.plainitem td , td.plainitem, div.item ,div.altItem
{
    font-size: 1.1em;
    padding: 4px 4px 4px 3px;
}

th.smallcat, tr.smallcat th, div.smallcat{
    background-color: #EFEFEF;
    background-image: url(../image/catcell.gif);
    font: bold 10px Verdana;
    color: black;
    padding: 4px;
    border-top: #FFFFFF 1px solid;
    border-left: #FFFFFF 1px solid;

} 

tr.forumMenu td {
    background-image: url(../image/catcell.gif);
    padding: 2px;
    border-top: #FFFFFF 1px solid;
    border-left: #FFFFFF 1px solid; 
    /*text-align:left;*/
}

tr.topDivider td {
    background-color: #B6C5E4;
    font: bold 9px Verdana;
    color: black;
    padding: 4px;
    border-top: #FFFFFF 1px solid;
    border-left: #FFFFFF 1px solid;

} 

tr.largecat, tr.largecat th, tr.largecat:hover, tr.largecat th:hover
{
    text-transform: capitalize;
    text-align: center;
    padding-left: 45px; 
    min-height: 35px; 
    color: #000000;
    font-weight: bold;
    font-size: 16px;
    border-bottom: solid 2px #000000;
    background-image: url(../image/bullet1.png); 
    background-position: 30px center;
    background-repeat: no-repeat;
    background-color: inherit;
}

/* Specific column styles */
table.maintable .name		{ text-align: left; }
table.maintable .posts		{ text-align: center !important; width: 7%; }
table.maintable .joined	{ text-align: left; width: 15%; }
table.maintable .active	{ text-align: left; width: 15%; }
table.maintable .mark		{ text-align: center; width: 7%; }
table.maintable .info		{ text-align: left; width: 30%; }
table.maintable .info div	{ width: 100%; white-space: normal; overflow: hidden; }
table.maintable .autocol	{ line-height: 2em; white-space: nowrap; }
table.maintable thead .autocol { padding-left: 1em; }



table.info tbody th {
	padding: 3px;
	text-align: right;
	vertical-align: top;
	color: #000000;
	font-weight: normal;
}

#top {
	position: absolute;
	top: -20px;
}


.clear {
	display: block;
	clear: both;
	font-size: 1px;
	line-height: 1px;
	background: transparent;
}


/* Forum list  styles */
dl.icon {
	min-height: 35px;
	background-position: 10px 50%;		/* Position of folder icon */
	background-repeat: no-repeat;
}

dl.icon dt {
	padding-left: 45px;					/* Space for folder icon */
	background-repeat: no-repeat;
	background-position: 5px 95%;		/* Position of topic icon */
}

/* List in forum description */
dl.icon dt ol,
dl.icon dt ul {
	list-style-position: inside;
	margin-left: 1em;
}

dl.icon dt li {
	display: list-item;
	list-style-type: inherit;
}


div.item 
{
    background-color:#F8F8F8;
    border: #BFBDBD 1px solid;
}

div.altItem 
{
    background-color:#EFEFEF;
    border: #BFBDBD 1px solid;
}

div.subTabContentArea
{
    border: solid 1px #919B9C;
    color: black;
    width:90%;
    padding: 10px;
    position:relative;
    top:-2px;
    background-color:white;
    z-index:2;
}

div.indent 
{
    margin-left:30px;
}

div.infoHidden
{
    display:none;
}

div.infoShown
{
    display:block;
    border: dotted 1px #666;
    width: 80%;
    padding:4px;
    margin:4px 4px 4px 14px;
}

div.sigDivider
{
    margin:15px auto 5px 0;
    border-bottom:solid 1px #CCC;
    width:50%;    
    
}

div.editInfo
{
    margin:15px auto 5px 0;
    font-style:italic;
    font-size:10px;
    font-variant:small-caps;
    width:50%;    
    
}

div.subSection {
    float: left;
    padding-left: 20px;
    margin: 0 auto 15px;
    width: 48%;
}

div.smallToolTip {
    font-weight:bold;
    margin: 5px;
}

div.topMsgOptions {
    float:right;
    min-height:25px;
}


div.rewardPointMark
{
    background: #D0F0F2 url("../image/unansweredQ.gif") no-repeat 10px 7px;
    border:5px solid #61CBD3;
}

div.rewardAssignedMark {
    background: #D4FFD4 url("../image/rewardedQ.gif") no-repeat 10px 7px;
    border: 5px solid #50FA50;
}

div.helpfulReceivedMark {
    background: #FDFDCD url("../image/helpfulA.gif") no-repeat 10px 7px;
    border: 5px solid #F8F814;
}

div.msgARMark{
    padding:5px 5px 10px 40px;
    margin:10px auto 20px 20px ;
    width:60%;
}

div.helpful {
    background: #FDFDCD url("../image/helpfulA.gif") no-repeat 15px 10px;
    border:5px solid #F8F814;
    padding:5px 5px 10px 45px;
}

div.needlogin {
    background: #ECA094 url("../image/login.gif") no-repeat 15px 10px;
    border:5px solid #E22000;
    height: 35px;
    padding:5px 5px 10px 45px;
}
div.Notify {
    background-color: #fdd; 
    border: 1px solid #f00; 
    position: relative; 
    padding-bottom: 10px;
    padding-left: 25px;
    padding-right: 10px;
    background: #fcc no-repeat 5px 50%;
    font-weight: bold;
    background-image: url("../image/error.png");
    backfound-repeat: no-repeat;
    clear: both;
}
div.Note {
    position: relative; 
    padding: 5px 2px 5px 40px; 
    clear: both; 
    border-top: dashed 1px #000000;
}
div.NoteReply {
    position: relative; 
    padding: 3px 1px 3px 10px; 
    clear: both; 
    border-top: dashed 1px #000000;
}

div.reward {
    background: #D4FFD4 url("../image/rewardedQ.gif") no-repeat 15px 10px;
    border: 5px solid #50FA50;
    padding:5px 5px 10px 45px;
}

div.msgRemark {
    font:bold 16px Arial;
    margin-bottom:5px;
    width:50%;
}

div.deletedReason
{
    background:   url("../image/recycle.gif") no-repeat 5px 5px;   
}

div.ignoredMsg
{
    background:   url("../image/menuBlock.gif") no-repeat 5px 5px;
}

div.moderatedMsg
{
    background:   url("../image/GreenFlag.gif") no-repeat 5px 5px;    
}


div.flaggedMsg
{
    background:   url("../image/menuFlag.gif") no-repeat 5px 5px;
}

div.msgStatus {
    margin:10px auto 20px 20px ;
    padding:5px 5px 10px 35px;
    width:40%;
    background-color: #FEE2E2;
}

div.ratingBox{
    margin:10px; 
    float:right; 
    text-align:center; 
    width:80px;
}

div.sidebarToggler {
    text-align:center; 
    position: absolute; 
    display:none; 
    border:1px #BEBEBE dotted;
    width: 30px;
    Height: 30px;
}

div.collapser {
    background: url("../image/defaultSidebarClose.gif") no-repeat 50% 50%;
    left: -20px;
}

div.collapser:hover {
    border-style: solid;
    background-color: #FDFDCD;
}

div.expander {
    background: #FDFDCD  url("../image/defaultSidebarOpen.gif") no-repeat 50% 50%;
}

div.expander:hover {
    border-style: solid;
    background-color:#FBFB91; 
}

div.sidebarDivider {
    width:3px; 
    border-left: 1px dotted #BEBEBE; 
    position: relative; 
    float:right;
    height:450px;
}

div.treeResizeHandle{
    width: 20%; 
    margin: auto 5px 1px auto; 
    border-bottom: 2px #CCC dashed;
}

div.endOfTreeNotice {
    position:absolute; 
    border: 1px #E6DB10 Solid; 
    border-width:1px 0; 
    padding:10px; 
    background-color: #FDFDCD; 
    font-size: 13px; 
    display:none;
}

.AdBox{
  border: solid 1px #E1E1E1;
  width: 129px;
  cursor: pointer;
  color: #111111;
  text-decoration: none;
}

.Ad_Header{
 padding-left: 3px;
 font-weight: bold;
 color: #111111;
}

.Ad_Header:hover{
 font-weight: bold;
 color: #111111;
 text-decoration: underline;
}

.Ad_Text, .Ad_img{
 padding-left: 3px;
 text-decoration: none;
 
}
td.topNav{
  min-width: 90px; 
  text-align:center; 
  width: 150px; 
  border: solid 1px #BFBDBD;
}

td.topNavActive, td.topNav:hover{
  min-width: 90px; 
  text-align:center; 
  width: 150px; 
  border-top: solid 1px #BFBDBD; 
  border-left: solid 1px #BFBDBD;
  border-right: solid 1px #BFBDBD;
  background: #e8e8f8;
}
td.UnderNav{
  min-width: 90px; 
  text-align:center; 
  width: 150px; 
  border: solid 1px #BFBDBD;
  background: #e8e8f8;
}

td.UnderNavActive, td.UnderNav:hover{
  min-width: 90px; 
  text-align:center; 
  width: 150px; 
  border-top: solid 1px #BFBDBD; 
  border-left: solid 1px #BFBDBD;
  border-right: solid 1px #BFBDBD;
  background-color: #ffffff;
}
