body {
  background-color: white;
  color: black;
  font-family: Verdana, sans-serif;
  margin: 20px 20px 20px 20px;
}

.ImagePanel img {
	padding: 0.3em;
	border: 1px solid #87B3FF;
}

code {
  font-size: small;
}

h1 {
}
h1:first-line {
font-variant: small-caps;
}
h2 {
}
h3 {
  align: center;
  margin: 0.5em;
}
h4 {
  margin: 0.3em;
}

a {
  color: darkblue;
}

a:visited {
  color: darkblue;
}

.gwt-BorderedPanel {
}

.gwt-Button {
  border: 1px solid;
  background-color: transparent;
}

.gwt-Canvas {
}

.gwt-CheckBox {
  font-size: smaller;
}

.gwt-DialogBox {
  sborder: 8px solid #C3D9FF;
  border: 2px outset;
  background-color: white;
}

.gwt-DialogBox .Caption {
  background-color: #C3D9FF;
  padding: 3px;
  margin: 2px;
  font-weight: bold;
  cursor: default;
}

.gwt-FileUpload {
}

.gwt-Frame {
}

.gwt-HorizontalSplitter .Bar {
  width: 8px;
  background-color: #C3D9FF;
}

.gwt-VerticalSplitter .Bar {
  height: 8px;
  background-color: #C3D9FF;
}

.gwt-HTML {
  font-size: smaller;
}

.gwt-Hyperlink {
}

.gwt-Image {
}

.gwt-Label {
  font-size: smaller;
}

.gwt-ListBox {
}

.gwt-MenuBar {
  background-color: #C3D9FF;
  border: 1px solid #87B3FF;
  cursor: default;
}

.gwt-MenuBar .gwt-MenuItem {
  padding: 1px 4px 1px 4px;
  font-size: smaller;
  cursor: default;
}

.gwt-MenuBar .gwt-MenuItem-selected {
  background-color: #E8EEF7;
}

.gwt-PasswordTextBox {
}

.gwt-RadioButton {
  font-size: smaller;
}

.gwt-TabPanel {
  width: 100%;
}

.gwt-TabPanelBottom {
  padding: 0.3em;
  border-left: 1px solid #87B3FF;
  border-right: 1px solid #87B3FF;
  border-bottom: 1px solid #87B3FF;
}

.gwt-TabBar {
  background-color: #C3D9FF;
  font-size: smaller;
  width: 100%;
}

.gwt-TabBar .gwt-TabBarFirst {
  height: 100%;
  border-bottom: 1px solid #87B3FF;
  padding-left: 3px;
}

.gwt-TabBar .gwt-TabBarRest {
  border-bottom: 1px solid #87B3FF;
  padding-right: 3px;
}

.gwt-TabBar .gwt-TabBarItem {
  border-top: 1px solid #C3D9FF;
  border-bottom: 1px solid #87B3FF;
  padding: 2px;
  cursor: pointer;
  cursor: hand;
}

.gwt-TabBar .gwt-TabBarItem-selected {
  font-weight: bold;
  background-color: #E8EEF7;
  border-top: 1px solid #87B3FF;
  border-left: 1px solid #87B3FF;
  border-right: 1px solid #87B3FF;
  border-bottom: 1px solid #E8EEF7;
  padding: 2px;
  cursor: default;
}

.gwt-TextArea {
  border: 1px solid #87B3FF;
  width: 100%;
  height: 10em;
  padding: 0.3em;
  background-color: transparent;
}

.gwt-TextBox {
}

.gwt-Tree {
}

.gwt-Tree .gwt-TreeItem {
  font-size: smaller;
}

.gwt-Tree .gwt-TreeItem-selected {
  background-color: #C3D9FF;
}

.gwt-StackPanel {
}

.gwt-StackPanel .gwt-StackPanelItem {
  background-color: #C3D9FF;
  cursor: pointer;
  cursor: hand;
}

.gwt-StackPanel .gwt-StackPanelItem-selected {
}

/* -------------------------------------------------------------------------- */

.ProblemTab {
  width: 100%;
  background-color: #E8EEF7;
  border: 0px;
}

.ProblemList {
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: smaller;
}

.ProblemList .ProblemLink {
  width: 100%;
  padding: 0.3em;
  padding-right: 40px;
  cursor: pointer;
  cursor: hand;
}

.ProblemList .ProblemLink-selected {
  background-color: #C3D9FF;
}

.CenterPanel {
  width: 100%;
  align: left;
  background-color: #C3D9FF;
}

.ExamPanel {
  width:100%;
}

.LeftPanel{
}

.ProblemContainer {
  width: 100%;
  height: 100%;
  padding: 0.3em;
}
