html, body {
    height: 98%;
    padding: 0;
    width: 98%;
    margin: 1%;
}

body {
    background-color: #FFFFFF;
    color: #333333;
    font-family: "Helvetica Neue", Helvetica, "Trebuchet MS", Arial, sans-serif;
    font-size: 14px;
    /* overflow: hidden; */
}

a {
    color: #336699;
}

/* select {
    max-width: 180px;
} */

#header {
    background: #c5deea; /* Old browsers */
    background: -moz-linear-gradient(top, #c5deea 0%, #8abbd7 31%, #066dab 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c5deea), color-stop(31%, #8abbd7), color-stop(100%, #066dab)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #c5deea 0%, #8abbd7 31%, #066dab 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #c5deea 0%, #8abbd7 31%, #066dab 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #c5deea 0%, #8abbd7 31%, #066dab 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#c5deea', endColorstr = '#066dab', GradientType = 0); /* IE6-9 */
    background: linear-gradient(top, #c5deea 0%, #8abbd7 31%, #066dab 100%); /* W3C */
    /*border-left: 1px solid #066DAB;
    border-right: 1px solid #066DAB;
    border-top: 1px solid #066DAB;*/
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    height: 55px;
    margin: 0;
}

.soria .dojoxExpandoTitle {
    background: -moz-linear-gradient(center top, #C5DEEA 0%, #8ABBD7 31%, #066DAB 100%) repeat scroll 0 0 transparent;
}

#title {
    color: #45484D;
    font-size: 16pt;
    font-weight: bold;
    padding-left: 15px;
    padding-top: 10px;
    text-align: left;
}

#subtitle {
    color: #45484D;
    font-size: small;
    padding-left: 15px;
    text-align: left;
}

#leftPane {
    /* width: 220px; */
    color: #004460;
    /* margin: 0;
    padding: 0; */
}

#mapCanvas {
    border-bottom-left-radius: 4px;
    margin: 0;
    padding: 0;
    padding-top: 0px !important;
}

.roundedCorner {
    background-color: #FFFFFF;
    border: 1px solid #066DAB;
    border-radius: 4px 4px 4px 4px;
}

#clearButton {
    bottom: 5px;
    color: #45484D;
    cursor: pointer;
    left: 5px;
    padding: 4px;
    position: absolute;
    z-index: 100;
}

#clearButton a {
    text-decoration: none;
}

#status {
    font-size: 12px;
}

/**
 * added for this application only
 */

/* the area where data table is placed */
#rightPane {
  border:solid thin #9CAA9C;
  width:20%;
  color: #004460;
  margin:0px;
  padding:0px;
}

/* for data table div */
#dataTableWrapper {
  padding: 2px;
  text-align: center;
  overflow-y: auto;
  -moz-box-shadow: 0 0 5px #888;
  -webkit-box-shadow: 0 0 5px #888;
  box-shadow: 0 0 5px #888;
  margin-top: 10px;
    
}

#versionContentPane {
  height: 2.8em;
}

#version {
  position: absolute;
  bottom: 5px;
  height: 2.2em;
  font-weight: bold;
}

/* .dataTables_filter {
    float: left !important;
 } */

.ui-datepicker-calendar{
    background: #ededed !important;
}

