@charset "utf-8";

#comments {
	margin-top:5px;
	background-color:#EEEEEE;
	overflow:hidden;
}

#comments a {
	color:#990000;
	font-weight:bold;
	text-decoration:none;
	border-bottom:1px dotted #999999;
}

#comments_header {
	font-size:16px;
	font-weight:bold;
	border-bottom:1px dotted #000000;
	padding:2px 5px;
	height:20px;
}

#comments_entries {

}

#comments_writenew {
	float:right;
	margin:2px;
	overflow:hidden;
}

#newcomment_link a {
	border:none;
}

#newcomment_cancel {
	text-align:right;
}

#newcomment_form {
	position:absolute;
	z-index:1000;
	margin-left:-200px;
	background-color:#999999;
	padding:1px;
	border:1px solid #000000;
	border-left-color:#CCCCCC;
	border-top-color:#CCCCCC;
	color:#FFFFFF;
}

#newcomment_form form {
	padding:0;
	margin:0;
}

#newcomment_form select {
	width:200px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

#newcomment_form textarea {
	width:194px;
	height:100px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

#newcomment_form span {
	display:block;
	width:200px;
	text-align:center;
	color:#FFFFFF;
}

#newcomment_form input {
	width:200px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

#newcomment_form .checkboxfield {
	text-align:right;
}

#newcomment_form .checkboxfield input {
	width:auto;
}

#comments_none {
	margin:5px;
	color:#CC0000;
	font-weight:bold;
}

.comment_entry {
	border-bottom:1px dotted #999999;
	overflow:hidden;
	padding:2px 5px;
}

.comment_entry.highpriority {
	background:#FF9999;
}

.comment_entry.odd {
	background:#FFFFCC;
}

.comment_entry.even {
	background:#FFFFAA;
}

.comment_data {
	float:left;
	width:200px;
}

.comment_message {
	margin-left:220px;
}

.comment_action {
	float:right;
	width:50px;
}

#comments .comment_expander a {
	border:none;
}
