#popups {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.popupBG {
	height: 100%;
	width: 100%;
	background-color: #636363;
	z-index: 100000;
	filter: alpha(opacity=85);
	opacity: 0.85;
}

.popup {
	position: fixed;
	top: 200px;
	left: 50%;
	right: 50%;
	width: 450px;
	margin-left: -225px;
	z-index: 100002;
	background-image: url(pix/importantArrowDown.png);
	padding-bottom: 8px !important;
	background-repeat: no-repeat;
	background-position: center bottom;
	font-size: 1.1em;
}

.largePopup {
	width: 900px !important;
	margin-left: -450px !important;
	top: 100px !important;
}

.smallScreenPopup {
	width: 700px !important;
	top: 20px !important;
	margin-left: -350px !important;	
}

.popupInner {
	background-color: #01b686;
	color: #FFFFFF;
	padding: 8px 10px 12px 10px;
}

.popupShadow {
	position: fixed;
	top: 50%;
	background-image: url(pix/drop_shadow.png);
	padding-bottom: 8px !important;
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 100%;
	margin: auto;
	height: 58px;
	z-index: 100001;
}

a.btnClose {
	font-weight: bold;
	color: #ffffff;
	float: right;
	cursor: pointer;
}

a.btnClose:hover {
	color: #3a3a6d;
}

.popup .btn {
	background-color: #0e2a36;
	color: #ffffff !important;
	width: 100px;
	display: inline-block;
	margin: 20px 6px 8px 6px;
}

.popup .btn:hover {
	background-color: #20546b;
	color: #ffffff!important;
}

#timeoutCountdown {
	display: block;
	font-size: 1.8em;
	font-weight: 700;
}

.popupContent {
	text-align: center;
	padding-top: 30px;
}

.largePopup .popupContent{
	padding-top: 16px !important;
	padding-left: 18px !important;
	padding-right: 18px !important;
}

.popupTitle {
	text-align: left;
	text-transform: uppercase;
	font-size: 1.2em;
	padding-bottom: 14px;
}

.popupContent .sectionMenu {
	margin: -20px 40px 0px -8px;
}

.popupContent .sectionMenu li {
	float: left;
	color: #57ded3;
}

.popupContent .sectionMenu li a {
	color: #57ded3;
	border: 0px;
	background-color: transparent;
	cursor: pointer;
}

.popupContent .sectionMenu a.current {
	color: #FFFFFF;
	font-weight: bold;
	text-transform:uppercase;
}

.popupPanel {
	clear: both;
	min-height: 250px;
	text-align: left;
	padding-top: 6px;
}


.popupPanel .btn {
	width: auto !important;
	margin: 20px 0px 8px 0px !important;
}

.popupPanel input[type=file] {
	display: block;
}

.popupPanel .uploadTarget {
	background-color: #FFFFFF;
	margin: 0px 6px 6px 6px !important;
	height: 150px;
}

#fileList {
	height: 300px;
	overflow: auto;
}

#fileList span{
	display: block;
}

#fileList input[type=checkbox] {
	margin-right: 10px;
}

#fileList h1, #fileList h2, #fileList span {
	text-overflow: ellipsis;
	-ms-text-overflow:ellipsis;
	overflow: hidden;
	white-space:nowrap;	
	margin-right: 5px;
	background-image: url(pix/plus_minus.gif);
	background-repeat: no-repeat;
}

#fileList h1 {
	font-size: 1.05em;
}

#fileList h2 {
	font-size: 1em;
}

#fileList .lefel0 {
	padding-left: 16px;
	background-position: 2px 6px;		
}
#fileList .lefel1 {
	padding-left: 36px;
	background-position: 22px 6px;		
}
#fileList .lefel2 {
	padding-left: 56px;
	background-position: 42px 6px;		
}
#fileList .lefel3 {
	padding-left: 76px;
	background-position: 62px 6px;	
}

#fileList .lefel4 {
	padding-left: 96px;
	background: none;
}

#fileList .lefel5 {
	padding-left: 96px;
	background-position: 82px 6px;	
}

#fileList .userFile {
	padding-left: 116px;
	background: none;
}