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

