/*DARKRED*/
/*LIGHTPINK*/
/*GREY*/
/*SHARPRED*/
/*PINK*/
/*DARKGREY*/
/*LIGHTGREEN*/
/*LIGHTPINK*/
/*GREY*/
/*GREEN*/
/*PINK*/
/*DARKGREY*/
.basicFont {
  font-family: Trebuchet MS;
}
.serifFont {
  font-family: Georgia;
}
.specialFont {
  font-family: Impact;
}
.tiny {
  font-size: 9px;
}
.small {
  font-size: 11px;
}
.standard {
  font-size: 13px;
}
.large {
  font-size: 18px;
}
.extraLarge {
  font-size: 42px;
}
.header1 {
  font-weight: bold;
  font-size: x-large;
  color: #2d2c2c;
}
.header2 {
  font-weight: bold;
  font-size: large;
  color: #2d2c2c;
}
.content {
  font-weight: bold;
  font-size: 13px;
  color: #2d2c2c;
  line-height: 24px;
}
.layout1 {
  width: 8.333%;
}
.layout2 {
  width: 16.667%;
}
.layout3 {
  width: 25%;
}
.layout4 {
  width: 33.333%;
}
.layout5 {
  width: 41.667%;
}
.layout6 {
  width: 50%;
}
.layout7 {
  width: 58.333%;
}
.layout8 {
  width: 66.667%;
}
.layout9 {
  width: 75%;
}
.layout10 {
  width: 83.333%;
}
.layout11 {
  width: 91.667%;
}
.fullWidth {
  width: 100%;
}
.lay2Columns > tr > td {
  border: 0px;
  border-collapse: collapse;
  width: 50%;
}
.separator {
  width: 874px;
  height: 65px;
  background-image: url(images/UOBKH/separator.png);
  background-repeat: no-repeat;
  border: 0;
  margin-left: auto;
  margin-right: auto;
}
.tbx1 {
  margin-right: 15px;
  padding: 10px;
  border: 0;
  width: 200px;
  height: 20px;
  background-image: url(images/UOBKH/textbox/tbx1.jpg);
  background-repeat: no-repeat;
}
.tbx2 {
  margin-right: 15px;
  padding: 10px;
  border: 0;
  width: 360px;
  height: 20px;
  background-image: url(images/UOBKH/textbox/tbx2.jpg);
  background-repeat: no-repeat;
}
.tbx3 {
  margin-right: 15px;
  padding: 10px;
  border: 0;
  width: 600px;
  height: 20px;
  background-image: url(images/UOBKH/textbox/tbx3.jpg);
  background-repeat: no-repeat;
}
.tbx4 {
  margin-right: 15px;
  text-align: center;
  padding: 10px;
  border: 0;
  width: 20px;
  height: 20px;
  background-image: url(images/UOBKH/textbox/tbx4.jpg);
  background-repeat: no-repeat;
}
.tbx5 {
  margin-right: 15px;
  padding: 10px;
  border: 0;
  width: 320px;
  height: 80px;
  overflow: hidden;
  background-image: url(images/UOBKH/textbox/tbx5.jpg);
  background-repeat: no-repeat;
}
.tbx6 {
  margin-right: 15px;
  text-align: center;
  padding: 10px;
  border: 0;
  width: 90px;
  height: 20px;
  background-image: url(images/UOBKH/textbox/tbx6.jpg);
  background-repeat: no-repeat;
}
.sltbox1 {
  text-align: center;
  border: 0;
  width: 110px;
  height: 40px;
  overflow: hidden;
  background-image: url("Images/UOBKH/textbox/slt1.jpg");
}
.blksltbox1 {
  float: left;
  text-align: center;
  border: 0;
  width: 110px;
  height: 40px;
  overflow: hidden;
  background-image: url("Images/UOBKH/textbox/slt1.jpg");
  margin-right: 15px;
}
.blksltbox1 select {
  width: 140px;
  height: 40px;
  background: transparent;
  padding: 10px;
  border: 0;
  -webkit-appearance: none;
}
.sltbox2 {
  text-align: center;
  border: 0;
  width: 380px;
  height: 40px;
  overflow: hidden;
  background-image: url("Images/UOBKH/textbox/slt2.jpg");
}
.blksltbox2 {
  float: left;
  text-align: center;
  border: 0;
  width: 380px;
  height: 40px;
  overflow: hidden;
  background-image: url("Images/UOBKH/textbox/slt2.jpg");
  margin-right: 15px;
}
.blksltbox2 select {
  width: 410px;
  height: 40px;
  background: transparent;
  padding: 10px;
  border: 0;
  -webkit-appearance: none;
}
* {
  font-size: inherit;
}
html,
body {
  background-color: #2d2c2c;
  height: 100%;
  margin: 0px;
  font-family: Verdana, Arial, sans-serif;
  font-size: small;
}
label {
  cursor: pointer;
}
ul {
  display: inline;
  margin: 0px;
}
li {
  list-style-type: none;
  display: inline-block;
}
table {
  border-collapse: collapse;
  border: 0;
  width: 100%;
  position: relative;
}
table td {
  width: 1%;
  border-collapse: collapse;
}
div {
  position: relative;
  border-collapse: collapse;
}
Input[type=button] {
  border: 1px solid #e6e6e6;
  min-height: 30px;
}
span {
  display: inline-block;
}
.Layout {
  width: 100%;
  border-collapse: collapse;
  border: 0px;
}
.FormLayout {
  width: 100%;
  border-collapse: collapse;
  border: 0px;
}
.FormLayout > tbody > tr > td:first-child {
  font-weight: bold;
}
.FormLayout > tbody > tr > td {
  padding: 5px;
}
.bold {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
.underline {
  text-decoration: underline;
}
.center {
  text-align: center;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.middle {
  vertical-align: middle;
}
.top {
  vertical-align: top;
}
.bottom {
  vertical-align: bottom;
}
dt {
  clear: left;
  font-weight: bold;
  padding-right: 10px;
  width: 80px;
}
dd {
  float: left;
  margin: 2px 0;
  width: 150px;
}
.icon {
  overflow: visible;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.addIcon {
  overflow: visible;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background-image: url(Images/Icons/Insert.gif);
}
.editIcon {
  overflow: visible;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background-image: url(Images/Icons/Edit.gif);
}
.deleteIcon {
  overflow: visible;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background-image: url(Images/Icons/Delete.gif);
}
.removeIcon {
  overflow: visible;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background-image: url(Images/Icons/Remove.gif);
}
.cancelIcon {
  overflow: visible;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background-image: url(Images/Icons/Cancel.gif);
}
.closeIcon {
  overflow: visible;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background-image: url(Images/Icons/Close.gif);
}
.updateIcon {
  overflow: visible;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background-image: url(Images/Icons/Update.gif);
}
.datePickerIcon {
  overflow: visible;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background-image: url(Images/Icons/DatePicker.gif);
}
.ascendingIcon {
  overflow: visible;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background-image: url(Images/Icons/Ascending.gif);
}
.descendingIcon {
  overflow: visible;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background-image: url(Images/Icons/Descending.gif);
}
.yesIcon {
  overflow: visible;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background-image: url(Images/Icons/Yes.gif);
}
.noIcon {
  overflow: visible;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background-image: url(Images/Icons/No.gif);
}
.insertIcon {
  overflow: visible;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background-image: url(Images/Icons/Insert.gif);
}
.backIcon {
  overflow: visible;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background-image: url(Images/Icons/Back.gif);
}
.reorderIcon {
  overflow: visible;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background-image: url(Images/Icons/Reorder.gif);
}
.selectIcon {
  overflow: visible;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background-image: url(Images/Icons/Select.gif);
}
.rotateRightIcon {
  overflow: visible;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background-image: url(Images/Icons/RotateRight.gif);
}
.rotateLeftIcon {
  overflow: visible;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background-image: url(Images/Icons/RotateLeft.gif);
}
.updateIcon {
  overflow: visible;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background-image: url(Images/Icons/Update.gif);
}
.upIcon {
  overflow: visible;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background-image: url(Images/Icons/Up.gif);
}
.downIcon {
  overflow: visible;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background-image: url(Images/Icons/Down.gif);
}
.nextIcon {
  overflow: visible;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background-image: url(Images/Icons/Next.gif);
}
.previousIcon {
  overflow: visible;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background-image: url(Images/Icons/Previous.gif);
}
.loadingIcon {
  overflow: visible;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background-image: url(Images/Icons/Loading.gif);
}
#Layout {
  width: 965px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0px;
  border-collapse: collapse;
  font-family: Microsoft JhengHei;
}
#cMain {
  height: 99%;
  background-color: #e6e6e6;
  vertical-align: top;
}
.allPagesButtons #tdLeft {
  padding: 50px 0px 30px 20px;
}
.allPagesButtons #tdRight {
  text-align: right;
  padding: 50px 20px 30px 0px;
}
.allPagesButtons #tdBottom {
  height: 40px;
  background-color: #d5d5d5;
}
.allPagesButtons #tdOne {
  text-align: left;
  padding: 50px 20px 30px 0px;
}
.allPagesButtons #btnPrevious,
.allPagesButtons #btnNext {
  cursor: pointer;
}
#tblAppointment td {
  padding: 15px;
}
#tblAppointment .td1 {
  text-align: right;
  font-weight: bold;
}
.validateMsg {
  display: none;
  position: absolute;
  font-size: 10px;
  font-weight: bold;
  padding: 0px 10px 2px 10px;
  color: #df686c;
  border: 1px dotted #ac3539;
}
#blkWrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: black;
}
#tipCountryCode {
  display: none;
  z-index: 501;
  position: absolute;
  background-color: #2d2c2c;
  color: #e6e6e6;
  border: 2px solid #e6e6e6;
  padding: 8px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  behavior: url(Images/PIE.htc);
}
/*! jQuery UI - v1.9.1 - 2012-11-10
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=6px&bgColorHeader=df686c&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=15&borderColorHeader=e3a1a1&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=eeeeee&fcContent=333333&iconColorContent=cc0000&bgColorDefault=eeeeee&bgTextureDefault=04_highlight_hard.png&bgImgOpacityDefault=100&borderColorDefault=d8dcdf&fcDefault=004276&iconColorDefault=cc0000&bgColorHover=f6f6f6&bgTextureHover=04_highlight_hard.png&bgImgOpacityHover=100&borderColorHover=cdd5da&fcHover=111111&iconColorHover=cc0000&bgColorActive=ffffff&bgTextureActive=01_flat.png&bgImgOpacityActive=65&borderColorActive=eeeeee&fcActive=cc0000&iconColorActive=cc0000&bgColorHighlight=fbf8ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcd3a1&fcHighlight=444444&iconColorHighlight=004276&bgColorError=f3d8d8&bgTextureError=08_diagonals_thick.png&bgImgOpacityError=75&borderColorError=cc0000&fcError=2e2e2e&iconColorError=cc0000&bgColorOverlay=a6a6a6&bgTextureOverlay=09_dots_small.png&bgImgOpacityOverlay=65&opacityOverlay=40&bgColorShadow=333333&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=10&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright (c) 2012 jQuery Foundation and other contributors Licensed MIT */

.ui-helper-hidden {
  display: none;
}
.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);
}
.ui-state-disabled {
  cursor: default !important;
}
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
.ui-widget-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-resizable {
  position: relative;
}
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}
.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin-top: 2px;
  padding: .5em .5em .5em .7em;
  zoom: 1;
}
.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em;
}
.ui-accordion .ui-accordion-noicons {
  padding-left: 0.7em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
  zoom: 1;
}
.ui-autocomplete {
  position: absolute;
  top: 0;
  cursor: default;
}
* html .ui-autocomplete {
  width: 1px;
}
.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  margin-right: .1em;
  cursor: pointer;
  text-align: center;
  zoom: 1;
  overflow: visible;
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}
.ui-button-icon-only {
  width: 2.2em;
}
button.ui-button-icon-only {
  width: 2.4em;
}
.ui-button-icons-only {
  width: 3.4em;
}
button.ui-button-icons-only {
  width: 3.7em;
}
.ui-button .ui-button-text {
  display: block;
  line-height: 1.4;
}
.ui-button-text-only .ui-button-text {
  padding: 0.4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: 0.4em 1em 0.4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: 0.4em 2.1em 0.4em 1em;
}
.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}
input.ui-button {
  padding: 0.4em 1em;
}
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
  left: 0.5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: 0.5em;
}
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: 0.5em;
}
.ui-buttonset {
  margin-right: 7px;
}
.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -0.3em;
}
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.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 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;
}
.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 0.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;
}
.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;
}
.ui-datepicker-cover {
  position: absolute;
  z-index: -1;
  filter: mask();
  top: -4px;
  left: -4px;
  width: 200px;
  height: 200px;
}
.ui-dialog {
  position: absolute;
  padding: .2em;
  width: 300px;
  overflow: hidden;
}
.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}
.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 16px 0.1em 0;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 19px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 18px;
}
.ui-dialog .ui-dialog-titlebar-close span {
  display: block;
  margin: 1px;
}
.ui-dialog .ui-dialog-titlebar-close:hover,
.ui-dialog .ui-dialog-titlebar-close:focus {
  padding: 0;
}
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
  zoom: 1;
}
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin: .5em 0 0 0;
  padding: 0.3em 1em 0.5em 0.4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}
.ui-dialog .ui-resizable-se {
  width: 14px;
  height: 14px;
  right: 3px;
  bottom: 3px;
}
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}
.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;
}
.ui-menu-icons {
  position: relative;
}
.ui-menu-icons .ui-menu-item a {
  position: relative;
  padding-left: 2em;
}
.ui-menu .ui-icon {
  position: absolute;
  top: .2em;
  left: 0.2em;
}
.ui-menu .ui-menu-icon {
  position: static;
  float: right;
}
.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
.ui-slider-horizontal {
  height: 0.8em;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.ui-slider-vertical {
  width: .8em;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}
.ui-spinner-input {
  border: none;
  background: none;
  padding: 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 22px;
}
.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}
.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none;
}
.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0;
}
.ui-spinner-up {
  top: 0;
}
.ui-spinner-down {
  bottom: 0;
}
.ui-spinner .ui-icon-triangle-1-s {
  background-position: -65px -16px;
}
.ui-tabs {
  position: relative;
  padding: .2em;
  zoom: 1;
}
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom: 0;
  padding: 0;
  white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li a {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
  cursor: text;
}
.ui-tabs .ui-tabs-nav li a,
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
  cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}
.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaaaaa;
  box-shadow: 0 0 5px #aaaaaa;
}
* html .ui-tooltip {
  background-image: none;
}
body .ui-tooltip {
  border-width: 2px;
}
.ui-widget {
  font-family: 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: Arial, sans-serif;
  font-size: 1em;
}
.ui-widget-content {
  border: 1px solid #eeeeee;
  background: white url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
  color: #333333;
}
.ui-widget-content a {
  color: #333333;
}
.ui-widget-header {
  border: 1px solid #e3a1a1;
  background: #df686c url(images/ui-bg_highlight-soft_15_df686c_1x100.png) 50% 50% repeat-x;
  color: white;
  font-weight: bold;
}
.ui-widget-header a {
  color: white;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #d8dcdf;
  background: #eeeeee url(images/ui-bg_highlight-hard_100_eeeeee_1x100.png) 50% 50% repeat-x;
  font-weight: bold;
  color: #004276;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #004276;
  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 #cdd5da;
  background: #f6f6f6 url(images/ui-bg_highlight-hard_100_f6f6f6_1x100.png) 50% 50% repeat-x;
  font-weight: bold;
  color: #111111;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
  color: #111111;
  text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #eeeeee;
  background: white url(images/ui-bg_flat_65_ffffff_40x100.png) 50% 50% repeat-x;
  font-weight: bold;
  color: #cc0000;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #cc0000;
  text-decoration: none;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fcd3a1;
  background: #fbf8ee url(images/ui-bg_glass_55_fbf8ee_1x400.png) 50% 50% repeat-x;
  color: #444444;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #444444;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cc0000;
  background: #f3d8d8 url(images/ui-bg_diagonals-thick_75_f3d8d8_40x40.png) 50% 50% repeat;
  color: #2e2e2e;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #2e2e2e;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #2e2e2e;
}
.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);
}
.ui-icon {
  width: 16px;
  height: 16px;
  background-image: url(images/ui-icons_cc0000_256x240.png);
}
.ui-widget-content .ui-icon {
  background-image: url(images/ui-icons_cc0000_256x240.png);
}
.ui-widget-header .ui-icon {
  background-image: url(images/ui-icons_ffffff_256x240.png);
}
.ui-state-default .ui-icon {
  background-image: url(images/ui-icons_cc0000_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url(images/ui-icons_cc0000_256x240.png);
}
.ui-state-active .ui-icon {
  background-image: url(images/ui-icons_cc0000_256x240.png);
}
.ui-state-highlight .ui-icon {
  background-image: url(images/ui-icons_004276_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url(images/ui-icons_cc0000_256x240.png);
}
.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 {
  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;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  -moz-border-radius-topleft: 6px;
  -webkit-border-top-left-radius: 6px;
  -khtml-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  -moz-border-radius-topright: 6px;
  -webkit-border-top-right-radius: 6px;
  -khtml-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  -moz-border-radius-bottomleft: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -khtml-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  -moz-border-radius-bottomright: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -khtml-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.ui-widget-overlay {
  background: #a6a6a6 url(images/ui-bg_dots-small_65_a6a6a6_2x2.png) 50% 50% repeat;
  opacity: .4;
  filter: alpha(opacity=40);
}
.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #333333 url(images/ui-bg_flat_0_333333_40x100.png) 50% 50% repeat-x;
  opacity: .1;
  filter: alpha(opacity=10);
  -moz-border-radius: 8px;
  -khtml-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
/* the norm */

#gritter-notice-wrapper {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 301px;
  z-index: 9999;
}
#gritter-notice-wrapper.top-left {
  left: 20px;
  right: auto;
}
#gritter-notice-wrapper.bottom-right {
  top: auto;
  left: auto;
  bottom: 20px;
  right: 20px;
}
#gritter-notice-wrapper.bottom-left {
  top: auto;
  right: auto;
  bottom: 20px;
  left: 20px;
}
.gritter-item-wrapper {
  position: relative;
  margin: 0 0 10px 0;
  background: url('../images/ie-spacer.gif');
  /* ie7/8 fix */

}
.gritter-top {
  background: url(../images/gritter.png) no-repeat left -30px;
  height: 10px;
}
.hover .gritter-top {
  background-position: right -30px;
}
.gritter-bottom {
  background: url(../images/gritter.png) no-repeat left bottom;
  height: 8px;
  margin: 0;
}
.hover .gritter-bottom {
  background-position: bottom right;
}
.gritter-item {
  display: block;
  background: url(../images/gritter.png) no-repeat left -40px;
  color: #eeeeee;
  padding: 2px 11px 8px 11px;
  font-size: 11px;
  font-family: verdana;
}
.hover .gritter-item {
  background-position: right -40px;
}
.gritter-item p {
  padding: 0;
  margin: 0;
  word-wrap: break-word;
}
.gritter-close {
  display: none;
  position: absolute;
  top: 5px;
  left: 3px;
  background: url(../images/gritter.png) no-repeat left top;
  cursor: pointer;
  width: 30px;
  height: 30px;
}
.gritter-title {
  font-size: 14px;
  font-weight: bold;
  padding: 0 0 7px 0;
  display: block;
  text-shadow: 1px 1px 0 black;
  /* Not supported by IE :( */

}
.gritter-image {
  width: 48px;
  height: 48px;
  float: left;
}
.gritter-with-image,
.gritter-without-image {
  padding: 0;
}
.gritter-with-image {
  width: 220px;
  float: right;
}
/* for the light (white) version of the gritter notice */

.gritter-light .gritter-item,
.gritter-light .gritter-bottom,
.gritter-light .gritter-top,
.gritter-light .gritter-close {
  background-image: url(../images/gritter-light.png);
  color: #222222;
}
.gritter-light .gritter-title {
  text-shadow: none;
}
.treeview,
.treeview ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.treeview ul {
  background-color: white;
  margin-top: 4px;
}
.treeview .hitarea {
  background: url(/App_Resources/Themes/Images/treeview-default.gif) -64px -25px no-repeat;
  height: 16px;
  width: 16px;
  margin-left: -16px;
  float: left;
  cursor: pointer;
}
/* fix for IE6 */

* html .hitarea {
  display: inline;
  float: none;
}
.treeview li {
  margin: 0;
  padding: 3px 0pt 3px 16px;
}
.treeview a.selected {
  background-color: #eeeeee;
}
#treecontrol {
  margin: 1em 0;
  display: none;
}
.treeview .hover {
  color: red;
  cursor: pointer;
}
.treeview li {
  background: url(/App_Resources/Themes/Images/treeview-default-line.gif) 0 0 no-repeat;
}
.treeview li.collapsable,
.treeview li.expandable {
  background-position: 0 -176px;
}
.treeview .expandable-hitarea {
  background-position: -80px -3px;
}
.treeview li.last {
  background-position: 0 -1766px;
}
.treeview li.lastCollapsable,
.treeview li.lastExpandable {
  background-image: url(/App_Resources/Themes/Images/treeview-default.gif);
}
.treeview li.lastCollapsable {
  background-position: 0 -111px;
}
.treeview li.lastExpandable {
  background-position: -32px -67px;
}
.treeview div.lastCollapsable-hitarea,
.treeview div.lastExpandable-hitarea {
  background-position: 0;
}
.treeview-red li {
  background-image: url(/Themes/images/treeview-red-line.gif);
}
.treeview-red .hitarea,
.treeview-red li.lastCollapsable,
.treeview-red li.lastExpandable {
  background-image: url(/App_Resources/Themes/images/treeview-red.gif);
}
.treeview-black li {
  background-image: url(/Themes/images/treeview-black-line.gif);
}
.treeview-black .hitarea,
.treeview-black li.lastCollapsable,
.treeview-black li.lastExpandable {
  background-image: url(/App_Resources/Themes/images/treeview-black.gif);
}
.treeview-gray li {
  background-image: url(/Themes/images/treeview-gray-line.gif);
}
.treeview-gray .hitarea,
.treeview-gray li.lastCollapsable,
.treeview-gray li.lastExpandable {
  background-image: url(/App_Resources/Themes/Images/treeview-gray.gif);
}
.treeview-famfamfam li {
  background-image: url(/Themes/images/treeview-famfamfam-line.gif);
}
.treeview-famfamfam .hitarea,
.treeview-famfamfam li.lastCollapsable,
.treeview-famfamfam li.lastExpandable {
  background-image: url(/App_Resources/Themes/Images/treeview-famfamfam.gif);
}
.treeview .placeholder {
  background: url(/App_Resources/Themes/Images/ajax-loader.gif) 0 0 no-repeat;
  height: 16px;
  width: 16px;
  display: block;
}
.filetree li {
  padding: 3px 0 2px 16px;
}
.filetree span.folder,
.filetree span.file {
  padding: 1px 0 1px 16px;
  display: block;
}
.filetree span.folder {
  background: url(/App_Resources/Themes/Images/folder.gif) 0 0 no-repeat;
}
.filetree li.expandable span.folder {
  background: url(/App_Resources/Themes/Images/folder-closed.gif) 0 0 no-repeat;
}
.filetree span.file {
  background: url(/App_Resources/Themes/Images/file.gif) 0 0 no-repeat;
}
div.wysiwyg {
  border: 1px solid #cccccc;
  padding: 5px;
  background-color: white;
}
div.wysiwyg * {
  margin: 0;
  padding: 0;
}
div.wysiwyg ul.panel {
  border-bottom: 1px solid #cccccc;
  float: left;
  width: 100%;
  padding: 0 0 4px 0;
}
div.wysiwyg ul.panel li {
  list-style-type: none;
  float: left;
  margin: 0 2px;
}
div.wysiwyg ul.panel li.separator {
  height: 16px;
  margin: 0 4px;
  border-left: 1px solid #cccccc;
}
div.wysiwyg ul.panel li a {
  opacity: 0.6;
  display: block;
  width: 16px;
  height: 16px;
  background: url('Images/jquery.wysiwyg.gif') no-repeat -64px -80px;
  border: 0;
  cursor: pointer;
  padding: 1px;
}
div.wysiwyg ul.panel li a:hover,
div.wysiwyg ul.panel li a.active {
  opacity: 0.99;
}
div.wysiwyg ul.panel li a.active {
  background-color: #f9f9f9;
  border: 1px solid #cccccc;
  border-left-color: #aaaaaa;
  border-top-color: #aaaaaa;
  padding: 0;
}
div.wysiwyg ul.panel li a.bold {
  background-position: 0 -16px;
}
div.wysiwyg ul.panel li a.italic {
  background-position: -16px -16px;
}
div.wysiwyg ul.panel li a.strikeThrough {
  background-position: -32px -16px;
}
div.wysiwyg ul.panel li a.underline {
  background-position: -48px -16px;
}
div.wysiwyg ul.panel li a.justifyLeft {
  background-position: 0 0;
}
div.wysiwyg ul.panel li a.justifyCenter {
  background-position: -16px 0;
}
div.wysiwyg ul.panel li a.justifyRight {
  background-position: -32px 0;
}
div.wysiwyg ul.panel li a.justifyFull {
  background-position: -48px 0;
}
div.wysiwyg ul.panel li a.indent {
  background-position: -64px 0;
}
div.wysiwyg ul.panel li a.outdent {
  background-position: -80px 0;
}
div.wysiwyg ul.panel li a.subscript {
  background-position: -64px -16px;
}
div.wysiwyg ul.panel li a.superscript {
  background-position: -80px -16px;
}
div.wysiwyg ul.panel li a.undo {
  background-position: 0 -64px;
}
div.wysiwyg ul.panel li a.redo {
  background-position: -16px -64px;
}
div.wysiwyg ul.panel li a.insertOrderedList {
  background-position: -32px -48px;
}
div.wysiwyg ul.panel li a.insertUnorderedList {
  background-position: -16px -48px;
}
div.wysiwyg ul.panel li a.insertHorizontalRule {
  background-position: 0 -48px;
}
div.wysiwyg ul.panel li a.h1 {
  background-position: 0 -32px;
}
div.wysiwyg ul.panel li a.h2 {
  background-position: -16px -32px;
}
div.wysiwyg ul.panel li a.h3 {
  background-position: -32px -32px;
}
div.wysiwyg ul.panel li a.h4 {
  background-position: -48px -32px;
}
div.wysiwyg ul.panel li a.h5 {
  background-position: -64px -32px;
}
div.wysiwyg ul.panel li a.h6 {
  background-position: -80px -32px;
}
div.wysiwyg ul.panel li a.cut {
  background-position: -32px -64px;
}
div.wysiwyg ul.panel li a.copy {
  background-position: -48px -64px;
}
div.wysiwyg ul.panel li a.paste {
  background-position: -64px -64px;
}
div.wysiwyg ul.panel li a.increaseFontSize {
  background-position: -16px -80px;
}
div.wysiwyg ul.panel li a.decreaseFontSize {
  background-position: -32px -80px;
}
div.wysiwyg ul.panel li a.createLink {
  background-position: -80px -48px;
}
div.wysiwyg ul.panel li a.insertImage {
  background-position: -80px -80px;
}
div.wysiwyg ul.panel li a.html {
  background-position: -48px -48px;
}
div.wysiwyg ul.panel li a.removeFormat {
  background-position: -80px -64px;
}
div.wysiwyg ul.panel li a.empty {
  background-position: -64px -80px;
}
div.wysiwyg iframe {
  border: 0;
  margin: 5px 0 0 0;
  clear: left;
}
/*
Uploadify
Copyright (c) 2012 Reactive Apps, Ronnie Garcia
Released under the MIT License <http://www.opensource.org/licenses/mit-license.php> 
*/

.uploadify {
  position: relative;
  margin-bottom: 1em;
}
.uploadify-button {
  background-color: #505050;
  background-image: linear-gradient(bottom, #505050 0%, #707070 100%);
  background-image: -o-linear-gradient(bottom, #505050 0%, #707070 100%);
  background-image: -moz-linear-gradient(bottom, #505050 0%, #707070 100%);
  background-image: -webkit-linear-gradient(bottom, #505050 0%, #707070 100%);
  background-image: -ms-linear-gradient(bottom, #505050 0%, #707070 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #505050), color-stop(1, #707070));
  background-position: center top;
  background-repeat: no-repeat;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  border: 2px solid gray;
  color: white;
  font: bold 12px Arial, Helvetica, sans-serif;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  width: 100%;
}
.uploadify:hover .uploadify-button {
  background-color: #606060;
  background-image: linear-gradient(top, #606060 0%, gray 100%);
  background-image: -o-linear-gradient(top, #606060 0%, gray 100%);
  background-image: -moz-linear-gradient(top, #606060 0%, gray 100%);
  background-image: -webkit-linear-gradient(top, #606060 0%, gray 100%);
  background-image: -ms-linear-gradient(top, #606060 0%, gray 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #606060), color-stop(1, gray));
  background-position: center bottom;
}
.uploadify-button.disabled {
  background-color: #d0d0d0;
  color: gray;
}
.uploadify-queue {
  margin-bottom: 1em;
}
.uploadify-queue-item {
  background-color: whitesmoke;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font: 11px Verdana, Geneva, sans-serif;
  margin-top: 5px;
  max-width: 350px;
  padding: 10px;
}
.uploadify-error {
  background-color: #fde5dd !important;
}
.uploadify-queue-item .cancel a {
  background: url('Images/uploadify-cancel.png') 0 0 no-repeat;
  float: right;
  height: 16px;
  text-indent: -9999px;
  width: 16px;
}
.uploadify-queue-item.completed {
  background-color: #e5e5e5;
}
.uploadify-progress {
  background-color: #e5e5e5;
  margin-top: 10px;
  width: 100%;
}
.uploadify-progress-bar {
  background-color: #0099ff;
  height: 3px;
  width: 1px;
}
.jqTemplate {
  display: none !important;
}
.hide {
  display: none;
}
.jqPanel {
  display: none;
}
.jqDialog {
  display: none;
}
.jqLoading {
  background: url('/Themes/Icons/Loading.gif') no-repeat center;
  display: none;
}
.jqNotification {
  display: none;
}
.jqMessage {
  font-size: 12px;
  color: #ececec;
}
.Layout1 {
  border-collapse: collapse;
  position: relative;
}
.Layout1 #Header {
  text-align: center;
  height: 30px;
  vertical-align: middle;
  font-weight: bold;
  font-size: 18px;
  color: #cc5a5a;
}
.Layout1 #WeekDays td {
  text-align: center;
  vertical-align: middle;
  padding: 0;
  height: 30px;
  border-top: 4px solid #ed1c24;
  color: #770505;
  font-weight: bold;
}
.Layout1 .date {
  text-align: center;
  vertical-align: middle;
  padding: 0;
  height: 30px;
  background-color: #e6e6e6;
  color: #dddddd;
}
.Layout1 .activeMonth {
  background-color: white;
  z-index: 100;
  zoom: 1;
  position: relative;
  -webkit-box-shadow: inset white 0px 0px 0px 2px;
  -moz-box-shadow: inset white 0px 0px 0px 2px;
  box-shadow: inset white 0px 0px 0px 2px;
  behavior: url(Images/PIE.htc);
  font-weight: bold;
  color: #505151;
}
.Layout1 .activeDate {
  background-color: white;
  z-index: 100;
  zoom: 1;
  position: relative;
  -webkit-box-shadow: inset #ed1c24 0px 0px 0px 5px;
  -moz-box-shadow: inset #ed1c24 0px 0px 0px 5px;
  box-shadow: inset #ed1c24 0px 0px 0px 5px;
  behavior: url(Images/PIE.htc);
  color: #aa3838;
  font-weight: bold;
}
.Layout2 {
  border-collapse: collapse;
  position: relative;
}
.Layout2 #Header {
  text-align: center;
  height: 30px;
  vertical-align: middle;
  font-size: 18px;
  color: #f6759a;
}
.Layout2 #WeekDays td {
  text-align: center;
  vertical-align: middle;
  padding: 0;
  width: 40px;
  height: 30px;
  border-top: 1px solid #2d2c2c;
  color: #727373;
  font-weight: bold;
}
.Layout2 .date {
  text-align: center;
  vertical-align: middle;
  padding: 0;
  height: 30px;
  background-color: white;
  color: #dddddd;
}
.Layout2 .activeMonth {
  background-color: white;
  z-index: 100;
  zoom: 1;
  position: relative;
  -webkit-box-shadow: inset white 0px 0px 0px 1px;
  -moz-box-shadow: inset white 0px 0px 0px 1px;
  box-shadow: inset white 0px 0px 0px 1px;
  behavior: url(Images/PIE.htc);
  font-weight: bold;
  color: #505151;
}
.Layout2 .activeDate {
  background-color: white;
  z-index: 100;
  zoom: 1;
  position: relative;
  -webkit-box-shadow: inset #ed1c24 0px 0px 0px 4px;
  -moz-box-shadow: inset #ed1c24 0px 0px 0px 4px;
  box-shadow: inset #ed1c24 0px 0px 0px 4px;
  behavior: url(Images/PIE.htc);
  color: #aa3838;
  font-weight: bold;
}
.Layout3 {
  border-collapse: collapse;
  position: relative;
}
.Layout3 #Header {
  text-align: center;
  height: 30px;
  vertical-align: middle;
  font-weight: bold;
  color: #cc5a5a;
}
.Layout3 #WeekDays td {
  text-align: center;
  vertical-align: middle;
  padding: 0;
  height: 30px;
  border-top: 1px solid #2d2c2c;
  color: #727373;
  font-size: 11px;
}
.Layout3 .date {
  text-align: center;
  vertical-align: middle;
  padding: 0;
  height: 30px;
  color: white;
}
.Layout3 .activeMonth {
  background-color: white;
  z-index: 100;
  zoom: 1;
  position: relative;
  -webkit-box-shadow: inset white 0px 0px 0px 4px;
  -moz-box-shadow: inset white 0px 0px 0px 4px;
  box-shadow: inset white 0px 0px 0px 4px;
  behavior: url(Images/PIE.htc);
  font-weight: bold;
  color: #505151;
  -moz-border-radius: 15px 15px 15px 15px;
  -webkit-border-radius: 15px 15px 15px 15px;
  border-radius: 15px 15px 15px 15px;
}
.Layout3 .activeDate {
  background-color: white;
  z-index: 100;
  zoom: 1;
  position: relative;
  -webkit-box-shadow: inset #ed1c24 0px 0px 0px 4px;
  -moz-box-shadow: inset #ed1c24 0px 0px 0px 4px;
  box-shadow: inset #ed1c24 0px 0px 0px 4px;
  behavior: url(Images/PIE.htc);
  color: #aa3838;
  font-weight: bold;
}
.CheckBoxGroup1 li {
  cursor: pointer;
  list-style: none;
  background-color: #f0797d;
}
.CheckBoxGroup1 span {
  display: table-cell;
  min-height: 30px;
  color: #cb0002;
  font-weight: bold;
  vertical-align: middle;
  padding: 10px;
}
.CheckBoxGroup1 .mouseover {
  display: table-cell;
  min-height: 30px;
  background-color: #df686c;
  font-weight: bold;
  vertical-align: middle;
}
.CheckBoxGroup1 input {
  padding: 10px;
}
.CheckBoxGroup2 li {
  cursor: pointer;
  list-style: none;
  background-color: white;
  border: 1px solid #df686c;
}
.CheckBoxGroup2 span {
  display: table-cell;
  min-height: 30px;
  color: #cb0002;
  font-weight: bold;
  vertical-align: middle;
  padding: 10px;
}
.CheckBoxGroup2 g .mouseover {
  display: table-cell;
  min-height: 30px;
  background-color: #df686c;
  font-weight: bold;
  vertical-align: middle;
}
.CheckBoxGroup2 input {
  padding: 10px;
}
.CheckBoxGroupDouble li {
  cursor: pointer;
  list-style: none;
  background-color: white;
  border: 2px solid #df686c;
  padding: 2px;
}
.CheckBoxGroupDouble span {
  display: table-cell;
  min-height: 30px;
  color: #cb0002;
  font-weight: bold;
  vertical-align: middle;
  padding: 10px;
  border: 1px solid #df686c;
  width: 100%;
}
.CheckBoxGroupDouble .mouseover {
  display: table-cell;
  min-height: 30px;
  background-color: #df686c;
  font-weight: bold;
  vertical-align: middle;
}
.CheckBoxGroupDouble input {
  padding: 10px;
}
.DataTable .jqPageBar li {
  display: inline;
}
.DataTable .jqEditable input {
  width: 100%;
  height: 100%;
  border: 1px solid #666666;
}
.DataTable .jqUpdate {
  overflow: visible;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background-image: url(Images/Icons/Update.gif);
  display: none;
}
.DialogMessage {
  border: 1px solid #df686c;
  background-color: white;
}
.DialogMessage > #Head {
  padding: 5px;
  text-align: center;
  background-color: #ed1c24;
  font-weight: bold;
  font-size: 18px;
}
.DialogMessage > #Head .Title .icoClose {
  background-color: #000055;
}
.DialogMessage .content {
  padding: 20px;
  margin-left: auto;
  margin-right: auto;
}
.DialogInput {
  border: 1px solid #df686c;
  background-color: white;
}
.DialogInput > #Head {
  padding: 5px;
  text-align: center;
  background-color: #ed1c24;
  font-weight: bold;
  font-size: 18px;
}
.DialogInput > #Head .Title .icoClose {
  background-color: #000055;
}
.DialogInput .content {
  padding: 20px;
  margin-left: auto;
  margin-right: auto;
}
.DialogAlert {
  border: 1px solid #df686c;
  background-color: #ffdfe3;
}
.DialogAlert #Head {
  text-align: center;
  padding: 20px;
  background-color: #ee4040;
  font-weight: bold;
  font-size: 18px;
  color: white;
}
.DialogAlert .content {
  padding: 20px;
  margin-left: auto;
  margin-right: auto;
}
.DialogPhoto {
  min-height: 400px;
  min-width: 400px;
}
.DialogPhoto > #Head {
  padding: 5px;
  text-align: center;
  background-color: #2d2c2c;
  font-weight: bold;
  color: white;
  font-size: 11px;
}
.DialogPhoto .content {
  padding: 00px;
  margin-left: auto;
  margin-right: auto;
}
/* Interaction states
----------------------------------*/

/* button without hover */

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 2px solid white;
  background: white 50% 50% repeat-x;
  font-weight: bold;
  color: #cc5a5a;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #cc5a5a;
}
/* button with hover */

.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: 2px solid #ed1c24;
  background: #df686c;
  font-weight: bold;
  color: white;
}
.ui-state-hover a,
.ui-state-hover a:hover {
  color: white;
}
/* button when click */

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 2px solid #a90000;
  background: #cb0002 50% 50% repeat-x;
  font-weight: bold;
  color: white;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #f6759a;
}
/* Interaction Cues (unknown thing)
----------------------------------*/

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #cccccc;
  background: white 50% 50% repeat-x;
  color: #444444;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #444444;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #ff0084;
  background: white 50% 50% repeat-x;
  color: #222222;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #222222;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #222222;
}
.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;
}
/* Overlays */

.ui-widget-overlay {
  background: black;
  opacity: .60;
  filter: alpha(opacity=60);
}
.ui-widget-shadow {
  margin: -4px 0 0 -4px;
  padding: 4px;
  background: #aaaaaa url(Images/JqueryUI/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
  opacity: .60;
  filter: alpha(opacity=60);
  -moz-border-radius: 0px;
  -khtml-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.Menu1 > .item > .subMenu {
  display: none;
}
.Nav li {
  display: inline;
}
.navigation1 {
  position: relative;
  font-weight: bold;
  color: #ffcccc;
}
.navigation1 div {
  float: left;
  padding: 5px;
}
.navigation1 .item {
  border-bottom: 1px solid #ffcccc;
  border-top: 1px solid #ffcccc;
}
.navigation1 .seperator {
  color: white;
}
.navigation1 .activeItem {
  color: #f6759a;
  border-bottom: 2px solid #f6759a;
  border-top: 2px solid #f6759a;
  padding: 4px;
}
.navigation2 {
  position: relative;
  color: #727373;
}
.navigation2 div {
  float: left;
  padding: 10px;
  padding-bottom: 8px;
  height: 20px;
  display: table-cell;
  vertical-align: middle;
  background-color: white;
  z-index: 100;
  zoom: 1;
  position: relative;
  background-image: linear-gradient(top, white 0%, #e6e6e6 100%);
  background-image: -o-linear-gradient(top, white 0%, #e6e6e6 100%);
  background-image: -moz-linear-gradient(top, white 0%, #e6e6e6 100%);
  background-image: -webkit-linear-gradient(top, white 0%, #e6e6e6 100%);
  background-image: -ms-linear-gradient(top, white 0%, #e6e6e6 100%);
  -pie-background: linear-gradient(top, white, #e6e6e6);
  behavior: url(Images/PIE.htc);
  border-bottom: 1px solid #4f4e4e;
  border-left: 1px solid white;
  border-right: 1px solid #b3b3b3;
}
.navigation2 .seperator {
  color: white;
  display: none;
}
.navigation2 .activeItem {
  font-weight: bold;
  color: #505151;
}
.navigation3 {
  position: relative;
  color: #727373;
}
.navigation3 div {
  float: left;
  padding: 10px;
  padding-bottom: 8px;
  height: 20px;
  display: table-cell;
  vertical-align: middle;
  background-color: #ffdddd;
  -moz-border-radius: 0px 25px 0px 0px;
  -webkit-border-radius: 0px 25px 0px 0px;
  border-radius: 0px 25px 0px 0px;
  behavior: url(Images/PIE.htc);
}
.navigation3 .item {
  color: #f6759a;
}
.navigation3 .seperator {
  color: white;
  display: none;
}
.navigation3 .activeItem {
  font-weight: bold;
  color: #c34267;
  background-color: #eebbbb;
  padding-left: 20px;
  padding-right: 20px;
}
.Notification1 {
  position: fixed;
  background-color: red;
  display: none;
  z-index: 1000;
  left: 600px;
  top: 20px;
  min-width: 250px;
  width: 15%;
  padding: 15px;
}
.Notification1 > div {
  position: relative;
  width: 100%;
  -moz-border-radius: 15px 15px 0px 0px;
  -webkit-border-radius: 15px 15px 0px 0px;
  border-radius: 15px 15px 0px 0px;
  behavior: url(Images/PIE.htc);
  z-index: 100;
  zoom: 1;
  -webkit-box-shadow: #a5a5a5 5px 5px 10px 0px;
  -moz-box-shadow: #a5a5a5 5px 5px 10px 0px;
  box-shadow: #a5a5a5 5px 5px 10px 0px;
}
.Notification1 > div #btnClose {
  float: right;
  overflow: visible;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background-image: url(Images/Icons/Close.gif);
}
.Notification1 .message {
  border: 1px solid #eaeaea;
  background-color: White;
  z-index: 100;
  zoom: 1;
  position: relative;
  background-image: linear-gradient(top, White 0%, #eaeaea 100%);
  background-image: -o-linear-gradient(top, White 0%, #eaeaea 100%);
  background-image: -moz-linear-gradient(top, White 0%, #eaeaea 100%);
  background-image: -webkit-linear-gradient(top, White 0%, #eaeaea 100%);
  background-image: -ms-linear-gradient(top, White 0%, #eaeaea 100%);
  -pie-background: linear-gradient(top, White, #eaeaea);
  behavior: url(Images/PIE.htc);
}
.Notification1 .message #lblCaption {
  color: #ffcccc;
  font-weight: bold;
}
.Notification1 .message #lblContent {
  color: #e6e6e6;
  font-size: 11px;
}
.Notification1 .message #ico {
  width: 40px;
  height: 40px;
  margin-top: 0px;
  margin-bottom: 10px;
  margin-left: 20px;
  margin-right: 20px;
  background-image: url(Images/message.png);
  background-repeat: no-repeat;
}
.Notification1 .alert {
  border: 1px solid #f8aeae;
  background-color: White;
  z-index: 100;
  zoom: 1;
  position: relative;
  background-image: linear-gradient(top, White 0%, black 100%);
  background-image: -o-linear-gradient(top, White 0%, black 100%);
  background-image: -moz-linear-gradient(top, White 0%, black 100%);
  background-image: -webkit-linear-gradient(top, White 0%, black 100%);
  background-image: -ms-linear-gradient(top, White 0%, black 100%);
  -pie-background: linear-gradient(top, White, black);
  behavior: url(Images/PIE.htc);
}
.Notification1 .alert #lblCaption {
  color: black;
  font-weight: bold;
  font-size: 18px;
}
.Notification1 .alert #lblContent {
  color: #e6e6e6;
  font-size: 11px;
}
.Notification1 .alert #ico {
  width: 40px;
  height: 40px;
  margin-top: 0px;
  margin-bottom: 10px;
  margin-left: 20px;
  margin-right: 20px;
  background-image: url(Images/alert.png);
  background-repeat: no-repeat;
}
.Notification1 #lblCaption {
  margin-top: -10px;
  padding-top: 0px;
  line-height: 5px;
  padding-right: 5px;
  display: block;
}
.Notification1 #lblContent {
  margin-top: -5px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 15px;
  padding-right: 5px;
  display: block;
}
.PageBar1 {
  padding: 10 0 10 0;
  display: inline-block;
  min-width: 560px;
}
.PageBar1 li {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 50px;
  height: 30px;
  color: #992727;
  border: 1px solid white;
  margin: 2px;
}
.PageBar1 .otherPage {
  font-size: 13px;
  color: #505151;
  cursor: pointer;
}
.PageBar1 .otherPage.mouseover {
  border: 1px solid #df686c;
  color: #f6759a;
  font-size: 18px;
  font-weight: bold;
}
.PageBar1 .firstPage {
  color: #f6759a;
  font-size: 18px;
  cursor: pointer;
}
.PageBar1 .firstPage.mouseover {
  border: 1px solid white;
}
.PageBar1 .lastPage {
  color: #f6759a;
  font-size: 18px;
  cursor: pointer;
}
.PageBar1 .lastPage.mouseover {
  border: 1px solid white;
}
.PageBar1 .activePage {
  font-size: 18px;
  font-weight: bold;
}
.PageBar1 .prevPage {
  font-size: 18px;
  cursor: pointer;
}
.PageBar1 .prevPage.mouseover {
  border: 1px solid white;
}
.PageBar1 .nextPage {
  font-size: 18px;
  cursor: pointer;
}
.PageBar1 .nextPage.mouseover {
  border: 1px solid white;
}
.PageBar1 .disablePage {
  color: white;
  cursor: default;
  font-size: 18px;
}
.PageBar2 {
  padding: 10 0 10 0;
  display: inline-block;
  min-width: 550px;
}
.PageBar2 li {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 50px;
  height: 30px;
  color: #92aca9;
}
.PageBar2 .otherPage {
  border: 1px solid white;
  margin: 2px;
  font-size: 13px;
  color: #e6e6e6;
  cursor: pointer;
}
.PageBar2 .otherPage.mouseover {
  border: 1px solid white;
  color: #e6e6e6;
  font-size: 18px;
  font-weight: bold;
}
.PageBar2 .firstPage {
  border: 1px solid white;
  margin: 2px;
  color: #eebbbb;
  font-size: 18px;
  cursor: pointer;
}
.PageBar2 .firstPage.mouseover {
  border: 1px solid white;
}
.PageBar2 .lastPage {
  border: 1px solid white;
  margin: 2px;
  color: #eebbbb;
  font-size: 18px;
  cursor: pointer;
}
.PageBar2 .lastPage.mouseover {
  border: 1px solid white;
}
.PageBar2 .activePage {
  width: 30px;
  height: 30px;
  border: 0;
  margin: 5px;
  font-size: 18px;
  font-weight: bold;
}
.PageBar2 .prevPage {
  border: 1px solid white;
  margin: 2px;
  color: #ffcccc;
  font-size: 18px;
  cursor: pointer;
}
.PageBar2 .prevPage.mouseover {
  border: 1px solid white;
}
.PageBar2 .nextPage {
  border: 1px solid white;
  margin: 2px;
  color: #ffcccc;
  font-size: 18px;
  cursor: pointer;
}
.PageBar2 .nextPage.mouseover {
  border: 1px solid white;
}
.PageBar2 .disablePage {
  color: white;
  cursor: default;
  font-size: 18px;
}
.Tab1 > #headers > .item {
  background-color: #df686c;
  border: 0;
  height: 30px;
  min-width: 80px;
  -moz-border-radius: 15px 15px 0px 0px;
  -webkit-border-radius: 15px 15px 0px 0px;
  border-radius: 15px 15px 0px 0px;
  behavior: url(Images/PIE.htc);
  text-align: center;
  padding-top: 10px;
  vertical-align: bottom;
  padding-left: 10px;
  padding-right: 10px;
}
.Tab1 > #headers > .activeItem {
  background-color: #f6759a;
  height: 35px;
  padding-top: 20px;
}
.Tab1 > #tabPages {
  background-color: white;
}
.Tab1 > #tabPages > .page {
  margin-top: 1px;
  margin-bottom: 1px;
  min-height: 100px;
  padding: 15px;
}
.Tab2 > #headers > .item {
  background-color: #df686c;
  border: 0;
  height: 25px;
  width: 80px;
  -moz-border-radius: 7px 0px 0px 7px;
  -webkit-border-radius: 7px 0px 0px 7px;
  border-radius: 7px 0px 0px 7px;
  behavior: url(Images/PIE.htc);
  text-align: center;
  padding-top: 10px;
  vertical-align: bottom;
}
.Tab2 > #headers > .activeItem {
  background-color: #ffcccc;
  height: 35px;
  padding-top: 20px;
}
.Tab2 > #tabPages {
  background-color: #e6e6e6;
}
.Tab2 > #tabPages > .page {
  margin-top: 0px;
  margin-bottom: 1px;
  height: 100px;
  width: 100%;
  padding: 15px;
}
.Tab3 > #headers > .item {
  background-color: #df686c;
  border: 0;
  height: 25px;
  width: 80px;
  -moz-border-radius: 7px 0px 0px 7px;
  -webkit-border-radius: 7px 0px 0px 7px;
  border-radius: 7px 0px 0px 7px;
  behavior: url(Images/PIE.htc);
  text-align: center;
  padding-top: 10px;
  vertical-align: bottom;
}
.Tab3 > #headers > .activeItem {
  background-color: #ffcccc;
  height: 35px;
  padding-top: 20px;
}
.Tab3 > #tabPages {
  background-color: #e6e6e6;
}
.Tab3 > #tabPages > .page {
  margin-top: 0px;
  margin-bottom: 1px;
  height: 100px;
  width: 100%;
  padding: 15px;
}
.Wizard1 > #headers .item {
  -moz-border-radius: 0px 0px 0px 10px;
  -webkit-border-radius: 0px 0px 0px 10px;
  border-radius: 0px 0px 0px 10px;
  behavior: url(Images/PIE.htc);
  background-color: white;
  border: 0;
  height: 30px;
  min-width: 80px;
  padding: 10px;
  vertical-align: bottom;
  display: table-cell;
  border-bottom: 10px solid #df686c;
  color: #e6e6e6;
  font-weight: bold;
  margin-right: 10px;
  cursor: pointer;
  margin: 10px;
}
.Wizard1 > #headers .activeItem {
  background-color: white;
  border-bottom: 10px solid #ed1c24;
  color: #cc5a5a;
}
.Wizard1 > #tabPages {
  background-color: white;
}
.Wizard1 > #tabPages .page {
  margin-top: 1px;
  margin-bottom: 1px;
  min-height: 100px;
  padding: 15px;
}
.Wizard1 #Button {
  -moz-border-radius: 0px 0px 0px 10px;
  -webkit-border-radius: 0px 0px 0px 10px;
  border-radius: 0px 0px 0px 10px;
  behavior: url(Images/PIE.htc);
  background-color: white;
  border: 0;
  height: 20px;
  min-width: 40px;
  padding: 5px;
  vertical-align: bottom;
  display: table-cell;
  border-bottom: 5px solid #ed1c24;
  color: #cc5a5a;
  font-weight: bold;
  margin-right: 10px;
  cursor: pointer;
}
.Tab2 > #headers .item {
  background-color: #df686c;
  border: 0;
  height: 25px;
  width: 80px;
  -moz-border-radius: 7px 0px 0px 7px;
  -webkit-border-radius: 7px 0px 0px 7px;
  border-radius: 7px 0px 0px 7px;
  behavior: url(Images/PIE.htc);
  text-align: center;
  padding-top: 10px;
  vertical-align: bottom;
}
.Tab2 > #headers .activeItem {
  background-color: #ffcccc;
  height: 35px;
  padding-top: 20px;
}
.Tab2 > #tabPages {
  background-color: #e6e6e6;
}
.Tab2 > #tabPages .page {
  margin-top: 0px;
  margin-bottom: 1px;
  height: 100px;
  width: 100%;
  padding: 15px;
}
.Tab3 > #headers .item {
  background-color: #df686c;
  border: 0;
  height: 25px;
  width: 80px;
  -moz-border-radius: 7px 0px 0px 7px;
  -webkit-border-radius: 7px 0px 0px 7px;
  border-radius: 7px 0px 0px 7px;
  behavior: url(Images/PIE.htc);
  text-align: center;
  padding-top: 10px;
  vertical-align: bottom;
}
.Tab3 > #headers .activeItem {
  background-color: #ffcccc;
  height: 35px;
  padding-top: 20px;
}
.Tab3 > #tabPages {
  background-color: #e6e6e6;
}
.Tab3 > #tabPages .page {
  margin-top: 0px;
  margin-bottom: 1px;
  height: 100px;
  width: 100%;
  padding: 15px;
}
#p00 #dlgPopup {
  position: relative;
  top: -150px;
  z-index: 500;
  width: 600px;
  height: 500px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  background-color: #e6e6e6;
}
#p00 #dlgPopup #blkBanner img {
  width: 600px;
  height: 78px;
}
#p00 #dlgPopup .Layout {
  width: 520px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 22px;
}
#p00 #dlgPopup .Layout input {
  margin-top: 14px;
  margin-bottom: 14px;
}
#p00 #dlgPopup .Layout td:first-child {
  width: 175px;
}
#p00 #dlgPopup .label {
  font-size: 18px;
  font-family: Trebuchet MS;
}
#p00 #dlgPopup #imgQuestion {
  cursor: pointer;
}
#p00 #dlgPopup #btnOk {
  height: 40px;
  width: 180px;
  margin-top: 30px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  behavior: url(Images/PIE.htc);
  background-color: #ee9396;
  z-index: 100;
  zoom: 1;
  position: relative;
  background-image: linear-gradient(top, #ee9396 0%, #f17a7e 100%);
  background-image: -o-linear-gradient(top, #ee9396 0%, #f17a7e 100%);
  background-image: -moz-linear-gradient(top, #ee9396 0%, #f17a7e 100%);
  background-image: -webkit-linear-gradient(top, #ee9396 0%, #f17a7e 100%);
  background-image: -ms-linear-gradient(top, #ee9396 0%, #f17a7e 100%);
  -pie-background: linear-gradient(top, #ee9396, #f17a7e);
  font-weight: bold;
  color: white;
  cursor: pointer;
}
#p00 #imgQuestion {
  vertical-align: middle;
}
#p00 #tipCountryCode {
  display: none;
  z-index: 501;
  position: absolute;
  background-color: #2d2c2c;
  color: #e6e6e6;
  border: 2px solid #e6e6e6;
  padding: 8px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  behavior: url(Images/PIE.htc);
}
#p01 #tblType {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}
#p01 #lblFirst {
  font-weight: bold;
  padding: 20px;
  font-size: 11px;
  background-color: #c4c4c4;
}
#p01 #lblTitle {
  font-weight: bold;
  font-size: x-large;
  color: #2d2c2c;
  padding-top: 20px;
  text-align: center;
}
#p01 .ttTitle {
  font-size: 18px;
  font-weight: bold;
  color: #505151;
  text-align: center;
  padding: 10px 0px 10px 0px;
}
#p01 #layInv {
  text-align: center;
}
#p01 #layJointAccount td {
  text-align: center;
}
#p01 .btnAccountType {
  display: inline-block;
  cursor: pointer;
  width: 200px;
  padding: 10px;
  border: 5px solid #e6e6e6;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  behavior: url(Images/PIE.htc);
}
#p01 .btnAccountType > div {
  font-size: 18px;
  color: #505151;
  text-align: center;
  padding-top: 10px;
}
#p01 .btnAccountType.mouseover {
  border: 5px solid #df686c;
}
#p01 .btnAccountType.mousedown {
  background-color: #ff9b9f;
}
#p01 #separator {
  width: 874px;
  height: 65px;
  background-image: url(images/UOBKH/separator.png);
  margin-left: auto;
  margin-right: auto;
}
#p01 #tblOther {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}
#p01 #lblOther {
  font-weight: bold;
  font-size: x-large;
  color: #2d2c2c;
  padding-top: 20px;
  text-align: center;
}
#p01 .btnOther {
  font-size: 18px;
  font-weight: bold;
  color: #505151;
  text-align: center;
  padding: 20px 0px 20px 0px;
}
#p01 .btnOther label {
  display: inline-block;
  cursor: pointer;
}
#p01 .layButton td {
  width: 33%;
  text-align: center;
}
#p01 #tdBottom {
  height: 50px;
  background-color: #b3b3b3;
}
#p02 #tblConfirm {
  width: 874px;
  margin-left: auto;
  margin-right: auto;
}
#p02 #tdHeader {
  font-weight: bold;
  font-size: x-large;
  color: #2d2c2c;
  text-align: center;
  padding: 30px 0px 10px 0px;
}
#p02 #tdYouHave {
  font-size: large;
  text-align: center;
  color: #505151;
}
#p02 #tdContent div {
  color: #505151;
  font-weight: bold;
  padding: 10px;
  min-height: 40px;
}
#p02 #lblAccountType {
  text-align: right;
  padding: 5px 30px 5px 0px;
  border-right: 5px solid #df686c;
  width: 50%;
}
#p02 #lblCompanyName {
  padding: 5px 0px 5px 30px;
  border-left: 5px solid #df686c;
  width: 50%;
}
#p03 .holderChoser {
  width: 100%;
  height: 50px;
  background-color: #c4c4c4;
  border: 0;
  text-align: center;
}
#p03 .holderChoser td {
  text-align: center;
  vertical-align: bottom;
}
#p03 .HolderTab {
  background-color: #000055;
  min-width: 200px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
#p03 .holder {
  float: left;
  width: 200px;
  padding: 8px;
  background-color: #e6e6e6;
  -moz-border-radius: 15px 15px 0px 0px;
  -webkit-border-radius: 15px 15px 0px 0px;
  border-radius: 15px 15px 0px 0px;
  behavior: url(Images/PIE.htc);
  font-weight: bold;
  font-size: 13px;
  color: #2d2c2c;
  line-height: 24px;
  text-align: center;
  margin-bottom: -1px;
  cursor: pointer;
}
#p03 .holder.mouseover {
  background-color: #e6e6e6;
  color: #df686c;
}
#p03 .holder.selected {
  background-color: #df686c;
  color: White;
  cursor: default;
}
#p03 #tblPart1 {
  width: 874px;
  margin-right: auto;
  margin-left: auto;
  font-weight: bold;
  font-size: 13px;
  color: #2d2c2c;
  line-height: 24px;
}
#p03 #tblPart1 > tbody > tr > td {
  border-top: 15px solid #e6e6e6;
  border-bottom: 15px solid #e6e6e6;
  padding: 5px 10px 5px 10px;
}
#p03 #tblPart1 #tdLeft {
  width: 30%;
}
#p03 #tblPart1 #tdRight {
  width: 70%;
}
#p03 #tblHKID td {
  border: 0;
}
#p03 #blkHKID {
  width: 40%;
}
#p03 #blkOR {
  width: 20%;
  text-align: center;
}
#p03 #blkPassport {
  width: 40%;
}
#p03 #dMaritalOthers {
  float: right;
}
#p03 #imgQuestion {
  vertical-align: middle;
}
#p03 #tipCountryCode {
  display: none;
  position: absolute;
  background-color: #2d2c2c;
  color: #e6e6e6;
  border: 2px solid #e6e6e6;
  padding: 8px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  behavior: url(Images/PIE.htc);
}
#p03 .thin {
  padding: 2px 10px !important;
}
#p03 #tblPart2 {
  width: 874px;
  margin-right: auto;
  margin-left: auto;
  font-weight: bold;
  font-size: 13px;
  color: #2d2c2c;
  line-height: 24px;
}
#p03 #tblPart2 td {
  border: 15px solid #e6e6e6;
  padding: 5px 0px 5px 0px;
}
#p03 #tblPart2 #tdLeft {
  width: 30%;
}
#p03 #tblPart2 #tdRight {
  width: 70%;
}
#p03 #blkPhones .tpItem input {
  margin-left: 5px;
  margin-right: 0px;
  margin-bottom: 15px;
}
#p03 #blkPhones .tpItem #imgPhoneType {
  padding-left: 5px;
}
#p03 #blkFaxes .tpItem input {
  margin-left: 5px;
  margin-right: 0px;
  margin-bottom: 15px;
}
#p03 #blkEmails .tpItem input {
  margin-left: 5px;
  margin-right: 0px;
  margin-bottom: 15px;
}
#p03 #blkPhoneSlt {
  position: absolute;
  cursor: pointer;
  z-index: 100;
  display: none;
  border: 3px solid #ed1c24;
  text-align: left;
  padding: 10px 10px 5px 10px;
  vertical-align: middle;
  background-color: #f7f7f7;
  -moz-border-radius: 20px 20px 20px 20px;
  -webkit-border-radius: 20px 20px 20px 20px;
  border-radius: 20px 20px 20px 20px;
  behavior: url(Images/PIE.htc);
}
#p03 #blkPhoneSlt img.mouseover {
  background-color: #df686c;
}
#p03 #imgAdd,
#p03 #imgDelete {
  cursor: pointer;
}
#p05 table {
  width: 874px;
  margin-right: auto;
  margin-left: auto;
  font-weight: bold;
  font-size: 13px;
  color: #2d2c2c;
  line-height: 24px;
}
#p05 table td {
  padding: 20px 15px 20px 15px;
}
#p05 table label {
  cursor: pointer;
}
#p05 #tblObj #tdLeft {
  width: 25%;
}
#p05 #tblObj #tdRight {
  width: 75%;
}
#p05 #tblObj #tdRight input {
  margin-left: 10px;
}
#p05 #tblExp td {
  text-align: center;
}
#p05 #tblExp .firstCol {
  text-align: left;
}
#p05 #tblRisk td {
  text-align: left;
}
#p05 #tblRisk li {
  cursor: pointer;
  padding: 0px 20px 0px 20px;
}
#p05 #lblHead {
  font-weight: bold;
  font-size: x-large;
  color: #2d2c2c;
  text-align: center;
  height: 50px;
}
#p05 #cbgFundingSource > label {
  padding-right: 20px;
}
#p06 #tblHolder {
  width: 874px;
  margin-right: auto;
  margin-left: auto;
  font-weight: bold;
  font-size: 13px;
  color: #2d2c2c;
  line-height: 24px;
}
#p06 #tblHolder td {
  border: 15px solid #e6e6e6;
  padding: 5px 0px 5px 0px;
}
#p06 #tblHolder #tdLeft {
  width: 80%;
}
#p06 #tblHolder #tdRight {
  width: 20%;
}
#p06 #blkAccName {
  float: left;
}
#p06 #blkAccNo {
  float: left;
}
#p06 #tdTextbox td input {
  margin-bottom: 15px;
}
#p06 #blkName {
  float: left;
}
#p06 #blkContactNo {
  float: left;
}
#p06 #td6D4 div {
  float: left;
}
#p06 #td6D8Users input {
  float: left;
}
#p06 #td6D8Users span {
  float: left;
}
#p06 #td6D8Users div {
  float: left;
}
#p06 #tbl9Q td {
  vertical-align: top;
}
#p07 table {
  width: 874px;
  margin-right: auto;
  margin-left: auto;
  font-weight: bold;
  font-size: 13px;
  color: #2d2c2c;
  line-height: 24px;
}
#p07 table td {
  border: 15px solid #e6e6e6;
  padding: 5px 0px 5px 0px;
}
#p07 table .tdLeft {
  width: 80%;
}
#p07 table .tdRight {
  width: 20%;
}
#p07 #tblMarried .tdLeft {
  width: 60%;
}
#p07 #tblMarried .tdRight {
  width: 40%;
}
#p07 #tdHead {
  text-align: center;
}
#p07 #td7C2 div {
  float: left;
}
#p07 #td7C4 div {
  float: left;
}
#p07 #td7C6 div {
  float: left;
}
#p08 #tblHolder {
  width: 874px;
  margin-right: auto;
  margin-left: auto;
  font-weight: bold;
  font-size: 13px;
  color: #2d2c2c;
  line-height: 24px;
}
#p08 #tblHolder td {
  border: 15px solid #e6e6e6;
  padding: 5px 0px 5px 0px;
}
#p08 #tblHolder #tdLeft {
  width: 50%;
}
#p08 #tblHolder #tdRight {
  text-align: right;
  width: 50%;
}
#p08 .choice {
  display: none;
  width: 90%;
  float: right;
}
#p08 #dlgUsCitizen {
  width: 400px;
  height: 300px;
  display: none;
}
#p08 #dlgSalesperson {
  display: none;
}
#p08 label {
  cursor: pointer;
}
#p09 #tblContent {
  width: 874px;
  margin-right: auto;
  margin-left: auto;
  font-weight: bold;
  font-size: 13px;
  color: #2d2c2c;
  line-height: 24px;
}
#p09 #tblContent td {
  border: 15px solid #e6e6e6;
  padding: 5px 0px 5px 0px;
}
#p09 .tdHead {
  font-weight: bold;
  font-size: x-large;
  color: #2d2c2c;
  text-align: center;
}
#p09 #blkHolders .tpItem {
  float: left;
  width: 47%;
  margin: 5px 10px 5px 10px;
}
#p09 #blkHolders .tpItem div {
  padding: 5px;
}
#p09 #blkHolders .tpItem dl {
  margin-bottom: 50px;
}
#p09 #blkHolders .tpItem dt {
  float: left;
  font-weight: bold;
  margin-right: 10px;
  padding: 5px;
  width: 100px;
}
#p09 #blkHolders .tpItem dl dd {
  margin: 2px 0;
  padding: 5px 0;
}
#p09 .lblHolders {
  background-color: #df686c;
  font-weight: bold;
  color: white;
  text-align: center;
}
#p09 .lblTitle {
  background-color: #df686c;
  font-weight: bold;
  padding-left: 5px;
  color: white;
}
#p09 #tdBackground dl {
  margin-bottom: 50px;
}
#p09 #tdBackground dt {
  float: left;
  font-weight: bold;
  margin-right: 10px;
  padding: 5px;
  width: 200px;
}
#p09 #tdBackground dd {
  margin: 2px 0;
  padding: 5px 0;
  width: 400px;
}
#p10 #tblHolder {
  width: 874px;
  margin-right: auto;
  margin-left: auto;
  font-weight: bold;
  font-size: 13px;
  color: #2d2c2c;
  line-height: 24px;
}
#p10 #tblHolder img {
  width: 20px;
  height: 20px;
  border: 0px;
}
#p10 #tblHolder a {
  display: inline-block;
  padding-left: 40px;
}
#p10 #tblHolder td {
  border: 15px solid #e6e6e6;
  padding: 5px 0px 5px 0px;
  vertical-align: top;
}
#p10 #tblHolder #tdLeft {
  width: 2%;
}
#p10 #tblHolder #tdMiddle {
  width: 98%;
}
#p10a {
  font-size: 14px;
}
#p10a .title {
  padding: 20px 0px 0px 0px;
}
#p10a .subject {
  font-weight: bold;
  font-size: 18px;
  color: #505151;
  padding: 40px 0px 0px 0px;
}
#p10a .header {
  font-weight: bold;
  font-size: 18px;
  padding: 20px 4%;
  background-color: #c4c4c4;
}
#p10a .marginR10 {
  margin-right: 10px;
}
#p10a #cbgNoticedForm,
#p10a #cbgWhichPlatform,
#p10a #cbgWhichAvenue {
  padding-top: 20px;
}
#p11 #tblHolder {
  width: 874px;
  margin-right: auto;
  margin-left: auto;
  font-weight: bold;
  font-size: 13px;
  color: #2d2c2c;
  line-height: 24px;
}
#p11 #tblHolder td {
  border: 15px solid #e6e6e6;
  padding: 5px 0px 5px 0px;
}
#p11 #tblHolder img {
  width: 20px;
  height: 20px;
  border: 0px;
}
#p11 #tblHolder a {
  display: inline-block;
}
#p11 #tblHolder #tdLeft {
  width: 25%;
}
#p11 #tblHolder #tdRight {
  width: 75%;
}
#p11 #dlgAppointment {
  display: none;
  font-size: 11px;
}
#p11 #dlgAppointment #rdgBranch div {
  padding: 5px 0px 5px 0px;
}
#p13 #tblHolder {
  width: 874px;
  margin-right: auto;
  margin-left: auto;
  font-weight: bold;
  font-size: 13px;
  color: #2d2c2c;
  line-height: 24px;
}
#p13 #tblHolder td {
  border: 15px solid #e6e6e6;
  padding: 5px 0px 5px 0px;
}
#p13 #blkContent {
  font-size: 16px;
}
#p13 #lblHead {
  text-align: center;
  font-weight: bold;
  font-size: x-large;
  color: #2d2c2c;
  font-size: 24px;
}
#p13 .tdLeft {
  width: 20%;
}
#p13 .tdRight {
  width: 80%;
}
#p13 #trDownload img {
  border: 0px;
}
#p13 .passage {
  display: none;
}
#p13 #blkRequired {
  padding-top: 20px;
}
#p13 .doc {
  width: 250px;
  margin: 10px;
  display: inline-block;
  vertical-align: top;
}
#p13 .doc > .number {
  width: 45px !important;
}
#p13 .doc > .docIcon {
  width: 155px !important;
  margin-right: 48px;
}
#p13 .doc > span {
  line-height: 16px;
  font-size: 13px;
  color: #884444;
  font-weight: bold;
  font-family: Verdana;
}
#p13 .passage {
  margin: 14px;
  background-color: #cccccc;
  padding: 10px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  behavior: url(Images/PIE.htc);
}
#pHead #layHeader {
  padding-left: 2px;
  width: 99%;
}
#pHead #imgUtrade {
  cursor: pointer;
  margin-right: 0px;
}
#pHead #blkHeader {
  height: 72px;
  background-color: #ed1c24;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  behavior: url(Images/PIE.htc);
}
#pHead #imgLogo {
  cursor: pointer;
  position: absolute;
  top: 15px;
}
#pHead #imgHongKong {
  cursor: pointer;
  position: absolute;
  top: 38px;
  left: 560px;
}
#pHead #textLang {
  cursor: pointer;
  position: absolute;
  top: 40px;
  left: 750px;
}
#pHead .MenuText {
  color: white;
}
#pHead #imgContact {
  cursor: pointer;
  position: absolute;
  top: 5px;
  left: 605px;
}
#pHead #ctnMiddle {
  background-color: #e6e6e6;
  height: 225px;
  width: 100%;
  -moz-border-radius: 10px 10px 0px 0px;
  -webkit-border-radius: 10px 10px 0px 0px;
  border-radius: 10px 10px 0px 0px;
  behavior: url(Images/PIE.htc);
}
#pHead #imgTitle {
  cursor: pointer;
  position: absolute;
  top: 40px;
  left: 20px;
}
#pHead #imgBanner {
  cursor: pointer;
  position: absolute;
  bottom: 0px;
}
#pHead #btn1 {
  top: 40px;
  left: 430px;
  padding-left: 8px;
  width: 180px;
  border-left: 15px solid #939292;
  color: #939292;
  font-size: 16px;
  font-weight: 100;
  vertical-align: bottom;
  position: absolute;
  height: 50px;
  cursor: default;
}
#pHead #btn1.done {
  cursor: pointer;
  border-left: 15px solid #df686c;
  color: #df686c;
}
#pHead #btn2 {
  top: 40px;
  left: 610px;
  padding-left: 8px;
  width: 180px;
  border-left: 15px solid #939292;
  color: #939292;
  font-size: 16px;
  font-weight: 100;
  vertical-align: bottom;
  position: absolute;
  height: 50px;
  cursor: default;
}
#pHead #btn2.done {
  cursor: pointer;
  border-left: 15px solid #df686c;
  color: #df686c;
}
#pHead #btn3 {
  top: 40px;
  left: 790px;
  padding-left: 8px;
  width: 200px;
  border-left: 15px solid #939292;
  color: #939292;
  font-size: 16px;
  font-weight: 100;
  vertical-align: bottom;
  position: absolute;
  height: 50px;
  cursor: default;
}
#pHead #btn3.done {
  cursor: pointer;
  border-left: 15px solid #df686c;
  color: #df686c;
}
