body {
  background: #ffffff;
  font: 10px "Arial", sans-serif;
  margin: 0px;
}

.buttonStyle {
  font-family: Arial;
  font-size: 13px;
  padding: 0px 8px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  border-style: solid;
  border: 1px #ccc solid;
  background: #DDDDDD url(../images/button-bg.gif) repeat-x scroll left top;
}

.headingStyle {
  font-size: 28px;
  text-align: center;
  color: #333333;
  font-family: Arial;
  background: #FFFFFF;
  height: 50px;
}

.menubarStyle {
  background: #e5ecf4;
  padding: 5px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  text-align: right;
}

.mainTable {
  background: #ffffff;
  width: 90%;
  border: 1px solid #000;
}

.canvasStyle {
  width: 99.8%; 
  height:490px;
  border: 1px solid #999999;
  position: relative;
  z-index: 10000;
}

.tableCanvasStyle {
  width: 100%;
  overflow-y: scroll;
  height: 500px;
}

.copyrightRow {
  font-size: 12px;
  text-align: center;
  font-family: Arial;
  background: #dde9b7;
  height: 30px;
  border-top: solid 1px #000;
}

#table_canvas {
clear: both;
display: block;
margin-top: 600px;
}

#foldout-form {
position: absolute;
z-index: 100000;
top: 36px;
right: 10px;
width: 200px;
height: auto !important;
background: #FFF;
border: 1px solid #000;
text-align: left;
}

    #filterToggle {
    font-size: 13px;
    color: #5e3292;
    font-weight: bold;
    text-decoration: none;
    padding: 3px;
    }

#filterBottom {

width: 190px;
height: auto !important;
background: #FFF;
padding: 5px;
}


.specialintro { font-size: 13px;}

.specialintro span { color: #5e3292; font-size: 13px; }

.specialintro span.red { color: red; font-size: 15px; }

.hidden {
display: none;
}

#explanation {
display: block;
position: absolute;
top: 50%;
left: 50%;
width: 380px;
height: 180px;
margin: -100px 0px 0px -200px;
padding: 10px;
background: #FFFFFF;
border: 2px solid #5e3292;
z-index: 10000;
font-size: 12px;
line-height: 20px;
}

.closeButton {
position: absolute;
right: 5px;
top: 5px;
display: block;
font-weight: bold;
padding: 0px 7px;
color: #5e3292;
border: 1px solid #5e3292;
cursor: pointer;
}

#explanation p {
line-height: 20px;
}
