td, body {
  font-family: Verdana;
  font-size: 8pt;
}

a.menu_parent_link { color: white; font-weight: bold;  text-decoration: none; }
a.menu_child_link { color: white;  text-decoration: none; }

.side_menu { background-color: #202020; text-decoration: none; }
.menu_parent { background-color: black; text-decoration: none; }
.menu_child { background-color: #404040; }
.menu_parent_text { color: white; font-weight: bold;  text-decoration: none; }
.menu_child_text { color: white;  text-decoration: none; }

.input_text {
	width: 100%;
}

.input_textarea {
	width: 100%;
}

.search_text {
  font-family: Verdana;
  font-size: 7pt;
  width: 100px;
  height: 20px;
}
.search_button {
  font-family: Verdana;
  font-size: 7pt;
  border: 1px;
  width: 60px;
  height: 20px;
  background-color: black;
  color: white;
}

.content_title {
	font-family: Verdana;
	font-size: 10pt;
	color: black;
	font-weight: bold;
}

.content_text {
	font-family: Verdana;
	font-size: 8pt;
	color: black;
	line-height: 10pt;
}

.admin_box_add, .admin_box_del, .admin_box_edit {
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
	color: white;
	line-height: 10pt;
	padding: 2px;
	text-decoration: none;
}
.admin_box_add { background-color: #408040; }
.admin_box_del { background-color: #804040; }
.admin_box_edit { background-color: #404080; }

.copyright {
	color: #d0d0d0;
}