/* customized dialog CSS */
.ui-dialog-titlebar {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	padding: .5em 1.5em .5em 1em;
	color: white;
	background: #6699cc url(/wps/_ext/images/THRC/themefiles/titleGrad.png) repeat-x;
	border-bottom: 1px solid #cccccc;
	font-size: 1em;
	font-weight: bold;
	position: relative;
}
.ui-dialog-content {
	_padding:0;	/* IE6 craps out on content if this is >0 */
}
div.ui-dialog-buttonpane {
	text-align: right;
	padding-right:50px;
}

/* comment out dialog button styles in ui.all.css */