/****************************************************************************** 
 * STYLESHEET - COPYRIGHT 2005 (C) XILLENT CORP.                              *
 * Comments | Pagination
 ******************************************************************************/


/****************************************************************************** 
 * COMMENTS                                                                   *
 ******************************************************************************/
.CommentBgd	  			{background-color: #242424 !important;}
.CommentLink 			{padding: 5px; font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold;}
A.CommentLink:link		{color:#E4E4E4;text-decoration:none}
A.CommentLink:visited	{color:#E4E4E4;text-decoration:none}
A.CommentLink:hover		{color:#FFFFFF;text-decoration:none}
A.CommentLink:active	{color:#FFFFFF;text-decoration:none}

.CommentError 			{background-color: #CC0000 !important;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom: 1px dotted #4b4b4b;
	padding: 5px;
}
.CommentAuthor 	 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #CC0000;
}
.CommentDate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
}
.CommentIntroText 	{background-image:url(../_images/bgd/diag.gif); border-bottom: 1px dotted #4b4b4b;}
.CommentText 		{color: #F2F2F2;}
.CommentForm 		{background-image:url(../_images/bgd/diag.gif); font-family: Arial, Helvetica, sans-serif; font-size: 11px;	color: #CCC;}


/****************************************************************************** 
 * COMMENTS                                                                   *
 ******************************************************************************/
.Pagination {
	font-family: Trebuchet, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
	background-color: #111;
	border-top: 1px solid #4b4b4b;
	border-bottom: 1px solid #4b4b4b;
	padding: 3px 5px;
}
.PageOn  {
	height: 16px;
	width: 16px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
}
.PageOff {
	height: 16px;
	width: 16px;
	text-align: center;
	vertical-align: middle;
	color: #999999;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
}
