body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #eee;
}

body, td {
	font-size: 90%;
}

body, input, textarea, td {
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
	line-height: 1.5em;
}

a {
	color: #069;
	text-decoration: none;
}

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

#main {
	position: relative;
	width: 760px;
	margin: 8px auto 8px auto;
	text-align: left;
	background-color: #ddd;
}

#main-in {
	padding: 4px;
}

#main-in-2 {
	padding: 10px 6px 10px 6px;
	background: #fff url('bg.jpg') no-repeat;
}

#header {
	position: relative;
	height: 90px;
}

#header h1 {
	margin: 0;
}

#header h1 a {
	display: block;
	width: 360px;
	height: 80px;
}

h2 {
	display: none;
}

#menu {
	position: absolute;
	right: 0;
	top: 0;
	text-align: right;
}

#menu a {
	float: right;
	font-size: 9pt;
	font-weight: bold;
	padding: 3px 6px 3px 6px;
	margin-left: 1px;
}

#menu a:hover, #menu .sel {
	background-color: #eee;
}

#footer {
	padding: 2px;
	text-align: right;
	font-size: 7.5pt;
	color: #888;
}

UL LI {
	list-style-type: square;
	margin-bottom: 3px;
}

FIELDSET {
	border: 1px solid #ccc;
	margin-bottom: 6px;
}

FIELDSET LEGEND {
	font-size: 9pt;
	color: #555;
	font-weight: bold;
}

H1, H2 {padding: 0;margin: 0;}

H1 {font-size: 16pt;font-weight: normal;}

H2 {font-size: 9pt;font-weight: normal;}

H1 SPAN, H2 SPAN {display: none;}

.txt {
	font-size: 8pt;
	padding: 2px;
	background: #fff;
	border: 1px solid #ccc;
	color: #000;
}

.btn {
	font-weight: bold;
}

TR.l TH {
	background-color: #eee;
	font-size: 9pt;
	text-align: left;
	border-bottom: 1px solid #ccc;
}

TR.l TD {
	background-color: #fff;
	font-size: 8pt;
	border-bottom: 1px solid #eee;
}

TR.l:hover TD {
	background-color: #ffe;
}

.i-base {display: block;height: 13px;padding-left: 16px;overflow: hidden;color: #ccc;line-height: 13px;font-size: 7pt;}

.i-delete {background: url('delete.gif') no-repeat;}

A.i-delete {background-image: url('delete-0.gif');color: #c77;}

A.i-delete:hover {background-image: url('delete-1.gif');}

.navigation {
	padding: .5em 0;
	text-align: center;
	font-size: 80%;
	color: #888;
	line-height: 1.5em;
}

.navigation A,
.navigation .n,
.navigation .n-sel {
	font-size: 9pt;
}

.navigation .n {
}

.navigation .n-sel {
	font-weight: bold;
	color: #000;
}

.little {
	color: #888;
	font-size: 7.5pt;
}

#search-box {
	position: absolute;
	top: 40px;
	right: 20px;
}

#search-box .little {
	margin-bottom: 4px;
}

#edit-box {
	margin: 10px 0 10px 40px;
}

#edit-box .txt {
	font-size: 10pt;
}

#edit-box .little {
	margin-top: 4px;
}

#books {
	background: url('books.jpg') no-repeat top right;
}
