body {
	background-color: #fff;
	font-family: 'Tahoma';
	font-weight: bold;
}
a:link, a:visited, a#current {
	color: #008;
}
a:hover {
	text-decoration: none;
	color: #f30;
}
form {
	margin: 0;
}
input, select {
	font-family: 'Tahoma';
}
th {
	font-size: 11pt;
	padding: 2px;
}
td {
	font-size: 9pt;
	font-weight: bold;
	padding: 2px;
}
table.content {
	width: 90%;
}
table.content th {
	background-image: url('./images/head.png');
	background-repeat: repeat-x;
	font-size: 16pt;
	color: #fff;
	height: 36px;
}
table.content td {
	text-align: center;
}
table.login {
	border: 2px solid #000;
	background-color: #ccc;
	width: 20%;
}
table.login th {
	height: 30px;
}
table.systems {
	border-collapse: collapse;
}
table.systems th {
	background-image: none;
	font-size: 11pt;
	color: #000;
	height: auto;
}
table.systems td {
	border: 2px solid #000;
}
table.system_info td {
	border: none;
	text-align: left;
}
table.material {
	width: 100%;
}
table.material th {
	background-image: none;
	font-size: 11pt;
	color: #000;
	height: auto;
}
table.material td.buttons input {
	width: 160px;
}
table.list {
	border-collapse: collapse;
	border: 2px solid #000;
	width: 100%;
}
table.list th {
	border-bottom: 2px solid #000;
	padding: 2px 5px 2px 5px;
}
table.list td {
	border: 1px solid #000;
	font-weight: normal;
	padding: 5px;
}
table.admin {
	width: 100%;
}
table.admin th {
	background-image: none;
	font-size: 11pt;
	color: #000;
	height: auto;
}
table.admin td.status {
	color: #fff;
	height: 20px;
}
table.admin td.status input {
	margin-top: 4px;
	width: 40px;
}
table.new {
	border: 2px solid #000;
}
table.new td {
	text-align: left;
}
table.new td.label {
	text-align: right;
}
table.edit th {
	background-image: none;
	font-size: 11pt;
	color: #000;
	height: auto;
}
table.edit td {
	text-align: left;
}
table.edit td.label {
	text-align: right;
}
table.edit td.status {
	color: #fff;
	text-align: center;
	height: 20px;
}
table.edit td.status input {
	margin-top: 4px;
	width: 40px;
}