body {
  background-color: #660066;
  color: #000000;
  margin: 0px;
  padding: 0px;
  font-family: "Verdana", "Arial", "Helvetica", sans-serif;
}
#branding {
  margin: 0px;
  padding: 0px;
  height: 170px; /* logo + top navi */
  overflow: hidden;
  position: relative;
}
#branding div.grouplogo {
  background-color: #ffffff;
  color: #660066;
  text-align: right;
  padding: 0px;
  margin: 0px;
  height: 150px;
  overflow: hidden;
}
#branding div.grouplogo img {
  margin: 0px;
  border: 0px;
}
#search {
  position: absolute;
  top: 4px;
  right: 8px;
  width: 200px;
  text-align: right;
}
#userinfo {
  position: absolute;
  top: 32px;
  right: 8px;
  width: 200px;
  text-align: right;
  font-size: 0.8em;
}

#search input.searchtext {
  border: 1px solid #990066;
  width: 130px;
}
#search input.searchsubmit {
  border: none;
  background-color: #990066;
  color: #ffffff;
  width: 40px;
}
#container {
  background-color: #c0c0c0;
  color: #000000;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  min-width: 594px;
  padding: 0px;
}
#nav-top {
  color: #ffffff;
  background-color: #444444;
  font-size: 12px;
  height: 12px;
  padding: 4px;
}
#nav-top ul {
  margin: 0px;
  padding: 0px;
  text-align: right;
  text-transform: uppercase;
}
#nav-top ul li {
  display: inline;
  margin-left: 15px;
}
#nav-top ul a {
  color: #ffffff;
  background-color: transparent;
  text-decoration: none;
}
#nav-top ul a:hover, #nav-top ul a.selected {
  color: #ffffff;
  background-color: #660066;
}
#nav {
  position: absolute;
  width: 16%;
  padding: 1%;
  margin: 0px;
  font-size: 0.7em;
}
#nav h2 {
  font-size: 1.0em;
  margin-top: 0px;
  margin-bottom: 5px;
}
#content {
  position: relative;
  padding: 1%;
  font-size: 0.8em;
  background-color: #ffffff;
  color: #000000;
  left: 19%;
  width: 79%;
  margin: 0px;
  min-height: 250px;
}
#content hr {
  clear: both;
  color: #ffffff;
  background-color: #ffffff;
  border: none;
  margin: 0px;
  padding: 0px;
  height: 1px;
  width: 78%;
}
#content a img {
  border: none;
}
#branding-trail {
  font-size: smaller;
}
#siteinfo {
  clear: both;
  color: #ffffff;
  background-color: #444444;
  font-size: 12px;
  padding: 4px;
  height: 12px;
}
#siteinfo div.lastmodified {
  float: left;
  margin-right: 4px;
  border-right: 1px solid #ffffff;
  padding-right: 4px;
}
#siteinfo div.siteinfo-legal {
  float: left;
}
#siteinfo div.edit-this-page {
  text-align: right;
}
#siteinfo-credits {
  display: none;
}
#siteinfo-legal {
  display: none;
}

/* Typography */
a {
  color: #990066;
  background-color: transparent;
}
a:visited {
  color: #660066;
  background-color: transparent;
}
#siteinfo a {
  color: #ffffff;
}
h1, h2, h3, h4 {
  color: #660066;
  background-color: transparent;
}
h1 {
  font-size: 1.0em;
}
h2 {
  font-size: 0.9em;
}
h3 {
  font-size: 0.8em;
}
dt {
  color: #660066;
  background-color: transparent;
  font-weight: bold;
  margin-top: 5px;
}

/* Sidebar navigation */
ul.midcom-template-navi a {
  text-decoration: none;
}
ul.midcom-template-navi {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
ul.midcom-template-navi ul {
  padding-left: 10px;
}
ul.midcom-template-navi li {
  padding: 0px;
  margin: 0px;
  margin-bottom: 4px;
}
ul.midcom-template-navi li a.selected {
  font-weight: bold;
}


/* Event calendar and news listing */
#nav div.event, #nav div.news {
  margin-bottom: 8px;
}
#nav div.event .date, #nav div.news .date {
  color: #444444;
  background-color: transparent;
}
#nav div.event h3, #nav div.news h3 {
  margin: 0px;
  font-size: 0.9em;
}
#nav div.event h3 a, #nav div.news h3 a {
  text-decoration: none;
}
#content div.event {
  margin-left: 15px;
}
#content div.event h3 {
  margin: 0px;
  margin-left: -15px;
}
#content div.event div.date {
  margin-top: 7px;
  color: #444444;
  background-color: transparent;
  margin-left: -15px;
}


/* Login form styling */
form.login {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 5px;
  border: 1px #c0c0c0 dotted;
  background-color: #ffffff;
  color: #333333;
}
form.login fieldset {
  border: none;
}
form.login legend {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 8px;
  color: #333333;
  background-color: transparent;
  padding-left: 0px;
  margin-left: 0px;
}
form.login div.disclaimer {
  font-size: 0.8em;
}
form.login div.disclaimer a {
  text-decoration: none;
}
form.login label {
  font-weight: bold;
}
form.login input {
  margin-bottom: 4px;
  display: block;
}
form.login input.loginform-submit-button {
  color: #444444;
  background-color: #e0e0e0;
  border: 1px solid #444444;
}
form.login input.loginform-submit-button:hover {
  color: #e0e0e0;
  background-color: #444444;
  border: 1px solid #e0e0e0;
}

/* Member list */
#content div.person {
  float: left;
  width: 110px;
  height: 210px;
  margin-right: 10px;
  margin-bottom: 4px;
  overflow: hidden;
  font-size: 0.9em;
}
#content div.person h2 {
  margin: 0px;
  font-size: 1.0em;
}
#content div.person .email {
  font-size: smaller;
  width: 100px;
  overflow: hidden;
}
#content div.alphabet {
  text-align: center;
  margin-bottom: 10px;
}
#content div.alphabet a {
  font-weight: bold;
  text-decoration: none;
  padding-right: 4px;
  padding-left: 4px;
}
#content div.alphabet a.alphabetical_selected, #content div.alphabet a:hover {
  text-decoration: underline;
}

/* MidCOM AIS styling */
#aismaintable td.aismaintable_navigation div {
  width: 150px;
  overflow: hidden;
}

/* DM styling */
div.form_fieldgroup {
  padding: 5px;
}
div.form_fieldgroup_title {
  font-size: larger;
  font-weight: bold;
}
div.form_description {
  font-weight: bold;
}
div.form_viewfield {
  margin-left: 10px;
}

form.gaiaform label {
  font-weight: bold;
  display: block;
}
form.gaiaform label input {
  display: block;
}
div.warning {
  color: red;
}
form input.shorttext
{
  width: 90%;
}
form textarea.longtext
{
  width: 90%;
  height: 8em;
}

p.sponsors {
  line-height: 105px;
}
p.sponsors img {
  margin-left: 5px;
  margin-right: 5px;
  vertical-align: middle;
}

/* In-content toolbars */
#content-main ul.midcom_toolbar
{
  margin: 0px;
  padding: 0.5em 1em;
  list-style-type: none;
}

#content-main ul.midcom_toolbar a
{
  text-decoration: none;
}

#content-main ul.midcom_toolbar a img
{
  border: none;
}

#content-main ul.midcom_toolbar li
{
  border-left: solid 1px #000000;
  display: inline;
  padding: 0 0.5em;
  white-space: nowrap;
}

#content-main ul.midcom_toolbar li:first-child
{
  border: none;
}

/* hCalendar styling */
#content div.events h3
{
    display: none;
}
ul.eventlist
{
    padding-left: 0px;
    margin-left: 0px;
}
li.vevent
{
    list-style: none;
    padding-left: 0px;
    margin-left: 0px;
}
li.vevent abbr, #content div.vevent abbr
{
    border-bottom: none;
    cursor: normal;
}
li.vevent span.summary
{
    display: block;
    font-weight: bold;
}

fieldset fieldset
{
    border: none;
}
