/*Stylesheet for popup use*/
@import url(importedstyles.css);

/*Button Classes--note: most of these will not be visible in NN4--------------- */ 


#pubodydiv{
  min-height:80%;
  margin:20px;
  margin-bottom:10px;
  background:#FFF;
  text-align:left;
  border:1px solid #000;
  padding-bottom:10px;}

#pubodydiv h1{background:#6277BF;
  margin:15px 0 0 0;
  font:bold 20px Arial,Geneva,sans-serif;
  color:#FFF;
  padding: 6px 12px 6px} 
  
#pubodydiv #pumaincontent h1 {
  border-bottom:0px solid #FFF;
  padding:0px;
  padding-top:0px;
  padding-bottom:0px}
  
#pubodydiv h2 {color:#2B617E}

body {min-height:100%;
  width:100%;
  margin:0px;
  border-style:none;
  background:#FFF}
  
#masterenclose {text-align:center;
  height:100%;
  width:100%}
  
#masterenclose[id] {text-align:center;
  height:auto;
  min-height:100%}
  
#pumaincontent {margin:0 0 0 0;
  padding:12px 12px  15px;
  background:#FFF }
  
#closediv {margin-left:20px;
  margin-right:20px;
  text-align:right;
  margin-top:0px}
  


