
a img { border: 0px solid black; }

div.menu {
  color: #351f0a;
  padding: 0px;
  width: 800px;
  height: 22px;
  background: white repeat-x url(../images/menu/background.png) 0% 0%;
  line-height: 0px;
}

div.menu ul {
  margin: 0px;
  list-style: none;
  padding: 1px 0 1px 10px;
}

div.menu li {
  font-family: Verdana, Lucida, sans-serif;
  font-weight: bold;
  float: left;
  font-size: 12px;
  line-height: 20px;
  list-style: none;
  margin: -1px 5px 0 5px;
  padding: 0px 5px 0 5px;
}

div.menu li:hover {
  background: repeat-x url(../images/menu/background-hover.png) 0% 0%;
}

div.menu a {
  color: #11223d;
  text-decoration: none;
}

div.menu a:hover {
  color: #233758;
}

div.rpcover {
  padding: 10px 15px 10px 30px;
  background-color: white;
  float: right;
  clear: both;
}

div.rightpane {
  min-height: 150px;
  width: 240px;
  border-color: #11223d;
  border-style: solid;
  border-width: 0px 1px 1px 1px;
  background-color: #ccc;
  margin: 0px;
  overflow: hidden;
  padding-bottom: 10px;
}

div.rightpane h3 {
  text-align: center;
  font-family: Verdana, Lucida, sans-serif;
  font-weight: bold;
  font-size: 12px;
  line-height: 20px;
  color: #11223d;
  margin: 0px;
  padding: 0px;
  border-bottom: 0px;
  background: white repeat-x url(../images/menu/background.png) 0% 0%;
}

div.rightpane div.item {
  line-height: 20px;
  color: #11223d;
  height: 24px;
  margin: 5px;
  padding: 0px;
  /*display: inline;*/
}

div.rightpane h3 a {
  color: #11223d;
  text-decoration: none;
}

div.rightpane div.text {
  float: left;
  font-family: Verdana, Lucida, sans-serif;
  font-weight: bold;
  font-size: 12px;
  vertical-align: middle;
  padding-top: 2px;
  padding-left: 5px;
  clear: both;
}

div.rightpane div.even {
  background-color: #bbb;
}

div.rightpane div.images {
  float: right;
  padding: 2px;
}

div.rightpane div.text a {
  text-decoration: none;
  color: #11223d;
}

div.rightpane div.text a:hover {
  color: #2233CC;
}


h1, h2, h3, h4 {
  margin-left: 15px;
  margin-right: 40px;
  margin-bottom: 5px;
  border-bottom: 1px #11223d solid;
  font-family: Verdana, Lucida, sans-serif;
  text-align: left;
  /*margin-right: 290px;*/
  color: #11223d;
  padding: 0px;
  font-weight: bold;
}

h1 {
  font-size: 20px;
}

h2 {
  font-size: 16px;
}

h3 {
  font-size: 13px;
}

h4 {
  font-size: 11px;
}

span.note {
  margin-left: 10px;
  margin-right: 10px;
  font-size: 10px;
  color: #666;
  font-weight: normal;
}

.note a {
  color: #777;
  text-decoration: none;
}

div.note {
  font-size: 10px;
  color: #666;
  font-weight: normal;
}

div.eventitem {
  border-bottom: 1px #444 solid;
  width: 98%;
}

p, li {
  margin-left: 15px;
  font-family: Verdana, Lucida, sans-serif;
  font-size: 11px;
  text-align: justify;
  padding-right: 40px;
  font-weight: normal;
}

p a, li a {
  color: #11223d;
  font-weight: bold;
}

h2 a {
  text-decoration: none;
  color: #11223d;
}

ol {
  margin-left: 20px;
  font-size: 11px;
  font-family: Verdana, Lucida, sans-serif;
}

tr.error td {
  font-weight: bold;
  color: #C00;
  font-size: 14px;
}

/* PROFILE AND USER STYLES */
table.profile {
  margin-left: auto;
  margin-right: auto;
  width: 580px;
  border: 0px black solid;
  margin-top: 10px;
  margin-bottom: 10px;
}

table.profile img {
  padding-right: 20px;
}

td.info table {
  margin: 0px;
  padding: 0px;
}

td.info table td, td.info table th {
  margin: 0px;
  padding: 0px 2px 0px 2px;
}

div.openid-form {
  text-align: center;
}

img.logo {
  float: left;
  vertical-align: middle;
  padding: 20px 10px 20px 10px;
  max-height: 200px;
  max-width: 200px;
  margin-left: 30px;
}

.jsbutton {
  cursor: pointer;
}

img.itemimage {
  max-height: 200px;
  max-width: 200px;
  min-height: 100px;
  min-width: 100px;
  float: left;
  padding: 20px;
  margin-left: 20px;
}


input[type='text'] {
  border: 1px solid black;
}

input.new {
  background: #DDF no-repeat url(../images/new.png) 98% 50%;
}

input.existing {
  background-color: #DFD;
}

input.notfilled {
  background-color: #FFF;
}

div.contextlist {
  background-color: #fff;
  border: 1px solid black;
  position: absolute;
}

div.contextitem {
  font-size: 11px;
  background-color: #DFD;
  color: black;
  padding: 3px;
  cursor: pointer;
}

div.contextsitem {
  font-size: 11px;
  background-color: #6464f6;
  color: black;
  padding: 3px;
  cursor: pointer;
}

