
/**
 * POPUP CONTAINER STYLES
 */
.ModalContainer {
  position: absolute;
  font-family:Arial, Tahoma;
  border: 6px solid #377EA8;
  border-bottom-width: 6px ;
  width:290px;
  height:135px;
  top:0px;
  left:0px;
  background-color: white;

  /*
  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-color: #74B2E6;
  font-size: 8pt;
  font-weight: bold;
  white-space: nowrap;
  float: left;
  color: #FFFFFF;*/
  /*height: 20px;*/
/*  padding: 4px 2px 2px 2px;
  border-bottom:1px solid #9F9F77;*/

}

.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.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	top: 10px;
	left: 10px;
	

}

.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;
	clear: both;
}

.ModalContainerShadow {
	background-color: #557FA5;
}

.ModalContainerVeil {
  background-image: url(../images/veil4.gif);
 }
.spanTitle {

float: left;
}

.spanClose {

float: right;
margin-right: 10px;
}