/* JQuery UI Dialog */


.ui-dialog-titlebar {
	height: 35px;
	border: 0;
	padding: 0;
}

.ui-dialog-titlebar h1 {
	line-height: 35px;
}

.ui-resizable-handle {
	display: none !important;
}

.ui-dialog-container {
	width: 620px !important;
	height: 570px !important;
}

.ui-tabs-nav {
	float: none;
	border: none;
	font-size: normal;
	line-height: normal;
}

.ui-dialog-content,
.ui-tabs-panel {
	padding: 0;
}

.ui-dialog-titlebar-close {
	background: url(../icons/close.png) no-repeat;
	width: 13px;
	height: 11px;
	position: absolute;
	right: 8px;
	top: 10px;
	z-index: 100;
}

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


/* Store */


#store-dialog form {
	float: left;
	width: 280px;
}

#store-dialog #store-path
/*, #store-dialog #form-store-directory-form*/ {
	width: 196px;
	float: left;
}

#store-dialog #store-file
/*, #store-dialog #form-store-upload-form*/ {
	width: 393px;
	float: right;
}

#store-dialog #store-file-pane,
#store-dialog #store-path-pane {
	height: 200px;
	padding: 1px;
}

#store-dialog table {
	width: 100%;
}

#store-dialog table td {
	padding: 0 10px;
}

#store-dialog table td.icon {
	text-align: center;
}

#store-dialog table td.bold {
	font-weight: bold;
}

#store-dialog .icon a {
	display: block;
	width: 16px;
	height: 16px;
	overflow: hidden;
	text-indent: 20px;
}

#store-path .directory-up {
	background: url(../icons/directory-up.png) no-repeat;
	padding-left: 25px;
}

#store-path .directory-close {
	background: url(../icons/directory-close.png) no-repeat;
	padding-left: 25px;
}

#store-file .icon {
	padding-left: 25px;
}

#store-file .download,
#store-file .lightbox,
#store-file .delete {
	width: 30px;
	text-indent: 40px;
	overflow: hidden;
	display: block;
}

#store-file .download {
	background: url(../icons/download.png) no-repeat center;
}

#store-file .lightbox {
	background: url(../icons/info.png) no-repeat center;
}

#store-file .delete {
	background: url(../icons/close.png) no-repeat center;
}

#store-file .insert {
	background: url(../icons/info.png) no-repeat center;
}