/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
/*
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {
	margin: 0;padding: 0;
	border: 0;font-size: 100%;font: inherit;vertical-align: baseline;
}
*/
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
/*
body {
	line-height: 1;
}
*/
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
p,
ul {
  margin: 0;
  padding: 0;
}
/*======================================================================================
 * Un escape - This should undo a lot of the stuff done above.
 */
.ex-doc ul {
  margin: 14px 0;
}
/*======================================================================================
   Plugins
*/
/*

Uniform Theme: Uniform Default
Version: 1.6
By: Josh Pyles
License: MIT License
---
For use with the Uniform plugin:
http://pixelmatrixdesign.com/uniform/
---
Generated by Uniform Theme Generator:
http://pixelmatrixdesign.com/uniform/themer.html

*/
/* Global Declaration */
div.selector,
div.selector span,
div.checker span,
div.radio span,
div.uploader,
div.uploader span.action,
div.button,
div.button span {
  background-image: url(../images/sprite.png);
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased;
}
.selector,
.radio,
.checker,
.uploader,
.button,
.selector *,
.radio *,
.checker *,
.uploader *,
.button * {
  margin: 0;
  padding: 0;
}
/* INPUT & TEXTAREA */
input.text,
input.email,
input.password,
textarea.uniform {
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  padding: 3px;
  color: #222222;
  background: #fff;
  border-top: solid 1px #aaa;
  border-left: solid 1px #aaa;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  outline: 0;
}
input.text:focus,
input.email:focus,
input.password:focus,
textarea.uniform:focus {
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  border-color: #999;
  background: #fff;
}
/* SPRITES */
/* Select */
div.selector {
  background-position: -483px -130px;
  line-height: 26px;
  height: 26px;
}
div.selector span {
  background-position: right 0px;
  height: 26px;
  line-height: 26px;
}
div.selector select {
  /* change these to adjust positioning of select element */
  top: 0px;
  left: 0px;
}
div.selector:active,
div.selector.active {
  background-position: -483px -156px;
}
div.selector:active span,
div.selector.active span {
  background-position: right -26px;
}
div.selector.focus,
div.selector.hover,
div.selector:hover {
  background-position: -483px -182px;
}
div.selector.focus span,
div.selector.hover span,
div.selector:hover span {
  background-position: right -52px;
}
div.selector.focus:active,
div.selector.focus.active,
div.selector:hover:active,
div.selector.active:hover {
  background-position: -483px -208px;
}
div.selector.focus:active span,
div.selector:hover:active span,
div.selector.active:hover span,
div.selector.focus.active span {
  background-position: right -78px;
}
div.selector.disabled {
  background-position: -483px -234px;
}
div.selector.disabled span {
  background-position: right -104px;
}
/* Checkbox */
div.checker {
  width: 19px;
  height: 19px;
}
div.checker input {
  width: 19px;
  height: 19px;
}
div.checker span {
  background-position: 0px -260px;
  height: 19px;
  width: 19px;
}
div.checker:active span,
div.checker.active span {
  background-position: -19px -260px;
}
div.checker.focus span,
div.checker:hover span {
  background-position: -38px -260px;
}
div.checker.focus:active span,
div.checker:active:hover span,
div.checker.active:hover span,
div.checker.focus.active span {
  background-position: -57px -260px;
}
div.checker span.checked {
  background-position: -76px -260px;
}
div.checker:active span.checked,
div.checker.active span.checked {
  background-position: -95px -260px;
}
div.checker.focus span.checked,
div.checker:hover span.checked {
  background-position: -114px -260px;
}
div.checker.focus:active span.checked,
div.checker:hover:active span.checked,
div.checker.active:hover span.checked,
div.checker.active.focus span.checked {
  background-position: -133px -260px;
}
div.checker.disabled span,
div.checker.disabled:active span,
div.checker.disabled.active span {
  background-position: -152px -260px;
}
div.checker.disabled span.checked,
div.checker.disabled:active span.checked,
div.checker.disabled.active span.checked {
  background-position: -171px -260px;
}
/* Radio */
div.radio {
  width: 18px;
  height: 18px;
}
div.radio input {
  width: 18px;
  height: 18px;
}
div.radio span {
  height: 18px;
  width: 18px;
  background-position: 0px -279px;
}
div.radio:active span,
div.radio.active span {
  background-position: -18px -279px;
}
div.radio.focus span,
div.radio:hover span {
  background-position: -36px -279px;
}
div.radio.focus:active span,
div.radio:active:hover span,
div.radio.active:hover span,
div.radio.active.focus span {
  background-position: -54px -279px;
}
div.radio span.checked {
  background-position: -72px -279px;
}
div.radio:active span.checked,
div.radio.active span.checked {
  background-position: -90px -279px;
}
div.radio.focus span.checked,
div.radio:hover span.checked {
  background-position: -108px -279px;
}
div.radio.focus:active span.checked,
div.radio:hover:active span.checked,
div.radio.focus.active span.checked,
div.radio.active:hover span.checked {
  background-position: -126px -279px;
}
div.radio.disabled span,
div.radio.disabled:active span,
div.radio.disabled.active span {
  background-position: -144px -279px;
}
div.radio.disabled span.checked,
div.radio.disabled:active span.checked,
div.radio.disabled.active span.checked {
  background-position: -162px -279px;
}
/* Uploader */
div.uploader {
  background-position: 0px -297px;
  height: 28px;
}
div.uploader span.action {
  background-position: right -409px;
  height: 24px;
  line-height: 24px;
}
div.uploader span.filename {
  height: 24px;
  /* change this line to adjust positioning of filename area */
  margin: 2px 0px 2px 2px;
  line-height: 24px;
}
div.uploader.focus,
div.uploader.hover,
div.uploader:hover {
  background-position: 0px -353px;
}
div.uploader.focus span.action,
div.uploader.hover span.action,
div.uploader:hover span.action {
  background-position: right -437px;
}
div.uploader.active span.action,
div.uploader:active span.action {
  background-position: right -465px;
}
div.uploader.focus.active span.action,
div.uploader:focus.active span.action,
div.uploader.focus:active span.action,
div.uploader:focus:active span.action {
  background-position: right -493px;
}
div.uploader.disabled {
  background-position: 0px -325px;
}
div.uploader.disabled span.action {
  background-position: right -381px;
}
div.button {
  background-position: 0px -523px;
}
div.button span {
  background-position: right -643px;
}
div.button.focus,
div.button:focus,
div.button:hover,
div.button.hover {
  background-position: 0px -553px;
}
div.button.focus span,
div.button:focus span,
div.button:hover span,
div.button.hover span {
  background-position: right -673px;
}
div.button.active,
div.button:active {
  background-position: 0px -583px;
}
div.button.active span,
div.button:active span {
  background-position: right -703px;
  color: #555;
}
div.button.disabled,
div.button:disabled {
  background-position: 0px -613px;
}
div.button.disabled span,
div.button:disabled span {
  background-position: right -733px;
  color: #bbb;
  cursor: default;
}
/* PRESENTATION */
/* Button */
div.button {
  height: 30px;
}
div.button span {
  margin-left: 13px;
  height: 22px;
  padding-top: 8px;
  font-weight: bold;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-left: 2px;
  padding-right: 15px;
}
/* Select */
div.selector {
  width: 190px;
  font-size: 12px;
}
div.selector select {
  min-width: 190px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  border: solid 1px #fff;
}
div.selector span {
  padding: 0px 25px 0px 2px;
  cursor: pointer;
}
div.selector span {
  color: #666;
  width: 158px;
  text-shadow: 0 1px 0 #fff;
}
div.selector.disabled span {
  color: #bbb;
}
/* Checker */
div.checker {
  margin-right: 5px;
}
/* Radio */
div.radio {
  margin-right: 3px;
}
/* Uploader */
div.uploader {
  width: 190px;
  cursor: pointer;
}
div.uploader span.action {
  width: 85px;
  text-align: center;
  text-shadow: #fff 0px 1px 0px;
  background-color: #fff;
  font-size: 11px;
  font-weight: bold;
}
div.uploader span.filename {
  color: #222222;
  width: 82px;
  border-right: solid 1px #bbb;
  font-size: 11px;
}
div.uploader input {
  width: 190px;
}
div.uploader.disabled span.action {
  color: #aaa;
}
div.uploader.disabled span.filename {
  border-color: #ddd;
  color: #aaa;
}
/*

CORE FUNCTIONALITY 

Not advised to edit stuff below this line
-----------------------------------------------------
*/
.selector,
.checker,
.button,
.radio,
.uploader {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
}
.selector select:focus,
.radio input:focus,
.checker input:focus,
.uploader input:focus {
  outline: 0;
}
/* Button */
div.button a,
div.button button,
div.button input {
  position: absolute;
}
div.button {
  cursor: pointer;
  position: relative;
}
div.button span {
  display: -moz-inline-box;
  display: inline-block;
  line-height: 1;
  text-align: center;
}
/* Select */
div.selector {
  position: relative;
  padding-left: 10px;
  overflow: hidden;
}
div.selector span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
div.selector select {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  /* use '=' here, not ':' */
  -moz-opacity: 0;
  height: 25px;
  border: none;
  background: none;
}
/* Checker */
div.checker {
  position: relative;
}
div.checker span {
  display: -moz-inline-box;
  display: inline-block;
  text-align: center;
}
div.checker input {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  display: inline-block;
  background: none;
}
/* Radio */
div.radio {
  position: relative;
}
div.radio span {
  display: -moz-inline-box;
  display: inline-block;
  text-align: center;
}
div.radio input {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  text-align: center;
  display: inline-block;
  background: none;
}
/* Uploader */
div.uploader {
  position: relative;
  overflow: hidden;
  cursor: default;
}
div.uploader span.action {
  float: left;
  display: inline;
  padding: 2px 0px;
  overflow: hidden;
  cursor: pointer;
}
div.uploader span.filename {
  padding: 0px 10px;
  float: left;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: default;
}
div.uploader input {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  float: right;
  height: 25px;
  border: none;
  cursor: default;
}
div.pp_default .pp_top,
div.pp_default .pp_top .pp_middle,
div.pp_default .pp_top .pp_left,
div.pp_default .pp_top .pp_right,
div.pp_default .pp_bottom,
div.pp_default .pp_bottom .pp_left,
div.pp_default .pp_bottom .pp_middle,
div.pp_default .pp_bottom .pp_right {
  height: 13px;
}
div.pp_default .pp_top .pp_left {
  background: url(../images/prettyPhoto/default/sprite.png) -78px -93px no-repeat;
}
div.pp_default .pp_top .pp_middle {
  background: url(../images/prettyPhoto/default/sprite_x.png) top left repeat-x;
}
div.pp_default .pp_top .pp_right {
  background: url(../images/prettyPhoto/default/sprite.png) -112px -93px no-repeat;
}
div.pp_default .pp_content .ppt {
  color: #f8f8f8;
}
div.pp_default .pp_content_container .pp_left {
  background: url(../images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;
  padding-left: 13px;
}
div.pp_default .pp_content_container .pp_right {
  background: url(../images/prettyPhoto/default/sprite_y.png) top right repeat-y;
  padding-right: 13px;
}
div.pp_default .pp_next:hover {
  background: url(../images/prettyPhoto/default/sprite_next.png) center right no-repeat;
  cursor: pointer;
}
div.pp_default .pp_previous:hover {
  background: url(../images/prettyPhoto/default/sprite_prev.png) center left no-repeat;
  cursor: pointer;
}
div.pp_default .pp_expand {
  background: url(../images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;
  cursor: pointer;
  width: 28px;
  height: 28px;
}
div.pp_default .pp_expand:hover {
  background: url(../images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;
  cursor: pointer;
}
div.pp_default .pp_contract {
  background: url(../images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;
  cursor: pointer;
  width: 28px;
  height: 28px;
}
div.pp_default .pp_contract:hover {
  background: url(../images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;
  cursor: pointer;
}
div.pp_default .pp_close {
  width: 30px;
  height: 30px;
  background: url(../images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;
  cursor: pointer;
}
div.pp_default .pp_gallery ul li a {
  background: url(../images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;
  border: 1px solid #aaaaaa;
}
div.pp_default .pp_social {
  margin-top: 7px;
}
div.pp_default .pp_gallery a.pp_arrow_previous,
div.pp_default .pp_gallery a.pp_arrow_next {
  position: static;
  left: auto;
}
div.pp_default .pp_nav .pp_play,
div.pp_default .pp_nav .pp_pause {
  background: url(../images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;
  height: 30px;
  width: 30px;
}
div.pp_default .pp_nav .pp_pause {
  background-position: -51px -29px;
}
div.pp_default a.pp_arrow_previous,
div.pp_default a.pp_arrow_next {
  background: url(../images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;
  height: 20px;
  width: 20px;
  margin: 4px 0 0;
}
div.pp_default a.pp_arrow_next {
  left: 52px;
  background-position: -82px -3px;
}
div.pp_default .pp_content_container .pp_details {
  margin-top: 5px;
}
div.pp_default .pp_nav {
  clear: none;
  height: 30px;
  width: 110px;
  position: relative;
}
div.pp_default .pp_nav .currentTextHolder {
  font-family: Georgia;
  font-style: italic;
  color: #999;
  font-size: 11px;
  left: 75px;
  line-height: 25px;
  position: absolute;
  top: 2px;
  margin: 0;
  padding: 0 0 0 10px;
}
div.pp_default .pp_close:hover,
div.pp_default .pp_nav .pp_play:hover,
div.pp_default .pp_nav .pp_pause:hover,
div.pp_default .pp_arrow_next:hover,
div.pp_default .pp_arrow_previous:hover {
  opacity: 0.7;
}
div.pp_default .pp_description {
  font-size: 11px;
  font-weight: 700;
  line-height: 14px;
  margin: 5px 50px 5px 0;
}
div.pp_default .pp_bottom .pp_left {
  background: url(../images/prettyPhoto/default/sprite.png) -78px -127px no-repeat;
}
div.pp_default .pp_bottom .pp_middle {
  background: url(../images/prettyPhoto/default/sprite_x.png) bottom left repeat-x;
}
div.pp_default .pp_bottom .pp_right {
  background: url(../images/prettyPhoto/default/sprite.png) -112px -127px no-repeat;
}
div.pp_default .pp_loaderIcon {
  background: url(../images/prettyPhoto/default/loader.gif) center center no-repeat;
}
div.light_rounded .pp_top .pp_left {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat;
}
div.light_rounded .pp_top .pp_right {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat;
}
div.light_rounded .pp_next:hover {
  background: url(../images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;
  cursor: pointer;
}
div.light_rounded .pp_previous:hover {
  background: url(../images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;
  cursor: pointer;
}
div.light_rounded .pp_expand {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;
  cursor: pointer;
}
div.light_rounded .pp_expand:hover {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;
  cursor: pointer;
}
div.light_rounded .pp_contract {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}
div.light_rounded .pp_contract:hover {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}
div.light_rounded .pp_close {
  width: 75px;
  height: 22px;
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
}
div.light_rounded .pp_nav .pp_play {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;
  height: 15px;
  width: 14px;
}
div.light_rounded .pp_nav .pp_pause {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;
  height: 15px;
  width: 14px;
}
div.light_rounded .pp_arrow_previous {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat;
}
div.light_rounded .pp_arrow_next {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat;
}
div.light_rounded .pp_bottom .pp_left {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat;
}
div.light_rounded .pp_bottom .pp_right {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat;
}
div.dark_rounded .pp_top .pp_left {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat;
}
div.dark_rounded .pp_top .pp_right {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat;
}
div.dark_rounded .pp_content_container .pp_left {
  background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y;
}
div.dark_rounded .pp_content_container .pp_right {
  background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y;
}
div.dark_rounded .pp_next:hover {
  background: url(../images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;
  cursor: pointer;
}
div.dark_rounded .pp_previous:hover {
  background: url(../images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;
  cursor: pointer;
}
div.dark_rounded .pp_expand {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;
  cursor: pointer;
}
div.dark_rounded .pp_expand:hover {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;
  cursor: pointer;
}
div.dark_rounded .pp_contract {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}
div.dark_rounded .pp_contract:hover {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}
div.dark_rounded .pp_close {
  width: 75px;
  height: 22px;
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
}
div.dark_rounded .pp_description {
  margin-right: 85px;
  color: #ffffff;
}
div.dark_rounded .pp_nav .pp_play {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;
  height: 15px;
  width: 14px;
}
div.dark_rounded .pp_nav .pp_pause {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;
  height: 15px;
  width: 14px;
}
div.dark_rounded .pp_arrow_previous {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat;
}
div.dark_rounded .pp_arrow_next {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat;
}
div.dark_rounded .pp_bottom .pp_left {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat;
}
div.dark_rounded .pp_bottom .pp_right {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat;
}
div.dark_rounded .pp_loaderIcon {
  background: url(../images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat;
}
div.dark_square .pp_left,
div.dark_square .pp_middle,
div.dark_square .pp_right,
div.dark_square .pp_content {
  background: #000000;
}
div.dark_square .pp_description {
  color: #fff;
  margin: 0 85px 0 0;
}
div.dark_square .pp_loaderIcon {
  background: url(../images/prettyPhoto/dark_square/loader.gif) center center no-repeat;
}
div.dark_square .pp_expand {
  background: url(../images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;
  cursor: pointer;
}
div.dark_square .pp_expand:hover {
  background: url(../images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;
  cursor: pointer;
}
div.dark_square .pp_contract {
  background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}
div.dark_square .pp_contract:hover {
  background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}
div.dark_square .pp_close {
  width: 75px;
  height: 22px;
  background: url(../images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
}
div.dark_square .pp_nav {
  clear: none;
}
div.dark_square .pp_nav .pp_play {
  background: url(../images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;
  height: 15px;
  width: 14px;
}
div.dark_square .pp_nav .pp_pause {
  background: url(../images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;
  height: 15px;
  width: 14px;
}
div.dark_square .pp_arrow_previous {
  background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat;
}
div.dark_square .pp_arrow_next {
  background: url(../images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat;
}
div.dark_square .pp_next:hover {
  background: url(../images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;
  cursor: pointer;
}
div.dark_square .pp_previous:hover {
  background: url(../images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;
  cursor: pointer;
}
div.light_square .pp_expand {
  background: url(../images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;
  cursor: pointer;
}
div.light_square .pp_expand:hover {
  background: url(../images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;
  cursor: pointer;
}
div.light_square .pp_contract {
  background: url(../images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}
div.light_square .pp_contract:hover {
  background: url(../images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}
div.light_square .pp_close {
  width: 75px;
  height: 22px;
  background: url(../images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
}
div.light_square .pp_nav .pp_play {
  background: url(../images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;
  height: 15px;
  width: 14px;
}
div.light_square .pp_nav .pp_pause {
  background: url(../images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;
  height: 15px;
  width: 14px;
}
div.light_square .pp_arrow_previous {
  background: url(../images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat;
}
div.light_square .pp_arrow_next {
  background: url(../images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat;
}
div.light_square .pp_next:hover {
  background: url(../images/prettyPhoto/light_square/btnNext.png) center right no-repeat;
  cursor: pointer;
}
div.light_square .pp_previous:hover {
  background: url(../images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;
  cursor: pointer;
}
div.facebook .pp_top .pp_left {
  background: url(../images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat;
}
div.facebook .pp_top .pp_middle {
  background: url(../images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x;
}
div.facebook .pp_top .pp_right {
  background: url(../images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat;
}
div.facebook .pp_content_container .pp_left {
  background: url(../images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y;
}
div.facebook .pp_content_container .pp_right {
  background: url(../images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y;
}
div.facebook .pp_expand {
  background: url(../images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;
  cursor: pointer;
}
div.facebook .pp_expand:hover {
  background: url(../images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;
  cursor: pointer;
}
div.facebook .pp_contract {
  background: url(../images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}
div.facebook .pp_contract:hover {
  background: url(../images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}
div.facebook .pp_close {
  width: 22px;
  height: 22px;
  background: url(../images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
}
div.facebook .pp_description {
  margin: 0 37px 0 0;
}
div.facebook .pp_loaderIcon {
  background: url(../images/prettyPhoto/facebook/loader.gif) center center no-repeat;
}
div.facebook .pp_arrow_previous {
  background: url(../images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;
  height: 22px;
  margin-top: 0;
  width: 22px;
}
div.facebook .pp_arrow_previous.disabled {
  background-position: 0 -96px;
  cursor: default;
}
div.facebook .pp_arrow_next {
  background: url(../images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;
  height: 22px;
  margin-top: 0;
  width: 22px;
}
div.facebook .pp_arrow_next.disabled {
  background-position: -32px -96px;
  cursor: default;
}
div.facebook .pp_nav {
  margin-top: 0;
}
div.facebook .pp_nav p {
  font-size: 15px;
  padding: 0 3px 0 4px;
}
div.facebook .pp_nav .pp_play {
  background: url(../images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;
  height: 22px;
  width: 22px;
}
div.facebook .pp_nav .pp_pause {
  background: url(../images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;
  height: 22px;
  width: 22px;
}
div.facebook .pp_next:hover {
  background: url(../images/prettyPhoto/facebook/btnNext.png) center right no-repeat;
  cursor: pointer;
}
div.facebook .pp_previous:hover {
  background: url(../images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;
  cursor: pointer;
}
div.facebook .pp_bottom .pp_left {
  background: url(../images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat;
}
div.facebook .pp_bottom .pp_middle {
  background: url(../images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x;
}
div.facebook .pp_bottom .pp_right {
  background: url(../images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat;
}
div.pp_pic_holder a:focus {
  outline: none;
}
div.pp_overlay {
  background: #000;
  display: none;
  left: 0;
  position: absolute;
  top: 79px;
  width: 100%;
  z-index: 9500;
}
div.pp_pic_holder {
  display: none;
  position: absolute;
  width: 100px;
  z-index: 10000;
}
.pp_content {
  height: 40px;
  min-width: 40px;
}
* html .pp_content {
  width: 40px;
}
.pp_content_container {
  position: relative;
  text-align: left;
  width: 100%;
}
.pp_content_container .pp_left {
  padding-left: 20px;
}
.pp_content_container .pp_right {
  padding-right: 20px;
}
.pp_content_container .pp_details {
  float: left;
  margin: 10px 0 2px;
}
.pp_description {
  display: none;
  margin: 0;
}
.pp_social {
  float: left;
  margin: 0;
}
.pp_social .facebook {
  float: left;
  margin-left: 5px;
  width: 55px;
  overflow: hidden;
}
.pp_social .twitter {
  float: left;
}
.pp_nav {
  clear: right;
  float: left;
  margin: 3px 10px 0 0;
}
.pp_nav p {
  float: left;
  white-space: nowrap;
  margin: 2px 4px;
}
.pp_nav .pp_play,
.pp_nav .pp_pause {
  float: left;
  margin-right: 4px;
  text-indent: -10000px;
}
a.pp_arrow_previous,
a.pp_arrow_next {
  display: block;
  float: left;
  height: 15px;
  margin-top: 3px;
  overflow: hidden;
  text-indent: -10000px;
  width: 14px;
}
.pp_hoverContainer {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2000;
}
.pp_gallery {
  display: none;
  left: 50%;
  margin-top: -50px;
  position: absolute;
  z-index: 10000;
}
.pp_gallery div {
  float: left;
  overflow: hidden;
  position: relative;
}
.pp_gallery ul {
  float: left;
  height: 35px;
  position: relative;
  white-space: nowrap;
  margin: 0 0 0 5px;
  padding: 0;
}
.pp_gallery ul a {
  border: 1px rgba(0, 0, 0, 0.5) solid;
  display: block;
  float: left;
  height: 33px;
  overflow: hidden;
}
.pp_gallery ul a img {
  border: 0;
}
.pp_gallery li {
  display: block;
  float: left;
  margin: 0 5px 0 0;
  padding: 0;
}
.pp_gallery li.default a {
  background: url(../images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;
  display: block;
  height: 33px;
  width: 50px;
}
.pp_gallery .pp_arrow_previous,
.pp_gallery .pp_arrow_next {
  margin-top: 7px !important;
}
a.pp_next {
  background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
  display: block;
  float: right;
  height: 100%;
  text-indent: -10000px;
  width: 49%;
}
a.pp_previous {
  background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
  display: block;
  float: left;
  height: 100%;
  text-indent: -10000px;
  width: 49%;
}
a.pp_expand,
a.pp_contract {
  cursor: pointer;
  display: none;
  height: 20px;
  position: absolute;
  right: 30px;
  text-indent: -10000px;
  top: 10px;
  width: 20px;
  z-index: 20000;
}
a.pp_close {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  line-height: 22px;
  text-indent: -10000px;
}
.pp_loaderIcon {
  display: block;
  height: 24px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 24px;
  margin: -12px 0 0 -12px;
}
#pp_full_res {
  line-height: 1 !important;
}
#pp_full_res .pp_inline {
  text-align: left;
}
#pp_full_res .pp_inline p {
  margin: 0 0 15px;
}
div.ppt {
  color: #fff;
  display: none;
  font-size: 17px;
  z-index: 9999;
  margin: 0 0 5px 15px;
}
div.pp_default .pp_content,
div.light_rounded .pp_content {
  background-color: #ffffff;
}
div.pp_default #pp_full_res .pp_inline,
div.light_rounded .pp_content .ppt,
div.light_rounded #pp_full_res .pp_inline,
div.light_square .pp_content .ppt,
div.light_square #pp_full_res .pp_inline,
div.facebook .pp_content .ppt,
div.facebook #pp_full_res .pp_inline {
  color: #000000;
}
div.pp_default .pp_gallery ul li a:hover,
div.pp_default .pp_gallery ul li.selected a,
.pp_gallery ul a:hover,
.pp_gallery li.selected a {
  border-color: #ffffff;
}
div.pp_default .pp_details,
div.light_rounded .pp_details,
div.dark_rounded .pp_details,
div.dark_square .pp_details,
div.light_square .pp_details,
div.facebook .pp_details {
  position: relative;
}
div.light_rounded .pp_top .pp_middle,
div.light_rounded .pp_content_container .pp_left,
div.light_rounded .pp_content_container .pp_right,
div.light_rounded .pp_bottom .pp_middle,
div.light_square .pp_left,
div.light_square .pp_middle,
div.light_square .pp_right,
div.light_square .pp_content,
div.facebook .pp_content {
  background: #ffffff;
}
div.light_rounded .pp_description,
div.light_square .pp_description {
  margin-right: 85px;
}
div.light_rounded .pp_gallery a.pp_arrow_previous,
div.light_rounded .pp_gallery a.pp_arrow_next,
div.dark_rounded .pp_gallery a.pp_arrow_previous,
div.dark_rounded .pp_gallery a.pp_arrow_next,
div.dark_square .pp_gallery a.pp_arrow_previous,
div.dark_square .pp_gallery a.pp_arrow_next,
div.light_square .pp_gallery a.pp_arrow_previous,
div.light_square .pp_gallery a.pp_arrow_next {
  margin-top: 12px !important;
}
div.light_rounded .pp_arrow_previous.disabled,
div.dark_rounded .pp_arrow_previous.disabled,
div.dark_square .pp_arrow_previous.disabled,
div.light_square .pp_arrow_previous.disabled {
  background-position: 0 -87px;
  cursor: default;
}
div.light_rounded .pp_arrow_next.disabled,
div.dark_rounded .pp_arrow_next.disabled,
div.dark_square .pp_arrow_next.disabled,
div.light_square .pp_arrow_next.disabled {
  background-position: -22px -87px;
  cursor: default;
}
div.light_rounded .pp_loaderIcon,
div.light_square .pp_loaderIcon {
  background: url(../images/prettyPhoto/light_rounded/loader.gif) center center no-repeat;
}
div.dark_rounded .pp_top .pp_middle,
div.dark_rounded .pp_content,
div.dark_rounded .pp_bottom .pp_middle {
  background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;
}
div.dark_rounded .currentTextHolder,
div.dark_square .currentTextHolder {
  color: #c4c4c4;
}
div.dark_rounded #pp_full_res .pp_inline,
div.dark_square #pp_full_res .pp_inline {
  color: #ffffff;
}
.pp_top,
.pp_bottom {
  height: 20px;
  position: relative;
}
* html .pp_top,
* html .pp_bottom {
  padding: 0 20px;
}
.pp_top .pp_left,
.pp_bottom .pp_left {
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px;
}
.pp_top .pp_middle,
.pp_bottom .pp_middle {
  height: 20px;
  left: 20px;
  position: absolute;
  right: 20px;
}
* html .pp_top .pp_middle,
* html .pp_bottom .pp_middle {
  left: 0;
  position: static;
}
.pp_top .pp_right,
.pp_bottom .pp_right {
  height: 20px;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.pp_fade,
.pp_gallery li.default a img {
  display: none;
}
/* jquery.Jcrop.css v0.9.10 - MIT License */
/*
  The outer-most container in a typical Jcrop instance
  If you are having difficulty with formatting related to styles
  on a parent element, place any fixes here or in a like selector

  You can also style this element if you want to add a border, etc
  A better method for styling can be seen below with .jcrop-light
  (Add a class to the holder and style elements for that extended class)
*/
.jcrop-holder {
  direction: ltr;
  text-align: left;
}
/* These styles define the border lines */
.jcrop-vline,
.jcrop-hline {
  background: #ffffff url(Jcrop.gif) top left repeat;
  font-size: 0;
  position: absolute;
}
.jcrop-vline {
  height: 100%;
  width: 1px!important;
}
.jcrop-hline {
  height: 1px!important;
  width: 100%;
}
.jcrop-vline.right {
  right: 0;
}
.jcrop-hline.bottom {
  bottom: 0;
}
/* Handle style - size is set by Jcrop handleSize option (currently) */
.jcrop-handle {
  background-color: #333;
  border: 1px #eee solid;
  font-size: 1px;
}
/* This style is used for invisible click targets */
.jcrop-tracker {
  height: 100%;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* "turn off" link highlight */
  -webkit-touch-callout: none;
  /* disable callout, image save panel */
  -webkit-user-select: none;
  /* disable cut copy paste */
}
/* Positioning of handles and drag bars */
.jcrop-handle.ord-n {
  left: 50%;
  margin-left: -4px;
  margin-top: -4px;
  top: 0;
}
.jcrop-handle.ord-s {
  bottom: 0;
  left: 50%;
  margin-bottom: -4px;
  margin-left: -4px;
}
.jcrop-handle.ord-e {
  margin-right: -4px;
  margin-top: -4px;
  right: 0;
  top: 50%;
}
.jcrop-handle.ord-w {
  left: 0;
  margin-left: -4px;
  margin-top: -4px;
  top: 50%;
}
.jcrop-handle.ord-nw {
  left: 0;
  margin-left: -4px;
  margin-top: -4px;
  top: 0;
}
.jcrop-handle.ord-ne {
  margin-right: -4px;
  margin-top: -4px;
  right: 0;
  top: 0;
}
.jcrop-handle.ord-se {
  bottom: 0;
  margin-bottom: -4px;
  margin-right: -4px;
  right: 0;
}
.jcrop-handle.ord-sw {
  bottom: 0;
  left: 0;
  margin-bottom: -4px;
  margin-left: -4px;
}
.jcrop-dragbar.ord-n,
.jcrop-dragbar.ord-s {
  height: 7px;
  width: 100%;
}
.jcrop-dragbar.ord-e,
.jcrop-dragbar.ord-w {
  height: 100%;
  width: 7px;
}
.jcrop-dragbar.ord-n {
  margin-top: -4px;
}
.jcrop-dragbar.ord-s {
  bottom: 0;
  margin-bottom: -4px;
}
.jcrop-dragbar.ord-e {
  margin-right: -4px;
  right: 0;
}
.jcrop-dragbar.ord-w {
  margin-left: -4px;
}
/* The "jcrop-light" class/extension */
.jcrop-light .jcrop-vline,
.jcrop-light .jcrop-hline {
  background: #FFF;
  filter: alpha(opacity=70) !important;
  opacity: .70!important;
}
.jcrop-light .jcrop-handle {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #000;
  border-color: #FFF;
  border-radius: 3px;
}
/* The "jcrop-dark" class/extension */
.jcrop-dark .jcrop-vline,
.jcrop-dark .jcrop-hline {
  background: #000;
  filter: alpha(opacity=70) !important;
  opacity: .7!important;
}
.jcrop-dark .jcrop-handle {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #FFF;
  border-color: #000;
  border-radius: 3px;
}
/* Fix for twitter bootstrap et al. */
.jcrop-holder img,
img.jcrop-preview {
  max-width: none;
}
/* You can alter this CSS in order to give Smooth Div Scroll your own look'n'feel */
/* Invisible left hotspot */
div.scrollingHotSpotLeft {
  /* The hotspots have a minimum width of 100 pixels and if there is room the will grow
    and occupy 15% of the scrollable area (30% combined). Adjust it to your own taste. */
  min-width: 75px;
  width: 10%;
  height: 100%;
  /* There is a big background image and it's used to solve some problems I experienced
    in Internet Explorer 6. */
  background-image: url(../images/big_transparent.gif);
  background-repeat: repeat;
  background-position: center center;
  position: absolute;
  z-index: 200;
  left: 0;
  /*  The first url is for Firefox and other browsers, the second is for Internet Explorer */
  cursor: url(../images/cursors/cursor_arrow_left.png), url(../images/cursors/cursor_arrow_left.cur), w-resize;
}
/* Visible left hotspot */
div.scrollingHotSpotLeftVisible {
  background-image: url(../images/arrow_left.gif);
  background-color: #fff;
  background-repeat: no-repeat;
  opacity: 0.35;
  /* Standard CSS3 opacity setting */
  -moz-opacity: 0.35;
  /* Opacity for really old versions of Mozilla Firefox (0.9 or older) */
  filter: alpha(opacity=35);
  /* Opacity for Internet Explorer. */
  zoom: 1;
  /* Trigger "hasLayout" in Internet Explorer 6 or older versions */
}
/* Invisible right hotspot */
div.scrollingHotSpotRight {
  min-width: 75px;
  width: 10%;
  height: 100%;
  background-image: url(../images/big_transparent.gif);
  background-repeat: repeat;
  background-position: center center;
  position: absolute;
  z-index: 200;
  right: 0;
  cursor: url(../images/cursors/cursor_arrow_right.png), url(../images/cursors/cursor_arrow_right.cur), e-resize;
}
/* Visible right hotspot */
div.scrollingHotSpotRightVisible {
  background-image: url(../images/arrow_right.gif);
  background-color: #fff;
  background-repeat: no-repeat;
  opacity: 0.35;
  filter: alpha(opacity=35);
  -moz-opacity: 0.35;
  zoom: 1;
}
/* The scroll wrapper is always the same width and height as the containing element (div).
   Overflow is hidden because you don't want to show all of the scrollable area.
*/
div.scrollWrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
div.scrollableArea {
  position: relative;
  width: auto;
  height: 100%;
}
/*! jQuery UI - v1.9.2 - 2012-12-12
* 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=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=03_highlight_soft.png&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=02_glass.png&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=03_highlight_soft.png&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=08_diagonals_thick.png&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=08_diagonals_thick.png&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=01_flat.png&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* Copyright (c) 2012 jQuery Foundation and other contributors Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-clearfix {
  zoom: 1;
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-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: .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;
  left: 0;
  cursor: default;
}
/* workarounds */
* html .ui-autocomplete {
  width: 1px;
}
/* without this, the menu expands to 100% in IE6 */
.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  margin-right: .1em;
  cursor: pointer;
  text-align: center;
  zoom: 1;
  overflow: visible;
}
/* the overflow property removes extra width in IE */
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}
.ui-button-icon-only {
  width: 2.2em;
}
/* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only {
  width: 2.4em;
}
/* button elements seem to need a little more width */
.ui-button-icons-only {
  width: 3.4em;
}
button.ui-button-icons-only {
  width: 3.7em;
}
/*button text element */
.ui-button .ui-button-text {
  display: block;
  line-height: 1.4;
}
.ui-button-text-only .ui-button-text {
  padding: .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: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
  padding: .4em 1em;
}
/*button icon element(s) */
.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: .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: .5em;
}
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: .5em;
}
/*button sets*/
.ui-buttonset {
  margin-right: 7px;
}
.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -0.3em;
}
/* workarounds */
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/* reset extra padding in Firefox */
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0em;
}
/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
  position: absolute;
  /*must have*/
  z-index: -1;
  /*must have*/
  filter: mask();
  /*must have*/
  top: -4px;
  /*must have*/
  left: -4px;
  /*must have*/
  width: 200px;
  /*must have*/
  height: 200px;
  /*must have*/
}
.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  width: 300px;
  overflow: hidden;
}
.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}
.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 16px .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: .3em 1em .5em .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;
}
/* icon support */
.ui-menu-icons {
  position: relative;
}
.ui-menu-icons .ui-menu-item a {
  position: relative;
  padding-left: 2em;
}
/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: .2em;
  left: .2em;
}
/* right-aligned */
.ui-menu .ui-menu-icon {
  position: static;
  float: right;
}
.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: .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;
}
/* more specificity required here to overide default borders */
.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0;
}
/* vertical centre icon */
.ui-spinner-up {
  top: 0;
}
.ui-spinner-down {
  bottom: 0;
}
/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
  /* need to fix icons sprite */
  background-position: -65px -16px;
}
.ui-tabs {
  position: relative;
  padding: .2em;
  zoom: 1;
}
/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .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;
}
/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}
/* Remove custom stuff */
.ui-tooltip {
  padding: 4px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  background-color: #f5eef6;
  border: 1px SOLID #9a989b;
  padding: 3px 8px;
  border-radius: 0px 8px 8px 8px;
  -webkit-border-radius: 0px 8px 8px 8px;
  -moz-border-radius: 0px 8px 8px 8px;
  -khtml-border-top-left-radius: 0px 8px 8px 8px;
  -moz-box-shadow: 1px 1px 3px 1px #dddddd;
  -webkit-box-shadow: 1px 1px 3px 1px #dddddd;
  box-shadow: 1px 1px 3px 1px #dddddd;
}
/* Fades and background-images don't work well together in IE6, drop the image */
* html .ui-tooltip {
  background-image: none;
}
/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Lucida Sans Unicode, Lucida Grande, 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: Lucida Sans Unicode, Lucida Grande, sans-serif;
  font-size: 12pt;
}
.ui-widget-content {
  border: 1px solid #dddddd;
  background-color: #f5eef6;
  background-image: none;
  color: #333333;
}
.ui-widget-content a {
  color: #333333;
}
.ui-widget-header {
  border: 1px solid #e78f08;
  background: #f6a828 url(sbc-standard/images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x;
  color: #ffffff;
  font-weight: bold;
}
.ui-widget-header a {
  color: #ffffff;
}
/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #cccccc;
  background: #f6f6f6 url(sbc-standard/images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;
  font-weight: bold;
  color: #1c94c4;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #1c94c4;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #fbcb09;
  background: #fdf5ce url(sbc-standard/images/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x;
  font-weight: bold;
  color: #c77405;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
  color: #c77405;
  text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #fbd850;
  background: #ffffff url(sbc-standard/images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
  font-weight: bold;
  color: #eb8f00;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #eb8f00;
  text-decoration: none;
}
/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fed22f;
  background: #ffe45c url(sbc-standard/images/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x;
  color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #b81900 url(sbc-standard/images/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat;
  color: #ffffff;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #ffffff;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #ffffff;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: alpha(opacity=70);
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: alpha(opacity=35);
  background-image: none;
}
.ui-state-disabled .ui-icon {
  filter: alpha(opacity=35);
}
/* For IE8 - See #6059 */
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
  background-image: url(sbc-standard/images/ui-icons_222222_256x240.png);
}
.ui-widget-content .ui-icon {
  background-image: url(sbc-standard/images/ui-icons_222222_256x240.png);
}
.ui-widget-header .ui-icon {
  background-image: url(sbc-standard/images/ui-icons_ffffff_256x240.png);
}
.ui-state-default .ui-icon {
  background-image: url(sbc-standard/images/ui-icons_ef8c08_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url(sbc-standard/images/ui-icons_ef8c08_256x240.png);
}
.ui-state-active .ui-icon {
  background-image: url(sbc-standard/images/ui-icons_ef8c08_256x240.png);
}
.ui-state-highlight .ui-icon {
  background-image: url(sbc-standard/images/ui-icons_228ef1_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url(sbc-standard/images/ui-icons_ffd27a_256x240.png);
}
/* positioning */
.ui-icon-carat-1-n {
  background-position: 0 0;
}
.ui-icon-carat-1-ne {
  background-position: -16px 0;
}
.ui-icon-carat-1-e {
  background-position: -32px 0;
}
.ui-icon-carat-1-se {
  background-position: -48px 0;
}
.ui-icon-carat-1-s {
  background-position: -64px 0;
}
.ui-icon-carat-1-sw {
  background-position: -80px 0;
}
.ui-icon-carat-1-w {
  background-position: -96px 0;
}
.ui-icon-carat-1-nw {
  background-position: -112px 0;
}
.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}
.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.ui-icon-extlink {
  background-position: -32px -80px;
}
.ui-icon-newwin {
  background-position: -48px -80px;
}
.ui-icon-refresh {
  background-position: -64px -80px;
}
.ui-icon-shuffle {
  background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.ui-icon-folder-open {
  background-position: -16px -96px;
}
.ui-icon-document {
  background-position: -32px -96px;
}
.ui-icon-document-b {
  background-position: -48px -96px;
}
.ui-icon-note {
  background-position: -64px -96px;
}
.ui-icon-mail-closed {
  background-position: -80px -96px;
}
.ui-icon-mail-open {
  background-position: -96px -96px;
}
.ui-icon-suitcase {
  background-position: -112px -96px;
}
.ui-icon-comment {
  background-position: -128px -96px;
}
.ui-icon-person {
  background-position: -144px -96px;
}
.ui-icon-print {
  background-position: -160px -96px;
}
.ui-icon-trash {
  background-position: -176px -96px;
}
.ui-icon-locked {
  background-position: -192px -96px;
}
.ui-icon-unlocked {
  background-position: -208px -96px;
}
.ui-icon-bookmark {
  background-position: -224px -96px;
}
.ui-icon-tag {
  background-position: -240px -96px;
}
.ui-icon-home {
  background-position: 0 -112px;
}
.ui-icon-flag {
  background-position: -16px -112px;
}
.ui-icon-calendar {
  background-position: -32px -112px;
}
.ui-icon-cart {
  background-position: -48px -112px;
}
.ui-icon-pencil {
  background-position: -64px -112px;
}
.ui-icon-clock {
  background-position: -80px -112px;
}
.ui-icon-disk {
  background-position: -96px -112px;
}
.ui-icon-calculator {
  background-position: -112px -112px;
}
.ui-icon-zoomin {
  background-position: -128px -112px;
}
.ui-icon-zoomout {
  background-position: -144px -112px;
}
.ui-icon-search {
  background-position: -160px -112px;
}
.ui-icon-wrench {
  background-position: -176px -112px;
}
.ui-icon-gear {
  background-position: -192px -112px;
}
.ui-icon-heart {
  background-position: -208px -112px;
}
.ui-icon-star {
  background-position: -224px -112px;
}
.ui-icon-link {
  background-position: -240px -112px;
}
.ui-icon-cancel {
  background-position: 0 -128px;
}
.ui-icon-plus {
  background-position: -16px -128px;
}
.ui-icon-plusthick {
  background-position: -32px -128px;
}
.ui-icon-minus {
  background-position: -48px -128px;
}
.ui-icon-minusthick {
  background-position: -64px -128px;
}
.ui-icon-close {
  background-position: -80px -128px;
}
.ui-icon-closethick {
  background-position: -96px -128px;
}
.ui-icon-key {
  background-position: -112px -128px;
}
.ui-icon-lightbulb {
  background-position: -128px -128px;
}
.ui-icon-scissors {
  background-position: -144px -128px;
}
.ui-icon-clipboard {
  background-position: -160px -128px;
}
.ui-icon-copy {
  background-position: -176px -128px;
}
.ui-icon-contact {
  background-position: -192px -128px;
}
.ui-icon-image {
  background-position: -208px -128px;
}
.ui-icon-video {
  background-position: -224px -128px;
}
.ui-icon-script {
  background-position: -240px -128px;
}
.ui-icon-alert {
  background-position: 0 -144px;
}
.ui-icon-info {
  background-position: -16px -144px;
}
.ui-icon-notice {
  background-position: -32px -144px;
}
.ui-icon-help {
  background-position: -48px -144px;
}
.ui-icon-check {
  background-position: -64px -144px;
}
.ui-icon-bullet {
  background-position: -80px -144px;
}
.ui-icon-radio-on {
  background-position: -96px -144px;
}
.ui-icon-radio-off {
  background-position: -112px -144px;
}
.ui-icon-pin-w {
  background-position: -128px -144px;
}
.ui-icon-pin-s {
  background-position: -144px -144px;
}
.ui-icon-play {
  background-position: 0 -160px;
}
.ui-icon-pause {
  background-position: -16px -160px;
}
.ui-icon-seek-next {
  background-position: -32px -160px;
}
.ui-icon-seek-prev {
  background-position: -48px -160px;
}
.ui-icon-seek-end {
  background-position: -64px -160px;
}
.ui-icon-seek-start {
  background-position: -80px -160px;
}
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}
.ui-icon-stop {
  background-position: -96px -160px;
}
.ui-icon-eject {
  background-position: -112px -160px;
}
.ui-icon-volume-off {
  background-position: -128px -160px;
}
.ui-icon-volume-on {
  background-position: -144px -160px;
}
.ui-icon-power {
  background-position: 0 -176px;
}
.ui-icon-signal-diag {
  background-position: -16px -176px;
}
.ui-icon-signal {
  background-position: -32px -176px;
}
.ui-icon-battery-0 {
  background-position: -48px -176px;
}
.ui-icon-battery-1 {
  background-position: -64px -176px;
}
.ui-icon-battery-2 {
  background-position: -80px -176px;
}
.ui-icon-battery-3 {
  background-position: -96px -176px;
}
.ui-icon-circle-plus {
  background-position: 0 -192px;
}
.ui-icon-circle-minus {
  background-position: -16px -192px;
}
.ui-icon-circle-close {
  background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.ui-icon-circle-check {
  background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
/* Misc visuals
----------------------------------*/
/* Corner radius */
/*
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
*/
/* Overlays */
.ui-widget-overlay {
  background: #666666 url(sbc-standard/images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat;
  opacity: .5;
  filter: alpha(opacity=50);
}
.ui-widget-shadow {
  margin: -5px 0 0 -5px;
  padding: 5px;
  background: #000000 url(sbc-standard/images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x;
  opacity: .2;
  filter: alpha(opacity=20);
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* Example tokeninput style #1: Token vertical list*/
ul.token-input-list {
  overflow: hidden;
  height: auto !important;
  height: 1%;
  width: 400px;
  border: 1px solid #999;
  cursor: text;
  font-size: 12px;
  font-family: Verdana;
  z-index: 999;
  margin: 0;
  padding: 0;
  background-color: #fff;
  list-style-type: none;
  clear: left;
}
ul.token-input-list li {
  list-style-type: none;
}
ul.token-input-list li input {
  border: 0;
  width: 350px;
  padding: 3px 8px;
  background-color: white;
  -webkit-appearance: caret;
  min-height: 22px;
}
li.token-input-token {
  overflow: hidden;
  height: auto !important;
  height: 1%;
  margin: 3px;
  padding: 3px 5px;
  background-color: #d0efa0;
  color: #000;
  font-weight: bold;
  cursor: default;
  display: block;
}
li.token-input-token p {
  float: left;
  padding: 0;
  margin: 0;
}
li.token-input-token span {
  float: right;
  color: #777;
  cursor: pointer;
}
li.token-input-selected-token {
  background-color: #08844e;
  color: #fff;
}
li.token-input-selected-token span {
  color: #bbb;
}
div.token-input-dropdown {
  position: absolute;
  width: 400px;
  background-color: #fff;
  overflow: hidden;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  cursor: default;
  font-size: 12px;
  font-family: Verdana;
  z-index: 1;
  border-top: 1px solid #ccc;
}
div.token-input-dropdown p {
  margin: 0;
  padding: 5px;
  font-weight: bold;
  color: #777;
}
div.token-input-dropdown ul {
  margin: 0;
  padding: 0;
}
div.token-input-dropdown ul li {
  background-color: #fff;
  padding: 3px;
  list-style-type: none;
}
div.token-input-dropdown ul li.token-input-dropdown-item {
  background-color: #fafafa;
}
div.token-input-dropdown ul li.token-input-dropdown-item2 {
  background-color: #fff;
}
div.token-input-dropdown ul li em {
  font-weight: bold;
  font-style: normal;
}
div.token-input-dropdown ul li.token-input-selected-dropdown-item {
  background-color: #d0efa0;
}
/* Example tokeninput style #2: Facebook style */
ul.token-input-list-facebook {
  overflow: hidden;
  height: auto !important;
  height: 1%;
  width: 400px;
  border-color: #AAAAAA #CCCCCC #CCCCCC #AAAAAA;
  border-radius: 3px 3px 3px 3px;
  border-style: solid;
  border-width: 1px;
  color: #222222;
  border: 1px solid #8496ba;
  cursor: text;
  font-size: 12px;
  font-family: Verdana;
  min-height: 1px;
  z-index: 999;
  margin: 0;
  padding: 0;
  background-color: #fff;
  list-style-type: none;
  clear: left;
}
ul.token-input-list-facebook li input.text {
  background: white;
  -moz-box-shadow: 0 0 0 0 transparent;
  -webkit-box-shadow: 0 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent;
}
ul.token-input-list-facebook li input {
  border: 0;
  width: 100px;
  padding: 3px 8px;
  background-color: white;
  margin: 2px 0;
  -webkit-appearance: caret;
}
li.token-input-token-facebook {
  overflow: hidden;
  height: auto !important;
  height: 15px;
  margin: 4px 3px 3px 3px;
  padding: 3px 3px 3px 4px;
  background-color: #eff2f7;
  color: #000;
  cursor: default;
  border: 1px solid #ccd5e4;
  font-size: 11px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  float: left;
  white-space: nowrap;
}
li.token-input-token-facebook p {
  display: inline;
  padding: 0;
  margin: 0;
}
li.token-input-token-facebook span {
  color: #a6b3cf;
  margin-left: 5px;
  font-weight: bold;
  cursor: pointer;
}
li.token-input-selected-token-facebook {
  background-color: #5670a6;
  border: 1px solid #3b5998;
  color: #fff;
}
li.token-input-input-token-facebook {
  float: left;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
div.token-input-dropdown-facebook {
  position: absolute;
  width: 400px;
  background-color: #fff;
  overflow: hidden;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  cursor: default;
  font-size: 11px;
  font-family: Verdana;
  z-index: 1;
  border-top: 1px solid #ccc;
}
div.token-input-dropdown-facebook p {
  margin: 0;
  padding: 5px;
  font-weight: bold;
  color: #777;
}
div.token-input-dropdown-facebook ul {
  margin: 0;
  padding: 0;
}
div.token-input-dropdown-facebook ul li {
  background-color: #fff;
  padding: 3px;
  margin: 0;
  list-style-type: none;
}
div.token-input-dropdown-facebook ul li.token-input-dropdown-item-facebook {
  background-color: #fff;
}
div.token-input-dropdown-facebook ul li.token-input-dropdown-item2-facebook {
  background-color: #fff;
}
div.token-input-dropdown-facebook ul li em {
  font-weight: bold;
  font-style: normal;
}
div.token-input-dropdown-facebook ul li.token-input-selected-dropdown-item-facebook {
  background-color: #3b5998;
  color: #fff;
}
/* @group Base */
.chzn-container {
  font-size: 13px;
  position: relative;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.chzn-container .chzn-drop {
  background: #fff;
  border: 1px solid #aaa;
  border-top: 0;
  position: absolute;
  top: 29px;
  left: 0;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  z-index: 1010;
}
/* @end */
/* @group Single Chosen */
.chzn-container-single .chzn-single {
  background-color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background-image: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-image: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-image: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-image: linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #aaaaaa;
  -webkit-box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  display: block;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  height: 23px;
  line-height: 24px;
  padding: 0 0 0 8px;
  color: #444444;
  text-decoration: none;
}
.chzn-container-single .chzn-default {
  color: #999;
}
.chzn-container-single .chzn-single span {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.chzn-container-single .chzn-single abbr {
  display: block;
  position: absolute;
  right: 26px;
  top: 6px;
  width: 12px;
  height: 12px;
  font-size: 1px;
  background: url('/css/chosen/chosen-sprite.png') -42px 1px no-repeat;
}
.chzn-container-single .chzn-single abbr:hover {
  background-position: -42px -10px;
}
.chzn-container-single.chzn-disabled .chzn-single abbr:hover {
  background-position: -42px -10px;
}
.chzn-container-single .chzn-single div {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 18px;
}
.chzn-container-single .chzn-single div b {
  background: url('/css/chosen/chosen-sprite.png') no-repeat 0px 2px;
  display: block;
  width: 100%;
  height: 100%;
}
.chzn-container-single .chzn-search {
  padding: 3px 4px;
  position: relative;
  margin: 0;
  white-space: nowrap;
  z-index: 1010;
}
.chzn-container-single .chzn-search input {
  background: #ffffff url('/css/chosen/chosen-sprite.png') no-repeat 100% -20px;
  background: url('/css/chosen/chosen-sprite.png') no-repeat 100% -20px, -webkit-gradient(linear, 0 0, 0 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: url('/css/chosen/chosen-sprite.png') no-repeat 100% -20px, -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('/css/chosen/chosen-sprite.png') no-repeat 100% -20px, -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('/css/chosen/chosen-sprite.png') no-repeat 100% -20px, -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('/css/chosen/chosen-sprite.png') no-repeat 100% -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  outline: 0;
  border: 1px solid #aaa;
  font-family: sans-serif;
  font-size: 1em;
}
.chzn-container-single .chzn-drop {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
/* @end */
.chzn-container-single-nosearch .chzn-search input {
  position: absolute;
  left: -9000px;
}
/* @group Multi Chosen */
.chzn-container-multi .chzn-choices {
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  border: 1px solid #aaa;
  margin: 0;
  padding: 0;
  cursor: text;
  overflow: hidden;
  height: auto !important;
  height: 1%;
  position: relative;
}
.chzn-container-multi .chzn-choices li {
  float: left;
  list-style: none;
}
.chzn-container-multi .chzn-choices .search-field {
  white-space: nowrap;
  margin: 0;
  padding: 0;
}
.chzn-container-multi .chzn-choices .search-field input {
  color: #666;
  background: transparent !important;
  border: 0 !important;
  font-family: sans-serif;
  font-size: 100%;
  height: 15px;
  padding: 5px;
  margin: 1px 0;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.chzn-container-multi .chzn-choices .search-field .default {
  color: #999;
}
.chzn-container-multi .chzn-choices .search-choice {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  -webkit-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  border: 1px solid #aaaaaa;
  line-height: 13px;
  padding: 3px 20px 3px 5px;
  margin: 3px 0 3px 5px;
  position: relative;
  cursor: default;
}
.chzn-container-multi .chzn-choices .search-choice.search-choice-disabled {
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -ms-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
  border: 1px solid #cccccc;
  padding-right: 5px;
}
.chzn-container-multi .chzn-choices .search-choice-focus {
  background: #d4d4d4;
}
.chzn-container-multi .chzn-choices .search-choice .search-choice-close {
  display: block;
  position: absolute;
  right: 3px;
  top: 4px;
  width: 12px;
  height: 12px;
  font-size: 1px;
  background: url('/css/chosen/chosen-sprite.png') -42px 1px no-repeat;
}
.chzn-container-multi .chzn-choices .search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chzn-container-multi .chzn-choices .search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
/* @end */
/* @group Results */
.chzn-container .chzn-results {
  margin: 0 4px 4px 0;
  max-height: 240px;
  padding: 0 0 0 4px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.chzn-container-multi .chzn-results {
  margin: -1px 0 0;
  padding: 0;
}
.chzn-container .chzn-results li {
  display: none;
  line-height: 15px;
  padding: 5px 6px;
  margin: 0;
  list-style: none;
}
.chzn-container .chzn-results .active-result {
  cursor: pointer;
  display: list-item;
}
.chzn-container .chzn-results .highlighted {
  background-color: #3875d7;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3875d7', endColorstr='#2a62bc', GradientType=0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}
.chzn-container .chzn-results li em {
  background: #feffde;
  font-style: normal;
}
.chzn-container .chzn-results .highlighted em {
  background: transparent;
}
.chzn-container .chzn-results .no-results {
  background: #f4f4f4;
  display: list-item;
}
.chzn-container .chzn-results .group-result {
  cursor: default;
  color: #999;
  font-weight: bold;
}
.chzn-container .chzn-results .group-option {
  padding-left: 15px;
}
.chzn-container-multi .chzn-drop .result-selected {
  display: none;
}
.chzn-container .chzn-results-scroll {
  background: white;
  margin: 0 4px;
  position: absolute;
  text-align: center;
  width: 321px;
  /* This should by dynamic with js */
  z-index: 1;
}
.chzn-container .chzn-results-scroll span {
  display: inline-block;
  height: 17px;
  text-indent: -5000px;
  width: 9px;
}
.chzn-container .chzn-results-scroll-down {
  bottom: 0;
}
.chzn-container .chzn-results-scroll-down span {
  background: url('/css/chosen/chosen-sprite.png') no-repeat -4px -3px;
}
.chzn-container .chzn-results-scroll-up span {
  background: url('/css/chosen/chosen-sprite.png') no-repeat -22px -3px;
}
/* @end */
/* @group Active  */
.chzn-container-active .chzn-single {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border: 1px solid #5897fb;
}
.chzn-container-active .chzn-single-with-drop {
  border: 1px solid #aaa;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  -moz-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
  background-color: #eee;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.chzn-container-active .chzn-single-with-drop div {
  background: transparent;
  border-left: none;
}
.chzn-container-active .chzn-single-with-drop div b {
  background-position: -18px 2px;
}
.chzn-container-active .chzn-choices {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border: 1px solid #5897fb;
}
.chzn-container-active .chzn-choices .search-field input {
  color: #111 !important;
}
/* @end */
/* @group Disabled Support */
.chzn-disabled {
  cursor: default;
  opacity: 0.5 !important;
}
.chzn-disabled .chzn-single {
  cursor: default;
}
.chzn-disabled .chzn-choices .search-choice .search-choice-close {
  cursor: default;
}
/* @group Right to Left */
.chzn-rtl {
  text-align: right;
}
.chzn-rtl .chzn-single {
  padding: 0 8px 0 0;
  overflow: visible;
}
.chzn-rtl .chzn-single span {
  margin-left: 26px;
  margin-right: 0;
  direction: rtl;
}
.chzn-rtl .chzn-single div {
  left: 3px;
  right: auto;
}
.chzn-rtl .chzn-single abbr {
  left: 26px;
  right: auto;
}
.chzn-rtl .chzn-choices .search-field input {
  direction: rtl;
}
.chzn-rtl .chzn-choices li {
  float: right;
}
.chzn-rtl .chzn-choices .search-choice {
  padding: 3px 5px 3px 19px;
  margin: 3px 5px 3px 0;
}
.chzn-rtl .chzn-choices .search-choice .search-choice-close {
  left: 4px;
  right: auto;
}
.chzn-rtl.chzn-container-single .chzn-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chzn-rtl .chzn-results .group-option {
  padding-left: 0;
  padding-right: 15px;
}
.chzn-rtl.chzn-container-active .chzn-single-with-drop div {
  border-right: none;
}
.chzn-rtl .chzn-search input {
  background: #ffffff url('/css/chosen/chosen-sprite.png') no-repeat -30px -20px;
  background: url('/css/chosen/chosen-sprite.png') no-repeat -30px -20px, -webkit-gradient(linear, 0 0, 0 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: url('/css/chosen/chosen-sprite.png') no-repeat -30px -20px, -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('/css/chosen/chosen-sprite.png') no-repeat -30px -20px, -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('/css/chosen/chosen-sprite.png') no-repeat -30px -20px, -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('/css/chosen/chosen-sprite.png') no-repeat -30px -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
  padding: 4px 5px 4px 20px;
  direction: rtl;
}
.chzn-container-single.chzn-rtl .chzn-single div b {
  background-position: 6px 2px;
}
.chzn-container-single.chzn-rtl .chzn-single-with-drop div b {
  background-position: -12px 2px;
}
/* @end */
/* @group Retina compatibility */
/*
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi)  {
  .chzn-rtl .chzn-search input, .chzn-container-single .chzn-single abbr, .chzn-container-single .chzn-single div b, .chzn-container-single .chzn-search input, .chzn-container-multi .chzn-choices .search-choice .search-choice-close, .chzn-container .chzn-results-scroll-down span, .chzn-container .chzn-results-scroll-up span {
      background-image: url('chosen-sprite@2x.png') !important;
      background-repeat: no-repeat !important;
      background-size: 52px 37px !important;
  }
}
*/
/* @end */
/*==========================================================================================*/
b {
  font-weight: bold;
}
i {
  font-style: italic;
}
h1 {
  font-size: 24px;
  font-weight: bold;
  margin-top: 14px;
  margin-bottom: 16px;
}
h2 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 14px;
  margin-bottom: 14px;
}
h3 {
  font-size: 14px;
  font-weight: bold;
  margin-top: 14px;
  margin-bottom: 14px;
}
h4 {
  font-size: 13px;
  font-weight: normal;
  margin-top: 14px;
  margin-bottom: 14px;
}
/*==========================================================================================
 * General
 */
html,
body {
  font-size: 12px;
  font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
  margin: 0;
  padding: 0;
}
.bold {
  font-weight: bold;
}
.italics {
  font-style: italic;
}
.normal {
  font-weight: normal;
}
.color-green {
  color: #879d3b;
}
a,
a:visited,
a:active {
  color: #879d3b;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  color: #b226e7;
  text-decoration: underline;
  cursor: pointer;
}
a.disabled,
a.disabled:visited,
a.disabled:active,
a.disabled:hover {
  color: #888;
  text-decoration: none;
}
a.black,
a.black:visited,
a.black:active {
  color: #000;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  padding-right: 10px;
}
a.black:hover {
  color: #879d3b;
  text-decoration: underline;
}
a.black.opened,
a.black.opened:visited,
a.black.opened:active,
a.black.opened:hover {
  color: #879d3b;
  text-decoration: none;
}
a.black.disabled,
a.black.disabled:visited,
a.black.disabled:active,
a.black.disabled:hover {
  color: #aaa;
  text-decoration: none;
}
.dot-bottom {
  border-bottom: 1px dotted #bbb;
}
.dot-left {
  border-left: 1px dotted #bbb;
}
.dot-right {
  border-right: 1px dotted #bbb;
}
.dot-top {
  border-top: 1px dotted #bbb;
}
.hover-fade:hover {
  -moz-opacity: 0.6;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.hover-fade.disabled {
  -moz-opacity: 0.4;
  filter: alpha(opacity=40);
  opacity: 0.4;
}
.hover-fade.disabled:hover {
  -moz-opacity: 0.4;
  filter: alpha(opacity=40);
  opacity: 0.4;
}
a.icon {
  display: block;
  margin: 8px auto;
  color: #000;
  font-size: 15px;
  line-height: 16px;
  font-weight: bold;
  position: relative;
}
a.icon,
a.icon:visited,
a.icon:active,
a.icon:hover {
  text-decoration: none;
}
a.icon .txt {
  margin-left: 24px;
  margin-right: 3px;
}
a.icon .cnt,
a.icon .paren {
  font-weight: normal;
  color: #879d3b;
}
a.icon:hover .txt {
  text-decoration: underline;
  color: #879d3b;
}
a.icon:hover .cnt {
  color: #b226e7;
  text-decoration: underline;
}
a.sm-icon {
  display: block;
  margin: 4px auto;
  color: #879d3b;
  font-size: 12px;
  line-height: 12px;
  font-weight: normal
  position: relative;
}
a.sm-icon,
a.sm-icon:visited,
a.sm-icon:active,
a.sm-icon:hover {
  text-decoration: none;
}
a.sm-icon .txt {
  margin-left: 20px;
  margin-right: 3px;
  padding-top: 4px;
}
a.sm-icon:hover .txt {
  text-decoration: underline;
  color: #b226e7;
}
a.xline,
a.xline:visited,
a.xline:active {
  text-decoration: none;
}
a.purple,
a.purple:visited,
a.purple:active {
  color: #570c6f;
}
a.btn,
a.btn:visited,
a.btn:active {
  text-decoration: none;
  font-weight: normal;
  color: #fff;
}
a.btn:hover,
a.btn:visited:hover,
a.btn:active:hover {
  color: #879d3b;
  text-decoration: underline;
}
img {
  border: 0px;
}
.nobr {
  white-space: nowrap;
}
.d-center {
  margin: 0 auto;
}
.ib {
  display: inline-blddd;
}
.underline {
  text-decoration: underline;
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.abs-left {
  position: absolute;
  left: 0px;
}
.abs-right {
  position: absolute;
  right: 0px;
}
.zero-opacity {
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  opacity: 0;
}
.d-none {
  display: none;
}
.arial {
  font-family: Arial, Helvetica, sans-serif;
}
.std-font {
  font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
}
a.white,
a.white:visited,
a.white:active {
  color: white;
  text-decoration: none;
}
a.white:hover {
  color: #000;
  text-decoration: underline;
}
.pointer {
  cursor: pointer;
}
label {
  font-weight: bold;
  line-height: 18px;
}
h4 {
  font-weight: normal;
  font-size: 15px;
}
.bold {
  font-weight: bold;
}
.lh-normal {
  line-height: normal !important;
}
.p-abs {
  position: absolute;
}
.p-rel {
  position: relative;
}
.f-left {
  float: left;
}
.f-right {
  float: right;
}
.t-left {
  text-align: left;
}
.t-right {
  text-align: right;
}
.t-centered {
  text-align: center;
}
.v-top {
  vertical-align: top;
}
.v-middle {
  vertical-align: middle;
}
.v-bottom {
  vertical-align: bottom;
}
.lighter {
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.rcorner-large {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -khtml-border-top-left-radius: 8px;
}
.no-display {
  display: none;
}
.nowrap {
  white-space: nowrap;
}
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.work-area {
  position: absolute;
  width: 1px;
  height: 1px;
  top: 0px;
  left: 0px;
  overflow: hidden;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  opacity: 0;
}
/*=======================================================
 * Form Defaults
 */
input.text,
input.email,
input.password,
textarea.uniform {
  background-color: white;
  margin-bottom: 16px;
}
.inc-err {
  position: relative;
  display: inline-block;
}
.inc-err .error-text {
  position: absolute;
  bottom: 0px;
  left: 0px;
  white-space: nowrap;
  font-weight: normal;
  font-style: italic;
  color: #f88;
  font-size: 11px;
}
.error-list {
  font-size: 12px;
  line-height: 12px;
  font-weight: normal;
  font-style: italic;
  color: red;
}
.hide-errors .error-text {
  visibility: hidden;
}
.hidden-submit {
  position: relative;
}
.hidden-submit input {
  position: absolute;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  opacity: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
/* LARGER form skin */
.form-larger {
  position: relative;
}
.form-larger input.text,
.form-larger input.email,
.form-larger input.password,
.form-larger textarea.uniform {
  padding-top: 6px;
  padding-bottom: 7px;
  padding-left: 12px;
  width: 236px;
}
/* Compact form... smaller and simpler, no errors */
.form-compact {
  position: relative;
}
.form-compact input.text,
.form-compact input.email,
.form-compact input.password,
.form-compact textarea.uniform {
  margin-bottom: 4px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 12px;
}
.form-compact label.error {
  display: none;
  visibility: hidden;
}
.form-compact-mid {
  position: relative;
}
.form-compact-mid input.text,
.form-compact-mid input.email,
.form-compact-mid input.password,
.form-compact-mid textarea.uniform {
  margin-bottom: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 12px;
}
.form-compact-mid label.error {
  display: none;
  visibility: hidden;
}
.form-compact-mid select {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -khtml-border-top-left-radius: 3px;
  border: 1px SOLID;
  border-color: #aaa #ccc #ccc #aaa;
  padding: 2px;
}
.no-errors label.error {
  display: none;
  visibility: hidden;
}
.tt-hint {
  background-color: #f00;
}
div.radio {
  top: -1px;
}
div.checker {
  top: -1px;
}
/*==========================================================================================
 */
form label.error {
  display: none;
}
.modal-dialog {
  border: 2px SOLID #839B3D;
  background-color: #F7F7F7;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -khtml-border-top-left-radius: 4px;
  box-shadow: 0 0 25px 5px #999999;
  color: #111111;
  padding: 0px 0px 0px 0px;
}
.modal-dialog .title {
  background-color: #560B6B;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  color: white;
  padding: 8px;
}
.modal-dialog .content {
  padding: 8px;
}
.modal-dialog .spacer {
  height: 10px;
}
.modal-dialog .spacer-sm {
  height: 5px;
}
.modal-dialog a,
.modal-dialog a:hover,
.modal-dialog a:visited,
.modal-dialog a:active {
  color: #528E05;
}
.modal-dialog .x_close {
  background: url('/images/icons.png') no-repeat -99px -3px;
  width: 18px;
  height: 18px;
  position: absolute;
  right: -9px;
  top: -9px;
  cursor: pointer;
  z-index: 10;
}
.modal-dialog .error-list {
  font-weight: normal;
  font-style: italic;
  color: red;
}
/* close button positioned on upper right corner */
.x-required {
  display: inline-block;
  width: 100px;
  text-align: right;
  padding-right: 5px;
}
.x-required .star {
  color: #C20F0A;
  padding-right: 3px;
}
.column1 {
  display: inline-block;
  width: 100px;
  padding-right: 5px;
}
.inline {
  display: inline-block;
}
/*==========================================================================================
 * Signout/Signin
 */
.startup .startup-none {
  display: none;
}
.startup .x-auth-none,
.startup .auth-none {
  display: none;
}
.pre-start .pre-start-none {
  display: none;
}
.auth .auth-none {
  display: none;
}
.x-auth .x-auth-none {
  display: none;
}
/*==========================================================================================
 * Buttons
 */
.button-std {
  background-color: #879d3c;
  display: inline-block;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-top-left-radius: 5px;
  color: white;
  font-size: 14px;
  padding: 3px 10px 0px 10px;
  height: 20px;
  line-height: 16px;
}
.button-std.enabled:hover {
  background-color: #C7D58A;
}
.button-std.disabled {
  -moz-opacity: 0.005;
  filter: alpha(opacity=0.5);
  opacity: 0.005;
}
.button-text-shadow {
  text-shadow: 1px 1px 1px #303030;
}
.button-yellow-22 {
  position: relative;
  cursor: pointer;
  font-size: 12px;
  font-weight: normal;
  line-height: 12px;
  color: white;
  text-shadow: 1px 1px 1px #303030;
}
.button-yellow-22 .mid {
  height: 22px;
  margin-left: 6px;
  background: url('/images/button-yellow-22.png') repeat-x 0px -22px;
}
.button-yellow-22 .left {
  position: absolute;
  background: url('/images/button-yellow-22.png') no-repeat 0px 0px;
  width: 6px;
  height: 22px;
  left: 0px;
  top: 0px;
}
.button-yellow-22 .right {
  position: absolute;
  background: url('/images/button-yellow-22.png') repeat-x 0px -44px;
  height: 22px;
  width: 6px;
  right: 0px;
  top: 0px;
}
.button-yellow-22 .cont {
  padding-top: 0px;
  position: absolute;
  width: 6px;
  text-align: center;
  top: 5px;
  left: 3px;
  height: 14px;
  overflow: hidden;
  white-space: nowrap;
}
.button-yellow-22.enabled:hover .mid {
  background-position: 0px -88px;
}
.button-yellow-22.enabled:hover .left {
  background-position: 0px -66px;
}
.button-yellow-22.enabled:hover .right {
  background-position: 0px -110px;
}
.button-yellow-23 {
  position: relative;
  cursor: pointer;
  font-size: 12px;
  font-weight: normal;
  line-height: 12px;
  color: white;
  text-shadow: 1px 1px 1px #303030;
}
.button-yellow-23 .mid {
  height: 23px;
  margin-left: 8px;
  background: url('/images/button-yellow-23.png') repeat-x 0px -23px;
}
.button-yellow-23 .left {
  position: absolute;
  background: url('/images/button-yellow-23.png') no-repeat 0px 0px;
  width: 8px;
  height: 23px;
  left: 0px;
  top: 0px;
}
.button-yellow-23 .right {
  position: absolute;
  background: url('/images/button-yellow-23.png') repeat-x 0px -46px;
  height: 23px;
  width: 8px;
  right: 0px;
  top: 0px;
}
.button-yellow-23 .cont {
  padding-top: 0px;
  position: absolute;
  width: 6px;
  text-align: center;
  top: 5px;
  left: 3px;
  height: 15px;
  overflow: hidden;
  white-space: nowrap;
}
.button-yellow-23.enabled:hover .mid {
  background-position: 0px -92px;
}
.button-yellow-23.enabled:hover .left {
  background-position: 0px -69px;
}
.button-yellow-23.enabled:hover .right {
  background-position: 0px -115px;
}
.button-yellow-29 {
  position: relative;
  cursor: pointer;
  font-size: 15px;
  font-weight: 300;
  line-height: 15px;
  color: white;
  text-shadow: 1px 1px 1px #303030;
}
.button-yellow-29 .mid {
  height: 29px;
  margin-left: 12px;
  background: url('/images/button-yellow-29.png') repeat-x 0px -29px;
}
.button-yellow-29 .left {
  position: absolute;
  background: url('/images/button-yellow-29.png') no-repeat 0px 0px;
  width: 12px;
  height: 29px;
  left: 0px;
  top: 0px;
}
.button-yellow-29 .right {
  position: absolute;
  background: url('/images/button-yellow-29.png') repeat-x 0px -58px;
  height: 29px;
  width: 12px;
  right: 0px;
  top: 0px;
}
.button-yellow-29 .cont {
  padding-top: 0px;
  position: absolute;
  width: 6px;
  text-align: center;
  top: 6px;
  left: 3px;
  height: 20px;
  overflow: hidden;
  white-space: nowrap;
}
.button-yellow-29.enabled:hover .mid {
  background-position: 0px -116px;
}
.button-yellow-29.enabled:hover .left {
  background-position: 0px -87px;
}
.button-yellow-29.enabled:hover .right {
  background-position: 0px -145px;
}
.button-yellow-33 {
  position: relative;
  cursor: pointer;
  font-size: 18px;
  font-weight: 300;
  line-height: 18px;
  color: white;
  text-shadow: 1px 1px 1px #303030;
}
.button-yellow-33 .mid {
  height: 33px;
  margin-left: 12px;
  background: url('/images/button-yellow-33.png') repeat-x 0px -33px;
}
.button-yellow-33 .left {
  position: absolute;
  background: url('/images/button-yellow-33.png') no-repeat 0px 0px;
  width: 12px;
  height: 33px;
  left: 0px;
  top: 0px;
}
.button-yellow-33 .right {
  position: absolute;
  background: url('/images/button-yellow-33.png') repeat-x 0px -66px;
  height: 33px;
  width: 12px;
  right: 0px;
  top: 0px;
}
.button-yellow-33 .cont {
  padding-top: 0px;
  position: absolute;
  width: 6px;
  text-align: center;
  top: 7px;
  left: 3px;
  height: 23px;
  overflow: hidden;
  white-space: nowrap;
}
.button-yellow-33.enabled:hover .mid {
  background-position: 0px -132px;
}
.button-yellow-33.enabled:hover .left {
  background-position: 0px -99px;
}
.button-yellow-33.enabled:hover .right {
  background-position: 0px -165px;
}
.button-green-18 {
  position: relative;
  cursor: pointer;
  font-size: 12px;
  font-weight: normal;
  line-height: 12px;
  color: white;
  text-shadow: 1px 1px 1px #303030;
}
.button-green-18 .mid {
  height: 18px;
  margin-left: 6px;
  background: url('/images/button-green-18.png') repeat-x 0px -18px;
}
.button-green-18 .left {
  position: absolute;
  background: url('/images/button-green-18.png') no-repeat 0px 0px;
  width: 6px;
  height: 18px;
  left: 0px;
  top: 0px;
}
.button-green-18 .right {
  position: absolute;
  background: url('/images/button-green-18.png') repeat-x 0px -36px;
  height: 18px;
  width: 6px;
  right: 0px;
  top: 0px;
}
.button-green-18 .cont {
  padding-top: 0px;
  position: absolute;
  width: 6px;
  text-align: center;
  top: 2px;
  left: 3px;
  height: 13px;
  overflow: hidden;
  white-space: nowrap;
}
.button-green-18.enabled:hover .mid {
  background-position: 0px -72px;
}
.button-green-18.enabled:hover .left {
  background-position: 0px -54px;
}
.button-green-18.enabled:hover .right {
  background-position: 0px -90px;
}
.button-green-23 {
  position: relative;
  cursor: pointer;
  font-size: 12px;
  font-weight: normal;
  line-height: 12px;
  color: white;
  text-shadow: 1px 1px 1px #303030;
}
.button-green-23 .mid {
  height: 23px;
  margin-left: 8px;
  background: url('/images/button-green-23.png') repeat-x 0px -23px;
}
.button-green-23 .left {
  position: absolute;
  background: url('/images/button-green-23.png') no-repeat 0px 0px;
  width: 8px;
  height: 23px;
  left: 0px;
  top: 0px;
}
.button-green-23 .right {
  position: absolute;
  background: url('/images/button-green-23.png') repeat-x 0px -46px;
  height: 23px;
  width: 8px;
  right: 0px;
  top: 0px;
}
.button-green-23 .cont {
  padding-top: 0px;
  position: absolute;
  width: 6px;
  text-align: center;
  top: 5px;
  left: 3px;
  height: 15px;
  overflow: hidden;
  white-space: nowrap;
}
.button-green-23.enabled:hover .mid {
  background-position: 0px -92px;
}
.button-green-23.enabled:hover .left {
  background-position: 0px -69px;
}
.button-green-23.enabled:hover .right {
  background-position: 0px -115px;
}
.button-green-29 {
  position: relative;
  cursor: pointer;
  font-size: 15px;
  font-weight: 300;
  line-height: 15px;
  color: white;
  text-shadow: 1px 1px 1px #303030;
}
.button-green-29 .mid {
  height: 29px;
  margin-left: 12px;
  background: url('/images/button-green-29.png') repeat-x 0px -29px;
}
.button-green-29 .left {
  position: absolute;
  background: url('/images/button-green-29.png') no-repeat 0px 0px;
  width: 12px;
  height: 29px;
  left: 0px;
  top: 0px;
}
.button-green-29 .right {
  position: absolute;
  background: url('/images/button-green-29.png') repeat-x 0px -58px;
  height: 29px;
  width: 12px;
  right: 0px;
  top: 0px;
}
.button-green-29 .cont {
  padding-top: 0px;
  position: absolute;
  width: 6px;
  text-align: center;
  top: 6px;
  left: 3px;
  height: 20px;
  overflow: hidden;
  white-space: nowrap;
}
.button-green-29.enabled:hover .mid {
  background-position: 0px -116px;
}
.button-green-29.enabled:hover .left {
  background-position: 0px -87px;
}
.button-green-29.enabled:hover .right {
  background-position: 0px -145px;
}
.button-green-38 {
  position: relative;
  cursor: pointer;
  font-size: 14px;
  font-weight: 300;
  line-height: 14px;
  color: white;
  text-shadow: 1px 1px 1px #303030;
}
.button-green-38 .mid {
  height: 38px;
  margin-left: 12px;
  background: url('/images/button-green-38.png') repeat-x 0px -38px;
}
.button-green-38 .left {
  position: absolute;
  background: url('/images/button-green-38.png') no-repeat 0px 0px;
  width: 12px;
  height: 38px;
  left: 0px;
  top: 0px;
}
.button-green-38 .right {
  position: absolute;
  background: url('/images/button-green-38.png') repeat-x 0px -76px;
  height: 38px;
  width: 12px;
  right: 0px;
  top: 0px;
}
.button-green-38 .cont {
  padding-top: 0px;
  position: absolute;
  width: 6px;
  text-align: center;
  top: 4px;
  left: 3px;
  height: 31px;
  overflow: hidden;
  white-space: nowrap;
}
.button-green-38.enabled:hover .mid {
  background-position: 0px -152px;
}
.button-green-38.enabled:hover .left {
  background-position: 0px -114px;
}
.button-green-38.enabled:hover .right {
  background-position: 0px -190px;
}
.button-simple-green {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -khtml-border-top-left-radius: 4px;
  background-color: #879d3c;
  color: white;
  font-size: 11px;
  line-height: 11px;
  padding: 2px 8px 2px 8px;
}
.button-yellow-26 {
  position: relative;
  cursor: pointer;
  font-size: 13px;
  font-weight: normal;
  line-height: 13px;
}
.button-yellow-26 .mid {
  height: 26px;
  margin-left: 8px;
  background: url('/images/button-yellow-26.png') repeat-x 0px -26px;
}
.button-yellow-26 .left {
  position: absolute;
  background: url('/images/button-yellow-26.png') no-repeat 0px 0px;
  width: 8px;
  height: 26px;
  left: 0px;
  top: 0px;
}
.button-yellow-26 .right {
  position: absolute;
  background: url('/images/button-yellow-26.png') repeat-x 0px -52px;
  height: 26px;
  width: 8px;
  right: 0px;
  top: 0px;
}
.button-yellow-26 .cont {
  padding-top: 0px;
  position: absolute;
  width: 10px;
  text-align: center;
  top: 4px;
  left: 4px;
  height: 18px;
  overflow: hidden;
  white-space: nowrap;
}
.button-yellow-26.enabled:hover .mid {
  background-position: 0px -104px;
}
.button-yellow-26.enabled:hover .left {
  background-position: 0px -78px;
}
.button-yellow-26.enabled:hover .right {
  background-position: 0px -130px;
}
.button-green-26 {
  position: relative;
  cursor: pointer;
  font-size: 13px;
  font-weight: normal;
  line-height: 13px;
}
.button-green-26 .mid {
  height: 26px;
  margin-left: 8px;
  background: url('/images/button-green-26.png') repeat-x 0px -26px;
}
.button-green-26 .left {
  position: absolute;
  background: url('/images/button-green-26.png') no-repeat 0px 0px;
  width: 8px;
  height: 26px;
  left: 0px;
  top: 0px;
}
.button-green-26 .right {
  position: absolute;
  background: url('/images/button-green-26.png') repeat-x 0px -52px;
  height: 26px;
  width: 8px;
  right: 0px;
  top: 0px;
}
.button-green-26 .cont {
  padding-top: 0px;
  position: absolute;
  width: 10px;
  text-align: center;
  top: 4px;
  left: 4px;
  height: 18px;
  overflow: hidden;
  white-space: nowrap;
}
.button-green-26.enabled:hover .mid {
  background-position: 0px -104px;
}
.button-green-26.enabled:hover .left {
  background-position: 0px -78px;
}
.button-green-26.enabled:hover .right {
  background-position: 0px -130px;
}
.button-yellow-34 {
  position: relative;
  cursor: pointer;
  font-size: 18px;
  font-weight: normal;
  line-height: 18px;
}
.button-yellow-34 .mid {
  height: 34px;
  margin-left: 12px;
  background: url('/images/button-yellow-34.png') repeat-x 0px -34px;
}
.button-yellow-34 .left {
  position: absolute;
  background: url('/images/button-yellow-34.png') no-repeat 0px 0px;
  width: 12px;
  height: 34px;
  left: 0px;
  top: 0px;
}
.button-yellow-34 .right {
  position: absolute;
  background: url('/images/button-yellow-34.png') repeat-x 0px -68px;
  height: 34px;
  width: 12px;
  right: 0px;
  top: 0px;
}
.button-yellow-34 .cont {
  padding-top: 0px;
  position: absolute;
  width: 14px;
  text-align: center;
  top: 5px;
  left: 6px;
  height: 23px;
  overflow: hidden;
  white-space: nowrap;
}
.button-yellow-34.enabled:hover .mid {
  background-position: 0px -136px;
}
.button-yellow-34.enabled:hover .left {
  background-position: 0px -102px;
}
.button-yellow-34.enabled:hover .right {
  background-position: 0px -170px;
}
.button-green-34 {
  position: relative;
  cursor: pointer;
  font-size: 15px;
  font-weight: normal;
  line-height: 15px;
}
.button-green-34 .mid {
  height: 34px;
  margin-left: 12px;
  background: url('/images/button-green-34.png') repeat-x 0px -34px;
}
.button-green-34 .left {
  position: absolute;
  background: url('/images/button-green-34.png') no-repeat 0px 0px;
  width: 12px;
  height: 34px;
  left: 0px;
  top: 0px;
}
.button-green-34 .right {
  position: absolute;
  background: url('/images/button-green-34.png') repeat-x 0px -68px;
  height: 34px;
  width: 12px;
  right: 0px;
  top: 0px;
}
.button-green-34 .cont {
  padding-top: 0px;
  position: absolute;
  width: 14px;
  text-align: center;
  top: 6px;
  left: 6px;
  height: 22px;
  overflow: hidden;
  white-space: nowrap;
}
.button-green-34.enabled:hover .mid {
  background-position: 0px -136px;
}
.button-green-34.enabled:hover .left {
  background-position: 0px -102px;
}
.button-green-34.enabled:hover .right {
  background-position: 0px -170px;
}
.button-green-36 {
  position: relative;
  cursor: pointer;
  font-size: 15px;
  font-weight: normal;
  line-height: 15px;
}
.button-green-36 .mid {
  height: 34px;
  margin-left: 12px;
  background: url('/images/button-green-34.png') repeat-x 0px -34px;
}
.button-green-36 .left {
  position: absolute;
  background: url('/images/button-green-34.png') no-repeat 0px 0px;
  width: 12px;
  height: 34px;
  left: 0px;
  top: 0px;
}
.button-green-36 .right {
  position: absolute;
  background: url('/images/button-green-34.png') repeat-x 0px -68px;
  height: 34px;
  width: 12px;
  right: 0px;
  top: 0px;
}
.button-green-36 .cont {
  padding-top: 0px;
  position: absolute;
  width: 14px;
  text-align: center;
  top: 6px;
  left: 6px;
  height: 22px;
  overflow: hidden;
  white-space: nowrap;
}
.button-green-36.enabled:hover .mid {
  background-position: 0px -136px;
}
.button-green-36.enabled:hover .left {
  background-position: 0px -102px;
}
.button-green-36.enabled:hover .right {
  background-position: 0px -170px;
}
.button-green-38 {
  position: relative;
  cursor: pointer;
  font-size: 14px;
  font-weight: 300;
  line-height: 14px;
}
.button-green-38 .mid {
  height: 38px;
  margin-left: 12px;
  background: url('/images/button-green-38.png') repeat-x 0px -38px;
}
.button-green-38 .left {
  position: absolute;
  background: url('/images/button-green-38.png') no-repeat 0px 0px;
  width: 12px;
  height: 38px;
  left: 0px;
  top: 0px;
}
.button-green-38 .right {
  position: absolute;
  background: url('/images/button-green-38.png') repeat-x 0px -76px;
  height: 38px;
  width: 12px;
  right: 0px;
  top: 0px;
}
.button-green-38 .cont {
  padding-top: 0px;
  position: absolute;
  width: 6px;
  text-align: center;
  top: 4px;
  left: 3px;
  height: 31px;
  overflow: hidden;
  white-space: nowrap;
}
.button-green-38.enabled:hover .mid {
  background-position: 0px -152px;
}
.button-green-38.enabled:hover .left {
  background-position: 0px -114px;
}
.button-green-38.enabled:hover .right {
  background-position: 0px -190px;
}
.button-green-25 {
  position: relative;
  cursor: pointer;
  font-size: 14px;
  font-weight: 300;
  line-height: 14px;
}
.button-green-25 .mid {
  height: 25px;
  margin-left: 8px;
  background: url('/images/button-green-25.png') repeat-x 0px -25px;
}
.button-green-25 .left {
  position: absolute;
  background: url('/images/button-green-25.png') no-repeat 0px 0px;
  width: 8px;
  height: 25px;
  left: 0px;
  top: 0px;
}
.button-green-25 .right {
  position: absolute;
  background: url('/images/button-green-25.png') repeat-x 0px -50px;
  height: 25px;
  width: 8px;
  right: 0px;
  top: 0px;
}
.button-green-25 .cont {
  padding-top: 0px;
  position: absolute;
  width: 6px;
  text-align: center;
  top: 4px;
  left: 3px;
  height: 18px;
  overflow: hidden;
  white-space: nowrap;
}
.button-green-25.enabled:hover .mid {
  background-position: 0px -100px;
}
.button-green-25.enabled:hover .left {
  background-position: 0px -75px;
}
.button-green-25.enabled:hover .right {
  background-position: 0px -125px;
}
.button-simple,
.button-simple-clicked {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -khtml-border-top-left-radius: 6px;
  color: #528e05;
  display: inline-block;
  text-align: center;
  font-weight: normal;
  padding: 0px 8px 0px 8px;
  cursor: pointer;
}
.button-simple:hover,
.button-simple-clicked:hover {
  background-color: #d8fcab;
}
.button-simple-clicked {
  background-color: #528e05;
}
.button-yellow-72,
.button-yellow-72-clicked {
  position: relative;
  background: url('/images/vbuttons.png') repeat-x 0px -72px;
  height: 72px;
  margin: 0 auto;
  text-align: center;
  font-size: 28px;
  line-height: 68px;
}
.button-yellow-72 .leftside,
.button-yellow-72-clicked .leftside {
  background: url('/images/vbuttons.png') no-repeat 0px 0px;
  position: absolute;
  left: -16px;
  width: 16px;
  height: 72px;
}
.button-yellow-72 .rightside,
.button-yellow-72-clicked .rightside {
  background: url('/images/vbuttons.png') no-repeat 0px -144px;
  position: absolute;
  right: -16px;
  width: 16px;
  height: 72px;
}
.button-yellow-72 .txt,
.button-yellow-72-clicked .txt {
  padding-top: 0;
}
.button-yellow-72:hover,
.button-yellow-72-clicked:hover {
  -moz-opacity: 0.75;
  filter: alpha(opacity=75);
  opacity: 0.75;
}
.button-yellow-72-clicked {
  -moz-opacity: 0.75;
  filter: alpha(opacity=75);
  opacity: 0.75;
}
.button-yellow-46,
.button-yellow-46-clicked {
  position: relative;
  background: url('/images/vbuttons2.png') repeat-x 0px -46px;
  height: 46px;
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
  line-height: 42px;
}
.button-yellow-46 .leftside,
.button-yellow-46-clicked .leftside {
  background: url('/images/vbuttons2.png') no-repeat 0px 0px;
  position: absolute;
  left: -16px;
  width: 16px;
  height: 46px;
}
.button-yellow-46 .rightside,
.button-yellow-46-clicked .rightside {
  background: url('/images/vbuttons2.png') no-repeat 0px -92px;
  position: absolute;
  right: -16px;
  width: 16px;
  height: 46px;
}
.button-yellow-46 .txt,
.button-yellow-46-clicked .txt {
  padding-top: 0;
}
.button-yellow-46:hover,
.button-yellow-46-clicked:hover {
  -moz-opacity: 0.75;
  filter: alpha(opacity=75);
  opacity: 0.75;
}
.button-yellow-46-clicked {
  -moz-opacity: 0.75;
  filter: alpha(opacity=75);
  opacity: 0.75;
}
.button-yellow-40,
.button-yellow-40-clicked {
  position: relative;
  background: url('/images/vbuttons3.png') repeat-x 0px -40px;
  height: 40px;
  margin: 0 auto;
  text-align: center;
  font-size: 22px;
  line-height: 22px;
}
.button-yellow-40 .leftside,
.button-yellow-40-clicked .leftside {
  background: url('/images/vbuttons3.png') no-repeat 0px 0px;
  position: absolute;
  left: -16px;
  width: 16px;
  height: 40px;
}
.button-yellow-40 .rightside,
.button-yellow-40-clicked .rightside {
  background: url('/images/vbuttons3.png') no-repeat 0px -80px;
  position: absolute;
  right: -16px;
  width: 16px;
  height: 40px;
}
.button-yellow-40 .txt,
.button-yellow-40-clicked .txt {
  padding-top: 6px;
}
.button-yellow-40:hover,
.button-yellow-40-clicked:hover {
  -moz-opacity: 0.75;
  filter: alpha(opacity=75);
  opacity: 0.75;
}
.button-yellow-40-clicked {
  -moz-opacity: 0.75;
  filter: alpha(opacity=75);
  opacity: 0.75;
}
.button-yellow-49x21,
.button-yellow-49x21-clicked {
  background: url('/images/icons.png') no-repeat -292px 0px;
  width: 49px;
  height: 21px;
  font-size: 13px;
  text-align: center;
}
.button-yellow-49x21:hover,
.button-yellow-49x21-clicked:hover {
  -moz-opacity: 0.75;
  filter: alpha(opacity=75);
  opacity: 0.75;
}
.button-yellow-49x21-clicked {
  -moz-opacity: 0.75;
  filter: alpha(opacity=75);
  opacity: 0.75;
}
.button-green-54,
.button-green-54-clicked {
  position: relative;
  background: url('/images/vbuttons.png') repeat-x 0px -270px;
  height: 54px;
  margin: 0 auto;
  text-align: center;
  font-size: 22px;
  line-height: 48px;
}
.button-green-54 .leftside,
.button-green-54-clicked .leftside {
  background: url('/images/vbuttons.png') no-repeat 0px -216px;
  position: absolute;
  left: -16px;
  width: 16px;
  height: 54px;
}
.button-green-54 .rightside,
.button-green-54-clicked .rightside {
  background: url('/images/vbuttons.png') no-repeat 0px -324px;
  position: absolute;
  right: -16px;
  width: 16px;
  height: 54px;
}
.button-green-54 .txt,
.button-green-54-clicked .txt {
  padding-top: 0;
}
.button-green-54:hover,
.button-green-54-clicked:hover {
  -moz-opacity: 0.75;
  filter: alpha(opacity=75);
  opacity: 0.75;
}
.button-green-54-clicked {
  -moz-opacity: 0.75;
  filter: alpha(opacity=75);
  opacity: 0.75;
}
.button-green-40,
.button-green-40-clicked {
  position: relative;
  background: url('/images/vbuttons3.png') repeat-x 0px -160px;
  height: 40px;
  margin: 0 auto;
  text-align: center;
  font-size: 22px;
  line-height: 22px;
}
.button-green-40 .leftside,
.button-green-40-clicked .leftside {
  background: url('/images/vbuttons3.png') no-repeat 0px -120px;
  position: absolute;
  left: -16px;
  width: 16px;
  height: 40px;
}
.button-green-40 .rightside,
.button-green-40-clicked .rightside {
  background: url('/images/vbuttons3.png') no-repeat 0px -200px;
  position: absolute;
  right: -16px;
  width: 16px;
  height: 40px;
}
.button-green-40 .txt,
.button-green-40-clicked .txt {
  padding-top: 6px;
}
.button-green-40:hover,
.button-green-40-clicked:hover {
  -moz-opacity: 0.75;
  filter: alpha(opacity=75);
  opacity: 0.75;
}
.button-green-40-clicked {
  -moz-opacity: 0.75;
  filter: alpha(opacity=75);
  opacity: 0.75;
}
.button-green-32,
.button-green-32-clicked {
  position: relative;
  background: url('/images/vbuttons2.png') repeat-x 0px -170px;
  height: 32px;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
}
.button-green-32 .leftside,
.button-green-32-clicked .leftside {
  background: url('/images/vbuttons2.png') no-repeat 0px -138px;
  position: absolute;
  left: -16px;
  width: 16px;
  height: 32px;
}
.button-green-32 .rightside,
.button-green-32-clicked .rightside {
  background: url('/images/vbuttons2.png') no-repeat 0px -202px;
  position: absolute;
  right: -16px;
  width: 16px;
  height: 32px;
}
.button-green-32 .txt,
.button-green-32-clicked .txt {
  padding-top: 0;
}
.button-green-32:hover,
.button-green-32-clicked:hover {
  -moz-opacity: 0.75;
  filter: alpha(opacity=75);
  opacity: 0.75;
}
.button-green-32 .txt,
.button-green-32-clicked .txt {
  padding-top: 2px;
}
.button-green-32-clicked {
  -moz-opacity: 0.75;
  filter: alpha(opacity=75);
  opacity: 0.75;
}
/**
 * Icons
 */
.icon-search {
  background: url('/images/icons.png') no-repeat -240px 0px;
  width: 27px;
  height: 24px;
}
.icon-search-sm {
  background: url('/images/icons.png') no-repeat -276px -1px;
  width: 17px;
  height: 17px;
}
.icon-help {
  background: url('/images/icons.png') no-repeat 0px -64px;
  width: 16px;
  height: 16px;
}
.icon-upload {
  background: url('/images/icons.png') no-repeat 0px -277px;
  width: 36px;
  height: 33px;
}
.icon-upload:hover {
  background-position: -36px -277px;
}
.drag-over .icon-upload {
  background: url('/images/icons.png') no-repeat -36px -277px;
  width: 36px;
  height: 33px;
}
.icon-inbox {
  background: url('/images/icons.png') no-repeat -16px -64px;
  width: 16px;
  height: 16px;
}
.icon-sent {
  background: url('/images/icons.png') no-repeat -32px -64px;
  width: 16px;
  height: 16px;
}
.icon-chats {
  background: url('/images/icons.png') no-repeat -48px -64px;
  width: 16px;
  height: 16px;
}
.icon-messages {
  background: url('/images/icons.png') no-repeat -64px -64px;
  width: 16px;
  height: 16px;
}
.icon-notifications {
  background: url('/images/icons.png') no-repeat -80px -64px;
  width: 16px;
  height: 16px;
}
.icon-addressbook {
  background: url('/images/icons.png') no-repeat -96px -64px;
  width: 16px;
  height: 16px;
}
.icon-purple-mail {
  background: url('/images/icons.png') no-repeat -112px -64px;
  width: 16px;
  height: 16px;
}
.icon-purple-save {
  background: url('/images/icons.png') no-repeat -128px -64px;
  width: 16px;
  height: 16px;
}
.icon-page-left {
  background: url('/images/icons.png') no-repeat -144px -64px;
  width: 16px;
  height: 16px;
}
.icon-page-right {
  background: url('/images/icons.png') no-repeat -160px -64px;
  width: 16px;
  height: 16px;
}
.icon-search2 {
  background: url('/images/icons.png') no-repeat 0px -80px;
  width: 16px;
  height: 16px;
}
.icon-plus {
  background: url('/images/icons.png') no-repeat -16px -80px;
  width: 16px;
  height: 16px;
}
.icon-save-white {
  background: url('/images/icons.png') no-repeat -32px -80px;
  width: 16px;
  height: 16px;
}
.icon-mail-white {
  background: url('/images/icons.png') no-repeat -48px -80px;
  width: 16px;
  height: 16px;
}
.icon-mail-white-on-green {
  background: url('/images/icons.png') no-repeat -64px -80px;
  width: 16px;
  height: 16px;
}
.icon-save-purple {
  background: url('/images/icons.png') no-repeat -32px -96px;
  width: 16px;
  height: 16px;
}
.icon-mail-purple {
  background: url('/images/icons.png') no-repeat -48px -96px;
  width: 16px;
  height: 16px;
}
.icon-save-green {
  background: url('/images/icons.png') no-repeat -64px -96px;
  width: 16px;
  height: 16px;
}
.icon-mail-green {
  background: url('/images/icons.png') no-repeat -80px -96px;
  width: 16px;
  height: 16px;
}
.icon-close-grey {
  background: url('/images/icons.png') no-repeat -178px -66px;
  width: 13px;
  height: 13px;
}
.icon-trash {
  background: url('/images/icons.png') no-repeat 0px -96px;
  width: 16px;
  height: 16px;
}
.icon-archive {
  background: url('/images/icons.png') no-repeat -64px -64px;
  width: 16px;
  height: 16px;
}
.icon-sm-contact {
  background: url('/images/icons.png') no-repeat -32px -96px;
  width: 16px;
  height: 16px;
}
.icon-sm-save {
  background: url('/images/icons.png') no-repeat -48px -96px;
  width: 16px;
  height: 16px;
}
.icon-sm-send {
  background: url('/images/icons.png') no-repeat -64px -96px;
  width: 16px;
  height: 16px;
}
.icon-sm-recomend {
  background: url('/images/icons.png') no-repeat -80px -96px;
  width: 16px;
  height: 16px;
}
.sm-icon:hover .icon-sm-contact {
  background-position: -32px -112px;
}
.sm-icon:hover .icon-sm-save {
  background-position: -48px -112px;
}
.sm-icon:hover .icon-sm-send {
  background-position: -64px -112px;
}
.sm-icon:hover .icon-sm-recomment {
  background-position: -80px -112px;
}
.icon-video-player {
  background: url('/images/icons.png') no-repeat 0px -310px;
  width: 100px;
  height: 68px;
}
.icon-script {
  background: url('/images/icons.png') no-repeat -100px -310px;
  width: 64px;
  height: 68px;
}
.icon-dialog-close {
  background: url('/images/icons.png') no-repeat -228px -24px;
  width: 34px;
  height: 34px;
}
.icon-checkmark {
  background: url('/images/icons.png') no-repeat -114px -82px;
  width: 12px;
  height: 12px;
}
.icon-star-sm {
  background: url('/images/icons.png') no-repeat -264px 0px;
  width: 8px;
  height: 9px;
}
.icon-dot {
  background: url('/images/icons.png') no-repeat -264px -9px;
  width: 10px;
  height: 10px;
}
.icon-downarrow-white {
  background: url('/images/icons.png') no-repeat -132px -86px;
  width: 9px;
  height: 6px;
}
.icon-downarrow-white:hover {
  background: url('/images/icons.png') no-repeat -148px -86px;
  width: 9px;
  height: 6px;
}
.icon-downarrow-purple {
  background: url('/images/icons.png') no-repeat -164px -86px;
  width: 9px;
  height: 6px;
}
.icon-downarrow-lt-purple {
  background: url('/images/icons.png') no-repeat -132px -102px;
  width: 9px;
  height: 6px;
}
.icon-alert {
  background: url('/images/icons.png') no-repeat -228px -58px;
  width: 28px;
  height: 27px;
}
.icon-red-close {
  background: url('/images/icons.png') no-repeat -160px -96px;
  width: 16px;
  height: 16px;
}
.icon-red-close:hover {
  background-position: -176px -96px;
}
.smlogo {
  background: url('/images/icons.png') no-repeat 0px -24px;
  width: 173px;
  height: 22px;
}
.button-invite {
  background: url('/images/icons.png') no-repeat 0px -254px;
  width: 49px;
  height: 23px;
}
.button-invite:hover {
  background-position: -49px -254px;
}
.showbizcentral-logo-29 {
  background: url('/images/icons.png') no-repeat 0px -26px;
  width: 179px;
  height: 29px;
}
.showbizcentral-logo-29-whitebk {
  background: url('/images/icons.png') no-repeat -293px 0px;
  width: 183px;
  height: 28px;
}
.showbizcentral-logo-36-whitebk {
  background: url('/images/icons.png') no-repeat -293px -28px;
  width: 239px;
  height: 36px;
}
/*==========================================================================================
 * Header
 */
#header-outter {
  background-color: #000;
}
#header {
  position: relative;
  margin: 0 auto;
  background-image: url('/images/SBCHeaderBK.jpg');
  width: 992px;
  height: 94px;
  z-index: 100;
}
#header .hbtn {
  position: absolute;
  height: 16px;
  top: 100px;
  display: block;
  border-right: 1px SOLID white;
  text-align: center;
  padding: 8px 0 8px 0;
  background: #889E3C;
}
#header .lv1 {
  font-size: 14px;
}
#header .logo {
  cursor: pointer;
  position: absolute;
  left: 0px;
  top: 12px;
  width: 280px;
  height: 63px;
}
#loginlinks {
  position: absolute;
  right: 1px;
  top: 28px;
  text-align: right;
  color: #fff;
  font-size: 12px;
}
#loginlinks .sep {
  padding: 0 14px;
}
#usermenu {
  position: absolute;
  right: 1px;
  top: 42px;
  text-align: right;
  color: #fff;
  font-size: 12px;
}
.button-top {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -khtml-border-top-left-radius: 3px;
  background-color: transparent;
  display: inline-block;
  height: 20px;
  color: white;
  text-align: center;
  font-size: 12px;
  font-weight: normal;
  padding: 5px 18px 0px 18px;
  cursor: pointer;
}
.button-top:hover {
  background-color: #cbcbcd;
}
.button-top-clicked {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -khtml-border-top-left-radius: 3px;
  background-color: transparent;
  display: inline-block;
  height: 20px;
  color: white;
  text-align: center;
  font-size: 12px;
  font-weight: normal;
  padding: 5px 18px 0px 18px;
  cursor: pointer;
}
.button-top-clicked:hover {
  background-color: #cbcbcd;
}
.widget-search-box form {
  position: relative;
}
.widget-search-box form label.error {
  display: none;
  visibility: hidden;
}
.widget-search-box input {
  height: 16px;
  padding-right: 24px;
}
.widget-search-box .btn {
  position: absolute;
  right: 1px;
  top: 1px;
  background: url('/images/icons.png') no-repeat -268px -30px;
  width: 22px;
  height: 22px;
  color: white;
}
.widget-search-box .btn:hover {
  -moz-opacity: 0.75;
  filter: alpha(opacity=75);
  opacity: 0.75;
}
#manager-button {
  width: 144px;
}
#manager-button {
  position: absolute;
  right: 191px;
  top: 122px;
  width: 124px;
}
#feedback-button {
  position: absolute;
  right: 57px;
  top: 122px;
  width: 124px;
}
#search-box input,
.std-search-box input {
  width: 200px;
  height: 16px;
  padding-right: 24px;
}
#search-box .search-box-button,
.std-search-box .search-box-button {
  position: absolute;
  right: 1px;
  top: 1px;
  background: url('/images/icons.png') no-repeat -268px -30px;
  width: 22px;
  height: 22px;
  color: white;
}
#search-box .search-box-button:hover,
.std-search-box .search-box-button:hover {
  -moz-opacity: 0.75;
  filter: alpha(opacity=75);
  opacity: 0.75;
}
#search-box {
  position: absolute;
  right: 57px;
  top: 128px;
}
.find-box input {
  width: 150px;
  height: 14px;
}
.find-box .icon-search-sm {
  position: absolute;
  right: 2px;
  top: 3px;
}
.menu-off {
  display: none;
}
#icon-twitter {
  background: url('/images/icons.png') no-repeat -144px 0px;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 25px;
  top: 15px;
}
#icon-facebook {
  background: url('/images/icons.png') no-repeat -168px 0px;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 1px;
  top: 15px;
}
/*
#icon-youtube { 
  .f_iconbk( 48px,0px,24px,24px );
  .f_right_abs( @social-base-r+(26px*0),@social-base-top );
}
*/
#icon-mail {
  background: url('/images/icons.png') no-repeat -192px 0px;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 16px;
  top: 15px;
}
#mail-count {
  position: absolute;
  right: 8px;
  top: 9px;
  width: 18px;
  height: 18px;
  border-radius: 36px;
  -webkit-border-radius: 36px;
  -moz-border-radius: 36px;
  -khtml-border-top-left-radius: 36px;
  background-color: #8128A5;
  color: #fff;
  font-size: 10px;
  line-height: 10px;
  padding: 0;
}
#mail-count #mail-count-number {
  position: relative;
  top: 4px;
  width: 100%;
  height: 100%;
  text-align: center;
}
/*==========================================================================================
 * Content
 */
#layout-content-outter {
  background-color: #f5eef6;
}
#layout-content {
  position: relative;
  margin: 0 auto;
  background-color: #f5eef6;
  padding: 20px 0px 20px 0px;
  width: 992px;
}
/*==========================================================================================
 * Tab Style
 */
.portfolio-card .tabrow {
  height: 36px;
}
.portfolio-card .tab {
  border-radius: 3px 18px 0px 0px;
  -webkit-border-radius: 3px 18px 0px 0px;
  -moz-border-radius: 3px 18px 0px 0px;
  -khtml-border-top-left-radius: 3px 18px 0px 0px;
  background-color: #570C6F;
  height: 24px;
  padding: 12px 20px 0px 10px;
  color: white;
  font-size: 15px;
  font-weight: normal;
  line-height: 15px;
  display: inline-block;
  float: left;
}
.portfolio-card .tab .name {
  color: #efc765;
}
.portfolio-card .rtab {
  float: left;
  background-color: #570C6F;
  width: 20px;
  height: 36px;
}
.portfolio-card .rtab div {
  border-radius: 0px 0px 0px 20px;
  -webkit-border-radius: 0px 0px 0px 20px;
  -moz-border-radius: 0px 0px 0px 20px;
  -khtml-border-top-left-radius: 0px 0px 0px 20px;
  background-color: #f5eef6;
  width: 20px;
  height: 36px;
}
.portfolio-card .content {
  background-color: #fcf5fc;
  border-radius: 0px 3px 3px 3px;
  -webkit-border-radius: 0px 3px 3px 3px;
  -moz-border-radius: 0px 3px 3px 3px;
  -khtml-border-top-left-radius: 0px 3px 3px 3px;
  border: 2px SOLID #570C6F;
  position: relative;
}
.portfolio-card .content .p-left {
  height: 560px;
  max-width: 250px;
  overflow: hidden;
  margin: 14px 30px 5px 20px;
}
.portfolio-card .content .p-left .p-avatar {
  width: 208px;
  height: 283px;
}
.portfolio-card .content .p-left .p-name {
  font-size: 16px;
}
.portfolio-card .content .p-left .p-group,
.portfolio-card .content .p-left .p-location {
  font-size: 14px;
  font-weight: bold;
  color: #333px;
  line-height: 18px;
}
.portfolio-card .content .p-left .p-tagline {
  font-style: italic;
  font-weight: normal;
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
  width: 220px;
}
.portfolio-card .content .p-left .p-spacer {
  height: 10px;
}
.portfolio-card .content .p-left .p-item {
  position: relative;
  margin-bottom: 4px;
}
.portfolio-card .content .p-left .p-item a {
  line-height: 16px;
  margin-left: 12px;
  font-size: 14px;
  padding: 0px 10px 0px 0px;
}
.portfolio-card .content .p-left .p-item a,
.portfolio-card .content .p-left .p-item a:visited,
.portfolio-card .content .p-left .p-item a:active {
  color: #5b2273;
  text-decoration: none;
}
.portfolio-card .content .p-left .p-item a:hover {
  color: #879d3c;
}
.portfolio-card .content .p-left .star {
  position: absolute;
  top: 5px;
  left: 0px;
  background: url('/images/icons.png') no-repeat -276px -19px;
  width: 8px;
  height: 9px;
}
.portfolio-card .content .p-right {
  line-height: 20px;
  position: absolute;
  padding: 10px;
  float: right;
  right: 0px;
  background-color: #fff;
  width: 630px;
  overflow: auto;
  height: 559px;
  font-size: 12px;
  line-height: 16px;
}
.portfolio-card .content .p-right p {
  margin-top: 0;
  line-height: 20px;
}
.portfolio-card .content .p-right h1 {
  font-size: 14px;
  padding: 0;
  margin: 0;
  line-height: 18px;
}
.portfolio-card .content .p-right .item {
  line-height: 18px;
}
.portfolio-card .content .p-right a {
  font-size: 11px;
  line-height: 16px;
  padding: 0px;
}
.portfolio-card .content .p-right a .icon {
  display: inline-block;
  position: relative;
  top: 4px;
  padding-right: 2px;
}
.portfolio-card .content .p-right a,
.portfolio-card .content .p-right a:visited,
.portfolio-card .content .p-right a:active {
  color: #5b2273;
  text-decoration: none;
}
.portfolio-card .content .p-right a:hover {
  color: #879d3c;
}
.portfolio-card .content .p-right a:hover .icon-save-purple {
  background: url('/images/icons.png') no-repeat -64px -96px;
  width: 16px;
  height: 16px;
}
.portfolio-card .content .p-right a:hover .icon-mail-purple {
  background: url('/images/icons.png') no-repeat -80px -96px;
  width: 16px;
  height: 16px;
}
/*==========================================================================================

/* liScroll styles */
.tickercontainer {
  /* the outer div with the black border */
  border: 1px solid #000;
  background: #fff;
  width: 738px;
  height: 27px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.tickercontainer .mask {
  /* that serves as a mask. so you get a sort of padding both left and right */
  position: relative;
  left: 10px;
  top: 8px;
  width: 718px;
  overflow: hidden;
}
ul.newsticker {
  /* that's your list */
  position: relative;
  left: 750px;
  font: bold 10px Verdana;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.newsticker li {
  float: left;
  /* important: display inline gives incorrect results when you check for elem's width */
  margin: 0;
  padding: 0;
  background: #fff;
}
ul.newsticker a {
  white-space: nowrap;
  padding: 0;
  color: #ff0000;
  font: bold 10px Verdana;
  margin: 0 50px 0 0;
}
ul.newsticker span {
  margin: 0 10px 0 0;
}
/* ==============================================
 */
.imgScroller {
  width: 100%;
  height: 100px;
  position: relative;
}
.imgScroller a {
  display: inline-block;
}
.imgScroller div.scrollableArea img {
  height: 100px;
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.textScroller {
  width: 100%;
  height: 15px;
  background-color: #c4d287;
  border-top: 0px SOLID #ccc;
  border-bottom: 0px SOLID #ccc;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  line-height: 12px;
}
.textScroller div.scrollableArea p {
  display: block;
  float: left;
  margin: 0;
  padding-right: 7px;
  padding-top: 1px;
  color: #000;
  white-space: nowrap;
}
.textScroller .h {
  padding-left: 30px;
}
.button-large {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -khtml-border-top-left-radius: 10px;
  -moz-box-shadow: 1px 1px 3px 0px #aaaaaa;
  -webkit-box-shadow: 1px 1px 3px 0px #aaaaaa;
  box-shadow: 1px 1px 3px 0px #aaaaaa;
  background: url('/images/twotone.png') repeat-x scroll 50% 50% #ef8935;
  display: inline-block;
  height: 34px;
  color: white;
  text-align: center;
  font-size: 23px;
  padding: 6px 25px 0px 25px;
  cursor: pointer;
}
.button-large:hover {
  background-color: #ed9344;
}
.button-large-clicked {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -khtml-border-top-left-radius: 10px;
  -moz-box-shadow: 1px 1px 3px 0px #aaaaaa;
  -webkit-box-shadow: 1px 1px 3px 0px #aaaaaa;
  box-shadow: 1px 1px 3px 0px #aaaaaa;
  background: url('/images/twotone-light.png') repeat-x scroll 50% 50% #ead8c9;
  display: inline-block;
  height: 34px;
  color: white;
  text-align: center;
  font-size: 23px;
  padding: 6px 25px 0px 25px;
  cursor: pointer;
}
.button-large-clicked:hover {
  background-color: #ead8c9;
}
/*================================================================================
 outline-box-welcome
 - Used for dialogs as well as the outline box on the main system.
 - has a fall back for legacy mode (run std.legacy on items to get it
  ================================================================================*/
.outline-box-welcome {
  -moz-box-shadow: 0px 1px 3px 0px #bbbbbb;
  -webkit-box-shadow: 0px 1px 3px 0px #bbbbbb;
  box-shadow: 0px 1px 3px 0px #bbbbbb;
  position: relative;
  background-color: #fdf6fd;
  border: 1px SOLID #9a989b;
  border-radius: 0 18px 18px 18px;
  -webkit-border-radius: 0 18px 18px 18px;
  -moz-border-radius: 0 18px 18px 18px;
  -khtml-border-top-left-radius: 0 18px 18px 18px;
  margin-top: 10px;
  padding: 15px 18px;
}
.outline-box-welcome:hover {
  -moz-box-shadow: 0px 0px 2px 2px #9aa45b;
  -webkit-box-shadow: 0px 0px 2px 2px #9aa45b;
  box-shadow: 0px 0px 2px 2px #9aa45b;
}
.outline-box-welcome .bullet {
  position: relative;
  padding-left: 16px;
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
}
.outline-box-welcome .bullet .star {
  position: absolute;
  top: 4px;
  left: 0px;
  background: url('/images/icons.png') no-repeat -264px 0px;
  width: 10px;
  height: 10px;
}
.legacy.outline-box-welcome {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -khtml-border-top-left-radius: 0px;
  position: relative;
  -moz-box-shadow: 0 0 0 0 transparent;
  -webkit-box-shadow: 0 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent;
  border: 1px SOLID transparent;
  background-color: transparent;
  padding: 26px;
}
.legacy.outline-box-welcome .content {
  z-index: 1;
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 15px 18px;
}
.legacy.outline-box-welcome .mid {
  position: relative;
  background-color: #fdf6fd;
  width: 100%;
  height: 100%;
}
.legacy.outline-box-welcome .mid .left {
  position: absolute;
  left: -32px;
  top: 0px;
  height: 100%;
  width: 32px;
  background: url('/images/index/outline-welcome-h.png') repeat-y 0px 0px transparent;
}
.legacy.outline-box-welcome .mid .right {
  position: absolute;
  right: -32px;
  top: 0px;
  height: 100%;
  width: 32px;
  background: url('/images/index/outline-welcome-h.png') repeat-y -8px 0px transparent;
}
.legacy.outline-box-welcome .top {
  position: absolute;
  width: 100%;
  height: 32px;
  top: -32px;
  background: url('/images/index/outline-welcome-v.png') repeat-x 0px 0px transparent;
}
.legacy.outline-box-welcome .top .left {
  position: absolute;
  left: -32px;
  top: 0px;
  height: 32px;
  width: 32px;
  background: url('/images/index/outline-welcome.png') no-repeat 0px 0px transparent;
}
.legacy.outline-box-welcome .top .right {
  position: absolute;
  right: -32px;
  top: 0px;
  height: 32px;
  width: 32px;
  background: url('/images/index/outline-welcome.png') no-repeat -32px 0px transparent;
}
.legacy.outline-box-welcome .bottom {
  position: absolute;
  width: 100%;
  height: 32px;
  bottom: -32px;
  background: url('/images/index/outline-welcome-v.png') repeat-x 0px -8px transparent;
}
.legacy.outline-box-welcome .bottom .left {
  position: absolute;
  left: -32px;
  top: 0px;
  height: 32px;
  width: 32px;
  background: url('/images/index/outline-welcome.png') no-repeat 0px -32px transparent;
}
.legacy.outline-box-welcome .bottom .right {
  position: absolute;
  right: -32px;
  top: 0px;
  height: 32px;
  width: 32px;
  background: url('/images/index/outline-welcome.png') no-repeat -32px -32px transparent;
}
.legacy.outline-box-welcome:hover .mid .left {
  background-position: -40px 0px;
}
.legacy.outline-box-welcome:hover .mid .right {
  background-position: -48px 0px;
}
.legacy.outline-box-welcome:hover .top {
  background-position: 0px -40px;
}
.legacy.outline-box-welcome:hover .top .left {
  background-position: -64px 0px;
}
.legacy.outline-box-welcome:hover .top .right {
  background-position: -96px 0px;
}
.legacy.outline-box-welcome:hover .bottom {
  background-position: 0px -48px;
}
.legacy.outline-box-welcome:hover .bottom .left {
  background-position: -64px -32px;
}
.legacy.outline-box-welcome:hover .bottom .right {
  background-position: -96px -32px;
}
/*
 * Info Box
 */
.info-box {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -khtml-border-top-left-radius: 10px;
  background-color: #eee;
  padding: 16px;
  border: 1px SOLID #ccc;
}
/* 
 * Outline Box
 */
.outline-box,
.outline-box-basic {
  position: relative;
  background-color: white;
  border: 1px SOLID #9a989b;
  border-radius: 0 10px 10px 10px;
  -webkit-border-radius: 0 10px 10px 10px;
  -moz-border-radius: 0 10px 10px 10px;
  -khtml-border-top-left-radius: 0 10px 10px 10px;
  padding: 15px 18px;
}
.outline-box {
  margin-top: 10px;
}
.outline-box .bullet {
  position: relative;
  /*padding-left: 16px;*/
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  /*
    .star { 
      position: absolute; 
      top: 6px;
      left: 0px;
      .f_iconbk( 264px,9px,8px,9px );
    }
    */
}
.outline-box .error-box {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -khtml-border-top-left-radius: 8px;
  border: 2px SOLID #f00;
  padding: 10px;
}
.outline-box .expand {
  display: inline-block;
  background: url('/images/icons.png') no-repeat -83px -86px;
  width: 10px;
  height: 10px;
  margin-left: 5px;
}
.outline-box .opened {
  color: #879d3b;
}
.outline-box .opened .expand {
  background: url('/images/icons.png') no-repeat -99px -86px;
  width: 10px;
  height: 10px;
}
.outline-box .sub {
  font-size: 14px;
  color: #879d3b;
}
.outline-box .sub span {
  padding: 0px 2px 0px 2px;
}
/*================================================================================
  .stdpage
  - Layout under the std page...
  ================================================================================*/
.stdmain {
  width: 936px;
}
.stdpage .title h1 {
  font-size: 30px;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 0px;
  margin-top: 16px;
  margin-bottom: 14px;
}
.stdpage .info-box {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -khtml-border-top-left-radius: 10px;
  margin: 10px;
  border: 1px SOLID #888;
  padding: 10px;
}
.stdpage .header {
  background: url('/images/header2.png') repeat-x 0 0;
  position: relative;
  white-space: nowrap;
  color: white;
  font-size: 16px;
  line-height: 16px;
  height: 28px;
  padding: 10px 0 0 20px;
  margin: 0 8px;
}
.stdpage .header .b-left {
  width: 8px;
  height: 38px;
  position: absolute;
  top: 0px;
  left: -8px;
  background: url('/images/header2.png') repeat-x 0 -38px;
}
.stdpage .header .b-right {
  width: 8px;
  height: 38px;
  position: absolute;
  top: 0px;
  right: -8px;
  background: url('/images/header2.png') repeat-x 0 -76px;
}
.stdpage .header .larger {
  position: relative;
  top: -2px;
  font-size: 18px;
  line-height: 18px;
}
.stdpage .header .small {
  position: relative;
  top: 3px;
  font-size: 12px;
  line-height: 12px;
}
.stdpage .header a {
  font-size: 12px;
}
.stdpage .header a,
.stdpage .header a:visited,
.stdpage .header a:active {
  color: white;
  text-decoration: none;
}
.stdpage .header a:hover {
  color: #000;
  text-decoration: underline;
}
.stdpage .header-sm {
  background: url('/images/header2.png') repeat-x 0 -114px #879d3c;
  position: relative;
  color: white;
  font-size: 15px;
  line-height: 30px;
  height: 31px;
  margin: 0 8px;
  padding: 0px 0 0 20px;
}
.stdpage .header-sm .small {
  position: relative;
  top: 3px;
  font-size: 12px;
  line-height: 12px;
}
.stdpage .header-sm .b-left {
  width: 8px;
  height: 31px;
  position: absolute;
  top: 0px;
  left: -8px;
  background: url('/images/header2.png') repeat-x 0 -145px;
}
.stdpage .header-sm .b-right {
  width: 8px;
  height: 31px;
  position: absolute;
  top: 0px;
  right: -8px;
  background: url('/images/header2.png') repeat-x 0 -176px;
}
.stdpage .header.selectable:hover,
.stdpage .header-sm.selectable:hover {
  color: yellow;
}
.stdpage h2 {
  padding: 0px;
  margin: 0px;
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
}
.stdpage .longform {
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
}
.stdpage .longform h1 {
  line-height: 20px;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  margin: 0px;
}
.stdpage .header-text-light {
  font-family: Arial, Helvetica, sans-serif;
  color: #e7ebd8;
  font-size: 13px;
}
.stdpage .form-box {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -khtml-border-top-left-radius: 6px;
  -moz-box-shadow: 0px 0px 7px 0px #879d3c;
  -webkit-box-shadow: 0px 0px 7px 0px #879d3c;
  box-shadow: 0px 0px 7px 0px #879d3c;
  padding: 10px 12px 10px 12px;
  font-family: Arial, Helvetica, sans-serif;
}
/* Widget css */
.progressbar-std {
  position: relative;
  width: 182px;
}
.progressbar-std .bar-area {
  margin-top: 1px;
  position: relative;
  background: url('/images/progressbar/green.png') repeat-x 0 0 transparent;
  width: 148px;
  height: 14px;
}
.progressbar-std .overlay {
  position: absolute;
  width: 148px;
  height: 14px;
  top: 0px;
  left: 0px;
  background: url('/images/progressbar/overlay.png') no-repeat 0 0 transparent;
}
.progressbar-std .done {
  position: absolute;
  width: 0px;
  height: 14px;
  background: url('/images/progressbar/purple.png') repeat-x 0 0 transparent;
}
.progressbar-std .percent {
  padding: 0;
  margin: 0;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 30px;
  font-size: 10px;
}
.pd-close-icon {
  background: url('/images/icons.png') no-repeat -228px -24px;
  width: 34px;
  height: 34px;
  position: absolute;
  top: -16px;
  right: -17px;
  z-index: 10;
}
.p-dialog {
  position: fixed;
  text-align: centered;
  width: 936px;
  height: 0px;
  z-index: 8000;
  margin: 0 auto;
}
.p-dialog.pd-basic .p-dialog-content {
  position: relative;
  margin: 0 auto;
}
.p-dialog.pd-general .p-dialog-content {
  position: relative;
  top: 0px;
  margin: 0 auto;
  padding: 16px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -khtml-border-top-left-radius: 8px;
  background-color: #f4eef2;
}
.p-dialog.pd-error .p-dialog-content {
  position: relative;
  margin: 0 auto;
  padding: 16px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -khtml-border-top-left-radius: 8px;
  background-color: #f4eef2;
  border: 1px SOLID #ff0000;
  -moz-box-shadow: 0 0 3px 3px #ff5555;
  -webkit-box-shadow: 0 0 3px 3px #ff5555;
  box-shadow: 0 0 3px 3px #ff5555;
}
.p-dialog.pd-portfolio {
  top: 60px;
  position: absolute;
}
.p-dialog.pd-portfolio .p-dialog-content {
  position: relative;
  margin: 0 auto;
}
.p-dialog.pd-portfolio .pd-close-icon {
  top: 18px;
  right: -15px;
  z-index: 100;
}
/*
 SUPERFISH
 */
/*** ESSENTIAL STYLES ***/
.sf-menu,
.sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sf-menu {
  line-height: 1.0;
}
.sf-menu ul {
  position: absolute;
  top: -999em;
  width: 10em;
  /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
  width: 100%;
}
.sf-menu li:hover {
  visibility: inherit;
  /* fixes IE7 'sticky bug' */
}
.sf-menu li {
  float: left;
  position: relative;
}
.sf-menu a {
  display: block;
  position: relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
  left: 0;
  top: 25px;
  /* match top ul list item height */
  z-index: 99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
  top: -999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
  left: 10em;
  /* match ul width */
  top: 0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
  top: -999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
  left: 10em;
  /* match ul width */
  top: 0;
}
/*** DEMO SKIN ***/
.sf-menu {
  float: left;
}
.sf-menu a {
  border-right: 1px solid #b5c476;
  line-height: 16px;
  text-align: center;
  padding: 5px 5px 6px 5px;
  text-decoration: none;
  font-weight: normal;
}
.sf-menu a,
.sf-menu a:visited {
  /* visited pseudo selector so IE6 applies text colour*/
  color: #e7ebd8;
}
.sf-menu li {
  background: #879d3c;
  text-align: center;
}
.sf-menu li li {
  background: #879d3c;
  text-align: left;
  border-top: 1px SOLID #b5c476;
}
.sf-menu li li li {
  background: #879d3c;
  text-align: left;
}
.sf-menu li:hover,
.sf-menu li.sfHover,
.sf-menu a:focus,
.sf-menu a:hover,
.sf-menu a:active {
  color: #ffffff;
  outline: 0;
}
.sf-menu li:hover {
  background-color: #c4d38d;
}
.sf-menu .current {
  background: #758833;
}
/*** arrows **/
.sf-menu a.sf-with-ul {
  min-width: 1px;
  /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
  position: absolute;
  display: block;
  right: .75em;
  top: 1.05em;
  /* IE6 only */
  width: 10px;
  height: 10px;
  text-indent: -999em;
  overflow: hidden;
}
a > .sf-sub-indicator {
  /* give all except IE6 the correct values */
  top: 7px;
  background-position: 0 -100px;
  /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
  background-position: -10px -100px;
  /* arrow hovers for modern browsers*/
}
/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator {
  background: url('../images/arrows-ffffff.png') no-repeat -10px 0px;
  /* 8-bit indexed alpha png. IE6 gets solid image only */
}
.sf-menu ul a > .sf-sub-indicator {
  background: url('../images/arrows-ffffff.png') no-repeat 0px 0px;
  /* 8-bit indexed alpha png. IE6 gets solid image only */
}
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
  background: url('../images/arrows-ffffff.png') no-repeat -10px 0;
  /* 8-bit indexed alpha png. IE6 gets solid image only */
}
/*** shadows for all but IE6 ***/
.sf-shadow ul {
  /*
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
  */
}
.sf-shadow ul.sf-shadow-off {
  background: transparent;
}
/*==================================================================================*/
/* Special for the header menu */
/*==================================================================================*/
#header-menu .sf-menu {
  -moz-box-shadow: 0px 3px 4px 0px #c5c1c5;
  -webkit-box-shadow: 0px 3px 4px 0px #c5c1c5;
  box-shadow: 0px 3px 4px 0px #c5c1c5;
}
#header-menu .sf-menu a,
#header-menu .sf-menu a:visited {
  -moz-opacity: 0.4;
  filter: alpha(opacity=40);
  opacity: 0.4;
}
#header-menu .sf-menu .main-menu-enabled a,
#header-menu .sf-menu .main-menu-enabled a:visited {
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  opacity: 1;
}
#header-menu .sf-menu li:hover,
#header-menu .sf-menu li.sfHover,
#header-menu .sf-menu a:focus,
#header-menu .sf-menu a:hover,
#header-menu .sf-menu a:active {
  color: #e7ebd8;
}
#header-menu .sf-menu li:hover {
  background-color: #879d3c;
}
#header-menu .sf-menu li.main-menu-enabled:hover,
#header-menu .sf-menu li.main-menu-enabled.sfHover,
#header-menu .sf-menu .main-menu-enabled a:focus,
#header-menu .sf-menu .main-menu-enabled a:hover,
#header-menu .sf-menu .main-menu-enabled a:active {
  color: #ffffff;
}
#header-menu .sf-menu li.main-menu-enabled:hover {
  background-color: #c4d38d;
}
/*==================================================================================*/
/* Special for the side menu */
/*==================================================================================*/
.usermenu .sf-menu,
.sm-menu .sf-menu {
  float: left;
  text-align: right;
}
.usermenu .sf-menu a,
.sm-menu .sf-menu a {
  line-height: 12px;
  text-align: right;
  text-decoration: none;
  font-weight: normal;
  font-size: 12px;
  border-right: 0px;
}
.usermenu .sf-menu a,
.sm-menu .sf-menu a,
.usermenu .sf-menu a:visited,
.sm-menu .sf-menu a:visited {
  /* visited pseudo selector so IE6 applies text colour*/
  color: #dddddd;
  text-decoration: none;
  text-align: right;
}
.usermenu .sf-menu li li a,
.sm-menu .sf-menu li li a,
.usermenu .sf-menu li li a:visited,
.sm-menu .sf-menu li li a:visited {
  /* visited pseudo selector so IE6 applies text colour*/
  color: #879d3b;
  text-decoration: none;
  text-align: right;
}
.usermenu .sf-menu li li a.disabled,
.sm-menu .sf-menu li li a.disabled,
.usermenu .sf-menu li li a:visited.disabled,
.sm-menu .sf-menu li li a:visited.disabled {
  color: #888888;
}
.usermenu .sf-menu li,
.sm-menu .sf-menu li {
  background: transparent;
  text-align: right;
}
.usermenu .sf-menu li:hover ul,
.sm-menu .sf-menu li:hover ul,
.usermenu .sf-menu li.sfHover ul,
.sm-menu .sf-menu li.sfHover ul {
  position: absolute;
  top: 17px;
  /* match top ul list item height */
  z-index: 99;
}
.usermenu .sf-menu li li a,
.sm-menu .sf-menu li li a,
.usermenu .sf-menu li li a:visited,
.sm-menu .sf-menu li li a:visited {
  text-align: left;
}
.usermenu .sf-menu li li,
.sm-menu .sf-menu li li {
  background: white;
  text-align: left;
  border: 0px SOLID #fff;
  border-left: 1px SOLID #888;
  border-right: 1px SOLID #888;
}
.usermenu .sf-menu li li li,
.sm-menu .sf-menu li li li {
  background: #879d3c;
  text-align: left;
}
.usermenu .sf-menu li:hover,
.sm-menu .sf-menu li:hover,
.usermenu .sf-menu li.sfHover,
.sm-menu .sf-menu li.sfHover,
.usermenu .sf-menu a:focus,
.sm-menu .sf-menu a:focus,
.usermenu .sf-menu a:hover,
.sm-menu .sf-menu a:hover,
.usermenu .sf-menu a:active,
.sm-menu .sf-menu a:active {
  color: #879d3b;
  outline: 0;
}
.usermenu .sf-menu li:hover .icon-downarrow-white,
.sm-menu .sf-menu li:hover .icon-downarrow-white,
.usermenu .sf-menu li.sfHover .icon-downarrow-white,
.sm-menu .sf-menu li.sfHover .icon-downarrow-white,
.usermenu .sf-menu a:focus .icon-downarrow-white,
.sm-menu .sf-menu a:focus .icon-downarrow-white,
.usermenu .sf-menu a:hover .icon-downarrow-white,
.sm-menu .sf-menu a:hover .icon-downarrow-white,
.usermenu .sf-menu a:active .icon-downarrow-white,
.sm-menu .sf-menu a:active .icon-downarrow-white {
  background: url('/images/icons.png') no-repeat -148px -86px;
  width: 9px;
  height: 6px;
}
.usermenu .sf-menu li:hover.disabled,
.sm-menu .sf-menu li:hover.disabled,
.usermenu .sf-menu li.sfHover.disabled,
.sm-menu .sf-menu li.sfHover.disabled,
.usermenu .sf-menu a:focus.disabled,
.sm-menu .sf-menu a:focus.disabled,
.usermenu .sf-menu a:hover.disabled,
.sm-menu .sf-menu a:hover.disabled,
.usermenu .sf-menu a:active.disabled,
.sm-menu .sf-menu a:active.disabled {
  color: #888888;
}
.usermenu .sf-menu li:hover,
.sm-menu .sf-menu li:hover {
  background-color: transparent;
}
.usermenu .sf-menu li li:hover,
.sm-menu .sf-menu li li:hover {
  background-color: #fff;
}
.usermenu .sf-menu li li a:hover,
.sm-menu .sf-menu li li a:hover {
  color: #b226e7;
  text-decoration: underline;
  background-color: #fff;
}
.usermenu .sf-menu li li a:hover.disabled,
.sm-menu .sf-menu li li a:hover.disabled {
  color: #888888;
  text-decoration: none;
  cursor: default;
}
.usermenu .sf-sub-indicator,
.sm-menu .sf-sub-indicator {
  display: none;
}
.usermenu .sf-menu li ul,
.sm-menu .sf-menu li ul {
  border: 1px SOLID #000;
}
.usermenu .sf-menu li li,
.sm-menu .sf-menu li li {
  border-left: 0;
  border-right: 0;
}
.sm-menu .sf-menu li ul {
  border: 1px SOLID #000;
}
.sm-menu .sf-menu li li {
  border-left: 0;
  border-right: 0;
}
#pside-catagories li {
  line-height: 24px;
}
#pside-catagories a,
#pside-catagories a:visited,
#pside-catagories a:active {
  text-decoration: none;
  font-weight: bold;
  color: #570C6F;
}
#pside-catagories a:hover,
#pside-catagories a:visited:hover,
#pside-catagories a:active:hover {
  color: #AA79BB;
}
/* 
 * TipTip
 */
/* TipTip CSS - Version 1.2 */
#tiptip_holder {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
}
#tiptip_holder.tip_top {
  padding-bottom: 5px;
}
#tiptip_holder.tip_bottom {
  padding-top: 5px;
}
#tiptip_holder.tip_right {
  padding-left: 5px;
}
#tiptip_holder.tip_left {
  padding-right: 5px;
}
#tiptip_content {
  font-size: 11px;
  color: #fff;
  text-shadow: 0 0 2px #000;
  padding: 4px 8px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background-color: #191919;
  background-color: rgba(25, 25, 25, 0.92);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000000));
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  box-shadow: 0 0 3px #555;
  -webkit-box-shadow: 0 0 3px #555;
  -moz-box-shadow: 0 0 3px #555;
}
#tiptip_arrow,
#tiptip_arrow_inner {
  position: absolute;
  border-color: transparent;
  border-style: solid;
  border-width: 6px;
  height: 0;
  width: 0;
}
#tiptip_holder.tip_top #tiptip_arrow {
  border-top-color: #fff;
  border-top-color: rgba(255, 255, 255, 0.35);
}
#tiptip_holder.tip_bottom #tiptip_arrow {
  border-bottom-color: #fff;
  border-bottom-color: rgba(255, 255, 255, 0.35);
}
#tiptip_holder.tip_right #tiptip_arrow {
  border-right-color: #fff;
  border-right-color: rgba(255, 255, 255, 0.35);
}
#tiptip_holder.tip_left #tiptip_arrow {
  border-left-color: #fff;
  border-left-color: rgba(255, 255, 255, 0.35);
}
#tiptip_holder.tip_top #tiptip_arrow_inner {
  margin-top: -7px;
  margin-left: -6px;
  border-top-color: #191919;
  border-top-color: rgba(25, 25, 25, 0.92);
}
#tiptip_holder.tip_bottom #tiptip_arrow_inner {
  margin-top: -5px;
  margin-left: -6px;
  border-bottom-color: #191919;
  border-bottom-color: rgba(25, 25, 25, 0.92);
}
#tiptip_holder.tip_right #tiptip_arrow_inner {
  margin-top: -6px;
  margin-left: -5px;
  border-right-color: #191919;
  border-right-color: rgba(25, 25, 25, 0.92);
}
#tiptip_holder.tip_left #tiptip_arrow_inner {
  margin-top: -6px;
  margin-left: -7px;
  border-left-color: #191919;
  border-left-color: rgba(25, 25, 25, 0.92);
}
/* Webkit Hacks  */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  #tiptip_content {
    padding: 4px 8px 5px 8px;
    background-color: rgba(45, 45, 45, 0.88);
  }
  #tiptip_holder.tip_bottom #tiptip_arrow_inner {
    border-bottom-color: rgba(45, 45, 45, 0.88);
  }
  #tiptip_holder.tip_top #tiptip_arrow_inner {
    border-top-color: rgba(20, 20, 20, 0.92);
  }
}
/*
 * File Uploader
 */
.std-file-upload .uf {
  position: relative;
  width: 400px;
  height: 50px;
  overflow: hidden;
}
.std-file-upload .uf .main {
  position: absolute;
  margin: auto auto;
  width: 396px;
  height: 46px;
  border: 2px DASHED #d8dce5;
  vertical-align: middle;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.std-file-upload .uf .main table {
  width: 100%;
  height: 100%;
}
.std-file-upload .uf .nohover {
  background-color: #f3f4f8;
  color: #9595ad;
}
.std-file-upload .uf .hover {
  background-color: #EBEEF5;
  color: #8897BD;
}
.std-file-upload .uf input {
  font: 500px monospace;
  /* make the input's button HUGE */
  opacity: 0;
  /* this will make it transparent */
  filter: alpha(opacity=0);
  /* transparency for Internet Explorer */
  position: absolute;
  /* making it absolute with z-index:1 will place it on top of the button */
  z-index: 1;
  top: 0;
  right: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
.std-file-upload .uploading {
  margin-top: 5px;
  position: relative;
  width: 400px;
}
.std-file-upload .uploading .filename {
  max-width: 100px;
  float: left;
}
.std-file-upload .uploading .buttons {
  position: absolute;
  right: 0px;
  top: 0px;
}
.std-file-upload .uploading .bar,
.std-file-upload .uploading .progress {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -khtml-border-top-left-radius: 10px;
  width: 100px;
  border: 0px;
  height: 10px;
}
.std-file-upload .uploading .bar {
  margin-top: 5px;
  margin-right: 5px;
  position: relative;
  float: right;
  background-color: #ccc;
}
.std-file-upload .uploading .progress {
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #3c3;
}
.std-file-upload .uploading .finished {
  position: absolute;
  right: 0px;
  top: 0px;
}
/*
 * Scrollbar
 */
/* basic scrollbar styling */
/* vertical scrollbar */
.mCSB_container {
  width: auto;
  margin-right: 16px;
  overflow: hidden;
}
.mCSB_container.mCS_no_scrollbar {
  margin-right: 0;
}
.mCustomScrollBox .mCSB_scrollTools {
  width: 16px;
  height: 100%;
  top: 0;
  right: 0;
}
.mCSB_scrollTools .mCSB_draggerContainer {
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mCSB_scrollTools .mCSB_buttonUp + .mCSB_draggerContainer {
  padding-bottom: 40px;
}
.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 30px;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 10px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
}
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  height: 20px;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}
.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0;
  margin-top: -40px;
}
/* horizontal scrollbar */
.mCSB_horizontal .mCSB_container {
  height: auto;
  margin-right: 0;
  margin-bottom: 30px;
  overflow: hidden;
}
.mCSB_horizontal .mCSB_container.mCS_no_scrollbar {
  margin-bottom: 0;
}
.mCSB_horizontal.mCustomScrollBox .mCSB_scrollTools {
  width: 100%;
  height: 16px;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.mCSB_horizontal .mCSB_scrollTools .mCSB_draggerContainer {
  height: 100%;
  width: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.mCSB_horizontal .mCSB_scrollTools .mCSB_buttonLeft + .mCSB_draggerContainer {
  padding-bottom: 0;
  padding-right: 20px;
}
.mCSB_horizontal .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.mCSB_horizontal .mCSB_scrollTools .mCSB_dragger {
  width: 30px;
  height: 100%;
}
.mCSB_horizontal .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 10px;
  margin: 3px auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.mCSB_horizontal .mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_horizontal .mCSB_scrollTools .mCSB_buttonRight {
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
  float: left;
}
.mCSB_horizontal .mCSB_scrollTools .mCSB_buttonRight {
  right: 0;
  bottom: auto;
  margin-left: -40px;
  margin-top: -16px;
  float: right;
}
/* default scrollbar colors and backgrounds */
.mCustomScrollBox .mCSB_scrollTools {
  opacity: 0.75;
}
.mCustomScrollBox:hover .mCSB_scrollTools {
  opacity: 1;
}
.mCSB_scrollTools .mCSB_draggerRail {
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
  /* old ie */
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #fff;
  /* rgba fallback */
  background: rgba(255, 255, 255, 0.75);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
  /* old ie */
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.85);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)";
  /* old ie */
}
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.9);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
  /* old ie */
}
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  background-image: url(mCSB_buttons.png);
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
  /* old ie */
}
.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
  /* 
	sprites locations are 0 0/-16px 0/-32px 0/-48px 0 (light) and -80px 0/-96px 0/-112px 0/-128px 0 (dark) 
	*/
}
.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
  /* 
	sprites locations are 0 -20px/-16px -20px/-32px -20px/-48px -20px (light) and -80px -20px/-96px -20px/-112px -20px/-128px -20px (dark) 
	*/
}
.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
  /* 
	sprites locations are 0 -40px/-20px -40px/-40px -40px/-60px -40px (light) and -80px -40px/-100px -40px/-120px -40px/-140px -40px (dark) 
	*/
}
.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
  /* 
	sprites locations are 0 -56px/-20px -56px/-40px -56px/-60px -56px (light) and -80px -56px/-100px -56px/-120px -56px/-140px -56px (dark) 
	*/
}
.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
  /* old ie */
}
.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
  opacity: 0.9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
  /* old ie */
}
/*=======================================================*/
.mCSB_horizontal .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #bbb;
  -moz-opacity: 0.85;
  filter: alpha(opacity=85);
  opacity: 0.85;
}
.mCSB_horizontal .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #bbb;
  -moz-opacity: 0.95;
  filter: alpha(opacity=95);
  opacity: 0.95;
}
/**
 * Inline Labels
 */
/* user-defined settings */
label.inline.supported {
  color: #999;
}
label.inline.supported.focus {
  color: #ccc;
}
/* don't change any of this! */
label.inline.supported {
  position: absolute !important;
  cursor: text !important;
  visibility: hidden !important;
  overflow: hidden !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
}
label.inline.supported.empty {
  visibility: visible !important;
}
#jade-generation-error {
  background: white;
  border: 0px SOLID black;
  padding: 10px;
  max-height: 600px;
  min-width: 600px;
  max-width: 900px;
  overflow: auto;
  -moz-box-shadow: 0px 0px 8px 2px #ff8888;
  -webkit-box-shadow: 0px 0px 8px 2px #ff8888;
  box-shadow: 0px 0px 8px 2px #ff8888;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -khtml-border-top-left-radius: 8px;
}
/* ===========
 * List Styles
 * =========== */
ul.dot-list {
  font-size: 14px;
  line-height: 18px;
  font-weight: normal;
  list-style-type: none;
  list-style-image: url(/images/yellow-dot.png);
  padding-left: 15px;
}
ul.dot-list li {
  padding-bottom: 16px;
}
/* =========== */
/* Standard width sizes */
.w-75 {
  width: 75px;
}
.w-80 {
  width: 80px;
}
.w-100 {
  width: 100px;
}
.w-150 {
  width: 150px;
}
.w-300 {
  width: 300px;
}
.fs-16 {
  font-size: 16px;
}
/* ==============
 * Column Layouts
 * ============== */
.c1-general {
  position: relative;
  width: 936px;
  margin: 0 0;
}
.c2-even {
  position: relative;
  width: 928px;
  top: 0px;
  margin: 0 auto;
}
.c2-even .column-1 {
  width: 454px;
}
.c2-even .column-2 {
  width: 454px;
  position: absolute;
  right: 0px;
  top: 0px;
}
.c2-table-even {
  position: relative;
  width: 928px;
  top: 0px;
  margin: 0 auto;
}
.c2-table-even .column {
  width: 454px;
  vertical-align: top;
}
.c2-table-even .c-center {
  width: 18px;
}
.c2-large-left {
  position: relative;
  width: 936px;
  top: 0px;
  margin: 0 0;
}
.c2-large-left .column-1 {
  width: 612px;
  margin-left: 0px;
}
.c2-large-left .column-2 {
  width: 306px;
  position: absolute;
  top: 0px;
  right: 0px;
}
.c2-large-right {
  position: relative;
  width: 936px;
  top: 0px;
  margin: 0 0;
}
.c2-large-right .column-1 {
  width: 306px;
  position: absolute;
  top: 0px;
  left: 0px;
}
.c2-large-right .column-2 {
  width: 612px;
  margin-left: 324px;
}
.c2-table-large-right {
  position: relative;
  width: 936px;
  margin: 0 0;
}
.c2-table-large-right .column-1 {
  width: 306px;
  vertical-align: top;
}
.c2-table-large-right .column-2 {
  width: 612px;
  padding-left: 18px;
  vertical-align: top;
}
.c2-small-left {
  position: relative;
  width: 936px;
  top: 0px;
  margin: 0 0;
  margin-left: 0px;
}
.c2-small-left .column-1 {
  width: 196px;
  position: absolute;
  top: 0px;
  left: 0px;
}
.c2-small-left .column-2 {
  width: 722px;
  margin-left: 214px;
}
.c3-equal,
.c3-equal-x1 {
  position: relative;
  width: 936px;
  top: 0px;
  margin: 0 0;
}
.c3-equal .column-1,
.c3-equal-x1 .column-1 {
  width: 300px;
  position: absolute;
  top: 0px;
  left: 0px;
}
.c3-equal .column-2,
.c3-equal-x1 .column-2 {
  width: 300px;
  position: absolute;
  top: 0px;
  left: 318px;
}
.c3-equal .column-3,
.c3-equal-x1 .column-3 {
  width: 300px;
  margin-left: 636px;
}
.avatar-container {
  width: 208px;
  height: 263px;
  overflow: hidden;
  position: relative;
}
/*
 * Search Form
 *
.search-form {
  h1 {
    position: relative;
    font-style: normal;
    font-size: 18px;
    color: #000;
    font-weight: bold;
    line-height: 18px;
    padding-bottom: 6px;
  }     
  h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
  }
}


/* =============
 * Firefox Fixes
 * ============= */
.firefox .stdpage .header {
  height: 27px;
  padding: 11px 0 0 20px;
}
/* ================
 * Combo Box Widths 
 * ================ */
.selector-100 div.selector {
  width: 100px;
}
.selector-100 div.selector select {
  min-width: 100px;
}
.selector-100 div.selector span {
  width: 68px;
}
.selector-150 div.selector {
  width: 150px;
}
.selector-150 div.selector select {
  min-width: 150px;
}
.selector-150 div.selector span {
  width: 118px;
}
/* =========== */
/* Place this at the end */
input.placeholder,
textarea.placeholder {
  color: #999999;
  font-style: italic;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
  font-style: italic;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999;
  font-style: italic;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #999999;
  font-style: italic;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
  font-style: italic;
}
/*==========================================================================================
 * Footer
 */
#ticker {
  position: relative;
  margin: 0 auto;
  background-color: #f5eef6;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 21px;
}
#footer-outter {
  background-color: #000;
}
/*
#footer {
  position: relative;
  margin: 0 auto;
  background-color: #000;
  width: 962px;
  height: 78px;
  .logo {
    cursor: pointer;
    .f_iconbk( 0px,24px,181px,30px );
    .f_abs(11px,11px);      
  }
}
#bottomlinks {
  .f_right_abs( 16px, 24px );
  text-align: right;
  color: white;
  font-size: 12px;
  line-height: 12px;
  .sep {
    color: #aaa;
    padding: 0 11px;
  }
  .line {
    padding: 0 0 6px 0;
  }  
}
*/
#footer {
  background-color: #000000;
  padding-top: 10px;
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: auto;
}
.social_icons {
  margin-top: 10px;
  margin-right: 8px;
  margin-bottom: 5px;
  margin-left: 8px;
}
.social_links {
  width: 280px;
  text-align: center;
  margin: 0 auto;
}
.copyright {
  font-size: 9pt;
  font-weight: normal;
  color: #333333;
  white-space: nowrap;
}
.footer-white {
  font-size: 10pt;
  font-weight: normal;
  color: #cccccc;
}
a.footer-white:link {
  font-size: 10pt;
  font-weight: normal;
  color: #cccccc;
  padding-left: 15px;
  text-decoration: none;
}
a.footer-white:visited {
  font-size: 10pt;
  font-weight: normal;
  color: #cccccc;
  padding-left: 15px;
}
a.footer-white:hover {
  color: #b228e9;
}
a.footer-white:active {
  color: #b228e9;
}
.footer-grey {
  font-size: 10pt;
  font-weight: normal;
  color: #5d5b5e;
}
a.footer-grey:link {
  font-size: 10pt;
  font-weight: normal;
  color: #5d5b5e;
  padding-left: 15px;
  text-decoration: none;
}
a.footer-grey:visited {
  font-size: 10pt;
  font-weight: normal;
  color: #5d5b5e;
  padding-left: 15px;
}
a.footer-grey:hover {
  color: #b228e9;
}
a.footer-grey:active {
  color: #b228e9;
}
.footer-header {
  font-size: 12pt;
  font-weight: normal;
  color: #5d5b5e;
  white-space: nowrap;
}
a.footer-header:link {
  font-size: 12pt;
  font-weight: normal;
  color: #5d5b5e;
  padding-left: 15px;
  padding-right: 20px;
  text-decoration: none;
}
a.footer-header:visited {
  font-size: 12pt;
  font-weight: normal;
  color: #5d5b5e;
}
a.footer-header:hover {
  color: #ffaa16;
}
a.footer-header:active {
  color: #ffaa16;
}
#btm {
  margin-bottom: 20px;
  margin-top: 20px;
}
