/* General */
html {
  margin: 0;
  padding: 0;
  }
body {
  font-family: Arial,Helvetica;
  font-size: 10pt;
  background: #ededed;
  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;
  }

/* 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 {
  background-image: url(../common/sideTopSmall.png);
  background-repeat: no-repeat;
}
.sideMenu, .sideMenuSmall {
  margin: 0;
  padding: 0;
  }
.sideMenu .container {
  margin: 0;
  padding: 0;
  width: 177px;
  overflow-x: hidden;
  overflow-y: auto; 
  }
.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;
  cursor: hand;
  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 > .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%;
  }



.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;
  display: inline;
  }
.verticalButton td {
  margin: 0 !important;
  padding: 0 !important;
  vertical-align: middle;
  }
.verticalButton td.icon {
  color: #ffffff !important;
  text-align: center;
  }


.button { 
  height: 25px;
  }
.button td.leftCap { 
  background:  url("../common/green/buttons/leftCap.gif") no-repeat top right;
  width: 13px;
  height: 25px;
  }
.button td.rightCap { 
  background: url("../common/green/buttons/rightCap.gif") no-repeat top left;
  width: 13px;
  height: 25px;
  }
.button td.leftCap .spacer, .button td.rightCap .spacer {
  width: 13px;
  height: 1px;
  }
.button td.text {
  background: url("../common/green/buttons/back.gif") repeat-x top left;
  height: 25px;
  }
.buttonOver td.leftCap { 
  background: url("../common/green/buttons/leftCap_o.gif") no-repeat top right;
  }
.buttonOver td.rightCap { 
  background: url("../common/green/buttons/rightCap_o.gif") no-repeat top left;
  }
.buttonOver td.text {
  background: url("../common/green/buttons/back_o.gif") repeat-x top left;
  color: #fdffdd !important;
  }
.buttonDown td.leftCap { 
  background: url("../common/green/buttons/leftCap_d.gif") no-repeat top right;
  }
.buttonDown td.rightCap { 
  background: url("../common/green/buttons/rightCap_d.gif") no-repeat top left;
  }
.buttonDown td.text {
  background: url("../common/green/buttons/back_d.gif") repeat-x top left;
  color: #dddddd !important;
  }

.buttonSmall { 
  height: 15px;
  }
.buttonSmall td.leftCap { 
  background: url("../common/green/buttons/leftCapSmall.gif") no-repeat top right;
  width: 7px;
  height: 15px;
  }
.buttonSmall td.rightCap { 
  background: url("../common/green/buttons/rightCapSmall.gif") no-repeat top left;
  width: 7px;
  height: 15px;
  }
.buttonSmall td.leftCap .spacer, .buttonSmall td.rightCap .spacer {
  width: 7px;
  height: 1px;
  }
.buttonSmall td.text {
  background: url("../common/green/buttons/backSmall.gif") repeat-x top left;
  height: 15px;
  }

.buttonSmallOver td.leftCap { 
  background: url("../common/green/buttons/leftCapSmall_o.gif") no-repeat top right;
  }
.buttonSmallOver td.rightCap { 
  background: url("../common/green/buttons/rightCapSmall_o.gif") no-repeat top left;
  }
.buttonSmallOver td.text {
  background: url("../common/green/buttons/backSmall_o.gif") repeat-x top left;
  color: #fdffdd !important;
  }
.buttonSmallDown td.leftCap { 
  background: url("../common/green/buttons/leftCapSmall_d.gif") no-repeat top right;
  }
.buttonSmallDown td.rightCap { 
  background: url("../common/green/buttons/rightCapSmall_d.gif") no-repeat top left;
  }
.buttonSmallDown td.text {
  background: url("../common/green/buttons/backSmall_d.gif") repeat-x top left;
  color: #dddddd !important;
  }

.verticalButton { 
  width: 25px;
  }
.verticalButton td.topCap { 
  background: url("../common/green/buttons/topCap.gif") no-repeat bottom left;
  width: 25px;
  height: 13px;
  }
.verticalButton td.bottomCap { 
  background: url("../common/green/buttons/bottomCap.gif") no-repeat top left;
  width: 25px;
  height: 13px;
  }
.verticalButton td.leftCap .spacer, .verticalButton td.rightCap .spacer {
  width: 25px;
  height: 13px;
  }
.verticalButton td.icon {
  background: url("../common/green/buttons/vBack.gif") repeat-y top left;
  width: 25px;
  height: 25px;
  }
.verticalButton td.icon .spacer {
  width: 25px;
  height: 1px;
  }

.verticalButtonOver td.topCap { 
  background: url("../common/green/buttons/topCap_o.gif") no-repeat bottom left;
  }
.verticalButtonOver td.bottomCap { 
  background: url("../common/green/buttons/bottomCap_o.gif") no-repeat top left;
  }
.verticalButtonOver td.icon {
  background: url("../common/green/buttons/vBack_o.gif") repeat-y top left;
  color: #fdffdd !important;
  }
.verticalButtonDown td.topCap { 
  background: url("../common/green/buttons/topCap_d.gif") no-repeat bottom left;
  }
.verticalButtonDown td.bottomCap { 
  background: url("../common/green/buttons/bottomCap_d.gif") no-repeat top left;
  }
.verticalButtonDown td.icon {
  background: url("../common/green/buttons/vBack_d.gif") repeat-y top left;
  color: #dddddd !important;
  }


/* CTRL GUI */
.dropDownCtrlTable {
  border-spacing: 0em 0em 0em 0em;
  border-collapse: collapse;
  white-space: nowrap;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  }
.dropDownCtrlTable TD {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  }
.dropDownCtrlTable .visible {
  cursor: pointer;
  cursor: hand;
  }
/* display text field */
.dropDownCtrlTable .text {
  height: 18px;
  width: 200px;
  margin: 0px 0px 0px 0px;
  overflow:hidden;
  }



/* POPUP GUI */
/* placeholder */
.dropDownCtrlTable .hiddenContainer {
  position: absolute;
  }
/* popup container */
.dropDownCtrlTable .hiddenContainer .visibleContainer {
  padding: 1px;
  }
/* POPUP TABLE */
.dropDownCtrlTable .hiddenContainer .visibleContainer .popupTable {
  border-spacing: 0;
  border-collapse: collapse;
}



/* SEARCH BAR */
/* sized to compensate for vertical scroll bar */
.dropDownCtrlTable .hiddenContainer .visibleContainer .popupTable 
.searchBar {
  height: auto;
  width: 524px;
  margin: 0px 0px 0px 0px;
  top:0px;
  left:0px;
  }
.dropDownCtrlTable .hiddenContainer .visibleContainer .popupTable 
.searchBar .text {
  height: 18px;
  width: 100%;
  margin: 1px 0px 1px 0px;
  padding: 0px 0px 0px 0px;
  overflow:hidden;
  }
  
  
  
/* SEARCH RESULT BAR */
.dropDownCtrlTable .hiddenContainer .visibleContainer .popupTable 
.searchResultBar {
  height:200px;
  width:100%;
  overflow:auto;
  }
/* when inner table grows, the container will grow */
.dropDownCtrlTable .hiddenContainer .visibleContainer .popupTable 
.searchResultBar .searchResultTable {
  height: auto;
  width: 500px;
  top: 0px;
  left: 0px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border-spacing: 0;
  border-collapse: collapse;
  }

  

/* SEARCH RESULT CONTROL BAR **/
/* sized to compensate for vertical scroll bar */
.dropDownCtrlTable .hiddenContainer .visibleContainer .popupTable 
.searchResultControlBar {
  height: auto;
  width: 524px;
  margin: 0px 0px 0px 0px;
  top:0px;
  left:0px;
  }
.dropDownCtrlTable .hiddenContainer .visibleContainer .popupTable 
.searchResultControlBar .controlTable {
  height: auto;
  width: 524px;
  margin: 0px 0px 0px 0px;
  top:0px;
  left:0px;
  }
.dropDownCtrlTable .hiddenContainer .visibleContainer .popupTable 
.searchResultControlBar .controlTable TD {
  border: 0;
  }



/* MULTIPLE SELECT CONTROL BAR */
.dropDownCtrlTable .hiddenContainer .visibleContainer .popupTable 
.multipleSelectControlBar {
  font-size: 8pt;
  font-weight:bold;
  font-family: arial, helvetica, sans-serif;
  margin: 0px 0px 0px 0px;
  top:0px;
  left:0px;
  vertical-align: center;
  }
.dropDownCtrlTable .hiddenContainer .visibleContainer .popupTable 
.multipleSelectControlBarOver { 
  font-size: 8pt;
  font-weight:bold;
  font-family: arial, helvetica, sans-serif;
  margin: 0px 0px 0px 0px;
  top:0px;
  left:0px;
  vertical-align: center;
  }
.dropDownCtrlTable .hiddenContainer .visibleContainer .popupTable 
.multipleSelectControlBarDown { 
  font-size: 8pt;
  font-weight:bold;
  font-family: arial, helvetica, sans-serif;
  margin: 0px 0px 0px 0px;
  top:0px;
  left:0px;
  vertical-align: center;
  }



/* MULTIPLE SELECT - SELECTED ITEMS */
.dropDownCtrlTable .hiddenContainer .visibleContainer .popupTable 
.selectedItemsBar {
  height:258px;
  width:224px;
  overflow-y:scroll;
  overflow-x:hidden;
  margin: 0px 0px 0px 0px;
  vertical-align: top;
  }
.dropDownCtrlTable .hiddenContainer .visibleContainer .popupTable 
.selectedItemsBar .selectedItemsTable {
  height: auto;
  width: 200px;
  top: 0px;
  left: 0px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border-spacing: 0;
  border-collapse: collapse;
  }


/* CTRL GUI */
.dropDownCtrlTable .visible {
  border: solid 1px #b0c0d0; 
}
/* button */
.dropDownCtrlTable .buttonUp { 
  background:  url("../common/default/dropdowns/DropDownUp_s.gif") no-repeat;
  height: 16px;
  width: 16px;
  margin: 1px 0px 1px 1px;
  }
.dropDownCtrlTable .buttonOver { 
  background:  url("../common/default/dropdowns/DropDownOver_s.gif") no-repeat;
  height: 16px;
  width: 16px;
  margin: 1px 0px 1px 1px;
  }
.dropDownCtrlTable .buttonDown { 
  background:  url("../common/default/dropdowns/DropDownDown_s.gif") no-repeat;
  height: 16px;
  width: 16px;
  margin: 1px 0px 1px 1px;
  }
/* display text field */
.dropDownCtrlTable .text {
  background:  #ffffff;
  }
/* POPUP GUI */
/* popup container */
.dropDownCtrlTable .hiddenContainer .visibleContainer {
  background: #ededed;
  border: outset 2px #000000;
  }
.dropDownCtrlTable .hiddenContainer .visibleContainer .innerBorder { 
  border: solid 1px #aaaaaa; 
  padding: 5px;
  }



/* SEARCH BAR */
/* sized to compensate for vertical scroll bar */
.dropDownCtrlTable .hiddenContainer .visibleContainer .popupTable
.searchBar {
  background: #ededed;
  }
.dropDownCtrlTable .hiddenContainer .visibleContainer .popupTable
.searchBar .text {
  background: #ffffff;
  }
  


/* SEARCH RESULT BAR */
.dropDownCtrlTable .hiddenContainer .visibleContainer .popupTable
.searchResultBar {
  background: #ededed;
  border-top: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
  }
/* when inner table grows, the container grid will grow */
.dropDownCtrlTable .hiddenContainer .visibleContainer .popupTable
.searchResultBar .searchResultTable {
  background:  #ffffff;

  }
.dropDownCtrlTable .hiddenContainer .visibleContainer .popupTable
.searchResultBar .searchResultTable TH {
  background: #336699;
  color: #ffffff;
  border: solid 2px #ededed; 
  }
.dropDownCtrlTable .hiddenContainer .visibleContainer .popupTable
.searchResultBar .searchResultTable TD {
  border: solid 2px #ededed; 
  }
/* highlighted items */
.dropDownCtrlTable .hiddenContainer .visibleContainer .popupTable
.searchResultBar .searchResultTable .selected {
  background: #0064ff;
  color: #ffffff;
  }
.dropDownCtrlTable .hiddenContainer .visibleContainer .popupTable
.searchResultBar .searchResultTable .hover {
  background: #0000ff;
  color: #ffffff;
  }



/* SEARCH RESULT CONTROL BAR **/
.dropDownCtrlTable .hiddenContainer .visibleContainer .popupTable
.searchResultControlBar {
  background: #ededed;
  }



/* MULTIPLE SELECT CONTROL BAR */
.dropDownCtrlTable .hiddenContainer .visibleContainer .popupTable
.multipleSelectControlBar {
  width: 16px;
  background: url("../common/default/buttons/vBack.gif") repeat-y top left;
  color:#ffffff;
  }
.dropDownCtrlTable .hiddenContainer .visibleContainer .popupTable
.multipleSelectControlBarOver {
  width: 16px;
  background: url("../common/default/buttons/vBack_o.gif") repeat-y top left;
  color:#ffffff;
  }
.dropDownCtrlTable .hiddenContainer .visibleContainer .popupTable
.multipleSelectControlBarDown { 
  width: 16px;
  background: url("../common/default/buttons/vBack_o.gif") repeat-y top left;
  color:#ffffff;
  }
  
    

/* MULTIPLE SELECT - SELECTED ITEMS */
.dropDownCtrlTable .hiddenContainer .visibleContainer .popupTable
.selectedItemsBar {
  background:  #ededed;
  }
.dropDownCtrlTable .hiddenContainer .visibleContainer .popupTable
.selectedItemsBar .selectedItemsTable {
  background:  #ffffff;
  }
.dropDownCtrlTable .hiddenContainer .visibleContainer .popupTable
.selectedItemsBar .selectedItemsTable TH {
  background: #336699;
  color: #ffffff;
  border: solid 2px #ededed; 
  }
.dropDownCtrlTable .hiddenContainer .visibleContainer .popupTable
.selectedItemsBar .selectedItemsTable TD {
  border: solid 2px #ededed; 
  }
.dropDownCtrlTable .hiddenContainer .visibleContainer .popupTable
.selectedItemsBar .selectedItemsTable .hover {
  background: #0000ff;
  color: #ffffff;
  }



.tabStrip a {
  color: #ffffff;
  }
.tabStrip .tab {
  background: #5a828c;
  color: #ffffff;
  height: 26px;
  padding: 0em;
  font-weight: bold;
  }
.tabStrip .selectedTab {
  background: #a2b9b9;
  color: #ffffff;
  height: 26px;
  padding: 0em;
  font-weight: bold;
  }
.tabStrip .edge {
  width: 17px;
  height: 28px;
  }
.tabStrip .edgeStart {
  background: transparent url("../common/green/tabedgel_p.gif") no-repeat top left;
  }
.tabStrip .edgeStartSelected {
  background: transparent url("../common/green/tabedgel_a.gif") no-repeat top left;
  }
.tabStrip .edgeMiddleLeft {
  background: transparent url("../common/green/taboverl_p.gif") no-repeat top left;
  }
.tabStrip .edgeMiddleRight {
  background: transparent url("../common/green/taboverr_p.gif") no-repeat top left;
  }
.tabStrip .edgeMiddleSelectedLeft {
  background: transparent url("../common/green/tabover_ap.gif") no-repeat top left;
  }
.tabStrip .edgeMiddleSelectedRight {
  background: transparent url("../common/green/tabover_pa.gif") no-repeat top left;
  }
.tabStrip .edgeEnd {
  background: transparent url("../common/green/tabedger_p.gif") no-repeat top left;
  }
.tabStrip .edgeEndSelected {
  background: transparent url("../common/green/tabedger_a.gif") no-repeat top left;
  }
.tabStrip .top, .tabStrip .topSelected, .tabStrip .bottom, .tabStrip .bottomSelected {
  height: 1px;
  background: #a2b9b9;
  }
.tabHeader, .tabHeader a {
  background: #a2b9b9;
  color: #ffffff;
  }
.tabContainer {
  border: 1px solid #a2b9b9;
  }

 
.labelText {
color: #040404;
}


.loginArea {
background: #C095D1;
color: #040404;
}

/* form page formating */
.label {
background: #C095D1;
}
.label, .label td {
color: #040404;
}
.labelBox {
border: 3px solid #C095D1;
}

.titleBox {
border: 3px solid #C095D1;
}
.titleBox th {
background: #C095D1;
color: #040404;
}

/* color select formating */
.colorSelect .chooserTable {
border: 3px solid #C095D1;
}

/* list pages formating */
.filterBox {
border: 3px solid #C095D1;
}
.filterBox th {
background: #C095D1;
color: #040404;
}

.listGUI .recordList th {
background: #C095D1;
color: #FFFFFF;
}
.listGUI .recordList th a {
color: #FFFFFF;
}
.listGUI .recordList .menu {
background: #C095D1;
}
.listGUI .recordList .colFooter {
background: #C095D1;
color: #FFFFFF;
}
.listGUI .recordList .colFooter a{
background: #C095D1;
color: #FFFFFF;
}
.listGUI .recordList .menuFooter {
background: #C095D1;
color: #FFFFFF;
}
.listGUI .recordList .actionList {
background: #C095D1;
}

.listGUI .displayList th {
background: #C095D1;
color: #FFFFFF;
}
.listGUI .displayList th a {
color: #FFFFFF;
}
.listGUI .displayList td {
background: #C095D1;
}


/* menu formating */
.sideMenu, .sideMenuSmall {
background-color: #C095D1;
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: #ECECEC;
}

.topMenu, .topMenuSmall {
background-color: #C095D1;
color: #FFFFFF;
}
.topMenu .menuActions a, .topMenuSmall .menuActions a {
color: #FFFFFF;
}

.topMenu .menuTabRejected, .topMenuSmall .menuTabRejected {
background-color: #B00000;
}
.topMenu .menuTabOver, .topMenuSmall .menuTabOver {
background-color: #D2B3DE;
}
.topMenu .menuTabSelected, .topMenuSmall .menuTabSelected {
background-color: #B07BC6;
}
.topMenu .menuTabRejectedLimited, .topMenuSmall .menuTabRejectedLimited {
background-color: #B00000;
}
.topMenu .menuTabSelectedLimited, .topMenuSmall .menuTabSelectedLimited {
background-color: #C095D1;
}

.helpMenu {
background: #336699;
 }

/* timesheet formating */
.tsGUI .timesheet th {
background: #C095D1;
color: #FFFFFF;
}
.tsGUI .timesheet .filterHeading {
background: #a0b4ce;
 color: black;
}
.tsGUI .timesheet .weekday {
background: #C095D1;
color: #040404;
}
.tsGUI .timesheet .holiday, .tsGUI .timesheet .durationTitle {
background: #AC74C3;
color: #040404;
}
.tsGUI .timesheet .etcTitle, .tsGUI .timesheet .inTitle, .tsGUI .timesheet .outTitle {
background: #C095D1;
color: #040404;
}
.tsGUI .timesheet .evenRow td, .tsGUI .timesheet .evenRow .etcCell {
background: #C095D1;
color: #040404;
}
.tsGUI .timesheet .oddRow td, .tsGUI .timesheet .oddRow .etcCell {
background: #B482C9;
color: #040404;
}
.tsGUI .timesheet .taskTimeOffFooter {
background: #C095D1;
}
.tsGUI .timesheet .dayHeaderRow td.normalday a {
color: #385ac6;
 }
.tsGUI .timesheet .dayHeaderRow td.dayoff a {
color: #688ab6;
 }
.tsGUI .timesheet .dayTotalRow td {
background: #B482C9;
color: #040404;
}
.tsGUI .timesheet .warning, .tsGUI .timesheet .columnTotalRow td {
background: #C095D1;
color: #FFFFFF;
}
.tsGUI .cellInfoBar {
background: #C095D1;
color: #040404;
}
.tsGUI .commentView th, .tsGUI .commentTable th, .tsGUI .approvalDetailsTable th {
background: #C095D1;
color: #FFFFFF;
}

.tsGUI .summaryTable th {
background: #C095D1;
color: #FFFFFF;
}

/* expense sheet formating */
.expGUI .expense th, .expGUI .summaryTable th {
background: #C095D1;
color: #FFFFFF;
}
.expGUI .expense .menu {
background: #C095D1;
color: #040404;
}
.expGUI .expense td.actionBar {
background: #C095D1;
color: #040404;
}
.expGUI .approvalDetailsTable th {
background: #C095D1;
color: #FFFFFF;
}

/* calendar formating */
.calendar {
border: solid 2px #FFFFFF;
}
.calendar td {
border: solid 1px #C095D1; 
}
.calendar .info, .calendar .info a, .calendar .info a:hover {
background: #C095D1;
color: #FFFFFF;
}
.calendar .colHeading { 
background: #C095D1; 
color: #FFFFFF;
}
.calendar .unused { 
background-color: #B0B0B0; 
color: #000000;
 }
.calendar .holiday, .calendar .holiday a, .calendar .holiday a:hover { 
background: #AC74C3; 
color: #040404;
}
.calendar .weekday, .calendar .weekday a, .calendar .weekday a:hover { 
background: #C095D1;
color: #040404;
}
.calendar .overduePeriod, .calendar .overduePeriod a, .calendar .overduePeriod a:hover {
background: #cf122e;
color: #ffffff;
}
.calendar .currentPeriod, .calendar .currentPeriod a, .calendar .currentPeriod a:hover {
background: #B07BC6;
color: #FFFFFF;
}

/* report formating */
.report .reportFilter {
background: #C095D1;
}
.report .reportFilter td {
color: #040404;
}
