body {
	direction: ltr;
	font: 12px Arial, Tahoma, sans-serif;
	background: #fff;
}
a {
	text-decoration: underline;
	color: #c00;
}
a:hover {
	text-decoration: underline;
	color: #000;
}

p {
	margin: 10px 0;
}
p.reply_btn {
	padding-top: 10px;
	margin-bottom: 5px;
}
ul {
	margin: 0 20px;
	padding: 0;
}
input, textarea {
	font-size: 11px;
}
div.date {
	float: left;
	font-size: 11px;
	width: 20%;
	text-align: left;
	padding-top: 3px;
}
div.subject {
	width: 80%;
	float: right;
}
li.parent div.subject a {
	font-weight: bold;
	font-size: 13px;
}
div.msg {
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	margin-top: 10px;
	background: #ffd;
	padding: 0 10px;
}
div.paging {
	background: #ff9;
	padding: 5px;
}
h1.admin {
	font: bold 16px Tahoma, sans-serif;
	color: #900;
	text-align: left;
	padding-bottom: 5px;
	border-bottom: 1px solid #999;
}
form.admin {
	width: 400px;
	border: 10px solid #ccc;
	padding: 10px;
	background: #eee;
}
form.admin th {
	text-align: left;
	padding: 5px 10px;
}
table#vod {
	border: 0;
	border-spacing: 2px;
}
table#vod th {
	font-size: 14px;
	text-align: right;
	background: #ff6;
	padding: 5px 10px;
	vertical-align: top;
}
table#vod td input.max, table#vod td select.max, table#vod td textarea.max {
	width: 100%;
}

table#vod td {
	text-align: right;
	background: #FDFDB5;
	padding: 5px 10px;
	width: 33%;
}
table#vod th#clips { background: #39f; }
table#vod td#clips { background: #9cf; }

table#vod th#prepost { background: #9c3; }
table#vod td#prepost { background: #cf9; }

fieldset {
	border: 1px solid #808080;
}
fieldset legend {
	font-weight: bold;
}
h1.msg {
	color: red;
	font-size: 16px;
	border: 1px solid #000;
	background: #ff6;
	padding: 10px;
}
dt {
	font-weight: bold;
	margin: 10px 0 5px 0;
	border-bottom: 1px solid #999;
}