﻿

/************************************************

 *	AJAX Comments			        *

 ************************************************/

.ajax-comments-wrapper {

	border: 0px solid #D0D0D0;

	

	clear: both;

	display: block;



	margin: 0px;

	

	/*-moz-border-radius: 10px;*/

}

.ajax-comment, .ajax-comment-alt {

	position: relative;



	display: block;

	margin: 5px 5px 10px 5px;

	padding: 0 0 1px 0;

	clear: both;

	font-family: lucida sans unicode, lucida grande, verdana, helvetica, arial, sans-serif;

	color: #222;

	font-size: small;

	font-weight: normal;

	line-height: 120%;

	border: 0px solid #D0D0D0;

	

	overflow: hidden;

}

.ajax-comment-header, .ajax-comment-header-alt {

	top: 1px;

	width: 100%;

	/*position: relative;*/

	color: #515151;

	font-family: tahoma, verdana, helvetica, arial, sans-serif;

	font-size: x-small;

	padding: 1px 1px 1px -1px;

	margin: 0;

	clear: both;

	/*-moz-border-radius-topleft: 10px;

	-moz-border-radius-topright: 10px;*/

}

.ajax-comment-header {

	background: #00FFFF;

}

.ajax-comment {

	background: #CCFFFF;

}

.ajax-comment-header-alt {

	background: #00E8E8;

}

.ajax-comment-alt {

	background: #7DFFFF;

}

.ajax-comment-header a, .ajax-comment-header-alt a {	

	color: #BB4444;

}

.ajax-comment-header a:hover, .ajax-comment-header-alt a:hover {

	text-decoration: none;

	color: #3C657B;

}

.ajax-comment-info {

	color: #666666;

	float: right;

	margin-right: 11px;

}

.ajax-comment-author {

	margin-left: 10px;

	font-weight: bold;

	font-size: 1.0em;

	text-align:left;

}



.ajax-comment-text {

	padding: 5px;

	margin: 0;

	font-size: 8pt;

	line-height: 11pt;

	clear: both;

	display: block;

	text-align: left;

	padding:15px 15px 5px 15px;

}

.ajax-options a{

	color: #BB4444;

	text-decoration: none;

	margin-left: 15px;

}
