/* General Appearance */

body {
	font-family:kara_sans_roundedregular,Verdana,sans-serif;
	-webkit-font-smoothing:antialiased;
	font-size:10pt;
	height:100%;
	margin:0;
	padding:0;
	background-image:url("/PaperTextureEdgeLeft.png"),url("/PaperTextureEdgeRight.png"),url("/PaperTexture.png");
	background-repeat:repeat-y,repeat-y,repeat;
	background-position:top left,top right,top left;
	background-size:100px 300px,100px 300px,300px 300px;
	background-color:#faf0d3;
	color:#005b8c;
	text-align:center;
}

img {
	border:0;
	margin:0;
	padding:0;
}

/*
a:link,a:visited {
	color:#005b8c;
	text-decoration:none;
}
*/

/*
a:active,a:hover {
	color:#005b8c;
	text-decoration:none;
}
*/

#Header {
	width:766px;
	border-collapse:collapse;
	text-align:left;
	margin:0px auto 0px auto;
	padding:10px;
}

#Header #filecenter {
	margin:0 0 0 75px;
}

#WorkSpace {
	padding: 10px 20px 20px 0;
	border-collapse:collapse;
	background-image:url("/PaperTextureBlue.png");
	background-color:#005a8c;
	margin:0 auto 0 auto;
	width:766px;
	box-shadow:0 0 10px #00273c;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius:10px;
	border-radius: 10px;
	color: #faf0d3;
}

#WorkSpace a:link,#WorkSpace a:visited {
	color:#faf0d3;
	text-decoration:none;
}

#WorkSpace a:active,#WorkSpace a:hover {
	color:#faf0d3;
	text-decoration:none;
}

#welcome-message {
	text-align: center;
}


/* Navigation Area */

#NavBar {
	display: inline-block;
	width: 100%;
	margin: 0;
	padding: 0 0 10px 0;
}

#LocationPath {
	float: left;
	padding: 0 0 10px 15px;
}

#LocationPath a:hover {
	text-decoration:none;
	text-shadow:0px 0px 5px #faf0d3;
}

#NavButtons {
	float: right;
}

/* Task Area */

#TaskBar {
	float:left;
	width: 25%;
	margin: 0;
	padding: 0;
 	text-align:center;
	overflow:hidden;
}

ul#TaskList {
	list-style-type:none;
	text-decoration: none;
	padding:0;
	margin:0;
	text-align:center;
	display:inline-block;
}

ul#TaskList a {
	text-decoration:none;
}

ul#TaskList a:hover {
	text-shadow:0px 0px 5px #faf0d3;
}

#Upload {
	background-image:url("/upload.gif");
	background-repeat:no-repeat;
	width:120px;
	height:120px;
	background-position:0,0;
	margin:0;
	text-align:center;
	display:block;
}

ul#TaskList li:hover {
}

ul#TaskList a:hover #Upload {
	background-position:-120px,0;
}

#NewFolder {
	background-image:url("/folder.gif");
	background-repeat:no-repeat;
	width:120px;
	height:104px;
	background-position:0,0;
	margin-top:20px;
	text-align:center;
	display:block;
}

ul#TaskList a:hover #NewFolder {
	background-position:-120px,0;
}

#Logout {
	background-image:url("/logout.gif");
	background-repeat:no-repeat;
	width:120px;
	height:120px;
	background-position:0,0;
	margin-top:20px;
	text-align:center;
	display:block;
}

ul#TaskList a:hover #Logout {
	background-position: -120px,0;
}

#changePassword {
	float:left;
	width:25%;
	margin:-35px 0 0 0;
	list-style-type:none;
	text-decoration: none;
	padding:0;
	text-align:center;
	display:inline-block;
}

div#changePassword a {
	text-decoration:none;
}

div#changePassword a:hover {
	text-shadow:0px 0px 5px #faf0d3;
}

div#changePassword a:hover #Password {
	background-position:-33px,0;
}

#Password {
	background-image:url("/password.gif");
	background-repeat:no-repeat;
	width:33px;
	height:34px;
	background-position:0,0;
	display:inline-block;
}

#PasswordText {
	font-size:8pt;
	vertical-align:top;
	padding:5px 0 0 0;
	display:inline-block;
}

/* Directory Listing */

#FileList {
	float: left;
	width: 75%;
	margin: 0;
	padding: 0;
	color:#005b8c;
	font-family:'Special Elite','Courier New',Courier,monospace;
	font-size:12pt;
}

#WorkSpace #FileList a {
	color:#005b8c;
}

.FLCols {
	padding:0;
	border-collapse:collapse;
	margin:0;
	border:0;
	table-layout:fixed;
	width:100%;
}

#FLHeader {
	color:#faf0d3;
	font-family:kara_sans_roundedregular,Verdana,sans-serif;
	font-size: 12pt;
}

#FLHeader td {
	padding:10px 0 10px 0;
}

#FLHeader td img {
	padding:3px 0 0 5px;
}


#FLBTable {
}

#FLBody {
	overflow:auto;
	overflow-y:auto;
	overflow-x:hidden;
	padding:10px 0 0 0;
	background-image:url("/PaperTexture.png");
	background-color:#faf0d2;
	color: #005b8c;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	-khtml-border-radius:7px;
	border-radius:7px;
	box-shadow:inset 0 0 10px #00273c;
}

.dirlistrow td {
	vertical-align:middle;
	overflow:visible !important;
}

.dirlistrow img {
	vertical-align:middle;
	margin:0;
	padding:0;
	border:0px solid #005a8c;
	overflow:visible;
}

.dirlistrow input {
	vertical-align:middle;
	padding:0px 2px 0px 2px;
	overflow:visible;
}

#FileList a:link,a:visited {
	text-decoration:none;
}

#FileList a:active,#FileList a:hover {
	text-decoration:underline;
}

#FLBTable tr:hover {
	background-color:rgba(235,190,0,0.15);
}

.FLCols td {
	width:30px;
	text-align:center;
	padding:7px 0 7px 0;
}

.FLCols td+td {
	width:254px;
	text-align:left;
	white-space:normal;
	word-wrap:break-word;
	text-wrap:normal;
	overflow:hidden;
}

.FLCols td+td+td {
	width:130px;
	text-align:center;
}

.FLCols td+td+td+td {
	width:130px;
	text-align:center;
}

.FLCols td+td+td+td+td {
	width:30px;
	text-align:left;
}

.FLCols td img {
	margin:-7px 0 0 0;
}

.FLCols td .sortImg {
	margin:-4px 0 0 0;
}

#ThumbTable td {
	width:277px;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	font-size:12pt;
	white-space:normal;
	word-wrap:break-word;
	text-wrap:normal;
	overflow:hidden;
}

#ThumbTable a:hover {
	text-decoration:none;
}

#ThumbTable div img {
	box-shadow:0px 0px 10px #00273c;
	margin-bottom:10px;
	padding:0;	
}

#ThumbTable div img:hover {
	cursor: pointer;
}

#FilenameSort, #SizeSort, #AgeSort {
	position:absolute;
	padding:10px;
	z-index:10;
	background-color:#faf0d3;
	background-image:url("/PaperTexture.png");
	background-repeat:repeat;
	border:2px solid #005b8c;
	font-weight:normal;
	white-space:nowrap;
	box-shadow:0 0 10px #00273c;
	list-style-type:none;
	padding:0;
	margin:0;
	text-align:left;
}

#FilenameSort a, #SizeSort a, #AgeSort a {
	display:block;
	padding:4px 4px 6px 4px;
	border:0;
	text-decoration:none;
	color:#005b8c;
}

#FilenameSort a:hover, #SizeSort a:hover, #AgeSort a:hover {
	background-color:#E8F0E8;
	background-image:url("/PaperTextureHighlight.png");
	background-repeat:repeat;
	text-decoration:none !important;
}

.FileActionMenu {
	position:absolute;
	padding:4px;
	z-index:5;
	background-color:#faf0d3;
	background-image:url("/PaperTexture.png");
	background-repeat:repeat;
	border:2px solid #005b8c;
	font-weight:normal;
	white-space:nowrap;
	box-shadow:0 0 10px #00273c;
}

.FileActionMenu img {
	vertical-align:-2px;
}

ul.FileActionMenu {
	list-style-type:none;
	padding:0;
	margin:0;
	text-align:left;
}

ul.FileActionMenu a {
	display:block;
	padding:4px 4px 6px 4px;
	height:1.2em;
	border:0;
	text-decoration:none;
	color:#005b8c;
}

ul.FileActionMenu a:hover {
	background-color:#E8F0E8;
	background-image:url("/PaperTextureHighlight.png");
	background-repeat:repeat;
}

/* #NoList {
	margin:4px auto 4px auto;
	position: relative;
}
*/
/* .NoListUploadBox {
	border:1px solid #505050;
	background-color:#E8F0E8;
	margin:8px auto 0 auto;
	border-collapse:collapse;
	width: 370px;
}
*/
/* .NoListNavBox {
	border:1px solid #505050;
	background-color:#E8F0E8;
	margin:8px auto 6px auto;
	border-collapse:collapse;
	width:766px;
	height:32px;
	position: relative;
}
*/
/* #NoListLocationPath {
	position:absolute;
	top:8px;
	left:10px;
	text-align: left;
}
*/
/* #NoListNavButtons {
	position:absolute;
	top:6px;
	right:10px;
	text-align: right;
}
*/

#MultiActionForm {
	margin:0;
	padding:0;
	border:0;
}

#MultiActionButtons {
	margin:0;
	padding:6px 0 0 0;
	border: 0;
}

/* Modal Dialogs */

#bgBlur {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	text-align:center;
	background-image:url("/WFMGreyOut.gif");
	z-index:10;
}

.ModalBG {
	position:absolute;
	width: 100%;
	top:0px;
	left: 0;
	right:0;
	margin: 0 auto 0 auto;
	overflow: hidden;
	text-align:center;
	z-index:15;
}

.ModalDialog {
	border-collapse:collapse;
	background-color:#faf0d3;
	background-image:url("/PaperTexture.png");
	background-repeat:repeat;
	border:5px solid #005b8c;
	font-weight:normal;
	font-size: 12pt;
	line-height: 1.25em;
	box-shadow:0 0 10px #00273c;
	padding:0 0 10px 0;
	margin:60px auto 60px auto;
	width:500px;
	color:#005b8c;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius:10px;
	border-radius:10px;
}

.UploadDialog {
	border-collapse:collapse;
	background-color:#faf0d3;
	background-image:url("/PaperTexture.png");
	background-repeat:repeat;
	border:5px solid #005b8c;
	font-weight:normal;
	font-size: 10pt;
	line-height: 12pt;
	box-shadow:0 0 10px #00273c;
	padding:0 0 10px 0;
	margin:60px auto 60px auto;
	width:700px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius:10px;
	border-radius:10px;
}

.UploadDialog img {
	display: none;
}

.UploadDialog #MultipleTip {
	display: block !important;
}

#PleaseWait .ModalDialog {
	width: 700px;
}

#Search input[type=text] {
	margin: 20px 0 0 0;
}

#MultipleTip {
	width: 85%;
	margin: 10px auto 10px auto;
	text-align: center;
}

#UCForm td {
	vertical-align: middle;
	white-space: normal !important;
	width: 50% !important;
}


#Login tr {
	margin: auto;
}

#Login .LabelCell {
	width:auto;
	padding: 5px 10px 5px 0;
	margin: 0;
}

#Login .FieldCell {
	width:auto;
	padding: 5px 0 5px 0;
	margin: 0;
}

#Login p {
	padding: 3px 0 3px 0;
}

/*
.LoginDialog {
	border-collapse:collapse;
	background-color:#faf0d3;
	background-image:url("/PaperTexture.png");
	background-repeat:repeat;
	border:5px solid #005b8c;
	font-weight:normal;
	font-size: 12pt;
	line-height: 25pt;
	box-shadow:0 0 10px #00273c;
	padding:0 0 10px 0;
	margin:20px auto auto auto;
	width:400px;
	color:#005b8c;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius:10px;
	border-radius:10px;
}
*/

.BoxContent a {
	display: block;
	padding: 10px 0 0 0;
	text-decoration: none;	
	color: #005b8c;
}

.BoxContent a:hover {
	text-decoration: none;
	text-shadow:0px 0px 5px rgba(0,91,140,0.5);
}

/* Progress Indicator */

#PleaseWait #PBarCell {
	background-color: #005b8c;
	background-image:url("/PaperTextureBlue.png");
}

.ProgressBar {
	padding:0;
	border-collapse:collapse;
	margin:30px auto 30px auto;
	border:2px solid #005b8c;
	background-color:#faf0d3;
	background-image:url("/PaperTextureHighlight.png");
	white-space:normal;
	width: 300px;
	box-shadow: 0 0 10px #00273c;
}

td.LabelCell {
	padding: 5px 10px 5px 35px;
	width: 50%;
	text-align: right;
}

td#CurrentFile, td#PercentComplete, td#TimeRemaining {
	font-family:'Special Elite','Courier New',Courier,monospace;
	padding: 5px 35px 5px 0;
	width: 50%;
	text-align: left;
}

/* Boxes */
/* .DisplayBox {
	border:1px solid #505050;
	background-color:#E8F0E8;
	margin-left:auto;
	margin-right:auto;
	border-collapse: collapse;
}
*/
/* .InfoBox {
	border:1px solid #505050;
	background-color:#E8F0E8;
	margin-left:auto;
	margin-right:auto;
	border-collapse:collapse;
	width: 350px;
}
*/
/* .WideInfoBox {
	border:1px solid #505050;
	background-color:#E8F0E8;
	margin-left:auto;
	margin-right:auto;
	border-collapse:collapse;
	width: 350px;
}
*/
/* .InfoBox td {
	padding:2px;
	margin:0px;
	border: 0px;
}
*/

.BoxHeader {
	background-color:#faf0d3;
	background-image:url("/PaperTextureBlue.png");
	background-repeat:repeat;
	text-align:center;
	color:#faf0d3;
	font-weight:bold;
	font-size:18pt;
	line-height: 18pt;
	padding:5px 0;
	margin:0 0 10px 0;
}

.BoxContent {
	padding:2px;
}

.BoxText {
	text-align:left;
	padding:2px;
}

.Minimal {
	padding:0px;
	border-collapse:collapse;
	margin-left:auto;
	margin-right:auto;
	border:0px;
}

.LabelCell {
	text-align:right;
	white-space:nowrap;
	padding:4px;
}

.FieldCell {
	text-align:left;
	white-space:nowrap;
	padding:4px;
}

.CenteredCell {
	text-align:center;
	white-space:normal;
	padding-left:20px;
	padding-right:20px;
}


#FileUploadForm {
	/* width:700px !important; */
}

.UCTable {
	margin-left:auto;
	margin-right:auto;
	margin-top:8px;
	margin-top:8px;
	/* width:700px !important; */
}

.UCTable tbody {
	/* width:700px !important; */
}

.UCTable tbody tr {
	/* width:700px !important; */
}

.DomainOpt {
}

input[type=button],input[type=submit] {
	background:transparent url("/PaperTextureBlue.png") repeat top;
	border:none;
	color:#faf0d3;
	font-family:kara_sans_roundedregular,Verdana,sans-serif;
	-webkit-font-smoothing:antialiased;
	font-size:14pt;
	line-height: 14pt;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	-khtml-border-radius:15px;
	border-radius:15px;
	box-shadow:0 0 7px #00273c;
	height:30px;
	padding:0 20px 0 20px;
	margin: 20px 20px 0 20px;
}

input:hover,input:hover {
	cursor:pointer;
}

input[type=text], input[type=password], textarea {
	font-family:'Special Elite','Courier New',Courier,monospace;
	font-size: 14pt;
	line-height: 1.2em;
	outline:none;
	background-image:url("/PaperTexture.png");
	color: #005b8c;
	padding: 5px 5px 0 5px;
	border: 2px solid #005b8c;
	box-shadow: 0 0 5px #b49b4f;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;

}

input[type=text]:focus, input[type=password]:focus, textarea:focus	 {
	background-image:url("/PaperTextureHighlight.png");
}


select {
	font-family:'Special Elite','Courier New',Courier,monospace;
	font-size: 14pt;
	line-height: 1.2em;
	padding: 5px 5px 0 5px;
	height: 1.5em;
	border: 2px solid #005b8c;
	outline-style: none;
	background-image:url("/PaperTexture.png");
	color: #005b8c;
	-webkit-appearance: menulist;
}

select:focus, select:active {
	background-image:url("/PaperTextureHighlight.png");
	outline-style: none;
}

input[type=file] {
	font-family:'Special Elite','Courier New',Courier,monospace;
	font-size: 14pt;
	outline-color:#005b8c;
	color: #005b8c;
	padding: 5px;
}

.regular-checkbox {
	-webkit-appearance: none;
	background-image: url("/WFMCheckbox.gif");
	background-position: left top;
	background-repeat: no-repeat;
	width: 19px;
	height: 19px;
	padding: 0;
	margin: 0;
	vertical-align: middle;
}

.regular-checkbox:checked {
	background-position: left -19px;
}

@-webkit-keyframes scaleBounce {
	0% 		{transform: scale(1,1);
			-ms-transform: scale(1,1);
			-webkit-transform: scale(1,1);
			-o-transform: scale(1,1);
			-moz-transform: scale(1,1);
			}
	50% 	{transform: scale(1.1,1.1);
			-ms-transform: scale(1.1,1.1);
			-webkit-transform: scale(1.1,1.1);
			-o-transform: scale(1.1,1.1);
			-moz-transform: scale(1.1,1.1);
			}
	100% 	{transform: scale(1,1);
			-ms-transform: scale(1,1);
			-webkit-transform: scale(1,1);
			-o-transform: scale(1,1);
			-moz-transform: scale(1,1);
			}
}
@-moz-keyframes scaleBounce {
	0% 		{transform: scale(1,1);
			-ms-transform: scale(1,1);
			-webkit-transform: scale(1,1);
			-o-transform: scale(1,1);
			-moz-transform: scale(1,1);
			}
	50% 	{transform: scale(1.1,1.1);
			-ms-transform: scale(1.1,1.1);
			-webkit-transform: scale(1.1,1.1);
			-o-transform: scale(1.1,1.1);
			-moz-transform: scale(1.1,1.1);
			}
	100% 	{transform: scale(1,1);
			-ms-transform: scale(1,1);
			-webkit-transform: scale(1,1);
			-o-transform: scale(1,1);
			-moz-transform: scale(1,1);
			}
}
@-o-keyframes scaleBounce {
	0% 		{transform: scale(1,1);
			-ms-transform: scale(1,1);
			-webkit-transform: scale(1,1);
			-o-transform: scale(1,1);
			-moz-transform: scale(1,1);
			}
	50% 	{transform: scale(1.1,1.1);
			-ms-transform: scale(1.1,1.1);
			-webkit-transform: scale(1.1,1.1);
			-o-transform: scale(1.1,1.1);
			-moz-transform: scale(1.1,1.1);
			}
	100% 	{transform: scale(1,1);
			-ms-transform: scale(1,1);
			-webkit-transform: scale(1,1);
			-o-transform: scale(1,1);
			-moz-transform: scale(1,1);
			}
}
@keyframes scaleBounce {
	0% 		{transform: scale(1,1);
			-ms-transform: scale(1,1);
			-webkit-transform: scale(1,1);
			-o-transform: scale(1,1);
			-moz-transform: scale(1,1);
			}
	50% 	{transform: scale(1.1,1.1);
			-ms-transform: scale(1.1,1.1);
			-webkit-transform: scale(1.1,1.1);
			-o-transform: scale(1.1,1.1);
			-moz-transform: scale(1.1,1.1);
			}
	100% 	{transform: scale(1,1);
			-ms-transform: scale(1,1);
			-webkit-transform: scale(1,1);
			-o-transform: scale(1,1);
			-moz-transform: scale(1,1);
			}
}

@-webkit-keyframes shrinkAway {
	0% 		{transform: scale(1,1);
			-ms-transform: scale(1,1);
			-webkit-transform: scale(1,1);
			-o-transform: scale(1,1);
			-moz-transform: scale(1,1);
			}
	100% 	{transform: scale(0,0);
			-ms-transform: scale(0,0);
			-webkit-transform: scale(0,0);
			-o-transform: scale(0,0);
			-moz-transform: scale(0,0);
			}
}
@-moz-keyframes shrinkAway {
	0% 		{transform: scale(1,1);
			-ms-transform: scale(1,1);
			-webkit-transform: scale(1,1);
			-o-transform: scale(1,1);
			-moz-transform: scale(1,1);
			}
	100% 	{transform: scale(0,0);
			-ms-transform: scale(0,0);
			-webkit-transform: scale(0,0);
			-o-transform: scale(0,0);
			-moz-transform: scale(0,0);
			}
}
@-o-keyframes shrinkAway {
	0% 		{transform: scale(1,1);
			-ms-transform: scale(1,1);
			-webkit-transform: scale(1,1);
			-o-transform: scale(1,1);
			-moz-transform: scale(1,1);
			}
	100% 	{transform: scale(0,0);
			-ms-transform: scale(0,0);
			-webkit-transform: scale(0,0);
			-o-transform: scale(0,0);
			-moz-transform: scale(0,0);
			}
}
@keyframes shrinkAway {
	0% 		{transform: scale(1,1);
			-ms-transform: scale(1,1);
			-webkit-transform: scale(1,1);
			-o-transform: scale(1,1);
			-moz-transform: scale(1,1);
			}
	100% 	{transform: scale(0,0);
			-ms-transform: scale(0,0);
			-webkit-transform: scale(0,0);
			-o-transform: scale(0,0);
			-moz-transform: scale(0,0);
			}
}

input:focus,
select:focus,
textarea:focus,
input[type=button]:hover,
input[type=submit]:hover,
#NavButtons a img:hover,
#ThumbTable td:hover,
.FileActionMenu {
	-webkit-animation: scaleBounce 0.5s;
	-moz-animation: scaleBounce 0.5s;
	-o-animation: scaleBounce 0.5s;
	animation: scaleBounce 0.5s;
}

.visible {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  
  -webkit-animation: scaleBounce 0.5s;
  -moz-animation: scaleBounce 0.5s;
  -o-animation: scaleBounce 0.5s;
  animation: scaleBounce 0.5s;

}

.hidden {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.33s ease;
  -moz-transition: all 0.33s ease;
  -ms-transition: all 0.33s ease;
  -o-transition: all 0.33s ease;
  transition: all 0.33s ease;
   
  -webkit-animation: shrinkAway 0.5s ease;
  -moz-animation: shrinkAway 0.5s ease;
  -o-animation: shrinkAway 0.5s ease;
  animation: shrinkAway 0.5s ease;
  
}

.visibleBlur {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
 }

.hiddenBlur {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.33s ease;
  -moz-transition: all 0.33s ease;
  -ms-transition: all 0.33s ease;
  -o-transition: all 0.33s ease;
  transition: all 0.33s ease;
}


#Footer {
	color:#005b8c;
	font-size: 8pt;
}

/* Sticky Footer */

* {
	margin:0;
}

html,body {
	height:100%;
}

.wrapper {
	min-height:100%;
	height:auto !important;
	height:100%;
	margin:0 auto -20pt;
}

#Footer,.push {
	height:30pt;
}

.clear:after {
	content:".";
	display:block;
	height:0;
	font-size:0;
	clear:both;
	visibility:hidden;
}

.clear {
	min-height:1px;
}

* html .clear {
	height: 1px;
}
