/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
   This file is for your custom styles
   +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	Change the path in the background url's if it is not correct for your system.
*/

.tb-next {
	background: url(/talkback/images/next-b.gif) right no-repeat;
	padding: 0 10px 0 0;
	}
.tb-prev {
	background: url(/talkback/images/prev-b.gif) left no-repeat;
	padding: 0 0 0 10px;
	}
.tb-first {
	background: url(/talkback/images/first-b.gif) left no-repeat;
	padding: 0 13px 0 0;
	}
.tb-last {
	background: url(/talkback/images/last-b.gif) right no-repeat;
	padding: 0 0 0 13px;
	}
	
/* +++++ ThickBox +++++ */
#TB_next {
	background: url(/talkback/images/right-arrow.gif) right bottom no-repeat;
	padding-right: 10px;
}
#TB_prev {
	background: url(/talkback/images/left-arrow.gif) left bottom no-repeat;
	padding-left: 10px;
}
#TB_title{
	background: url(/talkback/images/TBbg.gif) repeat-x;
}

#tb-wrapper  {
	/*border: none;*/
	font-size:14px;											/* The 'leave a comment' header section */
}

.tb-comment-subject {
	font-size:12px;											/* The subject line */
	}
.tb-subject-title {
	}
.tb-comment-text, .tb-comment-text-admin {
	overflow: auto;
	font-size:12px;											/* Comment text size	*/
	}
.tb-comment-text pre, .tb-comment-text-admin pre {
	margin: .5em 0 .5em 1.5em;
	font-family: "courier new", courier, monospace;
	background: #eee;
	padding: 0 2px 0 2px;
	overflow: auto;
	}
.tb-comment-text p, .tb-comment-text-admin p {
	margin: .5em 0 .5em 0;
	}
.tb-comment-text ol, .tb-comment-text-admin ol {
	margin: .5em 0 .5em -.3em;
	}
.tb-comment-text ul, .tb-comment-text-admin ul {
	margin: .5em 0 .5em -.3em;
	}
.tb-comment-text hr, .tb-comment-text-admin hr {
	}
.tb-comment-text blockquote, .tb-comment-text-admin blockquote {
	margin: .5em 0 .5em 1.5em;
	border-left: 3px solid #aaa;
	margin-left: 1.5em;
	padding-left: 5px;
	}
.tb-comment-text code, .tb-comment-text-admin code {
	font-family: "courier new", courier, monospace;
	background: #eee;
	font-size: .95em; 
	}
	
	/* ++++++++++ The comment header +++++++++++ */
.tb-comment-header, .tb-comment-header-admin {					/* Comments header info, e.g. author, date, etc. */
	font-size:12px;
	border-bottom: 1px solid #bbb;
	height: 1.3em;
	}
.tb-author-loc, .tb-author-loc-admin  {
	float: left;
	}
.tb-author, .tb-author-admin  {
	font-weight: bold;
	color: #666;
	}
.tb-author a, .tb-author-admin a:visited  {
	}
.tb-location, .tb-location-admin {
	}
.tb-date, .tb-id, .tb-date-admin, .tb-id-admin {
	float: right;
	}

	
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
   If you want to use the supplied background image for the comment header,
	remove these top and bottom comment lines from this block of styles.
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 
#tb-wrapper {
	width: 430px;
	}
.tb-comment-header, .tb-comment-header-admin {
	background: url(/talkback/images/header430.png);
	border: none;
	height: 24px;
	}
.tb-reply .tb-comment-header, .tb-reply .tb-comment-header-admin {
	background: url(/talkback/images/header410.png);
	border: none;
	height: 24px;
	}
.tb-author-loc, .tb-author-loc-admin  {
	padding: 4px 0 0 5px;
	float: left;
	}
.tb-date, .tb-id, .tb-date-admin, .tb-id-admin {
	padding: 5px 5px 0 0;
	float: right;
	}
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* ++++++++++ The comment subject and body ++++++++++ */
