/* $Id: style.css,v 1.23 2007/12/17 15:05:09 goba Exp $ */

/*
** HTML elements
*/
html {
  height: 100%;
  min-height: 100%;
}

body {
  height: 96%;
  margin: 20px 0;
  padding: 0;
  color: #000;
  background: #fff url(background.jpg) bottom left no-repeat fixed;
  font: 76% Georgia, Arial, Helvetica, sans-serif;
  text-align: justify;
}
tr.odd td, tr.even td {
  padding: 0.3em;
}
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.5em;
}
h1 {
  font-size: 1.5em;
}
h2 {
  font-size: 1.3em;
}
h3, h4, h5, h6 {
  font-size: 1.1em;
}
p {
  margin-top: 0.5em;
  margin-bottom: 0.9em;
  text-align: justify;
}
a {
  text-decoration: none;
  font-weight: bold;
}
a:link {
  color: #39c;
}
a:visited {
  color: #369;
}
a:hover {
  color: #39c;
  text-decoration: underline;
}
a.external {
  background:transparent url(/themes/bamboo/external.png) no-repeat scroll right center;
  padding-right: 13px;
}
fieldset {
  border: 1px solid #ccc;
}
pre {
  background-color: #eee;
  padding: 0.75em 1.5em;
  font-size: 12px;
  border: 1px solid #ddd;
}
table {
  /* make <td> sizes relative to body size! */
  font-size: 1em;
}
.form-item label {
  font-size: 1em;
  color: #222;
}
.item-list .title {
  font-size: 1em;
  color: #222;
}
.links {
  margin-bottom: 0;
}
.comment .links {
  margin-bottom: 0;
}

.hidden {
	display: none;
}

input.short {
	width: 100px;
}

div#page-container {
	width: 860px;
	margin: 10px auto 0px auto;
}

/*
	headers/footers
*/

div#footer {
	width: 100%;
	color: #aaa;
	margin-top: 15px;
	font-size: 80%;
}

div#footer,
div#footer p {
	text-align: center;
}

/*
	Forms
*/

.noindent {
	margin-left: -40px;
}

form.class_form .standfree {
	margin: 1em;
}
form.class_form .standfree.top {
	margin-bottom: 0.1em;
}
form.class_form .standfree.bottom {
	margin-top: 0.1em;
}
form.class_form .standfree.left {
	margin-right: 0.1em;
}
form.class_form .standfree.right {
	margin-left: 0.1em;
}
form.class_form .block {
	display: block;
}

form.class_form input.class_form_attribute_check {
	vertical-align: middle;
	margin-right: 1em;
}

form.class_form img.remove_btn {
	float: right;
	padding: 17px 0;
}