/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
   Styles for comment templates
   See the user guide, Adding Comments to Your Pages, for instructions on 
   including the stylesheets in your pages.
   --------------------------------------------------------------------------
   Scripts that also have override styles defined inside a <style> tag:
      message-panel-tpl.php (body, #tb-wrapper)
      comments-help.php (body, #tb-wrapper, styles unique to the script)
      
   TABLE OF CONTENTS:
      Top level elements
      Sort radio buttons and number of comments to show
      Comment: 
         wrapper
         header
         body
         footer (reply & edit links)
      Next/previous links
      Comment entry form
      Message panels: message-panel-tpl.php, comments-help.php
      Miscellaneous
*/

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	Top level elements
   ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#tb-wrapper {
	font-family: "lucida sans unicode", "lucida grande", verdana, helvetica, arial, sans-serif;
	width: 95%;
	margin-top: 1.5em;
	margin-left: auto;
	margin-right: auto;
	}
#tb-comment-link {
	text-align: center;
	}
#tb-wrapper a, #tb-wrapper a:visited {
	text-decoration: none;
	color: #00f;
	}
#tb-wrapper a:hover {
	text-decoration: underline;
	}
.tb-comment-legend {
	color: #800;
	text-align: center;
	margin-top: 1em;
	}
.tb-closed-legend {
	color: #800;
	text-align: center;
	}
.tb-nocomments-legend {
	color: #800;
	text-align: center;
	}
.tb-leave-comment-legend {
	color: #800;
	text-align: center;
	margin-top: 15px;
	}
.tb-submit{
	font-family: helvetica, arial, sans-serif;
	color: #003399;
	padding: 0;
	margin-right: 5px;
	cursor: pointer;
	}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	Sort radio buttons and number of comments to show
   ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#tb-sort {
	text-align: center;
	}
#tb-sort .tb-num-rows {
	font-size: .85em;
	width: 2em;
	text-align: center;
	border: 1px solid #A099DF;
	}
#tb-sort .tb-submit{
	background: #ddd;
	font-size: 10px;
	}
#tb-sort .tb-radio{
	}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	Comment
   ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.tb-comment {
	margin-top: 2em;
	}
.tb-reply {
	margin-top: 2em;
	margin-left: 20px;
	}
/* font size changed from .85em */
.tb-reply-legend {
	color: #888;
	font-size: .65em;
	}
/* ++++++++++ The comment header +++++++++++ */
/* font size downsized from .9em */
.tb-comment-header, .tb-comment-header-admin {
	font-size: .7em;
	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;
	}
/* ++++++++++ The comment subject and body ++++++++++ */
/* font size downsized from .9em */
.tb-comment-subject {
	clear: both;
	font-size: .8em;
	}
.tb-subject-title {
	}
/* font size added to this item */
.tb-comment-text, .tb-comment-text-admin {
	font-size: .8em;
	overflow: auto;
	clear: both;
	}
.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 footer (reply, edit and delete links) ++++++++++ */
.tb-comment-footer {
	text-align: center;
	}
.tb-replyto-link, .tb-edit-link, .tb-delete-link {
	display: inline;
	}
.tb-reply-submit {
	background: none;
	border: none;
	font-size: .85em;
	color: #003399;
	margin: 5px 0 0 0;
	padding: 0;
	cursor: pointer;
	}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	Next/Previous Links 
   ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#tb-prev-next {
	text-align: center;
	margin-top: 2em;
	}
.tb-prev, .tb-next, .tb-first, .tb-last {
	font-size: .85em;
	font-family: helvetica, arial, sans-serif;
	font-weight: bold;
	color: #003399;
	cursor: pointer;
	border: none;
	background-color: #fff;
	}
.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;
	}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	Comment entry form
   ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#tb-form-div {
	margin: auto;
	}
#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: #8385BF;
	color: #fff;
	}
#tb-form-div .tb-help a:hover {
	background: #fff;
	color: #8385BF;
	border: 1px solid #8385BF;
	text-decoration: none;
	}
/* note change font-size from .85 to smaller */

#tb-form, #tb-form-edit {
	font-size: .8em;
	padding: 5px 10px 5px 10px;
	background: #EFEFEF;
	border: 1px solid #bbb;
	text-align: left;
	}
#tb-form-div .tb-field {
	margin-top: 5px;
	font-size: 1em;
	border: 1px solid #A099DF;
	padding: 0 2px 0 2px;
	width: 150px;
	} 
#tb-form-div .tb-subject-field {
	margin-top: 5px;
	font-size: 1em;
	padding: 0 2px 0 2px;
	width: 85%;
	border: 1px solid #A099DF;
	} 
.tb-required {
	color: #f00;
	font-size: 1.2em;
	}
#tb-form-div .field-reply {
	width: 30px;
	border: 1px solid #A099DF;
	padding: 0 2px 0 2px;
	font-size: 1em;
	} 
#tb-subscribe-line {
	margin-bottom: 5px;
	}
#admin-reply_options {
	margin-bottom: 5px;
	}
#ed_toolbar {
	margin-bottom: 5px;
	}
#tb-form-edit #ed_toolbar {
	margin-top: 5px;
	}
#ed_toolbar input {
	font-family: helvetica, arial, sans-serif;
	font-size: 11px;
	color: #003399;
	padding: 0;
	margin-right: 2px;
	cursor: pointer;
	}
#tb-form-emoticons {
	margin-top: 5px;
}
#tb-form-div textarea {
	font-family: Verdana, Arial, Helvetica,sans-serif;
	margin-top: 5px;
	width: 99%;
	height: 10em;
	font-size: 1em;
	padding: 0 2px 0 2px;
	}
#tb-form-submit-line {
	font-size: 11px;
	}
#tb-link-target {
	/* This holds the "open in new window" flag used by the quick tags script */
	display: none;
	}
#tb-error {
	color: #f00;
	}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	Miscellaneous
   ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
img {border: none;}
strong {font-size: .9em;}
.tb-label {
	}
.tb-small {
	font-size: .85em;
	}
.tb-clear {
	clear: both;
	height: 1px;
	}
.tb-stress {
	color: #800;
	text-align: center;
	}
.tb-credit {
	color: #666;
	text-align: center;
	font-size: .85em;
	}
.tb-center {
	text-align: center;
	}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	"Panel" styles: message-panel.php, comments-help.php, comments-preview.php, 
	commments-reply-tpl.php, comments-edit-tpl.php, comments-edit-tpl.php
   ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#tb-panel {
	margin: 20px 0 0 0;
	padding: 0;	
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 80%;
	background: #6F6F6F;
	}
#tb-panel-wrapper {
	width: 500px;
	margin: auto;
	background: #fff;
	}
#tb-panel-header, #tb-panel-footer {
	background: #FEAB2B;
	text-align: center;
	padding: 5px 10px 5px 10px;
	}
#tb-panel-content {
	border: 1px solid #FEAB2B;
	margin: 0;
	padding-bottom: 10px;
	}
#tb-panel-message {
	margin: 0 0 10px 0;
	padding: 0 10px 0 10px;
	}
.tb-panel-link {
	font-size: .85em;
	text-align: center;
	}
#tb-panel-footer {
	font-size: .75em;
	color: #fff;
	}
	
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	Thickbox styles - see http://jquery.com/demo/thickbox/ if you want all details
	Thickbox is used to display images that authors put in comments using the
	img tag. This keeps large images from breaking your layout.
   ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.TB_div {
	display: none;
	overflow: auto;
	}
.TB_div a:link {color: #00f;}
.TB_div a:visited {color: #00f;}
.TB_div a:hover {color: #00f;}

#TB_closeAjaxWindow a:link {color: #FFEFD7;}
#TB_closeAjaxWindow a:hover {color: #fff;}
#TB_closeAjaxWindow a:active {color: #ddd;}
#TB_closeAjaxWindow a:focus{color: #ddd;}

#TB_closeWindow a:link {color: #666;}
#TB_closeWindow a:hover {color: #666; font-weight: bold; background: none;}
#TB_closeWindow a:active {color: #000;}
#TB_closeWindow a:focus{color: #000;}

#TB_prev a:link {color: #888;}
#TB_prev a:visited {color: #888;}
#TB_prev a:hover {color: #000;  font-weight: bold;}
#TB_prev a:active {color: #888;}
#TB_prev a:focus{color: #888;}

#TB_next a:link {color: #888;}
#TB_next a:visited {color: #888;}
#TB_next a:hover {color: #000;  font-weight: bold;}
#TB_next a:active {color: #888;}
#TB_next a:focus{color: #888;}

#TB_overlay {
	position: absolute;
	z-index:100;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	min-height:100%;
	background-color:#000;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
#TB_window {
	position: absolute;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	text-align:left;
}
#TB_window img {
	display:block;
	margin: 15px 0 0 15px;
}
#TB_caption{
	padding:7px 0 10px 0;
	text-align: center;
	font-size: .85em;
	color: #444;
}
#TB_secondLine {
	text-align: left;
	color: #666;
	padding: 5px 0 0 15px;
	float: left;
	font-size: .85em;
}
#TB_prev_next {
	padding-left: 20px;
}
#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_closeWindow{
	/*height:25px;*/
	/*padding:11px 25px 10px 0;*/
	padding:0 25px 10px 0;
	float:right;
}
#TB_closeAjaxWindow{
	padding:0 10px 0 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
	font-size: .85em;
	padding-top: 5px;
}
#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
	color: #fff;
	font-weight: bold;
	font-size: .85em;
}
#TB_title{
	background-color:#FEAB2B;
	height:27px;
}
#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}
#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}
#TB_load{
	position: absolute;
	display:none;
	height:100px;
	width:100px;
	z-index:101;
}
#TB_HideSelect{
	z-index:99;
	position:absolute;
	top: 0;
	left: 0;
	width:100%;
	height:100%;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
#TB_iframeContent{
	border:none;
	clear:both;
}
