/*
 * Ext JS Library 1.1.1
 * Copyright(c) 2006-2007, Ext JS, LLC.
 * licensing@extjs.com
 * 
 * http://www.extjs.com/license
 */

/* Overrides ColdFusion's default css. */

.x-dlg{
	z-index: 10001;
	overflow: hidden;
	position: absolute;
	left: 300;
	top: 0;
}

.x-dlg .x-dlg-hd {
	background: url(/images/hd-sprite_flex.gif) repeat-x 0px -82px;
	color: #ffffff;
	font: bold 12px "sans serif", tahoma, verdana, helvetica;
	overflow: hidden;
	padding: 5px;
	white-space: nowrap;
}

.x-dlg .x-dlg-hd-left {
	background: url(/images/hd-sprite_flex.gif) no-repeat 0px -41px;
	padding-left: 3px;
	margin: 0px;
}

.x-dlg .x-dlg-hd-right {
	background: url(/images/hd-sprite_flex.gif) no-repeat right 0px;
	padding-right: 3px;
}

.x-dlg .x-dlg-dlg-body{
	background: url();
	background-color: white;
	border: 3px solid #90ba70;
	border-top: 0px none;
	padding: 10px;
	position: absolute;
	top: 24px;
	left: 0;
	z-index: 1;
	overflow: hidden;
}

