@import url('index.css');

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

a {
	color: #050;
}

h1.news {
	color: #040;
	text-align: left;
	margin: 0 22px 0.5em;
	padding: 0;
	line-height: 15px;
}

div.date {
	margin: 0 22px 0.5em;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	vertical-align: middle;
}

div.tl {background-image: url('/images/section_green_tl.jpg')}
div.tm {background-image: url('/images/section_green_tm.jpg')}
div.tr {background-image: url('/images/section_green_tr.jpg')}
div.ml {background-image: url('/images/section_green_ml.jpg')}
div.mr {background-image: url('/images/section_green_mr.jpg')}
div.bl {background-image: url('/images/section_green_bl.jpg')}
div.bm {background-image: url('/images/section_green_bm.jpg')}
div.br {background-image: url('/images/section_green_br.jpg')}

div.mm {
	border: 1px solid #ada;
	background-color: #e4f8e4;
}

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

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

table.list {
	table-layout: fixed;
}

html>body table.list {
	width: 100%;
}

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

table.list col.date {
	width: 74px;
}

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

table.list col.title {
	text-align: left;
}

table.list col.arrow, table.list col.star {
	width: 15px;
	text-align: center;
}

div.news {
	margin: 1em 22px 0;
	border-left: 16px solid #8b8;
}

div.ad {
	margin: 0 22px 0 200px;
}

div.adw {
	margin: 0 22px 0 220px;
}

div.news p {
	margin: 0 0 1em 1em;
	text-align: justify;
}

div.news h2 {
	font-size: 12pt;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	margin: 0 0 1em 1em;
}

div.news img {
	float: right;
	margin: 0 0 .5em 10px;
	border: 1px solid silver;
	padding: 2px;
}

span.link_sel {
	color: #040;
}

pre {
	line-height: 8px;
	margin: 0 0 1em 1em;
}

@media print {
	h1.news {
		color: black;
	}

	div.news {
		border-left: 16px solid #888;
		margin: 0;
	}

	p.print, em.source, div.rbar, div.lbar, p.ads {
		display: none;
	}

	div.news h2, div.news p {
		font-family: Times;
	}
}


