/***** Forum *****/
table {
	margin: 0;
}

th, td {
	padding: 0px;
	border: 0;
}

.tableHeadingBG {
	background: url(../img/bg-table-heading.gif) repeat-x 0px 0px;
	font-weight: bold;
	border-bottom: 1px solid #fff;
	font-size: 1.1em;
	padding: 5px 8px;
}

.tableHeadingBG .tableHeadingSmall {
	font-size: 0.8em;
	font-weight: normal;
	font-style: italic;
}

.tableRowHeadingBold, 
.tableRowHeading, 
/*.tableRowHeading table td, */
.memberlistHead, 
.menuHeadingBG, 
.profileHeadingBG  {
	background: #f5f3ec url(../img/bg-table-rowheading.gif) repeat-x 0px 0px;
	padding: 5px 8px;
}

.tableRowHeading table td {
	padding:0;
}

td.tableCellOne, td.tableCellTwo, td.memberlistRowOne, td.memberlistRowTwo {
	padding: 10px 8px;
	border-bottom: 1px solid #E7E2CF;
}

.threadBorder .tableRowHeadingBold {
	background-color: transparent;
	font-weight: bold;
}

.spacer {
	height: 30px;
}

.threadBorder .postCellUser {
	background: url(../img/tan-dot-2.gif) repeat-y -1px 0px;
	border-top: 1px solid #E7E2CF;
	border-bottom: 1px solid #E7E2CF;
}

.threadBorder .postCellPost {
	border-top: 1px solid #E7E2CF;
	border-bottom: 1px solid #E7E2CF;
	border-left: 1px solid #E7E2CF;
	background: url(../img/tan-dot-2.gif) repeat-y 100% 0px;
}

.threadBorder .postCellUserButtons {
	background: url(../img/tan-dot-2.gif) repeat-y -1px 0px;
}

.threadBorder .postCellPostButtons {
	background: url(../img/tan-dot-2.gif) repeat-y 100% 0px;
}

.altLinks {
	font-weight: normal;
	font-size: 0.9em;
}

.tableRowHeading .smallLinks {
	font-size: 0.8em;
}

.defaultBold {
	font-weight: bold;
}

.tableCellTwo .defaultBold {
	font-weight: normal;
}

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

.htmlButtonOff {
	width: 20px;
}

.previewheading {
	font-weight: bold;
}

.preview {
	border: 1px solid #E7E2CF;
	padding: 20px;
	margin-bottom: 20px;
}

.memberlistFooter {
	padding: 10px 0;
}

.profileHead {
	font-weight: bold;
	padding-left: 8px;
}

.profileMenuInner {
	padding-left: 15px;
}

.borderTopBot {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #E7E2CF;
}

.highlight {
	padding: 3px;
	display: block;
	margin: 3px 0;
	background-color: #faf9f5;
	font-style: italic;
}

#timezone-dd select {
	width: 350px;
}

.itempad {
	padding: 2px 0;
}

.itempadbig {
	padding: 5px 0;
}

#emoticons {
	background-color: #fff;
	padding: 10px;
}

.success {
	padding: 8px;
}

#fastreply {
	margin-top:30px;
}