/* @override http://pearl.pixelmatrixdesign.com/css/community.css */

div#main {
}

a {
	border-bottom: 0;
}

.breadcrumb {
	width: 100%;
	position: relative;
	height: 50px;
}

.forum_content {
	margin-top: 0;
	padding-top: 0;
}

.tableBorderLeft {
	width: 100%;
}

#visitor-stats h3, #member-activity h3, #post-legend h3, #legend h3 {
	font-size: 1em;
}

#member-activity h3 {
	float: left;
}

span#all-members {
	float: right;
	font-size: .8em;
	font-weight: normal;
	border-bottom: 0;
	text-transform: uppercase;
}

body span#all-members a, body span#all-members a:visited {
	color: #367295;
	border-bottom: none;
	border-bottom: 0;
}

#visitor-stats {
	width: 460px;
	font-size: .9em;
	float: left;
	margin-bottom: 40px;
}

#visitor-stats td {
	padding: 6px 0;
	background: url('/themes/forum_themes/pearl/images/underline.png') left bottom repeat-x;
}

#visitor-stats .nopadding {
	padding-bottom: 0;
}

#visitor-stats strong {
	width: 180px;
	display: block;
	float: left;
}

#post-legend {
	float: right;
	width: 460px;
	font-size: .9em;
}

#full-legend {
	font-size: .9em;
}

#post-legend table td {
	width: auto;
}

#post-legend td, #full-legend td {
	padding: 6px 0;
}

#post-legend h3, #full-legend h3 {
	background: url('/themes/forum_themes/pearl/images/underline.png') left bottom repeat-x;
}

#member-activity {
	clear: both;
	width: 100%;
	font-size: .9em;
}

#member-activity td {
	background: url('/themes/forum_themes/pearl/images/underline.png') left bottom repeat-x;
	padding: 6px 0;
}

#visitor-stats td#most-users-ever {
	background: url('/themes/forum_themes/pearl/images/underline.png') left bottom repeat-x #f7f6f5;
	text-align: center;
	font-weight: bold;
}

#legend table tr {
	background: url('/themes/forum_themes/pearl/images/underline.png') left bottom repeat-x;
}
#legend table td {
	padding: 6px 0;
}

.forum_meta {
	width: 100%;
	background: url(/themes/forum_themes/pearl/images/forum_meta_bg.png) repeat-x top;
	padding-top: 2em;
}

.forum_meta table {
	width: 100%;
}

#login, #pmBox {
	line-height: 14px;
	background-color: #1c262c;
	margin-top: 11px;
	height: 28px;
	padding: 12px 13px;
	border-right: 1px solid #34454f;
	border-bottom: 1px solid #34454f;
	border-top: 1px solid #212d34;
	border-left: 1px solid #212d34;
}

#pmBox .heading {
	font-weight: bold;
	color: #fff;
}

#pmBox a:link, #pmBox a:visited, #login a:link, #login a:visited {
	color: #7da9c5;
	border-bottom: 1px solid #7da9c5;
}

#pmBox a:hover, #login a:hover {
	text-decoration: none;
	border-bottom: 1px solid #1c262c;
}

#pmIcon {
	float: left;
}

#pmInfo {
	margin-left: 40px;
}

#loginFormMini {
	float: right;
	width: 350px;
	font-size: 10px;
	color: #fff;
	margin-top: 11px;
}

#searchBox {
	height: 32px;
	width: 300px;
	float: right;
	padding-top: 12px;
}

#keywords {
	float: left;
	margin: 0 0 5px 6px;
}

#search .image {
	float: right;
	margin: 0 6px 5px 0;
}

#content {
	margin: 0 auto;
	clear: both;
	color: #27343c;
}

#content a:link, #content a:visited {
	color: #1a6ab3;
}

#postActions {
	line-height: 40px;
	color: #666;
	text-align: right;
}

#visitInfo {
	font-size: 10px;
	float: right;
}

#search {
	float: right;
	position: absolute;
	top: -12px;
	right: 0;
	background: #def4f6 url(/themes/forum_themes/pearl/images/search_bg.png) no-repeat left bottom;
	width: 241px;
	height: 36px;
	padding: 12px 10px 0 10px;
}

#postActions .links {
	float: left;
}

#postActions:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;	
}

#postActions img {
	vertical-align: sub;
	margin-bottom: -4px;
}

#postActions strong {
	color: #27343c;
}

#postActions a {
	font-weight: bold;
}

.spacer {
	height: 2em;
	display: block;
}

.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: #717a89 url(/themes/forum_themes/support/images/nav_tab_bg.gif) repeat-x left top;
	border-top: #969fae 1px solid;
	border-left: #969fae 1px solid;
	border-right: #7a8494 1px solid;
	border-bottom: #7a8494 1px solid;
	text-transform: uppercase;
	font-size: 10px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	padding: 4px 6px 4px 6px;
	margin: 6px 0 4px 0;
	white-space: nowrap;
	cursor: pointer;
}

.buttonLargeHover {
	background: #717a89 url(/themes/forum_themes/support/images/nav_tab_bg_on.gif) repeat-x left top;
	border-top: #969fae 1px solid;
	border-left: #969fae 1px solid;
	border-right: #7a8494 1px solid;
	border-bottom: #7a8494 1px solid;
	text-transform: uppercase;
	font-size: 10px;
	text-align: center;
	color: #eee;
	font-weight: bold;
	padding: 4px 6px 4px 6px;
	margin: 6px 0 4px 0;
	white-space: nowrap;
	cursor: pointer;
}

.buttonSmall {
	background: #717a89 url(/themes/forum_themes/support/images/nav_tab_bg.gif) repeat-x left top;
	border-top: #969fae 1px solid;
	border-left: #969fae 1px solid;
	border-right: #7a8494 1px solid;
	border-bottom: #7a8494 1px solid;
	text-transform: uppercase;
	font-size: 10px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	padding: 2px 3px 2px 3px;
	margin: 0 2px 0 3px;
	white-space: nowrap;
	cursor: pointer;
}

.buttonSmallHover {
	background: #717a89 url(/themes/forum_themes/support/images/nav_tab_bg_on.gif) repeat-x left top;
	border-top: #969fae 1px solid;
	border-left: #969fae 1px solid;
	border-right: #7a8494 1px solid;
	border-bottom: #7a8494 1px solid;
	text-transform: uppercase;
	font-size: 10px;
	text-align: center;
	color: #eee;
	font-weight: bold;
	padding: 2px 3px 2px 3px;
	margin: 0 2px 0 3px;
	white-space: nowrap;
	cursor: pointer;
}


.tableBasic {
	margin-bottom: 34px;
}

.tableHeadingBG {
	background: #257999 url(/themes/forum_themes/pearl/images/bg_table_heading.png) no-repeat left top;
	padding: 0 0 0 10px;
	line-height: 31px;
	border: 0;
	height: 31px;
/*	border-bottom: 1px solid #286689;*/
}

.BGright {
	background: #257999 url(/themes/forum_themes/pearl/images/bg_table_heading.png) no-repeat right top;
}

.tableHeadingBG img {
	vertical-align: text-bottom;
	margin-bottom: 1px;
}

.tableFooter {
	background: #729cb5 url(/themes/forum_themes/pearl/images/bg_table_footer.png) no-repeat left bottom;
	height: 10px;
	border: 0;
}

.tableHeading {
	font-weight: bold;
	font-size: 13px;
	color: #fff;
/*	text-shadow: #12334f 0 -1px 0;*/
}

.tableHeadingSmall {
	font-size: 11px;
	padding-left: 21px;
}

.tableRowHeadingBold, .profileHeadingBG, .menuHeadingBG {
	font-weight: bold;
	font-size: 11px;
	color: #555;
	padding: 5px 10px 5px 6px;
/*	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #afd1d5; */
	background: #def4f6 url(/themes/forum_themes/pearl/images/column_header.png) repeat-x top left;
}

.forum_content .tableRowHeadingBold {
	border-bottom: 1px solid #afd1d5;
}

#profilewrap .tableRowHeadingBold, #profilewrap .profileHeadingBG, #profilewrap .menuHeadingBG, .underline {
	background: url(/themes/forum_themes/pearl/images/underline.png) left bottom repeat-x;
}

#profilewrap table table td a {
	line-height: 10px;
	position: relative;
	top: 4px;
}

.tableRowHeadingBold.darker{
	background: #def3f7 url(/themes/forum_themes/pearl/images/column_header_dark.png) repeat-x top left;
	border-bottom: solid 1px #afd1d5;
}

.forum_content .contentRow {
}

.contentRow td {
	background-color: #def4f6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #afd1d5;
}

.contentRow td.darker {
	background-color: #caecf0;
	border-color: #afd1d5;
}

.contentRow .T2 {
	padding-left: 1.2em;
	width: 400px;
}

.contentRow .T1 a {
	border-bottom: 0;
}


.formHeading, .profileHead {
	background:	#fff url(/themes/forum_themes/support/images/bg_submission_form_heading.gif) top left repeat-x;
	border-top:	1px solid #fff;
}

.profileHead {
	padding: 4px 0 5px 5px;
	font-weight: bold;
}

.profileMenuInner {
	padding: 0 0 5px 15px;
}

.menuItem {
	padding: 2px 0;
}

.nameHeading {
	padding-left: 26px;
}

.forumCellHeading{
	padding-left: 15px;
}

.topicCellHeading {
	padding-left: 25px;
}

.tableCellOne, .memberlistRowOne {
	padding: 10px 0;
	vertical-align: top;
/*	border-bottom:			1px solid #c3d9db;*/
/*	background-color: #def4f6; */
}

.tableCellOne div.post {
	line-height: 2em;
	color: #68767e;
	padding: 10px 15px 25px 15px;
}

.tableCellTwo, .memberlistRowTwo {
	padding: 10px 0;
	vertical-align: top;
/*	border-bottom:			1px solid #c3d9db;*/
}

.shortCells .tableCellOne, .shortCells .memberlistRowOne {
	padding: 6px 0;
}

.shortCells .tableCellTwo, .shortCells .memberlistRowTwo {
	padding: 8px 0;
}

.loginForm .tableCellOne, .loginForm .tableCellTwo,
.submissionForm .tableCellOne, .submissionForm .tableCellTwo {
	padding-left: 10px;
	padding-right: 10px;
}

.topicHeading {
	font-weight: bold;
	font-size: 13px;
	color: #27343c;
	float: left;
	padding-left: 10px;
}

.altLinks {
	float: right;
	font-size: 11px;
	padding-right: 15px;
	border-bottom: 0;
}

.buttonRow {
	padding: 3px 6px;
	background-color: #fbfbfd;
}

.cellNumeric {
	vertical-align: middle;
}

.cellPostInfo {
	vertical-align: middle;
	padding-top: 10px;
	padding-bottom: 10px;
}

.topicMarker {
	vertical-align: top;
	padding-top: 8px;
}

.userBlock {
	font-size: 11px;
	color: #333;
}

.rankAdmin, .rankModerator, .rankMember {
	font-size: 1em;
	font-weight: bold;
	padding: 2px 0 3px 0;
}

.rankAdmin {
	color: #445057;
}

.rankModerator {
	color: #468d4b;
}

.rankStars {
	padding: 5px 0 3px 0;
}

.rankStars img {
	padding-right: 3px;
}

.postCellUser {
	border-left: 1px solid #dae0e4;
	border-top: 1px solid #dae0e4;
	border-bottom: 1px solid #dae0e4;
	padding: 6px;
}

.postCellPost {
	border: 1px solid #dae0e4;
	padding: 6px;
}

.postCellUserButtons {
	border-left: 1px solid #dae0e4;
}

.postCellPostButtons {
	border-right: 1px solid #dae0e4;
}

.post {
	font-size: 13px;
	line-height: 16px;
}

.post p {
	margin: 7px 0 12px 0;
}

fieldset.signature {
	border: 0;
	border-top:	1px solid #dae0e4;
	
}

.signatureTitle {
	font-style:	italic;
	color: #7c7c7c;
}

.attachTitle {
	background-color: #e3e8eb;
	padding: 2px 4px;
	font-size: 10px;
	font-weight: bold;
	border-left: 1px solid #dae0e4;
	border-right: 1px solid #dae0e4;
	border-top: 1px solid #dae0e4;
}

.attachBody {
	background-color: #fbfbfd;
	padding: 5px 8px;
	border-left:1px solid #dae0e4;
	border-right: 1px solid #dae0e4;
	border-bottom: 1px solid #dae0e4;
	margin-bottom: 6px;
}

.attachBody img {
	margin-bottom: 3px;
}

blockquote {
	border: 1px solid #dae0e4;
	border-left: 3px solid #dae0e4;
	background-color: #fbfbfd;
	padding: 5px 8px;
}

.quote_author {
	font-size: 10px;
	font-weight: bold;
	font-style: italic;
}

code {
	white-space: nowrap;
}

.codeblock {
	background-color: #fbfbfd;
	border: 1px solid #dae0e4;
	font-size: 11px;
	margin: 10px 4px;
	padding: 8px;
	width: 740px;
	overflow: auto;

}

.forumName {
	font-size: 13px;
}

.forumDescription {
	font-size: 12px;
	color: #27343c;
	padding-top: 6px;
}

.forumModerators {
	font-size: 11px;
	color: #61717b;
	padding-top:			6px;
}

.tablePostInfo {
	font-size: 11px;
	padding-left: 6px;
	vertical-align: top;
	line-height: 14px;
}

#supportFooter {
	color: #27343c;
}

#supportFooter .copyright {
	float: none;
	text-align: center;
	width: 100%;
	margin-top: 15px;
}

#visitorStats {
	padding-right: 13px;
}

#visitorStats .heading {
	color: #27343c;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 6px;
	border-bottom: 1px solid #c6bb86;
}

#visitorStats .mostVisitors {
	border-bottom: 1px solid #c6bb86;
	background-color: #fef7db;
	color: #fa4f07;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding: 7px 0;
}

#visitorStats .tableCellOne, #visitorStats .tableCellTwo {
	padding: 7px 0;
}

#onlineMembers .heading {
	color: #27343c;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 6px;
	border-bottom: 1px solid #dae0e4;
}

#onlineMembers .tableCellOne {
	padding: 10px 0 20px 0;
	line-height: 20px;
	font-size: 12px;
}

#onlineMembers .memberItems a:link, #onlineMembers .memberItems a:visited {
	color: #27343c;
}

#forumLegend, #themeSwitcher {
	width: 50%;
	padding-left: 13px;
	float: right;
	margin-bottom: 34px;
}

#forumLegend .heading, #themeSwitcher .heading {
	color: #27343c;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 6px;
	border-bottom: 1px solid #dae0e4;
}

#forumLegend .legendItem {
	float: left;
	padding-top: 7px;
	padding-right: 35px;
}

#forumLegend .legendItem img {
	vertical-align: baseline;
	margin-bottom: -3px;
}

.legendHeading {
	color: #27343c;
	font-size: 14px;
	font-weight: bold;
}

#themeSwitcher .select {
	margin-top: 2px;
}

.smallLinks {
	font-size: 11px;
	font-weight: normal;
}

.errorHeading {
	background-color: #f93d00;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	padding: 8px 10px 8px 6px;
	min-height: 24px;
	height: auto !important;
	height: 24px;
}

.errorBox {
	background-color: #f93d00;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	padding: 8px 10px 8px 6px;
	margin-bottom: 6px;
}

.alert {
	font-size: 12px;
	color: #f93d00;
	font-weight: bold;
}

.checkbox {
	margin: 3px 0;
}

.defaultBold {
	font-weight: bold;
}

.itempad {
	padding: 3px 0;
}

div#avatar {
	float: right;
	width: 112px;
	border: 1px solid #d9d9d9;
	color: #808080;
	text-align: center;
	padding: 5px;
} 

div.profileTitle {
	color: #689c44;
	font-family: Georgia, serif;
	font-weight: normal;
	font-size: 1.6em;
}

.rankAdmin {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #878787;
	font-size: 1em;
	font-weight: normal;
}

#profilewrap {
	width: 100%;
	padding-top: 20px;
	background: url(/themes/forum_themes/pearl/images/shadow.png) top repeat-x;
}

#profilewrap .tableRowHeadingBold, #profilewrap .profileHeadingBG, #profilewrap .menuHeadingBG  {
	background: none;
}

#profilewrap .tableRowHeadingBold {
	font-size: 1em;
	color: #689c44;
	text-transform: uppercase;
	font-weight: normal;
	margin-left: 0;
	padding-left: 0;
}

#profilewrap table table tr, #bio .tableRowHeadingBold {
	background: url(/themes/forum_themes/pearl/images/underline.png) bottom repeat-x;
}

.itempadbig {
	padding: 3px 0;
}

.searchBox {
	padding: 6px 12px;
	margin-bottom: 16px;
	border: 1px solid #dae0e4;
}

.multiselect {
	margin-bottom: 6px;
}

.searchBoxTitle {
	padding: 4px 5px;
	font-size: 12px;
}

.defaultCenter {
	text-align: center;
}

.profileTitle {
	font-size: 16px;
	font-weight: bold;
}

.profileInfo {
	padding-left: 16px;
}

.memberProfile a:link, .memberProfile a:visited {
	text-decoration: none;
	border-bottom: 1px solid #fff;
}

.memberProfile a:hover {
	text-decoration: none;
	border-bottom: 1px solid #1a6ab3;
}

.bio p {
	margin: 8px 0;
	line-height: 14px;
}

.memberPage h3 {
	margin-bottom: 10px;
}

.consoleTable {
	padding: 0 40px;
}

.consoleTable p {
	margin: 8px 0;
}

.highlight {
	font-size: 12px;
	color: #f93d00;
	font-weight: bold;
}

.innerShade {
	background-color: #faf9c9;
	padding: 6px 8px;
	border: 1px solid #dad9c9;
}

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

.formattingButtons table {
	background: transparent url(/themes/forum_themes/support/images/bg_formatting_buttons_right.gif) top right no-repeat;
	padding-right: 16px;
}
.htmlButtonOuter, .htmlButtonOuterL {
/*	border: 1px solid #333;*/
	border-left: 0;
	font-size: 11px;
}
.htmlButtonOuterL  {
	background: transparent url(/themes/forum_themes/support/images/bg_formatting_buttons_left.gif) top left no-repeat;
	padding-left: 16px;
	padding-right: 0;
}
.htmlButtonInner {
	background: #d8d8d8 url(/themes/forum_themes/support/images/bg_formatting_buttons.gif) top left repeat-x;
	text-align: center;
	padding: 0 5px;
	border-left: 1px solid #eaeaea;
	border-top: 1px solid #eaeaea;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.htmlButtonOff {
	font-weight: bold;
	white-space: nowrap;

}
#content .htmlButtonOff a:link, #content .htmlButtonOff a:visited {
	color: #666;
	text-decoration: none;
	white-space: nowrap;
	line-height: 20px;
	padding: 2px 5px;
}

#content .htmlButtonOff a:active {
}
#content .htmlButtonOff a:hover {
	text-decoration: none;
	color: #ccc;
}
.htmlButtonOn {
	font-weight: bold;
	white-space: nowrap;

}
#content .htmlButtonOn a:link, #content .htmlButtonOn a:visited {
	color: #900;
	text-decoration: none;
	line-height: 17px;
}  
#content .htmlButtonOn a:active {
	text-decoration: none;
	color: #999;
}
#content .htmlButtonOn a:hover {
	text-decoration: none;
	color: #999;
}

.spellcheck, .textCounter {
	padding-top: 5px;
	font-size: 11px;
	color: #666;
}

#content .spellcheck a:link, #content .spellcheck a:visited {
	color: #f00;
	font-weight: bold;
}

.moderatorOptions {
	background-color: #faf9c9;
	border: 1px solid #dad9c9;
	padding: 5px 12px;
}

.extraOptionLink {
	padding: 10px 0 0 0;
}

.previewheading {
	font-size: 18px;
	font-weight: bold;
	color: #f93d00;
}

.previewTitle {
	font-size: 16px;
	font-weight: bold;
	margin: 8px 0;
}

.preview {
	margin: 10px 0;
}

.preview p {
	margin: 0 0 12px 0;
}

.defaultRight {
	float: right;
}

.buttons {
	background: #717a89 url(/themes/forum_themes/support/images/nav_tab_bg.gif) repeat-x left top;
	border-top: #969fae 1px solid;
	border-left: #969fae 1px solid;
	border-right: #7a8494 1px solid;
	border-bottom: #7a8494 1px solid;
	text-transform: uppercase;
	font-size: 10px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	padding: 4px 6px 4px 6px;
	white-space: nowrap;
	cursor: pointer;
}

.messageBody {
	padding: 0 16px;
}

#content .messageBody p {
	margin: 8px 0;
	line-height: 14px;
}

.topicTitle {
	margin-bottom: 6px;
	line-height: 14px;
}

.topicTitle ul {
	margin: 0 0 6px 16px;
}

.topicTitle li {
	line-height: 14px;
}

.paginate, .paginateCur {
	background-color: transparent;
	border: 0;
	padding: 5px 6px;
}

.paginateStat {
	margin-right: 8px;
}

.forumLightLinks {
	font-size: 11px;
}

.subscribe-thread a {
	display: block;
	border-bottom: 0;
	float: right;
	color: #fff;
	position: relative;
	top: 1px;
	padding-left: 12px;
	background: url(/themes/forum_themes/pearl/images/rss-icon.png) left 13px no-repeat;
}

.leftcol {
	background-color: #caecf0;
	padding: 10px;
}

.leftcol .avatar {
	padding: 5px;
	border: 1px solid #afd1d5;
	background-color: #fff;
	margin-bottom: 5px;
}

.tableCellThree {
	padding: 5px;
	background-color: #b5e3e9;
}

.tableCellThree a {
	border-bottom: 0;
}

.tableCellThree img {
	margin-right: 4px;
}

.tableRowHeading {
	border-bottom: 1px solid #c3d9db;
	background: #def4f6 url(/themes/forum_themes/pearl/images/tablerowheading.png) top repeat-x;
}

.content-td {
	background-color: #cfeef1;
	border-top: 1px solid #c3d9db;
	border-bottom: 1px solid #c3d9db;
	text-align: right;
}
.content-td img {
	float: right;
	margin-right: 6px;
}
.content-td div {
	float: right;
}

.tableCellFour img {
	float: right;
}

.posted-time, .posted-ip {
	color: #485055;
	font-size: 0.9em;
}

.adminlinks a {
	color: #367295;
	font-size: 1.1em;
	border-bottom: none;
	font-weight: bold;
}

.button150 img {
	margin-right: 6px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.button150 a {
	border-bottom: 0;
}

#submit_post .tableBorderLeft {
	background: url(/themes/forum_themes/pearl/images/shadow.png) left 32px repeat-x;
}

.bottomborder {
	background: url(/themes/forum_themes/pearl/images/underline.png) left bottom repeat-x;
}

#check-spelling {
	border-bottom: none;
	background: url(/themes/forum_themes/pearl/images/check-spelling.png) left 2px no-repeat;
	color: #d50000;
	padding-left: 20px;
}

.shadow {
	background: url(/themes/forum_themes/pearl/images/shadow.png) left top repeat-x;
}

input#preview-post {
	display: block;
	width: 124px;
	height: 24px;
	background: url(/themes/forum_themes/pearl/images/preview-post.png) left top no-repeat;
	border: none;
	text-indent: -999em;
	float: left;
}

input#submit-post {
	display: block;
	width: 117px;
	height: 24px;
	background: url(/themes/forum_themes/pearl/images/submit-post.png) left top no-repeat;
	border: none;
	text-indent: -999em;
	float: left;
	margin-right: 12px;
}

#account-settings .profileHeadingBG, .profileHeadingBG, .menuHeadingBG {
	background: #fff url(/themes/forum_themes/pearl/images/underline.png) left bottom repeat-x;
	border-bottom: 0;
}

#account-settings .tableHeading, #account-menu .tableHeading, .menuHeadingBG .tableHeading, .profileHeadingBG .tableHeading {
	color: #689c44;
	text-transform: uppercase;
}

#account-settings {
	color: #6b6a68;
	background: url(/themes/forum_themes/pearl/images/shadow.png) left 21px repeat-x;
}

#account-settings .tableCellTwo, #account-settings .tableCellOne {
	background: url(/themes/forum_themes/pearl/images/underline.png) left bottom repeat-x;
}

#account-settings .highlight, #account-settings .marginpad, #account-settings .defaultBold, #account-settings .itempadbig, #account-settings .lighttext {
	margin-left: 12px;
}

#account-settings .itempadbig .defaultBold, #account-settings .marginpad .itempadbig {
	margin-left: 0;
}

.profileMenuInner {
	padding-bottom: 15px;
	background: url(/themes/forum_themes/pearl/images/underline.png) left bottom repeat-x;
}

.profileMenuInner a {
	color: #367295;
	border-bottom: 0;
}

.profileHead {
	color: #6b6a68;
	background: url(/themes/forum_themes/pearl/images/shadow.png) left top repeat-x;
}

#content #html-formatting-buttons .htmlButtonInner a {
	color: #367295;
	border-bottom: 0;
}

.htmlButtonOuterL {
	padding-left: 0;
}

#html-formatting-buttons {
	background: url(/themes/forum_themes/pearl/images/htmlbuttonr.png) right top no-repeat;
	height: 27px;
	width: 375px;
}

#html-formatting-buttons .htmlButtonInner {
	height: 24px;
	background: none;
	padding-top: 3px;
	border: none;
}

#html-formatting-buttons .htmlButtonOuterL {
	background: url(/themes/forum_themes/pearl/images/htmlbuttonl.png) left top no-repeat;
}

#html-formatting-buttons .htmlButtonInner {
/*	border-right: 1px solid #9dc5db;*/
	background: url(/themes/forum_themes/pearl/images/htmlbuttondivide.png) left top no-repeat;
}

#html-formatting-buttons .htmlButtonOuterL .htmlButtonInner {
	background: none;
}

#recipients, #cc {
	position: relative;
	left: 15px;
}

#mailbox {
	color: #306c8e;
	background: url(/themes/forum_themes/pearl/images/shadow.png) left top repeat-x;
}

#copy, #move, #delete, #reply, #reply_all, #forward {
	display: block;
	float: left;
	height: 23px;
	border: none;
	text-indent: -999em;
	margin-left: 8px;
}

#copy {
	width: 73px;
	background: url(/themes/forum_themes/pearl/images/mail-copy.png) left top no-repeat;
}

#move {
	width: 74px;
	background: url(/themes/forum_themes/pearl/images/mail-move.png) left top no-repeat;
}

#delete {
	width: 83px;
	background: url(/themes/forum_themes/pearl/images/mail-delete.png) left top no-repeat;
}

#reply {
	width: 73px;
	background: url(/themes/forum_themes/pearl/images/mail-reply.png) left top no-repeat;
}

#reply_all {
	width: 95px;
	background: url(/themes/forum_themes/pearl/images/mail-replyall.png) left top no-repeat;
}

#forward {
	width: 89px;
	background: url(/themes/forum_themes/pearl/images/mail-forward.png) left top no-repeat;
}

#add {
	color: #326e91;
	background: none;
	width: 80px;
	height: 23px;
	display: block;
	text-transform: capitalize;
	margin-left: 8px;
	border: 0;
	margin-bottom: 8px;
	text-decoration: underline;
}

.marker-td {
	width: 40px;
}

#mail-action {
	padding: 5px;
	margin-top: 10px;
	margin-bottom: -20px;
	background: url(/themes/forum_themes/pearl/images/mail-header.png) left top no-repeat;
}

#mail-action #copy {
	background: url(/themes/forum_themes/pearl/images/mail-copy-private.png) left top no-repeat;
}

#mail-action #delete {
	background: url(/themes/forum_themes/pearl/images/mail-delete-private.png) left top no-repeat;
}

#mail-action #move {
	background: url(/themes/forum_themes/pearl/images/mail-move-private.png) left top no-repeat;
}

#mail-action .buttons {
	position: relative;
	top: -20px;
}

#mail-action #reply {
	top: 0;
}

#mail-content {
	background-color: #def4f6;
}

#mail-content tr.details td {
	background-color: #e9f8f9;
	border-bottom: 1px solid #ceddde;
}

#mail-content tr.details td.tableCellTwo {
	width: 50px;
}

#mail-content tr.details td.tableCellOne {
	padding-left: 15px;
}

#mail-content .itempadbig {
	padding: 20px 30px;
}

blockquote {
	background: #effafb url(/themes/forum_themes/pearl/images/blockquote.png) -3px top no-repeat;
	border-left: 3px solid #ceddde;
	border-top: 1px solid #ceddde;
	border-bottom: 1px solid #ceddde;
	border-right: 1px solid #ceddde;
	padding: 15px 15px 0 15px;
	margin-bottom: 15px;
}

p {
	margin-bottom: 15px;
}


img.avatar {
	padding: 6px;
	border: 1px solid #dadada;
	margin: -45px 15px 0 0;
	position: relative;
	z-index: 9999;
}
.messageavatar img.avatar {
	margin-top: 0;
}

a.more {
	float: none;
	font-size: 85%;
}

table#mail-action {
	padding-top: 25px;
}

table#mail-action #reply {
	position:relative;
	top: -21px;
}
