* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Sans-Serif;
}

a img {
	border:none;
}

.center {
	text-align: center !important;
}

.right {
	text-align: right !important;
}

.narrow {
	width: 500px;
	margin: 0 auto;
}

#container {
	text-align: center;
	margin-bottom: 4em;
}
#content {
	text-align: left;
	margin: 0 auto;
	width: 1000px;
}
#header {
	text-align: center;
	border-bottom: solid 1px #000;
	padding: 10px;
}
#body {
	padding: 1em 10px 0 10px;
}

h2 {
	margin-top: 1em;
	margin-bottom: 0.5em;
}

p {
	margin: 1em 0;
}


form {
}
fieldset {
	border: 1px solid #ccc;
	margin-bottom: 30px;
	padding: 10px 20px;
}
fieldset legend {
	font-weight: bold;
	margin-bottom: 0;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 15px 20px;
}
fieldset fieldset legend {
	font-weight: normal;
}
fieldset table {
}
optgroup option {
	padding-left: 1em;
}
label {
	font-size: 100%;
	margin-right: 1em;
}
label.no {
	margin: 0;
}
input[type=text], input.text, input[type=password], input.password {
	width: 100%;
	min-width: 200px;
/*	font-size: 100%;*/
}
textarea {
	width: 100%;
}
select {
	width: 100%;
}
select[multiple=multiple], select.multiple {
}
input[type=checkbox], input.checkbox {
}
input[type=radio], input.radio {
}
input[type=submit], input.submit {
	padding: 2px;
/*	font-size: 110%;*/
}

form table td {
	padding: 5px 0;
}

form p.error {
	color: #900;
	font-weight: bold;
	padding: 0;
	margin: 0 0 0 1em;
}


div#flash {
	text-align: center;
	margin-top: 1em;
}
span.flash1 {
	text-align: center;
	padding: 4px 10px;
	background-color: #FFD648;
	font-weight: bold;
}
span.flash2 {
	text-align: center;
	padding: 4px 10px;
	background-color: #f04040;
	font-weight: bold;
}


#prefs {
	border-collapse: none;
	margin: 1em 0;
}
#prefs th, #prefs th.sel {
	text-align: center;
	padding: 2px;
	background-color: #ccf;
}
#prefs td {
	padding: 2px;
}
#prefs .sel {
	width: 60px;
	text-align: center;
	background-color: #ddf;
}
#prefs td.sel input {
	margin-right: 0;
}
#prefs td.desc {
	background-color: #ddd;
}
#prefs td.desc h3 {
	font-size: 12pt;
	margin: 0.25em;
}
#prefs td.desc p {
	margin: 0.25em;
}

table.index {
	width: 100%;
	border-collapse: collapse;
}
table.index th {
	text-align: center;
	background-color: #ccf;
	border: solid 1px #000;
	padding: 2px 5px;
}
@media print { table.index th {
	border: none;
}}
table.index tr.odd {
	background-color: #fff;
}
table.index tr.even {
	background-color: #eee;
}
table.index tr.shaded {
	background-color: #ccc;
}
table.index tr.spacer {
	page-break-after: avoid;
}
table.index th.spacer {
	padding-top: 2em;
	padding-bottom: 0.5em;
	background-color: #fff;
	border: none;
}
table.index th.spacer a {
	color: #000;
	text-decoration: none;
}
table.index th.spacer a:hover {
	text-decoration: underline;
}
table.index td {
	padding: 3px 5px;
	border: solid 1px #000;
	font-size: 10pt;
}
table.index td.embed {
	padding: 0;
}
table.index td.last {
}
table.index td.message {
	border: none;
}
table.index tr.odd td.scaleok {
/*	background-color: #cfc;*/
}
table.index tr.even td.scaleok {
/*	background-color: #9f9;*/
}
table.index tr.odd td.scalebad {
	background-color: #fcc;
	font-weight: bold;
}
table.index tr.even td.scalebad {
	background-color: #f99;
	font-weight: bold;
}


dl {
}

dl dt {
	margin-top: 1em;
	font-weight: bold;
}

dl dd {
	margin-left: 1em;
}
