﻿html {
    background-color: #fff;
    margin: 0;
    padding: 0;    
}

.shadow {
    -moz-box-shadow:    3px 3px 5px 6px #000;
    -webkit-box-shadow: 3px 3px 5px 6px #000;
    box-shadow:         3px 3px 5px 6px #000;
}

body 
{    
    background-color: #fff; color: #636f8a;
    border-top: 8px solid transparent;     
    font-size: 14px;    font-family: Arial, Rockwell, Consolas, "Courier New", Courier, monospace;
    margin: 0px;    padding: 0px;    padding-bottom:0px;    bottom:0px;
    display:block;
}

.globalpopup 
{   
    width:100%; height:100%; position:fixed;  
    top:0; left:0;
    background-image: url('/..../Images/transparent-bg.png'); background-repeat:repeat; 
    background:transparent;
    z-index:99999; 
}
.globalpopup #popupcontainer{   
    width:300px; min-height:301px; margin:0 auto;height:auto;   
 }
 
.globalpopup #content{   
    width:300px; min-height:301px;  padding:1px; padding-top:30px; height:auto;
    background:#acacad;     
    -moz-box-shadow:    0px 1px 3px 0px #666;
    -webkit-box-shadow: 0px 1px 3px 0px #666;
    box-shadow:  0px 1px 3px 0px #666;   
}

.globalpopup button 
{
    display: block;
    float: right;
    /* text-align: right; */
    margin: -13px 5px;
    position: relative;
    padding: 0 0 0 1px;
    z-index: 7;
    width: 26px;
    height: 26px;
    font-size: 18px;
    color: #fff;
    background: url('/Images/Icons/icon-close.png');
}


.float-right a
{    
    font-size:13px;   
}

.float-right a:hover
{
    color:#fff;
    text-decoration:none;
    background-color:#124c71 !important;
    padding:7px 10px;
    border:1px solid navy;
    border-radius:5px;
    -moz-border-radius:5px;
    -ms-border-radius:5px;
    -webkit-border-radius:5px;
}


#main-logo a
{
    outline: none;
    padding-left: 0px;
    padding-right: 0px;
    text-decoration: underline;
    margin-right: 0px;
    margin-top: 0px;
    padding: 2px 12px;
   
}
#main-logo a:hover
{
    color:#fff;
    text-decoration:none;
    background-color:transparent !important;
    padding:0px 0px;
    border:none;
    margin-right: 0px;
    margin-top: 0px;
    padding: 2px 12px;
}

.heatmap-menu
{
   height:auto; background-color:#0065ae; z-index:5;float:left; width:97.3%; border:0px solid #0065ae; color:#fff; 
   padding: 2px;
    margin-left: 0px;
    position:fixed;
        margin-top: -54px;
   
    
    }
    
    
  .heatmap-menu  button
  {
      width:auto; font-size:22px; float:left; margin:5px; display:block;
      float:left;
      background-color:#dddddd;
      color:#282828;
      line-height:16px;
      
      }


