@CHARSET "UTF-8";

.ui-widget  {
	font-family: Lucida Sans,"Lucida Grande",Arial,sans-serif;
	font-size: 9pt;}

.ui-widget-overlay {
	background-image: none;
	background-color: black;}			

.ui-dialog {
	padding: 0;}

.ui-dialog .ui-dialog-titlebar {
	padding: 0.3em 1em 0.1em;
	background: #B30202;
	background: -moz-linear-gradient(left bottom, rgb(185,11,11) 25%, rgb(143,1,1) 85%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0.25, rgb(185,11,11)), color-stop(0.85, rgb(143,1,1)));}

.ui-corner-all {
	-moz-border-radius: 0;}

.ui-widget-content {
	border: none;}
	
.ui-widget-header {
	color: #FFF;
	border: none;}
	
.ui-icon-closethick {
	background-position:0;}
		
.ui-dialog .ui-widget-header .ui-icon {
	background-image:url("../img/dialog_close.png");}

.ui-dialog-titlebar-close:hover {
	background: none; border:1px solid transparent;}
	
#ui-datepicker-div .ui-widget-header .ui-icon {
	background-image:url("../img/picker_icons.png");
}

