/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
   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;
}

/* +++++ Custom settings +++++ */
#tb-wrapper a, #tb-wrapper a:visited {
	text-decoration: none;
	color: #FF6600;
	}

#tb-form-div a.help, #tb-form-div a.help:visited {
	font-family: arial, helvetica, sans-sefif;
	font-weight: bold;
	padding: 0 2px 0 2px;
	background: #FF6600;
	color: #FFF;
	}
	
#tb_form, #tb-form-edit {
	font-size: .85em;
	padding: 5px 10px 5px 10px;
	background: #000;
	border: 1px solid #0D9A48;
	text-align: left;
	}
	
.tb-comment-legend {
	color: #FF6600;
	text-align: center;
	margin-top: 1em;
	}
	
.tb-leave-comment-legend {
	color: #FF6600;
	text-align: center;
	margin-top: 15px;
	}
	
.tb-author, .tb-author-admin  {
	font-weight: bold;
	color: #0D9A48;
	}
	
.tb-comment-subject {
	font-size: .9em;
	}
	
.tb-comment-text, .tb-comment-text-admin {
	overflow: auto;
	color: #FF6600;
	}
	
.tb-reply-submit {
	background: none;
	border: none;
	display: block;
	width: 44.5em;
	font-size: .90em;
	color: #FF6600;
	padding: 0;
	text-align: right;
	cursor: pointer;
	}
	
#tb-panel {
	margin: 20px 0 0 0;
	padding: 0;	
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 80%;
	background: #000;
	}
	
#tb-panel-wrapper {
	width: 500px;
	margin: auto;
	color: #fff;
	background: #000;
	}
	
#tb-panel-header, #tb-panel-footer {
	background: #FF6600;
	text-align: center;
	padding: 5px 10px 5px 10px;
	}
	
.tb-stress {
	color: #FF6600;
	text-align: center;
	}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
   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;
	}
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */