/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
   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(/talkbalk/images/next-b.gif) right no-repeat;
	padding: 0 10px 0 0;
	}
.tb-prev {
	background: url(/talkbalk/images/prev-b.gif) left no-repeat;
	padding: 0 0 0 10px;
	}
.tb-first {
	background: url(/talkbalk/images/first-b.gif) left no-repeat;
	padding: 0 13px 0 0;
	}
.tb-last {
	background: url(/talkbalk/images/last-b.gif) right no-repeat;
	padding: 0 0 0 13px;
	}
	
/* +++++ ThickBox +++++ */
#TB_next {
	background: url(/talkbalk/images/right-arrow.gif) right bottom no-repeat;
	padding-right: 10px;
}
#TB_prev {
	background: url(/talkbalk/images/left-arrow.gif) left bottom no-repeat;
	padding-left: 10px;
}
#TB_title{
	background: url(/talkbalk/images/TBbg.gif) repeat-x;
}
	
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
   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: 530px;
 font-size: 10px;
 font-weight: normal;
 text-align: left
	}
.tb-comment-header, .tb-comment-header-admin {
	background: url(/talkbalk/images/header530.png);
	border: none;
	height: 24px;
	}
.tb-reply .tb-comment-header, .tb-reply .tb-comment-header-admin {
	background: url(/talkbalk/images/header510.png);
	border: none;
	height: 24px;
	}
.tb-author-loc, .tb-author-loc-admin  {
/* Comment out the size on 6-11 	font-size: 10px;
*/
	padding: 4px 0 0 5px;
	float: left;
	color: #0033CC;
	}
.tb-date, .tb-id, .tb-date-admin, .tb-id-admin {
	padding: 5px 5px 0 0;
	float: right;
	}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
   This file is change comment text alignment...I hope
   +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/
.tb-label {
	font-size: 11px;
	}
.tb-comment-subject {
	color: #0033CC;
	font-size: 10px;
	}
.tb-reply-legend {
	color: #0033CC;
	font-size: 10px;
	}
.tb-author, .tb-author-admin  {
	font-size: 10px;
	color: #0033CC;
	}
#tb-form-div .tb-field {
	margin-top: 5px;
	font-size: 9px;
	border: 1px solid #A099DF;
	padding: 0 2px 0 2px;
	width: 150px;
	}
.tb-date, .tb-id, .tb-date-admin, .tb-id-admin {
	font-size: 9px;
	float: right;
	}
.tb-location, .tb-location-admin {
	font-size: 10px;
	color: #0033CC;
	}
.tb-comment-text, .tb-comment-text-admin {
	text-align: left;
	overflow: auto;
	}

