@import url("/common/css/base.css");
@import url("/common/css/fonts.css");
@import url("/common/css/header.css");
@import url("/common/css/footer.css");


/* _________________________________________________________________________ posts menu */

#postsmenu
{
	position: relative;
	z-index: 1000;
	cursor: pointer;
}
	
	#postsmenu > a
	{
		padding-right: 21px !important;
		margin-right: 8px;
		background: url("./styles/mazdaspeed/imageset/icon_toggle.png") no-repeat 100% 0;
	}
	
	#postsmenu > a.unfold
	{
		background-position: 100% -21px;
	}
	
	#postsmenu > a:hover
	{
		color: #15a1dc;
	}

	#postsmenu ul
	{
		clear: both;
		position: absolute;
		display: none;
		padding: 12px 12px 8px 12px;
		margin: 20px 0 0 4px;
		background: #f2f2f2;
		list-style: none;
		text-align: left;
		box-shadow: 0 8px 8px rgba(0, 0, 0, .03), -12px 8px 8px rgba(0, 0, 0, .03), 12px 8px 8px rgba(0, 0, 0, .03);
		z-index: 100;
	}
		
		#postsmenu ul li
		{
			display: block !important;
			list-style: none;
		}
		
		#postsmenu ul li.separator
		{
			border-top: 1px solid #ccc;
			margin-top: 8px;
			padding-top: 8px;
		}

			#postsmenu ul li a
			{
				float: none;
				width: 190px;
				padding: 0;
				line-height: 20px;
				color: #59595B;
			}
			
			#postsmenu ul li a:hover
			{
				color: #15a1dc;
			}

/* _________________________________________________________________________ content */

#main
{
	margin: 0 48px;
	clear: both;
}

	.section-viewtopic h2.viewtopic
	{
		width: 500px;
	}
	
	p.forumdescription
	{
		width: 608px;
		margin: 0;
	}
	
	div.topicfilter
	{
		margin: -16px 0 32px 0;
	}
	
	div.postfilter
	{
		margin: 0 0 16px 0;
	}
	
		div.search-box
		{
			float: left;
		}
		
		#postform
		{
		}

		div.topicfilter form,
		div.postfilter form
		{
			clear: none;
		}
			
			div.topicfilter fieldset,
			div.postfilter fieldset
			{
				text-align: right;
			}
	
				div.topicfilter select,
				div.postfilter select
				{
				}
				
	div.topic-actions
	{
		min-height: 28px;
		margin: 8px 0 32px 0;
	}
	
	#jumpbox
	{
	}

/* _________________________________________________________________________ footer */

#footer
{
}
	
	#footer p.datetime,
	#footer div.statistics,
	#footer div.birthdays
	{
		float: left;
		width: 250px;
		margin: 0 12px 12px 0;
	}
		
		#footer div.statistics ul
		{
			list-style: none;
		}
		
	#footer ul.links
	{
		clear: both;
		list-style: none;
	}

/* _________________________________________________________________________ rules */

div.rules 
{
	clear: both;
	background-color: #ECD5D8;
	color: #BC2A4D;
	padding: 8px 12px;
	margin: 1.5em 0 0 0;
}

div.rules ul, 
div.rules ol
{
	margin-left: 20px;
}

div.rules a
{
	border: none;
	color: #BC2A4D;
	font-weight: bold;
	text-decoration: none;
}

div.rules a:hover
{
	background: none;
}

p.rules {
	background-color: #ececec;
	background-image: none;
	padding: 5px;
}

p.rules img {
	vertical-align: middle;
	padding-top: 5px;
}

p.rules a {
	vertical-align: middle;
	clear: both;
}





/* _________________________________________________________________________ pagination */

.pagination 
{
}

div.pagination
{
	position: absolute;
	right: 48px;
	margin-top: -20px;
}

.topic-actions div.pagination
{
	margin-top: 4px;
}

li.pagination 
{
	margin-top: 0;
}

.row div.pagination
{
	right: 0;
	margin-top: -21px;
}

	.pagination strong,
	.pagination b 
	{
		font-weight: normal;
	}
	
	.pagination span,
	.pagination a
	{
		float: left;
		display: block;
	}
	
 	.pagination span.page-dots
	{
		padding: 0 4px;
		cursor: pointer;
	}

		.pagination span strong,
		.pagination span a,
		.pagination span span.page-dots
		{
			display: block;
			float: left;
			min-width: 11px;
			height: 17px;
			margin: 3px 0 0 2px;
			padding: 0 2px;
			line-height: 17px;
			font-size: 11px;
			text-align: center;
			font-weight: normal;
		}

		.pagination span strong,
		.pagination span a
		{
			color: #fff;
			background-color: #ccc;
			text-decoration: none;
		}

		.pagination span a:hover 
		{
			background-color: #15a1dc;
		}

		.pagination span strong
		{
			cursor: default;
			background-color: #59595B;
		}
		
		.pagination span.page-sep 
		{
			display: none;
		}


	





/* _________________________________________________________________________ tabs */

#tabs 
{
}

	#tabs ul 
	{
		list-style: none;
	}

		#tabs li 
		{
			display: inline;
		}

			#tabs a 
			{
				float: left;
				position: relative;
				height: 32px;
				width: 90px;
				margin: 0 1px 0 0;
				padding: 8px 16px;
				line-height: 16px;
				text-decoration: none;
				color: #888;
				background: #ddd;
				cursor: pointer;
			}

			#tabs a:hover 
			{
				color: #59595c;
			}

			#tabs .activetab a 
			{
				font-weight: bold;
				color: #fff;
				background: #ccc;
			}

#navigation 
{
	width: 100%;
	margin: 45px 0 0 0;
}

	#navigation ul 
	{
	}
	
		#navigation li 
		{
			display: inline;
		}
		
			#navigation a 
			{
				display: block;
				padding: 8px 16px;
				margin: 0 0 1px 0;
				text-decoration: none;
				color: #59595B;
			}
			
			#navigation a:hover 
			{
				background-color: #ddd;
			}
			
			#navigation #active-subsection a 
			{
				font-weight: bold;
				color: #333;
				background-color: #fff;
			}
			
#minitabs 
{
	position: absolute;
	right: 0;
	top: 9px;
}

	#minitabs ul 
	{
		list-style: none;
	}

		#minitabs li 
		{
			display: inline;
		}

			#minitabs a 
			{
				display: block;
				float: right;
				padding: 8px 16px;
				margin-left: 1px;
				text-decoration: none;
				color: #59595B;
			}

			#minitabs a:hover 
			{
				background: #ddd;
			}
			
			#minitabs li.activetab a
			{
				font-weight: bold;
				color: #333;
				background: #fff;
			}

/* _________________________________________________________________________ panels */

.panel
{
	padding: 16px;
	background: #ccc !important;
}

/* _________________________________________________________________________ mcp */

#cp-menu 
{
	float: left;
	position: relative;
	width: 160px;
}

#cp-main 
{
	float: left;
	position: relative;
	width: 688px;
}

	#cp-main h2
	{
		padding: 0 0 16px 0;
	}

	#cp-main .panel 
	{
		background-color: #fff !important;
	}

	#cp-main fieldset.display-actions,
	#cp-main fieldset.submit-buttons
	{
		margin: 0;
		padding: 0 16px 16px 16px;
		background-color: #fff !important;
	}

	#cp-main .postbody
	{
		float: none;
	}
	
	#cp-main ul.topiclist dt
	{
		width: 440px;
	}
	
	#cp-main ul.topiclist dd
	{
		padding: 2px 0;
	}
	
	#cp-main ul.topiclist dd.lastpost
	{
		width: 120px;
	}
	
	#cp-main ul.topiclist dd.posts
	{
		width: 30px;
		text-align: right;
		line-height: 30px;
	}
	
	#cp-main ul.topiclist dd.mark
	{
		text-align: right;
		line-height: 28px;
	}

#topicreview 
{
}
	
	#topicreview .post 
	{
	}
	
		#topicreview .postbody 
		{
			float: none;
			width: 100%;
		}

/* _________________________________________________________________________ forum / topic list */

ul.topiclist 
{
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}
	
	ul.topiclist li 
	{
		display: block;
		margin: 0;
		padding: 4px 0;
		list-style: none;
	}

	ul.topiclist li.header
	{
		margin: 0 0 16px 0;
		padding: 0;
	}

	ul.topiclist li.action
	{
		height: 35px;
		border-bottom: 1px solid #A4A4A4;
	}

	ul.topiclist li.row 
	{
		border-bottom: 1px solid #A4A4A4;
	}
		
		ul.topiclist li.row strong 
		{
		}
	
		ul.topiclist li.row dl 
		{
			position: relative;
		}
		
		ul.topiclist li.row dl.icon 
		{
			min-height: 35px;
			background: no-repeat 0 5px;
		}
			
			ul.topiclist li.row dl dt 
			{
				position: relative;
				display: block;
				float: left;
				width: 608px;
			}			

				ul.topiclist li.row dl dt h3,
				ul.topiclist li.row dl dt div.title
				{
					font-size: 13px;
					line-height: 20px;
					font-weight: bold;
					margin: 0;
				}
			
					ul.topiclist li.row dl dt span.title_attribute,
					ul.topiclist li.row dl dt span.title_attribute
					{
						display: block;
						float: left;
						color: #fff;
						padding: 3px 4px;
						margin: 3px 5px 0 0;
						font-weight: bold;
						font-size: 10px;
						line-height: 10px;
						text-transform: uppercase;
					}
				
				ul.topiclist li.row dl dt div.description 
				{
					margin: 0 0 2px 0;
					line-height: 17px;
					cursor: default;
				}

				ul.topiclist li.row dl dt div.subforums 
				{
					line-height: 17px;
				}

				ul.topiclist li.row dl dt div.pagination 
				{
				}

			ul.topiclist li.row dl.icon dt 
			{
				padding-left: 36px;
			}
		
			ul.topiclist li.row dl dd 
			{
				display: block;
				float: left;
			}

			ul.topiclist li.row dl dd.posts, 
			ul.topiclist li.row dl dd.topics, 
			ul.topiclist li.row dl dd.views 
			{
			}
			
			ul.topiclist li.row dd.lastpost 
			{
				width: 170px;
				padding-left: 16px;
				line-height: 19px;
			}
				
				dd.lastpost img
				{
					display: inline;
				}			
			
			ul.topiclist li.row dd.counters
			{
				width: 50px;
				text-align: right;
				line-height: 19px;
				cursor: default;
			}
				
				ul.forums li.row dd.counters span.topics
				{
					font-weight: bold;
					
				}
				
				ul.forums li.row dd.counters span.posts
				{
					color: #888;
				}
				
				ul.topics li.row dd.counters span.posts
				{
				}
				
				ul.topics li.row dd.counters span.views
				{
					color: #888;
				}

			ul.similartopiclist li.row dl dt 
			{
				padding-right: 36px;
			}

	ul.topiclist li.locked
	{
	}
	
		ul.topiclist li.locked:not(.announce):not(.sticky) dl
		{
			opacity: .5;
		}
		
		ul.topiclist li.locked:not(.announce):not(.sticky) a.topictitle
		{
			color: #888888 !important;
		}

		ul.topiclist li.locked:not(.announce):not(.sticky) div.description,
		ul.topiclist li.locked:not(.announce):not(.sticky) div.description a,
		ul.topiclist li.locked:not(.announce):not(.sticky) dd.lastpost,
		ul.topiclist li.locked:not(.announce):not(.sticky) dd.lastpost a
		{
			color: #888888 !important;
		}

		ul.topiclist li.locked:not(.announce):not(.sticky) a.topictitle:hover,
		ul.topiclist li.locked:not(.announce):not(.sticky) div.description a:hover,
		ul.topiclist li.locked:not(.announce):not(.sticky) dd.lastpost a:hover
		{
			color: #d31141 !important;
		}

		
		
ul.topiclist img {
	display: inline;
}

ul.topiclist dfn {
	/* Labels for post/view counts */
	position: absolute;
	left: -999px;
	width: 990px;
}

ul.topiclist li.row dt a.subforum {
	background-image: none;
	background-position: 0 50%;
	background-repeat: no-repeat;
	position: relative;
	white-space: nowrap;
	padding: 0 0 0 12px;
}




/* _________________________________________________________________________ buttons */

.buttons
{
}

	.buttons div a
	{
		display: block;
		float: left;
		height: 28px;
		padding: 0 8px 0 36px;
		font-size: 13px;
		line-height: 27px;
		color: #595959;
		font-weight: bold;
		background: no-repeat 0 -28px;
	}

	.buttons div a:hover
	{
		color: #15A1DC;
	}

	.buttons .post-icon a,
	.buttons .reply-icon a,
	.buttons .newpm-icon a,
	.buttons .pmreply-icon a
	{
		background-image: url("./styles/mazdaspeed/imageset/icon_topic_add.png");
	}
	
	.buttons .quick-reply-icon a
	{
		background-image: url("./styles/mazdaspeed/imageset/icon_topic_add.png");
	}

	.buttons .locked-icon a
	{
		background-image: url("./styles/mazdaspeed/imageset/icon_topic_add.png");
		background-postition: 0 0;
	}

#postform #tabs
{
	margin-top: 16px;
}

/* _________________________________________________________________________ ads */

.ads2
{
	margin: 0 0 20px 0;
}

.ads3
{
	margin: 0 0 20px 0;
}

div.sitebreadcrumbs
{
	margin: 0 0 32px 0;
}


/* General proSilver Markup Styles
---------------------------------------- */


p {
	margin-bottom: 1.5em;
}

img {
	border-width: 0;
}

hr {
	/* Also see tweaks.css */
	border: 0 none #FFFFFF;
	border-top: 1px solid #CCCCCC;
	height: 1px;
	margin: 5px 0;
	display: block;
	clear: both;
}

hr.dashed {
	border-top: 1px dashed #CCCCCC;
	margin: 10px 0;
}

hr.divider {
	display: none;
}

p.right {
	text-align: right;
}

/* Main blocks
---------------------------------------- */
#wrap {
	min-width: 650px;
}

#simple-wrap {
	padding: 6px 10px;
}

#logo {
	float: left;
	width: auto;
	padding: 10px 13px 0 10px;
}

a#logo:hover {
	text-decoration: none;
}

/* Search box
--------------------------------------------- */
#search-box {
	color: #FFFFFF;
	position: relative;
	margin-top: 30px;
	margin-right: 5px;
	display: block;
	float: right;
	text-align: right;
	white-space: nowrap; /* For Opera */
}

#search-box #keywords {
	width: 95px;
	background-color: #FFF;
}

#search-box input {
	border: 1px solid #b0b0b0;
}

/* .button1 style defined later, just a few tweaks for the search button version */
#search-box input.button1 {
	padding: 1px 5px;
}

#search-box li {
	text-align: right;
	margin-top: 4px;
}

#search-box img {
	vertical-align: middle;
	margin-right: 3px;
}

/* Site description and logo */
#site-description {
	float: left;
	width: 70%;
}

#site-description h1 {
	margin-right: 0;
}

/* Round cornered boxes and backgrounds
---------------------------------------- */
.headerbar {
	background: #ebebeb none repeat-x 0 0;
	color: #FFFFFF;
	margin-bottom: 4px;
	padding: 0 5px;
}


.forabg 
{
	margin: 0 0 32px 0;
	padding: 0;
	clear: both;
}

.forumbg 
{
	margin: 0 0 32px 0;
	padding: 0;
	clear: both;
}












.post {
	padding: 0 10px;
	margin-bottom: 4px;
	background-repeat: no-repeat;
	background-position: 100% 0;
}

.post:target .content {
	color: #000000;
}

.post:target h3 a {
	color: #000000;
}

.rowbg {
	margin: 5px 5px 2px 5px;
}

.ucprowbg {
	background-color: #e2e2e2;
}

.fieldsbg {
	/*border: 1px #DBDEE2 solid;*/
	background-color: #eaeaea;
}

/* Horizontal lists
----------------------------------------*/

ul.linklist 
{
	display: block;
	margin: 0 0 16px 0;
}


ul.linklist li {
	display: block;
	list-style-type: none;
	float: left;
	width: auto;
	margin-right: 5px;
}

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: 1px solid #FFFFFF;
	font-weight: bold;
}

ul.leftside {
	float: left;
	margin-left: 0;
	margin-right: 5px;
	text-align: left;
}

ul.rightside {
	float: right;
	margin-left: 5px;
	margin-right: -5px;
	text-align: right;
}

/* Table styles
----------------------------------------*/
table.table1 {
	/* See tweaks.css */
}

#ucp-main table.table1 {
	padding: 2px;
}

table.table1 thead th span {
	padding-left: 7px;
}

table.table1 tbody tr:hover, table.table1 tbody tr.hover {
	background-color: #f6f6f6;
	color: #000;
}

table.table1 td {
	color: #6a6a6a;
}

table.table1 tbody td {
	padding: 5px;
	border-top: 1px solid #FAFAFA;
}

table.table1 tbody th {
	padding: 5px;
	border-bottom: 1px solid #000000;
	text-align: left;
	color: #333333;
	background-color: #FFFFFF;
}

/* Specific column styles */
table.table1 .name		{ text-align: left; }
table.table1 .posts		{ text-align: center !important; width: 7%; }
table.table1 .joined	{ text-align: left; width: 15%; }
table.table1 .active	{ text-align: left; width: 15%; }
table.table1 .mark		{ text-align: center; width: 7%; }
table.table1 .info		{ text-align: left; width: 30%; }
table.table1 .info div	{ width: 100%; white-space: normal; overflow: hidden; }
table.table1 .autocol	{ line-height: 2em; white-space: nowrap; }
table.table1 thead .autocol { padding-left: 1em; }

table.table1 span.rank-img {
	float: right;
	width: auto;
}

table.info td {
	padding: 3px;
}

table.info tbody th {
	padding: 3px;
	text-align: right;
	vertical-align: top;
	color: #000000;
	font-weight: normal;
}

.forumbg table.table1 {
	margin: 0 -2px -1px -1px;
}

/* Misc layout styles
---------------------------------------- */
/* column[1-2] styles are containers for two column layouts 
   Also see tweaks.css */
.column1 {
	float: left;
	clear: left;
	width: 49%;
}

.column2 {
	float: right;
	clear: right;
	width: 49%;
}

/* General classes for placing floating blocks */
.left-box {
}

.right-box {
	float: right;
	width: auto;
	text-align: right;
}

dl.details {
	/*font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;*/
}

dl.details dt {
	float: left;
	clear: left;
	width: 30%;
	text-align: right;
	color: #000000;
	display: block;
}

dl.details dd {
	margin-left: 0;
	padding-left: 5px;
	margin-bottom: 5px;
	color: #828282;
	float: left;
	width: 65%;
}

/* Miscellaneous styles
---------------------------------------- */
#forum-permissions {
	float: right;
	width: auto;
	padding-left: 5px;
	margin-left: 5px;
	margin-top: 10px;
	text-align: right;
}

.small {
	font-size: 0.9em !important;
}

.titlespace {
	margin-bottom: 15px;
}

.headerspace {
	margin-top: 20px;
}

.error {
	color: #bcbcbc;
	font-weight: bold;
}

.reported {
	background-color: #f7f7f7;
}

li.reported:hover {
	background-color: #ececec;
}

#top {
	position: absolute;
	top: -20px;
}

.clear {
	display: block;
	clear: both;
	background: transparent;
}


















	#header h1
	{
		margin: 0;
	}
	
	#header	a
	{
		color: #15A1DC;
		text-decoration: none;
	}

	#header	a:hover
	{
		color: #59595C;
	}
	
	#header	form
	{
		clear: both;
	}

		#header	fieldset 
		{
			border: none;
		}
		
			#header	input 
			{
				padding: 3px;
				border: none;
			    font-family: "Segoe UI", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
				font-size: 13px;
				color: #000;
				background: #fff;
				cursor: pointer;
			}
			
#promo
{
	margin: 0 48px 10px 48px;
}

	#promo:hover
	{
		text-decoration: none;
	}
	
		#promo h1
		{
			float: right;
			padding: 8px 16px;
			margin: 0;
			background: #15A1DC;
			color: #fff;
			font: bold 24px/32px Helvetica, Arial, sans-serif;
		}
	
		#promo p
		{
			float: right;
			clear: both;
			padding: 8px 16px;
			margin: 0;
			font-size: 17px;
			line-height: 24px;
			background: url('/common/images/background_50black.png');
			color: #fff;
			text-align: right;
			font-family: "Segoe UI", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
		}
			
div.content img,
div.signature img
{
	max-width: 669px;
}

div.content div.inline-attachment
{
	display: inline-block;
}

iframe[id^="oauth2relay"]
{
	border: 0;
	display: none;
}

.username-coloured-\#105289
{
	font-weight: normal !important;
}
/* proSilver Link Styles
---------------------------------------- */

/* Coloured usernames */
.username-coloured {
	font-weight: bold;
	display: inline !important;
	padding: 0 !important;
}

/* Links for forum/topic lists */


a.topictitle 
{
	font-size: 13px;
	line-height: 17px;
	font-weight: bold;
	color: #898989;
	text-decoration: none;
}

/* Post body links */
.postlink {
	text-decoration: none;
	color: #d2d2d2;
	padding-bottom: 0;
}

.postlink:hover {
	background-color: #f6f6f6;
	text-decoration: none;
	color: #404040;
}

.signature a
{
	background-color: transparent;
}

.signature a:hover 
{
	text-decoration: underline;
}

/* Profile searchresults */	
.search .postprofile a {
	color: #898989;
	text-decoration: none; 
	font-weight: normal;
}

.search .postprofile a:hover {
	color: #d3d3d3;
	text-decoration: underline; 
}

/* Back to top of page */
.back2top {
	clear: both;
	height: 11px;
	text-align: right;
}

a.top {
	background: none no-repeat top left;
	text-decoration: none;
	width: 11px;
	height: 11px;
	display: block;
	float: right;
	overflow: hidden;
	letter-spacing: 1000px;
	text-indent: 11px;
}

a.top2 {
	background: none no-repeat 0 50%;
	text-decoration: none;
	padding-left: 15px;
}

/* Arrow links  */
a.up		{ background: none no-repeat left center; }
a.down		{ background: none no-repeat right center; }
a.left		{ background: none no-repeat 3px 60%; }
a.right		{ background: none no-repeat 95% 60%; }

a.up, a.up:link, a.up:active, a.up:visited {
	padding-left: 10px;
	text-decoration: none;
	border-bottom-width: 0;
}

a.up:hover {
	background-position: left top;
	background-color: transparent;
}

a.down, a.down:link, a.down:active, a.down:visited {
	padding-right: 10px;
}

a.down:hover {
	background-position: right bottom;
	text-decoration: none;
}

a.left, a.left:active, a.left:visited {
	padding-left: 12px;
}

a.left:hover {
	color: #d2d2d2;
	text-decoration: none;
	background-position: 0 60%;
}

a.right, a.right:active, a.right:visited {
	padding-right: 12px;
}

a.right:hover {
	color: #d2d2d2;
	text-decoration: none;
	background-position: 100% 60%;
}

/* invisible skip link, used for accessibility  */
.skiplink {
	position: absolute;
	left: -999px;
	width: 990px;
}

/* Feed icon in forumlist_body.html */
a.feed-icon-forum {
	float: right;
	margin: 3px;
}
/* proSilver Content Styles
---------------------------------------- */



.forum-image {
	float: left;
	padding-top: 5px;
	margin-right: 5px;
}



li.header dt, 
li.header dd 
{
	margin: 0;
	padding: 0;
}

li.header dl.icon {
	min-height: 0;
}

/* Forum list column styles */

/* 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;
}



dd.redirect {
}

dd.moderation {
}



dd.time {
	width: auto;
	line-height: 200%;
}

dd.extra {
	width: 12%;
	line-height: 200%;
	text-align: center;
}

dd.mark {
	float: right !important;
	text-align: center;
	line-height: 200%;
}

dd.info {
	width: 30%;
}

dd.option {
	width: 15%;
	line-height: 200%;
	text-align: center;
}

dd.searchby {
	width: 47%;
	line-height: 1em;
}

ul.topiclist dd.searchextra {
	margin-left: 5px;
	padding: 0.2em 0;
	color: #333333;
	border-left: none;
	clear: both;
	width: 98%;
	overflow: hidden;
}

/* Post body styles
----------------------------------------*/
.postbody 
{
	width: 76%;
	float: left;
	clear: both;
}
	
	.postbody .urlscreenshot
	{
		display: block;
		max-height: 400px;
		overflow: hidden;
	}
	
	.postbody .ignore 
	{
	}
	
	.postbody img
	{
		display: inline;
	}
	
	.postbody h3.first {
		/* The first post on the page uses this */
	}
	
	.postbody h3 {
		/* Postbody requires a different h3 format - so change it here */
		padding: 2px 0 0 0;
		margin: 0 0 0.3em 0 !important;
		text-transform: none;
		border: none;
	}
	
	.postbody h3 img {
		/* Also see tweaks.css */
		vertical-align: bottom;
	}
	
	.postbody .content 
	{
	}

.search .postbody {
	width: 68%
}

/* Topic review panel
----------------------------------------*/
#review {
	margin-top: 2em;
}


.post-ignore .postbody {
	display: none;
}

/* Content container styles
----------------------------------------*/
.content 
{
	min-height: 3em;
	overflow: hidden;
}

.panel p {
	margin-bottom: 1em;
}

.panel
{
}

.panel img
{
	display: inline;
}

.content p {
	margin-bottom: 1em;
}

dl.faq {
	margin-top: 1em;
	margin-bottom: 2em;
}

dl.faq dt {
	font-weight: bold;
	color: #333333;
}

.content dl.faq {
	margin-bottom: 0.5em;
}

.content li {
	list-style-type: inherit;
}

.content ul, .content ol {
	margin-bottom: 1em;
	margin-left: 3em;
}

.posthilit {
	background-color: #f3f3f3;
	color: #BCBCBC;
	padding: 0 2px 1px 2px;
}

.announce, .unreadpost {
	/* Highlight the announcements & unread posts box */
	border-left-color: #BCBCBC;
	border-right-color: #BCBCBC;
}

/* Post author */
p.author {
	margin: 0 15em 0.6em 0;
	padding: 0 0 5px 0;
	
	font-size: 12px;
	line-height: 15px;
}

p.author img
{
	display: inline;
}

/* Post signature */
.signature 
{
	margin-top: 1.5em;
	padding-top: 0.2em;
	border-top: 1px solid #CCCCCC;
	clear: left;
	overflow: hidden;
	float: left;
	
	
	font-size: 12px;
	line-height: 15px;
	color: #888;
	height: 100px;
}

dd .signature {
	margin: 0;
	padding: 0;
	clear: none;
	border: none;
}

.signature li {
	list-style-type: inherit;
}

.signature ul, .signature ol {
	margin-bottom: 1em;
	margin-left: 3em;
}

/* Post noticies */
.notice {
	width: auto;
	margin-top: 1.5em;
	padding-top: 0.2em;
	border-top: 1px dashed #CCCCCC;
	clear: left;
}

/* Jump to post link for now */
ul.searchresults {
	list-style: none;
	text-align: right;
	clear: both;
}

/* BB Code styles
----------------------------------------*/


/* Code block */
dl.codebox {
	padding: 3px;
	background-color: #FFFFFF;
	border: 1px solid #d8d8d8;
}

dl.codebox dt {
	text-transform: uppercase;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 3px;
	font-weight: bold;
	display: block;
}

blockquote dl.codebox {
	margin-left: 0;
}

dl.codebox code {
	/* Also see tweaks.css */
	overflow: auto;
	display: block;
	height: auto;
	white-space: normal;
	padding-top: 5px;
	font: 0.9em Monaco, "Andale Mono","Courier New", Courier, mono;
	line-height: 1.3em;
	color: #8b8b8b;
	margin: 2px 0;
}

.syntaxbg		{ color: #FFFFFF; }
.syntaxcomment	{ color: #000000; }
.syntaxdefault	{ color: #bcbcbc; }
.syntaxhtml		{ color: #000000; }
.syntaxkeyword	{ color: #585858; }
.syntaxstring	{ color: #a7a7a7; }

/* Attachments
----------------------------------------*/
.attachbox {
	float: left;
	width: auto; 
	clear: left;
}

.pm-message .attachbox {
	background-color: #f3f3f3;
}

.attachbox dt {
	text-transform: uppercase;
}

.attachbox dd {
	margin-top: 4px;
	padding-top: 4px;
	clear: left;
	border-top: 1px solid #d8d8d8;
}

.attachbox dd dd {
	border: none;
}

.attachbox p {
	line-height: 110%;
	color: #666666;
	font-weight: normal;
	clear: left;
}

.attachbox p.stats
{
	line-height: 110%;
	color: #666666;
	font-weight: normal;
	clear: left;
}

.attach-image {
	margin: 3px 0;
	width: 100%;
	overflow: auto;
}

.attach-image img {
/*	cursor: move; */
	cursor: default;
}

/* Inline image thumbnails */
div.inline-attachment dl.thumbnail, div.inline-attachment dl.file {
	display: block;
	margin-bottom: 4px;
}

div.inline-attachment p {
}

dl.file {
	display: block;
}

dl.file dt {
	text-transform: none;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

dl.file dd {
	color: #666666;
	margin: 0;
	padding: 0;	
}

dl.thumbnail dd {
	color: #666666;
	font-style: italic;
}

.attachbox dl.thumbnail dd {
}


/* Post poll styles
----------------------------------------*/
fieldset.polls {
}

fieldset.polls dl {
	margin-top: 5px;
	border-top: 1px solid #e2e2e2;
	padding: 5px 0 0 0;
	line-height: 120%;
	color: #666666;
}

fieldset.polls dl.voted {
	font-weight: bold;
	color: #000000;
}

fieldset.polls dt {
	text-align: left;
	float: left;
	display: block;
	width: 30%;
	border-right: none;
	padding: 0;
	margin: 0;
}

fieldset.polls dd {
	float: left;
	width: 10%;
	border-left: none;
	padding: 0 5px;
	margin-left: 0;
}

fieldset.polls dd.resultbar {
	width: 50%;
}

fieldset.polls dd input {
	margin: 2px 0;
}

fieldset.polls dd div {
	text-align: right;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0 2px;
	overflow: visible;
	min-width: 2%;
}

.pollbar1 {
	background-color: #aaaaaa;
	border-bottom: 1px solid #747474;
	border-right: 1px solid #747474;
}

.pollbar2 {
	background-color: #bebebe;
	border-bottom: 1px solid #8c8c8c;
	border-right: 1px solid #8c8c8c;
}

.pollbar3 {
	background-color: #D1D1D1;
	border-bottom: 1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;
}

.pollbar4 {
	background-color: #e4e4e4;
	border-bottom: 1px solid #bebebe;
	border-right: 1px solid #bebebe;
}

.pollbar5 {
	background-color: #f8f8f8;
	border-bottom: 1px solid #D1D1D1;
	border-right: 1px solid #D1D1D1;
}

/* Poster profile block
----------------------------------------*/
.postprofile {
	/* Also see tweaks.css */
	margin: 0 0 10px 0;
	min-height: 80px;
	color: #59595B;
	border-left: 1px solid #FFFFFF;
	width: 22%;
	float: right;
	display: inline;
	
	
	font-size: 12px;
	line-height: 15px;
	
}
.pm .postprofile {
	border-left: 1px solid #DDDDDD;
}


	.postprofile dt, 
	.postprofile dd
	{
		clear: both;
		margin-left: 8px;
	}
	
		.postprofile dd span.label
		{
			display: block;
			float: left;
			width: 35px;
			text-align: right;
			color: #aaa;
		}

		.postprofile dd span.value
		{
			display: block;
			float: left;
			width: 146px;
			margin: 0 0 0 4px;
		}
		
		.postprofile dd.rank
		{
			margin-bottom: 3px;
		}
		
		.postprofile dd.warnings span.value
		{
			font-weight: bold;
			color: #BC2A4D;
		} 

.postprofile strong 
{
	font-weight: normal;
	color: #000000;
}

.avatar {
	border: none;
	margin-bottom: 3px;
}

.online {
	background-image: none;
	background-position: 100% 0;
	background-repeat: no-repeat;
}

/* Poster profile used by search*/
.search .postprofile {
	width: 30%;
}

/* pm list in compose message if mass pm is enabled */
dl.pmlist dt {
	width: 60% !important;
}

dl.pmlist dt textarea {
	width: 95%;
}

dl.pmlist dd {
	margin-left: 61% !important;
	margin-bottom: 2px;
}
/* proSilver Button Styles
---------------------------------------- */

/* Sub-header (navigation bar)
--------------------------------------------- */
a.print, a.sendemail, a.fontsize {
	display: block;
	overflow: hidden;
	height: 18px;
	text-indent: -5000px;
	text-align: left;
	background-repeat: no-repeat;
}

a.print {
	background-image: none;
	width: 22px;
}

a.sendemail {
	background-image: none;
	width: 22px;
}

a.fontsize {
	background-image: none;
	background-position: 0 -1px;
	width: 29px;
}

a.fontsize:hover {
	background-position: 0 -20px;
	text-decoration: none;
}

/* Icon images
---------------------------------------- */
.sitehome, .icon-faq, .icon-fb, .icon-members, .icon-home, .icon-ucp, .icon-register, .icon-logout,
.icon-bookmark, .icon-bump, .icon-subscribe, .icon-unsubscribe, .icon-pages, .icon-search {
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-image: none;
	padding: 1px 0 0 17px;
}

/* Poster profile icons
----------------------------------------*/
ul.profile-icons 
{
	padding-top: 10px;
	list-style: none;
}

	ul.profile-icons li 
	{
		float: left;
		margin: 0 0 0 3px;
		background-position: 0 100%;
	}
	
		ul.profile-icons li a 
		{
			display: block;
			width: 100%;
			height: 100%;
			background-position: 0 0;
		}
	
		ul.profile-icons li span 
		{
			display:none;
		}
		
		ul.profile-icons li a:hover
		{
			background: none;
		}
	
	.postbody ul.profile-icons 
	{
		float: right;
		width: auto;
		padding: 0;
	}

/* Profile & navigation icons */
.email-icon, .email-icon a		{ background: none top left no-repeat; }
.gg-icon, .gg-icon a			{ background: none top left no-repeat; }
.web-icon, .web-icon a			{ background: none top left no-repeat; }
.jabber-icon, .jabber-icon a		{ background: none top left no-repeat; }
.pm-icon, .pm-icon a				{ background: none top left no-repeat; }
.quote-icon, .quote-icon a		{ background: none top left no-repeat; }

/* Moderator icons */
.report-icon, .report-icon a		{ background: none top left no-repeat; }
.warn-icon, .warn-icon a			{ background: none top left no-repeat; }
.edit-icon, .edit-icon a			{ background: none top left no-repeat; }
.delete-icon, .delete-icon a		{ background: none top left no-repeat; }
.info-icon, .info-icon a			{ background: none top left no-repeat; }

/* Set profile icon dimensions */
ul.profile-icons li.email-icon		{ width: 21px; height: 21px; }
ul.profile-icons li.gg-icon	{ width: 21px; height: 21px; }
ul.profile-icons li.web-icon	{ width: 21px; height: 21px; }
ul.profile-icons li.jabber-icon	{ width: 21px; height: 21px; }
ul.profile-icons li.pm-icon		{ width: 21px; height: 21px; }
ul.profile-icons li.quote-icon	{ width: 21px; height: 21px; }
ul.profile-icons li.report-icon	{ width: 21px; height: 21px; }
ul.profile-icons li.edit-icon	{ width: 21px; height: 21px; }
ul.profile-icons li.delete-icon	{ width: 21px; height: 21px; }
ul.profile-icons li.info-icon	{ width: 21px; height: 21px; }
ul.profile-icons li.warn-icon	{ width: 21px; height: 21px; }
#cp-main .content {
	padding: 0;
}

#cp-main h3, #cp-main hr, #cp-menu hr {
	border-color: #bfbfbf;
}

#cp-main .panel p {
}

#cp-main .panel ol {
	margin-left: 2em;
}

#cp-main .panel li.header dd, #cp-main .panel li.header dt {
	color: #000000;
	margin-bottom: 2px;
}

#cp-main table.table1 {
	margin-bottom: 1em;
}

#cp-main table.table1 thead th {
	color: #333333;
	font-weight: bold;
	border-bottom: 1px solid #333333;
	padding: 5px;
}

#cp-main table.table1 tbody th {
	font-style: italic;
	background-color: transparent !important;
	border-bottom: none;
}

#cp-main .pagination {
	float: right;
	width: auto;
	padding-top: 1px;
}

#cp-main .pm-message {
	border: 1px solid #e2e2e2;
	margin: 10px 0;
	background-color: #FFFFFF;
	width: auto;
	float: none;
}

#cp-main .buttons {
	margin-left: 0;
}

#cp-main ul.linklist {
	margin: 0;
}

/* CP tabbed menu
----------------------------------------*/



/* UCP navigation menu
----------------------------------------*/
/* Container for sub-navigation list */




/* Preferences pane layout
----------------------------------------*/

#cp-main .pm {
	background-color: #FFFFFF;
}

/* Friends list */
.cp-mini 
{
	padding: 16px 0 0 0;
}

dl.mini dt {
	font-weight: bold;
	color: #676767;
}

dl.mini dd {
	padding-top: 4px;
}

.friend-online {
	font-weight: bold;
}

.friend-offline {
	font-style: italic;
}

/* PM Styles
----------------------------------------*/
#pm-menu {
	line-height: 2.5em;
}

.reply-all {
	display: block; 
	padding-top: 4px; 
	clear: both;
	float: left;
}

.pm-panel-message {
	padding-top: 10px;
}

.pm-return-to {
	padding-top: 23px;
}

#cp-main .pm-message-nav {
	margin: 0; 
	padding: 2px 10px 5px 10px; 
	border-bottom: 1px dashed #A4B3BF;
}

/* PM Message history */
.current {
	color: #999999;
}

/* Defined rules list for PM options */
ol.def-rules {
	padding-left: 0;
}

ol.def-rules li {
	line-height: 180%;
	padding: 1px;
}

.pmlist li.pm_message_reported_colour, .pm_message_reported_colour {
	border-left-color: #bcbcbc;
	border-right-color: #bcbcbc;
}

.pmlist li.pm_marked_colour, .pm_marked_colour {
	border: solid 3px #ffffff;
	border-width: 0 3px 0 0;
}

.pmlist li.pm_replied_colour, .pm_replied_colour {
	border: solid 3px #c2c2c2;
	border-width: 0 3px 0 0;	
}

.pmlist li.pm_friend_colour, .pm_friend_colour {
	border: solid 3px #bdbdbd;
	border-width: 0 3px 0 0;
}

.pmlist li.pm_foe_colour, .pm_foe_colour {
	border: solid 3px #000000;
	border-width: 0 3px 0 0;
}

.pm-legend {
	border-left-width: 10px;
	border-left-style: solid;
	border-right-width: 0;
	margin-bottom: 3px;
	padding-left: 3px;
}

/* Avatar gallery */
#gallery label {
	position: relative;
	float: left;
	margin: 10px;
	padding: 5px;
	width: auto;
	background: #FFFFFF;
	border: 1px solid #CCC;
	text-align: center;
}

#gallery label:hover {
	background-color: #EEE;
}
/* proSilver Form Styles
---------------------------------------- */

/* General form styles
----------------------------------------*/
fieldset {
	border-width: 0;
}

input {
	font-weight: normal;
	cursor: pointer;
	vertical-align: middle;
	padding: 0 3px;
}

select {
	font-weight: normal;
	cursor: pointer;
	vertical-align: middle;
	border: 1px solid #666666;
	padding: 0;
	background-color: #FAFAFA;
}

option {
	padding-right: 1em;
}

option.disabled-option {
	color: graytext;
}

textarea {
	width: 60%;
	padding: 2px;
}

label {
	cursor: default;
	padding-right: 5px;
	color: #676767;
}

label input {
	vertical-align: middle;
}

label img {
	vertical-align: middle;
}

/* Definition list layout for forms
---------------------------------------- */
fieldset dl {
	padding: 4px 0;
}

fieldset dt {
	float: left;	
	width: 40%;
	text-align: left;
	display: block;
}

fieldset dd {
	margin-left: 41%;
	vertical-align: top;
	margin-bottom: 3px;
}

/* Specific layout 1 */
fieldset.fields1 dt {
	width: 15em;
	border-right-width: 0;
}

fieldset.fields1 dd {
	margin-left: 15em;
	border-left-width: 0;
}

fieldset.fields1 {
	background-color: transparent;
}

fieldset.fields1 div {
	margin-bottom: 3px;
}

/* Specific layout 2 */
fieldset.fields2 dt {
	width: 15em;
	border-right-width: 0;
}

fieldset.fields2 dd {
	margin-left: 16em;
	border-left-width: 0;
}

/* Form elements */
dt label {
	font-weight: bold;
	text-align: left;
}

dt span
{
	display: block;
	font-size: 11px;
	line-height: 14px;
}

#tz
{
	width: 620px;
}

dd label {
	white-space: nowrap;
	color: #333;
}

dd input, dd textarea {
	margin-right: 3px;
}

dd select {
	width: auto;
}

dd textarea {
	width: 85%;
}

/* Hover effects */
fieldset dl:hover dt label {
	color: #000000;
}

fieldset.fields2 dl:hover dt label {
	color: inherit;
}

#timezone {
	width: 95%;
}

* html #timezone {
	width: 50%;
}

/* Quick-login on index page */
fieldset.quick-login {
	margin-top: 5px;
}

fieldset.quick-login input {
	width: auto;
}

fieldset.quick-login input.inputbox {
	width: 15%;
	vertical-align: middle;
	margin-right: 5px;
	background-color: #f3f3f3;
}

fieldset.quick-login label {
	white-space: nowrap;
	padding-right: 2px;
}

/* Display options on viewtopic/viewforum pages  */

fieldset.display-options label 
{
	white-space: nowrap;
	padding-right: 0;
}

/* Display actions for ucp and mcp pages */
fieldset.display-actions {
	text-align: right;
	line-height: 2em;
	white-space: nowrap;
	padding-right: 1em;
}

fieldset.display-actions label {
	white-space: nowrap;
	padding-right: 2px;
}

fieldset.sort-options {
	line-height: 2em;
}

/* MCP forum selection*/
fieldset.forum-selection {
	margin: 5px 0 3px 0;
	float: right;
}

fieldset.forum-selection2 {
	margin: 13px 0 3px 0;
	float: right;
}

/* Jumpbox */
fieldset.jumpbox {
	text-align: right;
	margin-top: 15px;
	height: 2.5em;
}

fieldset.quickmod 
{
	float: right;
	text-align: right;
}

/* Submit button fieldset */
fieldset.submit-buttons {
	text-align: center;
	vertical-align: middle;
	margin: 5px 0;
}

fieldset.submit-buttons input {
	vertical-align: middle;
	padding-top: 3px;
	padding-bottom: 3px;
}

/* Posting page styles
----------------------------------------*/

/* Buttons used in the editor */
#format-buttons {
	margin: 15px 0 2px 0;
}

#format-buttons input, #format-buttons select {
	vertical-align: middle;
}

/* Main message box */
#message-box {
	width: 80%;
}

#message-box textarea {
	width: 100%;
	color: #333333;
}

/* Emoticons panel */
#smiley-box {
	width: 18%;
	float: right;
}

#smiley-box img {
	margin: 3px;
}

/* Input field styles
---------------------------------------- */
.inputbox {
	background-color: #FFFFFF;
	border: 1px solid #c0c0c0;
	color: #333333;
	padding: 2px;
	cursor: text;
}

.inputbox:hover {
	border: 1px solid #eaeaea;
}

.inputbox:focus {
	border: 1px solid #eaeaea;
	color: #4b4b4b;
}

input.inputbox	{ width: 85%; }
input.medium	{ width: 50%; }
input.narrow	{ width: 25%; }
input.tiny		{ width: 125px; }

textarea.inputbox {
	width: 85%;
}

.autowidth {
	width: auto !important;
}

/* Form button styles
---------------------------------------- */
input.button1, input.button2 {
}

a.button1, input.button1, input.button3, a.button2, input.button2 {
	width: auto !important;
	padding-top: 1px;
	padding-bottom: 1px;
	color: #000;
	background: #FAFAFA none repeat-x top left;
}

a.button1, input.button1 {
	font-weight: bold;
	border: 1px solid #666666;
}

input.button3 {
	padding: 0;
	margin: 0;
	line-height: 5px;
	height: 12px;
	background-image: none;
	font-variant: small-caps;
}

/* Alternative button */
a.button2, input.button2, input.button3 {
	border: 1px solid #666666;
}

/* <a> button in the style of the form buttons */
a.button1, a.button1:link, a.button1:visited, a.button1:active, a.button2, a.button2:link, a.button2:visited, a.button2:active {
	text-decoration: none;
	color: #000000;
	padding: 2px 8px;
	line-height: 250%;
	vertical-align: text-bottom;
	background-position: 0 1px;
}

/* Hover states */
a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover {
	border: 1px solid #BCBCBC;
	background-position: 0 100%;
	color: #BCBCBC;
}

input.disabled {
	font-weight: normal;
	color: #666666;
}

.full { width: 95%; }
.medium { width: 50%;}
.narrow { width: 25%;}
.tiny { width: 10%;}
/* proSilver Style Sheet Tweaks

These style definitions are mainly IE specific 
tweaks required due to its poor CSS support.
-------------------------------------------------*/

* html table, * html select, * html input { font-size: 100%; }
* html hr { margin: 0; }

table.table1 {
	width: 99%;		/* IE < 6 browsers */
	/* Tantek hack */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 100%;
}
html>body table.table1 { width: 100%; }	/* Reset 100% for opera */

/* Form styles */
html>body dd label input { vertical-align: text-bottom; }	/* Align checkboxes/radio buttons nicely */

* html input.button1, * html input.button2 {
	padding-bottom: 0;
	margin-bottom: 1px;
}

.clearfix, 
#tabs, 
#minitabs, 
fieldset dl, 
ul.topiclist dl, 
dl.polls 
{
	overflow: hidden;
}

/* viewtopic fix */
* html .post {
	height: 25%;
	overflow: hidden;
}

/* navbar fix */
* html .clearfix, * html .navbar, ul.linklist {
	height: 4%;
	overflow: hidden;
}

/* Simple fix so forum and topic lists always have a min-height set, even in IE6
	From http://www.dustindiaz.com/min-height-fast-hack */
dl.icon {
	min-height: 35px;
	height: auto !important;
	height: 35px;
}

* html li.row dl.icon dt {
	height: 35px;
	overflow: visible;
}

* html #search-box {
	width: 25%;
}

/* Correctly clear floating for details on profile view */
*:first-child+html dl.details dd {
	margin-left: 30%;
	float: none;
}

* html dl.details dd {
	margin-left: 30%;
	float: none;
}
/*  	
--------------------------------------------------------------
Colours and backgrounds for common.css
-------------------------------------------------------------- */

hr {
	border-color: #FFFFFF;
	border-top-color: #CCCCCC;
}

hr.dashed {
	border-top-color: #CCCCCC;
}

/* Search box
--------------------------------------------- */

#search-box {
	color: #FFFFFF;
}

#search-box #keywords {
	background-color: #FFF;
}

#search-box input {
	border-color: #0075B0;
}

/* Round cornered boxes and backgrounds
---------------------------------------- */
.headerbar {
	background-color: #12A3EB;
	background-image: url("./styles/mazdaspeed/theme/images/bg_header.gif");
	color: #FFFFFF;
}

.panel {
	background-color: #ECF1F3;
	color: #28313F;
}

.post:target .content {
	color: #000000;
}

.post:target h3 a {
	color: #000000;
}

.ucprowbg {
	background-color: #DCDEE2;
}

.fieldsbg {
	background-color: #E7E8EA;
}

/* Horizontal lists
----------------------------------------*/

ul.navlinks {
	border-bottom-color: #FFFFFF;
}

/* Table styles
----------------------------------------*/

table.table1 tbody tr:hover, table.table1 tbody tr.hover {
	background-color: #CFE1F6;
	color: #000;
}

table.table1 td {
	color: #536482;
}

table.table1 tbody td {
	border-top-color: #FAFAFA;
}

table.table1 tbody th {
	border-bottom-color: #000000;
	color: #333333;
	background-color: #FFFFFF;
}

table.info tbody th {
	color: #000000;
}

/* Misc layout styles
---------------------------------------- */
dl.details dt {
	color: #000000;
}

dl.details dd {
	color: #536482;
}

.sep {
	color: #1198D9;
}


/* Miscellaneous styles
---------------------------------------- */

.error {
	color: #BC2A4D;
}

.reported {
	background-color: #F7ECEF;
}

li.reported:hover {
	background-color: #ECD5D8 !important;
}
.sticky, .announce {
	/* you can add a background for stickies and announcements*/
}

p.rules {
	background-color: #ECD5D8;
	background-image: none;
}

/*  	
--------------------------------------------------------------
Colours and backgrounds for links.css
-------------------------------------------------------------- */

a:link	{ color: #105289; }
a:visited	{ color: #105289; }
a:hover	{ color: #D31141; }
a:active	{ color: #368AD2; }


/* Post body links */
.postlink {
	color: #368AD2;
}

.postlink:hover {
	background-color: #D0E4F6;
	color: #0D4473;
}

.signature a, .signature a:visited, .signature a:active, .signature a:hover {
	background-color: transparent;
}

/* Profile links */
.postprofile a:link, .postprofile a:active, .postprofile a:visited, .postprofile dt.author a {
	color: #105289;
}

.postprofile a:hover, .postprofile dt.author a:hover {
	color: #D31141;
}

/* Profile searchresults */	
.search .postprofile a {
	color: #105289;
}

.search .postprofile a:hover {
	color: #D31141;
}

/* Back to top of page */
a.top {
	background-image: url("./styles/mazdaspeed/imageset/icon_back_top.gif");
}

a.top2 {
	background-image: url("./styles/mazdaspeed/imageset/icon_back_top.gif");
}

/* Arrow links  */
a.up		{ background-image: url("./styles/mazdaspeed/theme/images/arrow_up.gif") }
a.down		{ background-image: url("./styles/mazdaspeed/theme/images/arrow_down.gif") }
a.left		{ background-image: url("./styles/mazdaspeed/theme/images/arrow_left.gif") }
a.right		{ background-image: url("./styles/mazdaspeed/theme/images/arrow_right.gif") }

a.up:hover {
	background-color: transparent;
}

a.left:hover {
	color: #368AD2;
}

a.right:hover {
	color: #368AD2;
}


/*  	
--------------------------------------------------------------
Colours and backgrounds for content.css
-------------------------------------------------------------- */

ul.topiclist li.row dt a.subforum.read {
	background-image: url("./styles/mazdaspeed/imageset/subforum_read.gif");
}

ul.topiclist li.row dt a.subforum.unread {
	background-image: url("./styles/mazdaspeed/imageset/subforum_unread.gif");
}

li.row strong {
	color: #000000;
}

/* Forum list column styles */
ul.topiclist dd.searchextra {
	color: #333333;
}

/* Content container styles
----------------------------------------*/
.content {
	color: #333333;
}

dl.faq dt {
	color: #333333;
}

.posthilit {
	background-color: #F3BFCC;
	color: #BC2A4D;
}

/* Post signature */
.signature {
	border-top-color: #CCCCCC;
}

/* Post noticies */
.notice {
	border-top-color:  #CCCCCC;
}

/* BB Code styles
----------------------------------------*/

/* Code block */
dl.codebox {
	background-color: #FFFFFF;
	border-color: #C9D2D8;
}

dl.codebox dt {
	border-bottom-color:  #CCCCCC;
}

dl.codebox code {
	color: #2E8B57;
}

.syntaxbg		{ color: #FFFFFF; }
.syntaxcomment	{ color: #FF8000; }
.syntaxdefault	{ color: #0000BB; }
.syntaxhtml		{ color: #000000; }
.syntaxkeyword	{ color: #007700; }
.syntaxstring	{ color: #DD0000; }

/* Attachments
----------------------------------------*/

.pm-message .attachbox {
	background-color: #F2F3F3;
}

.attachbox dd {
	border-top-color: #C9D2D8;
}

.attachbox p {
	color: #666666;
}

.attachbox p.stats {
	color: #666666;
}


/* Inline image thumbnails */

dl.file dd {
	color: #666666;
}

dl.thumbnail dd {
	color: #666666;
}

/* Post poll styles
----------------------------------------*/

fieldset.polls dl {
	border-top-color: #DCDEE2;
	color: #666666;
}

fieldset.polls dl.voted {
	color: #000000;
}

fieldset.polls dd div {
	color: #FFFFFF;
}

.rtl .pollbar1, .rtl .pollbar2, .rtl .pollbar3, .rtl .pollbar4, .rtl .pollbar5 {
	border-right-color: transparent;
}

.pollbar1 {
	background-color: #AA2346;
	border-bottom-color: #74162C;
	border-right-color: #74162C;
}

.rtl .pollbar1 {
	border-left-color: #74162C;
}

.pollbar2 {
	background-color: #BE1E4A;
	border-bottom-color: #8C1C38;
	border-right-color: #8C1C38;
}

.rtl .pollbar2 {
	border-left-color: #8C1C38;
}

.pollbar3 {
	background-color: #D11A4E;
	border-bottom-color: #AA2346;
	border-right-color: #AA2346;
}

.rtl .pollbar3 {
	border-left-color: #AA2346;
}

.pollbar4 {
	background-color: #E41653;
	border-bottom-color: #BE1E4A;
	border-right-color: #BE1E4A;
}

.rtl .pollbar4 {
	border-left-color: #BE1E4A;
}

.pollbar5 {
	background-color: #F81157;
	border-bottom-color: #D11A4E;
	border-right-color: #D11A4E;
}

.rtl .pollbar5 {
	border-left-color: #D11A4E;
}

/* Poster profile block
----------------------------------------*/
.postprofile {
	color: #666666;
	border-left-color: #FFFFFF;
}

.rtl .postprofile {
	border-right-color: #FFFFFF;
	border-left-color: transparent;
}

.pm .postprofile {
	border-left-color: #DDDDDD;
}

.rtl .pm .postprofile {
	border-right-color: #DDDDDD;
	border-left-color: transparent;
}

.postprofile strong {
	color: #000000;
}

.online {
	background-image: url("./styles/mazdaspeed/imageset/pl/icon_user_online.gif");
}

/*  	
--------------------------------------------------------------
Colours and backgrounds for buttons.css
-------------------------------------------------------------- */

/* Big button images */

a.print {
	background-image: url("./styles/mazdaspeed/theme/images/icon_print.gif");
}

a.sendemail {
	background-image: url("./styles/mazdaspeed/theme/images/icon_sendemail.gif");
}

a.fontsize {
	background-image: url("./styles/mazdaspeed/theme/images/icon_fontsize.gif");
}

/* Icon images
---------------------------------------- */
.sitehome						{ background-image: url("./styles/mazdaspeed/theme/images/icon_home.gif"); }
.icon-faq						{ background-image: url("./styles/mazdaspeed/theme/images/icon_faq.gif"); }
.icon-fb						{ background-image: url("./styles/mazdaspeed/theme/images/icon_fb.png"); }
.icon-members					{ background-image: url("./styles/mazdaspeed/theme/images/icon_members.gif"); }
.icon-home						{ background-image: url("./styles/mazdaspeed/theme/images/icon_home.gif"); }
.icon-ucp						{ background-image: url("./styles/mazdaspeed/theme/images/icon_ucp.gif"); }
.icon-register					{ background-image: url("./styles/mazdaspeed/theme/images/icon_register.gif"); }
.icon-logout					{ background-image: url("./styles/mazdaspeed/theme/images/icon_logout.gif"); }
.icon-bookmark					{ background-image: url("./styles/mazdaspeed/theme/images/icon_bookmark.gif"); }
.icon-bump						{ background-image: url("./styles/mazdaspeed/theme/images/icon_bump.gif"); }
.icon-subscribe					{ background-image: url("./styles/mazdaspeed/theme/images/icon_subscribe.gif"); }
.icon-unsubscribe				{ background-image: url("./styles/mazdaspeed/theme/images/icon_unsubscribe.gif"); }
.icon-pages						{ background-image: url("./styles/mazdaspeed/theme/images/icon_pages.gif"); }
.icon-search					{ background-image: url("./styles/mazdaspeed/theme/images/icon_search.gif"); }

/* Profile & navigation icons */
.email-icon, .email-icon a		{ background-image: url("./styles/mazdaspeed/imageset/icon_contact_email.png"); }
.gg-icon, .gg-icon a			{ background-image: url("./styles/mazdaspeed/imageset/icon_contact_gg.png"); }
.web-icon, .web-icon a			{ background-image: url("./styles/mazdaspeed/imageset/icon_contact_www.png"); }
.jabber-icon, .jabber-icon a		{ background-image: url("./styles/mazdaspeed/imageset/icon_contact_jabber.png"); }
.pm-icon, .pm-icon a				{ background-image: url("./styles/mazdaspeed/imageset/icon_contact_pm.png"); }
.quote-icon, .quote-icon a		{ background-image: url("./styles/mazdaspeed/imageset/icon_post_quote.png"); }


/*  	
--------------------------------------------------------------
Colours and backgrounds for cp.css
-------------------------------------------------------------- */

/* Main CP box
----------------------------------------*/

#cp-main .panel li.header dd, #cp-main .panel li.header dt {
	color: #000000;
}

#cp-main table.table1 thead th {
	color: #333333;
	border-bottom-color: #333333;
}

#cp-main .pm-message {
	border-color: #DBDEE2;
	background-color: #FFFFFF;
}

/* CP tabbed menu
----------------------------------------*/


/* Mini tabbed menu used in MCP
----------------------------------------*/
#minitabs li {
	background-color: #E1EBF2;
}

#minitabs li.activetab {
	background-color: #F9F9F9;
}

#minitabs li.activetab a, #minitabs li.activetab a:hover {
	color: #333333;
}

/* UCP navigation menu
----------------------------------------*/

/* Preferences pane layout
----------------------------------------*/
#cp-main .panel {
	background-color: #F9F9F9;
}

#cp-main .pm {
	background-color: #FFFFFF;
}

dl.mini dt {
	color: #425067;
}

/* PM Styles
----------------------------------------*/
/* PM Message history */
.current {
	color: #000000 !important;
}

/* PM marking colours */
.pmlist li.pm_message_reported_colour, .pm_message_reported_colour {
	border-left-color: #BC2A4D;
	border-right-color: #BC2A4D;
}

.pmlist li.pm_marked_colour, .pm_marked_colour {
	border-color: #FF6600;
}

.pmlist li.pm_replied_colour, .pm_replied_colour {
	border-color: #A9B8C2;
}

.pmlist li.pm_friend_colour, .pm_friend_colour {
	border-color: #5D8FBD;
}

.pmlist li.pm_foe_colour, .pm_foe_colour {
	border-color: #000000;
}

/* Avatar gallery */
#gallery label {
	background-color: #FFFFFF;
	border-color: #CCC;
}

#gallery label:hover {
	background-color: #EEE;
}

/*  	
--------------------------------------------------------------
Colours and backgrounds for forms.css
-------------------------------------------------------------- */

/* General form styles
----------------------------------------*/
select {
	border-color: #666666;
	background-color: #FAFAFA;
	color: #000;
}

label {
	color: #425067;
}

option.disabled-option {
	color: graytext;
}

/* Definition list layout for forms
---------------------------------------- */
dd label {
	color: #333;
}

/* Hover effects */
fieldset dl:hover dt label {
	color: #000000;
}

fieldset.fields2 dl:hover dt label {
	color: inherit;
}

/* Quick-login on index page */
fieldset.quick-login input.inputbox {
	background-color: #F2F3F3;
}

/* Posting page styles
----------------------------------------*/

#message-box textarea {
	color: #333333;
}

/* Input field styles
---------------------------------------- */
.inputbox {
	background-color: #FFFFFF; 
	border-color: #B4BAC0;
	color: #333333;
}

.inputbox:hover {
	border-color: #11A3EA;
}

.inputbox:focus {
	border-color: #11A3EA;
	color: #0F4987;
}

/* Form button styles
---------------------------------------- */

a.button1, input.button1, input.button3, a.button2, input.button2 {
	color: #000;
	background-color: #FAFAFA;
	background-image: url("./styles/mazdaspeed/theme/images/bg_button.gif");
}

a.button1, input.button1 {
	border-color: #666666;
}

input.button3 {
	background-image: none;
}

/* Alternative button */
a.button2, input.button2, input.button3 {
	border-color: #666666;
}

/* <a> button in the style of the form buttons */
a.button1, a.button1:link, a.button1:visited, a.button1:active, a.button2, a.button2:link, a.button2:visited, a.button2:active {
	color: #000000;
}

/* Hover states */
a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover {
	border-color: #BC2A4D;
	color: #BC2A4D;
}

input.disabled {
	color: #666666;
}
/**
*
* file: styles/prosilver/theme/qte.css
* author: abdev
* begin: 02/28/2008
* version: 0.0.4 - 12/01/2010
* licence: http://opensource.org/licenses/gpl-license.php GNU Public License
*
*/

/* selector */
fieldset.attribute {
	text-align: right;
	margin-top: 15px;
	height: 2.5em;
}

/* attributes */
.qte_solved { color: #006600; }
.qte_cancelled { color: #cc0000; }

.qte_solved, .qte_cancelled { font-weight:bold; }
/* proSilver Content Styles for MOD Thanks
---------------------------------------- */

dl.thanks {
	min-height: 35px;
	background-position: 10px 50%;		/* Position of folder icon */
	background-repeat: no-repeat;
}

dl.thanks dt {
	padding-left: 45px;					/* Space for folder icon */
	background-repeat: no-repeat;
	background-position: 5px 95%;		/* Position of topic icon */
	width: 45%;
}

dd.lastpostthanks {
	width: auto;
	font-size: 1.1em;
}
dd.lastpostthanks span {
	display: block;
	padding-left: 5px;
}
/* List in forum description */
dl.thanks dt ol,
dl.thanks dt ul {
	list-style-position: inside;
	margin-left: 1em;
}

dl.thanks dt li {
	display: list-item;
	list-style-type: inherit;
}
li.header dl.thanks {
	min-height: 0;
}

li.header dl.thanks dt {
	/* Tweak for headers alignment when folder icon used */
	padding-left: 0;
	padding-right: 50px;
}

/* Forum list column styles */
dl.thanks {
	min-height: 35px;
	background-position: 10px 50%;		/* Position of folder icon */
	background-repeat: no-repeat;
}

dl.thanks dt {
	padding-left: 45px;					/* Space for folder icon */
	background-repeat: no-repeat;
	background-position: 5px 95%;		/* Position of topic icon */
}
/* Icon images
---------------------------------------- */
.icon-thanks, .icon-thanks_toplist {
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-image: none;
	padding: 1px 0 0 17px;
}

.icon-thanks					{ background-image: url("./styles/mazdaspeed/theme/images/icon_thanks.gif"); }
.icon-thanks_toplist			{ background-image: url("./styles/mazdaspeed/theme/images/icon_thanks_toplist.gif"); }

/* Set profile icon dimensions */
ul.profile-icons li.thanks-icon	{ width: 21px; height: 21px; }
ul.profile-icons li.removethanks-icon	{ width: 21px; height: 21px; }

ul.profile-icons li.thankscount-icon 
{
	position: relative;
	width: auto;
	overflow: visible;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #15a1dc;
}

	ul.profile-icons li.thankscount-icon > a
	{
		width: auto;
		padding: 0 21px 0 5px;
		color: #fff;
		background-repeat: no-repeat;
		background-position: right top;
		background-color: #cccccc;
	}

	ul.profile-icons li.thankscount-icon:hover > a
	{
		background: none;
	}
		ul.profile-icons li.thankscount-icon:hover > span.likes
		{
			display: block;
			position: absolute;
			bottom: 21px;
			right: 0;
			width: 400px;
			overflow: visible;
		}

		ul.profile-icons li.thankscount-icon:hover > span.likes span
		{
			display: block;
			position: absolute;
			bottom: 0;
			right: 0;
			padding: 2px 4px;
			font-size: 12px;
			background: #15a1dc;
			box-shadow: 0 -8px 8px rgba(0, 0, 0, .03), -12px -8px 8px rgba(0, 0, 0, .03), 12px -8px 8px rgba(0, 0, 0, .03);
			color: #fff;
		}
		
			ul.profile-icons li.thankscount-icon:hover > span.likes span a
			{
				display: inline;
				color: #fff;
			}
		
			ul.profile-icons li.thankscount-icon:hover > span.likes span a:hover
			{
				color: #59595B;
			}
			
/* Profile & navigation icons */
.thanks-icon, .thanks-icon > a		{ background-image: url("./styles/mazdaspeed/imageset/icon_post_like.png"); }
.removethanks-icon, .removethanks-icon > a	{ background-image: url("./styles/mazdaspeed/imageset/icon_post_like.png"); }

ul.forums 
{
	background-color: #f2f2f2;
}

.post
{
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px solid #a4a4a4;
}

	.post .username
	{
		font: bold 13px/20px "Segoe UI", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	}
	
	.post .status
	{
		font: normal 11px/11px "Segoe UI", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
		color: #59595B;
	}

	.post .avatar
	{
	}
	
		.post .avatar a
		{
			display: block;
			width: 100px;
			margin: 4px 0 8px 0;
			padding: 7px;
			text-align: center;
			background: #fff;
		}
		
		.post .avatar img
		{
			display: block;
			margin: auto;
		}
		

#viewprofile
{
}

	#viewprofile .panel
	{
		background: none !important;
		overflow: visible;
		clear: both;
	}
	
	#viewprofile .left-box
	{
		position: absolute;
	}
	
	#viewprofile .avatar
	{
		display: block;
		width: 100px;
		margin: 4px 0 8px 0;
		padding: 7px;
		text-align: center;
		background: #fff;
	}
	
	#viewprofile .avatar img
	{
		display: block;
		margin: auto;
	}
		
		
		
/* Moderator icons */
.report-icon, .report-icon a		{ background-image: url("./styles/mazdaspeed/imageset/icon_post_report.png"); }
.edit-icon, .edit-icon a			{ background-image: url("./styles/mazdaspeed/imageset/icon_post_edit.png"); }
.delete-icon, .delete-icon a		{ background-image: url("./styles/mazdaspeed/imageset/icon_post_delete.png"); }
.info-icon, .info-icon a			{ background-image: url("./styles/mazdaspeed/imageset/icon_post_info.png"); }
.warn-icon, .warn-icon a			{ background-image: url("./styles/mazdaspeed/imageset/icon_user_warn.png"); } /* Need updated warn icon */
		