﻿body {
  background-color: #54c2b5;
  margin: 0;
  font-family: Trebuchet MS,arial,verdana,sans-serif; }
  body body {
    background-color: #ffffff; }

body, div, td, form, a, p {
  font-size: 13px;
  vertical-align: top; }

a {
  color: #a54d9c; }

body, div, td, form, p {
  color: #444444; }

#aspnetForm {
  background-color: White; }

div.header {
  background: #CCC;
  /*fallback for non-CSS3 browsers*/
  background: -webkit-linear-gradient(#54c2b5, #35968b);
  /*new webkit*/
  background: -moz-linear-gradient(#54c2b5, #35968b);
  /*gecko*/
  background: -ms-linear-gradient(#54c2b5, #35968b);
  /*IE10*/
  background: -o-linear-gradient(#54c2b5, #35968b);
  /*opera 11.10+*/
  background: linear-gradient(#54c2b5, #35968b);
  /*future CSS3 browsers*/
  -pie-background: linear-gradient(#54c2b5, #35968b);
  /*PIE*/
  behavior: url(/css/PIE.htc);
  position: relative;
  height: 90px;
  text-align: left;
  -moz-border-radius: 5px 5px 0px 0px;
  /* Firefox */
  -webkit-border-radius: 5px 5px 0px 0px;
  /* Safari, Chrome */
  border-radius: 5px 5px 0px 0px;
  /* CSS3 */
  behavior: url(/css/PIE.htc); }
  div.header a {
    color: #fff;
    font-weight: normal; }
    div.header a.hdr_logo {
      margin: 24px 0px 0px 15px;
      position: absolute;
      text-decoration: none; }

div.header_bg {
  background: #CCC;
  /*fallback for non-CSS3 browsers*/
  background: -webkit-linear-gradient(#0B0100, #3c4446);
  /*new webkit*/
  background: -moz-linear-gradient(#0B0100, #3c4446);
  /*gecko*/
  background: -ms-linear-gradient(#0B0100, #3c4446);
  /*IE10*/
  background: -o-linear-gradient(#0B0100, #3c4446);
  /*opera 11.10+*/
  background: linear-gradient(#0B0100, #3c4446);
  /*future CSS3 browsers*/
  -pie-background: linear-gradient(#0B0100, #3c4446);
  /*PIE*/
  behavior: url(/css/PIE.htc);
  position: relative;
  padding-top: 35px;
  text-align: left; }

div.content {
  position: relative;
  padding-bottom: 50px;
  min-height: 176px;
  z-index: 1;
  background-color: #fff; }
  div.content:before {
    content: '';
    height: 126px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    background: #CCC;
    /*fallback for non-CSS3 browsers*/
    background: -webkit-linear-gradient(#c9d1d3, #fff);
    /*new webkit*/
    background: -moz-linear-gradient(#c9d1d3, #fff);
    /*gecko*/
    background: -ms-linear-gradient(#c9d1d3, #fff);
    /*IE10*/
    background: -o-linear-gradient(#c9d1d3, #fff);
    /*opera 11.10+*/
    background: linear-gradient(#c9d1d3, #fff);
    /*future CSS3 browsers*/
    -pie-background: linear-gradient(#c9d1d3, #fff);
    /*PIE*/
    behavior: url(/css/PIE.htc); }
  div.content:after {
    content: '';
    height: 126px;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: -1;
    background: #CCC;
    /*fallback for non-CSS3 browsers*/
    background: -webkit-linear-gradient(#fff, #c9d1d3);
    /*new webkit*/
    background: -moz-linear-gradient(#fff, #c9d1d3);
    /*gecko*/
    background: -ms-linear-gradient(#fff, #c9d1d3);
    /*IE10*/
    background: -o-linear-gradient(#fff, #c9d1d3);
    /*opera 11.10+*/
    background: linear-gradient(#fff, #c9d1d3);
    /*future CSS3 browsers*/
    -pie-background: linear-gradient(#fff, #c9d1d3);
    /*PIE*/
    behavior: url(/css/PIE.htc); }

div.edit_nav_link {
  float: right;
  clear: right;
  padding-right: 10px; }

.tab_link.active_tab {
  -moz-border-radius: 3px;
  /* Firefox */
  -webkit-border-radius: 3px;
  /* Safari, Chrome */
  border-radius: 3px;
  /* CSS3 */
  behavior: url(/css/PIE.htc);
  background: #CCC;
  /*fallback for non-CSS3 browsers*/
  background: -webkit-linear-gradient(#ba6bb2, #a54d9c);
  /*new webkit*/
  background: -moz-linear-gradient(#ba6bb2, #a54d9c);
  /*gecko*/
  background: -ms-linear-gradient(#ba6bb2, #a54d9c);
  /*IE10*/
  background: -o-linear-gradient(#ba6bb2, #a54d9c);
  /*opera 11.10+*/
  background: linear-gradient(#ba6bb2, #a54d9c);
  /*future CSS3 browsers*/
  -pie-background: linear-gradient(#ba6bb2, #a54d9c);
  /*PIE*/
  behavior: url(/css/PIE.htc);
  border: 1px solid #fff;
  text-decoration: none;
  color: #fff !important;
  font-weight: bold;
  padding: 2px 6px; }
  .tab_link.active_tab:hover {
    background: #CCC;
    /*fallback for non-CSS3 browsers*/
    background: -webkit-linear-gradient(#a54d9c, #ba6bb2);
    /*new webkit*/
    background: -moz-linear-gradient(#a54d9c, #ba6bb2);
    /*gecko*/
    background: -ms-linear-gradient(#a54d9c, #ba6bb2);
    /*IE10*/
    background: -o-linear-gradient(#a54d9c, #ba6bb2);
    /*opera 11.10+*/
    background: linear-gradient(#a54d9c, #ba6bb2);
    /*future CSS3 browsers*/
    -pie-background: linear-gradient(#a54d9c, #ba6bb2);
    /*PIE*/
    behavior: url(/css/PIE.htc);
    text-decoration: none;
    cursor: pointer; }

.top_nav {
  margin: 60px 0px 0px 147px; }
  .top_nav ul {
    z-index: 100;
    list-style: none;
    margin: 0;
    -moz-border-radius: 0px 0px 3px 3px;
    /* Firefox */
    -webkit-border-radius: 0px 0px 3px 3px;
    /* Safari, Chrome */
    border-radius: 0px 0px 3px 3px;
    /* CSS3 */
    behavior: url(/css/PIE.htc);
    position: relative; }
    .top_nav ul li {
      background-color: #54c2b5;
      float: left;
      -moz-border-radius: 3px 3px 0px 0px;
      /* Firefox */
      -webkit-border-radius: 3px 3px 0px 0px;
      /* Safari, Chrome */
      border-radius: 3px 3px 0px 0px;
      /* CSS3 */
      behavior: url(/css/PIE.htc);
      position: relative;
      padding: 0px;
      margin: 0px 3px;
      width: 130px;
      height: 30px; }
      .top_nav ul li a {
        display: block;
        height: 20px;
        padding: 5px 5px 0px 2px;
        color: #fff;
        font-weight: normal;
        text-align: center;
        font-size: 14px;
        text-decoration: none; }
    .top_nav ul ul {
      margin-top: 5px;
      padding: 8px 10px 5px 10px;
      background: #54c2b5;
      width: 180px;
      display: none; }
      .top_nav ul ul li {
        float: none;
        margin: 0px;
        width: 100%;
        height: auto;
        border-bottom: 1px solid #35968b;
        border-top: 1px solid #76cec4; }
        .top_nav ul ul li.first {
          border-top: none; }
        .top_nav ul ul li.last {
          border-bottom: none; }
        .top_nav ul ul li a {
          background-image: none;
          margin: 0px;
          text-align: left;
          font-size: 12px;
          padding: 8px 5px; }
          .top_nav ul ul li a:hover {
            background-color: #35968b; }

div.welcome {
  float: right;
  padding-top: 5px; }

.vert_nav {
  background-color: #9dadaf;
  padding: 20px; }
  .vert_nav ul {
    list-style: none;
    padding: 0; }
    .vert_nav ul li {
      padding-left: 5px;
      border-bottom: 1px solid #819598;
      border-top: 1px solid #b9c4c6;
      cursor: pointer; }
      .vert_nav ul li.first {
        border-top: none; }
      .vert_nav ul li.last {
        border-bottom: none; }
      .vert_nav ul li:hover {
        background-color: #35968b; }
      .vert_nav ul li.current {
        background-color: transparent;
        cursor: auto; }
        .vert_nav ul li.current a {
          color: #ccc;
          cursor: default; }
  .vert_nav a {
    text-decoration: none;
    color: white;
    font-size: 16px;
    display: block; }
  .vert_nav > a {
    font-weight: bold;
    font-size: 25px;
    color: #e3e8e8; }

.front_page_nav {
  margin-top: 50px;
  margin-bottom: 20px; }
  .front_page_nav ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .front_page_nav ul ul ul {
      display: none; }
    .front_page_nav ul.depth_1 {
      padding: 10px 0px;
      background-color: #9eadb0; }
      .front_page_nav ul.depth_1 a:hover {
        background-color: #728a8c; }
  .front_page_nav li.depth_0 {
    margin-bottom: 20px;
    -moz-border-radius: 10px 10px 0px 0px;
    /* Firefox */
    -webkit-border-radius: 10px 10px 0px 0px;
    /* Safari, Chrome */
    border-radius: 10px 10px 0px 0px;
    /* CSS3 */
    behavior: url(/css/PIE.htc);
    position: relative; }
  .front_page_nav a {
    display: block;
    color: White;
    padding-left: 25px; }
    .front_page_nav a.depth_0 {
      background: #CCC;
      /*fallback for non-CSS3 browsers*/
      background: -webkit-linear-gradient(#4bafa3, #277975);
      /*new webkit*/
      background: -moz-linear-gradient(#4bafa3, #277975);
      /*gecko*/
      background: -ms-linear-gradient(#4bafa3, #277975);
      /*IE10*/
      background: -o-linear-gradient(#4bafa3, #277975);
      /*opera 11.10+*/
      background: linear-gradient(#4bafa3, #277975);
      /*future CSS3 browsers*/
      -pie-background: linear-gradient(#4bafa3, #277975);
      /*PIE*/
      behavior: url(/css/PIE.htc);
      -moz-border-radius: 10px 10px 0px 0px;
      /* Firefox */
      -webkit-border-radius: 10px 10px 0px 0px;
      /* Safari, Chrome */
      border-radius: 10px 10px 0px 0px;
      /* CSS3 */
      behavior: url(/css/PIE.htc);
      padding-top: 5px;
      height: 37px;
      font-weight: bold;
      font-size: 24px; }

.background {
  height: 126px;
  z-index: -1;
  width: 100%; }

.contentSurround {
  position: relative;
  z-index: 1; }

.grey-to-white {
  background: #CCC;
  /*fallback for non-CSS3 browsers*/
  background: -webkit-linear-gradient(#c9d1d3, #fff);
  /*new webkit*/
  background: -moz-linear-gradient(#c9d1d3, #fff);
  /*gecko*/
  background: -ms-linear-gradient(#c9d1d3, #fff);
  /*IE10*/
  background: -o-linear-gradient(#c9d1d3, #fff);
  /*opera 11.10+*/
  background: linear-gradient(#c9d1d3, #fff);
  /*future CSS3 browsers*/
  -pie-background: linear-gradient(#c9d1d3, #fff);
  /*PIE*/
  behavior: url(/css/PIE.htc); }

.white-to-grey {
  background: #CCC;
  /*fallback for non-CSS3 browsers*/
  background: -webkit-linear-gradient(#fff, #c9d1d3);
  /*new webkit*/
  background: -moz-linear-gradient(#fff, #c9d1d3);
  /*gecko*/
  background: -ms-linear-gradient(#fff, #c9d1d3);
  /*IE10*/
  background: -o-linear-gradient(#fff, #c9d1d3);
  /*opera 11.10+*/
  background: linear-gradient(#fff, #c9d1d3);
  /*future CSS3 browsers*/
  -pie-background: linear-gradient(#fff, #c9d1d3);
  /*PIE*/
  behavior: url(/css/PIE.htc);
  margin-top: -50px; }

.page_footer {
  clear: both;
  background-color: #54c2b5;
  position: relative;
  min-height: 200px;
  color: White; }
  .page_footer .gradient {
    background: #CCC;
    /*fallback for non-CSS3 browsers*/
    background: -webkit-linear-gradient(#4e5556, #54c2b5);
    /*new webkit*/
    background: -moz-linear-gradient(#4e5556, #54c2b5);
    /*gecko*/
    background: -ms-linear-gradient(#4e5556, #54c2b5);
    /*IE10*/
    background: -o-linear-gradient(#4e5556, #54c2b5);
    /*opera 11.10+*/
    background: linear-gradient(#4e5556, #54c2b5);
    /*future CSS3 browsers*/
    -pie-background: linear-gradient(#4e5556, #54c2b5);
    /*PIE*/
    behavior: url(/css/PIE.htc);
    position: relative;
    height: 170px; }
    .page_footer .gradient + div {
      position: relative;
      top: -170px; }
  .page_footer a {
    color: White; }

/* templates*/
.ui-dialog-title {
  padding-left: 30px; }

.containsHangOutLeft {
  margin-left: 15px; }

.ko_view {
  padding: 0px; }
  .ko_view.edit .item_header {
    padding-left: 48px; }
  .ko_view .ui-dialog-title {
    margin-left: 30px; }
  .ko_view input[type='text'], .ko_view textarea {
    border: 1px solid #35968b; }
  .ko_view .item_details {
    background-color: #bae7e2;
    margin-bottom: 1px; }
  .ko_view > div {
    padding: 15px; }
  .ko_view h3 {
    margin: 0px; }
  .ko_view h2 {
    margin-top: 8px;
    margin-bottom: 8px; }
    .ko_view h2 input {
      width: 387px; }
  .ko_view .banks {
    padding: 4px; }
  .ko_view .bank {
    float: left;
    width: 50%; }
  .ko_view.edit .bank {
    padding: 5px;
    margin: 0 2px 2px 0;
    width: 840;
    border: 1px solid white; }
  .ko_view .tradingcos {
    padding: 4px; }
  .ko_view .tradingco {
    float: left;
    width: 50%; }
  .ko_view.edit .tradingco {
    padding: 5px;
    margin: 0 2px 2px 0;
    width: 620px;
    border: 1px solid white; }
  .ko_view .staffs {
    padding: 4px; }
  .ko_view .staff {
    float: left;
    width: 50%; }
  .ko_view.edit .staff {
    padding: 5px;
    margin: 0 2px 2px 0;
    width: 620px;
    border: 1px solid white; }
  .ko_view.edit table.contacts {
    margin: 0px; }
    .ko_view.edit table.contacts td {
      margin: 0px;
      padding: 2px 0px; }
  .ko_view table.contacts {
    border-collapse: collapse;
    width: auto; }
    .ko_view table.contacts td {
      padding: 2px;
      border: none; }
    .ko_view table.contacts .contact td {
      vertical-align: top; }
    .ko_view table.contacts .contact textarea {
      height: 100px; }
    .ko_view table.contacts .contact .autocomplete-wrap input {
      width: 140px; }
  .ko_view .item_header {
    background-color: #d3f0ec;
    margin-bottom: 1px; }
  .ko_view .contactData {
    width: 245px;
    padding: 2px; }
  .ko_view input.uiDatepicker {
    width: 100px; }
  .ko_view input.staff_name {
    width: 200px;
    margin-left: 3px; }
  .ko_view .contactData {
    margin-left: 5px; }

.staff_name,
.contact_type {
  font-weight: bold;
  width: 150px; }

.autocomplete-wrap {
  height: 18px;
  display: inline;
  white-space: nowrap; }
  .autocomplete-wrap input {
    width: 175px; }

.noClear + .autocomplete-wrap button.acClear {
  display: none; }

.filterItemName {
  width: 150px;
  display: inline-block;
  padding: 4px; }

.filter_column {
  float: left;
  margin: 12px; }

button.createObject {
  -moz-border-radius: 3px;
  /* Firefox */
  -webkit-border-radius: 3px;
  /* Safari, Chrome */
  border-radius: 3px;
  /* CSS3 */
  behavior: url(/css/PIE.htc);
  background: #CCC;
  /*fallback for non-CSS3 browsers*/
  background: -webkit-linear-gradient(#7acfc5, #54c2b5);
  /*new webkit*/
  background: -moz-linear-gradient(#7acfc5, #54c2b5);
  /*gecko*/
  background: -ms-linear-gradient(#7acfc5, #54c2b5);
  /*IE10*/
  background: -o-linear-gradient(#7acfc5, #54c2b5);
  /*opera 11.10+*/
  background: linear-gradient(#7acfc5, #54c2b5);
  /*future CSS3 browsers*/
  -pie-background: linear-gradient(#7acfc5, #54c2b5);
  /*PIE*/
  behavior: url(/css/PIE.htc);
  border: 1px solid #fff;
  text-decoration: none;
  color: #fff !important;
  font-weight: bold;
  padding: 2px 6px;
  -moz-box-shadow: -3px 3px 1px #888;
  -webkit-box-shadow: -3px 3px 1px #888;
  box-shadow: -3px 3px 1px #888;
  behavior: url(/css/PIE.htc);
  position: relative; }
  button.createObject:hover {
    background: #CCC;
    /*fallback for non-CSS3 browsers*/
    background: -webkit-linear-gradient(#54c2b5, #7acfc5);
    /*new webkit*/
    background: -moz-linear-gradient(#54c2b5, #7acfc5);
    /*gecko*/
    background: -ms-linear-gradient(#54c2b5, #7acfc5);
    /*IE10*/
    background: -o-linear-gradient(#54c2b5, #7acfc5);
    /*opera 11.10+*/
    background: linear-gradient(#54c2b5, #7acfc5);
    /*future CSS3 browsers*/
    -pie-background: linear-gradient(#54c2b5, #7acfc5);
    /*PIE*/
    behavior: url(/css/PIE.htc);
    text-decoration: none;
    cursor: pointer; }
  button.createObject.p_active {
    -moz-box-shadow: -1px 1px 1px #888;
    -webkit-box-shadow: -1px 1px 1px #888;
    box-shadow: -1px 1px 1px #888;
    behavior: url(/css/PIE.htc);
    top: 2px;
    right: 2px; }

button.ui-button {
  height: 18px;
  width: 18px !important; }
  button.ui-button .ui-button-text {
    padding: 0; }

.greenButton {
  -moz-border-radius: 3px;
  /* Firefox */
  -webkit-border-radius: 3px;
  /* Safari, Chrome */
  border-radius: 3px;
  /* CSS3 */
  behavior: url(/css/PIE.htc);
  background: #CCC;
  /*fallback for non-CSS3 browsers*/
  background: -webkit-linear-gradient(#7acfc5, #54c2b5);
  /*new webkit*/
  background: -moz-linear-gradient(#7acfc5, #54c2b5);
  /*gecko*/
  background: -ms-linear-gradient(#7acfc5, #54c2b5);
  /*IE10*/
  background: -o-linear-gradient(#7acfc5, #54c2b5);
  /*opera 11.10+*/
  background: linear-gradient(#7acfc5, #54c2b5);
  /*future CSS3 browsers*/
  -pie-background: linear-gradient(#7acfc5, #54c2b5);
  /*PIE*/
  behavior: url(/css/PIE.htc);
  border: 1px solid #fff;
  text-decoration: none;
  color: #fff !important;
  font-weight: bold;
  padding: 2px 6px;
  position: relative; }
  .greenButton:hover {
    background: #CCC;
    /*fallback for non-CSS3 browsers*/
    background: -webkit-linear-gradient(#54c2b5, #7acfc5);
    /*new webkit*/
    background: -moz-linear-gradient(#54c2b5, #7acfc5);
    /*gecko*/
    background: -ms-linear-gradient(#54c2b5, #7acfc5);
    /*IE10*/
    background: -o-linear-gradient(#54c2b5, #7acfc5);
    /*opera 11.10+*/
    background: linear-gradient(#54c2b5, #7acfc5);
    /*future CSS3 browsers*/
    -pie-background: linear-gradient(#54c2b5, #7acfc5);
    /*PIE*/
    behavior: url(/css/PIE.htc);
    text-decoration: none;
    cursor: pointer; }

.purpleButton {
  -moz-border-radius: 3px;
  /* Firefox */
  -webkit-border-radius: 3px;
  /* Safari, Chrome */
  border-radius: 3px;
  /* CSS3 */
  behavior: url(/css/PIE.htc);
  background: #CCC;
  /*fallback for non-CSS3 browsers*/
  background: -webkit-linear-gradient(#ba6bb2, #a54d9c);
  /*new webkit*/
  background: -moz-linear-gradient(#ba6bb2, #a54d9c);
  /*gecko*/
  background: -ms-linear-gradient(#ba6bb2, #a54d9c);
  /*IE10*/
  background: -o-linear-gradient(#ba6bb2, #a54d9c);
  /*opera 11.10+*/
  background: linear-gradient(#ba6bb2, #a54d9c);
  /*future CSS3 browsers*/
  -pie-background: linear-gradient(#ba6bb2, #a54d9c);
  /*PIE*/
  behavior: url(/css/PIE.htc);
  border: 1px solid #fff;
  text-decoration: none;
  color: #fff !important;
  font-weight: bold;
  padding: 2px 6px;
  position: relative; }
  .purpleButton:hover {
    background: #CCC;
    /*fallback for non-CSS3 browsers*/
    background: -webkit-linear-gradient(#a54d9c, #ba6bb2);
    /*new webkit*/
    background: -moz-linear-gradient(#a54d9c, #ba6bb2);
    /*gecko*/
    background: -ms-linear-gradient(#a54d9c, #ba6bb2);
    /*IE10*/
    background: -o-linear-gradient(#a54d9c, #ba6bb2);
    /*opera 11.10+*/
    background: linear-gradient(#a54d9c, #ba6bb2);
    /*future CSS3 browsers*/
    -pie-background: linear-gradient(#a54d9c, #ba6bb2);
    /*PIE*/
    behavior: url(/css/PIE.htc);
    text-decoration: none;
    cursor: pointer; }

.purpleIconButton {
  -moz-border-radius: 3px;
  /* Firefox */
  -webkit-border-radius: 3px;
  /* Safari, Chrome */
  border-radius: 3px;
  /* CSS3 */
  behavior: url(/css/PIE.htc);
  background: #CCC;
  /*fallback for non-CSS3 browsers*/
  background: -webkit-linear-gradient(#ba6bb2, #a54d9c);
  /*new webkit*/
  background: -moz-linear-gradient(#ba6bb2, #a54d9c);
  /*gecko*/
  background: -ms-linear-gradient(#ba6bb2, #a54d9c);
  /*IE10*/
  background: -o-linear-gradient(#ba6bb2, #a54d9c);
  /*opera 11.10+*/
  background: linear-gradient(#ba6bb2, #a54d9c);
  /*future CSS3 browsers*/
  -pie-background: linear-gradient(#ba6bb2, #a54d9c);
  /*PIE*/
  behavior: url(/css/PIE.htc);
  border: 1px solid #fff;
  padding: 1px;
  position: relative;
  width: 19px;
  display: inline-block;
  vertical-align: middle; }
  .purpleIconButton:hover {
    background: #CCC;
    /*fallback for non-CSS3 browsers*/
    background: -webkit-linear-gradient(#a54d9c, #ba6bb2);
    /*new webkit*/
    background: -moz-linear-gradient(#a54d9c, #ba6bb2);
    /*gecko*/
    background: -ms-linear-gradient(#a54d9c, #ba6bb2);
    /*IE10*/
    background: -o-linear-gradient(#a54d9c, #ba6bb2);
    /*opera 11.10+*/
    background: linear-gradient(#a54d9c, #ba6bb2);
    /*future CSS3 browsers*/
    -pie-background: linear-gradient(#a54d9c, #ba6bb2);
    /*PIE*/
    behavior: url(/css/PIE.htc);
    text-decoration: none;
    cursor: pointer; }
  .purpleIconButton span {
    display: inline-block;
    margin: 1px; }

.hangOutLeft {
  margin: 0px 3px 0px -30px; }

.errMsg {
  padding: 0px 5px 0px 5px;
  color: red; }

a.editsavelink {
  float: right;
  margin: 5px; }

a.sprite {
  background-image: url("/Images/Icons/actions.png");
  padding: 0px;
  width: 16px;
  height: 16px;
  display: inline-block; }

.delete {
  background-position: -96px -96px; }

.add {
  background-position: -96px -64px; }

.align-to-text {
  position: relative;
  top: 4px; }

.ui-tooltip {
  max-width: 800px !important; }

.hasPlaceholder {
  color: #6d6d6d; }

.ui-widget-header {
  -moz-border-radius: 0px;
  /* Firefox */
  -webkit-border-radius: 0px;
  /* Safari, Chrome */
  border-radius: 0px;
  /* CSS3 */
  behavior: url(/css/PIE.htc);
  background: #CCC;
  /*fallback for non-CSS3 browsers*/
  background: -webkit-linear-gradient(left, #35968b, #54c2b5);
  /*new webkit*/
  background: -moz-linear-gradient(left, #35968b, #54c2b5);
  /*gecko*/
  background: -ms-linear-gradient(left, #35968b, #54c2b5);
  /*IE10*/
  background: -o-linear-gradient(left, #35968b, #54c2b5);
  /*opera 11.10+*/
  background: linear-gradient(left, #35968b, #54c2b5);
  /*future CSS3 browsers*/
  -pie-background: linear-gradient(left, #35968b, #54c2b5);
  /*PIE*/
  behavior: url(/css/PIE.htc);
  border: none;
  z-index: 1;
  font-weight: bold;
  font-size: 1.4em;
  color: #fff; }
  .ui-widget-header .ui-dialog-titlebar-close {
    margin-right: 10px;
    -moz-border-radius: 3px;
    /* Firefox */
    -webkit-border-radius: 3px;
    /* Safari, Chrome */
    border-radius: 3px;
    /* CSS3 */
    behavior: url(/css/PIE.htc);
    background: #CCC;
    /*fallback for non-CSS3 browsers*/
    background: -webkit-linear-gradient(#ba6bb2, #a54d9c);
    /*new webkit*/
    background: -moz-linear-gradient(#ba6bb2, #a54d9c);
    /*gecko*/
    background: -ms-linear-gradient(#ba6bb2, #a54d9c);
    /*IE10*/
    background: -o-linear-gradient(#ba6bb2, #a54d9c);
    /*opera 11.10+*/
    background: linear-gradient(#ba6bb2, #a54d9c);
    /*future CSS3 browsers*/
    -pie-background: linear-gradient(#ba6bb2, #a54d9c);
    /*PIE*/
    behavior: url(/css/PIE.htc);
    border: 1px solid #fff; }
    .ui-widget-header .ui-dialog-titlebar-close:hover {
      background: #CCC;
      /*fallback for non-CSS3 browsers*/
      background: -webkit-linear-gradient(#a54d9c, #ba6bb2);
      /*new webkit*/
      background: -moz-linear-gradient(#a54d9c, #ba6bb2);
      /*gecko*/
      background: -ms-linear-gradient(#a54d9c, #ba6bb2);
      /*IE10*/
      background: -o-linear-gradient(#a54d9c, #ba6bb2);
      /*opera 11.10+*/
      background: linear-gradient(#a54d9c, #ba6bb2);
      /*future CSS3 browsers*/
      -pie-background: linear-gradient(#a54d9c, #ba6bb2);
      /*PIE*/
      behavior: url(/css/PIE.htc);
      text-decoration: none;
      cursor: pointer; }
    .ui-widget-header .ui-dialog-titlebar-close:hover {
      padding: 1px; }

.ui-dialog {
  -moz-border-radius: 0px;
  /* Firefox */
  -webkit-border-radius: 0px;
  /* Safari, Chrome */
  border-radius: 0px;
  /* CSS3 */
  behavior: url(/css/PIE.htc);
  -moz-box-shadow: -5px 5px 3px #888;
  -webkit-box-shadow: -5px 5px 3px #888;
  box-shadow: -5px 5px 3px #888;
  behavior: url(/css/PIE.htc);
  padding: 5px;
  z-index: 100; }
  .ui-dialog .ui-dialog-content {
    padding: 3px 0px 0px 0px; }
    .ui-dialog .ui-dialog-content .item_details {
      margin-top: 3px; }

.hide {
  display: none !important; }

#view_property div.top_details {
  font-size: 15px;
  line-height: 150%;
  padding-bottom: 10px;
  color: #444444; }

#view_property div.price {
  clear: right;
  color: #8A2289;
  float: right;
  font-size: 20px;
  font-weight: bold;
  margin-right: 10px; }

#view_property div.shortletprice {
  clear: right;
  color: #8A2289;
  float: right;
  font-size: 20px;
  font-weight: bold;
  margin-right: 10px; }

#view_property h1 {
  font-size: 20px; }

#view_property div.tab_links a.tab_link {
  background-color: #C6E6E2;
  border-color: #A6DAD3;
  border-style: solid;
  border-width: 1px 1px 0;
  color: #4DB2A7;
  display: block;
  float: left;
  height: 16px;
  margin: 0 4px 0 0;
  padding: 5px 10px;
  text-align: center; }

#view_property div.tab_links a.tab_link_selected, #view_property div.tab_links a.tab_link_selected:hover {
  background-color: #4DB2A7;
  border-color: #34998E;
  color: #FFFFFF;
  cursor: default;
  text-decoration: none; }

#view_property div.tab_links a.tab_link {
  padding: 3px 10px 7px; }

#view_property div.tab_links a.tab_link:hover {
  background-color: #A6DAD3;
  border-color: #4DB2A7;
  color: #34998E;
  text-decoration: none; }

#view_property div.tab_page {
  clear: both; }

div.tab_page {
  display: none; }

#view_property div.prop_desc_top {
  clear: both;
  font-size: 15px;
  font-weight: bold;
  padding-top: 15px; }

#view_property div.prop_desc {
  padding: 20px 0; }

#view_property div.prop_details_container {
  float: left;
  text-align: justify;
  width: 530px; }

#view_property div.rental_details_container {
  float: left;
  text-align: justify;
  border: 1px solid grey; }

#view_property div.rental_details_container td {
  padding: 2px 4px 3px 7px; }

#view_property div.prop_bullets {
  float: left;
  padding-bottom: 20px; }

#view_property div.prop_bullets ul {
  float: left;
  margin: 0;
  padding: 0 50px 0 18px; }

#view_property div.prop_terms {
  float: left;
  padding-bottom: 20px; }

#view_property div.prop_terms td {
  padding: 2px 4px 0 1px; }

table.prop_images {
  width: 698px;
  height: 280px; }

img.zoom {
  cursor: pointer; }

table.prop_images, .prop_images {
  background-color: #EBEDEE;
  border: 1px solid #ABB9BA;
  padding: 3px 0 3px 3px;
  width: 689px;
  overflow: hidden; }

table.prop_details, .prop_details {
  background-color: #EBEDEE;
  border: 1px solid #ABB9BA;
  padding: 3px 0 3px 3px;
  width: 100%;
  overflow: hidden; }

th {
  text-align: left; }

.main_image {
  float: left;
  margin-right: 3px; }
  .main_image a {
    border: 1px solid #ABB9BA;
    position: absolute; }
    .main_image a img {
      height: 275px;
      width: 410px; }

#fancybox-close {
  background-image: url(/Images/gallery-close.png);
  background-position: 0 0;
  width: 50px;
  height: 50px;
  right: -25px;
  top: -25px; }

#fancybox-right, #fancybox-left {
  visibility: visible; }

#fancybox-right-ico, #fancybox-left-ico {
  width: 95px;
  height: 155px;
  top: 35%;
  background-position: 0 0; }

#fancybox-right {
  margin-right: -105px; }

#fancybox-right-ico {
  left: auto;
  right: 20px;
  background-image: url(/Images/gallery-next.png); }
  #fancybox-right-ico:hover {
    background-image: url(/Images/gallery-next-hover.png); }

#fancybox-left {
  margin-left: -105px; }

#fancybox-left-ico {
  left: 20px;
  background-image: url(/Images/gallery-prev.png); }
  #fancybox-left-ico:hover {
    background-image: url(/Images/gallery-prev-hover.png); }

.thumb_images img {
  width: 134px;
  height: 90px; }

div#img-zoom-next a {
  background-image: url("/site/skin/images/gallery-next.png"); }

div.img-zoom-nav a {
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  height: 155px;
  width: 95px; }

h1 {
  clear: left;
  color: #444444; }

h4 {
  color: #54C2B5;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 5px;
  padding: 0; }

.messages {
  position: fixed;
  top: 25%;
  left: 50%;
  margin-left: -200px;
  border: 2px solid #ff0000;
  background-color: white;
  width: 400px;
  z-index: 1100;
  padding: 10px; }
  .messages .message {
    margin: 10px 0px 10px 0px;
    cursor: pointer; }

.notes {
  padding: 10px; }
  .notes .noteInput {
    width: 85%;
    height: 80px; }
  .notes .note {
    clear: both; }
  .notes .note.even {
    background-color: #d3f0ec; }
  .notes .note.odd {
    background-color: #fff; }
  .notes .noteSend {
    -moz-border-radius: 3px;
    /* Firefox */
    -webkit-border-radius: 3px;
    /* Safari, Chrome */
    border-radius: 3px;
    /* CSS3 */
    behavior: url(/css/PIE.htc);
    background: #CCC;
    /*fallback for non-CSS3 browsers*/
    background: -webkit-linear-gradient(#7acfc5, #54c2b5);
    /*new webkit*/
    background: -moz-linear-gradient(#7acfc5, #54c2b5);
    /*gecko*/
    background: -ms-linear-gradient(#7acfc5, #54c2b5);
    /*IE10*/
    background: -o-linear-gradient(#7acfc5, #54c2b5);
    /*opera 11.10+*/
    background: linear-gradient(#7acfc5, #54c2b5);
    /*future CSS3 browsers*/
    -pie-background: linear-gradient(#7acfc5, #54c2b5);
    /*PIE*/
    behavior: url(/css/PIE.htc);
    border: 1px solid #fff;
    text-decoration: none;
    color: #fff !important;
    font-weight: bold;
    padding: 2px 6px;
    position: relative;
    bottom: 15px;
    margin: 3px;
    height: 40px;
    width: 8%; }
    .notes .noteSend:hover {
      background: #CCC;
      /*fallback for non-CSS3 browsers*/
      background: -webkit-linear-gradient(#54c2b5, #7acfc5);
      /*new webkit*/
      background: -moz-linear-gradient(#54c2b5, #7acfc5);
      /*gecko*/
      background: -ms-linear-gradient(#54c2b5, #7acfc5);
      /*IE10*/
      background: -o-linear-gradient(#54c2b5, #7acfc5);
      /*opera 11.10+*/
      background: linear-gradient(#54c2b5, #7acfc5);
      /*future CSS3 browsers*/
      -pie-background: linear-gradient(#54c2b5, #7acfc5);
      /*PIE*/
      behavior: url(/css/PIE.htc);
      text-decoration: none;
      cursor: pointer; }
  .notes .date, .notes .username {
    margin: 0px 5px; }

.noteHover {
  position: absolute;
  right: 16px;
  width: 500px;
  z-index: 1000; }
  .noteHover .noNotes {
    float: right;
    background: white;
    border: 1px solid black; }

.ui-sortable li {
  list-style: none; }
  .ui-sortable li img {
    border: 1px solid #35968b;
    padding: 3px;
    width: 200px; }
  .ui-sortable li button {
    -moz-border-radius: 3px;
    /* Firefox */
    -webkit-border-radius: 3px;
    /* Safari, Chrome */
    border-radius: 3px;
    /* CSS3 */
    behavior: url(/css/PIE.htc);
    background: #CCC;
    /*fallback for non-CSS3 browsers*/
    background: -webkit-linear-gradient(#7acfc5, #54c2b5);
    /*new webkit*/
    background: -moz-linear-gradient(#7acfc5, #54c2b5);
    /*gecko*/
    background: -ms-linear-gradient(#7acfc5, #54c2b5);
    /*IE10*/
    background: -o-linear-gradient(#7acfc5, #54c2b5);
    /*opera 11.10+*/
    background: linear-gradient(#7acfc5, #54c2b5);
    /*future CSS3 browsers*/
    -pie-background: linear-gradient(#7acfc5, #54c2b5);
    /*PIE*/
    behavior: url(/css/PIE.htc);
    border: 1px solid #fff;
    text-decoration: none;
    color: #fff !important;
    font-weight: bold;
    padding: 2px 6px;
    position: relative;
    bottom: 10px;
    right: 80px; }
    .ui-sortable li button:hover {
      background: #CCC;
      /*fallback for non-CSS3 browsers*/
      background: -webkit-linear-gradient(#54c2b5, #7acfc5);
      /*new webkit*/
      background: -moz-linear-gradient(#54c2b5, #7acfc5);
      /*gecko*/
      background: -ms-linear-gradient(#54c2b5, #7acfc5);
      /*IE10*/
      background: -o-linear-gradient(#54c2b5, #7acfc5);
      /*opera 11.10+*/
      background: linear-gradient(#54c2b5, #7acfc5);
      /*future CSS3 browsers*/
      -pie-background: linear-gradient(#54c2b5, #7acfc5);
      /*PIE*/
      behavior: url(/css/PIE.htc);
      text-decoration: none;
      cursor: pointer; }

.room-sizes tr {
  cursor: hand; }

.room-sizes button.acClear {
  display: none; }

.room-sizes input.ui-autocomplete-input {
  width: 150px; }

.room-sizes input.measure {
  width: 30px; }

.toggleable {
  display: none; }

.additionalrequirements {
  position: reletive;
  top: 2px;
  left: 2px;
  padding: 3px;
  background-color: #A9E0DA;
  border: solid 2px white; }

.negative {
  font-weight: bold;
  color: red; }

.landlord {
  font-weight: bold;
  font-size: 16px;
  color: Green; }

.lessee {
  font-weight: bold;
  font-size: 16px;
  color: Green; }

.tenant {
  font-weight: bold;
  font-size: 16px;
  color: Blue; }

.tax {
  font-weight: bold;
  font-size: 16px;
  color: Red; }

.groundrent {
  font-weight: bold;
  font-size: 16px;
  color: Brown; }

.servicecharge {
  font-weight: bold;
  font-size: 16px;
  color: Purple; }

.reserve {
  font-weight: bold;
  font-size: 16px;
  color: FireBrick; }

.ui-autocomplete {
  max-height: 400px;
  overflow-y: scroll; }

.tenancyLetterList {
  position: absolute;
  border: 1px solid red;
  padding: 10px;
  background-color: white; }
  .tenancyLetterList div {
    float: left; }
    .tenancyLetterList div a {
      margin: 1px 5px;
      display: block; }
