

/*  MW Header
------------------------------------------------------ */
#wrapper {
  margin: 		0 auto;
  text-align: 	left;
  margin-left: 	auto;
  margin-right: auto;
  width: 		960px;
  height: 		100%;
  overflow: 	auto;
}
#header {
  display: 		inline;
  float: 		left;
  position: 	relative;
  margin-left: 	0px;
  margin-right: 0px;
  margin-top: 	40px;
  margin-bottom:-10px;
  width: 		960px;
  height: 		100%;

}
#header .branding {
  display: 		inline;
  float: 		left;
  position: 	relative;
  margin-left: 	1px;
  margin-right: 0px;
  width: 		568px;
  margin-left: 	0;
}
#header .branding .logo a {
	 display: 			block;
	 text-indent: 		-7777px;
	 background-image: 	url(/images/site/main/mw_logo_paper.png);
	 background-repeat:	no-repeat;
	 height: 			138px;
	 width: 			389px;
}
#header .branding .logo a:hover {
	background-color:transparent;
}
#header .nav {
	 display: 		inline;
	 float: 		left;
	 position: 		relative;
	 margin-left: 	20px;
	 margin-right: 	0px;
	 margin-top: 	0px;
	 margin-bottom: 0px; 
	 width: 		176px;
	 line-height: 	41px;
	 top:			-12px;
	 font-size: 	14px;
}
#header .nav li { margin: -10 0 0px; }
#header .nav-secondary {
  	display: 		inline;
  	float: 			left;
  	position: 		relative;
  	margin-left: 	20px;
  	margin-right: 	0px;
  	width: 			176px;
  	margin-right: 	0;
  	overflow: 		visible;
}
ul, ol, li {
  height: 			100%;
  overflow: 		hidden;
  text-align: 		left;
  list-style: 		none
}
#header .nav  a:hover {
	color:				black;
	background-color:	yellow;
	text-decoration:	none;
}

#paper-bg {
		background-color:	#FFFDF7;
		width: 				1225px;
		margin-left: 		auto;
		margin-right: 		auto;
		box-shadow: 		0px 5px 5px #818181;
		-webkit-box-shadow: 0px 5px 5px #818181;
		-moz-box-shadow: 	0px 5px 5px #818181;
		/* For IE 8 */
		-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#818181')";
		/* For IE 5.5 - 7 */
		filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#818181');
}
.paper-cuts-red-l {
	background-image: url(/images/site/main/cut_lines_right.png) ;
}

.paper-cuts-red-r {
	background-image: url(/images/site/main/cut_lines_right.png);
}

/*
    Default Body
------------------------------------------------------ */
body {
	text-align: 	left;
	font-family: 	'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 		12px;
	font-weight:	200;
	line-height: 	18px;
}
/*
    Default Links
------------------------------------------------------ */
/*
a {
	color:				#000;
	text-decoration:	none;
	background:			transparent;
}

a:visited {
	color:				#000;
	text-decoration:	none;
	background:			transparent;
}

a:hover {
	text-decoration:	underline;
	background:			transparent;
}
*/

a, a:visited {
	color: black;
	cursor: pointer;
	text-decoration: none;
}
a:active {
	color: #DCDCDC;
	text-decoration: none;
}
a:hover {
/*	color: #07A0C2; */
/*	text-decoration: none; */
	background-color:	yellow;
	text-decoration:	none;
}

/*
    Larger Links
------------------------------------------------------ */

.largeLinks {
	font-size:			12px;
	background:			transparent;
}
.largeLinks a:link {
	text-decoration:	none;
	background:			transparent;
}
.largeLinks a:visited {
	text-decoration:	none;
	background:			transparent;
}
.largeLinks a:hover {
/*	text-decoration:	underline;*/
	background:			transparent;
}



/*
    Alternate links
------------------------------------------------------ */

.altLinks {
	color:				#000;
}
.altLinks a:link {
	color:				#000;
}
.altLinks a:visited {
	color:				#000;
}
.altLinks a:hover {
}

/*
    Small links
------------------------------------------------------ */
.smallLinks {
	font-size:			11px;
}

.smallLinks a:link {
}
.smallLinks a:visited {
}
.smallLinks a:hover {
}

/*
  Links in forum posts
------------------------------------------------------ */
.post a {
}

.post a:visited {
}

.post a:hover {
}
/*
    Basic stuff
------------------------------------------------------ */

p {
	font-size:			12px;
}

.default, .defaultBold, .defaultRight, .defaultCenter, .tableRowHeadingBol {
	font-size:			12px;
}

.defaultBold, .tableRowHeadingBold {
	font-weight:		200;
}

.defaultRight {
	text-align:			right;
}

.defaultCenter {
	text-align:			center;
}


h2 {
	font-size:			13px;
}

h3 {
	font-size:			12px;
}

.lighttext {
	font-size:			12px;
	color:				#000;
}

/*
    Special formatting for quotes, <code>, <pre> etc..
------------------------------------------------------ */

code {
	white-space:		normal;
}

pre {
	background:			transparent;
	border:				0px solid #000;
	font-size:			11px;
	padding:			10px 10px 10px 6px;
	margin:				8px 4px 10px 3px;
	white-space:		normal;
	white-space: pre; /* CSS2 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap; /* HP printers */
	white-space: -o-pre-wrap; /* Opera 7 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: pre-wrap; /* CSS 2.1 */
	white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
	word-wrap: break-word; /* IE */
}

.codeblock {
	background:			transparent;
	border:				0px solid #000;
	font-size:			11px;
	padding:			10px 10px 10px 6px;
	margin:				8px 4px 10px 3px;
}

blockquote {
	background:			transparent;
	border:				0px solid #000;
	border-left:		4px solid #000;
	font-size:			11px;
	padding:			5px 10px 10px 6px;
	margin:				8px 2px 10px 6px;
}

.quote_author {
	font-size:			11px;
	font-weight:		normal;
	margin:				0 0 4px 0;
}

/*
    Top Bar
------------------------------------------------------ */

#topBar {
	background:			transparent;
	text-align:			center;
	padding:			20px 0;
	border:				1px solid #ff0000;
}

.topBarLinks {
	font-size:			12px;
	padding: 			0 0 0 0;
	text-align: 		left;

}
.topBarLinks a:link {
	background:			transparent;
/*	text-decoration:	underline;*/
}
.topBarLinks a:visited {
	background:			transparent;
/*	text-decoration:	underline;*/
}
.topBarLinks a:hover {
	background:			transparent;
	text-decoration:	none;
}

/*
    Page Header
------------------------------------------------------ */

#pageheader {
	background:			transparent;
	border-bottom:		1px solid #000;
	clear: 				both;
	padding:			0 0 0 0px;
}

/*
    Right side of page banner
------------------------------------------------------ */
.rightheader {
	font-size:			11px;
	text-align:			left;
	padding:			0 0 0 0;
}
.rightheader a:link {
	background:			transparent;
/*	text-decoration:	underline;*/
}
.rightheader a:visited {
	background:			transparent;
/*	text-decoration:	underline;*/
}
.rightheader a:hover {
	background:			transparent;
	text-decoration:	none;
}
/*
    Private message box
------------------------------------------------------ */

.privatemessagebox{
	background:			transparent;
	padding:			0px;
	margin-top:			3px;	
	border:				0px solid #000;
}

/*
    Member Signature
------------------------------------------------------ */

.signature {
	border-top:			0px solid #000;
	border-left:		0px solid transparent;
	border-right:		0px solid transparent;
	border-bottom:		0px solid transparent;
	margin:				15px 0 0 0;
	padding:			0px 0px 0px 0px;
}

.signatureTitle {
	font-size:			12px;
	color:				#000;
	margin:				10px 0 0 -4px;
}

/*
    Sub-header Bar
    Contains the breadcrumb links
------------------------------------------------------ */
#subheader {
	background:			transparent;
	padding:			0 0 0 0;
	margin:				0 0 0 0;
	border-bottom:		0px solid #000;
}
/*
    Breadcrumb Links
------------------------------------------------------ */
.breadcrumb {
	 display: 			inline;
	 float: 			left;
	 margin: 			0;
	 margin-top: 		5px;
	 position: 			relative;
	 text-transform: 	capitalize;
	 width: 			960px;
}

.breadcrumb a:link {
	background:			transparent;
	text-decoration:	none;
}
.breadcrumb a:visited {
	background:			transparent;
	text-decoration:	none;
}
.breadcrumb a:hover {
	background:			transparent;
/*	text-decoration:	underline;*/
}

.currentcrumb {
	font-weight:		normal;
}
.breadcrumbspacer {
}
/*
    Misc. Formatting Items
------------------------------------------------------ */
.spacer {
	margin-bottom:		30px;
}

.itempad {
	padding:			0px 0;
}

.itempadbig {
	padding:			0px 0;
}

.bottompad {
	padding:			0 0 0 0;
}

.marginpad {
	padding:			0 0 0 0;
	margin:				20px 0 20px;
}

.leftpad {
	padding:			0 0 0 0;
}

.leftpad p {
	  line-height: 		18px;
	  margin-bottom: 	18px;
}

/*
    Main Content Wrapper
------------------------------------------------------ */
#content {

	margin: 			0 auto;
	text-align: 		left;
	margin-left: 		auto;
	margin-right:		auto;
	width: 				960px;
	height: 			100%;
	overflow:			auto;
	display: 			block;
	/*	left:				0;				*/
	/*	right:				10px;			*/
	/*	margin:				0px 0px 0 20px;	*/
	/*	padding:			0;				*/
	/*	width:				980px;			*/
	/*	padding:			0;				*/
/*	border: 			1px solid red;	*/

}
* html #content {
	width:				100%;
	width:				auto;
}

/*
   Forum related text formatting  */

.forumName {
	font-size:			14px;
}

.forumDescription {
	font-size:			12px;
}

.forumLightLinks {
	font-size:			11px;
}

.forumLightLinks a:link {
	background:			transparent;
	text-decoration:	none;
}
.forumLightLinks a:visited {
	background:			transparent;
	text-decoration:	none;
}
.forumLightLinks a:hover {
	background:			transparent;
/*	text-decoration:	underline;*/
}
.topicTitle {
	font-size:			12px;
	line-height:		18px;
}

.userBlock {
	padding:			0px 0 0px 0;
}

.edited {
	font-size:			11px;
	color:				#888;
}

/*
    File Attachments
------------------------------------------------------ */

.attachTitle {
	font-size:				11px;
	font-weight:			normal;
	margin:					10px 0 1px 0;
	background:				transparent;
}
.attachBody {
	font-size:				11px;
	margin-bottom:			10px;
	background:				transparent;
}

.attachThumb {
	margin:					3px 6px 3px 3px;
}

/*
    User Rank Text in Post
------------------------------------------------------ */
.rankAdmin {
	font-size:				10px;
	font-weight:			normal;
}

.rankModerator {
	font-size:				10px;
	font-weight:			normal;
}

.rankMember{
	font-size:				10px;
	font-weight:			normal;
}

.rankImage {
	margin:					0;
	padding:				0;
	border:					0;
}

/*
    Button Formatting
	This controls the look of the various buttons, like
	the "NEW TOPIC" and "POST REPLY" buttons
------------------------------------------------------ */

.button {
	width:					80px;
}
.button40 {
	width:					40px;
}
.button80 {
	width:					80px;
}
.button100 {
	width:					100px;
}
.button150 {
	width:					150px;
}
.button210 {
	width:					210px;
}
.buttonSpacer{
	margin:					0 0 0 6px;
}
.buttonLarge {
	background:				transparent;
	color:					#000;
	font-weight:			normal;
	padding:				0px 0px;
	margin:					0px 0 0px 0;
	white-space:			nowrap;
	cursor:					pointer;
	border:					0px solid #000;
	text-align:				center;
	font-size:				12px;
/*	text-transform:			uppercase;*/
}
.buttonLargeHover {
	background:				transparent;
	color:					#000;
/*	text-decoration:	underline;*/
	font-weight:			normal;
	padding:				0px 0px;
	margin:					0px 0 0px 0;
	white-space:			nowrap;
	cursor:					pointer;
	border:					0px solid #000;
	text-align:				center;
	font-size:				12px;
/*	text-transform:			uppercase;*/
}


.buttonSmall {
	background:				transparent;
	color:					#000;
	font-weight:			normal;
	padding:				2px 3px;
	margin:					0 2px 0 0;
	white-space:			nowrap;
	cursor:					pointer;
	border:					0px solid #000;
	text-align:				left;
	font-size:				10px;
	text-transform:			uppercase;
}

.buttonSmallHover {
	background:				transparent;
	color:					#000;
	font-weight:			normal;
	padding:				2px 3px;
	margin:					0 2px 0 0;
	white-space:			nowrap;
	cursor:					pointer;
	border:					0px solid #000;
	text-align:				left;
	font-size:				10px;
	text-transform:			uppercase;
}


/*
    Post Preview
------------------------------------------------------ */

.preview {
	background:				transparent;
	font-size:				11px;
	padding:				10px;
	margin:					0 0 12px 0;
	border:					0px solid #000;
}
.previewheading {
	background:				transparent;
	font-weight:			no;
	font-size:				11px;
	padding:				5px 0 5px 10px;
	border:					0px solid #000;
	border-bottom:			0;
}

/*
    Moderator Highlight
    This controls the look of the name of moderators
    that appear in the stats area.  The idea is that
    moderators appear in the list differently than
    regular members
------------------------------------------------------ */
.activeModerator {
	font-weight:			normal;
}

/*
    Table Formatting
------------------------------------------------------ */
.border {
	border:					0px solid #000;
}
.tableBorder {
	border-top:				1px solid #eee;
	padding-top: 			0px;
	margin-bottom:			40px;
}
.tableBorderAlt {
	border-top:				1px solid #eee;
	padding-top: 			0px;
}
.tableBorderLeft {
	border-left:			0px solid #000;
}
.tableBorderTopLeft {
	border-top:				0px solid #000;
	border-left:			0px solid #000;
}
.tableBorderPad {
	border:					0px solid #000;
	padding:				0px;
}
.threadBorder {
	border-bottom:			1px solid #aaa;
	border-top:				0px solid #999;
	margin-top:				30px;	
	
}


.tableBG {
	background:				transparent;
}

.tablePad {
	padding:				0 0 0 0;
}

.tableHeadingBG {
	background:				transparent;
	color:					#000;
	padding:				0px 0px;
	margin-top:				0px;

}
.tableHeading {
	font-size:				16px;
	font-weight:			300;
	color:					#000;
	padding:				0px 0 0px 0;
	margin-top:				20px;
	margin-bottom:			20px;
	white-space:			nowrap;
}
.tableHeadingSmall {
	font-size:				11px;
	font-weight:			normal;
	color:					#000;
	padding:				0;
	margin:					0;
}
.tableRowHeading, .tableRowHeadingBold {
	background:				transparent;
	font-size:				12px;
	color:					#bbb;
	font-weight:			200;
	padding:				0 0 10px 0;
/*	border-top:				0px solid #000;*/
}
.tableRowHeadingBold {
	font-weight:			normal;
}
.tableRowSpacer {
	background:				transparent;
	padding:				0;
}

.tableCellOne, .tableCellTwo {
	background:				transparent;
	padding:				20px 0px 10px 0;
	border-top:				1px solid #eee;
}

.tableCellOne p, tableCellTwo p {
	margin-bottom:			20px;
}

.tablePostInfo {
	font-size:				11px;
}

.ignored {
}


/*
    Member Profile Page
------------------------------------------------------ */

.profileHeadingBG {
	background:				transparent;
	color:					#000;
	padding:				0px;
}

.profileAlertHeadingBG {
	background:				transparent;
	color:					#000;
	padding:				5px;
}

.profileTopBox {
	background:				transparent;
	padding:				0px;
}

.profileTitle {
	font-size:				14px;
	font-weight:			normal;
}

.profileItem {
}

.profilePhoto {
	background:				transparent;
	border-left:			0px solid #000;
}

.avatar {
	margin:					2px 15px 0 2px;
}

.photo {
	margin:					2px 15px 0 2px;
}

.profileHead {
	font-weight:			normal;
	text-transform:			uppercase;
	background:				transparent;
	color:					#000;
	border-top:				0px solid #000;
	border-bottom:			0px solid #000;
	padding-bottom:			5px;
}

.menuHeadingBG {
	background:				transparent;
	color:					#000;
	padding:				0px;
}

.profileMenu {
	background:				transparent;
	border:					0px solid #000;
}

.profileMenuInner {
	padding:				0px;
	margin:					0px;
}

.menuItem {
	margin-bottom:			5px;
	margin-top:				5px;
}

.borderTopBot {
	border-top:				0px solid #000;
	border-bottom:			0px solid #000;
}

.borderBot {
	border-bottom:			0px solid #000;
}

.success {
	color:					#093;
	font-weight:			normal;
}

.memberlistRowOne, .memberlistRowTwo {
	background:				transparent;
	margin-top:				15px;
	margin-bottom:			-5px;
}

.memberlistHead {
	font-weight:			normal;
	background:				transparent;
	color:					#000;
	border-bottom:			0px solid #000;
}

.memberlistFooter {
	border:					0px solid #000;
	border-left:			0;
	margin-top:				20px;
}

.innerShade {
	background:				transparent;
	border:					0px solid #000;
	padding:				0px;
}

/*
    Search Formatting
------------------------------------------------------ */

.searchBox {
	border:					0px solid #000;
	margin:					15px 0 0 0;
	padding:				0px;
}

.searchBoxTitle {
	font-size:				11px;
}

.searchpad {
	padding:				7px 0;
}

.searchspacer {
	margin-bottom:			8px;
}



/*
    Pagination Links
------------------------------------------------------ */
.paginateBorder {
		
}
.paginate {
	background:				transparent;
	padding:				2px 4px;
	margin-left:	 		16px;
}
.paginateStat {
	background:				transparent;
	color:					#000;
	white-space:			nowrap;
	padding:				20px 10px ;
	margin-left:	 		-10px;
}
.paginateCur {
	background:				transparent;
	color:					#ccc;
	padding:				2px 6px 0 3px;
	padding-left:	 		22px;
	margin-top:				20px;
}

.paginate a:link {
}

.paginatea:visited {
}

.paginate a:hover {
}

/* 

    Form Field Formatting
------------------------------------------------------ */

form {
	margin:					0;
	padding:				0;
	border:					0;
}
.hidden {
	margin:					0;
	padding:				0;
	border:					0;
}
 
/*.header-search {
	margin-top: 9px;
}
*/
.searchbox {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:  100%;
	font-weight:200;
	line-height:18px;
	color: #000;
	font-weight: 200;
	padding:0px 4px 0px 4px;
	border:1px solid #CCCCCC;
	background-color:#FFFDF7 ;
	width:165px;
	height:22px;
	margin-top: ;
}

.newsletter-box input{
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 100%;
	font-weight:200;
	line-height: 18px;
	color: #000;
	font-weight: 200;
	padding:0px 4px 0px 4px;
	border:1px solid #CCCCCC;
	background-color:#FFFDF7 ;
	width:165px;
	height:22px;
}

.input {
	color: 		#000000; 
	padding:	2px 4px 2px 4px; 
	border:		1px solid #CCCCCC; 
	height:		22px;
}

.textarea {
	color: 		#000000; 
	padding:	2px 4px 2px 4px; 
	border:		1px solid #CCCCCC; 
}
.select {
	color: 		#000000; 
	padding:	2px 4px 2px 4px; 
	border:		1px solid #CCCCCC; 
	height:		22px;
}
.multiselect {
	color: 		#000000; 
	border:		1px solid #CCCCCC; 
	height:		22px;
}
.radio {
	border:		1px solid #CCCCCC; 
}
.checkbox {
 	color: 		#000000; 
	border:		1px solid #CCCCCC; 
	background-color: #FFFDF7;
	
}
.buttons {
	font-weight:			normal;
	cursor:					pointer;
	padding:				2px 5px;
	border:					1px solid #cccccc;
 	background:				#FFFDF7;
}

.submit {
	cursor:					pointer;
	padding:				0px 5px 0 0;
	/*margin-top: 			30px;*/
 	background:				#FFFDF7;
	height:					20px;
	border:					1px solid #cccccc;
	width:					100px;
	
}/*
    Error messages
------------------------------------------------------ */

.errorHeading {
	background:				#600;
	color:					#FFFDF7;
	padding:				6px;
}

.errorMessage {
	color:					#900;
	padding:				10px;
}

.errorBox {
	color:					#900;
	background:				#eee;
	border:					0px solid #900;
	padding:				10px;
}

.alert {
	font-weight:			normal;
	color:					#900;
}

.highlight {
	color:					#900;
}

/*
    Page Footer
------------------------------------------------------ */
#footer {
	clear:					both;
	text-align:				center;
	font-size:				9px;
	margin-top:100px;
}

/*
    Formatting Buttons
------------------------------------------------------ */

.buttonMode {
	font-size:				11px;
	white-space:			nowrap;
}

.htmlButtonOuter, .htmlButtonOuterL {
	background:				#eee;
	border:					0px solid #000;
	border-left:			0;
	padding:				0;
}
.htmlButtonOuterL  {
	border-left:			0px solid #000;
}
.htmlButtonInner {
	text-align:				center;
	padding:				0 5px;
	border-left:			0px solid #fff;
	border-top:				0px solid #fff;
	border-right:			0px solid #ccc;
	border-bottom:			0px solid #ccc;
}
.htmlButtonOff {
	font-weight:			normal;
	white-space:			nowrap;
	padding:				2px;
}
.htmlButtonOff a:link {
	color:					#000;
	text-decoration:		none;
	white-space:			nowrap;
}
.htmlButtonOff  a:visited {
	text-decoration:		none;
}
.htmlButtonOff a:active {
}
.htmlButtonOff a:hover {
	text-decoration:		none;
	color:					#999;
}
.htmlButtonOn {
	font-weight:			normal;
	white-space:			nowrap;
	padding:				2px;
}
.htmlButtonOn a:link {
	color:					#900;
	text-decoration:		none;
}
.htmlButtonOn  a:visited {
	text-decoration:		none;
}
.htmlButtonOn a:active {
	text-decoration:		none;
	color:					#999;
}
.htmlButtonOn a:hover {
	text-decoration:		none;
	color:					#999;
}

/*
    SPELL CHECK CSS
--------------------------------------------------------------- */

.iframe {
	border:			0px solid #ccc;
}

.wordSuggestion
{
	border:			0px solid #ccc;
	padding:		4px;
}

.wordSuggestion a, .wordSuggestion a:active
{
	cursor:			pointer;
}

.spellchecked_word
{
	cursor:			pointer;
	border-bottom:	1px dashed #f00;
}

.spellchecked_word_selected {
}


/* B2 CSS  ADDITIONS */


.seperator-line-grey  {
	border-top:		1px solid #dcdcdc;
	padding: 		0px;
	margin-bottom: 	10px;
	margin-top: 	20px;
}

.seperator-line-eee  {
	border-top:		1px solid #eee;
	padding: 		0px;
	margin-bottom: 	10px;
	margin-top: 	20px;
}

.memberlist-seperator-line-grey  {
	border-top:		1px solid #dcdcdc;
	padding: 		0px;
	margin-bottom:	-10px;
	margin-top: 	20px;
}

.memberlist-section-bottom-line-grey  {
	border-bottom:		1px solid #dcdcdc;
	padding: 		0px;
	margin-bottom:	0px;
	margin-top: 	0px;
}

.seperator-line-grey p {
	padding: 		0px;
	margin:			0px;
}
.seperator-line-black {
	border-top:		1px solid #dcdcdc;
}

.simple-line-grey-bottom  {
	border-bottom:	1px solid #dcdcdc;
	width:			100%;
	margin-bottom: 	5px;
	margin-top: 	5px;
}

.simple-line-lite-grey-bottom  {
	border-bottom:	1px solid #eeeeee;
	width:			100%;
	margin-bottom: 	5px;
	margin-top: 	5px;
}

.legend-image{
	margin: 		0 30px 0 0;
}

.debug {
	border:			red 1px solid;
}

.forum-meta {
 	margin-bottom:	5px;
}

.forum-meta-profile-left {
	text-align:		left;
}
.forum-meta-profile-right {
	text-align:		right;
}

.subcontent {
	margin-top:		20px;
	border-top:		0px solid black;
	
}


/* B2 */


.margin-bottom-5 {
margin:		0 0 5px 0;
}
.margin-bottom-10 {
margin:		0 0 10px 0;
}
.margin-bottom-15 {
margin:		0 0 15px 0;
}
.margin-bottom-20 {
margin:		0 0 20px 0;
}
.margin-bottom-30 {
margin:		0 0 30px 0;
}


.margin-top-5 {
margin:		5px 0 0 0;
}
.margin-top-10 {
margin:		10px 0 0 0;
}
.margin-top-15 {
margin:		15px 0 0 0;
}
.margin-top-20 {
margin:		20px 0 0 0;
}
.margin-top-30 {
margin:		30px 0 0 0;
}




.new-topic{
	margin-left:	170px;
	margin-top: 2px;
}


.thread-post-reply{
	margin-left:	73px;
	margin-top: 2px;
}

.thread-new-topic{
	margin-left:	86px;
	margin-top: 2px;
}

.thread-footer-buttons {
	padding:				0 0 0 0;
	margin:					22px 0 0 0;
}


.memberlist-graphic {
	border:1px solid black; 
	padding: 2px 5px 2px 5px;
}


.edit-profile-item {
	margin-bottom: 	10px;
}

.tos-entry p {
margin: 5px 0 5px 0;

}