@import url("http://www.stationbreak.to/stbr.css");

table {
	border: none;
}

h2, em, .next a, .prev a, option {
	border: 3px dotted green;
	background-color: #FFFFCC;
}

h2, em {
	color: black;
	font-style: normal;
}

h2 {
	font-size: medium;
	font-weight: bold;
	text-align: center;
	padding: 2px;
	margin-left: 10%;
	margin-right: 10%;
	clear: both;
}

option {
	margin: 0.5ex;
}

select {
	padding: 0.5ex;
}

.rootmessage, .message {
	border: 1px solid green;
	padding: 2px;
	margin: 1px;
	background-color: #ffffee;
	line-height: 125%;
}

.rootmessage {
	margin-left: 10%;
	margin-right: 20%;
}

.message {
	margin-left: 20%;
	margin-right: 10%;
}

.deletedmessage {
	border-top: 1px solid transparent;
	border-bottom: 1px solid green;
	margin-left: 20%;
	margin-right: 10%;
	overflow: hidden;
	height: 0;
}

.deletedmessage + .message {
	margin-top: 2px;
}

form.index {
	float: right;
}

.newtopic {
	text-align: right;
	font-style: italic;
}

.author {
/*	white-space: nowrap; */
	float: right;
	font-family: Osaka-Mono, monospace;
	text-align: right;
}

th, label {
	white-space: nowrap;
	font-size: medium;
	font-weight: normal;
	font-style: italic;
	border: none;
	text-align: right;
	vertical-align: top;
	background-color: transparent;
}

td {
	border: none;
	text-align: left;
}

fieldset {
	margin-top: 1em;
	margin-left: 15%;
	margin-right: 15%;
	text-align: right;
	padding: 1ex;
}

legend {
	font-size: smaller;
	line-height: 200%;
}

.err {
	text-align: center;
}

select {
/*	border: 1px dotted;
	background-color: #FFFFCC; */
	font-size: inherit;
}

input, textarea {
/*	border: 1px dotted;
	background-color: #FFFFCC; */
	width: 80%;
	margin-left: 1ex;
}

textarea {
	height: 8em;
	margin-bottom: 1ex;
}

a.url {
	color: #000000;
	text-decoration: none;
}

.prev {
	width: 40%;
	float: left;
	text-align: left;
	margin: 0.5em;
	padding-top: 1ex;
	padding-bottom: 1ex;
}

.next {
	width: 40%;
	float: right;
	text-align: right;
	margin: 0.5em;
	padding-top: 1ex;
	padding-bottom: 1ex;
}

.prev a, .next a {
	font-size: smaller;
}

.email {
	color: green;
	background-color: white;
	border: 1px green solid;
	padding-left: 1px;
	padding-right: 1px;
	font-family: Osaka-Mono, monospace;
	font-size: smaller;
}

.website {
	color: blue;
	background-color: white;
	border: 1px blue solid;
	padding-left: 1px;
	padding-right: 1px;
	font-family: Osaka-Mono, monospace;
	font-size: smaller;
}

.nolink {
	border: 1px #cccccc solid;
	padding-left: 1px;
	padding-right: 1px;
	font-family: Osaka-Mono, monospace;
	font-size: smaller;
}

ol {
	margin: 0;
	padding: 0;
	list-style-type: cjk-ideographic;
	list-style-position: outside;
}

ol li {
	margin: 0;
	padding: 0;
}

ol li:before {
	marker-offset: 0;
}
