body {
	background-color: #faa70e;
	background-image: url(../fbtheme/bg_darker.png);
	background-repeat: repeat-x;
}

#quotesBody {
	display: block;
	margin: auto;
	width: 810px;
	background-color: white;
	padding: 16px;
}

/*
Colors:
#C6B78E (pastel orange)
#FFE37D (less pastel orange)
#E3B928 (rather bright orange)
#FBC300 (bright orange)
#FD9B01 (bright red/orange)
#FFC800 (mostly bright orange)
#7A6000 (dark orange)
#3D3000 (very dark orange)
#3D3B30 (dark orange/grey mix)

Background-Grey / Color Mixes
#3D3131 (red)
#3D3931 (orange)
#383832 (yellow)
#323832 (green)
#323836 (turqoise)
#323638 (blue)

NEW:
#F26522 (link)
#FCC06D (row a)

*/

/* General */
#quotesBody, #quotesBody td {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10pt;
}

#quotesBody .pages {
	border-top: solid 1px #F26522;
	margin: .5em 0 .25em 0;
	padding: .5em 0 .25em 0;
}

#quotesBody h1 {
	margin: 0 0 0.5em 0;
}

#quotesBody h2 {
	margin: 0 0 0.25em 0;
}

#quotesBody h3 {
	display: inline;
	font-size: 10pt;
	margin: 0;
	padding: 0;
}

#quotesBody A:link, #quotesBody A:active, #quotesBody A:visited {
	color: #F26522;
	text-decoration: none;
}

#quotesBody A:hover, #quotesBody A:visited:hover {
	text-decoration: underline;
}

#quotesBody	.block {
	width: 100%;
	margin: .25em 0;
	padding: .25em 4px;
	border: solid 1px #F26522;
	background-color: #FFFBF8;
}

#quotesBody .block td.context {
	padding: 4px;
	width: 100%;
	margin: 0;
}

#quotesBody .block .message_row td {
	font-family: Bitstream Vera Mono, Lucida Console, Monospace;
	vertical-align: top;
	margin: 0;
	width: 100%;
}

#quotesBody .block .quote_messages {
	padding: 4px;
	border: dotted 1px #F26522;
	width: 100%;
}

#quotesBody .block .message_row .nick {
	padding-right: 0.5em;
	text-align: right;
	width: 1px;
	white-space: nowrap;
}

#quotesBody .block .a td {
	background-color: #ffffd4;
	width: 100%;
}

#quotesBody .block .b td {
	width: 100%;
}

#quotesBody .block td.info {
	font-size: 8pt;
	width: 1px;
	white-space: nowrap;
	padding: 4px;
}

#quotesBody .block td.posted, #quotesBody .block td.rate {
	width: auto;
}

#quotesBody .block td.number, #quotesBody .block td.rating {
	font-size: 10pt;
	font-weight: bold;
}

#quotesBody	form {
	margin: 1em 0 0 0;
	padding: 0;
}

#quotesBody textarea {
	width: 100%;
	height: 4em;
	border: solid 1px #F26522;
	background-color: #ffffd4;
}

#quotesBody input.button {
	padding: .15em;
	border: solid 1px #F26522;
	background-color: #ffffd4;
}

#quotesBody .contextContent {
	white-space: normal;
}

#quotesFooter {
	margin-top: 1em;
}

#quotesBody textarea.messages {
	height: 10em;
}
