﻿/* ------------------------------------------------------------------------- */
/* XUI                                                                       */
/* ------------------------------------------------------------------------- */

.Application {
   background-color: white;
   margin: 0px;
   overflow: auto;
   padding: 0px;
}

/* The canvas addresses a redraw problem is Safari 3.1 and Chrome Beta */

.Canvas {
   position: absolute;
   top: 0;
   left: 0;
   bottom: 0;
   right: 0;
   z-index: -2;
}

.Desktop {
   margin: 0px;
   padding: 0px;
   position: absolute;
   top: 60px;
   width: 100%;
}

.Panel {
   margin: 0px;
   overflow: hidden;
   padding: 0px;
}

.Report {
   margin: 0px;
   padding: 60px;
   width: 8.5in;
}

/* ------------------------------------------------------------------------- */

.Inline {
   display: inline;
}

.InlineBlock {
   display: -moz-inline-box;
   display: inline-block;
}

.Hidden {
   display: none;
}

.CenteredText {
   text-align: center;
}

.Centered {
   margin-left: auto;
   margin-right: auto;
}

/* ------------------------------------------------------------------------- */

.LeftSpacer {
   margin-left: 2px;
}

.RightSpacer {
   margin-right: 2px;
}

.TopSpacer {
   margin-top: 2px;
}

.BottomSpacer {
   margin-bottom: 2px;
}

/* ------------------------------------------------------------------------- */

.DataField {
   display: none;
   color: white;
   background-color: white;
}

.Input {
   padding: 2px;
}

/* ------------------------------------------------------------------------- */

.Message {
   padding: 5px;
   text-align: center;
}

.MessageList {
   margin: 0px;
   text-align: left;
}

.MessageBox {
   width: 80%;
   padding: 5px;
   margin-top: 5px;
   margin-bottom: 10px;
}

/* ------------------------------------------------------------------------- */

.HelpLabel {
   display: -moz-inline-box;
   display: inline-block;
   cursor: help;
   padding-top: 4px;
   width: 18px;
   height: 18px;
   vertical-align: bottom;
}

/* ------------------------------------------------------------------------- */

.ActionIcon {
   cursor: pointer;
   border: solid white 0px;
   vertical-align: middle;
   margin-left: 2px;
   margin-right: 2px;
}

.Busy {
   display: -moz-inline-box;
   display: inline-block;
}

.Pending {
   display: -moz-inline-box;
   display: inline-block;
}

/* ------------------------------------------------------------------------- */

.PagerBusyMessage {
   background-color: lightgrey;
   line-height: 140%;
   text-align: right;
}

.PagerBar {
   padding-right: 5px;
   padding-bottom: 3px;
}

.PagerGoInput {
   margin: 0px;
   padding: 0px;
   padding-top: 2px;
   text-align: center;
   vertical-align: middle;
}

.PagerGoButton {
   height: 20px;
   padding: 0px;
   vertical-align: middle;
}

/* ------------------------------------------------------------------------- */

.Disclaimer {
   font-size: 0.8em;
   line-height: 0.9em;
}

.DisclaimerInfo {
   text-align: right;
}

.DisclaimerBox {
   margin-top: 2.0em;
   text-align: center;
}

.DisclaimerLabel {
   text-align: right;
   cursor: help;
}

/* ------------------------------------------------------------------------- */

.Footer {
   clear: both;
   border-top: solid lightGrey 1px;
   text-align: right;
   height: 20px;
   font-size: 8pt;
}

/* ------------------------------------------------------------------------- */

.Box {
   position: relative;
   border: solid lightGrey 1px;
   margin-bottom: 5px;
}

.BoxHeader {
   text-align: center;
   padding: 2px;
   font-weight: bold;
   text-transform: uppercase;
}

.BoxAccent {
   border-bottom: solid #FF6633 1px;
   margin-bottom: 2px;
}

.BoxGradient {
   background-image: url(/app/pkgs/xfw/images/BoxGradient.jpg);
   background-repeat: repeat-x;
}

.BoxContent {
   padding: 5px;
}

/* ------------------------------------------------------------------------- */

.TopLeftCorner-White {
   position: absolute;
   font-size: 2pt;
   top: 0px;
   left: 0px;
   width: 7px;
   height:7px;
   background-image: url(/app/pkgs/xfw/images/TopLeftCorner.White.gif);
   background-repeat: no-repeat;
}

.TopRightCorner-White {
   position: absolute;
   font-size: 2pt;
   top: 0px;
   right: 0px;
   width: 7px;
   height:7px;
   background-image: url(/app/pkgs/xfw/images/TopRightCorner.White.gif);
   background-repeat: no-repeat;
}

.BottomLeftCorner-White {
   position: absolute;
   font-size: 2pt;
   bottom: 0px;
   left: 0px;
   width: 7px;
   height:7px;
   background-image: url(/app/pkgs/xfw/images/BottomLeftCorner.White.gif);
   background-repeat: no-repeat;
}

.BottomRightCorner-White {
   position: absolute;
   font-size: 2pt;
   bottom: 0px;
   _bottom: -1px;
   right: 0px;
   _right: -1px;
   width: 7px;
   height:7px;
   background-image: url(/app/pkgs/xfw/images/BottomRightCorner.White.gif);
   background-repeat: no-repeat;
}

/* ------------------------------------------------------------------------- */

.TopLeftCorner-Blue {
   position: absolute;
   font-size: 2pt;
   top: 0px;
   left: 0px;
   width: 7px;
   height:7px;
   background-image: url(/app/pkgs/xfw/images/TopLeftCorner.Blue.gif);
   background-repeat: no-repeat;
}

.TopRightCorner-Blue {
   position: absolute;
   font-size: 2pt;
   top: 0px;
   right: 0px;
   width: 7px;
   height:7px;
   background-image: url(/app/pkgs/xfw/images/TopRightCorner.Blue.gif);
   background-repeat: no-repeat;
}

.BottomLeftCorner-Blue {
   position: absolute;
   font-size: 2pt;
   bottom: 0px;
   left: 0px;
   width: 7px;
   height:7px;
   background-image: url(/app/pkgs/xfw/images/BottomLeftCorner.Blue.gif);
   background-repeat: no-repeat;
}

.BottomRightCorner-Blue {
   position: absolute;
   font-size: 2pt;
   bottom: 0px;
   right: 0px;
   width: 7px;
   height:7px;
   background-image: url(/app/pkgs/xfw/images/BottomRightCorner.Blue.gif);
   background-repeat: no-repeat;
}

/* ------------------------------------------------------------------------- */

.TopLeftCorner-Gray {
   position: absolute;
   font-size: 2pt;
   top: 0px;
   left: 0px;
   width: 7px;
   height:7px;
   background-image: url(/app/pkgs/xfw/images/TopLeftCorner.Gray.gif);
   background-repeat: no-repeat;
}

.TopRightCorner-Gray {
   position: absolute;
   font-size: 2pt;
   top: 0px;
   right: 0px;
   _right: -1px;
   width: 7px;
   height:7px;
   background-image: url(/app/pkgs/xfw/images/TopRightCorner.Gray.gif);
   background-repeat: no-repeat;
}

.BottomLeftCorner-Gray {
   position: absolute;
   font-size: 2pt;
   bottom: 0px;
   _bottom: -1px;
   left: 0px;
   width: 7px;
   height:7px;
   background-image: url(/app/pkgs/xfw/images/BottomLeftCorner.Gray.gif);
   background-repeat: no-repeat;
}

.BottomRightCorner-Gray {
   position: absolute;
   font-size: 2pt;
   bottom: 0px;
   _bottom: -1px;
   right: 0px;
   _right: -1px;
   width: 7px;
   height:7px;
   background-image: url(/app/pkgs/xfw/images/BottomRightCorner.Gray.gif);
   background-repeat: no-repeat;
}

/* ------------------------------------------------------------------------- */

.TopLeftCorner-WhiteGrey {
   position: absolute;
   top: -1px;
   left: -1px;
   width: 10px;
   height: 10px;
   background-image: url(/app/pkgs/xfw/images/TopLeftCorner.WhiteGrey.gif);
   background-repeat: no-repeat;
}

.TopRightCorner-WhiteGrey {
   position: absolute;
   top: -1px;
   right: -1px;
   width: 10px;
   height: 10px;
   background-image: url(/app/pkgs/xfw/images/TopRightCorner.WhiteGrey.gif);
   background-repeat: no-repeat;
}

.BottomLeftCorner-WhiteGrey {
   position: absolute;
   bottom: -1px;
   left: -1px;
   width: 10px;
   height: 10px;
   background-image: url(/app/pkgs/xfw/images/BottomLeftCorner.WhiteGrey.gif);
   background-repeat: no-repeat;
}

.BottomRightCorner-WhiteGrey {
   position: absolute;
   bottom: -1px;
   right: -1px;
   width: 10px;
   height: 10px;
   background-image: url(/app/pkgs/xfw/images/BottomRightCorner.WhiteGrey.gif);
   background-repeat: no-repeat;
}

/* ------------------------------------------------------------------------- */

.TopLeftCorner-Trans {
   position: absolute;
   font-size: 2pt;
   top: 0px;
   left: 0px;
   width: 7px;
   height:7px;
   background-image: url(/app/pkgs/xfw/images/TopLeftCorner.Trans.gif);
   background-repeat: no-repeat;
}

.TopRightCorner-Trans {
   position: absolute;
   font-size: 2pt;
   top: 0px;
   right: 0px;
   _right: -1px;
   width: 7px;
   height:7px;
   background-image: url(/app/pkgs/xfw/images/TopRightCorner.Trans.gif);
   background-repeat: no-repeat;
}

.BottomLeftCorner-Trans {
   position: absolute;
   font-size: 2pt;
   bottom: 0px;
   _bottom: -1px;
   left: 0px;
   width: 7px;
   height:7px;
   background-image: url(/app/pkgs/xfw/images/BottomLeftCorner.Trans.gif);
   background-repeat: no-repeat;
}

.BottomRightCorner-Trans {
   position: absolute;
   font-size: 2pt;
   bottom: 0px;
   _bottom: -1px;
   right: 0px;
   _right: -1px;
   width: 7px;
   height:7px;
   background-image: url(/app/pkgs/xfw/images/BottomRightCorner.Trans.gif);
   background-repeat: no-repeat;
}

/* ------------------------------------------------------------------------- */

.TopLeftCorner {
   position: absolute;
   top: 0px;
   left: 0px;
}

.TopRightCorner {
   position: absolute;
   top: 0px;
   right: 0px;
}

.BottomLeftCorner {
   position: absolute;
   bottom: 0px;
   left: 0px;
}

.BottomRightCorner {
   position: absolute;
   bottom: 0px;
   right: 0px;
}

/* ------------------------------------------------------------------------- */
