label.hidden
{
	display: none;
}

table.swell-membership
{
	margin: 0 0 20px 0;
	border-collapse: collapse;
	
	border-width: 1px;
	border-style: solid;
	border-color: #dfdfdf;	
	width: 100%;
	
	border-radius: 3px;
	
}

table.swell-membership th
{
	font-family: Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif;
	font-size: 15px;
	font-weight: normal;
	height: 15px;
	line-height: 15px;
	color: rgb(70,70,70);
	
	background-color: rgb(241, 241, 241);
	background-image: -webkit-linear-gradient(top, 
	rgb(249, 249, 249), 
	rgb(236, 236, 236));
	
}

table.swell-membership td
{
	border-width: 1px 0;
	border-style: solid;
	border-color: #fff #dfdfdf #dfdfdf #dfdfdf;	
	background-color: #fcfcfc;
}

.swell-membership-download-list .icon
{
	width: 64px;
	text-align: left;
}

table.swell-membership .action
{
	width: 32px;
	text-align: left;
}

.swell-membership-download-list .attachment
{
	display: block;
	position: relative;
	width: 64px;
	height: 16px;
	padding: 64px 0 0 0;
	margin: 0 auto;
	background-image: url(images/icon_generic.png);
	background-repeat: no-repeat;
	text-align: center;
}

.swell-membership-download-list .attachment .name
{
	display: none;
}

.swell-membership-download-list .attachment:hover .name
{
	display: block;
	position: absolute;
	top: 20px;
	left: 32px;
	
	padding: 3px 10px;
	
	border-radius: 3px;
	opacity: 0.7;
	
	background-color: #000;
	color: #fff;
	font-weight: bold;
}

.swell-membership-download-list .attachment.pdf
{
	background-image: url(images/icon_pdf.png);
}

.swell-membership-download-list .attachment.doc,
.swell-membership-download-list .attachment.msword
{
	background-image: url(images/icon_doc.png);
}


table.swell-membership .categories label
{
	display: block;
}

/* 3.0 styles */
#swell_upload_ui
{
	padding: 10px 10px 10px 160px;
	min-height: 160px;
}

#swell_upload_area
{
	display: block;
	position: absolute;
	height: 119px;
	width: 119px;
	top: 10px;
	left: 10px;
	padding: 4px;
	border-width: 3px;
	border-style: dashed;
	border-color: #c1c1c1;
	background-color: transparent;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#swell_upload_area.active
{
	border-color: #b9eafb;
}

#swell_upload_area.hasfile
{
	min-height: 128px;
	height: auto;
	width: 128px;
	padding: 5px 0;
	border-style: solid;
	border-width: 1px;
	background-color: #fff;
}

#swell_upload_area p
{
	margin: 0;
}

#swell_upload_area p a.file
{
	display: block;
	position: relative;
	float: none;
	width: 128px;
	/*height: 16px;*/
	padding: 128px 0 0 0;
	margin: 0 auto;
	background-image: url(../../swell-admin/css/images/icon_generic.png);
	background-repeat: no-repeat;
	text-align: center;
}

#swell_upload_ui .checkbox
{
	background-color: transparent;
	padding: 0 0 3px 0;
}

#swell_upload_ui .checkbox input
{
	width: 1em;
	margin: 0 1em 0 0;
}


#swell_upload_area p a.remove
{
	top: 5px;
	right: 5px;
}

#swell_upload_area input
{
	width: 100px;
}

#content_secure_filesList_text,
#content_secure_file_listsList_text
{
	width: 140px;
}