* {
  margin: 0;
}

html, body {
}

body {
  font-family: Verdana, Arial,Helvetica,sans-serif;
  background: #434A44;
  margin: 2em;
}

.wrapper {
  width: 1000px;
  background: white;
  margin: 0 auto;
}

/* Header Stuff */
.header {
  padding-top: 0.5em;
}

.title {
  margin: 0.8em 0 0.2em 0.5em;
  font-size: 3em;
}

.nav-top {
 /* background-color: #f00;*/
  background-image: url(nav-background.gif);
  background-position: center bottom;
  background-repeat:repeat-x;
  height: 31px;
  text-align: left;
  color: #FFF;
}

.nav-top a, .nav-top a:hover, .nav-top a:visited {
  display: block;
  float: left; 
  
  vertical-align: middle;
  color: #FFF;
  text-decoration: none;
  padding: 6px 6px;
  margin-left: 10px;
}

.accountLinks {
  float: right;
  padding-right: 20px;
}

/* Search! */
.searchBar {
  clear: both;
  background: #D6DDD3;
  
  text-align: right; 
  padding: 3px 20px 3px 0px;
  height: 30px;
}

#searchBox {
  border:1px solid #999;
  height: 1em;
  padding: 5px;
}

/* Right sidebar */
.nav-right {
  float: right;
  margin: 1em;
  background: green;
  color: white;
  font-size: 1.2em;
}

.sidebarTitle {
  line-height: 1.8em;
}

.login {
  margin: 1em;
}

.search {
  margin: 1em;
}


/* List formatting */
.list-header {
    background: #900;
    color: #fff;
    padding: 5px;
}

.list-header a {
    color: #fff;
}

.list-title {
    font-size: 1.2em;
}

.table-list {
  border-collapse: collapse;
  width: 100%;
  font-size: 0.8em;
}

.table-list td {
  padding-right: 20px;
  border-top: 1px solid #ccc;
}

.table-list th {
  background: #900;
  color: #fff;
  text-align: left;
  padding: 5px 20px 5px 0px;
}

table.sortable {
  border-collapse: collapse;
  width: 100%;
  font-size: 0.8em;
}

table.sortable td {
  padding-right: 20px;
  border-top: 1px solid #ccc;
}

table.sortable thead {
 background: #900;
  color: #fff;
  text-align: left;
  padding: 5px 20px 5px 0px;
}

.list-title {
  font-weight: bold;
}

.list-actions {
}

.list-line-odd {
    background: #ccc;
}

.list-line-even {
    background: #aaa;
}

.footer {
  clear: both;
  width: 600px;
  
  color: #999;
  font-size: 0.8em;
  
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 3px 20px;
}

.content {
  padding: 2em 1em 2em 2em;
}



/* Forms */

.accountForm {
  background: #D6DDD3;
  padding: 1.4em;
  margin: 1em;
  text-align: left;
}

.accountForm .title {
  font-size: 1.4em;
}

.accountForm label {
  font-size: 0.8em;
  font-weight: bold;
}

.accountForm .formRow {
  padding: 5px 0px;;
}

.accountForm input {
  border: 1px solid #ccc;
  font-size: 1em;
  padding: 4px;
}

.accountForm .button, .button {
  font-size: 1em;
  background: white;
  border: 1px solid #999;
}

.formSection .submit {
  font-family: sans-serif;
  font-weight: bold;
  font-size: smaller;
}

.image {
    text-align: center;
}

.caption {
    text-align: center;
    font-weight: bold;
    font-size: 0.8em;
}
