@import url(appdev.css);
@import url(calendar.css);
@import url(chess.css);
@import url(contacts.css);
@import url(cssmenu.css);
@import url(datepicker.css);
@import url(menu.css);
@import url(shop.css);
@import url(sport.css);
@import url(stylist.css);
@import url(timeline.css);
@import url(tree.css);
@import url(window.css);
@import url(appdev.css);

.Southstar-Button {
  height: 2.5em;
  margin: 1em;
}
.Southstar-Column {
  display: block;
}
.Southstar-Form {
  display: block;
}
.Southstar-FormHorizontalSection {
  display: inline;
}
.Southstar-FormVerticalSection {
  display: block;
  width: 50%
}
.Southstar-Field {
  display: inline;
  margin: 1em;
  vertical-align: middle;
  width: 24em;
}
.Southstar-Intable {
  margin: 0;
	padding: 0;
}
.Southstar-Label {
  margin: 1em;
  max-width: 25%;
  min-width: 10%;
  vertical-align: middle;
  width: 16em;
}
.Southstar-MenuBar {
  background-color: lightGrey;
  height: auto;
  overflow: hidden;
  position: absolute;
  width: 99%;
  z-index: 10;
}
.Southstar-MenuButton {
  cursor: pointer;
  font: menu;
  height: 1em;
  margin: 0 1px 0 1px;
  padding: 0 1em 0 1em;
  vertical-align: middle;
  -moz-user-select: none;
}
.Southstar-Panel {
 background-color: LightGrey;
 border-style:ridge;
 border-width: thin;
 cursor: move;
 height: 200px;
 margin: 1px;
 overflow: hidden;
 position: absolute;
 padding: 1px;
 width: 200px;
 z-index: 10;
}
.Southstar-ToDoHeading {
  font-weight: bold;
  border-style: dotted;
  border-width: 1px;
}
.Southstar-ToDoCell {
  border-style: solid;
  border-width: 1px;
}
.Southstar-WidgetBar {
  background-color: lightGrey;
  border: inset;
  height: auto;
  overflow: hidden;
  position: absolute;
  width: 99%;
  z-index: 10;
}
.Southstar-WidgetbarDock {
  left: 0;
  top: 0;
}
.Southstar-WidgetBarHandle {
  height: 1.7em;
  width: 1.5em;
}
