#talkbackOuter{
	width:647px;
	margin-top:10px;
}

#talkbackOuter .t{
	width:100%;
	background: url(http://class.lancasteronline.com/images/css/hdot.gif) 0 0 repeat-x #FFFFFF;
	margin:0;
}

#talkbackBlockHeader{
	margin-bottom:10px;
}

.talkbackInner{
	margin:10px;
}

.talkbackBlockPosts{
	margin-top:10px;
}

.talkbackBlockPosts .tl {
		background-color:#FFFFFF;
		background: url(/images/css/tl.gif) 0 0 no-repeat
	}
.talkbackBlockPosts .tr {
		background: url(/images/css/tr.gif) 100% 0 no-repeat;
		padding: 1px 0px 1px 0px; /*top right bottom left must have some padding otherwise inner elements margin doesn't work.*/
}

.talkbackPost{
	margin:10px;
}
.posterBottom{
	background: url(/images/css/tendot.gif) 0 0 repeat-x;
}

.posterLeft{
	background: url(http://class.lancasteronline.com/images/css/bl2.gif) 0 0 no-repeat;
}

.posterRight{
	background: url(/images/css/comment_bottom.gif) 100% 0 no-repeat;
}

.posterInfo{
	height:41px;
}

.posterUser{
	 padding-top:15px;float:right;margin-right:72px; font-weight:bold;
}

/*borrowed from IPB: http://talkback.lancasteronline.com/css/talkback.css*/
.quotetop{
	background: #E4EAF2 url(http://talkback.lancasteronline.com/style_images/1/css_img_quote.gif) no-repeat right;
	border: 1px dotted #000;
	border-bottom: 0;
	border-left: 4px solid #8394B2;
	color: #000;
	font-weight: bold;
	font-size: 10px;
	margin: 8px auto 0 auto;
	padding: 3px;
}

.quotemain{
	background: #FAFCFE;
	border: 1px dotted #000;
	border-left: 4px solid #8394B2;
	border-top: 0;
	color: #465584;
	padding: 4px;
	margin: 0 auto 8px auto;
}

.codetop,
.sqltop,
.htmltop{
	background: #FDDBCC url(http://talkback.lancasteronline.com/style_images/1/css_img_code.gif) no-repeat right;
	color: #000;
	font-weight: bold;
	margin: 0 auto 0 auto;
	padding: 3px;
	width: 98%;
}

.codemain,
.sqlmain,
.htmlmain{
	background: #FAFCFE;
	border: 1px dotted #000;
	color: #465584;
	font-family: Courier, Courier New, Verdana, Arial;
	margin: 0 auto 0 auto;
	padding: 2px;
	width: 98%;
}

/* 
 * ========================================
 * old school quote and code styles - backwards compatibility 
 * ========================================
 */

#QUOTE,
#CODE{  
	background: #FAFCFE; 
	border: 1px solid #000; 
	color: #465584; 
	font-family: Verdana, Arial; 
	font-size: 11px; 
	padding: 2px; 
	white-space: normal;
}

#CODE{ 
	font-family: Courier, Courier New, Verdana, Arial;
}

