html,
body
{
  margin:0;
  padding:0;
  height:100%;
}

#container
{
  min-height:100%;
  position:relative;
}

#header
{
  position:fixed;
  top:0;
  width:100%;
  height:0px;   /* Height of the header */
  padding:10px;
}

#body
{
  margin-top:0px;   /* Height of the header */
  padding:10px;
  padding-bottom:40px;   /* Height of the footer */
}

#footer
{
  position:fixed;
  bottom:0;
  width:100%;
  height:50px;   /* Height of the footer */
  background: #1f1f1f;
}


#rcorners2
{
  border-radius: 25px;
  border: 2px solid #73AD21;
  padding: 20px;
  width: 1007px;
  height: 150px;
}

#table-fixed
{ 
  position: fixed; 
  top: 257px;// display:none;
  background-color:white;
}


div.hidden {
    display: none;
}


.hoverTable
{
  border-radius: 10px;
  border: 1px solid #e6e6e6;
  border-spacing:0;
}

.hoverTable tr:hover
{
  color: #111111;
  background-color:e6e6e6;
  border-radius: 20px;
  border: 0px solid #e6e6e6;
  border-spacing:0;
}

.selected
{
  background: url('../images/LCP-header2.jpg');
  background-color:e6e6e6;
  border-radius: 20px;
  border: 0px solid #e6e6e6;
}

.infoTable
{
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  width:1007px;
  background: url('../images/LCP-header2.jpg');
}

.infoInner
{
  padding: 10px;
  border-radius: 0px;
  border: 1px solid #e6e6e6;
  width:1000px;
  background-color:e6e6e6;
}

.headerTable
{
  color: lightgrey;
  padding: 10px;
  border-radius: 20px;
  border: 0px solid #111111;
  border-spacing:0;
  width:95%;
  background-color:E6E6E6;
  background: url('../images/LCP-header2.jpg');
}

.button1
{
  display: inline-block;
  background-color: #e6e6e6;
  border: 1px solid darkgrey;
  color: black;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  transition: all 0.5s;
  cursor: pointer;
}

.button1 span
{
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button1 span:after
{
  content: '\00ab';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button1:hover span
{
  padding-right: 25px;
}

.button1:hover span:after
{
  opacity: 1;
  right: 0;
}

.queryTable
{
  display:none;
  padding: 10px;
  border-radius: 0px;
  border: 1px solid #e6e6e6;
  width:1000px;
  background-color:e6e6e6;
}

.round1
{
  width:602px;
  border-radius: 20px 20px 20px 20px;
  border: 3px solid grey;  
  border-spacing: 0;
}

.round2
{
  border-radius: 25px;
  border: 2px solid #73AD21;
  padding: 20px;
  width: 1007px;
}
