body {
	font-family: "Trebuchet Ms", Verdana, Arial, sans-serif;
	font-size: 0.8em;
	margin: 20px;
	padding: 0;
	text-align: center;
	background: black;
}

#center a {
	color: white;
	text-decoration: none;
	border-bottom: 1px dashed silver;
}

#content i {
	font-weight: bold;
	color: red;
}

#content h2 {
	color: white;
}

#content h3 {
	text-align: left;
	line-height: 0px;
	padding: 0;
	margin-top: 20px;
	color: silver;
}

#content h4 {
	text-align: left;
	margin: 0;
	padding: 0;
	color: silver;
}

#content p {
	margin: 0 0 5em 0;
}

#content img {
	border: 0;
}

#content table {
	width: 98%;
	border: 1px solid silver;
}

#content td {
	width: 14%;
	border: 1px solid silver;
	font-size: 1em;
	vertical-align: top;
}

#content td:hover {
	border: 1px solid silver;
}

#content form {
	display: inline;
}

#content input, #content select {
	background: white;
	border: 1px solid silver;
	color: black;
	margin: 2px;
}

#header {
	height: 150px;
	background-color: black;
	text-align: center;
	border-bottom: 1px solid silver;
}

#content {
	position: relative;
	width: 750px;
	margin: 0 auto 1px;
	border: 2px solid silver;
	background-color: black;
	padding: 0;
	color: white;
	/* minimum height for IE */
	height: 580px;
}

/* minimum height for others */
html>body #content {
	height: auto;
	min-height: 520px;
}

#center {
	padding: 10px;
	background-color: black;
	margin-left: 150px;
}

#footer {
	margin: 20px;
	text-align: right;
	height: 30px;
	background-color: black;
}

#left {
	position: absolute;
	left: 5px;
	top: 180px;
	width: 150px;
}

a.info {
  position: relative;
  text-decoration: none;
}

a:hover.info {
  text-decoration: none;
  background: silver;
}

a.info span {
	display: none;
}

a:hover.info span {
  position: absolute;
  display: inline;
  top: 0;
  left: 2em;
  z-index: 50;
  background: black;
  color: white;
  border: 2px solid silver;
  width: 150px;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  padding: 2px 4px;
}

img#logo {
	border: 0;
	width: 750px;
	height: 147px;
}

.framedcontent, .framedlittleident {
	color: white;
	border: 1px solid silver;
}

.framedcontent {
	width: 95%;
	text-align: center;
	padding: 5px;
}

.framedcontent:hover {
	border: 1px dashed silver;
}

.framedlittleident {
	width: 80%;
	text-align: left;
	padding: 5px;
}

.framedlittleident:hover {
	border: 1px dashed silver;
}

.framedlittleident input {
	width: 95%;
}

.identmenu {
	color: white;
	list-style-type: square;
	margin: 0;
	margin-left: 15px;
	padding: 0;
}

.identmenu a {
	text-decoration: none;
	color: white;
}

.identmenu a:hover {
	color: white;
	border-bottom: 1px dashed silver;
}

.leftmenu {
	list-style-type: none;
	margin: 0;
	padding:0;
	line-height: 1.5em;
	text-align: left;
	color: white;
}

.leftmenu li {
	margin-left: 8px;
	margin-bottom: 5px;
}

.leftmenu a {
	margin: 0 2px;
	color: white;
	width: 120px; 
	height: 20px;
	display: block;
	text-align: center;
	border: 1px solid silver;
	text-decoration: none;
	background: black;
}

.leftmenu a:hover {
	background: white;
	border: 1px solid silver;
	color: black;
}

.needed {
	color: red;
	display: inline;
}

.daynumber {
	font-family: sans-serif;
	text-align: right;
	font-size: 0.8em;
	margin: 2px;
}

.unused {
	
}

.old {
	
}

.closed {
	
}

.opened {
	
}
