div#comments {
	display: table;
	width: 100%;
	padding: 0px;
	margin-bottom: 20px;
}

div#comments .commentBar {
	display: table;
	width: 100%;
	font-size: 8pt;
	background-color: #f2f2f2;
	background-image: url(../images/barBg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

div#comments .commentBar td {
	padding: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
	height: 30px;
}

div#comments .commentBar td.admin {
	padding-top: 0px;
}

div#comments .pageInfo {
	text-align: center;
}

div#commentList {
	margin-bottom: 10px;
}

div#comments .odd {
}

div#comments .commentItem {
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

div#comments .commentItem:last-child {
	border: none;
}

div#comments .info_td {
	width: 120px;
	padding: 1em;
	padding-left: 6px;
}

div#comments .comment_td {
	padding-top: 1em;
}

div#comments .editables {
	padding-bottom: 1em;
}

div#comments .commentItem .name {
	color: #000000;
	font-weight: bold;
	font-size: 8pt;
}

div#comments .commentItem .date {
	color: #666666;
	font-size: 8pt;
}

div#comments .commentItem .comment {
	font-family: verdana,helvetica,sans-serif;
	font-size: 9pt;
	font-weight: normal;
	margin: 0px;
	padding: 1px;
	white-space: normal;
	border: 1px solid transparent;
}

div#comments .commentItem .responseWrapper {
	padding-left: 1em;
}

div#comments .commentItem .response {
	font-family: verdana,helvetica,sans-serif;
	font-size: 9pt;
	font-weight: normal;
	font-style: italic;
	color: #666;
	margin: 0px;
	padding: 1px;
	white-space: normal;
	border: 1px solid transparent;
}

div#comments .commentItem .admin {
	font-size: 8pt;
	text-align: right;
}

/* sivujen selaus */
div#comments .pageNums {
	width: 100%;
	font-size: 9pt;
	cursor: default;
	margin-bottom: 10px;
}

div#comments .pageNums .pageLink {
	width: 120px;
	padding-left: 10px;
	padding-right: 10px;
}

div#comments .pageNums td.pageNum {
	width: 20px;
}

div#comments .pageNums td.pageNumCurrent {
	width: 20px;
	font-weight: bold;
}

div#comments .pageNums td.dash {
	width: 10px;
	cursor: default;
}

/* kommentin lisäyslomake */

form#commentForm {
	margin: 0px;
	padding: 0px;
}

/* kommenttinostot (mahdollisesti etusivulle) */

#comments_nostot {
	font-size: 9pt;
	width: 100%;
	padding: 10px;
	display: block;
}

#comments_nostot .title {
	font-weight: bold;
	margin-bottom: 6px;
}

#comments_nostot ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#comments_nostot ul li {
	margin-bottom: 10px;
}

#comments_nostot ul li .cutout {
}

#comments_nostot ul li .pvm {
	font-size: 8pt;
	color: #666666;
}

