/* page styles */

#aa_wrap, h1, ul, li {
	margin: 0;
	padding: 0;
}

#aa_wrap {
	padding: 10px;
	font-size: 10pt;
	font-family: Arial, sans-serif;
	color: #000;
	background: #fff;
}

h1 {
	margin: 1em 0 3em 0;
	font-size: 1.2em;
	font-family: Georgia, serif;
}

a {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}



/* column styles */

#statistics_column, #books_column {
	position: relative;
	float: left;
	max-width: 100%;
	min-width: 300px;
}
#statistics_column {
	width: 40%;
	margin-right: 40px;
}
#books_column {
	width: 52%;
}



/* box styles */

h2 {
	margin: 0;
	padding: 2px 5px;
	font-size: 1em;
	color: #fff;
	background: #000;
}

.box {
	clear: both;
	margin-bottom: 20px;
	border: solid 1px #000;
}
.box h2 {
	cursor: pointer;
}
.box.collapse * {
	display: none;
}
.box.collapse h2 {
	display: block;
}


/* table styles */

table {
	font-size: 0.8em;
	border-collapse: collapse;
	width: 100%;
}
th, td {
	text-align: left;
	padding: 2px 5px;
	border-bottom: dotted 1px #000;
}
th:last-child,
td:last-child {
	text-align: right;
	padding-left: 1em;
}
th {
	border-bottom-style: solid;
}
tr:last-child td {
	border-bottom: none;
}
th:first-child,
td:first-child {
	width: 50%;
	padding-right: 1em;
}
td:last-child {
	width: 9em;
}

.title {
	font-style: italic;
}



/* form styles */

form div {
	position: relative;
	overflow: auto;
	border-bottom: dotted 1px #000;
	padding: .2em .5em;
}

form fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

form fieldset:last-child div:last-child {
	border-bottom: none;
	text-align: right;
}

form label {
	float: left;
	clear: left;
	width: 8em;
	padding: .2em 1em .2em 0;
	text-align: right;
}

form input, form select {
	float: left;
	max-width: 15em;
}