body {
	font-family: Verdana;
	font-size: 11px;
}
#MB_overlay {
	position: absolute;
	margin: auto;
	top: 0;	left: 0;
	width: 100%; height: 100%;
	z-index: 9999;
	background-color: #000!important;
}
#MB_overlay[id] { position: fixed; }

#MB_window {
	position: absolute;
	top: 0;
	border: 0 solid;
	text-align: left;
	z-index: 10000;
}
#MB_window[id] { position: fixed!important; }

#MB_frame {
	position: relative;
	z-index: 9000;
	background-color: #EFEFEF;
	height: 100%;
}

#MB_header {
	margin: 0;
	padding: 0;
}

#MB_content {
	padding: 6px .75em;
	overflow: auto;
	background-repeat: no-repeat;
	background-position: 715px top;
}

#MB_caption {
	font: bold 100% "Lucida Grande", Arial, sans-serif;
	text-shadow: #FFF 0 1px 0;
	padding: .5em 2em .5em .75em;
	margin: 0;
	text-align: left;
}

#MB_close {
	display: block;
	position: absolute;
	right: 5px; top: 4px;
	padding: 2px 3px;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
}
#MB_close:hover {
	background: transparent;
}

#MB_loading {
	padding: 1.5em;
	text-indent: -10000px;
	background: transparent url(spinner.gif) 50% 0 no-repeat;
}

/* Color scheme */
#MB_frame {
	padding-bottom: 7px;
	-webkit-border-radius: 7px; 
	-moz-border-radius: 7px;
	border-radius: 7px;
}
#MB_window {
	background-color: #EFEFEF;
	color: #000;
	-webkit-box-shadow: 0 8px 64px #000; 
	-moz-box-shadow: 0 0 64px #000; 
	box-shadow: 0 0 64px #000;
	
	-webkit-border-radius: 7px; 
	-moz-border-radius: 7px;
	border-radius: 7px;
}
#MB_content { border-top: 1px solid #F9F9F9; }
#MB_header {
  background-color: #DDD;
  border-bottom: 1px solid #CCC;
}
#MB_caption { color: #000 }
#MB_close { color: #777 }
#MB_close:hover { color: #000 }


/* Alert message */
.MB_alert {
	margin: 10px 0;
	text-align: center;
}
.headings {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	font-weight: bold;
	text-align: right;
	padding: 2px;
}
.info {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	padding: 2px;
	color: #000000;
}
#content {
	color: #000000;
	padding-top: 15px;
}
#bar {
	position: absolute;
	left: 8px;
	top:26px;
	background-image: url(../images/profile/bar.png);
	background-repeat: no-repeat;
	width: 100px;
	height: 25px;
	text-align: center;
	padding-top: 2px;
}
#bar img {
	border: none;
	padding-left: 3px;
}
#badge {
	position: absolute;
	left: 420px;
	top:0px;
	background-image: url(../images/mercBadge.png);
	background-repeat: no-repeat;
	width: 137px;
	height: 27px;
}
/*Shoutbox CSS*/
#shoutBox {
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	width: 200px;
	border: 1px solid #666666;
	position: relative;
	margin-right: 5px;
	margin-bottom: 5px;
}
#wait {
	text-align: center;
	display: none;
}
#shoutClose {
	position: absolute;
	top: 0;
	right: 5px;
	font: bold 100% "Lucida Grande", Arial, sans-serif;
	font-weight: bold;
	font-size: 13px;
}
#shoutHeader {
	background-color: #DDD;
	border-bottom: 1px solid #CCC;
	padding: 6px;
	font-weight: bold;
}
#shoutContent {
	background-color: #dadee9;
	padding: 10px;
	height: 400px;
	text-align: center;
}
#shoutInner {
	border: 1px solid #999999;
	overflow: auto;
	height: 325px;
	text-align: left;
}
.shoutCell {
	padding: 4px;
	color: #333333;
}
.shoutCell1 {
	background-color: #FFFFFF;
}
.shoutCell2 {
	background-color: #FFFFCC;
}
.shoutCellHeader {
	font-weight: bold;
	color: #000000;
}
.shoutCellFooter {
	font-size: 9px;
	color: #666666;
}
.right {
	text-align: right;
	width: 100%;
}
#shoutMessage {
	border: 1px solid #999999;
	background-color: #EFEFEF;
	color: #000000;
	width: 100%;
	font-size: 10px;
}
#shoutButton {
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #999999;
	font-size: 12px;
	background-color: #EFEFEF;
	color: #000000;
	margin-top: 3px;
	cursor: pointer;
}

#MB_content a:link {
	color: #000000;
	text-decoration: underline;
}
#MB_content a:visited {
	color: #000000;
	text-decoration: underline;
}
#MB_content a:hover {
	color: #FF0000;
	text-decoration: none;
}
#MB_content a:focus {
	color: #000000;
	text-decoration: underline;
}
#MB_content a:active {
	color: #000000;
	text-decoration: underline;
}
#tooltip {
	position: absolute;
	z-index: 11000!important;
	border: 1px solid #999999;
	background-color: #FFF;
	color: #333333;
	padding: 2px;
	opacity: 0.9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#tooltip h3 {
	font-size: 12px;
	font-weight: bold;
}
#tooltip h3, #tooltip div { 
	margin: 0;
}
.progress {
	margin: 2px 0;
	background-color: #666666;
	width: 64px;
}
.width {
	background-image: url(../images/boxing/5pix.gif);
	background-repeat: repeat-x;
	background-color: #FF0000;
	height: 5px;
}
#achievements {
	position: absolute;
	top: 25px;
	right:16px;
	width: 64px;
	height: 559px;
	overflow: hidden;
	background-color: #DDDDDD;
	z-index: 1;
	padding: 8px;
}
#rel {
	position: relative;
}
#boxes {
	position: absolute;
	z-index: 3;
	top: 16px;
	left: 0px;
	width: 100%;
	height: 526px;
	overflow: hidden;
}
.descs {
	margin-top: 2px;
}
.green {
	color: green;
}
.red {
	color: red;
}
#theTable {
	background-repeat: no-repeat;
}
