Ext.onReady(function(){
ModalWindow.shadeDefaults = {
	position: "absolute",
	margin: "auto",
	top: 0,
	left: 0,
	width: "100%",
	height: "100%",
	color: "black",
	backgroundColor: "white",
	"filter": "alpha(opacity=50)",
	"MozOpacity": 0.5,
	"opacity": 0.5
}

ModalWindow.headerDefaults = {
	fontFamily: "Calibri,'Myriad Pro','Microsoft Sans Serif',sans-serif",
	fontSize: "16px",
	lineHeight: "30px",
	position: "relative",
	top: "0",
	left: 0,
	width: "100%",
	height: "30px",
	borderBottom: "1px solid #7A95CA",
	background: "#DCF0F0 url('/img/header_01_lighter.gif') repeat-y",
	color: "#003D8C",
	fontWeight: "bold",
	textAlign: "center"
}

ModalWindow.windowDefaults = {
	width: "800px",
	height: "auto",
	minHeight: "150px",
	backgroundColor: "white",
	color: "black",
	border: "1px solid #7A95CA",
	borderWidth: "1px 2px 2px 1px",
	margin: "0 auto 0 auto",
	"WebkitBorderBottomRightRadius": "7px",
	"WebkitBorderBottomLeftRadius": "7px",
	"MozBorderRadius": "0 0 7px 7px",
	"borderRadius": "0 0 7px 7px"
}
})
