﻿
.npOverlay 
{    
  background:#000; 
}

.npContainer 
{
  display:none;  
  background-color: #FFF;
  color: #333;
  border: 1px solid black;
  padding: 10px;  
  position: absolute;
}


.npTitle { background:url(../images/gridheader_bg.jpg) repeat-x bottom; padding:3px; }
.npTitle h1 { color:#27537a; font-weight:bold; font-size:14px; padding:5px; }

.npContent 
{     
}

.modalPadding
{
  float:left;
  padding:10px;
}

.npClose {  }
.npClose .modalClose  span { display:none; }
.npClose .modalClose:hover { background-position:0 -20px; }
.npClose .modalClose 
{
  margin-top:3px;
  margin-right:3px;
  cursor:pointer;
  width:20px;
  height:20px;
  display:block;
  float:right;
  background:transparent url(../images/close_icon_double_2.png) 0 0 no-repeat;
}

.npClose .modalClose2  span { display:none; }
.npClose .modalClose2:hover { background-position:0 -20px; }
.npClose .modalClose2
{
  margin-top:3px;
  margin-right:3px;
  border:1px dotted #DDDDDD;
  cursor:pointer;
  width:20px;
  height:20px;
  display:block;
  float:right;
  background:transparent url(../images/close_icon_double_2.png) 0 0 no-repeat;
}



