#wsd_bd {
  font-family: Arial;
  font-size: 11px;
}

#wsd_bd .typeContainer {
  margin-bottom: 10px;
}

#wsd_bd .listingRow {
  clear: both;
  margin-bottom: 2px;
}

#wsd_bd .listingRow .listing {
  float: left;
  padding: 2px;
}

#wsd_bd a {
  color: blue;
  font-weight: normal;
  text-decoration: none;
}

#wsd_bd * b a {
  font-weight: bold;
}

#wsd_bd a:hover {
  text-decoration: underline;
}

#wsd_bd h1 {
  color: black;
}

#wsd_bd h3 {
  color: black;
}

#wsd_bd .clearer {
  clear: both;
}

.ac_results {
  padding: 0px;
  border: 1px solid black;
  background-color: white;
  overflow: hidden;
  z-index: 99999;
}

.ac_results ul {
  width: 100%;
  list-style-position: outside;
  list-style: none;
  padding: 0;
  margin: 0;
}

.ac_results li {
  margin: 0px;
  padding: 2px 5px;
  cursor: default;
  display: block;
  /* 
  if width will be 100% horizontal scrollbar will apear 
  when scroll mode will be used
  */
  /*width: 100%;*/
  font: menu;
  font-size: 12px;
  /* 
  it is very important, if line-height not setted or setted 
  in relative units scroll will be broken in firefox
  */
  line-height: 16px;
  overflow: hidden;
}

.ac_loading {
  background: white url("indicator.gif") right center no-repeat;
}

.ac_odd {
  background-color: #eee;
}

.ac_over {
  background-color: #0A246A;
  color: white;
}

.jquery-checkbox {
  display: inline;
  font-size: 24px;
  line-height: 24px;
  cursor: pointer;
  cursor: hand;
}

.jquery-checkbox .mark {
  display: inline;
}

.jquery-checkbox img {
  vertical-align: middle;
  width: 24px;
  height: 24px;
}

.jquery-checkbox img {
  background: transparent url(../images/checkbox.png) no-repeat;
}

.jquery-checkbox img {
  background-position: 0px 0px;
}

.jquery-checkbox-hover img {
  background-position: 0px 0px;
}

.jquery-checkbox-checked img {
  background-position: 0px -24px;
}

.jquery-checkbox-checked .jquery-checkbox-hover img {
  background-position: 0px -24px;
}

.jquery-checkbox-disabled img {
  background-position: 0px 0px;
}

.jquery-checkbox-checked .jquery-checkbox-disabled img {
  background-position: 0px -24px;
}

table.jCalendar {
  border: 1px solid #000;
  background: #aaa;
  border-collapse: separate;
  border-spacing: 2px;
}

table.jCalendar th {
  background: #333;
  color: #fff;
  font-weight: bold;
  padding: 3px 5px;
}

table.jCalendar td {
  background: #ccc;
  color: #000;
  padding: 3px 5px;
  text-align: center;
}

table.jCalendar td.other-month {
  background: #ddd;
  color: #aaa;
}

table.jCalendar td.today {
  background: #666;
  color: #fff;
}

table.jCalendar td.selected {
  background: #f66;
  color: #fff;
}

table.jCalendar td.selected:hover {
  background: #f33;
  color: #fff;
}

table.jCalendar td:hover, table.jCalendar td.dp-hover {
  background: #fff;
  color: #000;
}

table.jCalendar td.disabled, table.jCalendar td.disabled:hover {
  background: #bbb;
  color: #888;
}

/* For the popup */
div.dp-popup {
  position: relative;
  background: #ccc;
  font-size: 10px;
  font-family: arial, sans-serif;
  padding: 2px;
  width: 171px;
  line-height: 1.2em;
}

div#dp-popup {
  position: absolute;
  z-index: 199;
}

div.dp-popup h2 {
  font-size: 12px;
  text-align: center;
  margin: 2px 0;
  padding: 0;
}

a#dp-close {
  font-size: 11px;
  padding: 4px 0;
  text-align: center;
  display: block;
}

a#dp-close:hover {
  text-decoration: underline;
}

div.dp-popup a {
  color: #000;
  text-decoration: none;
  padding: 3px 2px 0;
}

div.dp-popup div.dp-nav-prev {
  position: absolute;
  top: 2px;
  left: 4px;
  width: 100px;
}

div.dp-popup div.dp-nav-prev a {
  float: left;
}

/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
  cursor: pointer;
}

div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
  cursor: default;
}

div.dp-popup div.dp-nav-next {
  position: absolute;
  top: 2px;
  right: 4px;
  width: 100px;
}

div.dp-popup div.dp-nav-next a {
  float: right;
}

div.dp-popup a.disabled {
  cursor: default;
  color: #aaa;
}

div.dp-popup td {
  cursor: pointer;
}

div.dp-popup td.disabled {
  cursor: default;
}

a.dp-choose-date {
  float: left;
  width: 16px;
  height: 16px;
  padding: 0;
  margin: 5px 3px 0;
  display: block;
  text-indent: -2000px;
  overflow: hidden;
  background: url(../images/jq-dp-calendar.png) no-repeat;
}

a.dp-choose-date.dp-disabled {
  background-position: 0 -20px;
  cursor: default;
}

/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
  width: 70px;
  float: left;
}

.jqmContainer {
  position: absolute;
  z-index: 10000;
}

.jqmWindow {
  margin-left: 0px;
  left: 50px;
  z-index: 10001;
}

.jqmContainer {
  z-index: 10000;
}

.jqmWindow {
  margin-left: 0px;
  left: 50px;
}

.jqmOverlay {
  /*background-color: #00476d;*/
  background-color: #666666;
}

.jqmContainer {
  position: fixed;
  top: 75px;
  width: 100%;
  display: none;
  text-align: center;
}

.jqmWindow {
  margin-left: -300px;
  left: 50%;
  height: auto;
  width: 600px;
  border: 5px solid #e7a614;
  background: #ffffff;
  position: absolute;
  text-align: center;
}

#dialogContentContainer {
  max-height: 400px;
  overflow: auto;
}

#dialogContentContainer input.fbutton {
  border: 1px #666666 solid;
  background-color: #e7a614;
  width: 75px;
  font-weight: bold;
}

#dialogContentContainer input {
  background-color: #ffffff;
  border: 1px #cccccc solid;
  color: #333333;
}

#dialogContentContainer select {
  background-color: #ffffff;
  border: 1px #cccccc solid;
  color: #333333;
}

#dialogContentContainer textarea {
  background-color: #ffffff;
  border: 1px #cccccc solid;
  color: #333333;
  width: 300px;
}

#dialogContent {
  padding: 10px;
  text-align: left;
}

a.modallinkload {
  color: blue;
  text-decoration: underline;
}

#dialogCloseX {
  /*border-bottom: 1px solid #e7a614;
  background-color: #55401b;*/
  /*border-bottom: 1px solid #cccccc;*/
  background-color: #e7a614;
  height: 25px;
}

#dialogCloseX a {
  /*border: 2px solid white;*/
  display: block;
  float: right;
  margin: 2px;
  color: white;
  font-weight: bold;
}

#dialogCloseX a:hover {
  text-decoration: underline;
}

/** internal dialog style rules */
#dialogContent h3 {
  font-size: 18px;
  color: #e7a614;
}

#dialogContent div.title {
  border-bottom: 1px solid black;
}

#dialogContent div.list {
  text-align: left;
}

#dialogContent table {
  border-collapse: collapse;
  border: 1px solid #999999;
  width: 100%;
}

#dialogContent th {
  background: #999999;
  color: #ffffff;
}

#dialogContent td {
  border: 1px solid #999999;
  padding: 4px;
}

.lb-loader, .lightbox {
  text-align: center;
  line-height: 0;
}

body:after {
  content: url(../images/lightbox/close.png) url(../images/lightbox/loading.gif) url(../images/lightbox/prev.png) url(../images/lightbox/next.png);
  display: none;
}

.lb-outerContainer {
  border: 4px #fff solid;
}

.lb-dataContainer:after, .lb-outerContainer:after {
  content: "";
  clear: both;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #000;
  filter: alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  font-weight: 400;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: #fff;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
}

.lb-loader, .lb-nav {
  position: absolute;
  left: 0;
}

.lb-outerContainer:after {
  display: table;
}

.lb-container {
  padding: 0px;
}

.lb-loader {
  top: 43%;
  height: 25%;
  width: 100%;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/lightbox/loading.gif) no-repeat;
}

.lb-nav {
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: 0;
  background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
}

.lb-next, .lb-prev {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/lightbox/prev.png) left 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/lightbox/next.png) right 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  display: table;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: 700;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/lightbox/close.png) top right no-repeat;
  text-align: right;
  outline: 0;
  filter: alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: alpha(Opacity=100);
  opacity: 1;
}

/*# sourceMappingURL=legacy.css.map */
