/*
Copyright © 2010 Taiga Software LLC, Samuel Groves - all rights reserved
*/

#postattachmentarea {
	float: left;
	margin-left: 10px;
}

#newattachicon {
	float: left;
	margin-right: 8px;
}

#newattachareaouter.newattach_hide {
	display: none;
}

#newattachareaouter.newattach_show {
	position: absolute;
	min-width: 240px;
	bottom: 0;
	margin-left: 22px;
	z-index: 78;
}

#newattachareainner {
	float: left;
	padding: 6px 8px 8px 8px;
	border: 1px solid #444;
	background-color: #141414;
	-webkit-border-radius: 4px;	/* for safari */
	-moz-border-radius: 4px;	/* for firefox */
}

#newattachmentslabel {
	float: left;
	font-size: 13px;
}

.attachuploadcontainer_hide {
	display: none;
}

.attachuploadcontainer_show {
	float: left;
	clear: left;
	margin-top: 2px;
}

.attachuploadstuff_hide {
	display: none;
}

.attachmentnamecontainer {
	float: left;
	clear: left;
}

.attachmentcomplete {
	float: left;
}

.attachment_delete_button_hide {
	display: none;
}

.attachment_delete_button_show {
	float: left;
	margin: 2px 4px 0 2px;
}

.mac.gecko .attachpath, .linux.gecko .attachpath, .konqueror .attachpath {
	opacity: 0;
	position: absolute;
	margin: -2px 0 0 -4px;
	z-index: 85;
}

.win.gecko .attachpath {
	opacity: 0;
	position: absolute;
	margin: -2px 0 0 22px;
	z-index: 85;
}

.ie .attachpath {
	filter: alpha(opacity=0);
	position: absolute;
	margin: -2px 0 0 -4px;
	z-index: 85;
}

.webkit .attachpath {
	opacity: 0;
	position: absolute;
	margin: -2px 0 0 -8px;
	z-index: 85;
}

.opera .attachpath {
	opacity: 0;
	position: absolute;
	margin: 1px 0 0 8px;
	z-index: 85;
}

.attachuploadinput {
	float: left;
}

.attachuploadinputfield {
	width: 136px;
}

.attachuploadbuttonimage {
	float: left;
	margin-left: 4px;
}

.addattachment_hide, .attachouter_hide {
	display: none;
}

.addattachment_show {
	float: left;
	clear: left;
	margin: 2px 0 0 2px;
}

.hideattachmentcontainer {
	float: right;
	clear: both;
	margin: -8px -1px 0 0;
}


.attachmentprogresscontainer {
	float: left;
	clear: left;
	width: 230px;
}

.attachmentajaxspinner {
	float: left;
}

.attachmentprogressbarcontainer {
	float: left;
	height: 14px;
	margin: 4px 0 0 4px;
	width: 200px;
	background-color: #141414;
	border: 1px solid #3e6d8b;
}

.attachmentprogressbar {
	float: left;
	width: 1px;
	height: 100%;
	background-color: #3e6d8b;
}
