/* This page should contain style specific to the Bulletin comments.
	Style used across the Bulletin site goes in global.css. 
	Page created for Bulletin by JLechliter@aarp.org Feb 2007 */
		
/**************************************************

	BEGIN: Comments Styles
	added by Jon Lechliter (28 February 2008)
	
**************************************************/

#commentarySlot, #recentCommentsSlot {
	margin: 20px 0px;
	color: #666;
	font-size: 1.1em;
}
#stateFeature #commentarySlot p {
	margin: 0;
}

#commentsArea #recentCommentsSlot table p {
	margin: 0 0 0.25em 0;
	padding: 0;
}

#commentsArea #recentCommentsSlot td {
	padding-bottom: 1.5em;
	padding-top: 1.5em;
	border-bottom: 1px solid #DDD9DA;
}

.commentThumbnail {
	width: 80px;
}

.commentText {
	padding-left: 10px;
}

.articleCommentFormInput {
	width: 450px;
	margin-bottom: 6px;
	margin-top: 2px;
}

.commentsHeaders {
	font-size: 21px;
	color: #000;
	margin: 20px 0 -20px 0;
}

.articleCommentTimestampBox {
	margin-bottom: 5px;
}

#previewArea {
	display: none;
	border-width: thin;
	border-style: solid;
	background-color: #f2f7fb;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-top: 5px;
}

#previewComment {
	position: relative;
	top: 0px;
	left: 20px;
	margin: 0 auto;
	padding: 0;
}

.commentFlagDelete {
	position: relative;
	padding: 10px;
	background: #fffafa;
	border: 1px #ff6666 solid;
	margin-top: 10px;
	display: none;
}

#articleBody #commentsArea {
	margin-left: 0px;
}
*html #articleBody #commentsArea {
	margin-left: 0px;
}


.countText {
	font-size: 0.8em;
}

.profileNav {
	position: relative;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	background: #fff;
	letter-spacing: normal;
	font-weight: bold;
	margin: .8em 0 .8em 0;
	padding-bottom: .3em;
	border-bottom: .60em solid #000;
}

.profileNav .memberName {
	background-image: url(http://assets.aarp.org/aarp.org_/build/topics/images/community/profile/nav/line.gif);
	background-repeat: repeat-x;
	display: block;
	font-size: 16px;
	color: #010000;
	line-height: normal;
	font-weight: bold;
	float: left;
	overflow: hidden;
	text-align: center;
	width: 222px;
	position: relative;
	height: 22px;
	border-bottom: 2px #C1C2C4 solid;
	padding-bottom: 2px;
}


.profileNav .activeTab, .profileNav .inactiveTab {
	cursor: text;
}

.profileNav .activeTab:hover, .profileNav .inactiveTab:hover {
	text-decoration: none;
}


.profileNav a.activeTab .tabMiddle, 
.profileNav a.activeTab:link .tabMiddle, 
.profileNav a.inactiveTab .tabMiddle, 
.profileNav a.inactiveTab:link .tabMiddle, 
#stateFeature .moreArticle .profileNav a.activeTab .tabMiddle, 
#stateFeature .moreArticle .profileNav a.activeTab:link .tabMiddle, 
#stateFeature .moreArticle .profileNav a.inactiveTab .tabMiddle, 
#stateFeature .moreArticle .profileNav a.inactiveTab:link .tabMiddle {
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: normal;
	font-weight: bold;
	font-style: normal;
	color: #000;
	display: block;
	line-height: normal;
	position: relative;
	text-transform: uppercase;
}

.profileNav .tabSpaceRight, 
.profileNav .activeTab .tabRight, 
.profileNav .tabSpaceLeft, 
.profileNav .activeTab .tabLeft, 
.profileNav .tabSpaceDivider {
	display: none;
}

.commentsHeaders {
	font-size: 18px;
	color: #900;
	margin-top: 0px;
}


#previewArea {
	display: none;
	border-width: thin;
	border-style: solid;
	border-color: #ccc;
	background-color: #EEEDEB;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-top: 5px;
}

#previewComment {
	margin: 2em auto 0 auto;
	padding: 0;
}




/************************************************** 
	END: Comments Styles
**************************************************/