/* block definitions */

#container {
}

#header {
  text-align: center;
  width: 800px;
  padding: 5px 10px;
  margin-bottom: 20px;
}

#sidebar {
  float: left; 
  padding: 0.5em 10px;
}

#main {
  width: 620px;
  margin-left: 180px;
  padding: 0.5em 10px;
}

/* element redefinitions */
a.action
{
	font-size:0.8em;
}

body {
  font-family: Arial,Helvetica,sans-serif;
}

img {
  border: 0;
}

h1 {
  margin: 0em;
}

h2 {
  margin-top: 0.5em;
}

h3 {
  margin-bottom: 8px;
}

/* generic classes */
.center {
  text-align: center;
}

.error {
  color: red;
  font-weight: bold;
}

.footer {
}

/* table definitions */
table {
  border-collapse: collapse;
}

td {
  text-align: left;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}

td.rowcap {
  font-weight: bold;
  text-align: center;
}

td.rowsep {
  font-weight: bold;
  text-align: center;
}

table.light {
  width: 90%;
  margin-left: 5%;
}

table.light td {
  padding: 3px;
}

table.search {
  margin-top: 15px;
  margin-bottom: 15px;
  width: 90%;
  margin-left: 5%;
}

table.search td {
  padding: 2px;
  margin-bottom: 3px;
  margin-bottom: 3px;
  border-top: 1px dotted #999999;
  border-bottom: 1px dotted #999999;
}

table.search td.left {
  vertical-align: top;
  text-align: left;
}

table.search td.photo {
  vertical-align: middle;
}

table.search td.right {
  vertical-align: middle;
  text-align: right;
  font-weight: bold;
  font-size: 0.7em;
}

/* menu */
.menu {
  margin: 0px;
  padding: 0px;
  text-align: left;
}

.menu a {
  text-decoration: none;
}

.menu .item {
  display: block;
  width: 100px;
  margin-left: 10px;
  padding: 4px 10px;
  background-position: right bottom;
  background-repeat: no-repeat;
}

.menu .topic {
  display: block;
  width: 110px;
  margin-left: 0px;
  padding: 4px 10px;
  font-weight: bold;
  background-position: right bottom;
  background-repeat: no-repeat;
}


/* user log browsing */
.logdate {
  font-size: 0.8em;
}

.logevents {
  font-weight: bold;
  font-size: 0.7em;
  text-align: right;
}

.logmain {
  font-weight: bold;
}
