@import url('uploadify.css?_dc=1211221453');

body, ul, li, p, h1, h2, h3 {
	padding: 0;
	margin: 0;
}

ul {
	list-style: none;
}

html {
	height: 100%;
}

body {
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

.tlf {
	font: 10pt Arial;
}

.tlf .clear {
	clear: both;
	font-size: 0;
	line-height: 0;
}

.tlf .placeholder {
	color: #aaa;
}

.tlf .pad {
	padding: 10px;
}

#dialog.tlf {
	display: table-cell;
	vertical-align: middle;
}

#dialog.tlf .content {
	text-align: center;
	padding: 15px;
	font-size: 11pt;
	font-family: Verdana;
}

.ui-dialog {
	background: white;
	border: 8px solid #999999;
	border-radius: 5px;
	box-shadow: 1px 1px 2px 2px #2F2F2F;
	overflow: hidden;
	position: absolute;
}

.ui-dialog .close {
	background-image: url(image/close.png?_dc=1210311416);
	position: absolute;
	right: 3px;
	top: 3px;
	opacity: 0.5;
	cursor: pointer;
	height: 18px;
	width: 18px;
}

.ui-dialog .close:hover {
	opacity: 1;
}

.ui-dialog table {
	width: 100%;
	height: 100%;
	border-collapse: collapse;
}

.ui-dialog table th,
.ui-dialog table td {
	padding: 0;
}

.ui-dialog .ui-dialog-content {
}

.ui-tabs .ui-tabs-hide {
	display: none !important;
}

.ui-tabs .ui-tabs-panel {
	padding: 0;
}

.ui-widget-overlay {
	background: #5C5C5C;
	opacity: 0.7;
	filter: alpha(opacity = 70);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.item-content-file {
	-webkit-box-shadow: 0px 3px 7px -3px rgba(0,0,0,0.38);
	-moz-box-shadow: 0px 3px 7px -3px rgba(0,0,0,0.38);
	box-shadow: 0px 3px 7px -3px rgba(0,0,0,0.38);
	padding: 8px 16px;
	border-top: 1px solid #eee;
	margin-top: 10px;
	position: relative;
}
.item-content-file:hover {
	background: #f5f6f7;
}
.item-content-file .item-content-file-name {
	font-weight: 600;
}
.item-content-file .item-content-file-name a {
	display: block;
}

.item-content-file .item-content-file-type, .item-content-file .item-content-file-type a {
	color: #90949c;
	display: block;
	font-size: 12px;
}

.item-content-file .item-content-file-download {
	position: absolute;
	right: 18px;
	top: 17px;
}