@CHARSET "windows-31j";

* {
	margin: 0;
	padding: 0;
}
body {
	position: relative;
	background-color: #445530;
	font-size: 12px;
}
#container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}
#header {
	background-color: #66DD66;
	background-image: url(/img/top_header_bg.jpg);
	height: 80px;
}
#header h1 {
	font-weight: bold;
	font-size: 24px;
	color: #FFFFFF;
}
#footer {
	text-align: right;
	height: 30px;
	clear: both;
	background-color: #445530;
	color: #FFFFFF;
}
#content {
}
#navigation {
	width: 200px;
	float: left;
	text-align: center;
}
#navigation h2 {
	margin-top: 1em;
	margin-bottom: 5px;
}
#navigation ul li {
	list-style: none;
/*
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	width: 170px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2px;
	font-size: 12px;
	font-weight: bold;
*/
}
#main {
	width: 600px;
	float: left;
}
#featureArea {
	width: 600px;
	height: 313px;
	background-image: url(/img/top_main.jpg);
}
#topics {
	background-color: #B1F974;
	border: 1px solid #009900;
	margin-bottom: 0.5em;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	height: 30px;
}
#topics h3 {
	float: left;
	text-align: left;
	font-size: 24px;
}
#topics p {
	float: right;
	text-align: right;
	color: #FF0000;
	margin-top: 3px;
	margin-right: 0.5em;
}
#searchButtons ul li {
	list-style: none;
	float: left;
	margin-right: 2px;
}
img {
	border: 0px;
}


/* Tables */
table {
	background: #fff;
	border:1px solid #ccc;
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
th {
	background: #f2f2f2;
	border:1px solid #bbb;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: center;
}
th a {
	background:#f2f2f2;
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
th a:hover {
	background: #ccc;
	color: #333;
	text-decoration: none;
}
table tr td {
	border-right: 1px solid #ccc;
	padding: 4px;
	text-align: center;
	vertical-align: top;
}
table tr.altrow td {
	background: #f4f4f4;
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
td.actions a {
	margin: 0px 6px;
}

/* Scaffold View */
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 60%;
}
dl.altrow {
	background: #f4f4f4;
}
dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
}
dd {
	margin-left: 10em;
	margin-top: -2em;
	vertical-align: top;
}

#submitButtons {
	text-align: center;
}
p.note {
	color: #FF0000;
}

