/* $Id: timetrack.css 137 2009-07-08 09:14:43Z bernd $ */

body {
  font-family: sans-serif;
}

a {
  text-decoration: none;
  color: #42c;
}

a:visited {
  color: #42c;
}

#content {
  width: 95%;
  min-width: 400px;
  min-height: 400px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

.navigation {
  background: #eee;
  float: left;
  border:1px solid;
  border-top-color:#777;
  border-left-color:#777;
  border-right-color:#777;
  border-bottom-color:#777;
  min-height: 400px;
  width:19%;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;   
  border-radius: 1em;
}

.navigation p {
  font-weight: bold;
  font-size: 110%;
  margin-left: 10px;
}

.navigation ul {
  list-style: none;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 0px;
}

li {
  padding-bottom: 0.5ex;
}

input {
  border:1px solid;
  border-top-color:#ccc;
  border-left-color:#ccc;
  border-right-color:#ccc;
  border-bottom-color:#ccc;
}

#header {
  width: 100%;
  background-color: #ccc;
  text-align: center;
}

.main {
  padding: 10px;
  height: 100%;
  margin-left: 10px;
  margin-right: 10px;
  float: left;
  width: 75%;
}

.del {
  border:1px solid;
  border-top-color:#f00;
  border-left-color:#f00;
  border-right-color:#f00;
  border-bottom-color:#f00;
  font-weight: bold;
}

.ok {
  border:1px solid;
  border-top-color:#696;
  border-left-color:#696;
  border-right-color:#696;
  border-bottom-color:#696;
}

.status {
  background: #ccc;
  color: #333;
}

h1 {
  margin-top: 1ex;
}

.totals {
  font-weight: bold;
  background: #ddd;
}

.logstatus {
  font-size: 90%;
  font-style: italic;
}

/*
 * Tabellen Formatierungen
 */
th {
  border:1px solid;
  padding: 2px;
}

td {
  border:1px solid;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 2px;
  padding-bottom: 2px;
}

tr:hover {
  background: #ada;
}

