.edit-links ul { list-style: none; margin: 4pt 0; padding: 0; }
.edit-links li { display: block; width: 50%; font-size: large; font-weight: bold; }
.edit-links li.edit { float: left; }
.edit-links li.delete { /*text-align: right;*/ }
.edit-links li a { /*display: block;*/ }

.reason-hdr {
  display: none;
  font-size: 90%;
  margin-bottom: 0;
}
.reason {
  font-size: 90%;
  margin-top: -2pt;
  margin-left: 1.5em;
  padding-left: 0.5em;
  border-left: 2px solid #999;
}
.debug {
  background-color: #fdd;
  border: 1px solid #f00;
  padding: 2px;
  font-family: monospace;
  font-size: 80%;
}
.error {
  color: red;
  font-weight: bold;
  border: 1px solid red;
}
.debug.tainted {
  background-color: #ffd;
  white-space: pre;
}
th {
  text-align: left;
	font-size: 100%;
}


/* Forms */
form {
	clear: both;
	margin-right: 10px;
	padding: 0;
	width: 95%;
}
fieldset {
	border: 1px solid #ccc;
	margin-top: 30px;
	padding: 10px 20px;
}
fieldset legend {
	color: #333;
	font-size: 110%;
	font-weight: bold;
}
form div {
	clear: both;
	margin-bottom: 1em;
	padding: .5em;
	vertical-align: text-top;
}
form div.required {
	color: #333;
	font-weight: bold;
}
form div.optional, form div.input, form th.input {
	color: #333;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
  text-align: center;
}
div.proposals {
	margin-top: 40px;
}
div.proposals a {
	display: block;
	font-weight: bold;
	font-size: 110%;
}
label {
	clear: both;
	display: block;
	padding-right: 10px;
	margin-top: 4px;
	font-weight: bold;
	font-size: 12px;
}
input, textarea {
	clear: both;
	display: block;
	font-family: "Tahoma", sans-serif;
	/*padding: 1px;*/
	width: 100%;
}
input.inline, textarea.inline {
	clear: none;
	display: inline;
	font-family: "Tahoma", sans-serif;
	/*padding: 1px;*/
	width: auto;
}
select {
	clear: both;
	vertical-align: middle;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	padding: 0 3px;
}
input[type=checkbox], input[type=radio] {
	clear: left;
/*	float: left; */
	display: inline;
	margin: 0px 6px 4px 2px;
	vertical-align: middle;
	width: auto;
}
input[type=submit] {
	display: inline;
/*padding: 2px 5px;*/
	width: auto;
	vertical-align: bottom;
}
input.submit {
	display: inline;
/*padding: 2px 5px;*/
	width: auto;
	vertical-align: bottom;
}

/* Notices and Errors */
div.message, p.error, div.error-message, td.error-message {
	color: #900;
	font-weight: bold;
	margin: 4px 0px;
}
div.error-message {
	clear: both;
}
div.error em {
	color: #003d4c;
}
span.notice {
	background-color: #c6c65b;
	color: #fff;
	display: block;
	font-size: 140%;
	padding: 0.5em;
	margin: 1em 0;
}
table tr th {
	vertical-align: top;
	font-size: 12px;
}
table tr td {
	vertical-align: top;
}

h2 {
	font-size: 150%;
}
h3 {
	font-size: 125%;
}
h4 {
	/**font-weight: normal;**/
	font-size: 115%;
}
