body {
	font-family: Monaco, Geneva, Verdana, Courier New, monospaced;
	font-size: 10px;
	line-height: 17px;
	letter-spacing: 1px;
	text-align: left;
	color: #fff;
	background: #898989;
	min-width: 800px;
}

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

br {
	letter-spacing: 0; /* ie fix */
}

input {
	margin-left: 0;
	margin-right: 0;
	font-size: 11px;
	letter-spacing: 0px;
}

select {
	font-size: 9px;
	letter-spacing: 0px;
}

table, tr, td {
	font-size: 10px;
	line-height: 17px;
	padding: 0;
	border-spacing: 0;
	margin: 0;
}

.indented {
	text-indent: -15px;
	padding-left: 15px;
	padding-bottom: 7px;
}

.convLeft, .convRight {
	padding-bottom: 7px;
}

.convLeft {
	color: #000;
}

.convRight {
	color: #070;
}

u {
	text-decoration: none;
	border-bottom: 1px dotted #fff;
}

* html u { /* ie fix for dotted lines */
	border-bottom: none;
	padding-bottom: 2px;
	background: url(/static/dotted_white.gif) repeat;        
}

p {
	margin-top: 17px;
	margin-bottom: 0;
}

a, a:visited, #page .comment a,  #page .comment a:visited {
	color: #fff;
	text-decoration: none;
}

a:hover, #page .comment a:hover {
	border-bottom: 1px solid #fff;
}

#search {
	padding-top: 4px;
}

#header {
	position: absolute;
	left: 50px;
	top: 20px;
}

#navig {
	position: absolute;
	left: 580px;
	top: 35px;
	width: 230px;
	white-space: nowrap;
}

#page {
	position: absolute;
	left: 30px;
	top: 100px;
}

#page a {
	color: #00f;
}

#page a:visited {
	color: #551a8b;
}

#page a:hover {
	border-bottom: 1px solid #000;
}

#path {
	width: 100%;
}

#back {
	text-align: right;
}

#back a:hover {
	border: none;
}

#paper {
	background: #fff;
	color: #000;
	padding: 20px;
	width: 520px;
	voice-family: "\"}\""; /* ie fix */
	voice-family:inherit;
	width: 480px;
}

#paper u {
	text-decoration: none;
	border-bottom: 1px dotted #000;
}

* html #paper u { /* ie fix for dotted lines */
	border-bottom: none;
	padding-bottom: 2px;
	background: url(/static/dotted_black.gif) repeat;        
}

#content {
	margin-top: 17px;
}

#content table {
	margin-bottom: -7px;
}

#content td {
	padding-right: 7px;
	padding-bottom: 7px;
	vertical-align: top;
}

#column {
	position: absolute;
	left: 580px;
	top: 100px;
	width: 230px;
	height: 100%;
}

#related {
	width: 190px;
	clear: both;
	float: left;
	bottom: 20px;
	padding: 10px;
	border: 1px dotted #fff;
}

.comment {
	position: relative;
	margin-top: 20px;
	padding: 15px;
	border: 1px dotted #fff;
	width: 518px;
	voice-family: "\"}\""; /* ie fix */
	voice-family:inherit;
	width: 488px;
}

.comment-header {
	float: left;
	width: 488px;
	margin-bottom: 17px;
}

.comment-title, .comment-edit-left, .comment-edit-right, .comment-edit-text, .comment-edit-subject {
	float: left;
}

.comment-buttons {
	float: right;
}

.comment-text {
	clear: left;
}

.comment-edit-left, .comment-edit-right, .comment-edit-field {
	width: 235px;
}

.comment-edit-left {
	padding-right: 10px;
}

.comment-edit-text textarea, .comment-edit-subject input {
	width: 485px;
}

.comment pre {
	clear: left;
}

.comment img {
	max-width: 404px;
}

.comment-end {
	height: 600px;
}

#editmenu {
	position: absolute;
	left: 820px;
	top: 100px;
	padding: 10px;
	border: 1px dotted #fff;
}

#edit textarea {
	width: 480px;
}

#editattachments td {
	padding: 2px;
}

.edittable td {
	padding-bottom: 4px;
	vertical-align: top;
}

.editdescription {
	width: 400px;
}

.row {
	float: left;
	clear: left;
	display: inline; /* ie fix */
	width: 230px;
}

.thumbnail {
	float: left;
	display: inline; /* ie fix */
	width: 110px;
	text-align: center;
	padding-bottom: 17px;
}

.thumbnail a:hover, .thumbnail a {
	border: none;
}

.thumbnail a:hover span {
	border-bottom: 1px solid #fff;
}

#attachment {
	float: left;
	margin-top: 20px;
}

#attachment p {
	padding-left: 20px;
}

.info {
	text-align: right;
}

ul.chooser {
	display: none;
	padding: 0;
	margin: 0 0 0 28px;
	list-style-type: none;
	white-space: nowrap;
}

p.chooser {
	padding: 0;
	margin: 0;
}

#copyright {
	clear: both;
	width: 520px;
	padding: 30px 0 30px 20px;
}