﻿.admin fieldset
{
	padding: 10px;
}
.admin fieldset div
{
	margin-bottom: 5px;
}
.admin fieldset label
{
	float: left;
	width: 60px;
}
.admin fieldset legend
{
	padding: 5px;
}
.admin fieldset table td,
.admin fieldset table th
{
	padding: 5px;
}
.admin select.input
{
	width: 70px;
}
.admin textarea.input
{
	height: 100px;
}
.NormalRow td
{
	background-color: #fff;
}
.HoverRow td
{
	background-color: #c0c0c0;
	cursor: pointer;
}
.HoverRow td.NoHover
{
	background-color: #fff;
	cursor: default;
}

#allcomments
{
}
#allcomments .comment
{
	border-bottom: dashed 2px #c0c0c0;
	margin-bottom: 15px;
}
#allcomments .comment .control
{
	margin-top: 10px;
}
#allcomments .comment .control .right
{
	float: right;
}

pre
{
	font-size: inherit;
	font-family: Tahoma;

	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
	_white-space: pre;
	width: 370px;
}
