/* Tab skin */
#comments-container {
	margin:20px 10px;
	display:block;
	
}

#blog-main #comments-container {
	margin:20px 10px 20px 0px;
	display: block;
	
}


/* Top Level */

.comment-form {
	background-color:#fdfae9;
	border-bottom: 4px solid #ccc9aa;
	border-top: 4px solid #ccc9aa;
	padding-top:10px;
	width:100%;
}

.comment-form .form {
	padding:0px 10px;
}

.comment-form .form h3 {
	text-transform:uppercase;
	font-weight:bold;
	font-size:14px;
	padding-bottom:8px;
}

.comment-form .form div {
	padding-right:10px;
}

.comment-form LABEL {
	text-transform:uppercase;
	font-weight:bold;
	font-size:11px;
	display:block;
	margin:7px 0px 4px 0px;
}

#comment-form .form form div {
	margin-bottom:1px;
	padding:2px 5px;
	overflow:auto;
	width:100%;
}

.comment-form .form h3.title {
	color:#B6062B;
}

.comment-form .form span.small-note {
	font-size:10px;
	text-transform:none;
}

#comments {
	font-family:arial, helvetica, sans-serif;
	
	background-image: url(../../images/comments/comments_header_background.jpg);
	background-repeat:no-repeat;
	height:37px;
	list-style:none;
	font-size: 11px;

	position: relative;

	display: block; 
	margin:0;
	padding:0;
}

#blog-main #comments {
	font-family:arial, helvetica, sans-serif;
	
	background-image: url(../../images/comments/comments_blog_header.jpg);
	background-repeat:no-repeat;
	height:37px;
	list-style:none;
	font-size: 11px;

	position: relative;

	display: block; 
	margin:0;
	padding:0;
}
#comments li {
	margin:0;
	padding:0;
	float:left;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	margin:10px 0px;		
	}

#comments li h3 {
	text-transform:none;
	font-size:12px;
}

#comments li a {
	color:#fbebc4;
	padding:10px 7px;
	}
	
#blog-main #comments li.last {
	margin-left:40px;
	border-right: 1px solid #fff;
	padding-right:7px;
}
#comments li.last {
	margin-left:240px;
	border-right: 1px solid #fff;
	padding-right:7px;
}

#comments li h3.title {
	color:#fff;
	font-size:14px;
	font-weight:bold;
	margin-left:10px;
	text-transform:uppercase;
}

#comments li h3 a{
	cursor:pointer;
}

DIV.comments {
	margin-bottom:0px;
}


/* Sub Levels */

#comments .sections {
	font-family:arial, helvetica, sans-serif;
	color:#333333;
	font-size:12px;
	border-top: 3px solid #cc0000;
	position:relative;
	left: 0px;
	top: 23px;
	margin:0px;
	padding:0;
	display: block;
}

#comments .sections h3, #comments .sections h4{
	font-family:arial, helvetica, sans-serif;
}




.comments ul{
	list-style-type: none;
	background-repeat:no-repeat;
	margin:0;
	padding:0;
}

.comments ul li {
	border-bottom: 1px solid #ccc9aa;

}

.comments ul.comments ul li{
	list-style-type: none;
	border-bottom:none;
	margin-left:25px;
	padding:0;
	margin-top:10px;
	margin-bottom:0;
	background-image:none;
	clear: both;
	
}

.comments ul.comments li{
	font-size: 11px;
	color: #999999;
	background-color:#efedd6;
	background-repeat:repeat-x;
	padding-bottom:30px;
	padding-left:10px;
	
	
}


.comments .user{
	font-size: 16px;
	color: #000;
	font-style:normal;
	font-weight:bold;
	padding-right:6px;
}

.comments .post-date{
	color: #000;
	margin-bottom:5px;
	color:#666;
	font-style:italic;
	font-size: 11px;
	font-weight:normal;
}

.comments .post-date .updated{
	border-bottom:0px none;
	display: inline;
}

.comments ul li dl{
	font-size: 14px;
	color: #333333;
	font-family: "Times New Roman", Times, serif;
	font-size:14px;
	margin:0;
	padding-right:5px;
	padding-top: 12px;
}

.comments ul li dt{
	font-size:14px;
	font-family:arial, helvetica, sans-serif;

	margin-top:2px;
}

.comments ul li dd{
	margin:0;
	padding:0;
	margin-bottom:6px;
}

.reply {	
	margin-top:5px;
}

.reply a{
	font-size:11px;

}

A.reply-link {
	color:#357B39;
	font: 10px Arial, Helvetica, sans-serif;
	font-weight:bold;
	display:block;
	width:143px;
	height:21px;
	background:url(../../images/comments/reply_background.gif);
	background-repeat:no-repeat;
	padding: 4px 0px 0px 19px;
	text-transform:uppercase;
	float:left;
	margin-right:10px;

}

A.flag-link {
	color:#357B39;
	font: 10px Arial, Helvetica, sans-serif;
	font-weight:bold;
	display:block;
	width:91px;
	height:21px;
	background:url(../../images/comments/flag_background.gif);
	background-repeat:no-repeat;
	padding: 4px 0px 0px 19px;
	text-transform:uppercase;
	float:left;

}

#comments .sections h2 {
	font-size: 11px;

	margin-bottom: 5px;
}

#comments .sections li {
	color: #996633;

	margin: 5px 0px;
	
}

/* Add Custom Styles Here */

.comments-form input.button {		
}

.comments-form {
	font-family:arial, helvetica, sans-serif;

	padding-top:2px;
}

.comments-form h3{
	background-image:none;
	font-size:14px;

	padding:0;
}


.comments-form div {
	margin-bottom:10px;
}

.comments-form .talkback_title label {
	width:50px;
	margin-right:5px;
}

.bold {
	font-weight:bold;
}



#comment-form .button {
	height:31px;
	margin:8px 5px 0px 0px;
	padding-bottom:10px;
}

.form {
	width:100%;
	margin:0px;
	padding:0px;
}


#comment-form .login {
	border: 0px none;
	padding-bottom:0px;
	margin-bottom:0px;
	
}

#comment-form .login a {
	font-weight:bold;

}

#comment-form .buttons {
 height:38px;
 width:300px;
 margin-bottom:7px;
}

#comment-form .button {
	font-size:11px;
	background-color: #274f8d;
	background-color:transparent;
	text-transform:uppercase;
	color:#ffffff;
	text-align:center;
	width:auto;
	height:auto;
	padding:0px;
	margin-top:5px;
	margin-right:10px;
	border:0px none;
	float:left;
}

#comment-form .reset {
	background-image:url(../../images/global/reset.jpg);
	background-repeat:no-repeat;
	width:59px;
	height:33px;
	line-height:1px;
	font-size:1px;
	text-align:right;
	color:#ffffcc;
	
}

#comment-form .reset:hover {
	cursor:pointer;
}


.required {
	color:#cc0000;
}

#editorials-mid-5 {
	/*width:550px;
	height:75px;
	overflow-y: scroll;
	overflow-x: hidden;*/
	margin-top:10px;
	margin-bottom:20px;
}