@import url('index.css');

div#nav {
	background-color: #fdd;
	border-bottom: 1px solid #f88;
	border-top: 1px solid #f88;
}

a, .a {
	color: #800;
}

h1, h2 {
	color: #800;
}

h2 {
	margin: 0;
	text-align: center;
	font-size: 16pt;
}

div.tl {background-image: url('/images/section_red_tl.jpg')}
div.tm {background-image: url('/images/section_red_tm.jpg')}
div.tr {background-image: url('/images/section_red_tr.jpg')}
div.ml {background-image: url('/images/section_red_ml.jpg')}
div.mr {background-image: url('/images/section_red_mr.jpg')}
div.bl {background-image: url('/images/section_red_bl.jpg')}
div.bm {background-image: url('/images/section_red_bm.jpg')}
div.br {background-image: url('/images/section_red_br.jpg')}

div.mm {
	border: 1px solid #fbb;
	background-color: #fee;
}

a.button, input.button {
	background-color: #400;
}

a.button:hover, input.button:hover {
	background-color: #800;
}

span.link, a.unsel {
	color: #888;
}

span.link_sel {
	color: #800;
}

span.link_hl {
	color: #800;
}

table.list th {
	border-top: 1px solid #caa;
}

table.list col.section {
	width: 170px;
}

p.small {
	text-align: right;
	font-size: 6pt;
	font-family: small fonts;
}

p.small_left {
	float: left;
	font-size: 6pt;
	font-family: small fonts;
}

p.sell, p.buy, p.trade {
	font-size: 16pt;
	font-family: Times;
	margin-bottom: 5px;
}

p.sell, p.sell a, option.sell {
	color: green;
}

p.buy, p.buy a, option.buy {
	color: red;
}

p.trade, p.trade a, option.trade {
	color: blue;
}

/*
div.nav_menu div.nav_submenu {
	background-color: #fdd;
	border-left: 1px solid #c88;
	border-right: 1px solid #c88;
	border-bottom: 1px solid #c88;
}
*/
table.post th {
	width: 11em;
}

table.post col.title {
	width: 11em;
}


