/*
-----------------------------------------------
Site:		VittleAnte
Author:		Brent Marsh
Version:	2007.12.20
----------------------------------------------- 
*/

#PageLockedDiv
{
	display:			none;	
}

#RedirectionInfoDiv 
{
	font-size:			11px;
	padding-left:		10px;
	padding-top:		4px;
}

#RedirectionDiv 
{
	margin-bottom:		16px;
	padding-left:		24px;
	margin-left:		10px;
	font-size:			14px;
	background:			url(Images/Redirect.png) no-repeat left center;
}

/*
=Content: Comment List
-----------------------------------------------------
*/

#CommentListDiv
{
	margin-top:			35px;
	margin-bottom:		10px;  /* this is to nullify the 20px bottom margin that the "Section" class will add to the CommentDiv */
}

#CommentListDiv .SectionHeader
{
	background:			url(../Images/headComments.gif) no-repeat left top;
	margin-bottom: 5px;
}

#CommentListDiv tr.row td
{
	padding-bottom: 18px;	
}

#CommentListDiv p, #NewCommentDiv p
{
	margin: 0px;
	margin-bottom: 4px;		
}

#CommentListDiv .Description, #NewCommentDiv .Description
{
	font-size:			11px;
	color:				#BEBBB4;
}
	
#CommentListDiv .Author, #NewCommentDiv .Author
{
	font-size:  11px;
	color:		#BEBBB4;
}

#CommentListDiv .PostDate, #NewCommentDiv .PostDate
{
	font-size:			9px;
	margin-bottom:		0px;
	color:				#BEBBB4;
}

/*
=Content: New Comment
-----------------------------------------------------
*/

#NewCommentDiv
{
	padding-top: 5px;
}

#NewCommentDiv .Textbox
{
	width: 200px;
}

#NewCommentDiv .PreviewPanel
{
	background-color:	#F4F1EC;
	margin-top:			10px;
	padding:			5px 5px 5px 5px;
	margin-bottom:		15px;
	width:				530px;
	margin-left:		-5px;
}

.CommentChange
{
	padding-top:	20px;	
	padding-bottom: 10px;	
}

#CommentBox .InputValidation
{
	margin-top:		-17px;
	height:			17px;
	padding-left:	225px;
}
