/* This file skins dialog */

.ui-dialog{
	background-color: #ada599;
	bor der: 1px solid red;
}

.ui-dialog .ui-dialog-titlebar{
	bor der-bottom: 1px solid #d8d2aa;
	back ground: #ada599 url(../dialog-title.gif) repeat-x;
	background-color: #ada599;
	padding: 0px;
	height: 28px;
	_height: 29px;
}

.ui-draggable .ui-dialog-titlebar{
	cursor: move;
}

.ui-draggable-disabled .ui-dialog-titlebar{
	cursor: default;
}

.ui-dialog .ui-dialog-titlebar-close{
	width: 16px;
	height: 16px;
	background: url(../dialog-titlebar-close.png) no-repeat;
	position:absolute;
	top: 6px;
	right: 7px;
	cursor: default;
}

.ui-dialog .ui-dialog-titlebar-close span{
	display: none;
}

.ui-dialog .ui-dialog-titlebar-close-hover{
	background: url(../dialog-titlebar-close.png) no-repeat;
}

.ui-dialog .ui-dialog-title{
	margin-left: 5px;
	color: white;
	font-weight: bold;
	position: relative;
	top: 7px;
	left: 4px;
}

.ui-dialog .ui-dialog-content{
	mar gin: 1.2em;
	margin: 13px;
	background-color: #f2eee8;
}

.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(../dialog-n.gif) repeat scroll center top; }

.ui-dialog .ui-resizable-s{ cursor: s-resize; height: 8px; width: 100%; bottom: 0px; left: 0px; background: transparent url(../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(../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(../dialog-w.gif) repeat scroll right center; }

.ui-dialog .ui-resizable-se{ cursor: se-resize; width: 9px; height: 9px; right: 0px; bottom: 0px; background: transparent url(../dialog-se.gif); }

.ui-dialog .ui-resizable-sw{ cursor: sw-resize; width: 9px; height: 9px; left: 0px; bottom: 0px; background: transparent url(../dialog-sw.gif); }

.ui-dialog .ui-resizable-nw{ cursor: nw-resize; width: 9px; height: 29px; left: 0px; top: 0px; background: transparent url(../dialog-nw.gif); }

.ui-dialog .ui-resizable-ne{ cursor: ne-resize; width: 9px; height: 29px; right: 0px; top: 0px; background: transparent url(../dialog-ne.gif); }

