#background-pop-up{
    display:none;
    position:fixed;
    _position:absolute; /* hack for internet explorer 6*/
    height:100%;
    width:100%;
    top:0;
    left:0;
    background:#000000;
    border:1px solid #cecece;
    z-index:100;
}
#popup-window{
    display:none;    
    position:fixed;
    _position:absolute; /* hack for internet explorer 6*/	
    background:#FFFFFF;
    border:1px solid #CCCCCC;
    z-index:1000;	  
    min-width: 200px;
    min-height: 100px;
}

#button{
    text-align:center;
    margin:100px;
}
.popup-header{
    width: 100%;
    height: 30px;
    overflow: auto;
    display: block;    
    /* background-image: url("../images/header_bg.png"); */
    background-color: #25AAE1;  
    background-repeat: repeat-x;
}
.header-title{
    color: #FFF;
    font-size: 18px;
    float: left;
    display: block;
    overflow: hidden;
    margin: 2px 0 0 10px;

}
.close-link{
    color: #ffffff !important;
    cursor: pointer;
    display: block;
    font-size: 30px !important;
    height: 25px;
    line-height: 25px;
    width: 25px;  
}
.close-button{
    display: block;
    float: right;
    height: 25px;
    overflow: hidden;
    width: 25px;  
}
#map{    
    margin: 10px;
}
.close-image{
    margin-top: 5px;
}
.min-max-content{
    float: right;
}


.show-table
{
  padding: 10px 30px;
   overflow: hidden;
}

.side-by-side a
{
  color: #464646;
  text-decoration: none;
}

.side-by-side a:hover
{
  color: #000;
  text-decoration: underline;
}

.side-by-side h1
{
  margin: 0;
  padding: 0;
  font-size: 15px;
  margin-bottom: 10px;
  color: #C64934;
}

.side-by-side h2
{
  padding: 5px;
  margin: 0;
  color: #111;
  background: url(../images/background.jpg) repeat-x;
  font-size: 14px;
  font-style: italic;
}

.side-by-side thead tr, .show-table tfoot tr
{
  background: url(../images/background.jpg);
}


.side-by-side th
{
  /*background-color: #e7eef6;*/
  white-space: nowrap;
  text-align: left;
}

.side-by-side th a
{
  color: #000;
}


.side-by-side fieldset
{
  /*margin-bottom: 3px;*/
  border: 1px solid #ddd;
  border-bottom: 0px;
  /*background-color: #fff;*/
}


#pop-up-content{
    overflow: auto;
}

#pop-up-content #text-reports-container{
    margin: 10px;
}
#pop-up-content .none-display{
    display: block;
    float: right;
}

#pop-up-content .print-button{
    display: block;
}

#pop-up-content .field-set{
    border: 1px solid #ECECEC;
    margin-top: 10px;
    padding: 10px;  
}
#pop-up-content .field-set legend{
    font-weight: bold;
    color: #051261;
}