/* This is the default WWWeee-Portal CSS file */

html,body {
  margin: 0;
  padding: 0;
  background-color: white;
  color: black;
}

#wwweee-page-channel_group-body, #wwweee-page-channel_group-body--2, #wwweee-page-channel_group-body--3, #wwweee-page-channel_group-body--4, #wwweee-page-channel_group-body--5 {
  background-color: #E9E9E9;
  color: black;
  border-style: solid;
  border-width: 0.05em;
  border-color: #E9E9E9;
}

.wwweee-channel {
  display: block;
  margin: 1em;
  margin-top: 1.5em;
}

div.wwweee-channel-body {
  padding: 1em;
  padding-top: 1.5em;
  background-color: white;
  color: black;
  border-style: solid;
  border-width: 0.05em;
  border-color: black;
}

/*
 * We float everything out of div.wwweee-channel-header causing it to collapse,
 * leaving the floats anchored to the top left of a zero height box, meaning
 * they stick down over top of the div.wwweee-channel_body.  We then set
 * negative margins to shove those floated elements back upward, half way out
 * of the div.wwweee-channel_body box.
 */
.wwweee-channel-title {
  float: left;
  margin-top: -0.75em;
  margin-left: 1em;
  margin-right: 2em;
  margin-bottom: 0;
  padding-top: 0.1em;
  padding-left: 3em;
  padding-right: 3em;
  padding-bottom: 0.1em;
  background-color: gray;
  color: white;
  font-size: 100%;
  border-width: 0.05em;
  border-color: black;
  border-style: solid;
}

a.wwweee-channel-title-link:link, a.wwweee-channel-title-link:visited, a.wwweee-channel-title-link:active {
  color: white;
  text-decoration: none;
}

ol.wwweee-channel-controls {
  display: block;
  margin: 0;
  padding: 0;
  float: right;
  margin-top: -0.75em;
  margin-right: 1em;
  padding-top: 0.1em;
  padding-left: 1em;
  padding-right: 1em;
  padding-bottom: 0.1em;
  background-color: gray;
  color: white;
  border-width: 0.05em;
  border-color: black;
  border-style: solid;
}

li.wwweee-channel-controls-control {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

a.wwweee-channel-controls-max-link {
  /* Get rid of text,replace it with image */
  display: block;
  overflow: hidden;
  text-decoration: none;
  text-indent: -1000em;
  background-image: url('maximize.png');
  background-position: center center;
  background-repeat: no-repeat;
  width: 14px;
}

a.wwweee-channel-controls-unmax-link {
  /* Get rid of text,replace it with image */
  display: block;
  overflow: hidden;
  text-decoration: none;
  text-indent: -1000em;
  background-image: url('unmaximize.png');
  background-position: center center;
  background-repeat: no-repeat;
  width: 14px;
}

.wwweee-channel-exception-heading {
  margin-top: 0.5em;
  color: red;
  font-variant: small-caps;
}

.wwweee-internal {
  display: none;
}
