#topic_responses
{
		background: none;
		margin: 20px 0px 0px 0px;
		border-left: none;
		border-right: none;
		border-bottom: none;
		padding: 5px 0px 5px 5px;
		min-height: 1%;
		width: 615px;
}

ul.topic_tabs
{
	background-color: #b30000;
	border-top: 2px solid #000000;
	height: 30px;
	position: relative;
	padding: 0px 0px 0px 34px;
	margin: 0px 0px 0px 0px;
}

ul.topic_tabs li 
{
	float: left;
	list-style-type: none;
	list-style-position: outside;
	list-style-image: none;
}

ul.topic_tabs li a
{
		float: left;
		display: block;
		color:#ffffff;
		text-decoration: none;
		font-family: arial;
		font-size: 100%;
		font-weight: bold;
		padding: 0px 0px 0px 16px; /*Padding to accomodate left tab image. Do not change*/
		height: 30px;
		line-height: 30px;
		text-align: center;
		cursor: pointer;	
}

.topic_tabs li a b
{
		float: left;
		display: block;
		padding: 0 24px 0 8px; /*Padding of menu items*/
}

.topic_tabs li.selected a, .topic_tabs li a:hover
{
		color: #000000;
		background-color: #ffffff;
		background-position: left;
}

.topic_tabs li.selected a b, .topic_tabs li a:hover b
{
		color: #000000;
		background-color: #ffffff; 
}

h2
{
	color: #9f0D0c;
}

#topic_tabs textarea
{
	font-family: Arial, Helvetica, Clean, Sans-Serif;
	background: #f5f5dc; /*beige*/
}

.comment_input
{
	background: none;
	font-size: 93%;
	margin: 10px 0px 5px 0px;
	padding: 5px 5px 5px 5px;
}

.comment_input textarea
{
	background: #f5f5dc;
}

.comment_trail
{
	padding: 10px;	
}

.comment_box
{
	/*
	float: right;
	width: 90%;		
	*/
	margin: 10px 0px 10px 0px;
}

.comment_text
{
	background: #d9e0e0 url(/images/comment-text-a.gif) repeat-x scroll bottom center;
	/*background:#dedc2a url(/images/comment-text.gif) repeat-x scroll top left;
	background: #ede7ef url(/images/comment-d.gif) repeat-x scroll top left;*/
	padding: 10px 10px 10px 10px;
	border-bottom: 2px solid #bfcccc; /*#ede7ef; *#9ab3ff; #c9f38d;#f5f68e;*/
}

.comment_footer
{
	padding: 5px 10px 0px 58px;
	margin-bottom: 0px;
	font-size: 85%;
	font-family: inherit;
	background: transparent url(/images/comment-arrow-a.gif) no-repeat 20px 0px;
}

.comment_replies
{
	padding-left: 30px;
}

.nocomments
{
	text-align: center;
	padding: 5px 0px 5px 0px;
	color: #000000;
}

.comment_replyform
{
	background: none;
	border: none;
	padding: 5px 10px 5px 10px;
	overflow: hidden;
	font-size: 93%;
}

/* this is here because of an ie6 quirk that causes the textarea width to expand when typing */
.comment_replyform fieldset
{
	margin: 0px;
}

.comment_replyform textarea
{
	/* nothing */		
	width: 95%;
	background: #f5f5dc;
}

.comment_photo
{
	float: left;
	padding: 0px 5px 5px 0px;
}

.comment_footer ul
{
	list-style-type: none;
	list-style-position: outside;
	list-style-image: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.comment_footer li
{
	float: left;
	margin: 0px 5px 0px 0px;
	list-style-type: none;
	list-style-position: outside;
	list-style-image: none;
}
		
.comment_footer li.kudo_line
{
	/*clear: left; to allow the comment_photo to float left*/
	width: 375px; 
	word-spacing: 5px;
}

/*Respond with a Post Styles*/
.post_responseUL
{
	margin: 5px 0px 0px 10px;
	height: 72px;
	width: 300px;
}

.post_responseUL li
{
	list-style-type: none;
	list-style-position: outside;
	list-style-image: none;
}

.post_responseUL li a
{
	background: transparent url(/images/TR-post-left.gif) no-repeat scroll left center;
	height: 72px;
	line-height: 55px;
	font-size: 108%;
	font-weight: bold;
	padding: 0px 0px 0px 45px;
	float: left;
	display: block;
}

.post_responseUL li a b
{
	background: transparent url(/images/TR-post-right.gif) no-repeat scroll right top;
	height: 72px;
	padding: 0px 50px 0px 5px;
	color: #000000;
	float: left;
	display: block;
}

.post_responseUL li a:hover, .post_responseUL li a:hover b
{
	color: #000000;
	cursor: pointer;
}

/*new style for non-member commenting*/

input.nm_comment_input
{
	background: #f5f5dc;
	width: 175px;
}

.nm_comment_label
{
	color: #4d4d4d;
}	

.captcha_input
{
	background: #f5f5dc;
}