/* these tweak main styles */
body.full {
	background-image: none;
}
body.full #content {
	margin: 0;
	padding: 0;
}
.nav_button {
	background-color: ButtonFace;
}
/* these apply here only */
.choice {
	position: relative;
	border: dashed 1px #363;
	padding: 1.5ex 10px 0 8px;
	margin-top: 3ex;
	margin-left: 7px;
	margin-right: 7px;
	margin-bottom: 2ex;
}
.choice h2 {
	background-image: url(../../theme/bullet_on.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	color: #363;
	font-size: 118%;
	position: absolute;
	top: -13px;
	margin: 0;
	background-color: #fff;
	padding: 1px 3px 1px 20px;
}
form {
	margin: 0 0 1ex 0;
}
form table {
	width: 90%;
}
fieldset {
	border: dashed 1px #ccc;
	margin-left: 7px;
	margin-right: 7px;
	padding-bottom: 1em;
	padding-left: 1em;
	padding-right: 1em;
	margin-bottom: 0.5em;
}
fieldset table {
	margin-top: 0.3em;
}
legend {
	padding-bottom: 0.3em;
	font-weight: bold;
	color: #339;
	background-color: #fff;
}
label {
	white-space: nowrap;
}
.accent {
	color: #999900;
}
.data a {
	text-decoration: none;
}
.data {
	width: 100%;
}
.data thead, .data tfoot {
	background-color: #eee;
	font-weight: bold;
}
.data thead th {
	white-space: nowrap;
}
.data thead th a {
	text-decoration: none;
	color: #000;
}
.data tbody {
	background-color: #f5f5f5;
}
.data tr.r0 {
	background-color: #eeeeee;
}
.data td {
	padding: 0px 2px 2px 1px;
	margin: 0;
}
.date, .identifier {
	width: 10%;
	white-space: nowrap;
	text-align: center;
}
.number {
	text-align: right;
	width: 1%;
}
.button_column {
	text-align: center;
	white-space: nowrap;
	width: 1%;
}
.button_column .button {
	font-size: smaller;
	width: 4.2em;
	height: 90%;
}
.data tfoot table {
	width: 100%;
	border-collapse: collapse;
}
.data tfoot tr {
	background-color: #c2bdb1;
}
.data tfoot td {
	padding: 1px 2px 2px 2px;
}
.data .toolbar {
	background-color: #c2bdb1;
	text-align: right;
	border-left: 1px solid #2f4f4f;
	border-top: 1px solid #2f4f4f;
	border-bottom: 1px solid #f5f5f5;
	border-right: 1px solid #f5f5f5;
	padding: 0;
}
.button {
	border: solid 1px #999;
	font-family: Arial, Helvetica, Sans-Serif;
}
.toolbar .button {
	font-size: smaller;
}
.caption {
	text-align: right;
	padding-left: 3px;
	padding-right: 3px;
	white-space: nowrap;
	width: 25%;
}
.asterisk {
	color: #c00;
	font-weight: bold;
	font-size: 160%;
}
.alert, .info, .success {
	margin: 1ex 0 0 0;
	padding: 3px 3px 5px 6px;
	text-align: left;
	color: #fff;
	font-weight: bold;
}
.alert {
	background-color: #b22222;
}
.info {
	background-color: #9999ff;
}
.success {
	background-color: #3cb371;
}
