/* 
    Document   : Attachment
    Created on : Apr 15, 2009, 4:06:11 PM
    Author     : paul
    Description:
			used in mail message viewer, new message, calendar event.
*/
.attachmentPane {
	/* width: 100%; */
	clear:both;
	margin:0;
	padding:0;
	border-bottom:1px solid #E3E3AF;
	overflow-y: auto;
	overflow-x: hidden;
}

.attachmentPane {
	max-height: 4.8em;
	padding: 7px 12px 7px 12px;
}

.dj_ie .attachmentPane {
	min-height: 14px;
	padding-bottom: 5px;
}

.attachmentPane .attachment {
	white-space: nowrap;
	font-size: 11px;
	display: inline-block;
	margin-right: 10px;
}

.dj_ie .attachmentPane .attachment {
	display: inline;
}

.attachment .icon,
.attachment .fname,
.attachment .loading,
.attachment .filesize,
.attachment .remove {
	vertical-align: middle;
	display: inline-block;
}

.dj_ie .attachment .icon,
.dj_ie .attachment .fname,
.dj_ie .attachment .loading,
.dj_ie .attachment .filesize,
.dj_ie .attachment .remove {
	display: inline;
}

.attachment.uploaded span.fname {
	font-style: italic;
}

.attachment .remove {
	padding: 0px;
	border:none;
	cursor:pointer;
	margin: 0;
}

.attachment {
	font-size: 11px;
	color: #262626;
}

.remove {
	font-size: 10px;
	color: #1665A8;
}

.dj_ie .attachment .remove {
	padding-left: 5px;
	margin-left: 7px;
}

.dijitMenu .iwcAttachmentMenuItemLabel {
	text-decoration: none;
	color: #333;
}

