body {
  background-color: #FFFFFF;
  font-size: small;
  font-family: Verdana, sans-serif;
  color: #000000;
  margin: 0px;
  padding: 0px;
  text-align: center;
}

a {
  color: #000000;
  text-decoration: underline;
  margin: 0px;
  padding: 0px;
}

a:hover {
  color: #000000;
  text-decoration: none;
  margin: 0px;
  padding: 0px;
}

a.header {
  color: #333333;
  text-decoration: underline;
}

a.header:hover {
  color: #333333;
  text-decoration: none;
}

a.cal, a.cal:hover {
  color: #333333;
  text-decoration: none;
}

img.tools {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 3px;
  margin-right: 3px;
  border: 0px;
}

img {
  border: 2px solid #333333;
}

img.noborder {
  border: none;
}

img.thumb {
  width: 100px;
}

div.tabbed {
  padding-left: 30px;
  text-align: left;
}

div.gallery {
  margin-left: auto;
  margin-right: auto;
  max-width: 80%;
  min-height: 40px;
  padding: 1px;
  overflow: auto;
}

div.largephoto {
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  padding: 0px;
  text-align: center;
  min-height: 300px;
  border-top: 2px dotted #0A0A99;
}

div#header {
  width: 100%;
  background-color: #FFFFFF;
  color: #333333;
  border: 0px;
  margin: 0px;
  padding: 0px;
  text-align: center;
}

div.headerlinks {
  width: 100%;
  text-align: right;
  padding: 0px;
  margin: 0px;
}

a.button {
  margin-left: 2px;
  margin-right: 2px;
  padding-left: 5px;
  padding-right: 5px;
  display: inline;
  border-top: 1px solid #C8C8FF;
  border-left: 1px solid #C8C8FF;
  border-right: 1px solid #C8C8FF;
  color: #333333;
  text-decoration: none;
  -webkit-border-radius-topleft: 10px;
  -webkit-border-radius-topright: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
}

a.button_active {
  margin-left: 2px;
  margin-right: 2px;
  padding-left: 5px;
  padding-right: 5px;
  display: inline;
  background-color: #C8C8FF;
  border-top: 1px solid #6464FF;
  border-left: 1px solid #6464FF;
  border-right: 1px solid #6464FF;
  color: #333333;
  text-decoration: none;
  -webkit-border-radius-topleft: 10px;
  -webkit-border-radius-topright: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
}

a.button_active:hover, a.button:hover {
  margin-left: 2px;
  margin-right: 2px;
  padding-left: 5px;
  padding-right: 5px;
  display: inline;
  background-color: #6464FF;
  border-top: 1px solid #C8C8FF;
  border-left: 1px solid #C8C8FF;
  border-right: 1px solid #C8C8FF;
  color: #333333;
  text-decoration: none;
  -webkit-border-radius-topleft: 10px;
  -webkit-border-radius-topright: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
}

h1 {
  margin: 0px;
  padding: 0px;
}

h2 {
  margin: 0px;
  padding: 0px;
}

h2.feedback {
  text-align: center;
  background-color: #FFFF99;
  color: #000000;
}

h3 {
  margin: 0px;
  padding: 0px;
}

h5 {
  font-size: 80%;
  color: #999999;
  font-weight: normal;
}

span.expiration {
  font-size: 80%;
}

div#buttons {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 0px;
  text-align: center;
}

div#content {
  width: 80%;
  background-color: #FFFFFF;
  border-top: 2px solid #C8C8FF;
  border-left: 2px dotted #C8C8FF;
  border-bottom: 2px solid #C8C8FF;
  border-right: 2px dotted #C8C8FF;
  padding: 10px;
  margin-left: auto;
  margin-right: auto;
  font-family: Verdana,sans-serif;
  text-align: left;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

hr {
  border: 1px solid #C8C8FF;
}

#adminsection {
  color: #A00A0A;
  padding-top: 0px;
  padding-bottom: 5px;
}

#title {
  color: #000000;
  padding-top: 0px;
  padding-bottom: 5px;
}

table {
  margin-top: 0px;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: small;
  background-color: #C8C8FF;
  color: #000000;
  border: 1px solid #0A0A99;
  border-collapse: collapse;
}

table a {
  color: #000000;
}

table a:hover {
  color: #000000;
}

table.layout {
  background-color: #FFFFFF;
  width: 70%;
  border: 0;
}

table.cal {
  width: 100%;
  margin-bottom: 10px;
}

table.events {
  width: 90%;
}

th, td {
  padding: 3px 5px;
  border: 1px solid #0A0A99;
}

td.cal {
  padding: 2px;
  margin: 0px;
  font-size: smaller;
}

td.cal_sel {
  background-color: #8899CC;
  font-size: smaller;
  padding: 2px;
  margin: 0px;
}

td.cal_org {
  background-color: #FFFF99;
  font-size: smaller;
  padding: 2px;
  margin: 0px;
}

th {
  color: #FFFFFF;
  background: #336699;
  border-bottom: 0px;
}

th a {
  color: #FFFFFF;
}

th a:hover {
  color: #FFFFFF;
}

.eedit {
  width: 20px;
  vertical-align: top;
}

.eviewbinary, .eeditremove {
  width: 45px;
  vertical-align: top;
}

.eviewtext {
  vertical-align: top;
  text-align: left;
}

td.directoryleft {
  vertical-align: middle;
  text-align: left;
  font-size: 80%;
}

td.directorycenter {
  vertical-align: middle;
  text-align: center;
  font-size: 80%;
}

td.spanned {
  font-weight: bold;
  background-color: #6699CC;
}

tr.highlighted {
  background-color: #99AACC;
}

tr.signedup {
  background-color: #8899CC;
}

div.announcement {
  background-color: #C8C8FF;
  color: #000000;
  border: 2px solid #000033;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 5px;
}

div.announcement a {
  color: #000000;
}

div.announcement a:hover {
  color: #000000;
}

div.question {
  margin: 0px;
  padding: 10px;
  border: 2px solid #0A0A99;
}

div.form {
  margin: 0px;
  padding: 0px;
  text-align: center;
}

div.formleft {
  margin: 0px;
  padding: 0px;
  text-align: left;
}

div#calendar {
  position: absolute;
  display: none;
  background-color: white;
  border: 2px solid #333333;
  height: 100px;
  width: 100px;
  color: #333333;
}

.centered {
  margin: 0px;
  padding: 0px;
  text-align: center;
}

object.embedded {
  width: 98%;
  border: 0px;
  margin: 1%;
  height: 750px;
}