/*dialog*/
.ui-dialog {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	background: #ffffff url(/templates/images/ffffff_40x100_textures_01_flat_0.png) 0 0 repeat-x;
	color: #222222;
	border: 4px solid #d3d3d3;
	position: relative;
}
.ui-dialog .ui-dialog-container {
  overflow: hidden;
}
.ui-dialog-content {
	border: 1px solid #d3d3d3;
	background: #ffffff;
	color: #222222;
}
.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;*/
	padding:  .2em 1.5em .2em 1em;
	color: #555555;
	background: #e6e6e6 url(/templates/images/e6e6e6_40x100_textures_02_glass_75.png) 0 50% repeat-x;
	border-bottom: 1px solid #d3d3d3;
	font-size: .9em;
	font-weight: normal;
	position: relative;
}
.ui-dialog-title {
	font-size: 9pt;
	font-family: Verdana, Tahoma, Arial;
	font-weight: bold;
}
.ui-dialog-titlebar-close {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	background: url(/templates/images/888888_11x11_icon_close.gif) 0 0 no-repeat;
	position: absolute;
	right: 8px;
	top: .5em;
	width: 11px;
	height: 11px;
	z-index: 900;
}
.ui-dialog-titlebar-close-hover, .ui-dialog-titlebar-close:hover {
	background: url(/templates/images/454545_11x11_icon_close.gif) 0 0 no-repeat;
}
.ui-dialog-titlebar-close:active {
	background: url(/templates/images/222222_11x11_icon_close.gif) 0 0 no-repeat;
}
.ui-dialog-titlebar-close span {
	display: none;
}
.ui-dialog-content {
	/*resets*/margin: 0 !important; border: 0 !important; outline: 0 !important; line-height: 1.3 !important; text-decoration: none !important; list-style: none !important;
	background: #ffffff;
	color: #222222;
	/*padding: 1.5em 1.7em;*/
	padding: 1em 1em 1em 1em !important;
	font-size: 9pt !important;
	font-family: Tahoma, Verdana, Arial !important;
	font-weight: normal !important;
	width: auto !important;
	height: auto !important;
	display: block;
}
.ui-dialog-buttonpane {
	position: relative;
	border-top: 1px solid #d3d3d3;
	background: #f0f0f0;
	bottom: 0;
	width: 100%;
	text-align: center;
}
.ui-dialog-buttonpane button {
	margin: .5em 0 .5em 8px;
	color: #555555;
	background: #e6e6e6 url(/templates/images/e6e6e6_40x100_textures_02_glass_75.png) 0 50% repeat-x;
	font-size: 8pt !important;
	border: 1px solid #d3d3d3;
	cursor: pointer;
	padding: 0.1em 1em 0.1em 1em;
	line-height: 1.4em;
	text-align: center;
	font-weight: normal;
}
.ui-dialog-buttonpane button:hover {
	color: #212121;
	background: #dadada url(/templates/images/dadada_40x100_textures_02_glass_75.png) 0 50% repeat-x;
	border: 1px solid #999999;
}
.ui-dialog-buttonpane button:active {
	color: #222222;
	background: #ffffff url(/templates/images/ffffff_40x100_textures_02_glass_65.png) 0 50% repeat-x;
	border: 1px solid #dddddd;
}
/* This file skins dialog */
.ui-dialog.ui-draggable .ui-dialog-titlebar,
.ui-dialog.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
