/*############### COMMENTBOX FORM #####################*/
#commentForm {
	margin-top: 10px;
	padding: 10px 20px 10px 3px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	font-size: 12px !important;
}

#commentForm form p {
	clear: both;
	margin: 0;
	padding: 0;
}

#commentForm form p.fw-error, #commentForm form div.fw-error {
	margin-top: 5px;
	padding: 5px 0;
}

#commentForm form label {
	float: left;
	font-weight: bold;
	margin-right: 14px;
	text-align: right;
	width: 48px;
}
#commentForm .commentSignIn {
	float: right;
	font-weight: bold;
}
#commentForm .commentSignOut {
	float: right;
	font-weight: bold;
}


span.visitorName { font-weight: bold; }

#commentWall h3 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0;
	padding: 0;
}
.opacity-50 {
	filter: alpha(opacity=50);
	opacity: .5;
	width: 100%;
}
.opacity-75 {
	filter: alpha(opacity=75);
	opacity: .75;
	width: 100%;
}
#commentWall #commenterNameContainer, #commentWall #commenterEmailContainer {
	float: left;
	clear: left;
	width: 270px;
	margin-bottom: 10px;
}
#commentWall #commenterEmailContainer label {
}
.commentWallUtility {
	float: right;
	font-size: 12px;
}
.commentWallUtility a:link,
.commentWallUtility a:visited,
.commentWallUtility a:hover,
.commentWallUtility a:active { text-decoration: none; }



/*######## input fields #######*/
#commentForm form input { color: #999; }
#commentForm form #commenterName,
#commentForm form #commenterEmail {
	width: 170px;
	height: 18px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-color: #fff;
	border: 1px solid #444;
	padding: 2px 0 0 5px;
}

#commentForm form textarea {
	height: 75px;
	padding: 2px 0 2px 5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-color: #fff;
	border: 1px solid #444;
}

#commentSubmitBtn { margin: 10px 0 0 63px !important; }


/*####### Two main ID's -> #loggedInForm and #anonymousForm #######*/
#loggedInForm { margin-left:7px; }
#anonymousForm #commentTextbox { margin-left: 62px; }
#commentForm #loggedInMemberInfo { margin-left: 58px; }
#commentForm #loggedInMemberInfo p { clear: none; }

#commentForm #loggedInMemberInfo a,.commentItem .commentTitle a { font-weight: bold; }
.commentItem .commentTitle .commentUtility a { font-weight: normal; }

#commentForm div.avatar/* img*/ {
	width: 40px;
	height: 40px;
	float: left;
	margin: 0;
	padding: 0;
}
#commentForm div.avatar img {
	width: 36px !important;
	height: 36px !important;
	display: block;
	margin: 0;
	padding: 0;
}
#commentForm div.avatar img.fw-profile-pic { border: 2px solid #fff !important; }


/*############### COMMENTS LISTING #####################*/
#commentList { position: relative; }
#commentList .commentListLoadingOverlay {
	background: #fff url('../../../Images/loader.gif') no-repeat scroll center center;
	position: absolute;
	width: 100%;
	height: 100%;
	filter: alpha(opacity=40);
	opacity: 0.4;
}
#commentList .commentListLoadingOverlay span {
	margin: 4px 0pt;
	padding: 1px;
	background: #999;
	color: #fff;
}

.hr {
	border: 0 none;
	display: block;
	height: 1px;
	line-height: 1px;
	margin: 3px 0;
}

.commentItem {
	clear: both;
	padding: 10px;
	position: relative;
}

.commentItem.first { padding-top: 10px; }

.commentTitle {
	margin-bottom: 10px;
	margin-left: 55px;
	position: relative;
	height: 40px;
}

.commentItem div.avatar {
	float: left;
	margin: 0;
	padding: 0;
	width: 40px;
	height: 40px;
}

.commentItem div.avatar a, 
.commentItem div.avatar a:visited {
	padding: 0 !important;
}

.commentItem div.avatar img {
	display: block;
	margin: 0;
	padding: 0;
	width: 36px !important;
	height: 36px !important;
}
.commentItem div.avatar img.fw-profile-pic { border: 2px solid #fff !important; }

.commentTitle .commentUtility {
	float: right;
	font-size: 12px;
	line-height: 16px;
	margin-left: 15px;
	vertical-align: middle;
}

.commentTitle .commentUtility * { vertical-align: middle; }

.commentTitle .time {
	position: absolute;
	top: 22px;
	left: 0;
	font-size: 12px;
}

.commentBody {
	margin: 14px 0 0;
	clear: left;
}

.commentBody p { margin: 0; }

.commentBody blockquote {
	font-style: italic;
	margin-left: 5px;
	border-left: 5px solid #dfdfdf;
	padding-left: 10px;
	font-size: .85em;
	line-height: 1.2em;
}

.commentBody blockquote span { margin-left: 0; }



/* ################# FLAGGING STYLES ################ */
.flagging {
	text-align: right;
	font-size: 11px !important;
	margin: 3px 10px -14px 0;
	visibility: hidden;
}

.flagged .showHide { padding: 5px 12px; }

.flagged .commentItem {
	display: none;
	margin: 2px 0 10px;	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.flagged .flagging { margin: 3px 10px -6px 0 !important; }

/* ################# IE6 fixes ##################*/
*html .hr { width: 99%; }
*html .commentItem { clear: both; }
*html .flagged .showHide { clear: both; }

/* forces images in photos app to resize to fit */
*html .fw-photo-frame a img { width: 90% !important; }

/* makes it so that sidebar never overflows because of content */
*html #fw-bigcontain { overflow: hidden; }

/* Fix for IE6 haivng trouble with displaying transparent text w/o a bg color */
*html .opacity-50 {
	filter:progid:DXImageTransform.Microsoft.BasicImage(opacity=0.5);
	*background-color:#e1e1e1;
	*zoom:1;
	*filter:progid:DXImageTransform.Microsoft.Chroma(color=#e1e1e1);
}


/*############### PAGINATION #####################*/
#commentPagination { margin-top: 5px; }
#commentPagination a:link, #commentPagination a:visited,
#commentPagination a:hover, #commentPagination a:active {
	border: 1px solid #999;
	display: inline-block;
	font-size: 11px;
	margin: 0 2px;
	padding: 1px 5px !important;
	text-align: center;
	text-decoration: none !important;
}
#commentPagination a.next, #commentPagination a.prev {
	border: 2px solid #999;
	width: 40px !important;
	padding: 0px !important;
}
#commentPagination a.next { margin-left: 15px; }
#commentPagination a.prev { margin-right: 15px; }
#commentPagination a:hover {
	background: #ccc !important;
	color: #333;
	text-decoration: none !important;
}
#commentPagination span.current {
	background: transparent !important;
	border: 1px solid transparent !important;
	display: inline-block;
	font-size: 11px;
	padding: 1px !important;
	text-align: center;
	text-decoration: none !important;
	width: 18px !important;
}
#commentPagination span {
	font-size: 12px;
	font-weight: bold;
	padding: 4px 6px !important;
	text-align: center;
	text-decoration: none !important;
	width: 18px !important;
}
