/* @group Base */

.chzn-container  div {
  width: 100%;
}

.chzn-container {
  font-size: 11px;
  position: relative;
  display: inline-block;
  zoom: 1;
  font-family: Tahoma, Helvetica, Arial, sans-serif;
  *display: inline;
}
.chzn-container .chzn-drop {
  background: #fff;
  border: 1px solid #aaa;
  border-top: 0;
  position: absolute;
  top: 29px;
  left: 0;
  -webkit-box-shadow: 0 4px 5px rgba(0,0,0,.15);
  -moz-box-shadow   : 0 4px 5px rgba(0,0,0,.15);
  -o-box-shadow     : 0 4px 5px rgba(0,0,0,.15);
  box-shadow        : 0 4px 5px rgba(0,0,0,.15);
  z-index: 999;
}
/* @end */

/* @group Single Chosen */
.chzn-container-single .chzn-single {
  background-color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0 );   
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background-image: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-image: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-image: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-image: -ms-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-image: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%); 
  -webkit-border-radius: 5px;
  -moz-border-radius   : 5px;
  border-radius        : 5px;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
  border: 1px solid #aaaaaa;
  -webkit-box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
  -moz-box-shadow   : 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
  box-shadow        : 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
  display: block;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  height: 24px;
  line-height: 25px;
  padding: 0 0 0 8px;
  color: #444444;
  text-decoration: none;
}
.chzn-container-single .chzn-default {
	color: #999;
}
.chzn-container-single .chzn-single span {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  color: #000000;
}
.chzn-container-single .chzn-single abbr {
  display: block;
  position: absolute;
  right: 26px;
  top: 6px;
  width: 12px;
  height: 13px;
  font-size: 1px;
  background: url('chosen-sprite.png') right top no-repeat;
}
.chzn-container-single .chzn-single abbr:hover {
  background-position: right -11px;
}
.chzn-container-single .chzn-single div {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 18px;
}
.chzn-container-single .chzn-single div b {
  background: url('chosen-sprite.png') no-repeat 0 0;
  display: block;
  width: 100%;
  height: 100%;
}
.chzn-container-single .chzn-search {
  padding: 3px 4px;
  position: relative;
  margin: 0;
  white-space: nowrap;
  z-index: 1010;
}
.chzn-container-single .chzn-search input {
  background: #fff url('chosen-sprite.png') no-repeat 100% -22px;
  background: url('chosen-sprite.png') no-repeat 100% -22px, -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: url('chosen-sprite.png') no-repeat 100% -22px, -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('chosen-sprite.png') no-repeat 100% -22px, -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('chosen-sprite.png') no-repeat 100% -22px, -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('chosen-sprite.png') no-repeat 100% -22px, -ms-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('chosen-sprite.png') no-repeat 100% -22px, linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  outline: 0;
  border: 1px solid #aaa;
  font-family: sans-serif;
  font-size: 1em;
}
.chzn-container-single .chzn-drop {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius   : 0 0 4px 4px;
  border-radius        : 0 0 4px 4px;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
}
/* @end */

.chzn-container-single-nosearch .chzn-search input {
  position: absolute;
  left: -9000px;
}

/* @group Multi Chosen */
.chzn-container-multi .chzn-choices {
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -ms-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  border: 1px solid #aaa;
  margin: 0;
  padding: 0;
  cursor: text;
  overflow: hidden;
  height: auto !important;
  height: 1%;
  position: relative;
}
.chzn-container-multi .chzn-choices li {
  float: left;
  list-style: none;
}
.chzn-container-multi .chzn-choices .search-field {
  white-space: nowrap;
  margin: 0;
  padding: 0;
}
.chzn-container-multi .chzn-choices .search-field input {
  color: #666;
  background: transparent !important;
  border: 0 !important;
  font-family: sans-serif;
  font-size: 100%;
  height: 15px;
  padding: 5px;
  margin: 1px 0;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow   : none;
  -o-box-shadow     : none;
  box-shadow        : none;
}
.chzn-container-multi .chzn-choices .search-field .default {
  color: #999;
}
.chzn-container-multi .chzn-choices .search-choice {
  -webkit-border-radius: 3px;
  -moz-border-radius   : 3px;
  border-radius        : 3px;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0 ); 
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -ms-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%); 
  -webkit-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
  -moz-box-shadow   : 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
  box-shadow        : 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
  color: #333;
  border: 1px solid #aaaaaa;
  line-height: 13px;
  padding: 3px 20px 3px 5px;
  margin: 3px 0 3px 5px;
  position: relative;
  cursor: default;
}
.chzn-container-multi .chzn-choices .search-choice-focus {
  background: #d4d4d4;
}
.chzn-container-multi .chzn-choices .search-choice .search-choice-close {
  display: block;
  position: absolute;
  right: 3px;
  top: 4px;
  width: 12px;
  height: 13px;
  font-size: 1px;
  background: url('chosen-sprite.png') right top no-repeat;
}
.chzn-container-multi .chzn-choices .search-choice .search-choice-close:hover {
  background-position: right -11px;
}
.chzn-container-multi .chzn-choices .search-choice-focus .search-choice-close {
  background-position: right -11px;
}
/* @end */

/* @group Results */
.chzn-container .chzn-results {
  margin: 0 4px 4px 0;
  max-height: 240px;
  padding: 0 0 0 4px;
  width: 100%;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
}
.chzn-container-multi .chzn-results {
  margin: -1px 0 0;
  padding: 0;
}
.chzn-container .chzn-results li {
  display: none;
  line-height: 15px;
  padding: 5px 6px;
  margin: 0;
  list-style: none;
}
.chzn-container .chzn-results .active-result {
  cursor: pointer;
  display: list-item;
}
.chzn-container .chzn-results .highlighted {
  background-color: #3875d7;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3875d7', endColorstr='#2a62bc', GradientType=0 );  
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: -ms-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  color: #fff;
}
.chzn-container .chzn-results li em {
  background: #feffde;
  font-style: normal;
}
.chzn-container .chzn-results .highlighted em {
  background: transparent;
}
.chzn-container .chzn-results .no-results {
  background: #f4f4f4;
  display: list-item;
}
.chzn-container .chzn-results .group-result {
  cursor: default;
  color: #999;
  font-weight: bold;
}
.chzn-container .chzn-results .group-option {
  padding-left: 15px;
}
.chzn-container-multi .chzn-drop .result-selected {
  display: none;
}
.chzn-container .chzn-results-scroll {
  background: white;
  margin: 0 4px;
  position: absolute;
  text-align: center;
  width: 321px; /* This should by dynamic with js */
  z-index: 1;
}
.chzn-container .chzn-results-scroll span {
  display: inline-block;
  height: 17px;
  text-indent: -5000px;
  width: 9px;
}
.chzn-container .chzn-results-scroll-down {
  bottom: 0;
}
.chzn-container .chzn-results-scroll-down span {
  background: url('chosen-sprite.png') no-repeat -4px -3px;
}
.chzn-container .chzn-results-scroll-up span {
  background: url('chosen-sprite.png') no-repeat -22px -3px;
}
/* @end */

/* @group Active  */
.chzn-container-active .chzn-single {
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
  -moz-box-shadow   : 0 0 5px rgba(0,0,0,.3);
  -o-box-shadow     : 0 0 5px rgba(0,0,0,.3);
  box-shadow        : 0 0 5px rgba(0,0,0,.3);
  border: 1px solid #5897fb;
}
.chzn-container-active .chzn-single-with-drop {
  border: 1px solid #aaa;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  -moz-box-shadow   : 0 1px 0 #fff inset;
  -o-box-shadow     : 0 1px 0 #fff inset;
  box-shadow        : 0 1px 0 #fff inset;
  background-color: #eee;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0 );
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  background-image: -ms-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  -webkit-border-bottom-left-radius : 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft : 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-left-radius : 0;
  border-bottom-right-radius: 0;
}
.chzn-container-active .chzn-single-with-drop div {
  background: transparent;
  border-left: none;
}
.chzn-container-active .chzn-single-with-drop div b {
  background-position: -18px 1px;
}
.chzn-container-active .chzn-choices {
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
  -moz-box-shadow   : 0 0 5px rgba(0,0,0,.3);
  -o-box-shadow     : 0 0 5px rgba(0,0,0,.3);
  box-shadow        : 0 0 5px rgba(0,0,0,.3);
  border: 1px solid #5897fb;
}
.chzn-container-active .chzn-choices .search-field input {
  color: #111 !important;
}
/* @end */

/* @group Disabled Support */
.chzn-disabled {
  cursor: default;
  opacity:0.5 !important;
}
.chzn-disabled .chzn-single {
  cursor: default;
}
.chzn-disabled .chzn-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @group Right to Left */
.chzn-rtl { text-align: right; }
.chzn-rtl .chzn-single { padding: 0 8px 0 0; overflow: visible; }
.chzn-rtl .chzn-single span { margin-left: 26px; margin-right: 0; direction: rtl; }

.chzn-rtl .chzn-single div { left: 3px; right: auto; }
.chzn-rtl .chzn-single abbr {
  left: 26px;
  right: auto;
}
.chzn-rtl .chzn-choices .search-field input { direction: rtl; }
.chzn-rtl .chzn-choices li { float: right; }
.chzn-rtl .chzn-choices .search-choice { padding: 3px 5px 3px 19px; margin: 3px 5px 3px 0; }
.chzn-rtl .chzn-choices .search-choice .search-choice-close { left: 4px; right: auto; background-position: right top;}
.chzn-rtl.chzn-container-single .chzn-results { margin: 0 0 4px 4px; padding: 0 4px 0 0; }
.chzn-rtl .chzn-results .group-option { padding-left: 0; padding-right: 15px; }
.chzn-rtl.chzn-container-active .chzn-single-with-drop div { border-right: none; }
.chzn-rtl .chzn-search input {
  background: #fff url('chosen-sprite.png') no-repeat -38px -22px;
  background: url('chosen-sprite.png') no-repeat -38px -22px, -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: url('chosen-sprite.png') no-repeat -38px -22px, -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);  
  background: url('chosen-sprite.png') no-repeat -38px -22px, -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('chosen-sprite.png') no-repeat -38px -22px, -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('chosen-sprite.png') no-repeat -38px -22px, -ms-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('chosen-sprite.png') no-repeat -38px -22px, linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  padding: 4px 5px 4px 20px;
  direction: rtl;
}
/* @end */
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; }
.ui-timepicker-rtl dl dd { margin: 0 65px 10px 10px; }
/*! jQuery UI - v1.9.2 - 2013-01-15
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.autocomplete.css, jquery.ui.datepicker.css, jquery.ui.menu.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=03_highlight_soft.png&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=02_glass.png&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=03_highlight_soft.png&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=08_diagonals_thick.png&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=08_diagonals_thick.png&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=01_flat.png&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* Copyright (c) 2013 jQuery Foundation and other contributors Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; }
.ui-helper-clearfix:after { clear: both; }
.ui-helper-clearfix { zoom: 1; }
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */
.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; font-size:0em; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}.ui-menu { list-style:none; padding: 2px; margin: 0; display:block; outline: none; }
.ui-menu .ui-menu { margin-top: -3px; position: absolute; }
.ui-menu .ui-menu-item { margin: 0; padding: 0; zoom: 1; width: 100%; }
.ui-menu .ui-menu-divider { margin: 5px -2px 5px -2px; height: 0; font-size: 0; line-height: 0; border-width: 1px 0 0 0; }
.ui-menu .ui-menu-item a { text-decoration: none; display: block; padding: 2px .4em; line-height: 1.5; zoom: 1; font-weight: normal; }
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active { font-weight: normal; margin: -1px; }

.ui-menu .ui-state-disabled { font-weight: normal; margin: .4em 0 .2em; line-height: 1.5; }
.ui-menu .ui-state-disabled a { cursor: default; }

/* icon support */
.ui-menu-icons { position: relative; }
.ui-menu-icons .ui-menu-item a { position: relative; padding-left: 2em; }

/* left-aligned */
.ui-menu .ui-icon { position: absolute; top: .2em; left: .2em; }

/* right-aligned */
.ui-menu .ui-menu-icon { position: static; float: right; }

/* Component containers
----------------------------------*/
.ui-widget { font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif; font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #dddddd; background: #eeeeee url(ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x; color: #333333; }
.ui-widget-content a { color: #333333; }
.ui-widget-header { border: 1px solid #e78f08; background: #f6a828 url(ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x; color: #ffffff; font-weight: bold; }
.ui-widget-header a { color: #ffffff; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #cccccc; background: #f6f6f6 url(ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #1c94c4; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #1c94c4; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #fbcb09; background: #fdf5ce url(ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #c77405; }
.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited { color: #c77405; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #fbd850; background: #ffffff url(ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #eb8f00; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #eb8f00; text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fed22f; background: #ffe45c url(ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #b81900 url(ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat; color: #ffffff; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #ffffff; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #ffffff; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
.ui-state-disabled .ui-icon { filter:Alpha(Opacity=35); } /* For IE8 - See #6059 */

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(ui-lightness/images/ui-icons_222222_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(ui-lightness/images/ui-icons_222222_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(ui-lightness/images/ui-icons_ffffff_256x240.png); }
.ui-state-default .ui-icon { background-image: url(ui-lightness/images/ui-icons_ef8c08_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(ui-lightness/images/ui-icons_ef8c08_256x240.png); }
.ui-state-active .ui-icon {background-image: url(ui-lightness/images/ui-icons_ef8c08_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(ui-lightness/images/ui-icons_228ef1_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(ui-lightness/images/ui-icons_ffd27a_256x240.png); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }

/* Overlays */
.ui-widget-overlay { background: #666666 url(ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat; opacity: .5;filter:Alpha(Opacity=50); }
.ui-widget-shadow { margin: -5px 0 0 -5px; padding: 5px; background: #000000 url(ui-lightness/images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x; opacity: .2;filter:Alpha(Opacity=20); -moz-border-radius: 5px; -khtml-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }/* Common - rules for all elements of certain types across site [1]
-------------------------------------------------------------- */

/* ------------------------ Common Elements ------------------------- */

* {
	margin: 0;
	padding: 0;
	color: #333;
}

body {
	background-color: #FFF;
	width: 100%;
}

body, input {

	font-size: 11px;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	line-height: 1.5em;
}

a, a span {
	color: #0069AC;
}

a:hover, a span:hover {
	color: #08375E;
	text-decoration: none;
}

a:visited {
	color: #605CA8;
}

a img {
	border: 0;
}

p, .resources, .contactus {
	font-size: 12px;
	margin: 10px 0;
	width: 50em;
	padding: 10px 10px 0px 10px;
	text-align: justify;
}

p.singleline {
	text-align: center;
}

h1, h2 {
	color: #3F6789;
	border-bottom: 1px solid #3F6789;
	font-weight: bold;
}

.redpayments h1, .redpayments h2 {
	border-bottom: 1px solid #ce2127 !important;
}

h1 {
	font-size: 15px;
	padding-bottom: 2px;
}

h2 {
	font-size: 12px;
	margin-top: 10px;
	text-align: left;
}

h3 {
	font-size: 12px;
	vertical-align: middle;
	border-bottom: 1px solid #000;
	background: url('../images/fieldset_h3_background.gif') bottom;
}

ul {
	text-align: left;
	list-style: none;
}

ol {
	margin-left: 45px;
	padding: 5px;
}

table {
	border-collapse: collapse;
	border-spacing: 0;	/* for safari */
}

/* ------------------ Fieldsets + Misc. Elements ------------------ */

#reportContent, .editWorkflow {
	background-color: #FFF;
	border: 1px solid #000000;
	width: auto;
	padding-bottom: 1em;
	margin-bottom: 1em;
}

#titlepage {
	font-weight: bold;
	font-size: 18px;
	padding: 1em 1em 1em 0;
	text-align: center;
}

h2 span {
	text-align: right;
}

.header th {
	border-style:solid;
	border: 1px solid #BACCDA;
	border-right: 1px solid #CFCFCF;
}

pre {
	overflow: auto;
	text-align: left;
	white-space: -moz-pre-wrap;	/* Mozilla, supported since 1999 */
	white-space: -pre-wrap;		/* Opera 4 - 6 */
	white-space: -o-pre-wrap;	/* Opera 7 */
	white-space: pre-wrap;		/* CSS3 - Text module (Candidate Recommendation) http://www.w3.org/TR/css3-text/#white-space */
	word-wrap: break-word;		/* IE 5.5+ */
	background-color: #FBFCF1;
	border: 1px solid #C0C0C0;
	height: 13em;
	margin-right: 10px;
	padding: 5px;
}

pre.stacktrace {
	background-color: #F2F2F2;
	height: auto;
}

.fdr_application legend {
	padding: 10px;
	font-weight: bold;
	font-size: 12px;
	vertical-align: middle;
}

fieldset {
	display: block;
	background-color: #FAFAFA;
	vertical-align: top;
	text-align: left;
	margin-top: 10px;
	padding: 0 0 10px 10px;
}

fieldset h3 {
	padding: 0px 3px 2px 10px; /* added 5px to 3px */
	margin: 0 0 10px -10px;
}

fieldset fieldset {
	padding: 0;
	border: 1px dotted #898989;
}

fieldset img {
	padding-top: 3px;
	float: right;
}

fieldset p {
	margin: 0;
	padding: 0;
}


fieldset label {
	font-weight: bold;
}

fieldset div td label {
	font-weight: normal;
}

fieldset ul ul {
	margin: 0 0 0 10px;
}

fieldset li input {
	vertical-align: middle;
	margin: 0 5px 0 0;
}

fieldset.oneline {
	border: none;
	display: inline;
	padding: 0;
}

dt, dd {
	text-align: left;
	padding: 3px 0;
	border-top:1px solid #ECECEC;
}

dt {
	width: 30%;
	font-weight: bold;
	float: left;
	clear: left;
	text-align: left;
}

dt a {
	font-weight: normal;
}

dt.alert, dd.alert span {
	color: #ED1C24;
	font-weight: bold;
}

.alert {
	color: #ED1C24;
}

fieldset dl {
	margin-top: 0.5em;
}

fieldset dt, fieldset dd {
	border: none;
	width: auto;
}

fieldset dt {
	width: 160px;
}

fieldset dd {
	float: expression('none');
	float: left;
	min-height: 20px;
}

#contacts dd {
	float: none;
}

#risk_application_fields dt, #risk_application_fields dd, #risk_equifax_fields dt, #risk_equifax_fields dd {
	border-top:1px solid #ECECEC;
}

#risk_application_fields dt, #risk_equifax_fields dt {
	width: 50%;
}

fieldset dd ul, fieldset dd span span, fieldset dd span span p {
	float: left;
}

fieldset dd span {
	display: block;
	display: expression('inline-block');
}

fieldset dd ,
fieldset dd input
{
	width: 141px;
}


div.userProfile fieldset dd ,
div.userProfile fieldset dd input,
fieldset dl.current_stats dd,
fieldset dd input[name=new_mid]
{
    width: 141px;
}



fieldset dd span span {
	border: 1px solid #8C8C8C;
	margin: -0.145em -5px;
}

fieldset dd span span p {
	background-color: #fff;
	padding-left: 4px;
	width: 25em;
}

input, select, textarea {
	border: 1px solid #8C8C8C;
	width: auto;
}

textarea {
	height: 10em;
	width: 25em;
}

#attachments_frm textarea {
	height: 10em;
	width: 17em;
}

.merchant_title_green {
    color: green;
}
.merchant_title_blue {
    color: #3F6789;
}

.merchant_title_purple {
    color: #c842f4;
}
.merchant_title_orange {
    color: #f4aa42;
}


.sales_promotions{
  color: green;
  font-weight: bolder
}

.sales_promotions .search-choice span{
  color: green;
}

.uw_on_hold{
  color: #ff8000 ;
  font-weight: bolder
}

/* TCB Pay branding */

.tcbpay h1, .tcbpay h2 {
	border-bottom: 1px solid #42738D !important;
}

.tcbpay #pageheader {
	background: url('/images/background_navbar_tcb.gif') #42738D top left !important;
}

.tcbpay .info {
    background-color: transparent !important;
}

.tcbpay div#navbar {
	background-color: transparent !important;
    min-width: 50%;
}
.tcbpay #menus li a
{
    background-color: none !important;
}
.tcbpay #pagefooter {
    background: url('../images/background_footer_tcb.gif') top left;
}

.tcbpay .logoSection {
	background: url('../images/background_breadcrumbs_tcb.gif') no-repeat scroll 165px 0px #fff;
	width: 190px;
}

.tcbpay .logoSection img {
	padding-top: 1px;
}

.tcbpay #menus li {
	border-right: 1px solid #3F6789;
    height: 17px;
}

/* RBS Group branding*/


.rbsgroup h1, .rbsgroup h2 {
	border-bottom: 1px solid #9b0000 !important;
}

.rbsgroup #pageheader {
	background: url('/images/background_navbar_rbs.gif') #9b0000 top left !important;
}

.rbsgroup .info {
    background-color: transparent !important;
}

.rbsgroup div#navbar {
	/*float: left;*/
	background-color: transparent !important;
    min-width: 50%;
}
.rbsgroup #menus li a
{
    background-color: none !important;
}
.rbsgroup #pagefooter {
    background: url('../images/background_footer_rbs.gif') top left;
}

.rbsgroup .logoSection {
	background: url('../images/background_breadcrumbs_rbs.gif') no-repeat scroll 165px 0px #fff;
}

.rbsgroup .logoSection img {
	padding-top: 1px;
}

.rbsgroup #menus li {
	border-right: 1px solid #260000;
    height: 17px;
}

/* PROCEED Pay branding */

.proceedpay h1, .proceedpay h2 {
	border-bottom: 1px solid #42738D !important;
}

.proceedpay #pageheader {
	background: url('/images/background_navbar_proceedpay.gif') #42738D top left !important;
}

.proceedpay .info {
    background-color: transparent !important;
}

.proceedpay div#navbar {
	background-color: transparent !important;
    min-width: 50%;
}
.proceedpay #menus li a
{
    background-color: none !important;
}
.proceedpay #pagefooter {
    background: url('../images/background_footer_proceed.gif') top left;
}

.proceedpay .logoSection {
	background: url('../images/background_breadcrumbs_proceed.gif') no-repeat scroll 165px 0px #fff;
	width: 190px;
}

.proceedpay .logoSection img {
	padding-top: 1px;
}

.proceedpay #menus li {
	border-right: 1px solid #3F6789;
    height: 17px;
}



/* Zero Fee Solutions branding */

.zerofeesolutions h1, .zerofeesolutions h2 {
	border-bottom: 1px solid #42738D !important;
}

.zerofeesolutions .info {
    background-color: transparent !important;
}

.zerofeesolutions #pagefooter {
    background: url('../images/background_footer_proceed.gif') top left;
}

.zerofeesolutions .logoSection {
	background: url('../images/background_breadcrumbs_zerofeesolutions.png') no-repeat scroll top right #fff !important;
	width: 190px;
}

.zerofeesolutions .logoSection img {
	padding-top: 1px;
}

.zerofeesolutions #menus li {
	border-right: 1px solid #3F6789;
    height: 17px;
}
/* Layout - rules for page layout, header, footers across site [2]
-------------------------------------------------------------- */

/* ----------------------- Page Header ---------------------------- */
#layout {
	min-width: 990px;
}

#header {
	width: 100%;
	position: fixed;
	z-index: 3000;
}

#pageheader {
	height: 22px;
	background-color: #081F2C !important ;
}

.redpayments #pageheader {
	background: url('/images/background_navbar_rp.gif') #ce2127 top left !important;
}


#pageheader a {
	text-decoration: none;
}

.logoSection, div#navbar {
	float: left;
	background-color: #081F2C !important;
}

.logoSection img {
	padding-top: 0px;
}

.info {
	float: right;
	color: #fff;
	padding: 0 5px;
	background-color: #081F2C; 
}

.redpayments .info {
    background-color: transparent !important;
}

.info a, .info a:hover, #pagefooter a, .info a:visited {
	color: #CADA8F;
}

/* -------------------- Top Navigation Bar ---------------------- */
div#navbar {
    background-color: #081F2C;
    height: 22px;
}

.redpayments div#navbar {
	float: left;
	background-color: transparent !important;
    min-width: 50%;
}


div#breadcrumbs {
	position: relative;
	left: -25px; /* offset over the curvy logo image */
}

#menus li {
	float: left;
	border-right: 1px solid #3F6789;
	cursor: pointer;
    height: 19px;
    vertical-align: middle;
}

#menus li ul li {
	border-right: none;
}

#menus li a {
	display: block;
	color: #fff;
	padding: 0 7px;
}

.redpayments #menus li a
{
    /* test */
    background-color: none !important;
}

#menus li ul {
	width: 1px;
}

#menus li ul li a {
	color: #000;
	background-image: none;
	width: 170px;
	padding: 0.3em 1em;
	background-color: #ECECEC;
	border: 1px solid #036;
}

#menus li ul li a:hover {
	background-color: #D3DD99;
	border: 1px solid #C0C0C0;
}

#menus li ul li a, #menus li ul li a:hover {
	border-top: none;
	text-align: left;
}

#menus ul, #breadcrumbs .lists  {
	display: none;
	position: absolute;
}

#menus li:hover ul, #menus ul li, #breadcrumbs ul li, #breadcrumbs li:hover ul {
	display: block;
	z-index: 1;
}

div#slowPageLoad {
	float: right;
}

#slowPageLoad li ul li {
	display: none;
	margin-top: -2px;
}

#slowPageLoad li:hover li {
	position: absolute;
	display: block;
	color: #000;
	width: 200px;
	padding: 0.3em 1em;
	background-color: #ECECEC;
	border: 1px solid #036;
}

#slowPageLoad li ul li a {
	color: #000;
}

#slowPageLoad li a {
	color: #ECE031;
	font-weight: bold;
}

/* ----------------------- Breadcrumbs ------------------------ */
#breadcrumbs {
	float: left;
	height: 19px;
	padding-left: 25px;

	margin-top: 1px;
	width: 50%;

}

#breadcrumbs li {
	float: left;
	padding: 0 3px 0 3px;
	white-space: nowrap;
	max-width: 20em;
	overflow: hidden;
}

#breadcrumbs .lists {
	margin-top: expression('-3px');
	border: 1px solid #C0C0C0;
	background-color: #F2F6E3;
}

#breadcrumbs .current {
	font-weight: bold;
}

/* --------------------- Content ------------------------ */
#content {
	margin-top: 45px;
	float: left;
	width: 98%;
	padding: 10px;
}

#login {
	text-align: center;
	padding-top: 5px;
}

/* --------------------- Quick Search box ------------------------ */

div#searchbox {
	height: 30px;
	float: right;
	background: #FAFAFA url('../images/background_searchbox.gif') no-repeat bottom left;
	background-size: 100% 100%;
    -moz-background-size:100% 100%;
	padding: 0 2px 0 8px;
    width: 223px;
}

#searchbox fieldset {
	margin: 0px;
	padding-top: 3px;
}

#searchbox fieldset img {
	clear: both;
	float: none;
}

#searchbox input {
	float: left;
	height: 18px;
	font-size: 11px;
	font-weight: bold;
	vertical-align: middle;
	width: 187px;
	width: expression('auto');
}

.agent .report .title th, div.agent ul, .searchResults .agent h2, .agent .bareReport {
	color: #8CB08C;
	background-color: #E8F3E8;
}

.user .report .title th, div.user ul, .searchResults .user h2, .user .bareReport {
	color: #BABA61;
	background-color: #FAFACF
}

.agent ul {
	border: 1px solid #8CB08C;
}

.user ul {
	border: 1px solid #BABA61;
}

.agent .report .header th {
	background-color: #D2E7D2;
}

.agent .title span {
	color: #8CB08C;
	background: url('../images/IconAgent.gif') center left no-repeat;
}

.app div, div.app ul {
	background-color: #F1F1F1;
	border: 1px solid #333;
}

.searchResults .app h2 {
	border: 1px solid #333;
}

.merchant .report .title th, div.merchant ul, .searchResults .merchant h2, .merchant .bareReport {
	color: #81A8BF;
	background-color: #E5F1F7;
}

.merchant ul {
	border: 1px solid #81A8BF;
}

.merchant .header th {
	background-color: #CCE2F0;
}

.merchant .title span {
	color: #81A8BF;
	background: url('../images/IconMerchant.gif') center left no-repeat;
}

.searchResults ul {
	padding: 10px;
}

.searchResults li {
	padding: 3px 0;
	margin-left: 1em;
}

.searchResults .agent h2, .searchResults .merchant h2, .searchResults .app h2, .searchResults .user h2 {
	background-color: transparent;
	border: none;
}

/*  --------------------------- Page Footer ----------------------------- */
#pagefooter {
	clear: both; /* needed if content and navbar are floating */
	height: 18px;
	padding-top: 12px;
	text-align: center;
	color: #FFF;
	background: url('../images/background_footer.gif') top left;
}

.redpayments #pagefooter {
    background: url('../images/background_footer_rp.gif') top left;
}

#pagefooter .server_info {
	float: right;
	color: #FFF;
	width: 75px;
	position: relative;
	top: -12px; /* matches #pagefooter padding */
	font-size: 60%;
}

/* --------------------- Display Messages/Errors ------------------------ */
#messages div, #messages li {
	text-align: center;
	font-style: italic;
	padding: 0.2em;
}

#error, .error_field, span.error_field, #wizard span.error_field input, #wizard span.error_field select ,
.fdr_application .error_field,
ng-invalid
{
	background: #F4E3E3;
	border: 2px solid #B54040;
}

#status {
	background: #D7DFC8;
	border: 1px solid #879F5A;
}

/* Page Specific - rules for Login, Contact,and Home pages [5]
------------------------------------------------------------------ */

/* ---------------------- Login ---------------------- */
#login fieldset, #email fieldset {
	width: 22em;
}

.main p {
	text-align: center;
}

/* ---------------------- Account Creation ---------------------- */

dl#listdetails {
	width: 50em;
}

/* ------------------- Commission Rate Editing ---------------------- */

.editCommissionProfile dl {
	text-align: center;
}

.editCommissionProfile dt, .editCommissionProfile dd {
	width: auto;
	clear: both;
}

.editCommissionProfile dd {
	text-align: center;
}

.editCommissionProfile pre {
	width: 40%;
}

.editCommissionProfile h2 {
	clear: both;
}

.editCommissionProfile select, .editCommissionProfile textarea {
	margin: 5px;
}

.editCommissionProfile textarea {
	padding: 5px;
	width: auto;
	height: auto;
}

/* ------------------- Workflow Editing ---------------------- */

.editWorkflow dl {
	text-align: center;
}

.editWorkflow dt, .editWorkflow dd {
	float: none;
	width: auto;
	clear: both;
	padding: 8px;
}

.editWorkflow dd {
	text-align: center;
}

.editWorkflow pre {
	width: 40%;
	height: auto;
}

.editWorkflow h2 {
	clear: both;
}

.editWorkflow select, .editWorkflow textarea {
	margin: 5px;
}

.editWorkflow textarea {
	padding: 5px;
	width: auto;
	height: auto;
}

/* ---------------------------- News ---------------------------- */

#news dl {
	padding: 0 1em;
}

#news dt {
	width: 100%;
	margin-top: 10px;
	border-bottom: 1px solid #333;
	font-weight: bold;
}

#news div.date {
	float: left;
	margin: 7px 10px 0 0;
	width: 50px;
	background-color: #DEDEDE;
	border: 1px solid #C0C0C0;
	text-align: center;
	background: url('../images/bg_news_date.gif') bottom;
}

#news .date span {
	display: block;
	font-size: 14px;
	padding: 1px;
}

#news .date #day {
	font-weight: bold;
	font-size: 20px;
}

fieldset#contacts p {
	float: left;
	width: auto;
	text-indent: -0.5em;
	padding-left: 0.5em;
	white-space: nowrap;
}

/* copied style from dt */
fieldset#contacts p:first-line {
	color: #07375F;
	font-weight: bold;
}

fieldset#contacts input {
	border: 1px solid #8c8c8c;
}

fieldset#contacts select {
	border: 1px solid #8c8c8c;
}


/* for multiline tooltip on merchant profile page */
.tooltip {
	position: relative;
}

.tooltip_container:hover .tooltip {
	display: block;
	position: absolute;
    background-color: #ffffe0;
    border:1px solid #000;
    padding: 2px;
}

.tooltip_container .tooltip {
	display: none;
}

/* ---------------------------- ChangeUser Settings ---------------------------- */
div.expander {
	background-color: #F3F7E5;
	border: 1px solid #CFCFCF;
	margin: 0 10px 0px 0;
	padding: 2px 5px;
	cursor: pointer;
	height: 15px;
	overflow: hidden;
	margin-top: 2px;
}

/* ------------------- Billing Account ---------------------- */

.BillingAddress textarea {
	padding: 2px;
	width: 300px;
	height: 120px;
}

.BillingPlan textarea {
	height: auto;
}

.BillingAccount form {
	width: auto;
	line-height: 20px;
	margin-left: 1px;
}

.BillingAccount h1, h2, h3 {
	text-align: left;
}

span.billing_plan span {
	width: auto;
}

/* ------------------- Inventory ---------------------- */

.Inventory textarea {
	height: auto;
}

.Inventory form {
	border: none;
}


/* Agent Profile */
.agentProfile .long_subagents_list, .agentProfile .long_users_list {
	float: left;
	height: 10em;
	overflow: auto;
	margin-bottom: 1em;
}

/* Application - rules for application forms                     [-]
(split off from form.css)
------------------------------------------------------------------ */

/* form background */
.application div, #wizard #appWizard, form#process_task_frm {
	/*background-color: #FAFAFA; */
}

#wizard #appWizard, form#process_task_frm {
	border: 1px solid #C7CFD6;
}

.application span {
	white-space: nowrap;
}

.application h3 {
	text-align: left;
	margin-bottom: 1px;
	padding: 20px 10px 2px;
}

.application h3 span ,
.section_head
{
	float: right;
	margin: -17px 8px 0 0;
}

.application div div {  /* IE fix */
	float: expression('left');
	text-align: left;
}

.application th {
	font-weight: bold;
	background-color: #EFEFEF;
	text-align: left;
	padding-left: 5px;
}

.fdr_application th {
	text-align: center;
}

.application label {
	float: left;
    font-weight: normal;
	width: auto;
	height: expression('auto');
	vertical-align: middle;
}

.application * input
{
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	padding: 5px;
}

 .fdr_application label,  .fdr_application span
{
	padding: 5px 0 10px 3px;
}

.application table p {
	width: auto;
}

.application table {
	width: expression('100%');
}

.application td {
	padding: 5px 0 10px 0;
	vertical-align: top;
	border: 1px solid #DFDFDF;
	text-align: left;
}

.fdr_application td {
	padding: 0;
}
#app_info{
    min-width: 235pt;
}
#application_checklist #application_info .left_col {
	width: auto;
}

#application_checklist .checklist fieldset dt {
	width: 105px;
}

#application_checklist .checklist, .toc {
	float: left;
	width: 25em;
	background-color: #fff;
	padding-right: 0.7em;
	margin-right: 1px;
}

#application_checklist form, #report form, .merchantProfile form, .agentProfile form, .taskProfile form, #application_info form {
	width: auto;
	background-color: transparent;
	border: none;
	padding: 0;
}

/* Home - rules for Home page [-]
------------------------------------------------------------------ */

.floatbox {
	float: left;
	clear: left;
	width: 100%;
	margin-bottom: 1em;
}

.floatbox dl {
	width: 100%;
	float: left;
}

.floatbox dt, .floatbox dd {
	border-top: 1px solid #C0C0C0;
	padding: 2px 0 4px 0;
	float: left;
}

.floatbox dt {
	margin-left: 2%;
}

.floatbox dd {
	margin-right: 2%;
	text-align: right;
}

#systemStatus.floatbox dt {
	width: 46%;
}

#systemStatus.floatbox dd {
	width: 46%;
}

.pageFooter {
	padding: 3px;
}

#home h2, .agentProfile h2 {
	background-color: transparent;
	border-bottom: 1px solid #A0A0A0;
}

#home .main {
	float: left;
	width: 70%;
}

#home .sidebar {
	text-align: right;
	float: left;
	width: 29%;
	margin-left: 1%;
}

#home .sidebar #news dd {
	clear: left;
}

#home #merchant_status h2 { /* position and width of graph title */
	width: 200px;
}


#home #volume_overview {
	margin-right: 50px;
}

#volume_overview table.report {
	width: auto;
}

#agent_stats div {
	float: left;
	margin-top: 5px;
}

div#agent_stats h2 {
	color: #333;
}

#agent_profile_reports {
	clear: both;
	float: left;
}

.corner_gui {
	/*position: absolute;*/
	right: 217px;
	top: 30px;
}

/* Task - rules for Tasks form element							[-]
------------------------------------------------------------------ */

.tasks {
	border: 1px solid #EDEDDD;
	font-size: 11px;
	padding: 5px;
}

.tasks .report .title th, .tasks .bareReport {
	color: #81A8BF;
}

.tasks .report .header th, .tasks .report .total td {
	background-color: #E2E2D1;
}

.tasks .even {
	background-color: #EAEAE1;
}

.tasks div {
	border-bottom: 1px solid #CFCFCF;
	background-color: #f3f7e5; /* #F2F6E3; #E8E8E4; EEEEDA; E8E8E4; FAFAF5; */
	padding: 2px 5px;
}

.tasks #dateTask {
	width: 12em;
}

.tasks span {
	display: -moz-inline-box;
	display: inline-block;
	padding: 2px;
}

.tasks #priority {
	width: 4em;
}

.tasks #assigned, .tasks #taskStatus, .tasks #taskStatusOpen, .tasks #taskStatusPended {
	white-space: nowrap;
	width: 10em;
}

.history .tasks #title {
	width: 20em;
}

.history .tasks #taskStatus, .history .tasks #taskStatusOpen, .tasks #taskStatusPended {
	width: 12em;
}

.tasks #assigned, .tasks #taskStatusOpen, .tasks #taskStatusPended {
	font-weight: bold;
}

.tasks #taskStatusOpen {
	background: #D7DFC8;
	color: #879F5A;
}

.tasks #taskStatusPended {
	background: #bbb;
}

.taskAttachmentList fieldset {
	float: left;
	width: 26%;
	margin-bottom: 1%;
}

.taskAttachmentList .comments {
	width: 70%;
	margin-right: 1%;
}

div.taskInfo {
	border-bottom: 1px solid #CCCCCC;
	padding: 4px 10px;
	background: url('../images/bg_report_h2.gif') bottom;
}

.taskInfo span#right span {
	text-align: left;
}

div.taskAction, form#process_task_frm {
	clear: both;
}

.taskAction  input, .taskAction select {
	border: 1px solid none;
	/*width : 100%;  for terminal table*/
}

.taskAction span {
	clear: both;
	text-align: left;
}

.taskAction td {
	padding: 4px;
}

fieldset.taskInfoBox {
	margin-left: auto;
	margin-right: auto;
	width: 50em;
	margin-top: 10px;
	margin-bottom: 10px
}

fieldset.taskInfoBox p {
	width: auto;
}

fieldset.taskInfoBox .content {
	padding-right: 20px;
}

div.terminalCoding table th,
div.terminalCoding table td {
	padding: 4px;
}

table.terminalHierarchy .level-1 {
	background-color: #F3F7E5;
	font-weight: bold;
}

table.terminalHierarchy .level-1 td {
	border-bottom: 1px solid black;
	border-top: 1px solid black;
}

div.terminalCoding div.comment {
	margin: 25px auto 25px auto;
	width: 400px;
}

table.terminalCoding th.codingSheet,
table.terminalCoding td.codingSheet {
	width: 14.5em;
	padding-left: 0;
	padding-right: 0;
}

table.terminalCoding td.codingSheet .command {
	text-align: center;
}

table.terminalCoding td.codingSheet  textarea {
	width: 13em;
	height: 15ex;
	overflow: auto;
	font-family: monospace;
	font-size: 12px;
}
/* Commission Stmnt - rules for Commission Statement Tables [11]
---------------------------------------------------------------------- */

#statement {
	background-color: #FFF;
	text-align: center;
}

#statement h1 {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	width: 100%;
	border-bottom: 1px solid #B0D11E;
}

#statement dl {
	margin: 10px 35% 0 35%;
}

#statement dt, #statement dd {
	padding: 0 5px;
	font-weight: bold;
}

#statement dt {
	width: 40px;
}

#statement dd {
	white-space: nowrap;
	font-weight: normal;
	width: auto;
}

#statement .title, #statement .title th {
	border: none;
	color: #000000;
	padding: 3px 0 3px 1em;
	margin: 8px 0 0 0;
	background-color: #ECECEC;
	text-align: left;
}

#statement table {
	clear: both;
	width: 100%;
	margin-top: 2em;
}

#statement table td {
	text-align: right;
	padding: 3px 10px;
}

.statementTable td {
	border-top: 1px solid #E0E0E0;
}

.statementTable .header th {
	border-bottom: 1px solid #000000;
	font-weight: bold;
	text-align: center;
	background-color: #FFF;
	color: #000000;
	font-size: 1em;
}

.subtotalRow td, .subtotalRow th {
	border-top: 1px solid #000000;
}

#statement table th {
	text-align: right;
	font-weight: bold;
	padding-right: 1em;
}

#statement table .texts {
	text-align: left;
}

.statementTable .profit, #statement .total td {
	width: 15%;
	background-color: #FFF;
}

#statement .total td {
	font-weight: normal;
	border-top: 2px solid #000000;
}

.subtotalTable .total td, #totalTable {
	border-bottom: 2px solid #000000;
}

#statement #totalTable {
	margin-top: 4em;
}

#totalTable .total {
	border-top: 2px solid #000000;
	border-bottom: 2px solid #000000;
}

/* Report - rules for Report Tables + Bare Reports [12]
---------------------------------------------------------------------- */

/* ----------------------- Report ------------------------ */

#report h1, .merchantProfile h1 {
	text-align: left;
}

#report .tags {
	border-bottom: 1px solid #CCCCCC;
	text-align: left;
	padding: 2px 10px;
	background: url('../images/bg_tags.gif') bottom;
	height: 1.5em;
}

/* --------------------------- Common Popup Container ---------------------------- */
.popup_menu_container img {
	vertical-align: middle;
	border: 1px solid #333;
	padding: 3px;
}

.popup_menu {
	font-size: 11px;
	font-weight: normal;
	white-space: nowrap;
	background-color: #E7EEF3;
	border: 1px solid #333;
	position: absolute;
	text-align: left;
	display: none;
	right: 20px;
	margin-top: expression('1.5em');  /* IE fix */
}

.popup_menu ul li {
	border-bottom: 1px solid #C0C0C0;
	padding: 0.2em 1em;
}

.popup_menu a {
  border: none;
}

#relatedReports_container, #components_container, #advanced_container, #dateRange_container {
	float: right;
}

/* --------------------------- Releated Reports Container ---------------------------- */

#relatedReports_container {
	margin-top: -3px;
}

.calendar_container {
	position: absolute;
	width: 315px;
	padding: 3px;
	right: 0;
	margin-top: expression('1.5em'); /* IE fix */
}

.calendar {
	float: left;
	background-color: #FFF;
	margin: 3px;
}

.report .title .date {
	float: right;
}

/* --------------------------- Report and Wizard Tabs ---------------------------- */

#reportTabs ul {
	text-align: center;
}

#reportTabs li {
	display: inline;
}


#report #quickdates li {
	padding: 0 1em 0.2em 1em;
	border: 1px solid #CCC;
}

ul#tabMode, ul#quickdates {
	margin-top: 5px;
}

ul#tabMode a, ul#quickdates a {
	text-decoration: none;
}

ul#tabMode li a img {
	vertical-align: middle;
	margin: 0 5px;
}

ul#tabs {
	padding: 5px 0;
	font-weight: bold;
}

ul#tabs li {
	float: left;
	background: url('../images/background_tabs_left.gif') top left no-repeat;
	border-right: 1px solid #D2D2D2;
	margin-right: 5px;
	display: block;
	padding: 0px 10px;
}

ul#tabs li a {
	display: block;
}

ul#tabs .tabExport {
	float: right;
}

ul#tabs .tabExport a {
	padding-right: 25px;
	background: url('../images/icon_excel.gif') 90% 60% no-repeat;
}

ul#tabs li ul li {
	display: none;
	padding-top: 0;
	position: absolute;
    margin-left: -10px;
}

ul#tabs li:hover, ul#tabs li:hover ul li, ul#tabs li.visited:hover, ul#tabs li.options:hover, ul#tabs li.current:hover, ul#tabs li.visited:hover a {
	display: block;
	background-color: #EEF3C9;
	background-image: none;
}

ul#tabs li:hover ul li {
	border-top: none;
	padding: 5px;
	width: 200px;
	text-align: left;
}

ul#tabs .notab, ul#tabs li.notab:hover  {
	background: none;
	color: #027AC6;
	border: none;
}

ul#tabs li.current {
	color: #2A4BA0;
	background: url('../images/background_tabs_left_current.gif') top left no-repeat;
}

ul#tabs li.visited {
	background: url('../images/background_tabs_left_visited.gif') top left no-repeat;
}

ul#tabs li.options {
	background: url('../images/background_tabs_left_options.gif') top left no-repeat;
}

/* --------------------------- General Report Tables ---------------------------- */

table.report {
	width: 100%; /* 98% to add a little padding */
	clear: both; /* clears tabs */
}

table.report th {
	padding: 1px; /* added 5px to 3px */
	background: url('../images/background_title_header.gif') top;
}

table.report td {
	padding: 3px 10px;
	border: 1px solid #C7CFD6;
	text-align: left;
}

.total td, .report .header td {
	border-bottom: 1px solid #000;
}

.total.footer td, .bareReport .report .total td {
	border-top: 2px solid #000;
}

.report .total td {
	background-color: #D6DCE1;
	font-weight: bold;
}

.report .empty td {
	text-align: center;
	font-weight: bold;
}

.odd {
	background-color: #F7F8F9;
}

.even {
	background-color: #D9DCDF;
}

input {
	/* background-color: #F0F0E0; */
}
table.report td.MoneyCell, table.report td.NumberCell, table.report td.RatioCell {
	text-align: right;
}

.date {
	white-space: nowrap;
}

/* --------------------------- Bare Reports ---------------------------- */

.bareReport .title span {
	float: left;
	padding-left: 20px;
}

.bareReport .title .date {
	display: none;
	float: right;
	padding-right: 10px;
	background: none;
}

.bareReport {
	background-color: #E5F1F7;
	border: 1px solid #656565;
	padding: 7px;
	margin: 10px 0 0 0;
}

.merchantProfile .bareReport {
	margin-right: 10px;
}

div.bareReport .title th {
	border-bottom: 1px solid #A0A0A0;
}

.bareReport .header th {
	background-color: #CCE2F0;
}

.bareReport table th {
	background: none;
}

.emphasized * {
     font-weight: bold;
		 background-color: #ffffAA;
}

.emphasized2 * {
     font-weight: bold;
		 background-color: #aaffff;
}
.emphasized3 * {
     font-weight: bold;
		 background-color: #aaaaff;
}
.emphasized4 * {
     font-weight: bold;
     background-color: #FFA500;
}
.deemphasized * {
		 color: #878787;
}

/* Profile - rules for Profile (Profile Details, Quick Reports...) [15]
---------------------------------------------------------------------- */

#contacts dl {
  width: 300px;
}

.ro_profile {
	padding: 5px;
	text-align: left;
}

input:disabled {
	background-color:Gainsboro;
}

#coding_sheet_target .terminalCoding {
	margin-left: auto;
	margin-right: auto;
}/* Mako Error - rules for Mako Error Styles [16]
---------------------------------------------------------------------- */

div.sample, div.stacktrace {
	text-align: left;
	font-size: larger;
}

div.sample {
	white-space: pre;
}

div.location {
	font-size: 95%;
}

div.sourceline {
	padding-left: 5em;
}

div.stacktrace {
	padding-left: 10%;
}

div.sample div.highlight {
	background-color: #ff0;
}

/* Form - rules for various form elements across site [6]
------------------------------------------------------------------ */

center div form, .taskAction, .resolution {
	border: 1px solid #C7CFD6;
	background-color: #FAFAFA;
	width: 50em;
	padding: 10px;
	margin: 5px;
}

center div fieldset dl form { /* forms inside fieldset groups on profile pages */
	border: 0;
	width: auto;
	padding: 0;
	margin: 0;
}

center div fieldset dl input[type=submit], input[type=button] {
	margin: 0;
}

.taskAction, .resolution {
	width: auto;
	margin-top: 10px;
}

dl#listDetails {
	width: 50em;
}

input[type=submit], input[type=button] {  /* for only Firefox browser, not IE */
	background: url("../images/background_button.gif") bottom left;
	border: 1px solid #8A8D3D;
	margin: 1px 3px;
	padding: 1px 10px;
	font-size: 10px;
	font-weight: bold;
}

#searchbox input[type=submit] {
	padding: 0px 2px 2px 2px;
	width: auto;
}

span div input {
	margin-right: 5px;
}

.ng-invalid,
.fdr_application * .ng-invalid
{
	border: 1px solid #ff0000;
}




span.field, span.required_field {
	background-color: #FFF;
	border: 1px solid #8C8C8C;
}

.fdr_application * input[type=text]
{
	height: 100%;
	width: 100%;
}


.fdr_application * span.required_field
{
	/* border: 1px solid #f00;	 */
}

.options label
{
	clear: left;
	padding: 2px;
	float: left;
}

.options  input[type=checkbox]
{
	width: auto;
	float: left;
}

span.highlight_field {
	background-color: #E5F1F7;
}

dd span.readonly_field {
	border: none;
	padding-left: 0px; /* read-only fields don't have borders, so line them up normal */
}

.fdr_application * td span
{
	 width: 100%;
	 min-width: 40px;
}

.fdr_application td input ,
.fdr_application td select
{
	padding: 1px;
	vertical-align: middle
}

.fdr_application td
{
	padding: 4px 7px;
}


.fdr_application input.ng-invalid {
	border: 2px solid red;
}

span.field, span.required_field, span.readonly_field, span.error_field, span input, span.highlight_field {
	float: left;
	width: 141px;
	min-height: 18px;
	padding-left: 0px;
}

.expander span input
{
	float: none;
	width: 10px;
}

#wizard span input {
	border: 1px solid #8C8C8C;
}

span.required_star, span.highlight_star {
	float: none;
	font-weight: bold;
    font-size: 180%;
	color: #B54040;
	background-color: transparent;
	width: 1em;
	padding: 0 .4em;
}

span p {
	margin: 0;
	padding: 0 0 10px 0;
	text-align: left;
}

label.highlight_label, label.required_label {
	float: left;
	font-weight: bold;
}

label.highlight_label, label.required_label , label.regular_label{
	white-space: nowrap;
}

table tr td.separator {
	background-color: #888;
	font-weight: bold;
	text-align: left;
	margin-left: 1em;
	margin-right: 1em;
	font-family: "Times New Roman", serif , proportional;
}

span.highlight_field input, .highlight_field select {
	border: solid 1px #07375F;
	margin: 2px;
	background-color: #E5F1F7;
}

span.highlight_star {
	color: #07375F;
}

.left_col, .right_col {
	margin-bottom: 1em;
	float: left;
	width: 49%;
}

.right_col {
	margin-left: 1em;
}

.full_col {
	clear: both;
	width: 99.75%;
}

.ocr_text {
	font-size: large;
	font-family: Arial,"Courier New", Courier, monospace;
	letter-spacing: 0.8mm;
	text-align: center;
	overflow: visible; /* override */
	height: auto;
	background-color: transparent;
	border: none;
}

/* Comment - rules for Comments form element					[-]
------------------------------------------------------------------ */

#process_task_frm fieldset {
	margin-top: 0;
}

fieldset .comment {
	display: block;
}

#comments, #volume_processing_history {
	clear: both;
}

div.comment {
	background-color: #F3F7E5;
	border: 1px solid #CFCFCF;
	margin: 0 10px 0px 0;
	padding: 2px 5px;
	cursor: pointer;
	height: 15px;
	overflow: hidden;
	margin-top: 2px;
}

div.comment_form {
	float: left;
	margin-right: 10px;
}

.comment #author {
	font-weight: bold;
}

.comment_brief_form textarea {
	width: 70%;
	height: auto;
}
/* ---------------------- rules for Next/Previous ---------------------- */

.previousnext {
	clear: both;
	height: 23px;
	background: url('../images/background_title_header.gif') top;
}

.previousnext span a {
	padding: 1px 3px;
}

.previousnext span img {
	vertical-align: middle;
}

.taskInfo #right, #next_link a {
	float: right;
}

.taskInfo #left, #prev_link a {
	float: left;
}


.toggleHeader {
	color: #3F6789;
	font-weight: bold;
	background: #F3F7E5 url(/images/arrowdown.gif) top right no-repeat;
}

input.multiple_choice, 
label.multiple_choice{
	width: auto !important;
	float: none !important;
	min-width: 0px !important;
	vertical-align: middle;
	padding: 5px
}

#application_info * select {
	width: 100%;
}

.address_error ul {
	list-style: inside;
}
.address_error li {
	color: red;
}
.address_error { 
	display: none;
	position: absolute;
	font-size: larger;
	color: red;
	background-color: #fff;
	border: 3px solid #600;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 15px;
	-webkit-box-shadow: 2px 2px 4px #888;
	-moz-box-shadow: 2px 2px 4px #888;
	box-shadow: 2px 2px 4px #888;
}

dd select {
	max-width: 100%; 
}

#app_checklist_buttons {
	width : 50%
}

.terminal-table tr th {
	padding: 0 0 0 0;
}

.terminal-table tr th div
{
	-webkit-transform: rotate(-60deg); /* Saf3.1+ */
	-o-transform: rotate(-60deg);  /* Opera 10.5 */
	-moz-transform: rotate(-60deg); /* FF3.5/3.6 */
	/*filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.7071067811865476, M12=0.7071067811865475, M21=-0.7071067811865475, M22=0.7071067811865476); *//* IE6,IE7 */
	/*-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand', M11=0.7071067811865476, M12=0.7071067811865475, M21=-0.7071067811865475, M22=0.7071067811865476)"; *//* IE8 */
	transform: rotate(-60deg); /* Newer browsers (incl IE9) */
	text-align: left;
	min-width: 30px;
	max-width: 60px;
	white-space: nowrap;
	padding: 140px 0 0 0;
	vertical-align: bottom;

	height : 70px;
	margin: 0 0 -32px -50px;
	/*border: #111111 dotted thin;*/
}
.terminal-table tr th.norotate div {
	-webkit-transform: rotate(0deg); /* Saf3.1+ */
	-o-transform: rotate(0deg);  /* Opera 10.5 */
	-moz-transform: rotate(0deg); /* FF3.5/3.6 */
	/*filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.7071067811865476, M12=0.7071067811865475, M21=-0.7071067811865475, M22=0.7071067811865476); *//* IE6,IE7 */
	/*-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand', M11=0.7071067811865476, M12=0.7071067811865475, M21=-0.7071067811865475, M22=0.7071067811865476)"; *//* IE8 */
	transform: rotate(0deg); /* Newer browsers (incl IE9) */
	padding: 0 0 0 0;
	margin: 0 0 10px 0;
	height: auto;
	text-align: center;
	vertical-align: bottom;
	min-width: inherit;
	max-width: inherit;
}
.terminal-table tr th.norotate {
	text-align: center;
	vertical-align: bottom;
	min-width: inherit;
	max-width: inherit;
}
.terminal-table tr th div div {
	-webkit-transform: rotate(0deg); /* Saf3.1+ */
	-o-transform: rotate(0deg);  /* Opera 10.5 */
	-moz-transform: rotate(0deg); /* FF3.5/3.6 */
	/*filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.7071067811865476, M12=0.7071067811865475, M21=-0.7071067811865475, M22=0.7071067811865476); *//* IE6,IE7 */
	/*-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand', M11=0.7071067811865476, M12=0.7071067811865475, M21=-0.7071067811865475, M22=0.7071067811865476)"; *//* IE8 */
	transform: rotate(0deg); /* Newer browsers (incl IE9) */
	text-align: left;
	vertical-align: bottom;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.terminal-table tr td input[type='text']
{
	min-width : 100px;
}
.rotated_row
{
	height : 70px;
}
.terminal-table tr td select
{
	/* width : 40px; */
}


#titlepage {
	font-weight: bold;
	font-size: 18px;
	padding: 1em 1em 1em 0;
	text-align: center;
}

h2 span {
	text-align: right;
}

.header th {
	border-style:solid;
	border: 1px solid #BACCDA;
	border-right: 1px solid #CFCFCF;
}


/* ----------------------- Terminal.css Page Header ---------------------------- */

.logoSection, .logoSectionRedPayments, .logoSectionTCBPay, .logoSectionPROCEEDPay, .logoSectionRBSGroup, div#navbar {
	/* float: left; */
}

.logoSection {
	background: url("../images/background_breadcrumbs.png") no-repeat scroll 165px 22px #081F2C;
	width: 190px;
}

.redpayments .logoSection {
	background: url("../images/background_breadcrumbs_rp.gif") no-repeat scroll 165px 0px #fff;
	width: 190px;
}

/*.logoSection img {*/
	/*padding-top: 1px;	*/
/*}*/

.redpayments .logoSection img {
	padding-top: 1px;
}

.xng-scope {
	border: 2px solid #00FF00;
}
.xng-dirty {
	background:#448888;
}
input[type="text"]:disabled
{
	background:#dddddd;
}
select:disabled
{
	background:#dddddd;
}


div.irs_tax_identification {
	margin: 10px 0 15px 0;
}

div.irs_tax_identification span {
	font-weight: bold;
}
div.irs_tax_identification table{
	min-width:630px;
	border: #000 1px solid;

}


.kls-terminal-table tr th {
	padding: 0 0 0 0;
}

.kls-terminal-table tr th div
{
	-webkit-transform: rotate(-60deg); /* Saf3.1+ */
	-o-transform: rotate(-60deg);  /* Opera 10.5 */
	-moz-transform: rotate(-60deg); /* FF3.5/3.6 */
	/*filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.7071067811865476, M12=0.7071067811865475, M21=-0.7071067811865475, M22=0.7071067811865476); *//* IE6,IE7 */
	/*-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand', M11=0.7071067811865476, M12=0.7071067811865475, M21=-0.7071067811865475, M22=0.7071067811865476)"; *//* IE8 */
	transform: rotate(-60deg); /* Newer browsers (incl IE9) */
	text-align: left;
	min-width: 30px;
	max-width: 60px;
	white-space: nowrap;
	padding: 140px 0 0 0;
	vertical-align: bottom;

	height : 70px;
	margin: 0 0 -32px -50px;
	/*border: #111111 dotted thin;*/
}
.kls-terminal-table tr th.norotate div {
	-webkit-transform: rotate(0deg); /* Saf3.1+ */
	-o-transform: rotate(0deg);  /* Opera 10.5 */
	-moz-transform: rotate(0deg); /* FF3.5/3.6 */
	/*filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.7071067811865476, M12=0.7071067811865475, M21=-0.7071067811865475, M22=0.7071067811865476); *//* IE6,IE7 */
	/*-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand', M11=0.7071067811865476, M12=0.7071067811865475, M21=-0.7071067811865475, M22=0.7071067811865476)"; *//* IE8 */
	transform: rotate(0deg); /* Newer browsers (incl IE9) */
	padding: 0 0 0 0;
	margin: 0 0 10px 0;
	height: auto;
	text-align: center;
	vertical-align: bottom;
	min-width: inherit;
	max-width: inherit;
}
.kls-terminal-table tr th.norotate {
	text-align: center;
	vertical-align: bottom;
	min-width: inherit;
	max-width: inherit;
}
.kls-terminal-table tr th div div {
	-webkit-transform: rotate(0deg); /* Saf3.1+ */
	-o-transform: rotate(0deg);  /* Opera 10.5 */
	-moz-transform: rotate(0deg); /* FF3.5/3.6 */
	/*filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.7071067811865476, M12=0.7071067811865475, M21=-0.7071067811865475, M22=0.7071067811865476); *//* IE6,IE7 */
	/*-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand', M11=0.7071067811865476, M12=0.7071067811865475, M21=-0.7071067811865475, M22=0.7071067811865476)"; *//* IE8 */
	transform: rotate(0deg); /* Newer browsers (incl IE9) */
	text-align: left;
	vertical-align: bottom;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.kls-terminal-table tr td input[type='text']
{
	min-width : 100px;
}
.rotated_row
{
	height : 70px;
}
.kls-terminal-table tr td select
{
	/* width : 40px; */
}

div.fdr_sales_hierarchy {
        margin: 10px 0 15px 0;
        /*color: organe*/
}

div.fdr_sales_hierarchy span {
        font-weight: bold;
        color: #BC2A52
}

div.fdr_sales_hierarchy td {
        color: #2a62bc
}

div.fdr_sales_hierarchy table{
        min-width:630px;
        border: #000 1px solid;
}
/* Activations - rules for activations queues and grids
---------------------------------------------------------------------- */

div#master_activations h2 {
	color: #333;
}

div#supervisor_activations h2 {
	color: #333;
}

table.activations {
    border-spacing:0;
    border-collapse:collapse;
    border: 1px solid #000000;
}
table.activations thead {
    text-transform: uppercase;
    font-weight: bolder;
    border-bottom: 0;
}
table.activations thead a:visited, table.activations thead a:link {
    color: #000000;
    text-decoration: none;
}
table.activations thead a:hover {
    color: #000000;
    text-decoration: none;
}
table.activations thead tr td {
    background-color: #E2E2D1;
}

table.activations tr td {
    margin: 0 2px 0 2px;
    padding: 0 2px 0 2px;
    border-right: 1px solid black;
    border-left: 1px solid black;
    border-bottom: 0px;
}

table.activations tbody tr td {
    white-space:nowrap;
}
table.activations tbody tr:nth-child(odd) {
    background: #EAEAE1;
}

.activations span {
	cursor: pointer;
	display:inline-block;
	margin-left:10px;
	vertical-align:middle;
}


table.activation-grid {
	border-spacing:0;
    border-collapse:collapse;
    border: 2px solid #000000;
}

table.activation-grid thead {
    text-transform: uppercase;
    font-weight: bolder;
    border-bottom: 0;
}

table.activation-grid thead a:visited, table.activation-grid thead a:link {
    color: #000000;
    text-decoration: none;
}

.activation-grid thead a:hover {
    color: #000000;
    text-decoration: none;
}

table.activation-grid thead tr td {
    background-color: rgba(39, 109, 0, 0.33);
}

table.activation-grid tr td {
    margin: 0 2px 0 2px;
    padding: 0 2px 0 2px;
    border-right: 2px solid black;
    border-left: 2px solid black;
    border-bottom: 0px;
}

table.activation-grid tbody tr td {
    white-space:nowrap;
}

table.activation-grid tbody tr:nth-child(odd) {
    background: rgba(39, 109, 0, 0.14);
}

.full_width {
	border: 1px solid #8C8C8C;
	width: 100%;
	min-width:170px;
}
