/* mfp-forum widht 710px, was 545px. searchbox was 533px */

.mfp-forum {
	padding-left:0px;
	width: 710px;
}

.mfp-searchbox {
	padding-left:10px;
	display: table-cell;
	vertical-align: middle;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	height: 40px;
	background: url('images/grey_fade.png') top left repeat-x;
	width: 698px;
	text-align: left;
	border:1px solid #9CA7B8;
}

.mfp-searchbox form{

}

.mfp-searchscore{
	position: relative;
	top: -5px;
	left: 0px;
	font-size: 11px;
	color: #777777;
	text-align: right;
}

.mfp-post-reply textarea {
	width: 100%;
}

.mfp-post-title, .mfp-forum-title, .mfp-forum-titlerounded {
	padding-top: 15px;
	padding-left:15px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	height: 50px;
	background: url('images/grey_fade.png') top left repeat-x #ECF0F9;
	border:1px solid #9CA7B8;
	text-shadow: 0 1px 0 #fff;
	position:relative;
}

.mfp-post-pages {
	margin: 0px;
	padding-left:35px;
	padding-right:35px;
	padding-top:4px;
	padding-bottom:4px;
	font-size: 11px;
	text-align: right;
}

.mfp-forum-titlerounded {
	height: 12px;
}

.mfp-forum-title {
	height: 12px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
}

.mfp-post-title .trail, .mfp-forum-titlerounded .trail, .mfp-forum-title .trail{
	position: absolute;
	bottom: 12%;
	font-size: 115%;
	font-weight: bold;
	margin-left: 20px;
	width: 80%;
	z-index:20;
}

.trail a {
	color: 	#000;
}

.mfp-post-title-actions{
	text-align: right;
	width: 98%;
	position:absolute;
	left:0px;
	bottom:8%;
	padding-right: 15px;
}

.mfp-post, .mfp-forum-content, .mfp-forum-content-new, .mfp-forum-content-sticky{
	margin: 0px;
	padding-left:35px;
	padding-right:35px;
	padding-top:20px;
	padding-bottom:10px;
	position: relative;
	top: 0px;
	left: 0px;
}

.mfp-post-content, .mfp-forum-content, .mfp-forum-content-new, .mfp-forum-content-sticky{
	margin: 0px;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #9CA7B8;
	border-right: 1px solid #9CA7B8;
	background: #fefefe;
}

.mfp-forum-content-sticky {
	background-color: #FDF1E6;
	border-bottom: 1px solid #EF9853;
}

.mfp-forum-content-new {
	background: #f1f1f1;
}

.mfp-forum-content{
	padding-bottom: 18px;
}

.mfp-forum-content form {
	text-align: left;	
}

.mfp-forum-contentbottom {
	margin: 0px;
	border-top: 1px solid #9CA7B8;
}

.mfp-forum-newposticon {
	position: absolute;
	top: -12px;
	left: -20px;
}

.mfp-topic-newposticon {
	position: absolute;
	top: 6px;
	left: 12px;
}

.mfp-alt {
	margin: 0px;
	background: #fff;
	width: 100%;
}

.mfp-post-top {
	padding-left:15px;
	padding-right:15px;
	padding-top:10px;
	padding-bottom:10px;
	margin: 0px;
	text-align: left;
	border-bottom: 1px solid #f6f6f6;
	background: #fcfcfc;
}

.mfp-post-user, .mfp-forum-forumname{
	font-size: 16px;
	width: 200px;
	color: #2A529A;
	font-weight: bold;
	position: relative;
	top: 0px;
	left: 0px;
}

.mfp-post-userrole, .mfp-post-usertotalposts, .mfp-forum-moderators, .mfp-forum-topics, .mfp-forum-posts, .mfp-forum-poster {
	font-size: 11px;
	color: #777777;
}

.mfp-forum-poster {
	text-align:right;
	position: relative;
	top: 8px;
	left: 0px;
}

.mfp-forum-lastposter {
	position: relative;
	top: 1px;
	font-size: 11px;
	color: #777777;
	float: right;
	width: 290px;
	text-align: right;
}

.mfp-post-date {
	position: relative;
	top: -15px; /* same as mfp-post-usertotalposts.font-size */
	font-size: 13px;
	color: #777777;
	float: right;
	width: 100%;
	text-align: right;
	font-weight: bold;
}

.mfp-post-actions {
	width:100%;
	float:right;
	text-align: right;
	position: relative;
	top: 5px;
	font-size: 10px;
	z-index: 20;
}

.mfp-user-description{
	padding-left:15px;
	padding-right:15px;
	padding-top:10px;
	padding-bottom:5px;
	height: 20px;
	margin:0px;
}

.mfp-post-reply, .mfp-forum-userstatus, .mfp-forum-reply {
	font-size: 16px;
	font-weight: bold;
	color: #2A529A;
	padding-top:15px;
	padding-left:35px;
	padding-right:35px;
	padding-bottom:10px;
	margin-bottom: 1px;
	border-bottom: 1px solid #9CA7B8;
	border-left: 1px solid #9CA7B8;
	border-right: 1px solid #9CA7B8;
	background-color: #E9F9FF;
}

.mfp-forum-userstatus, .mfp-forum-reply {
	padding-bottom:15px;
position: relative;
left: 0px;
top: 0px;
}

.mfp-forum-pages {
	border-left: 1px solid #9CA7B8;
	border-right: 1px solid #9CA7B8;
	border-bottom: 1px solid #ddd;
	text-align: right;
	font-size: 11px;
	bottom: 0px;
color: #000;
padding-right:35px;
padding-top:5px;
padding-bottom:5px;
margin: 0px;
}

.mfp-forum-newthread {
	border: 1px solid #000;
width: 100px;
height: 30px;
background-color: #f4f4f4;
text-align: center;
}

#mfp-wrapper{
	min-height: 900px;
	line-height: normal;
	color: #000;
}

#mfp-wrapper table, #mfp-wrapper div, #mfp-wrapper h2, #mfp-wrapper h3, #mfp-wrapper h4, #mfp-wrapper form{
	margin: 0;
}
#mfp-wrapper small{
	color: #333;
}

.mfp-table a, .mfp-post-table a, #mfp-wrapper p a, #mfp-wrapper span a{
	color: #21759b;
	text-decoration: none;
}
table.search td{
	border: none;
}
table.search{
	background: #ecedf3;
}

ul#mfp-menu, ul.mfp-postmeta {
	margin: 0;
	padding: 0;
	padding-top: 5px;
	padding-bottom: 5px;
}
ul#mfp-menu li, .mfp-postmeta li{
	list-style: none;
	padding-right: 10px;
	display: inline;
}
.mfp-table{
	border-collapse: collapse;
	padding: 5px;
	background: #f6f6f6;
	// font-size:  85%;
}
.mfp-post-table{
	border-collapse: collapse;
	padding: 15px;
	border-left: 0px solid #aaaaaa;
	border-right: 0px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
	background: #f9f9f9;
	margin-bottom: 20px;
	line-height: 1.3em;
}
.mfp-alt{
	background: #fff;
}

.mfp-table th, .mfp-post-table th{
	background: #464646;
	padding: 5px;
	color: #eeeeee;
	white-space: nowrap;
	font-size: 110%;
}
.mfp-post-table td{
	padding: 5px;
}

.mfp-table td{
	border: 1px solid #adadad;
	padding-left: 5px;
	padding-right: 5px;
	padding: 5px;
}
#mfp-wrapper .mfp{
}

.sticky{
	background: url('') #e0e1e8;
}
.sticky a{
	font-weight: bold;
}
td.mfp-meta{
	border-bottom: 1px solid #dadada;
	padding: 0;
	margin: 0;
}
td.mfp-meta a{
	font-weight: bold;
}
.mfp-small{
	font-size: 65%;
}

.mfp-table h2{
	margin: 0;
	padding: 0;
	margin-top: 3px;
	margin-bottom: 3px;
	color: #fff;
}

th.mfp-bright{
	background: url('images/titlebg.jpg');
	color: #000;
	border-top: 1px solid #375576;
}
th.mfp-bright h3{
	margin: 0;
	padding: 0;
	margin-top: 3px;
	margin-bottom: 3px;
}
.mfp-avatar{
	padding: 5px;
}

#mfp-wrapper a img, #mfp-wrapper img {
	border: none;
	padding: 0;
	margin: 0;
	background: transparent;
}
.updated{
	background: #fffbcc;
	border: 1px solid #e6db55;
	padding: 5px;
	margin-bottom: 1em;
}
.
#mfp-wrapper blockquote{
	background: #d7daec;
	border: 1px solid #6081a0;
	padding-left: 5px;
	margin: 0;
}


/* definitions for the main tab, active means the tab reflects which page is displayed */
.maintab_first, .maintab_back, .maintab_last, .maintab_active_first, .maintab_active_back, .maintab_active_last
{
	color: white;
	_text-transform: uppercase;
	vertical-align: top;
}
.maintab_back, .maintab_active_back
{
	color: white;
	text-decoration: none;
	vertical-align: top;
	padding: 2px 6px 6px 6px;
	// font-family: tahoma, sans-serif;
}
.maintab_first
{
	background: url(images/maintab_first.gif) left bottom no-repeat;
	width: 10px;
}
.maintab_back
{
	background: url(images/maintab_back.gif) left bottom repeat-x;
}
.maintab_last
{
	background: url(images/maintab_last.gif) left bottom no-repeat;
	width: 8px;
}
.maintab_active_first
{
	background: url(images/maintab_active_first.gif) left bottom no-repeat;
	width: 6px;
}
.maintab_active_back
{
	background: url(images/maintab_active_back.gif) left bottom repeat-x;
}
.maintab_active_last
{
	background: url(images/maintab_active_last.gif) left bottom no-repeat;
	width: 8px;
}

/* how links behave in main tab. */
#mfp-wrapper .maintab_back a:link , #mfp-wrapper .maintab_back a:visited, #mfp-wrapper .maintab_active_back a:link , #mfp-wrapper .maintab_active_back a:visited
{
	color: white;
	text-decoration: none;
}

.maintab_back a:hover, .maintab_active_back a:hover
{
	color: #e0e0ff;
	text-decoration: none;
	
}

/* definitions for the mirror tab */
#mfp-wrapper .mirrortab_first, #mfp-wrapper .mirrortab_back, #mfp-wrapper .mirrortab_last, #mfp-wrapper .mirrortab_active_first, #mfp-wrapper .mirrortab_active_back, #mfp-wrapper .mirrortab_active_last
{
	color: white;
	vertical-align: top;
}
#mfp-wrapper .mirrortab_back, #mfp-wrapper .mirrortab_active_back
{
	color: white;
	text-decoration: none;
	vertical-align: bottom;
	padding: 6px 6px 2px 6px;
	// font-family: tahoma, sans-serif;
}

.mirrortab_first
{
	background: url(images/mirrortab_first.gif) no-repeat;
	width: 10px;
}
.mirrortab_back
{
	background: url(images/mirrortab_back.gif) repeat-x;
}
.mirrortab_last
{
	background: url(images/mirrortab_last.gif) no-repeat;
	width: 6px;
}
/* how links behave in mirror tab. */
#mfp-wrapper .mirrortab_back a:link ,#mfp-wrapper  .mirrortab_back a:visited,#mfp-wrapper  .mirrortab_active_back a:link , #mfp-wrapper .mirrortab_active_back a:visited
{
	color: white;
	text-decoration: none;
}

.mirrortab_back a:hover, .mirrortab_active_back a:hover
{
	color: #e0e0ff;
	text-decoration: none;
}
pre.code{
	width: 100%;
	background: #eee;
	border: solid 1px #ccc;
	padding: 5px;
	overflow: auto;
	// font-size: 85%;
}

#mfp-wrapper 
#mfp-info{
	text-size:40%;
	text-align:right; 
	padding:5px; 
	margin-top:15px;
}
#mfp-wrapper{

}
td, th{
	vertical-align: top;
}
th{
	vertical-align: middle;
}

