﻿/* ------------------------------------------------------------------------- */
/* Document                                                                  */
/* ------------------------------------------------------------------------- */

.DocumentTabs {
   width: 43.4em;
   margin-top: 0em;
   margin-left: auto;
   margin-right: auto;
   margin-bottom: 0em;
}

.DocumentHeading {
   line-height: 1.2em;
   padding: 0px;
}

.DocumentBar {
   text-align: center; 
   margin-top: 10px;
}

.DocumentEmbed {
   width: 43.4em;
   border-collapse: collapse;
   line-height: 5px;
   margin-left: auto;
   margin-right: auto;
}

/* ------------------------------------------------------------------------- */

.ProgressBox {
   position: relative; 
   text-align: center; 
   font-size: 0.8em;
   top: -2em;
}

.ProgressDisplay {
   position: relative;
   border: solid #FF6633 1px;
   font-style: italic;
   display: none;
   height: 18px;
   width: 300px;
   margin-top: 5px;
   margin-left: auto;
   margin-right: auto;
   padding:0px;
}

.ProgressWorking {
   position: absolute;
   background-color: #F8E9C6;
   color: #FF6633;
   top: 0px;
   left: 0px;
   height: 18px;
   width: 100%;
   padding-top: 1px;
   padding: 0px;
   text-align: center;
}

.ProgressMeter {
   position: absolute;
   background-color: #FF6633;
   color: white;
   top: 0px;
   left: 0px;
   height: 18px;
   width: 0px;
   padding-top: 1px;
   padding: 0px;
   text-align: center;
}

/* ------------------------------------------------------------------------- */

.TagCloudBox {
   margin-bottom: 30px;
}

.TagCloudHelp {
   text-align: right;
}

.TagCloudLabel {
   font-size: 0.8em;
   line-height: 0.9em;
   cursor: help;
}

.TagCloud {
   border: dashed lightgrey 1px;
   color: lightgrey;
   padding: 10px;
   line-height: 20pt;
   text-align: center;
}

/* ------------------------------------------------------------------------- */


