
html {
}

/* General */
html {
  margin: 0;
  padding: 0;
  height: 100%
  }
body {
  font-family: Sans-Serif;
  font-size: 10pt;
  background: #efefed;
  color: #000000;
  margin: 0;
  padding: 0;
  }
a {
  color: black;
  }
a:hover {
  color: #4040A0;
  }
img {
  border: none;
  }
table {
  font-size: inherit;
  }
td {
  font-size: 10pt;
  }

/* general page object formating */
h1 {
  text-align: center;
  font-size: 14pt;
  font-weight: bold;
  }
h2 {
  text-align: center;
  font-size: 12pt;
  font-weight: bold;
  margin: 0;
  padding: 1px;
  }
h3 {
  text-align: left;
  font-size: 12pt;
  font-weight: bold;
  margin: 0;
  padding: 1px;
  }
h4 {
  text-align: left;
  font-size: 10pt;
  font-weight: bold;
  margin: 0;
  padding: 0;
  }
.errorMessage {
  text-align: center;
  font-size: 12pt;
  font-weight: bold;
  font-style: italic;
  }
.disabled, .disabled table {
  color: #808080;
  }
.disabled a {
  color: #808080;
  }
.whiteBack {
  background: #ffffff;
  }
.red {
  color: #ff0000;
  }
.green {
  color: #009900;
  }
.blue {
  color: #000088;
  }
.blink {
  text-decoration: blink;
  }
.on {
  display: on;
  }
.off {
  display: none;
  }
.busyBanner {
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: #ededed;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  text-align: center;
  vertical-align: middle;
  display: none;
  }
.clear {
  clear: both;
}
.waitingDisplay {
  position: absolute;
  top: 0px;
  right: 0px;
  color: white;
  background: red;
  font-weight: bold;
}

.layoutTable {
  margin: 0;
  padding: 0;
  border-spacing: 0;
  border-collapse: collapse;
  }
.layoutTable td {
  margin: 0;
  padding: 0;
  }

/* form page formating */
.requiredMark {
  font-weight: bold;
  color: red !important;
  }
.errorCell {
  border: 2px solid red;
  }
.small, .small td {
  font-size: 8pt;
  }
.large, .large td {
  font-size: 12pt;
  }
.label {
  margin: 0;
  padding: 2px;
  vertical-align: top;
  }
.labelBox {
  border-spacing: 0;
  border-collapse: collapse;
  }
.labelBox td {
  margin: 2px;
  }

.titleBox {
  border-spacing: 0;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  }
.titleBox th {
  font-size: 10pt;
  font-weight: normal;
  margin: 0;
  padding: 2px;
  text-align: left;
  }


/* color select formating */
.colorSelect .chooserTable {
  border: 2px solid #777777;
  background-color: #ededed;
  border-spacing: 0;
}
.colorSelect .chooserTable td{
  padding: 2px;
}
.colorSelect .chart {
  width: 121px;
  height: 121px;
  background: transparent url(../common/hsChart.png) no-repeat top left; 
}
.colorSelect .chartChooser {
  cursor: pointer;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 11px;
  height: 11px;
  overflow: hidden;
  background: transparent url(../common/chooser.gif) no-repeat top left; 
}
.colorSelect .slider {
  padding: 0;
  margin: 0;
  border-collapse: collapse;
  border-spacing: 0;
}
.colorSelect .slider td {
  padding: 0;
  margin: 0;
  height: 1px;
  width: 10px;
}
.colorSelect .sliderBar {
  cursor: pointer;
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 0;
  margin: 0;
  height: 3px;
  width: 14px;
  overflow: hidden;
  background: #000000;
}
.colorSelect .colorSample {
  width: 75px;
  height: 75px;
}
.colorSelect .colorValue {
  margin: 4px 0 0 0;
  width: 75px;
}

/* list pages formating */
.filterBox {
  border-spacing: 0;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  }
.filterBox th {
  font-size: 12pt;
  margin: 0;
  padding: 0;
  text-align: left;
  }
.filterBox th.right {
  text-align: right;
  }

.listGUI {
  padding: 1em 0;
  margin-left: auto;
  margin-right: auto;
  }
  
.listGUI .pageList {
  width: 100%;
  }
.listGUI .pageList .previousPage {
  text-align: left;
  font-weight: bold;
  }
.listGUI .pageList .nextPage {
  text-align: right;
  font-weight: bold;
  }
.listGUI .pageList .pageNumbers {
  text-align: center;
  white-space: nowrap;
  }
.listGUI .pageList .disabled {
  color: #aaaaaa;
  }
.listGUI .empty {
  font-weight: bold;
  }
.listGUI .noRecordsMessage, .listGUI .addNewMessage, .listGUI .addNewButton {
  text-align: center;
  padding: 5px;
  margin: 0;
  }
.listGUI .addNewMessage {
  font-weight: bold;
  font-size: 12pt;
  }
.listGUI .recordList {
  }
.listGUI .recordList .disabled {
  color: #808080;
  }
.listGUI .recordList .disabled a {
  color: #808080;
  }
.listGUI .recordList .disabled a:hover {
  color: #8494bd;
  }
.listGUI .recordList th {
  font-size: 10pt;
  padding: 2px 4px;
  }
.listGUI .recordList th.numbering {
  background: none;
  text-align: right;
  }
.listGUI .recordList th a {
  text-decoration: none;
  }
.listGUI .recordList .numbering {
  background: none;
  text-align: right;
  }
.listGUI .recordList .menu {
  text-align: right;
  vertical-align: top;
  white-space: nowrap;
  }
.listGUI .recordList .colFooter {
  text-align: center;
  font-weight: bold;
  white-space: nowrap;
  }
.listGUI .recordList .menuFooter {
  font-size: 8pt;
  text-align: right;
  white-space: nowrap;
  }
.listGUI .recordList .columnMoveLeft {
  background: transparent url(../common/left.gif) no-repeat top right; 
  width: 10px;
  height: 11px;
  }
.listGUI .recordList .columnMoveRight {
  background: transparent url(../common/right.gif) no-repeat top left; 
  width: 10px;
  height: 11px;
  }
.listGUI .recordList .columnHide {
  color: #ffffff;
  text-decoration: none;
  font-size: 9pt;
  font-weight: bold;
  }
.listGUI .recordList .columnShow {
  background: transparent url(../common/show.gif) no-repeat top left; 
  width: 15px;
  height: 11px;
  }
.listGUI .recordList .actionList {
  width: 100%;
  }
.listGUI .recordList td.cell {
  padding: 0 2px;
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
  background: #ffffff;
  }

.listGUI .recordList .hierarchyElement {
  padding: 0;
  margin: 0;
  background: none;
  vertical-align: top;
  }
.listGUI .recordList td.left, .listGUI .recordList th.left {
  text-align: left;
  }
.listGUI .recordList td.center, .listGUI .recordList th.center {
  text-align: center;
  }
.listGUI .recordList td.right, .listGUI .recordList th.right {
  text-align: right;
  }
.listGUI .recordList td.top, .listGUI .recordList th.top {
  vertical-align: top;
  }
.listGUI .recordList td.middle, .listGUI .recordList th.middle {
  vertical-align: middle;
  }
.listGUI .recordList td.bottom, .listGUI .recordList th.bottom {
  vertical-align: bottom;
  }
.listGUI .recordList td.wrap {
  white-space: normal;
  }

.listGUI .displayList {
  }
.listGUI .displayList th {
  font-size: 10pt;
  padding: 2px 4px;
  }
.listGUI .displayList th.numbering {
  background: none;
  text-align: right;
  }
.listGUI .displayList th a {
  text-decoration: none;
  }
.listGUI .displayList .numbering {
  background: none;
  color: #000000;
  text-align: right;
  }
.listGUI .displayList td {
  padding: 0 2px;
  text-align: left;
  vertical-align: middle;
  white-space: nowrap;
  }
.listGUI .displayList td.wrap {
  white-space: normal;
  }
  
.listGUI .jumpTo {
  margin-left: auto;
  margin-right: auto;
  }

/* menu formating */
.sideMenuTop {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../html/common/sideTop.png',sizingMethod='crop');
  background-image: none;
  }
html > .sideMenuTop {
  background-image: url(../common/sideTop.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  }
.sideMenuBottom {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../html/common/sideBottom.png',sizingMethod='crop');
  background-image: none;
  }
html > .sideMenuBottom {
  background-image: url(../common/sideBottom.png);
  background-repeat: no-repeat;
  }
.sideMenuSmall {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../html/common/sideTopSmall.png',sizingMethod='crop');
  background-image: none;
}
html > .sideMenuSmall, html > .sideMenuSmallASP {
  background-image: url(../common/sideTopSmall.png);
  background-repeat: no-repeat;
}
.sideMenu, .sideMenuSmall {
  margin: 0;
  padding: 0;
  }
.sideMenu .container {
  margin: 0;
  padding: 0 0 1px 0;
  width: 177px;
  overflow-x: hidden;
  overflow-y: visible;
  }
.sideMenu .expandCollapse {
  margin: 0px 5px 0 0;
  float: right;
}
.sideMenuSmall .expandCollapse {
  position: absolute;
  top: 14px;
  left: 3px;
}
.sideMenu h1 {
  font-size: 11pt;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  padding: 14px 0 0 0;
  width: 177px;
}
.sideMenuSmall h1 {
  margin: 0;
  height: 18px;
  width: 23px;
}
.sideMenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sideMenu ul li {
  padding: 0 0 0 18px;
  font-weight: bold;
}
.sideMenu ul li.expandable ul, ul li.collapsible ul, .sideMenu ul li.heading ul {
  list-style: disc;
  padding: 0 0 0 18px;
  margin: 0;
}
.sideMenu ul li.expandable ul li, ul li.collapsible ul li, .sideMenu ul li.heading ul li {
  padding: 0;
  margin: 0;
}
.sideMenu ul li.expandable ul, .sideMenu ul li.expandable hr {
  display: none;
}
.sideMenu li.collapsible ul, .sideMenu li.collapsible hr {
  display: block;
}
.sideMenu .bottomBack {
  height: 100%;
  width: 177px;
  text-align: center;
  overflow: hidden;
}
.sideMenu .userInfo {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 2px;
  color: #000000;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../html/common/sideShade.png',sizingMethod='scale');
  background-image: none;
  }
html > .sideMenu .userInfo {
  background-image: url(../common/sideShade.png);
  background-repeat: repeat;
  }
.sideMenu a {
  text-decoration: none;
  }
.sideMenu a {
  font-size: 9pt;
  }
.sideMenu .calendar {
  margin: 16px 0;
}
.sideMenu .calendar td {
  height: 18px; 
  }
.sideMenu .calendar .cell {
  width: 18px; 
  }
.sideMenu hr {
  border: 0;
  height: 2px;
  margin: 6px 8px;
  color: #ffffff;
  background-color: #ffffff;
  opacity: 0.5;
  filter: Alpha(Opacity=50);
  }
.sideMenu li.expandable hr, li.collapsible hr {
  margin: 6px 8px 6px 0;
}

.topMenu, .topMenuSmall {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../html/common/topGradient.png',sizingMethod='scale');
  background-image: none;
  }
html > .topMenu {
  background-image: url(../common/topGradient.png);
  background-repeat: repeat-x;
  }
  
html > .topMenuSmall {
  background-image: url(../common/topGradientSmall.png);
  background-repeat: repeat-x;
  }
.topMenu .logoDiv {
  overflow: hidden;
  width: 175px;
  height: 65px;
  }
.topMenuSmall .logoDiv {
  overflow: hidden;
  width: 117px;
  height: 23px;
  }

.topMenu table, .topMenuSmall table {
  padding: 0;
  margin: 0;
  border-collapse: collapse;
  border-spacing: 0;
  }
.topMenu td, .topMenuSmall td {
  padding: 0;
  margin: 0;
  }
.topMenu .menuActions, .topMenu .menuDebugActions {
  padding: 0;
  margin: 0 2px 0 0;
  float: right;
  clear: right;
  }
.topMenuSmall .menuActions, .topMenuSmall .menuDebugActions {
  float: right;
  padding: 0;
  margin: 0 18px 0 0;
  }
.topMenu .menuActions td.spacer, .topMenuSmall .menuActions td.spacer {
  padding: 1px 1px 0 0;
  }
.topMenu .menuActions td.spacer, .topMenuSmall .menuActions td.spacer {
  padding: 0 3px;
  }
.topMenu .menuActions a, .topMenuSmall .menuActions a {
  text-decoration: none;
  font-weight: bold;
  }
.topMenu .navigation td, .topMenuSmall .navigation td {
  cursor: pointer;
  font-size: 10pt;
  font-weight: 900;
  line-height: 80%;
  text-align: center;
  vertical-align: middle;
  padding: 0 4px;
  }
.topMenu .navigation td {
  height: 70px;
  width: 60px;
  }
.topMenuSmall .navigation td {
  height: 23px;
  padding: 0 8px;
  }

.topMenu .menuTabRejected, .topMenuSmall .menuTabRejected, .topMenu .menuTabOver, .topMenuSmall .menuTabOver, .topMenu .menuTabSelected, .topMenuSmall .menuTabSelected {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../html/common/topGradient.png',sizingMethod='scale');
  background-image: none;
  }
.topMenu .menuTabOverLimited, .topMenuSmall menuTabOverLimited {
  text-decoration: underline;
  background-image: none;
  }
.topMenu .menuTabSelectedLimited, .topMenuSmall .menuTabSelectedLimited {
  text-decoration: none;
  background-image: none;
  }
html > .topMenu .menuTabRejected, html > .topMenu .menuTabOver, html > .topMenu .menuTabSelected {
  background-image: url(../common/topGradient.png);
  background-repeat: repeat-x
  }
  html > .topMenu .menuTabRejected, html > .topMenu .menuTabOver, html > .topMenu .menuTabSelected {
  background-image: url(../common/topGradient.png);
  background-repeat: repeat-x
  }
html > .topMenuSmall .menuTabRejected, html > .topMenuSmall .menuTabOver, html > .topMenuSmall .menuTabSelected {
  background-image: url(../common/topGradientSmall.png);
  background-repeat: repeat-x
  }

.arrowLeft {
  background: transparent url(../common/default/left.gif) no-repeat top left; 
  width: 16px;
  height: 16px;
  }
.arrowRight {
  background: transparent url(../common/default/right.gif) no-repeat top left; 
  width: 16px;
  height: 16px;
  }
.arrowUp {
  background: transparent url(../common/default/up.gif) no-repeat top left; 
  width: 16px;
  height: 16px;
  }
.arrowDown {
  background: transparent url(../common/default/down.gif) no-repeat top left; 
  width: 16px;
  height: 16px;
  }

/* timesheet formating */
.tsGUI {
  }
.tsGUI .timesheet th {
  padding: 2px 4px;
  font-size: 10pt;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  }
.tsGUI .timesheet .filterHeading {
  padding: 2px 4px;
  font-size: 10pt;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  }
.tsGUI .timesheet .filterTitle {
  text-align: center;
  float: left;
  }
.tsGUI .timesheet .filterImage {
  text-align: right;
  float: right;
 }    
.tsGUI .timesheet .weekday {
  font-weight: normal;
  }
.tsGUI .timesheet .holiday {
  font-weight: normal;
  }

.tsGUI .timesheet .evenRow td, .tsGUI .timesheet .oddRow td {
  padding: 0 2px;
  }
.tsGUI .timesheet td.right {
  text-align: right;
  }
.tsGUI .timesheet .etcCell td {
  background: none;
  }
.tsGUI .timesheet .evenRow td.cell, .tsGUI .timesheet .evenRow td.inOutCell, .tsGUI .timesheet .oddRow td.cell, .tsGUI .timesheet .oddRow td.inOutCell {  
  background: none;
  vertical-align: top;
  text-align: center;
  }
.tsGUI .timesheet .evenRow td.cell, .tsGUI .timesheet .oddRow td.cell {  
  width: 42px;
  }
.tsGUI .timesheet .disabled td.cell, .tsGUI .timesheet .disabled td.cell {  
  text-align: right;
  white-space: nowrap;
  background: #cccccc
  }
.tsGUI .timesheet .evenRow td.textCell, .tsGUI .timesheet .oddRow td.textCell {  
  background: #ffffff;
  text-align: right;
  width: 42px;
  vertical-align: top;
  }
.tsGUI .timesheet .evenRow td.wideCentered, .tsGUI .timesheet .oddRow td.wideCentered {
  width: 60px;
  text-align: center;
  vertical-align: middle;
  }
.tsGUI .timesheet .disabled td.textCell {  
  background: #cccccc;
  white-space: nowrap;
  }
.tsGUI .timesheet .taskTimeOffFooter {
  text-align: left;
  }
.tsGUI .timesheet .dayHeaderRow td {
  background: #ffffff;
  font-weight: bold;
  }
.tsGUI .timesheet .dayHeaderRow td.clear {
  background-color: transparent;
  }
.tsGUI .timesheet .infoRow td {
  background: #ffffff;
  }
.tsGUI .timesheet .infoRow td.clear {
  background-color: transparent;
  }
.tsGUI .timesheet .infoRow td.conflict {
  color: #cf122e;
  }
.tsGUI .timesheet .dayTotalRow td {
  font-weight: bold;
  }
.tsGUI .timesheet .dayTotalRow td.clear {
  background-color: transparent;
  }
.tsGUI .timesheet .infoRow td.right, .tsGUI .timesheet .dayTotalRow td.right {
  text-align: right;
  }
.tsGUI .timesheet .columnTotalRow td {
  text-align: right;
  font-weight: bold;
  }
.tsGUI .timesheet .columnTotalRow td.clear {
  background: transparent;
  }
.tsGUI .timesheet .columnTotalRow td.left {
  text-align: left;
  }
.tsGUI .timesheet .columnTotalRow td.cell {
  background: none;
  font-weight: bold;
  padding: 0;
  text-align: center;
  }
.tsGUI .timesheet .columnTotalRow td.textCell {
  background: #ffffff;
  color: #000000;
  text-align: right;
  font-weight: bold;
  }
.tsGUI .timesheet .clear {
  background: none;
  }
.tsGUI .cellInfoBar {
  width: 100%;
  }
.tsGUI .commentView {
  margin: 2px;
  }
.tsGUI .commentView th {
  font-size: 10pt;
  font-weight: bold;
  }
.tsGUI .commentTable, .tsGUI .approvalDetailsTable {
  margin: 2px;
  }
.tsGUI .commentTable th, .tsGUI .approvalDetailsTable th {
  font-size: 10pt;
  font-weight: bold;
  }
.tsGUI .commentTable td, .tsGUI .approvalDetailsTable td {
  background: #ffffff;
  }
  
/* timesheet summary table */
.tsGUI .summaryTable th {
  padding: 2px 4px;
  font-size: 10pt;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  }
.tsGUI .summarytable td.textCell.left {  
  background: #ffffff;
  text-align: left;
  width: 42px;
  vertical-align: top;
  }
.tsGUI .summarytable td.textCell.right {  
  background: #ffffff;
  text-align: right;
  width: 42px;
  vertical-align: top;
  }
.tsGUI .summaryTable .columnTotal td {
  text-align: right;
  font-weight: bold;
  background: #c0c0c0;
  }
 
.tsGUI_print {
  background: #ffffff;
  }
.tsGUI_print, .tsGUI_print td, .tsGUI_print th {
  font-size: 0.9em;
  }
.tsGUI_print h3 {
  font-size: 1.3em;
  }
.tsGUI_print .timesheet {
  margin: 2px;
  border-spacing: 0;
  border-collapse: collapse;
  }
.tsGUI_print .timesheet td, .tsGUI_print .timesheet th, .tsGUI_print .summaryTable th {
  border: solid #000000 1px;
  margin: 0;
  padding: 1px 2px;
  vertical-align: top;
  }
.tsGUI_print .timesheet th, .tsGUI_print .commentTable th, .tsGUI_print .approvalDetailsTable th, .tsGUI_print .summaryTable th {
  background: #666666;
  color: #ffffff;
  padding: 2px 4px;
  }
.tsGUI_print .timesheet .textCell, .tsGUI_print .summaryTable td.textCell.right {  
  text-align: right;
  white-space: nowrap;
  width: 42px;
  }
.tsGUI_print .timesheet .etcCell td {
  border: none;
  }
.tsGUI_print .timesheet .columnTotalRow td.textCell, .summaryTable .columnTotal td {
  font-weight: bold;
  }
.tsGUI_print .timesheet .dayHeaderRow td {
  background: #e6e6e6;
  }
.tsGUI_print .timesheet .columnTotalRow td, .tsGUI_print .summaryTable .columnTotal td {
  background: #e6e6e6;
  }
.tsGUI_print .timesheet .infoRow td.right, .tsGUI_print .timesheet .dayTotalRow td.right, .summaryTable .columnTotal td {
  text-align: right;
  }
.tsGUI_print .timesheet .clear {
  border: none;
  }
.tsGUI_print .commentTable, .tsGUI_print .approvalDetailsTable, .tsGUI_print .summaryTable {
  margin: 2px;
  border-spacing: 0;
  border-collapse: collapse;
  }
.tsGUI_print .commentTable td, .tsGUI_print .commentTable th, .tsGUI_print .approvalDetailsTable td, .tsGUI_print .approvalDetailsTable th, .tsGUI_print .summaryTable td {
  border: solid #000000 1px;
  margin: 0;
  vertical-align: top;
  }
.tsGUI_print .commentTable td, .tsGUI_print .approvalDetailsTable td, .tsGUI_print .summaryTable td {
  padding: 1px 2px;
  }

#stopwatchCursor {
  font-size: 10pt;
  font-weight: bold;
}  

  
/* expense sheet formating */
.expGUI .expense th, .expGUI .summaryTable th {
  padding: 2px 4px;
  font-size: 10pt;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  }
.expGUI .summaryTable td, .expGUI .expense td.cell {
  padding: 0 2px;
  background: #ffffff;
  }
.expGUI .expense td {
  white-space: nowrap;
  }
.expGUI .expense td.right, .expGUI .summaryTable td.right {
  text-align: right;
  }
.expGUI .expense td.center {
  text-align: center;
  }
.expGUI .expense .disabled td.cell {
  background: #cccccc;
  }
.expGUI .expense .menu {
  text-align: center;
  }
.expGUI .expense .clear, .expGUI .expense .clear td, .expGUI .summaryTable .clear, .expGUI .summaryTable .clear td {
  background: none;
  }
.expGUI .expense td.actionBar {
  padding: 2px;
  }
.expGUI .summaryTable .clientTotalRow td {
  background: #e0e0e0;
  text-align: right;
  font-weight: bold;
  }
.expGUI .summaryTable .totalRow td {
  background: #c0c0c0;
  text-align: right;
  font-weight: bold;
  }
.expGUI .approvalDetailsTable {
  margin: 2px;
  }
.expGUI .approvalDetailsTable th {
  font-size: 10pt;
  font-weight: bold;
  }
.expGUI .approvalDetailsTable td {
  background: #ffffff;
  }


.expGUI_print {
  background: #ffffff;
  }
.expGUI_print, .expGUI_print td, .expGUI_print th {
  font-size: 0.9em;
  }
.expGUI_print h3 {
  font-size: 1.3em;
  }
.expGUI_print .expense, .expGUI_print .summaryTable {
  margin: 2px;
  border-spacing: 0;
  border-collapse: collapse;
  width: 99%;
  }
.expGUI_print .expense td, .expGUI_print .expense th, .expGUI_print .summaryTable td, .expGUI_print .summaryTable th, .expGUI_print .approvalDetailsTable td, .expGUI_print .approvalDetailsTable th {
  border: solid #000000 1px;
  margin: 0;
  padding: 1px 2px;
  vertical-align: top;
  }
.expGUI_print .expense td.right, .expGUI_print .summaryTable td.right {
  text-align: right;
  }
.expGUI_print .expense th, .expGUI_print .summaryTable th, .expGUI_print .approvalDetailsTable th {
  background: #666666;
  color: #ffffff;
  padding: 2px 4px;
  }
.expGUI_print .expense .clear, .expGUI_print .expense .clear td, .expGUI_print .summaryTable .clear, .expGUI_print .summaryTable .clear td {
  border: none;
  }
.expGUI_print .summaryTable .clientTotalRow td {
  background: #f6f6f6;
  text-align: right;
  font-weight: bold;
  }
.expGUI_print .summaryTable .totalRow td {
  background: #e6e6e6;
  text-align: right;
  font-weight: bold;
  }
.expGUI_print .approvalDetailsTable {
  margin: 2px;
  border-spacing: 0;
  border-collapse: collapse;
  }


/* calendar formating */
.calendar {
  border-spacing: 0;
  }
.calendar td {
  height: 2em; 
  white-space:nowrap;
  }
.calendar td a { 
  text-decoration:none;
  }
.calendar td a:hover {
  text-decoration: underline;
  }
.calendar .info, .calendar .info a, .calendar .info a:hover {
  font-weight: normal; 
  }
.calendar .colHeading { 
  font-weight: bold;
  text-transform: capitalize; 
  text-align: center;
  }
.calendar .cell {
  width: 2em; 
  }
.calendar .today { 
  font-weight: bold; 
  }
  
  
/* report formating */
@media screen {
  .ControlBarClass { 
    display: block;
    }
  }
@media print {
  .ControlBarClass {
    display: none; 
    }
  }
.report .reportFilter {
  width: 98%;
  }


/* new List Page */

.listPage {
	margin: 0;
	padding: 0;
	height: 100%;
	overflow: hidden;
	background: #efefed url(../common/Progress.gif) no-repeat center center;
}
.listPage table {
	font-size: inherit;
}
.listPage .dataGrid {
	border-spacing: 0;
}
.listPage .dataGrid img {
	cursor: pointer;
}
.listPage .dataGrid td {
	border-right: solid 1px #D0D0D0;
	padding: 3px;
	white-space: nowrap;
}
.listPage .dataGrid td.lastCell {
	border-right: none;
}
.listPage .dataGrid th {
	border-right: solid 1px #D0D0D0;
	background: #e8e8e8;
	color: #000000;
	font-size:10pt;
	padding:3px;
	white-space: nowrap;
}
.listPage .dataGrid th.lastCell {
	border-right: none;
}
.listPage .dataGrid th.menuCell {
	white-space: normal;
	font-weight: normal;
 	padding-top: 1px;
 	padding-bottom: 1px;
	vertical-align: middle;
	font-size: 7pt;
	line-height: 0.9em;
}
.listPage .dataGrid th.sortableColumn {
	cursor: pointer;
}
.listPage .dataGrid th.ascending {
	padding-left: 16px;
	background-image: url(../common/icons/sortUp.png);
	background-repeat: no-repeat;
}
.listPage .dataGrid th.descending {
	padding-left: 16px;
	background-image: url(../common/icons/sortDown.png); 
	background-repeat: no-repeat;
}


.listPage .dataGrid .row {
	cursor: default;
}
.listPage .dataGrid .row td {
	vertical-align: top;
}
.listPage .dataGrid .rowOdd td {
	background-color: #f2f2f2;
}
.listPage .dataGrid .rowOver td {
	cursor: pointer;
	text-decoration: underline;
}
.listPage .dataGrid .rowSelect td {
	background-color: #b0c4de;
	color: #000000;
	cursor: default;
}
.listPage .noRecordsMessage {
	margin: 10px;
}


.listPage .dragItem {
	background-color: #b0c4de;
	filter:alpha(opacity=75);
	opacity:.75;
	border-collapse:collapse;
	border-color:#000000;
	border-style:solid;
	border-width:1px;
	white-space:nowrap;
}
.listPage .dragItem td {
	white-space:nowrap;
}
.listPage .tabSet {
	border-collapse:collapse;
}
.listPage .tabItem {
	width: 80px;
	text-align: center;
	border-width:1px;
	border-color:#000000;
	border-style:solid;
	background-color: #E0E0E0;
	cursor: pointer;
}
.listPage .selectedTabItem {	
	width: 80px;
	text-align: center;
	border-width:1px;
	border-color:#000000;
	border-style:solid;
	background-color: #FFFFFF;
	cursor: pointer;
}

.listPage .recordList {
	background: #f8f8f8;
	margin: 0;
	padding: 0 0 50px 0;
}
.listPage .tabRow, .listPage .viewRow, .listPage .controlRow {
	padding: 0;
	margin: 0;
}
.listPage .tabRow {
	margin: 6px 0 0 0;
}
.listPage .viewRow {
	overflow: hidden;
	margin: 0 10px;
}
.listPage .viewRow .panel {
	overflow: hidden;
	padding: 0;
	position: absolute;
}
.listPage .viewRow .panel .cap0 {
	background-color: #bbbbbb;
	margin: 0 4px 0 4px;
	height: 1px;
	overflow: hidden;
}
.listPage .viewRow .panel .cap1 {
	border-left: solid 2px #bbbbbb;
	border-right: solid 2px #bbbbbb;
	margin: 0 2px 0 2px;
	height: 1px;
	overflow: hidden;
}
.listPage .viewRow .panel .cap2 {
	border-left: solid 1px #bbbbbb;
	border-right: solid 1px #bbbbbb;
	margin: 0 1px 0 1px;
	height: 2px;
	overflow: hidden;
}
.listPage .viewRow .panel h2 {
	border-left: solid 1px #bbbbbb;
	border-right: solid 1px #bbbbbb;
	padding: 0 3px 3px 3px;
}
.listPage .viewRow .panel h2 .headerContent {
	float: right;
	font-weight: bold;
	font-size: 10pt;
}
.listPage .viewRow .panel h2 .headerContent a {
	cursor: pointer;
}
.listPage .viewRow .panel .content {
	overflow: auto;
	padding: 0;
	margin: 0;
	border: solid 1px #bbbbbb;
}

/* ie seems to miscalculate the height of the .controlRow element if there is no border */
.listPage .controlRow {
	border: solid 1px #f8f8f8;
	margin: 0 9px;
}
.listPage .controlRow .pagesDiv {
	float: right;
}
.listPage .controlRow .pagesDiv td, .listPage .controlRow .pagesDiv select {
	font-size: 8pt;
}
.listPage .button {
	display: block; /* work around gecko problem */
}
.listPage .controlRow .buttonDiv {
	float: left;
}
.listPage .controlRow .buttonGroupDiv {
	float: left;
	padding: 0 0 0 10px;
}
.listPage .controlRow .buttonGroupContainer {
	float: left;
	font-size: 8pt;
	border: solid 1px #bbbbbb;
	padding: 1px;
}
.listPage .controlRow .buttonGroupDiv td {
	font-size: 8pt;
	padding: 0;
	margin: 0;
}
.listPage .controlRow .buttonGroupDiv .buttonGroupLabel {
	white-space: nowrap;
}
.listPage .controlRow .buttonGroupDiv .buttonDiv {
	float: none;
	display inline;
}
.listPage .controlRow .buttonGroupDiv .buttonDiv table {
	display: block;
}
@media print {
	body, html {
		font-size: 8pt;
	}
	td {
		font-size: 8pt;
	}
	.listPage .tabRow, .listPage .controlRow {
		display: none; 
	}
	.listPage .viewRow {
		position: inherit;
		overflow: visible;
		height: auto;
		width: auto;
		border: none;
	}
	.listPage .viewRow .panel {
		position: inherit;
		overflow: visible;
	}
}
  
DIV.collapsableContainer
{
	border: solid 1px #bbbbbb;
	background-color: #f8f8f8;
	text-align:left;
}
DIV.collapsableContainerHeader
{
	background-color: #E0E0E0;
	border-bottom: solid 1px #bbbbbb;
	text-align:left;
}
DIV.collapsableContainerHeaderShrunk
{
	background-color: #EDF0F9;
	border-width: 0px;
	text-align:left;
}
DIV.innerCollapsableContainer
{
	border-bottom: solid 1px #bbbbbb;
	border-top: solid 1px #bbbbbb;
	background-color: #f8f8f8;
	text-align:left;
}
.listtable .titlerow th
{
	border-right: solid 1px #D0D0D0;
	background: #e8e8e8;
	color: #000000;
	font-size:10pt;
	padding:3px;
	white-space: nowrap;
}
.listtable .titlerow th.lastCell {
	border-right: none;
}
.listtable td.cell {
	border-right: solid 1px #D0D0D0;
	padding: 3px;
	vertical-align: top;
}
.listtable td.lastCell {
	border-right: none;
}
.listtable .rowOdd td.cell {
	background-color: #f2f2f2;
}
.listtable .titlerow td.titlecell
{
	font-weight: bold;
}
.bold 
{
	font-weight: bold;
}
.select_all
{
	font-weight:normal;
    font-size: 8pt;
	text-decoration: underline;
}
TEXTAREA 
{
	font-family: Arial,Courier;
	font-size: 10pt;
}
.loggedin 
{
	color: #ADADAD;
	font-weight: bold;
}	
.title 
{
	font-size:16pt;
	color: #336797;
}
.sublist 
{
	list-style-position: inside;
}
.cellspaced
{
	border-left: solid 1px #bbbbbb;
	border-right: solid 1px #bbbbbb;
	border-top: solid 1px #bbbbbb;
	padding-left:10px;
	font-size: 9pt;
	vertical-align:top;
}
.listtable 
{
	padding: 0px;	
	border-collapse: collapse;
}

.error 
{
	border: solid 2px red;
}
.greytext
{
	font-size: 12pt;
	color: gray;
}	

.footerpanel
{	
}

.footertable 
{
	width: 100%;
	padding: 2px 2px 2px 2px;
}

.reportGroupTitle 
{
	font-weight: bolder;
	font-size: medium;
}
.alert 
{
	font-weight: bold;
}


.TemplateRepeater 
{
	border: inherit;
}
.TemplateRepeater td.addRow 
{ 
  background: url("../common/icons/add.gif") no-repeat center right;
  width: 16px;
  height: 16px;
}

.TemplateRepeater td.removeRow 
{ 
  background: url("../common/icons/delete.gif") no-repeat center right;
  width: 17px;
  height: 17px;
}
.ReportMeasureHeadingCell
{
	font-style:italic;
}
.ReportCell
{
	padding: 2px 5px 2px 5px;
	white-space:nowrap;
	vertical-align:top;
}
.ReportHeadingCell
{
	text-align: center;
	white-space:nowrap;
	padding-left: 5px;
	padding-right: 5px;
}
.ReportTable
{
	background-color: #f8f8f8;
	border-collapse:collapse;
	text-align: left;
}
.ReportHeadingRow
{
	background-color: #B0C4DE;
	text-decoration: underline;
	font-weight: bold;
}
.ReportGroup
{
	background-color: #E0E0E0;
}
.ReportGroupTotal
{
	background-color: #FFFFFF;
}
.ReportGrandTotal
{
	background-color: #B0C4DE;
}
.ReportRow
{
	background-color: #FFFFFF;
}
.ReportAlternateRow
{
	background-color: #FFFFFF;
}
.ReportCollapsedRow
{
}
.ReportHierarchySpacer
{
	width: 11px;
	height: 1px;
	float: left;
	overflow: hidden;
}
.ReportHierarchyPlus
{
	background-image: url(../common/plus.gif);
	width: 11px;
	height: 11px;
	float: left;
	overflow: hidden;
	position:relative;
	top:5px;
}
.ReportHierarchyMinus
{
	background-image: url(../common/minus.gif);
	width: 11px;
	height: 11px;
	float: left;
	overflow: hidden;
	top: 50%;
	position:relative;
	top:5px;
}
.RptTs
{
	text-align:center;
	background-color:#efefed;
	font-size:smaller;
}
.RptTsRow
{
	background-color:#B5C7DE;
}
.RptTsAltRow
{
	background-color:#A5B6CE;
}
.RptTsTotalRow
{
	background-color:#31659C;
	color:#FFFFFF;
	font-weight:bold;
}
.RptTsCell 
{
	background-color:#FFFFFF;
	text-align:right;
}
.RptTsTotalCell
{
	background-color:#FFFFFF;	
	color:#000000;
}
.RptTsHeaderRow td
{
	background-color:#31659C;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
}
.RptTsCellHeader
{
	background-color:#B5C7DE;
	color:#000000;
	font-weight:normal;
	width:45px;
}
.RptTsTotalCellHeader
{
	font-weight:bold;
	width:55px;
}
.RptTsUserName
{
	font-size:medium;
	font-weight:bold;
	font-size:large;
}
.RptTsHeading
{
	font-weight:bold;
}
.RptTsDetailRow
{
	background-color:#FFFFFF;	
}
.RptTsDataCell
{
	white-space:nowrap;
	padding:2px 4px 2px 4px;
}
.RptTsDataCellHeader
{
	white-space:nowrap;
	padding:2px 4px 2px 4px;
}
.RptTsTotalDataCell
{
	padding:2px 4px 2px 4px;
	text-align:right;
}
.RptTsDetailCell
{
	white-space:nowrap;
	padding:2px 4px 2px 4px;
}
.RptTsSpacer
{
	margin-top:35px;
	margin-bottom:35px;
	background-color:#efefed;
}


.RptExp
{
	text-align:center;
	background-color:#efefed;
	font-size:smaller;
}
.RptExpRow
{
	background-color:#B5C7DE;
}
.RptExpAltRow
{
	background-color:#A5B6CE;
}
.RptExpSpacer
{
	margin-top:35px;
	margin-bottom:35px;
	background-color:#efefed;
}
.RptExpTitle
{
	font-weight:bold;
	font-size:large;
}
.RptExpSectionHeading
{
	font-weight:bold;
	text-align:left;
}
.RptExpHeading
{
	font-weight:bold;
}
.RptExpHeaderRow
{
	background-color:#31659C;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
}
.RptExpDetailRow
{
	background-color:#FFFFFF;	
}
.RptExpCurrencyHeader
{
	background-color:#31659C;
	color:#FFFFFF;
	font-weight:bold;
	width:70px;
	text-align:center;
}
.RptExpTotalRow
{
	background-color:#E0E0E0;
	color:#000000;
	font-weight:bold;
}
.RptExpGrandTotalRow
{
	background-color:#C0C0C0;
	color:#000000;
	font-weight:bold;
}

.ReportHeader
{
	background-color: #dcdcdc;
	padding: 0px;
	font-weight:bold;
	width: 100%;	
}
.ReportHeaderName 
{
	font-size: 12pt;
	text-align: right;
	font-weight: bold;
}
.ReportHeaderItem 
{
	font-size: 8pt;
	font-weight: normal;
	text-align: left
}
.tooltip
 { COLOR: #666666; FONT-FAMILY: Verdana, Arial, Helvetica; FONT-SIZE: 10px; background: #EEEEF1; }
/* report formating */
@media screen 
{
  .collapsableContainer
  {
	 display: block; 
  }

  .innerCollapsableContainer
  {
	 display: block; 
  }

  .collapsableContainerHeader
  {
	 display: block; 
  }

  .collapsableContainerHeaderShrunk
  {
	 display: block; 
  }
}

@media print 
{
  .collapsableContainer
   {
	 display: none; 
   }

  .innerCollapsableContainer
   {
	 display: none; 
   }

  .collapsableContainerHeader
   {
	 display: none; 
   }

  .collapsableContainerHeaderShrunk
   {
	 display: none; 
   }    
}
  
.picker
{
  background-color: #FFFFFF;
  border: 1px gray solid;
  font-size: 12px;
  font-family: "Verdana",monospace;
  padding: 2px;
  cursor: pointer;
}
a.calendarfooter
{
  text-decoration:none;
}
a.calendarfooter:hover
{
  text-decoration:underline;
  color:black;
}

.calendar_button
{
  border:none;
  cursor:pointer;
  width:25px;
  height:22px;
}

.rcalendar td
{
  font-size:11px;
}

.title
{
  font-weight:bold;
  background-color:#D7D7E5;
}

.day
{
  width:25px;
  cursor:pointer;
  text-align:center;
  border-width:1px;
  border-color:#F6F6F6;
  border-style:solid;
}

.dayhover
{
  width:25px;
  cursor:pointer;
  text-align:center;
  text-decoration:underline;
  border-width:1px;
  border-color:#F6F6F6;
  border-style:solid;
}

.dayheader
{
  width:25px;
  text-align:center;
  border-width:1px;
  border-color:white;
  border-style:solid;
  font-weight:bold;
  background-color:#FFFFFF;
}

.othermonthday
{
  color:#999999;
}

.outofrangeday
{
  visibility:hidden;
}

.selectedday
{
  width:25px;
  background-color:#FBE694;
  color:#000000;
  border-width:1px;
  border-color:#BB5503 !important;
  border-style:solid;
  font-weight:bold;
}

.rcalendar
{
  border-style:solid;
  border-width:1px;
  border-color:Black;
  border-collapse:collapse;
  background-color:#FFFFFF;
  cursor:default;
}

.month
{
  background-color:#F6F6F6;
  margin-left:5px;
  margin-right:5px;
  margin-bottom:5px;
  margin-top:0px;
}

.nextprev
{
  cursor:pointer;
  height:25px;
  vertical-align:center;
  padding:0px 5px 0px 5px;
}

.selector
{
  width:14px;
  cursor:pointer;
  text-align:left;
  vertical-align:center;
  background-color:#FFFFFF;
}

.button { 
  cursor: pointer;
  cursor: hand;
  border-spacing: 0;
  border-collapse: collapse;
  height: 25px;
  margin: 0;
  padding: 0;
  display: inline;
  }
.button td {
  margin: 0 !important;
  padding: 0 !important;
  vertical-align: middle;
  }
.button td.text {
  color: #ffffff !important;
  font-size: 10pt;
  text-align: center;
  font-weight: bold;
  white-space: nowrap;
  width: 60px;
  }
.button td.text .spacer {
  width: 60px;
  height: 1px;
  }
.button td.textIconWidth {
  width: 44px;
  }
.button td.textIconWidth .spacer {
  width: 44px;
  height: 1px;
  }
.button td.textShort {
  width: 30px;
  }
.button td.textShort .spacer {
  width: 30px;
  height: 1px;
  }
.button td.icon {
  width: 16px;
  }

.buttonSmall { 
  cursor: pointer;
  cursor: hand;
  border-spacing: 0;
  border-collapse: collapse;
  height: 15px;
  margin: 0;
  padding: 0;
  display: inline;
  }
.buttonSmall td {
  margin: 0 !important;
  padding: 0 !important;
  }
.buttonSmall td.text {
  color: #ffffff !important;
  font-size: 8pt;
  text-align: center;
  font-weight: bold;
  white-space: nowrap;
  width: 40px;
  }
.buttonSmall td.text .spacer {
  width: 40px;
  height: 1px;
  }
.buttonSmall td.textIconWidth {
  width: 24px;
  }
.buttonSmall td.textIconWidth .spacer {
  width: 24px;
  height: 1px;
  }
.buttonSmall td.icon {
  width: 16px;
  }

.verticalButton { 
  cursor: pointer;
  cursor: hand;
  border-spacing: 0;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  }
.verticalButton td {
  margin: 0 !important;
  padding: 0 !important;
  vertical-align: middle;
  }
.verticalButton td.icon {
  color: #ffffff !important;
  text-align: center;
  }


.button { 
  height: 23px;
  }
.button td.leftCap { 
  background:  url("../common/silver/buttons/leftCap.gif") no-repeat top right;
  width: 7px;
  height: 23px;
  }
.button td.rightCap { 
  background: url("../common/silver/buttons/rightCap.gif") no-repeat top left;
  width: 7px;
  height: 23px;
  }
.button td.leftCap .spacer, .button td.rightCap .spacer {
  width: 7px;
  height: 1px;
  }
.button td.text {
  background: url("../common/silver/buttons/back.gif") repeat-x top left;
  height: 23px;
  color: #111111 !important;
  }
.buttonOver td.leftCap { 
  background: url("../common/silver/buttons/leftCap_o.gif") no-repeat top right;
  }
.buttonOver td.rightCap { 
  background: url("../common/silver/buttons/rightCap_o.gif") no-repeat top left;
  }
.buttonOver td.text {
  background: url("../common/silver/buttons/back_o.gif") repeat-x top left;
  color: #333333 !important;
  }
.buttonDown td.leftCap { 
  background: url("../common/silver/buttons/leftCap_d.gif") no-repeat top right;
  }
.buttonDown td.rightCap { 
  background: url("../common/silver/buttons/rightCap_d.gif") no-repeat top left;
  }
.buttonDown td.text {
  background: url("../common/silver/buttons/back_d.gif") repeat-x top left;
  color: #111111 !important;
  }
.buttonDisabled td.leftCap { 
  background: url("../common/silver/buttons/leftCap_x.gif") no-repeat top right;
  }
.buttonDisabled td.rightCap { 
  background: url("../common/silver/buttons/rightCap_x.gif") no-repeat top left;
  }
.buttonDisabled td.text {
  background: url("../common/silver/buttons/back_x.gif") repeat-x top left;
  color: #bfbfbf !important;
  }

.buttonSmall { 
  height: 15px;
  }
.buttonSmall td.leftCap { 
  background: url("../common/silver/buttons/leftCapSmall.gif") no-repeat top right;
  width: 6px;
  height: 15px;
  }
.buttonSmall td.rightCap { 
  background: url("../common/silver/buttons/rightCapSmall.gif") no-repeat top left;
  width: 6px;
  height: 15px;
  }
.buttonSmall td.leftCap .spacer, .buttonSmall td.rightCap .spacer {
  width: 6px;
  height: 1px;
  }
.buttonSmall td.text {
  background: url("../common/silver/buttons/backSmall.gif") repeat-x top left;
  height: 15px;
  color: #111111 !important;
  }

.buttonSmallOver td.leftCap { 
  background: url("../common/silver/buttons/leftCapSmall_o.gif") no-repeat top right;
  }
.buttonSmallOver td.rightCap { 
  background: url("../common/silver/buttons/rightCapSmall_o.gif") no-repeat top left;
  }
.buttonSmallOver td.text {
  background: url("../common/silver/buttons/backSmall_o.gif") repeat-x top left;
  color: #333333 !important;
  }
.buttonSmallDown td.leftCap { 
  background: url("../common/silver/buttons/leftCapSmall_d.gif") no-repeat top right;
  }
.buttonSmallDown td.rightCap { 
  background: url("../common/silver/buttons/rightCapSmall_d.gif") no-repeat top left;
  }
.buttonSmallDown td.text {
  background: url("../common/silver/buttons/backSmall_d.gif") repeat-x top left;
  color: #111111 !important;
  }
.buttonSmallDisabled td.leftCap { 
  background: url("../common/silver/buttons/leftCapSmall_x.gif") no-repeat top right;
  }
.buttonSmallDisabled td.rightCap { 
  background: url("../common/silver/buttons/rightCapSmall_x.gif") no-repeat top left;
  }
.buttonSmallDisabled td.text {
  background: url("../common/silver/buttons/backSmall_x.gif") repeat-x top left;
  color: #bfbfbf !important;
  }

.verticalButton { 
  width: 23px;
  }
.verticalButton td.topCap { 
  background: url("../common/silver/buttons/topCap.gif") no-repeat bottom left;
  width: 23px;
  height: 3px;
  }
.verticalButton td.bottomCap { 
  background: url("../common/silver/buttons/bottomCap.gif") no-repeat top left;
  width: 23px;
  height: 3px;
  }
.verticalButton td.topCap .spacer, .verticalButton td.bottomCap .spacer {
  width: 23px;
  height: 3px;
  }
.verticalButton td.icon {
  background: url("../common/silver/buttons/vBack.gif") no-repeat bottom left;
  width: 23px;
  height: 17px;
  color: #111111 !important;
  }
.verticalButton td.icon .spacer {
  width: 23px;
  height: 1px;
  }

.verticalButtonOver td.topCap { 
  background: url("../common/silver/buttons/topCap_o.gif") no-repeat bottom left;
  }
.verticalButtonOver td.bottomCap { 
  background: url("../common/silver/buttons/bottomCap_o.gif") no-repeat top left;
  }
.verticalButtonOver td.icon {
  background: url("../common/silver/buttons/vBack_o.gif") no-repeat top left;
  color: #333333 !important;
  }
.verticalButtonDown td.topCap { 
  background: url("../common/silver/buttons/topCap_d.gif") no-repeat bottom left;
  }
.verticalButtonDown td.bottomCap { 
  background: url("../common/silver/buttons/bottomCap_d.gif") no-repeat top left;
  }
.verticalButtonDown td.icon {
  background: url("../common/silver/buttons/vBack_d.gif") repeat-y top left;
  color: #111111 !important;
  }
.verticalButtonDisabled td.topCap { 
  background: url("../common/silver/buttons/topCap_x.gif") no-repeat bottom left;
  }
.verticalButtonDisabled td.bottomCap { 
  background: url("../common/silver/buttons/bottomCap_x.gif") no-repeat top left;
  }
.verticalButtonDisabled td.icon {
  background: url("../common/silver/buttons/vBack_x.gif") repeat-y top left;
  color: #bfbfbf !important;
  }


/*** dropdown control ***/
.dropDownControlContainer,
.dropDownControlContainer table,
.dropDownControlContainer td,
.dropDownControlContainer div
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border-spacing: 0;
	border-collapse: collapse;
}
.dropDownControl
{
	border: solid #bbbbbb 1px;
}
.dropDownControl td
{
	background-color: White;
	vertical-align: middle;
	white-space: nowrap;
}
.dropDownText
{
	border: none;
	background-color: White;
	vertical-align: middle;
	margin: 0 0 0 6px;
	width: 122px;
	height: 18px;
	overflow: hidden;
	cursor: pointer;
	cursor: hand;
}
.buttonDropDownUp
{
  cursor: pointer;
  cursor: hand;
}
.buttonDropDownDown
{
  cursor: pointer;
  cursor: hand;
}
.buttonDropDownOver
{
  cursor: pointer;
  cursor: hand;
}

/*** dropdown window ***/
.dropDownWindowContainer, .dropDownWindowContainer div
{
	position: absolute;
}
.dropDownWindowScrollable 
{
	border: solid #bbbbbb 1px;
	background: #ffffff;
	
	height: 300px;
	width: 200px; /*** width is zero in firefox ***/
	overflow: auto;
}

/*** ensure iframe height and width match dropDownWindowScrollable ***/
.dropDownWindowIFrame
{
	position: absolute;
	height: 300px;
	width: 200px;
	top: 0px;
	left: 0px;
	border: none;
	display: block;
	zIndex: -1;
}
 


.hierarchyTreeTable
{
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}
.hierarchyTreeTable table,
.hierarchyTreeTable td
{
	padding: 0;
	margin: 0;
	border-spacing: 0;
	border-collapse: collapse;
}
.hierarchyTreeTable table tr
{
	height: 20px;
}
.hierarchyTreeScrollable
{
	background: White;
	border: 1px solid #bbbbbb;
	background: #ffffff;
	overflow: auto;
	
	/*** height and width are set in JS ***/
	height: 300px;
	width: 200px; /*** width is zero in firefox ***/
}

.treeNode 
{
	padding: 2px;
	cursor: pointer;
	cursor: hand;
}

.treeNode.disabled
{
	cursor: default;
}

.treeNodeOver 
{
	padding: 2px;
	text-decoration: underline;
	cursor: pointer;
	cursor: hand;
}
.treeNodeSelect, .treeNodeSelect td 
{
	background-color: #336699;
	color: #ffffff;
}

.treeNodeReadOnly, .treeNodeReadOnly td
{
	font-weight: bold;
}

.hierarchyTreeTable .checkOn
{
  background: url("../common/checkon.gif") no-repeat center;
  width: 20px;
  height: 17px;
}
.hierarchyTreeTable .checkOff
{
  background: url("../common/checkoff.gif") no-repeat center;
  width: 20px;
  height: 17px;
}
.hierarchyTreeTable .checkDis
{
  background: url("../common/checkdis.gif") no-repeat center;
  width: 20px;
  height: 17px;
}

.hierarchyTreeTable .HierarchyTreeE
{
  padding: 20px 17px 0 0;
}
.hierarchyTreeTable .HierarchyTreeNSE
{
  background: url("../common/tree/ttree_2.gif") no-repeat center;
  padding: 20px 17px 0 0;
}
.hierarchyTreeTable .HierarchyTreeNE
{
  background: url("../common/tree/ttree_3.gif") no-repeat center;
  padding: 20px 17px 0 0;
}
.hierarchyTreeTable .HierarchyTreeNS
{
  background: url("../common/tree/ttree_1.gif") no-repeat center;
  padding: 20px 17px 0 0;
}
.hierarchyTreeTable .HierarchyTreeEp
{
  background: url("../common/tree/ttree_exp1p.gif") no-repeat center;
  padding: 20px 17px 0 0;
}
.hierarchyTreeTable .HierarchyTreeEm
{
  background: url("../common/tree/ttree_exp1m.gif") no-repeat center;
  padding: 20px 17px 0 0;
}
.hierarchyTreeTable .HierarchyTreeNSEp
{
  background: url("../common/tree/ttree_exp3p.gif") no-repeat center;
  padding: 20px 17px 0 0;
}
.hierarchyTreeTable .HierarchyTreeNSEm
{
  background: url("../common/tree/ttree_exp3m.gif") no-repeat center;
  padding: 20px 17px 0 0;
}
.hierarchyTreeTable .HierarchyTreeNEp
{
  background: url("../common/tree/ttree_exp4p.gif") no-repeat center;
  padding: 20px 17px 0 0;
}
.hierarchyTreeTable .HierarchyTreeNEm
{
  background: url("../common/tree/ttree_exp4m.gif") no-repeat center;
  padding: 20px 17px 0 0;
}

.hierarchyTreeTable .HierarchyTreeICON
{
  background: url("../common/folder/folderclosed.gif") no-repeat center;
  padding: 20px 17px 0 0;
}
.hierarchyTreeTable .HierarchyTreeICONp
{
  background: url("../common/folder/folderclosed.gif") no-repeat center;
  padding: 20px 17px 0 0;
}
.hierarchyTreeTable .HierarchyTreeICONm
{
  background: url("../common/folder/folderopen.gif") no-repeat center;
  padding: 20px 17px 0 0;
}
.hierarchyTreeTable .HierarchyTreeHome
{
  background: url("../common/folder/home.gif") no-repeat center;
  padding: 20px 17px 0 0;
}


.SnapHeader
{
  color: #ffffff;
  background-color: #6699CC;
  font-family: Tahoma;
  font-weight: bold;
  font-size: 11px;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  border-spacing: 0px;
  border-collapse: collapse;
  width: 100%;
  border: none;
  /***
  padding-top: 2px;
  padding-left: 5px;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr= '#003499' , EndColorStr= '#6698CB' );
  /***/
  cursor: move;
  height: 12px;
}

.SnapHeaderClosed
{
  color: #ffffff;
  background-color: #E8E9F1;
  font-family: Tahoma;
  font-weight: bold;
  font-size: 12px;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  border-spacing: 0px;
  border-collapse: collapse;
  /***
  padding-top: 2px;
  padding-left: 5px;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr= 'black' , EndColorStr= '#E8E9F1' );
  /***/
  width: 100%;
  border: none;
}

.SnapHeaderUp
{
	background-image: url(../common/default/up.gif);
	background-repeat:no-repeat;
	height: 16px;
	width: 16px;
	cursor: pointer;
}
.SnapHeaderDown
{
	background-image: url(../common/default/down.gif);
	background-repeat:no-repeat;
	height: 16px;
	width: 16px;
	cursor: pointer;
}
.SnapHeaderLeft
{
	background-image: url(../common/default/left.gif);
	background-repeat:no-repeat;
	height: 16px;
	width: 16px;
	cursor: pointer;
}
.SnapHeaderRight
{
	background-image: url(../common/default/right.gif);
	background-repeat:no-repeat;
	height: 16px;
	width: 16px;
	cursor: pointer;
}
.SnapHeaderX
{
	background-image: url(../common/default/x_white.gif);
	background-repeat:no-repeat;
	height: 19px;
	width: 19px;
	cursor: pointer;
}
.SnapHeaderWindows
{
	background-image: url(../common/default/windows.gif);
	background-repeat:no-repeat;
	height: 19px;
	width: 19px;
	cursor: pointer;
}

.SnapContentBlank
{
	background-image: url(../common/clear.gif);
	background-repeat: no-repeat;
	height: 2px;
}
.SnapContent
{
  /* 
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  border-collapse: collapse;
  border-spacing: 0px;
  */
  
  font-family: verdana;
  font-size: 11px;
  
  border: #4284b5 1px solid;
  background-color: white;
  cursor:default;
  
  padding: 3px;
}

.Dock
{
  padding:3px;
  border:#AFAFAF 1px solid; 
  background-color:#D1D1D1;
}

.Links
{
  list-style-image:none;
  color:Black;
  font-size:11px;
}

.SnapDropDownCheck
{
	width: 19px;
}
.SnapDropDownCheck img
{
	display: block;
	background-color: #CCCCCC;
}

.SnapDropDownNoCheck
{
	width: 19px;
}
.SnapDropDownNoCheck img
{
	display: none;
	background-color: #CCCCCC;
}

.SnapDropDown
{
	height: 19px;
	background-color: #CCCCCC;
	cursor: pointer;
	white-space: nowrap;
	display: inline-block;
}
.SnapDropDownHover
{
	background-color: #CCCCCC;
	text-decoration: underline;
	cursor: pointer;
	white-space: nowrap;
	display:  inline-block;
}

.SnapDropDownSpacer
{
  height: 3px;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  border-spacing: 0px;
  border-collapse: collapse;
}

.buttonDropDownUp
{
  background: url("../common/default/dropdowns/DropDownUp_s.gif") no-repeat left;
  height: 18px;
  width: 18px;
  margin: 0px 0px 0px 0px;
  border-bottom: 1px #bbbbbb solid;
}
.buttonDropDownDown
{
  background: url("../common/default/dropdowns/DropDownDown_s.gif") no-repeat left;
  height: 18px;
  width: 18px;
  margin: 0px 0px 0px 0px;
  border-bottom: 1px #bbbbbb solid;
}
.buttonDropDownOver
{
  background: url("../common/default/dropdowns/DropDownOver_s.gif") no-repeat left;
  height: 18px;
  width: 18px;
  margin: 0px 0px 0px 0px;
  border-bottom: 1px #bbbbbb solid;
}


.box
{
	background: #f8f8f8 url(../common/box/boxLeft.png) left repeat-y;
	margin: 0 2px 2px 0;
}
.boxRight
{
	background: transparent url(../common/box/boxRight.png) right repeat-y;
}
.boxTop
{
	background: transparent url(../common/box/boxTop.png) top repeat-x;
}
.boxBottom
{
	background: transparent url(../common/box/boxBottom.png) bottom repeat-x;
}
.boxTitle
{
	background: transparent url(../common/box/boxTopLeft.png) top left no-repeat;
	margin: 0;
	padding: 0;
}
.boxTitle span
{
	display: block;
	background: transparent url(../common/box/boxTopRight.png) top right no-repeat;
	padding: 10px 10px 0 10px;
}
.boxFooter
{
	background: transparent url(../common/box/boxBottomLeft.png) bottom left no-repeat;
	height: 10px;
}
.boxFooter div
{
	background: transparent url(../common/box/boxBottomRight.png) bottom right no-repeat;
	height: 10px;
}
.boxContent
{
	margin: 0 10px 0 10px;
}

.boxTopTabs
{
	background: #efefed url(../common/box/boxTop.png) 0 28px repeat-x;
}
.boxTopTabsRight
{
	background: transparent url(../common/box/boxTopRight.png) 100% 28px no-repeat;
}

.tabStrip
{
	background: transparent url(../common/box/boxTabLeft.png) top left repeat-y;
	height: 40px;
	margin: 0;
	padding: 0;
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
}
.tabStrip ul
{
	display: inline;
	margin: 0;
	padding: 0;
}
.tabStripLineStyle
{
	background: #efefed url(../common/box/boxTop.png) 0 28px repeat-x;
	padding: 0 0 0 6px;
}
.tabStrip li
{
	display: block;
	margin: 0 2px 0 0;
	white-space: nowrap;
	float: left;
	background: transparent url(../common/box/tabBack.png) 100% -100px no-repeat;
	padding: 0 17px 0 0;
	font-size: 10pt;
}
.tabStrip li a {
	display: block;
	cursor: pointer;
	color: black;
	background: transparent url(../common/box/tabBack.png) 0% -100px no-repeat;
	padding: 10px 0 0 17px;
	height: 33px;
	text-align: center;
	min-width: 100px;
}

.tabStrip li:hover a
{
	background-position: 0% -200px;
}
.tabStrip li:hover
{
	background-position: 100% -200px;
}
.tabStrip li.selected a
{
	cursor: auto;
	background-position: 0% 0;
}
.tabStrip li.selected
{
	background-position: 100% 0;
}

.labelText {
color: #000000;
}

.loginArea {
background: #869dbd;
color: #000000;
}

.loginAreaError {
background: #336699;
color: #ffffff;
}

/* form page formating */
.label {
background: #b0c4de;
}
.label, .label td {
color: #000000;
}
.labelBox {
border: 3px solid #b0c4de;
}

.titleBox {
border: 3px solid #b0c4de;
}
.titleBox th {
background: #b0c4de;
color: #000000;
}

/* color select formating */
.colorSelect .chooserTable {
border: 3px solid #b0c4de;
}

/* list pages formating */
.filterBox {
border: 3px solid #b0c4de;
}
.filterBox th {
background: #b0c4de;
color: #000000;
}

.listGUI .recordList th {
background: #336699;
color: #ffffff;
}
.listGUI .recordList th a {
color: #ffffff;
}
.listGUI .recordList .menu {
background: #b0c4de;
}
.listGUI .recordList .colFooter {
background: #336699;
color: #ffffff;
}
.listGUI .recordList .colFooter a{
background: #336699;
color: #ffffff;
}
.listGUI .recordList .menuFooter {
background: #336699;
color: #ffffff;
}
.listGUI .recordList .actionList {
background: #b0c4de;
}

.listGUI .displayList th {
background: #336699;
color: #ffffff;
}
.listGUI .displayList th a {
color: #ffffff;
}
.listGUI .displayList td {
background: #b0c4de;
}
.listPage .treeNodeDown td {
background-color: #b0c4de;
color: #000000;
}
.listPage .dataGrid .rowSelect td, .listPage .treeNodeSelect td {
background-color: #336699;
color: #ffffff;
}
.listPage .dragItem {
background: #336699;
color: #ffffff;
}
.listPage .viewRow .panel .cap1 {
background-color: #336699;
}
.listPage .viewRow .panel .cap2 {
background-color: #336699;
}
.listPage .viewRow .panel h2 {
background-color: #336699;
color: #ffffff;
}
.listPage .viewRow .panel h2 a {
color: #ffffff;
}



/* menu formating */
.sideMenu, .sideMenuSmall {
background-color: #336699;
color: #ffffff;
}
.sideMenu ul li.expandable ul li, ul li.collapsible ul li, .sideMenu ul li.heading ul li {
color: #ffffff;
}
.sideMenu ul li.expandable {
background: transparent url(../common/default/right_t.gif) no-repeat 6px 2px;
}
.sideMenu ul li.collapsible {
background: transparent url(../common/default/down_t.gif) no-repeat 6px 2px;
}
.sideMenu a, .sideMenu .sideMenuHeader a {
color: #ffffff;
}
.sideMenu a:hover, .sideMenu .sideMenuHeader a:hover {
color: #ffff00;
}

.topMenu, .topMenuSmall {
background-color: #336699;
color: #ffffff;
}
.topMenu .menuActions a, .topMenuSmall .menuActions a {
color: #ffffff;
}

.topMenu .menuTabRejected, .topMenuSmall .menuTabRejected {
background-color: #B00000;
}
.topMenu .menuTabOver, .topMenuSmall .menuTabOver {
background-color: #4383C1;
}
.topMenu .menuTabSelected, .topMenuSmall .menuTabSelected {
background-color: #265078;
}
.topMenu .menuTabRejectedLimited, .topMenuSmall .menuTabRejectedLimited {
background-color: #B00000;
}
.topMenu .menuTabSelectedLimited, .topMenuSmall .menuTabSelectedLimited {
background-color: #336699;
}

.helpMenu {
background: #336699;
}

 /* timesheet formating */
.tsGUI .timesheet th {
background: #336699;
color: #ffffff;
}
.tsGUI .timesheet .filterHeading {
background: #a0b4ce;
 color: black;
}
.tsGUI .timesheet .weekday {
background: #b0c4de;
color: #000000;
}
.tsGUI .timesheet .holiday, .tsGUI .timesheet .durationTitle {
background: #90a8c0;
color: #000000;
}
.tsGUI .timesheet .etcTitle, .tsGUI .timesheet .inTitle, .tsGUI .timesheet .outTitle {
background: #b0c4de;
color: #000000;
}
.tsGUI .timesheet .evenRow td, .tsGUI .timesheet .evenRow .etcCell {
background: #b0c4de;
color: #000000;
}
.tsGUI .timesheet .oddRow td, .tsGUI .timesheet .oddRow .etcCell {
background: #a0b4ce;
color: #000000;
}
.tsGUI .timesheet .taskTimeOffFooter {
background: #b0c4de;
}
.tsGUI .timesheet .dayHeaderRow td.normalday a {
color: #385ac6;
}
.tsGUI .timesheet .dayHeaderRow td.dayoff a {
color: #688ab6;
}
.tsGUI .timesheet .dayTotalRow td {
background: #a0b4ce;
color: #000000;
}
.tsGUI .timesheet .warning, .tsGUI .timesheet .columnTotalRow td {
background: #336699;
color: #ffffff;
}
.tsGUI .cellInfoBar {
background: #b0c4de;
color: #000000;
}
.tsGUI .commentView th, .tsGUI .commentTable th, .tsGUI .approvalDetailsTable th {
background: #336699;
color: #ffffff;
}

.tsGUI .summaryTable th {
background: #336699;
color: #ffffff;
}

/* expense sheet formating */
.expGUI .expense th, .expGUI .summaryTable th {
background: #336699;
color: #ffffff;
}
.expGUI .expense .menu {
background: #b0c4de;
color: #000000;
}
.expGUI .expense td.actionBar {
background: #b0c4de;
color: #000000;
}
.expGUI .approvalDetailsTable th {
background: #336699;
color: #ffffff;
}

/* calendar formating */
.calendar {
border: solid 2px #ffffff;
}
.calendar td {
border: solid 1px #336699;
}
.calendar .info, .calendar .info a, .calendar .info a:hover {
background: #336699;
color: #ffffff;
}
.calendar .colHeading {
background: #336699;
color: #ffffff;
}
.calendar .unused {
background-color: #B0B0B0;
color: #000000;
}
.calendar .holiday, .calendar .holiday a, .calendar .holiday a:hover {
background: #90a8c0;
color: #000000;
}
.calendar .weekday, .calendar .weekday a, .calendar .weekday a:hover {
background: #b0c0d0;
color: #000000;
}
.calendar .overduePeriod, .calendar .overduePeriod a, .calendar .overduePeriod a:hover {
background: #cf122e;
color: #ffffff;
}
.calendar .currentPeriod, .calendar .currentPeriod a, .calendar .currentPeriod a:hover {
background: #688ca8;
color: #ffffff;
}

/* report formating */
.report .reportFilter {
background: #b0c4de;
}
.report .reportFilter td {
color: #000000;
}

div.collapsableContainerHeader {
background: #336699;
color: #ffffff;
}
div.collapsableContainerHeaderShrunk {
background: #336699;
color: #ffffff;
}

.ReportHeadingRow
{
background: #336699;
color: #ffffff;
}
.ReportGrandTotal
{
background-color: #b0c4de;
color: #000000;
}

.RptTsRow
{
background: #b0c4de;
color: #000000;
}
.RptTsAltRow
{
background: #a0b4ce;
color: #000000;
}
.RptTsTotalRow
{
background: #336699;
color: #ffffff;
}
.RptTsHeaderRow td
{
background: #336699;
color: #ffffff;
}
.RptTsCellHeader
{
background: #b0c4de;
color: #000000;
}


/* expense sheet formating */
.expGUI .expense th, .expGUI .summaryTable th {
background: #336699;
color: #ffffff;
}
.expGUI .expense .menu {
background: #b0c4de;
color: #000000;
}
.expGUI .expense td.actionBar {
background: #b0c4de;
color: #000000;
}
.expGUI .approvalDetailsTable th {
background: #336699;
color: #ffffff;
}

.RptExpHeaderRow, .RptExpCurrencyHeader
{
background: #336699;
color: #ffffff;
}