@charset "utf-8";
/* CSS Document */
error{
	font-weight: bold;
	color: #b15f5f;
	background: #290303;
	border: thin dashed #993838;
	padding: 3px;
	margin: 5px auto;
	display: block;
	width: 500px;
	text-align: center;
}
success{
	font-weight: bold;
	color: #5fb174;
	border: thin dashed #2a753d;
	padding: 3px;
	background: #062a0f;
	margin: 5px auto;
	display: block;
	width: 500px;
	text-align: center;
}
table#nav-bar{ border: 1px solid #555; background-color: #333; height: 30px; margin-bottom: 10px; }
table#nav-bar div{ float: left; margin: 3px 5px; height: 20px; width: 20px; text-align: center; }
table#nav-bar div a{ width: 100%; height: 100%; color: #ccc; text-decoration: none; }
table#nav-bar div a:hover{ color: #eee; }
table#nav-bar div.current-item{ border: 1px solid black; background-color: #888; color: white; font-weight: bold; }
table#nav-bar div.item{ border: 1px solid gray; background-color: #444; }

table.simple{
	border-spacing: 0px;
	margin: 10px auto;
	border: 1px solid #888;
}
table.simple td{
	border: 1px solid #ccc;
	text-align: center;
	width: 150px;
	height: 150px;
}