#content form {
  width: 98%;
}

#content form p {
  margin: 0 0.5em;
}

#content form .dynamic {
  background-color: #529214;
}

#content .tabberlive {
  margin: 0.5em;
}

#content ul.tabbernav {
  border-bottom: 1px solid #aaaaaa;
}

#content ul.tabbernav li a {
  border-top: 1px solid #aaaaaa;
  border-left: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
  border-bottom: none;
}

.container .dyn {
  display: None;
}

.container.daily .daily {
  display: block;
}

.container.weekly .weekly {
  display: block;
}

.container.monthly_day .monthly_day {
  display: block;
}

.container.monthly_week .monthly_week {
  display: block;
}

.container.yearly .yearly {
  display: block;
}

table.calendar thead th {
  font-weight: bold;
  width: 5em;
  height: 1em;
  text-align: center;
}

table.calendar tbody td {
  width: 5em;
  height: 5em;
  background-color: #777777;
  vertical-align: top;
}

table.calendar tbody td ul {
  margin: 0;
  padding: 0;
  list-style-image: none;
  list-style-type: none;
}

table.calendar tbody td ul li {
  margin: 0;
  padding: 0;
  font-size: 0.8em;
}

table.calendar tbody td .daycontrol {
  width: 1em;
  float: right;
}

table.calendar tbody td .daycontrol img {
  width: 1em;
  height: 1em;
}

table.dailycalendar th {
  font-weight: bold;
  width: 5em;
  height: 1em;
  text-align: center;
  vertical-align: top;
}

table.dailycalendar td {
  width: 100%;
  height: 5em;
  background-color: #777777;
  vertical-align: top;
}

table.dailycalendar td ul {
  margin: 0;
  padding: 0;
  list-style-image: none;
  list-style-type: none;
}

table.dailycalendar td ul li {
  margin: 0;
  padding: 0;
  font-size: 0.8em;
}

table.dailycalendar td .daycontrol {
  width: 1em;
  float: right;
}

table.dailycalendar td .daycontrol img {
  width: 1em;
  height: 1em;
}

.fieldlabel {
  display: block;
}

.fielderror {
  color: #ffcc00;
}

.form-textarea {
  width: 400px;
  color: #000000;
}

.form-textarea label {
  color: #ffffff;
}

button,
a.button {
  display: block;
  float: left;
  margin: 0 7px 0 0;
  background-color: #f5f5f5;
  border-top: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
  border-bottom: 1px solid #dedede;
  border-right: 1px solid #dedede;
  font-family: 'Lucidia Grande', Tahoma, Arial, Verdana, sans-serif;
  font-size: 100%;
  font-weight: bold;
  line-height: 130%;
  text-decoration: none;
  color: #565656;
  cursor: pointer;
  padding: 5px 10px 6px 7px;
}

button img,
a.button img {
  margin: 0 6px 0 !important;
  padding: 0;
  border: none;
  width: 16px;
  height: 16px;
}

button:hover,
a.button:hover {
  color: #336699;
  background-color: #dffdff;
  border: 1px solid #c2e1ef;
}

button:active,
a.button:active {
  color: #ffffff;
  background-color: #6299c5;
  border: 1px solid #6299c5;
}

button.positive,
a.button.positive {
  color: #529214;
}

button.positive:hover,
a.button.positive:hover {
  color: #529214;
  background-color: #e6efc2;
  border: 1px solid #c6d880;
}

button.positive:active,
a.button.positive:active {
  color: #ffffff;
  background-color: #529214;
  border: 1px solid #529214;
}

button.negative,
a.button.negative {
  color: #d12f19;
}

button.negative:hover,
a.button.negative:hover {
  color: #d12f19;
  background-color: #fbe3e4;
  border: 1px solid #fbc2c4;
}

button.negative:active,
a.button.negative:active {
  color: #ffffff;
  background-color: #d12f19;
  border: 1px solid #d12f19;
}

button {
  width: auto;
  overflow: visible;
  padding: 4px 10px 3px 7px;
}

button[type] {
  padding: 5px 10px 5px 7px;
  line-height: 17px;
}

*:first-child+html button[type] {
  padding: 4px 10px 3px 7px;
}

ul.checkboxlist,
ul.radiobuttonlist,
ul.menulist {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

ul.checkboxlist li,
ul.radiobuttonlist li,
ul.menulist li {
  display: inline;
  padding: 0;
  margin: 0 0.2em 0 0;
}

ul.tabbernav li a {
  background: #333333;
}

ul.tabbernav li.tabberactive a {
  background: #777777;
  border-top: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
  border-left: 1px solid #aaaaaa;
  border-bottom: none !important;
}

ul.tabbernav:hover {
  background: #777777;
}

.tundra .dijitTabContainer {
  width: 96%;
  margin-left: 2%;
  height: 32em;
  background-color: #777777;
}

.tundra .dijitTabContainer .dijitTab,
.tundra .dijitTabContainer .dijitTabChecked {
  background: #777777;
}

.tundra .dijitTabContainer .dijitContentPane {
  background-color: #777777;
}

form {
  margin-left: 1em;
}

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

img.floatLeft,
img.floatRight {
  margin: 0.5em;
}
