/* DIALOGS */

.dialog {
	border: 2px solid #fff;
	background: #fff;
}
.dialog.large {
	width: 668px;
	height: 454px;
	background: url(/skin/displayunlimited/image/image-upload-bg.png) top left repeat-x;
	height: 454px;
}
.dialog .image-list .remove-link img {
	cursor: pointer;
	behavior: url(/skin/displayunlimited/style/iepngfix.htc);
	width: 27px;
	height: 27px;
}
.dialog .subheader {
	margin-top: 0px;
	padding-left: 16px;
	padding-right: 16px;
	text-transform: uppercase;
	height: 27px;
}
.dialog .subheader a {
	color: #fff;
}
.dialog .subheader-split-50 {
	width: 50%;
	float: left;
	height: 26px;
	margin-top: 4px;
}

.dialog .subheader-img {

}

.dialog .subheader-split-50 img {
	vertical-align: middle;
}
.dialog .subheader-right {
	text-align: right;
}
.dialog .close-button {
	float: right;
	margin: 4px 2px 0 0;
	cursor: pointer;
}
.dialog .content {
	margin-top: 2px;
	padding: 16px;
	color: #000;
	overflow: auto;
	clear: left;
}

.dialog.large .content {
	height: 339px;
}

.dialog .content table.image-list {
	border: 1px solid #640000;
	width: 100%;
	background: #fff;
}

.dialog .content table.image-list th {
	background: #fde5d0;
	letter-spacing: normal;
	text-align: right;
	font-weight: normal;
	padding: 4px 8px;
	color: #680000;
}

.dialog .content table.image-list th.heading {
	font-weight: bold;
	text-align: left;
}

.dialog .content table.image-list img {
	vertical-align: middle;

}

.dialog .content table.image-list td.hover {
	background: #fff8eb;
}


.dialog .content table.image-list td a {
	text-decoration: underline;
}

.dialog .content table.image-list td div.artwork-options span {
	cursor: pointer;
}

.dialog .content table.image-list td div.artwork-options span:hover {
	text-decoration: underline;
}

.dialog .content table.image-list td div.artwork-options {
	color: #680000;
	font-weight: normal;
}

.dialog .content table.image-list td div.artwork-options span.attribute-artwork {
	margin-right: 10px;
}
.dialog .content table.image-list td span.download-pdf {
	font-weight: normal;
	cursor: pointer;
}
.dialog .content table.image-list td span.download-pdf:hover {
	text-decoration: underline;
}
.dialog .content table.image-list td {
	background: #fff;
	border-top: 1px solid #CCAAAA;
	border-bottom: none;
	padding: 8px;
	font-weight: bold;
}

.dialog .content table.image-list tr.message-fetching-artwork td {
	cursor: none;
}

.dialog .content table.image-list tr.message-fetching-artwork td.hover {
	background: #fff;
	text-decoration: none;
}

.dialog .content table.image-list td.right {
	float: none;
	text-align: right;
}

.dialog .content table.image-list td.artwork-thumb {
	width: 44px;
}

.dialog .content .buttons {
	margin-top: 12px;
}

.dialog .action-close {
	cursor: pointer;
}

.dialog .hidden {
	display: none;
}

.dialog .fieldset {
	border: 1px solid #640000;
	background: #ffffff;
	padding: 35px 0 0 0;
	position: relative;
	zoom: 1;
}

.dialog .fieldset .legend {
	background: #fde5d0;
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	line-height: 24px;
	top: 0px;
	border-bottom: 1px solid #CCAAAA;
}

.dialog .fieldset .legend span {
	float: left;
	padding: 4px 8px;
	line-height: 27px;
	font-weight: bold;
	color: #680000;
}

.dialog .fieldset .options {
	float: right;
	text-align: right;
	line-height: 27px;
	margin-top: -35px;
	position: relative;
	padding: 4px 8px;
}

.dialog .fieldset .row {
	padding: 8px;
	border-bottom: 1px dotted #640000;
}

.dialog .fieldset .row.end {
	border: none;
}

.dialog .fieldset label {
	float: left;
	width: 120px;
	font-weight: bold;
	clear: left;
}

.dialog .fieldset input {
	float: left;
}

.dialog .fieldset .row.end input {
	float: none;
}

.dialog form {
	margin: 0;
	padding: 0;
}

.dialog a {
	color: #640000;
}

.dialog a:hover {
	text-decoration: underline;
}

.dialog .topper {
	background: #fde5d0;
	color: #680000;
	line-height: 27px;
	border: 1px solid #640000;
	margin-bottom: 16px;
	padding: 4px 8px;
}

.dialog .text-right {
	text-align: right;
}

.dialog .text-center {
	text-align: center;
}

.dialog form .buttons {
	text-align: center;
}

.dialog form .buttons input {
	margin: 0 8px;
	width: 64px;
}

.dialog .panel-image-viewer {
	text-align: center;
}