/*
Listing elements
----------------
*/

	dl {
		position: relative;
		margin: 12px 0px 0px 0px;
		padding: 0px 12px 0px 12px;
	}
	dl.dragList {
		padding-bottom: 5px;
	}
	
	.formArea dl {
		padding-bottom: 12px;
	}
	.formArea dl.dragList {
		padding-bottom: 10px;
	}
	
	.mainContentAreaSubArea dl {
		margin-top: 0px;
		padding-bottom: 10px;
	}
	
	dt {
		position: relative;
		margin: 10px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		background-color: #bdc9eb;
		border: 1px solid #96aae0;
	}
	
	.mainContentAreaSubArea dt {
		margin: 10px 0px 8px 0px;
		background-color: transparent;
		border: none;
		color: #10388d;
		font-size: 15px;
		line-height: 18px;
		font-weight: bold;
	}
	
	dd {
		position: relative;
		margin: 0px 0px 1px 0px;
		padding: 0px 0px 0px 0px;
		background-color: #f0f4ff;
		border: 1px solid #96aae0;
	}
	dd.nested {
		border-top: none;
		margin-bottom: 0px;
		/* IE Hack */
		_margin-top: -1px;
	}
	dd.nestedTextbox {
		border-top: none;
		margin-bottom: 0px;
	}
	.dragList dd {
		margin-bottom: 0px;
	}
	dd.thumbnailItem {
		margin: 0px 0px 4px 0px;
		border: none;
	}
	
	.mainContentAreaSubArea dd {
		margin-bottom: 0px;
		padding-left: 8px;
		background-color: transparent;
		border: none;
	}
	
	dd .itemTitle {
		display: block;
		margin: 0px 0px 0px 0px;
		padding: 4px 8px 4px 34px;
		font-weight: bold;
		font-size: 14px;
		line-height: 18px;
	}
	dd .itemTitleNoCheckbox {
		padding: 4px 8px 4px 8px;
	}
	dd .itemTitle span {
		font-weight: normal;
		font-style: italic;
	}
	
	dd .itemSubTitle, dt .itemSubTitle {
		display: block;
		margin: 0px 0px 0px 0px;
		padding: 3px 8px 4px 34px;
		font-weight: bold;
		font-size: 13px;
		line-height: 18px;
	}
	dd.nested .itemSubTitle, dd.nestedTextbox .itemSubTitle {
		padding-left: 48px;
		font-weight: normal;
		color: #10388d;
	}
	dd.thumbnailItem .itemSubTitle {
		padding: 28px 8px 29px 115px;
		font-size: 16px;
		line-height: 20px;
	}
	
	dd.active {
		background-color: #fde7e7;
		border-color: #ff0000;
	}

	dd .checkBox, dt .checkBox {
		display: block;
		position: absolute;
		top: 0px;
		left: 0px;
		width: 26px;
		height: 26px;
		/* IE Hack */
		_height: 27px;
		background-color: #96aae0;
	}
	.formArea .dragList dd .checkBox, .formArea .dragList dt .checkBox {
		/* IE Hack */
		_height: 26px;
	}
	dd .checkBox input, dt .checkBox input {
		margin: 7px 0px 0px 6px;
		padding: 0px 0px 0px 0px;
		width: 13px;
		height: 13px;
	}
	dd.nested .checkBox {
		/* IE Hack */
		_height: 25px;
	}
	dd.nested .checkBox input {
		margin-top: 6px;
		/* IE Hack */
		_margin-top: 5px;
	}
	dd.nestedTextbox .checkBox {
		height: 31px;
	}
	dd .new, dt .new {
		background-color: #ff0000;
	}
	dd.active .checkBox {
		background-color: #ff0000;
	}
	
	dd .thumbnailImage {
		display: block;
		position: absolute;
		top: 5px;
		/* IE Hack */
		_top: 6px;
		left: 5px;
		width: 95px;
		height: 65px; 
		border: 1px solid #96aae0;
		overflow: hidden;
		background-repeat: no-repeat;
		background-position: center center;
	}
	
	dd a.itemMiniLink {
		display: block;
		position: absolute;
		top: 6px;
		left: 665px;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0x 0px;
		font-size: 11px;
		line-height: 14px;
	}
	
	dd a.deleteButton {
		display: block;
		position: absolute;
		top: 0px;
		left: 756px;
		width: 65px;
		background-color: #96aae0;
		color: #ffffff;
		font-weight: bold;
		font-size: 14px;
		line-height: 26px;
		/* IE Hack */
		_line-height: 27px;
		text-align: center;
		text-decoration: none;
	}
	.formArea dd a.deleteButton {
		left: 730px;
		font-size: 13px;
		line-height: 25px;
		/* IE Hack */
		_line-height: 26px;
	}
	
	dd a.deleteButton:visited {
		background-color: #96aae0;
		color: #ffffff;
		text-decoration: none;
	}
	dd a.deleteButton:hover {
		background-color: #ff0000;
		color: #ffffff;
		text-decoration: none;
	}
	.dragList dd a.deleteButton {
		top: 3px;
		left: 731px;
		width: 60px;
		line-height: 20px;
	}
	.formArea .dragList dd a.deleteButton {
		left: 705px;
	}
	
	dd a.removeButton {
		display: block;
		position: absolute;
		top: 0px;
		left: 730px;
		width: 65px;
		line-height: 26px;
		/* IE Hack */
		_line-height: 27px;
		background-color: #96aae0;
		color: #ffffff;
		font-weight: bold;
		font-size: 14px;
		text-align: center;
		text-decoration: none;
		cursor: pointer;
	}
	dd a.removeButton:visited {
		background-color: #96aae0;
		color: #ffffff;
		text-decoration: none;
	}
	dd a.removeButton:hover {
		background-color: #ff0000;
		color: #ffffff;
		text-decoration: none;
	}
	
	.dragList dd .dragHandle {
		display: block;
		position: absolute;
		top: 0px;
		left: 795px;
		width: 26px;
		height: 26px;
		background-color: #96aae0;
		background-image: url("/images/common/list_draghandle.gif");
		background-position: center center;
		background-repeat: no-repeat;
		cursor: move;
	}
	.formArea .dragList dd .dragHandle {
		left: 769px;
	}
	.dragList dd .dragHandle:visited {
		background-color: #96aae0;
	}
	.dragList dd .dragHandle:hover {
		background-color: #ff0000;
		background-image: url("/images/common/list_draghandle_active.gif");
	}
	.dragList dd.active .dragHandle {
		background-color: #ff0000;
		background-image: url("/images/common/list_draghandle_active.gif");
	}
	.dragList dd.thumbnailItem .dragHandle {
		height: 75px;
	}
	
	a.fullDragHandle {
		display: block;
		position: relative;
		color: #10388d;
		text-decoration: none;
		background-image: url("/images/common/list_draghandle_full.gif");
		background-repeat: no-repeat;
		background-position: right center;
		background-color: #f0f4ff;
		border: 1px solid #96aae0;
		cursor: move;
	}
	a.fullDragHandle:visited {
		color: #10388d;
		text-decoration: none;
		background-image: url("/images/common/list_draghandle_full.gif");
		background-color: #f0f4ff;
		border: 1px solid #96aae0;
	}
	a.fullDragHandle:hover {
		color: #ff0000;
		text-decoration: none;
		background-image: url("/images/common/list_draghandle_full_active.gif");
		background-color: #fde7e7;
		border: 1px solid #ff0000;
	}
	.active a.fullDragHandle {
		color: #ff0000;
		text-decoration: none;
		background-image: url("/images/common/list_draghandle_full_active.gif");
		background-color: #fde7e7;
		border: 1px solid #ff0000;
	}

/*
Polaroid listing elements
-------------------------
*/

	dl.fileList {
		margin: 0px 0px 0px 0px;
		padding: 8px 0px 0px 9px;
	}
	
	dl.fileList dd {
		position: relative;
		float: left;
		margin: 4px 1px 0px 0px;
		padding: 0px 2px 0px 0px;
		background-color: transparent;
		border: none;
		cursor: pointer;
	}
	
	dl.fileList dd.newRow {
		clear: both;
	}
	
	dl.fileList dd .polaroidTop {
		display: block;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		height: 17px;
		width: 205px;
		overflow: hidden;
		background-image: url("/images/listings/polaroid_top.gif");
		background-repeat: no-repeat;
	}
	
	dl.fileList dd .polaroidImage {
		display: block;
		position: relative;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		height: 150px;
		width: 205px;
		overflow: hidden;
		background-image: url("/images/listings/polaroid_top_tile.gif");
		background-repeat: repeat-y;
	}
	
	dl.fileList dd .polaroidImageHolder {
		display: block;
		position: relative;
		margin: 0px 0px 0px 16px;
		padding: 0px 0px 0px 0px;
		height: 150px;
		width: 172px;
		overflow: hidden;
		background-repeat: no-repeat;
		background-position: center center;
	}
	
	dl.fileList dd .polaroidImageHolder .polaroidShine {
		display: block;
		position: absolute;
		top: 0px;
		left: 0px;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		height: 74px;
		width: 172px;
		z-index: 10;
	}
	
	dl.fileList dd .polaroidTick {
		display: block;
		position: absolute;
		top: 40px;
		left: 50px;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		height: 103px;
		width: 103px;
		z-index: 20;
	}
	
	dl.fileList dd .polaroidNewFlash {
		display: block;
		position: absolute;
		top: 4px;
		left: 4px;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		height: 41px;
		width: 41px;
		z-index: 20;
	}
	dl.fileList dd .polaroidNewFlash strong {
		display: none;
	}
	
	dl.fileList dd .polaroidTitleTop {
		display: block;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		height: 10px;
		width: 205px;
		overflow: hidden;
		background-image: url("/images/listings/polaroid_top_tile_bottom.gif");
		background-repeat: no-repeat;
	}
	
	dl.fileList dd .polaroidTitle {
		display: block;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		min-height: 48px;
		/* IE Hack */
		_height: auto !important;
  		_height: 48px;
		width: 205px;
		background-image: url("/images/listings/polaroid_bottom_tile.gif");
		background-repeat: repeat-y;
		text-align: center;
		font-size: 12px;
		line-height: 15px;
		color: #10388d;
	}
	dl.fileList dd .polaroidTitle span {
		display: block;
		margin: 0px 10px 0px 10px;
	}
	
	dl.fileList dd .polaroidBottom {
		display: block;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		height: 8px;
		width: 205px;
		overflow: hidden;
		background-image: url("/images/listings/polaroid_bottom.gif");
		background-repeat: no-repeat;
	}
	
	dl.fileList dd .polaroidEdit {
		display: block;
		position: relative;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		cursor: pointer;
		color: #10388d;
		text-decoration: none;
	}
	dl.fileList dd .polaroidEdit:visited, dl.fileList dd .polaroidEdit:hover {
		color: #10388d;
		text-decoration: none;
	}
	
	dl.fileList dd .polaroidFaded {
		filter: alpha(opacity=35);
		-moz-opacity: 0.35;
		opacity: 0.35;
		width: 205px;
		height: 100%;
	}
	
	dl.fileList dd .polaroidDelete {
		display: block;
		position: absolute;
		top: 10px;
		left: 171px;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		height: 24px;
		width: 24px;
		z-index: 30;
	}
	dl.fileList dd .polaroidDelete span {
		display: none;
	}
	
	dl.fileList dd .polaroidEnvelope {
		display: block;
		position: absolute;
		top: 10px;
		left: 148px;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		height: 24px;
		width: 24px;
		z-index: 30;
	}
	dl.fileList dd .polaroidEnvelope span {
		display: none;
	}
	
	dl.fileList dd .polaroidPadlock {
		display: block;
		position: absolute;
		top: 10px;
		left: 171px;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		height: 24px;
		width: 24px;
		z-index: 30;
	}
	dl.fileList dd .polaroidPadlockIndent {
		left: 148px;
	}
	dl.fileList dd .polaroidPadlockEmailIndent {
		left: 125px;
	}
	dl.fileList dd .polaroidPadlock span {
		display: none;
	}

/*
Polaroid listing elements
-------------------------
*/

	dl.miniFileList {
		margin: 0px 0px 0px 0px;
		padding: 2px 0px 0px 11px;
	}
	
	dl.miniFileList dd {
		position: relative;
		float: left;
		margin: 0px 1px 8px 0px;
		padding: 0px 1px 0px 0px;
		background-color: transparent;
		border: none;
	}
	
	dl.miniFileList dd.newRow {
		clear: both;
	}
	
	dl.miniFileList dd .miniPolaroidTop {
		display: block;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		height: 10px;
		width: 116px;
		overflow: hidden;
		background-image: url("/images/listings/polaroid_mini_top.gif");
		background-repeat: no-repeat;
	}
	
	dl.miniFileList dd .miniPolaroidImage {
		display: block;
		position: relative;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		height: 85px;
		width: 116px;
		overflow: hidden;
		background-image: url("/images/listings/polaroid_mini_top_tile.gif");
		background-repeat: repeat-y;
	}
	
	dl.miniFileList dd .miniPolaroidImageHolder {
		display: block;
		position: relative;
		margin: 0px 0px 0px 10px;
		padding: 0px 0px 0px 0px;
		height: 85px;
		width: 96px;
		overflow: hidden;
		background-repeat: no-repeat;
		background-position: center center;
	}
	
	dl.miniFileList dd .miniPolaroidImageHolder .miniPolaroidShine {
		display: block;
		position: absolute;
		top: 0px;
		left: 0px;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		height: 44px;
		width: 96px;
		z-index: 10;
	}
	
	dl.miniFileList dd .miniPolaroidTitleTop {
		display: block;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		height: 5px;
		width: 116px;
		overflow: hidden;
		background-image: url("/images/listings/polaroid_mini_top_tile_bottom.gif");
		background-repeat: no-repeat;
	}
	
	dl.miniFileList dd .miniPolaroidTitle {
		display: block;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		min-height: 33px;
		/* IE Hack */
		_height: auto !important;
  		_height: 33px;
		width: 116px;
		background-image: url("/images/listings/polaroid_mini_bottom_tile.gif");
		background-repeat: repeat-y;
		text-align: center;
		font-size: 9px;
		line-height: 11px;
		color: #10388d;
	}
	dl.miniFileList dd .miniPolaroidTitle span {
		display: block;
		margin: 0px 8px 0px 8px;
	}
	
	dl.miniFileList dd .miniPolaroidBottom {
		display: block;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		height: 5px;
		width: 116px;
		overflow: hidden;
		background-image: url("/images/listings/polaroid_mini_bottom.gif");
		background-repeat: no-repeat;
	}
	
	dl.miniFileList dd .miniPolaroidDelete {
		display: block;
		position: absolute;
		top: 5px;
		left: 87px;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		height: 24px;
		width: 24px;
		z-index: 30;
		cursor: pointer;
	}
	dl.miniFileList dd .miniPolaroidDelete span {
		display: none;
	}
	