
/* Style overrides for report.css */
table h2{
	background: none;
	border: none;
	padding-left: 0px;
	margin-top: 3px;
	margin-bottom: 3px;
}

.inlinebuttons form{
	display: inline;
}

.right{
	float: right;
}

/* Editor Formatting */
.wikitext{ clear: both; width: 100% }

/* Forum Header specific styles */
.moderators{
	font-size: smaller;
	font-weight: bold;
	margin-top: 4px;
}

.breadcrumb{
	font-size: smaller;
	font-weight: bold;
	margin-top: 4px;
}

/* Message formatting */
table.leadmessage{
	border-collapse: collapse;
	margin-top: 20px;
	width: 100%;
}

.leadmessage td{
	border: 1px solid #D7D7D7;
	padding: 5px;
	vertical-align: top;
	text-align: left;
}

table.messages{
	border-collapse: collapse;
	margin-top: 20px;
	width: 100%;
}

table.messages td{
	border: 1px solid #D7D7D7;
	padding: 5px;	
	vertical-align: top;
	text-align: left;
}

table.messages th{
	border: 1px solid #D7D7D7;
	border-bottom: 1px solid #999999;
	font-weight: bold;
	text-align: left;
	font-size: 11px;
	padding: 2px 5px 2px 5px;
}

table.messages tbody tr{
	border-bottom: 5px solid #D7D7D7;
}

table.messages thead{
	background-color: #F7F7F0;
}

table.messages h3, table.leadmessage h3{
	color: #999999;
	font-weight: normal;
	font-size: 13px;
	border-bottom: 1px solid #D7D7D7;
	margin-top: 0px;
	height: 20px;
	white-space: nowrap;
}

table.messages .quote, table.leadmessage .quote{
	background: #D7D7D7;
	border: 1px solid #999;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 3px;
}

table.messages .quote-author, table.leadmessage .quote-author{
	font-weight: bold;
	font-size: 10px;
}

th.author, td.author{
	width: 100px;
}

.message-odd{
	background-color: #F6F6F6;
}

.message-even{
}

.portrait{
	font-size: 11px;
}

.portrait img{
	border: 0px;
}

.portrait .author{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}

.portrait .joined{
	white-space: nowrap;
}


.portrait .posts{
}

.messages h3{
	margin-left: 0px;
}

label{
	width: 10em;
	float: left;
	clear: both;
	padding-top: 4px;
	vertical-align: middle;
}

img.miniicon{
	height: 16px;
	margin-bottom: -5px;
}