/* General Appearance */

img { border: 0; margin: 0; padding:0; }
body { font-family: Verdana, sans-serif; font-size: 10pt; height: 100%; margin: 0; padding: 0; background-color: #F0F0C0; color: #202020; text-align: center; }
h1 { font-family: Verdana, sans-serif; font-size: 1.5em; margin-top: 8px; margin-bottom: 8px; }
a:link, a:visited { color: #000000; text-decoration: none; }
a:active, a:hover { color: #303030; text-decoration: underline; }
p { margin: 12px; }

td { font-family: Verdana, sans-serif; font-size: 10pt; white-space: nowrap; }

#WorkSpace { padding: 10px; border-collapse: collapse; border: 1px solid #505050; background-color: #B0C8D8; margin: 4px auto 10px auto; width: 746px; }


/* Task Area */

#TaskBar { float: left; width: 152px; height: 410px; position: relative; padding-left: 10px; }
ul.TaskItems { list-style-type: none; padding: 0; margin: 0; text-align:right; }
ul.TaskItems a { display: block; padding: 8px 8px 8px 0; height: 1.5em; border: 1px solid #B0C8D8; text-decoration: none; }
ul.TaskItems a:hover { background-color: #E8F0E8; border: 1px solid #505050; }
ul.TaskItems img { vertical-align: -2px; }
#UserInfo { width: 100%; padding: 2px; border: 0px; position: absolute; bottom: 0px; right: 0; text-align: center; }


/* Navigation Area */

#NavBar { padding: 0 0 10px 0; border: 0; width:100%; margin: 0 0 20px 0; position: relative; }
#LocationPath { position: absolute; top: 0px; left: 0; text-align:left; }
#NavButtons { position: absolute; top: 0px; right: 0; text-align:right; }


/* Directory Listing */

#FileList { width: 554px; margin-left: 182px; position:relative; }

#FLHeader { padding: 0; border-collapse: collapse; margin: 0; border: 0; background-color: #505050; color: #F0F0F0; font-weight: bold; }


#FLHeader th { width: 30px; text-align: center; padding-top: 3px; padding-bottom: 3px;}
#FLHeader th + th { width: 210px; text-align: left; }
#FLHeader th + th + th { width: 120px; text-align: center; }
#FLHeader th + th + th + th { width: 130px; text-align: center; }
#FLHeader th + th + th + th + th { width: 24px; text-align: center; }
#FLHeader th + th + th + th + th + th { width: 40px; text-align: center; }


#FLBody { overflow:auto; overflow-y:auto; overflow-x:hidden; height:400px; width:auto; border: 1px solid #505050; background-color: #E8F0E8; }
#FLBTable { padding: 0px; border-collapse: collapse; border: 0; background-color: #E8F0E8; margin:0px; }

#FLBTable tr { hover:expression(this.onmouseover=new Function("this.style.background='#B0C8D8';"),this.onmouseout=new Function("this.style.background='#E8F0E8';")); }
#FLBTable tr:hover { background-color: #B0C8D8; }


#FLBTable td { width: 30px; text-align: center; padding-top: 3px; padding-bottom: 3px; }
#FLBTable td + td { width: 210px; text-align: left; white-space: normal; }
#FLBTable td + td + td { width: 120px; text-align: center; }
#FLBTable td + td + td + td { width: 130px; text-align: center; }
#FLBTable td + td + td + td + td { width: 24px; text-align: center; }
#FLBTable td + td + td + td + td + td { width: 40px; text-align: center; }


.Sort { position: absolute; padding:10px; z-index: 10; background-color: #F0F0C0; border: 1px solid #505050; font-weight: normal; text-align:center; white-space: nowrap; }

#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:746px; height:32px; position: relative; }
#NoListLocationPath { position: absolute; top: 8px; left: 10px; text-align:left; }
#NoListNavButtons { position: absolute; top: 6px; right: 10px; text-align:right; }


/* Modal Dialogs */

.ModalBG { position: absolute; left: 0px; top: 0px; width:100%; height:100%; text-align:center; background-image:url("/WFMGreyOut.gif"); z-index: 10; }
.ModalDialog { border-collapse: collapse; background-color: #E8F0E8; padding: 0px; border: 1px solid #505050; margin: 60px auto auto auto; width: 370px; }
.UploadDialog { border-collapse: collapse; background-color: #E8F0E8; padding: 0px; border: 1px solid #505050; margin: 60px auto auto auto; width: 370px; }


/* Progress Indicator */

.ProgressBar { padding: 0px; border-collapse: collapse; margin: 10px auto 10px auto; border: 1px solid #505050; background-color: #B0C8D8; white-space: normal; width: 300px; }


/* Boxes */

.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:730px; }
.InfoBox td { padding: 2px; margin: 0px; border: 0px; }
.BoxHeader { background-color: #505050; text-align: center; color: #F0F0F0; font-weight: bold; padding: 2px; }
.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; }
.UCTable { margin-left: auto; margin-right: auto; margin-top: 8px; margin-top: 8px; }
.DomainOpt { }


#Footer { position: absolute; bottom: 0px; margin: 4px auto 4px auto; width: 100%; }

.clear:after { content: "."; display: block; height: 0; font-size: 0; clear:both; visibility: hidden; }
.clear { min-height: 1px; }
* html .clear { height: 1px; }

