/**
 * POPUP CONTAINER STYLES
 */
.ModalContainer {
  position: absolute;
  font-family:Arial, Tahoma;
  border:1px solid #a9a9a9;
  padding:0px 1px 20px 1px;
  width:290px;
  height:135px;
  top:0px;
  left:0px;
  background:#fff;  

  /*
  filter: DropShadow(color=#CCCCCC, offX=5, offY=5, Positive=1)
  		  progid:DXImageTransform.Microsoft.DropShadow(color=#CCCCCC, offX=5, offY=5, Positive=1);
  */
}

.ModalContainerTitle {/* Top TR of the modal which contains buttons and tile */
  background:url(images/border-top1.gif) repeat-x top #fff;
  font-size: 13px;
  font-weight: bold;
  white-space: nowrap;
  float: left;
  color: #FFFFFF;
  /*height: 20px;*/
  padding: 12px 0px 2px 2px;
  border-bottom:1px solid #9F9F77;
  height:27px;
}

.ModalContainerTitle TD {/* TDs containing title and buttons */
        padding:2px 5px 2px 5px;
/*	height: 25px;*/
}

.ModalContainerTitle TD TABLE{/* Table containing buttons */



}

.ModalContainerButton {/* Button */
	text-align:center;
	vertical-align:top;
	border:1px solid #317082;
	font-size:14px;
	font-weight:bold;
	cursor:hand;
	cursor/* */:/**/pointer;	/* Other browsers */
	cursor: /**/pointer;
	height: 15px;
	width: 15px;
	
}

.ModalContainerButtonHover {/* Button */
	background-color: white;
	color: #557FA5;
	/*padding:1px;	*/
}

.ModalContainerButtonPress {/* Button */
	padding:1px 0px 1px 2px;
}

.ModalWinClose {

/*	background-image: url(../images/close.gif);
	background-repeat: no-repeat;
	background-position: center center;
	top: 1px;
	
*/
}

.ModalWinMax {

	background-image: url(../images/maximize.gif);
	background-repeat: no-repeat;
	background-position: center center;

}

.ModalWinMin {

	background-image: url(../images/minimize.gif);
	background-repeat: no-repeat;
	background-position: center center;

}

.bover {/* Button on hover */
	padding: 1px;
	border:1px solid #FFFFFF;
}

.ModalContainerBody {
	white-space: nowrap;
	vertical-align: top;
	color: navy;

}

.ModalContainerShadow {
	background-color: #557FA5;
}

.ModalContainerVeil {
  background-image: url(../images/veil4.gif);
 }
.spanTitle {
float: left;
margin:0px 0px 0px 10px;
}

.spanClose {

float: right;
margin-right: 10px;
}