/* these tweak main styles */
body.full {
	background-image: none;
}
body.full #content {
	margin: 0;
	padding: 0;
}
.nav_button {
	background-color: ButtonFace;
}
ul, ol {
	margin: 1ex 0 1ex 2em;
	padding: 0;
}
/* these apply here only */
form {
	margin: 0 0 1ex 0;
}
form table {
	width: 90%;
}
fieldset {
	border: dashed 1px #ccc;
	padding: 0 0.5em 0.5em 0.5em;
	margin-bottom: 0.5em;
}
fieldset table {
	margin-top: 0.3em;
}
legend {
	font-weight: bold;
	color: #339;
	background-color: #fff;
}
label {
	white-space: nowrap;
}
.accent {
	color: #999900;
}
.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 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: 1px solid #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: 30%;
}
.filling ul li {
	list-style-image: none;
	margin: 0;
}
.alert, .info, .success {
	font-family: Arial, Tahoma, Helvetica, Sans-Serif;
	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;
}

