/* This file skins dialog */

.ui-dialog {
	background-color: #FFFFFF;
	border: 1px solid black;
	padding: 0;
}

.ui-dialog .ui-dialog-titlebar {
	pppborder-bottom: 3px solid #EECE00;
	background-color: #565D94;
	color: #EDEFFA; /* #EDEDED; */
	padding: 0px;
	height: 29px;
	background: transparent url('../images/smallheader/background.png') repeat-x scroll left top;
}

.ui-dialog.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}

.ui-dialog .ui-dialog-titlebar-close {
	width: 16px;
	height: 16px;
	background: url('../images/smallheader/close.png') no-repeat;
	position:absolute;
	top: 4px;
	right: 4px;
	cursor: default;
	-moz-outline-width: 0;
	margin: 0;
}

.ui-resizable .ui-dialog-titlebar-close {
	top: 5px;
	right: 5px;
}


.ui-dialog .ui-dialog-titlebar-close span {
	display: none;
}

.ui-dialog .ui-dialog-titlebar-close-hover {
	background: url('../images/smallheader/close-hover.png') no-repeat;
}

.ui-dialog .ui-dialog-title {
	font-family: Georgia, Times, serif;
	color: #EDEDED; /* #EDEDED  EDEFFA */
	margin-left: 5px;
	font-weight: normal;
	font-size: 16px;
	position: relative;
	top: 3px;
	left: 4px;
}

.ui-resizable .ui-dialog-title {
	top: 5px;
}

.ui-dialog .ui-dialog-content {
	padding: 0; /* 10px */
	background: transparent url('../images/smallheader/shadow.gif') repeat-x left top;
}

.ui-dialog .ui-dialog-buttonpane {
	position: absolute;
	bottom: 8px;
	right: 12px;
	width: 100%;
	text-align: right;
}

.ui-dialog .ui-dialog-buttonpane button {
	margin: 6px;
}

/* Dialog handle styles */
.ui-dialog .ui-resizable-n { cursor: n-resize; height: 6px; width: 100%; top: 0px; left: 0px; background: transparent url('../images/dialog/dialog-n.gif') repeat scroll center top; }
.ui-dialog .ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: 0px; left: 0px; background: transparent url('../images/dialog/dialog-s.gif') repeat scroll center top; }
.ui-dialog .ui-resizable-e { cursor: e-resize; width: 7px; right: 0px; top: 0px; height: 100%; background: transparent url('../images/dialog/dialog-e.gif') repeat scroll right center; }
.ui-dialog .ui-resizable-w { cursor: w-resize; width: 7px; left: 0px; top: 0px; height: 100%; background: transparent url('../images/dialog/dialog-w.gif') repeat scroll right center; }
.ui-dialog .ui-resizable-se { cursor: se-resize; width: 7px; height: 7px; right: 0px; bottom: 0px; background: transparent url('../images/dialog/dialog-se.gif'); }
.ui-dialog .ui-resizable-sw { cursor: sw-resize; width: 7px; height: 7px; left: 0px; bottom: 0px; background: transparent url('../images/dialog/dialog-sw.gif'); }
.ui-dialog .ui-resizable-nw { cursor: nw-resize; width: 9px; height: 29px; left: 0px; top: 0px; background: transparent url('../images/dialog/dialog-nw.gif'); }
.ui-dialog .ui-resizable-ne { cursor: ne-resize; width: 9px; height: 29px; right: 0px; top: 0px; background: transparent url('../images/dialog/dialog-ne.gif'); }

