img {
	border: none;
}

img.logo {
	border: solid 1px black;
}

body {
	background-color: #fffff0;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-left: 0px;
	margin-top: 10px;
}

select input {
	background-color: #FFFFEE;
	border: 1px solid black;
}

A:link, A:visited {
	color: #660000;
	text-decoration: none;
}

A:hover {
	color: #990000;
	text-decoration: none;
}

#copyright {
	background-color: #FFFFCC;
	border: 1px dotted black;
	font-size: 12px;
	margin-top: 50px;
	padding: 4px;
	text-align: center;
	width: 80%;
}

table.list {
	border: 0px solid black;
}

table.list tr td {
	text-align: center;
}

table.list tr.borrowings_forms td {
	text-align: left;
}

th {
	background-color: #FFFFCC;
	border: 1px solid #990000;
}

.error {
	color: #ff0000;
}

div.error {
	border: solid 2px red;
	color: #ff0000;
	margin: 10px;
	padding: 15px;
	width: 50%;
}

hr {
	border-width: 0px;
	border-top: solid 1px #990000;
}

hr.title {
	margin: 20px;
	margin-bottom: 30px;
}

hr.menu {
	margin: 10px 20px 10px 20px;
}

input.button {
	background-color: #ffffd0;
	border: solid 2px #990000;
	font-weight: bold;
	padding: 5px;
}
a.admin_href {
	font-size: 16px;
	line-height: 30px;
}

table.admin_item {
	border: 0px;
	margin-bottom: 20px;
	text-align: center;
	
}

table.admin_item tr td {
	color: red;
}

table.admin_item tr td, th {
	padding: 2px 7px 2px 7px;
}

div.admin_right {
	padding-right: 15px;
	text-align: right;
}

table.admin_pass tr td {
	text-align: center;
	font-weight: bold;
	font-size: 12px;
}div.more_author {
	color: #990000;
}

div.more_name {
	font-size: 18px;
	font-weight: bold;
	margin: 7px;
}

div.more_close {
	font-size: 11px;
	font-weight: bold;
	margin-top: 20px;
}

table.more {
	margin-bottom: 20px;
	margin-left: auto;
	margin-top: 20px;
	width: 97%;
}

table.more tr td {
	border-bottom: solid 1px #990000;
	padding: 3px;
}

table.more tr td.st {
	font-weight: bold;
	padding-left: 7px;
	vertical-align: top;
	width: 115px;
}

table.more tr td.nd {
	font-size: 13px;
	padding: 5px;
}
div.help {
	margin-left: 50px;
	text-align: left;
}