/** Add css rules here for your application. */

#header {
    width: 100%;
    background-color: #FFF8DC;/*visual*/
    padding:10px 0;
    margin-left:10px;
}
#header img {
    vertical-align: left;
    margin-right:10px;
    margin-left:10px;
}


h1 {
  font-size: 2em;
  font-weight: bold;
  color: #777777;
  margin: 10px 10px 20px;
  text-align: Middle;
}

h2 {
  font-weight: bold;
  text-align: Center;
}

.ClassResultsTable {
  border: 1px solid silver;
  padding: 2px;
  margin-left:4px;
  margin-bottom:6px;
}

.ClassResultsTable-Header {
  background-color: #2062B8;
  color: white;
  text-align: center;
  font-style: italic;
}
.boldtext text {
  font-weight: bold;
}

.ClassResultsTable-CellCenter {
  text-align: center;
}

.ClassResultsTable-OddRow {
  background-color: #cccccc;
}

.ClassResultsTable-EvenRow {
  background-color:  #FFF8DC;   //cornsilk
}

.gwt-Button-showCard {
  width: 50px;
}

.selectShowPanel {
//  margin: 10px 0px 15px 0px;
  margin-left:10px;
}

.gwt-TextBox-readonly {
   background-color: yellow;	
}
.gwt-TextBox {
   color: red; 
}

.customText{
font-size: 15pt;
color: blue;
}

.errorText{
font-size: 15pt;
color: red;
}

.normalText{
}