

/**
 *
 * Stylesheet for: jquery: Chosen
 * 
 */


/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.1.0
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/

/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
.chosen-container a {
  cursor: pointer;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 23px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}
.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('/cms/lib/jquery/chosen/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('/cms/lib/jquery/chosen/chosen-sprite.png') no-repeat 0px 2px;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: white url('/cms/lib/jquery/chosen/chosen-sprite.png') no-repeat 100% -20px;
  background: url('/cms/lib/jquery/chosen/chosen-sprite.png') no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  -webkit-touch-callout: none;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}
.chosen-container .chosen-results li.no-results {
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 5px;
  height: 15px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #666;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-field .default {
  color: #999;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 0 3px 5px;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  border-radius: 3px;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('/cms/lib/jquery/chosen/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 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(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  box-shadow: 0 1px 0 #fff inset;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #111 !important;
}

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

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url('/cms/lib/jquery/chosen/chosen-sprite.png') no-repeat -30px -20px;
  background: url('/cms/lib/jquery/chosen/chosen-sprite.png') no-repeat -30px -20px;
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single 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) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url('/cms/lib/jquery/chosen/chosen-sprite@2x.png') !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */


/**
 *
 * Stylesheet for: Highslide
 * 
 */


/**
* @file: highslide.css 
* @version: 4.1.8
*/
.highslide-container div {
	font-family: Verdana, Helvetica;
	font-size: 10pt;
}
.highslide-container table {
	background: none;
}
.highslide {
	outline: none;
	text-decoration: none;
}
.highslide img {
	border: 2px solid silver;
}
.highslide:hover img {
	border-color: gray;
}
.highslide-active-anchor img {
	/* visibility: hidden; */
}
.highslide-gallery .highslide-active-anchor img {
	border-color: black;
	visibility: visible;
	cursor: default;
}
.highslide-image {
	border-width: 2px;
	border-style: solid;
	border-color: white;
	background: gray;
}
.highslide-wrapper, .highslide-outline {
	background: white;
}
.glossy-dark {
	background: #111;
}

.highslide-image-blur {
}
.highslide-number {
	font-weight: bold;
	color: gray;
	font-size: .9em;
}
.highslide-caption {
	display: none;
	font-size: 1em;
	padding: 5px;
	/*background: white;*/
}
.highslide-heading {
	display: none;
	font-weight: bold;
	margin: 0.4em;
}
.highslide-dimming {
	position: absolute;
	background: black;
}
a.highslide-full-expand {
   background: url(/cms/lib/highslide/graphics/fullexpand.gif) no-repeat;
   display: block;
   margin: 0 10px 10px 0;
   width: 34px;
   height: 34px;
}
.highslide-loading {
	display: block;
	color: black;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	border: 1px solid white;
	background-color: white;
	padding-left: 22px;
	background-image: url(/cms/lib/highslide/graphics/loader.white.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
	padding: 2px;
	color: silver;
	text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
	color: white;
	background-color: gray;
}
.highslide-move, .highslide-move * {
	cursor: move;
}

.highslide-viewport {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: none;
	left: 0;
	top: 0;
}
.highslide-overlay {
	display: none;
}
.hidden-container {
	display: none;
}
/* Example of a semitransparent, offset closebutton */
.closebutton {
	position: relative;
	top: -15px;
	left: 15px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: url(/cms/lib/highslide/graphics/close.png);
	/* NOTE! For IE6, you also need to update the highslide-ie6.css file. */
}

/*****************************************************************************/
/* Thumbnail boxes for the galleries.                                        */
/* Remove these if you are not using a gallery.                              */
/*****************************************************************************/
.highslide-gallery ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.highslide-gallery ul li {
	display: block;
	position: relative;
	float: left;
	width: 106px;
	height: 106px;
	border: 1px solid silver;
	background: #ededed;
	margin: 2px;
	line-height: 0;
	overflow: hidden;
}
.highslide-gallery ul a {
	position: absolute;
	top: 50%;
	left: 50%;
}
.highslide-gallery ul img {
 	position: relative;
	top: -50%;
	left: -50%;
}
html>/**/body .highslide-gallery ul li {
	display: table;
	text-align: center;
}
html>/**/body .highslide-gallery ul li {
	text-align: center;
}
html>/**/body .highslide-gallery ul a {
	position: static;
	display: table-cell;
	vertical-align: middle;
}
html>/**/body .highslide-gallery ul img {
	position: static;
}

/*****************************************************************************/
/* Controls for the galleries.											     */
/* Remove these if you are not using a gallery							     */
/*****************************************************************************/
.highslide-controls {
	width: 195px;
	height: 40px;
	background: url(/cms/lib/highslide/graphics/controlbar-white.gif) 0 -90px no-repeat;
	margin: 20px 15px 10px 0;
}
.highslide-controls ul {
	position: relative;
	left: 15px;
	height: 40px;
	list-style: none;
	margin: 0;
	padding: 0;
	background: url(/cms/lib/highslide/graphics/controlbar-white.gif) right -90px no-repeat;

}
.highslide-controls li {
	float: left;
	padding: 5px 0;
	margin:0;
	list-style: none;
}
.highslide-controls a {
	background-image: url(/cms/lib/highslide/graphics/controlbar-white.gif);
	display: block;
	float: left;
	height: 30px;
	width: 30px;
	outline: none;
}
.highslide-controls a.disabled {
	cursor: default;
}
.highslide-controls a.disabled span {
	cursor: default;
}
.highslide-controls a span {
	/* hide the text for these graphic buttons */
	display: none;
	cursor: pointer;
}


/* The CSS sprites for the controlbar - see http://www.google.com/search?q=css+sprites */
.highslide-controls .highslide-previous a {
	background-position: 0 0;
}
.highslide-controls .highslide-previous a:hover {
	background-position: 0 -30px;
}
.highslide-controls .highslide-previous a.disabled {
	background-position: 0 -60px !important;
}
.highslide-controls .highslide-play a {
	background-position: -30px 0;
}
.highslide-controls .highslide-play a:hover {
	background-position: -30px -30px;
}
.highslide-controls .highslide-play a.disabled {
	background-position: -30px -60px !important;
}
.highslide-controls .highslide-pause a {
	background-position: -60px 0;
}
.highslide-controls .highslide-pause a:hover {
	background-position: -60px -30px;
}
.highslide-controls .highslide-next a {
	background-position: -90px 0;
}
.highslide-controls .highslide-next a:hover {
	background-position: -90px -30px;
}
.highslide-controls .highslide-next a.disabled {
	background-position: -90px -60px !important;
}
.highslide-controls .highslide-move a {
	background-position: -120px 0;
}
.highslide-controls .highslide-move a:hover {
	background-position: -120px -30px;
}
.highslide-controls .highslide-full-expand a {
	background-position: -150px 0;
}
.highslide-controls .highslide-full-expand a:hover {
	background-position: -150px -30px;
}
.highslide-controls .highslide-full-expand a.disabled {
	background-position: -150px -60px !important;
}
.highslide-controls .highslide-close a {
	background-position: -180px 0;
}
.highslide-controls .highslide-close a:hover {
	background-position: -180px -30px;
}

/*****************************************************************************/
/* Styles for the HTML popups											     */
/* Remove these if you are not using Highslide HTML						     */
/*****************************************************************************/
.highslide-maincontent {
	display: none;
}
.highslide-html {
	background-color: white;
}
.highslide-html-content {
	display: none;
	width: 400px;
	padding: 0 5px 5px 5px;
}
.highslide-header {
	padding-bottom: 5px;
}
.highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-header ul li.highslide-previous, .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-header a:hover {
	color: black;
}
.highslide-header .highslide-move a {
	cursor: move;
}
.highslide-footer {
	height: 16px;
}
.highslide-footer .highslide-resize {
	display: block;
	float: right;
	margin-top: 5px;
	height: 11px;
	width: 11px;
	background: url(/cms/lib/highslide/graphics/resize.gif) no-repeat;
}
.highslide-footer .highslide-resize span {
	display: none;
}
.highslide-body {
}
.highslide-resize {
	cursor: nw-resize;
}

/*****************************************************************************/
/* Styles for the Individual wrapper class names.							 */
/* See www.highslide.com/ref/hs.wrapperClassName							 */
/* You can safely remove the class name themes you don't use				 */
/*****************************************************************************/

/* hs.wrapperClassName = 'draggable-header' */
.draggable-header .highslide-header {
	height: 18px;
	border-bottom: 1px solid #dddddd;
}
.draggable-header .highslide-heading {
	position: absolute;
	margin: 2px 0.4em;
}

.draggable-header .highslide-header .highslide-move {
	cursor: move;
	display: block;
	height: 16px;
	position: absolute;
	right: 24px;
	top: 0;
	width: 100%;
	z-index: 1;
}
.draggable-header .highslide-header .highslide-move * {
	display: none;
}
.draggable-header .highslide-header .highslide-close {
	position: absolute;
	right: 2px;
	top: 2px;
	z-index: 5;
	padding: 0;
}
.draggable-header .highslide-header .highslide-close a {
	display: block;
	height: 16px;
	width: 16px;
	background-image: url(/cms/lib/highslide/graphics/closeX.png);
}
.draggable-header .highslide-header .highslide-close a:hover {
	background-position: 0 16px;
}
.draggable-header .highslide-header .highslide-close span {
	display: none;
}
.draggable-header .highslide-maincontent {
	padding-top: 1em;
}

/* hs.wrapperClassName = 'titlebar' */
.titlebar .highslide-header {
	height: 18px;
	border-bottom: 1px solid #dddddd;
}
.titlebar .highslide-heading {
	position: absolute;
	width: 90%;
	margin: 1px 0 1px 5px;
	color: #666666;
}

.titlebar .highslide-header .highslide-move {
	cursor: move;
	display: block;
	height: 16px;
	position: absolute;
	right: 24px;
	top: 0;
	width: 100%;
	z-index: 1;
}
.titlebar .highslide-header .highslide-move * {
	display: none;
}
.titlebar .highslide-header li {
	position: relative;
	top: 3px;
	z-index: 2;
	padding: 0 0 0 1em;
}
.titlebar .highslide-maincontent {
	padding-top: 1em;
}

/* hs.wrapperClassName = 'no-footer' */
.no-footer .highslide-footer {
	display: none;
}

/* hs.wrapperClassName = 'wide-border' */
.wide-border {
	background: white;
}
.wide-border .highslide-image {
	border-width: 10px;
}
.wide-border .highslide-caption {
	padding: 0 10px 10px 10px;
}

/* hs.wrapperClassName = 'borderless' */
.borderless .highslide-image {
	border: none;
}
.borderless .highslide-caption {
	border-bottom: 1px solid white;
	border-top: 1px solid white;
	background: silver;
}

/* hs.wrapperClassName = 'outer-glow' */
.outer-glow {
	background: #444;
}
.outer-glow .highslide-image {
	border: 5px solid #444444;
}
.outer-glow .highslide-caption {
	border: 5px solid #444444;
	border-top: none;
	padding: 5px;
	background-color: gray;
}

/* hs.wrapperClassName = 'colored-border' */
.colored-border {
	background: white;
}
.colored-border .highslide-image {
	border: 2px solid green;
}
.colored-border .highslide-caption {
	border: 2px solid green;
	border-top: none;
}

/* hs.wrapperClassName = 'dark' */
.dark {
	background: #111;
}
.dark .highslide-image {
	border-color: black black #202020 black;
	background: gray;
}
.dark .highslide-caption {
	color: white;
	background: #111;
}
.dark .highslide-controls,
.dark .highslide-controls ul,
.dark .highslide-controls a {
	background-image: url(/cms/lib/highslide/graphics/controlbar-black-border.gif);
}

/* hs.wrapperClassName = 'floating-caption' */
.floating-caption .highslide-caption {
	position: absolute;
	padding: 1em 0 0 0;
	background: none;
	color: white;
	border: none;
	font-weight: bold;
}

/* hs.wrapperClassName = 'controls-in-heading' */
.controls-in-heading .highslide-heading {
	color: gray;
	font-weight: bold;
	height: 20px;
	overflow: hidden;
	cursor: default;
	padding: 0 0 0 22px;
	margin: 0;
	background: url(/cms/lib/highslide/graphics/icon.gif) no-repeat 0 1px;
}
.controls-in-heading .highslide-controls {
	width: 105px;
	height: 20px;
	position: relative;
	margin: 0;
	top: -23px;
	left: 7px;
	background: none;
}
.controls-in-heading .highslide-controls ul {
	position: static;
	height: 20px;
	background: none;
}
.controls-in-heading .highslide-controls li {
	padding: 0;
}
.controls-in-heading .highslide-controls a {
	background-image: url(/cms/lib/highslide/graphics/controlbar-white-small.gif);
	height: 20px;
	width: 20px;
}

.controls-in-heading .highslide-controls .highslide-move {
	display: none;
}

.controls-in-heading .highslide-controls .highslide-previous a {
	background-position: 0 0;
}
.controls-in-heading .highslide-controls .highslide-previous a:hover {
	background-position: 0 -20px;
}
.controls-in-heading .highslide-controls .highslide-previous a.disabled {
	background-position: 0 -40px !important;
}
.controls-in-heading .highslide-controls .highslide-play a {
	background-position: -20px 0;
}
.controls-in-heading .highslide-controls .highslide-play a:hover {
	background-position: -20px -20px;
}
.controls-in-heading .highslide-controls .highslide-play a.disabled {
	background-position: -20px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-pause a {
	background-position: -40px 0;
}
.controls-in-heading .highslide-controls .highslide-pause a:hover {
	background-position: -40px -20px;
}
.controls-in-heading .highslide-controls .highslide-next a {
	background-position: -60px 0;
}
.controls-in-heading .highslide-controls .highslide-next a:hover {
	background-position: -60px -20px;
}
.controls-in-heading .highslide-controls .highslide-next a.disabled {
	background-position: -60px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-full-expand a {
	background-position: -100px 0;
}
.controls-in-heading .highslide-controls .highslide-full-expand a:hover {
	background-position: -100px -20px;
}
.controls-in-heading .highslide-controls .highslide-full-expand a.disabled {
	background-position: -100px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-close a {
	background-position: -120px 0;
}
.controls-in-heading .highslide-controls .highslide-close a:hover {
	background-position: -120px -20px;
}

/*****************************************************************************/
/* Styles for text based controls.						                     */
/* You can safely remove this if you don't use text based controls			 */
/*****************************************************************************/

.text-controls .highslide-controls {
	width: auto;
	height: auto;
	margin: 0;
	text-align: center;
	background: none;
}
.text-controls ul {
	position: static;
	background: none;
	height: auto;
	left: 0;
}
.text-controls .highslide-move {
	display: none;
}
.text-controls li {
    background-image: url(/cms/lib/highslide/graphics/controlbar-text-buttons.png);
	background-position: right top !important;
	padding: 0;
	margin-left: 15px;
	display: block;
	width: auto;
}
.text-controls a {
    background: url(/cms/lib/highslide/graphics/controlbar-text-buttons.png) no-repeat;
    background-position: left top !important;
    position: relative;
    left: -10px;
	display: block;
	width: auto;
	height: auto;
	text-decoration: none !important;
}
.text-controls a span {
	background: url(/cms/lib/highslide/graphics/controlbar-text-buttons.png) no-repeat;
    margin: 1px 2px 1px 10px;
	display: block;
    min-width: 4em;
    height: 18px;
    line-height: 18px;
	padding: 1px 0 1px 18px;
    color: #333;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
}
.text-controls .highslide-next {
	margin-right: 1em;
}
.text-controls .highslide-full-expand a span {
	min-width: 0;
	margin: 1px 0;
	padding: 1px 0 1px 10px;
}
.text-controls .highslide-close a span {
	min-width: 0;
}
.text-controls a:hover span {
	color: black;
}
.text-controls a.disabled span {
	color: #999;
}

.text-controls .highslide-previous span {
	background-position: 0 -40px;
}
.text-controls .highslide-previous a.disabled {
	background-position: left top !important;
}
.text-controls .highslide-previous a.disabled span {
	background-position: 0 -140px;
}
.text-controls .highslide-play span {
	background-position: 0 -60px;
}
.text-controls .highslide-play a.disabled {
	background-position: left top !important;
}
.text-controls .highslide-play a.disabled span {
	background-position: 0 -160px;
}
.text-controls .highslide-pause span {
	background-position: 0 -80px;
}
.text-controls .highslide-next span {
	background-position: 0 -100px;
}
.text-controls .highslide-next a.disabled {
	background-position: left top !important;
}
.text-controls .highslide-next a.disabled span {
	background-position: 0 -200px;
}
.text-controls .highslide-full-expand span {
	background: none;
}
.text-controls .highslide-full-expand a.disabled {
	background-position: left top !important;
}
.text-controls .highslide-close span {
	background-position: 0 -120px;
}


/*****************************************************************************/
/* Styles for the thumbstrip.							                     */
/* See www.highslide.com/ref/hs.addSlideshow    							 */
/* You can safely remove this if you don't use a thumbstrip 				 */
/*****************************************************************************/

.highslide-thumbstrip {
	height: 100%;
}
.highslide-thumbstrip div {
	overflow: hidden;
}
.highslide-thumbstrip table {
	position: relative;
	padding: 0;
	border-collapse: collapse;
}
.highslide-thumbstrip td {
	padding: 1px;
	/*text-align: center;*/
}
.highslide-thumbstrip a {
	outline: none;
}
.highslide-thumbstrip img {
	display: block;
	border: 1px solid gray;
	margin: 0 auto;
}
.highslide-thumbstrip .highslide-active-anchor img {
	visibility: visible;
}
.highslide-thumbstrip .highslide-marker {
	position: absolute;
	width: 0;
	height: 0;
	border-width: 0;
	border-style: solid;
	border-color: transparent; /* change this to actual background color in highslide-ie6.css */
}
.highslide-thumbstrip-horizontal div {
	width: auto;
	/* width: 100% breaks in small strips in IE */
}
.highslide-thumbstrip-horizontal .highslide-scroll-up {
	display: none;
	position: absolute;
	top: 3px;
	left: 3px;
	width: 25px;
	height: 42px;
}
.highslide-thumbstrip-horizontal .highslide-scroll-up div {
	margin-bottom: 10px;
	cursor: pointer;
	background: url(/cms/lib/highslide/graphics/scrollarrows.png) left center no-repeat;
	height: 42px;
}
.highslide-thumbstrip-horizontal .highslide-scroll-down {
	display: none;
	position: absolute;
	top: 3px;
	right: 3px;
	width: 25px;
	height: 42px;
}
.highslide-thumbstrip-horizontal .highslide-scroll-down div {
	margin-bottom: 10px;
	cursor: pointer;
	background: url(/cms/lib/highslide/graphics/scrollarrows.png) center right no-repeat;
	height: 42px;
}
.highslide-thumbstrip-horizontal table {
	margin: 2px 0 10px 0;
}
.highslide-viewport .highslide-thumbstrip-horizontal table {
	margin-left: 10px;
}
.highslide-thumbstrip-horizontal img {
	width: auto;
	height: 40px;
}
.highslide-thumbstrip-horizontal .highslide-marker {
	top: 47px;
	border-left-width: 6px;
	border-right-width: 6px;
	border-bottom: 6px solid gray;
}
.highslide-viewport .highslide-thumbstrip-horizontal .highslide-marker {
	margin-left: 10px;
}
.dark .highslide-thumbstrip-horizontal .highslide-marker, .highslide-viewport .highslide-thumbstrip-horizontal .highslide-marker {
	border-bottom-color: white !important;
}

.highslide-thumbstrip-vertical-overlay {
	overflow: hidden !important;
}
.highslide-thumbstrip-vertical div {
	height: 100%;
}
.highslide-thumbstrip-vertical a {
	display: block;
}
.highslide-thumbstrip-vertical .highslide-scroll-up {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 25px;
}
.highslide-thumbstrip-vertical .highslide-scroll-up div {
	margin-left: 10px;
	cursor: pointer;
	background: url(/cms/lib/highslide/graphics/scrollarrows.png) top center no-repeat;
	height: 25px;
}
.highslide-thumbstrip-vertical .highslide-scroll-down {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 25px;
}
.highslide-thumbstrip-vertical .highslide-scroll-down div {
	margin-left: 10px;
	cursor: pointer;
	background: url(/cms/lib/highslide/graphics/scrollarrows.png) bottom center no-repeat;
	height: 25px;
}
.highslide-thumbstrip-vertical table {
	margin: 10px 0 0 10px;
}
.highslide-thumbstrip-vertical img {
	max-width: 60px;
}
.highslide-thumbstrip-vertical .highslide-marker {
	left: 0;
	margin-top: 8px;
	border-top-width: 6px;
	border-bottom-width: 6px;
	border-left: 6px solid gray;
}
.dark .highslide-thumbstrip-vertical .highslide-marker, .highslide-viewport .highslide-thumbstrip-vertical .highslide-marker {
	border-left-color: white;
}

.highslide-viewport .highslide-thumbstrip-float {
	overflow: auto;
}
.highslide-thumbstrip-float ul {
	margin: 2px 0;
	padding: 0;
}
.highslide-thumbstrip-float li {
	display: block;
	height: 60px;
	margin: 0 2px;
	list-style: none;
	float: left;
}
.highslide-thumbstrip-float img {
	display: inline;
	border-color: silver;
	max-height: 56px;
}
.highslide-thumbstrip-float .highslide-active-anchor img {
	border-color: black;
}
.highslide-thumbstrip-float .highslide-scroll-up div, .highslide-thumbstrip-float .highslide-scroll-down div {
	display: none;
}
.highslide-thumbstrip-float .highslide-marker {
	display: none;
}

/**
 *
 * Stylesheet for: CMS
 * 
 */


/* System styles */ 
* { border-color:#6E6E6E; font-family:Arial, Helvetica, sans-serif; } 
body, div, label, td, th, *.error, *.error a, #concardis_container small, input, textarea, select, .image_select_preview, .image_select_preview_set, .chosen-container-multi .chosen-choices, span.defaultSkin table.mceLayout { font-family:Arial, Helvetica, sans-serif; font-size:8pt; } 
a, a:link, a:visited { cursor:pointer; text-decoration:none; } 
a:link { color:#3E0000; } 
a:visited { color:#3E0000; } 
a:active { color:#AA0000; } 
a:hover { color:#952525; } 
a:focus { color:#882222; text-decoration:underline; } 
a.head { display:block; } 
a.hoverimage { text-decoration:none; } 
a.hoverimage img { border:0 none; filter:alpha(opacity=70); opacity:0.7; } 
a.hoverimage:hover img { filter:alpha(opacity=100); opacity:1px; } 
a img,a:visited img,a:link img { border:0 none; } 
a.admin { font-family:Verdana, Tahoma, sans-serif; font-size:10px; font-weight:bold; } 
a.head,.tabHead a, .tabHead a:link, .tabHead a:visited, .scroller.a, .scroller.a:link, .scroller.a:visited { color:#FFFFFF; display:block; position:relative; left:-3px; top:-3px; padding: 3px 3px; margin:0 0 -6px 0; text-decoration:none; border-radius:2px; transition: background-color, border, box-shadow; -moz-transition: background-color, border, box-shadow; -webkit-transition: background-color, border, box-shadow; -o-transition: background-color, border, box-shadow; -khtml-transition: background-color, border, box-shadow; -ms-transition: background-color, border, box-shadow; transition-duration: 1000ms; -moz-transition-duration: 1000ms; -webkit-transition-duration: 1000ms; -o-transition-duration: 1000ms; -khtml-transition-duration: 1000ms; -ms-transition-duration: 1000ms; } 
a.head:hover, .tabHead a:hover,.scroller.a:hover  { background-color:#A1A1A1; box-shadow: 0 0 4px #A1A1A1; -moz-box-shadow: 0 0 4px #A1A1A1; -webkit-box-shadow: 0 0 4px #A1A1A1; -o-box-shadow: 0 0 4px #A1A1A1; -khtml-box-shadow: 0 0 4px #A1A1A1; -ms-box-shadow: 0 0 4px #A1A1A1; transition: background-color, border, box-shadow; -moz-transition: background-color, border, box-shadow; -webkit-transition: background-color, border, box-shadow; -o-transition: background-color, border, box-shadow; -khtml-transition: background-color, border, box-shadow; -ms-transition: background-color, border, box-shadow; transition-duration: 200ms; -moz-transition-duration: 200ms; -webkit-transition-duration: 200ms; -o-transition-duration: 200ms; -khtml-transition-duration: 200ms; -ms-transition-duration: 200ms; } 
a img.icon { transition: box-shadow, background-color, opacity; -moz-transition: box-shadow, background-color, opacity; -webkit-transition: box-shadow, background-color, opacity; -o-transition: box-shadow, background-color, opacity; -khtml-transition: box-shadow, background-color, opacity; -ms-transition: box-shadow, background-color, opacity; transition-duration: 500ms; -moz-transition-duration: 500ms; -webkit-transition-duration: 500ms; -o-transition-duration: 500ms; -khtml-transition-duration: 500ms; -ms-transition-duration: 500ms; background-color:transparent; border-radius:3px; } 
a:hover img.icon { background-color:rgba(255,255,255,.8); opacity:0.6; transition: box-shadow, background-color, opacity; -moz-transition: box-shadow, background-color, opacity; -webkit-transition: box-shadow, background-color, opacity; -o-transition: box-shadow, background-color, opacity; -khtml-transition: box-shadow, background-color, opacity; -ms-transition: box-shadow, background-color, opacity; box-shadow: 0 0 2px 2px rgba(255,255,255,.8); -moz-box-shadow: 0 0 2px 2px rgba(255,255,255,.8); -webkit-box-shadow: 0 0 2px 2px rgba(255,255,255,.8); -o-box-shadow: 0 0 2px 2px rgba(255,255,255,.8); -khtml-box-shadow: 0 0 2px 2px rgba(255,255,255,.8); -ms-box-shadow: 0 0 2px 2px rgba(255,255,255,.8); transition-duration: 140ms; -moz-transition-duration: 140ms; -webkit-transition-duration: 140ms; -o-transition-duration: 140ms; -khtml-transition-duration: 140ms; -ms-transition-duration: 140ms; } 
.small_icon { width:12px; height:12px; margin-right:5px; vertical-align:bottom; } 
.disabled, a img .disabled, a.button.disabled { opacity:0.5 !important; } 
b { font-weight:bold; } 
body { background-color:#FFFFFF; color:#000000; height:95%; } 
body.adminedit { border-color:#BABABA; border-style:none none none solid; border-width:1px; margin-left:0; padding-left:10px; } 
#print_body { background-image:none; } 
div { margin:0; padding:0; } 
div.objectcontainer { background-color:#F5F5F5; margin:2pt 0; padding:5pt; position:relative; } 
div.objectcontainer h2 { margin:0 0 5pt; padding:0; } 
div.objectdate { float:right; font-weight:bold; position:relative; /* IE Fix */ } 
div.objectfooter { clear:both; height:0; line-height:0; } 
div.objectlinks { margin-top:5pt; } 
div.object_ad { overflow:hidden; position:relative; border: 1px solid #6E6E6E; padding: 10px; vertical-align:middle; } 
form,tr { margin:0; padding:0; } 
hr { background-color:#BABABA; border:0 none; color:#BABABA; height:1px; margin:10px 0; padding:0; display: block; } 
.cms_form hr { margin: 3pt 0; } 
iframe { border-color:#BABABA; border:0 none; margin:0; padding:0; } 
iframe.content_editor { border: 2px solid #BABABA; border-radius:2px; } 
img.icon, img.brand_1, img.brand_2, img.brand_3 { border:0 none; margin: 0 4px 0 0; padding:0; vertical-align:middle; display: inline-block; } 
img.brand_1 { background-image:url(/site/smartytpl/remix3/resources/brand_1.gif); height:20px; width:20px; } 
img.brand_2 { background-image:url(/site/smartytpl/remix3/resources/brand_2.gif); height:50px; width:50px; } 
img.brand_3 { background-image:url(/site/smartytpl/remix3/resources/brand_3.gif); height:100px; width:100px; } 
img.top_left { left:0; position:absolute; top:0; } 
img.top_right { position:absolute; right:0; top:0; } 
img.bottom_left { bottom:0; left:0; position:absolute; } 
img.bottom_right { bottom:0; position:absolute; right:0; } 
img.objectimage, a img.objectimage { border:1px solid #6E6E6E; display:inline; float:right; margin:0 0 3pt 5pt; position:relative; /* IE Fix */ } 

input, textarea, select, .image_select_preview, .image_select_preview_set, .chosen-container-multi .chosen-choices, span.defaultSkin table.mceLayout { border-color:#6E6E6E; border-style:solid; border-width:1px; font-weight:normal; line-height:1.2em; padding:1pt; border-radius:2px; } 

input, textarea, select, .image_select_preview, .image_select_preview_set, .chosen-container-multi .chosen-choices, span.defaultSkin table.mceLayout , label, .box, .form_field_overlay_button, .progress_bar { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -khtml-box-sizing: border-box; -ms-box-sizing: border-box; } 
input.checkbox, input.radio { border: 0 none; height: auto; margin-top: 2pt; width: 10pt; } 
span.defaultSkin table.mceLayout tr.mceFirst td { border-top: 0 none !important; } 
.defaultSkin table.mceLayout tr.mceLast td { border-bottom: 0 none !important; } 
p { margin-bottom:4pt; margin-top:2pt; } 
q { quotes:"\201C" "\201D"; } 
table { border-collapse:separate; border-spacing:0; border-style:none; border-width:0; empty-cells:show; margin:0; padding:0; } 
table.layout,table.tight { border-collapse:collapse; } 
td, th { margin:0; padding:3pt; } 
table.layout td { vertical-align:top; } 
table.tight > tbody > tr > td { margin:0; padding:0; vertical-align:top; } 
table.grid { border-collapse:collapse; border-spacing:0; empty-cells:show; } 
table.grid th,table.grid td { border:1px solid #BABABA; } 
ul,ol { list-style-position:outside; margin:1em 25pt; } 

.align_1 { text-align: left; } 
.align_2 { text-align: center; } 
.align_3 { text-align: right; } 
.align_4 { text-align: justify; } 
.chk { border-style:none; } 
.borders { border-color:#6E6E6E; border-style:none solid; border-width:1px; margin:0; padding:5px 10px; } 
.box { background-color:#EEEEEE; background-position:top; background-repeat:repeat-x; border-color:#BABABA; border-style:solid; border-width:2px; font-size:8pt; padding:0; text-align:left; vertical-align:top; } 
.boxhead { color:#AA0000; font-size:8pt; font-weight:bold; padding:2px 5px 5px; } 
.boxbody { padding:10px; } 
.boximage { margin: 10px auto 0; display:block; } 
/* Frontend Button */ 
.button, .button:link, .button:visited, .button:active { border-radius:10px; background-image:url(/gfx/remix3/remix3_xmas/fill-bg_table_medium/button_alpha_bg.png); background-color:#E0E0E0; background-repeat:repeat-x; background-position: 0 -18px; border:1px solid; border-color:gray; color:#222; cursor:pointer; font-family:Segoe UI, Tahoma, Verdana, sans-serif; font-size:10px; font-weight:bold; padding:4px 10px; text-decoration:none; line-height: 15px; overflow:visible; width:auto; transition: background-position, border, box-shadow, opacity; -moz-transition: background-position, border, box-shadow, opacity; -webkit-transition: background-position, border, box-shadow, opacity; -o-transition: background-position, border, box-shadow, opacity; -khtml-transition: background-position, border, box-shadow, opacity; -ms-transition: background-position, border, box-shadow, opacity; transition-duration: 1000ms; -moz-transition-duration: 1000ms; -webkit-transition-duration: 1000ms; -o-transition-duration: 1000ms; -khtml-transition-duration: 1000ms; -ms-transition-duration: 1000ms; white-space: nowrap; display:inline-block; } 
*.button:hover { text-decoration:none; border: 1px solid orange; background-position: 0 0; box-shadow: 0 0 8px orange; -moz-box-shadow: 0 0 8px orange; -webkit-box-shadow: 0 0 8px orange; -o-box-shadow: 0 0 8px orange; -khtml-box-shadow: 0 0 8px orange; -ms-box-shadow: 0 0 8px orange; transition: box-shadow, border; -moz-transition: box-shadow, border; -webkit-transition: box-shadow, border; -o-transition: box-shadow, border; -khtml-transition: box-shadow, border; -ms-transition: box-shadow, border; transition-duration: 500ms; -moz-transition-duration: 500ms; -webkit-transition-duration: 500ms; -o-transition-duration: 500ms; -khtml-transition-duration: 500ms; -ms-transition-duration: 500ms; } 
*.button img { border:0 none; margin:0 0 1px; padding:0; vertical-align:middle; } 

.code { background-color:#ECECEC; border:1px solid #BABABA; border-width:1px 2px 2px 1px; overflow: auto; } 
.code, .code * { font-family:Lucida Console, Courier New, monospace; font-size:10px; padding:8px; } 
.code textarea { background-color:transparent; border:0 none; overflow:hidden; padding:0; width:100%; } 
.contact_sheet { width: 640px; } 
.very_compact,.very_compact input,.very_compact textarea,.very_compact select,.very_compact label { font-size:10px; } 
.very_compact tr,.very_compact td,.very_compact th { font-size:10px; margin:1px; padding:1px; } 
.compact tr,.compact td,.compact th { margin:1px; padding:1px; } 
.error, .error a, #errorbubble_inner { color:#E0501C; font-weight:bold; } 
.favalError input,.favalError select,.favalError input { background-color:#FBA; } 
.section_filter { margin-bottom:10px; } 
.section_filter table.layout { width: 100%; } 
.section_filter table.layout td { padding: 0 15px 0 0; vertical-align: bottom; } 
.section_filter select { width:100%; } 
.section_filter table.layout td.section_filter_submit { text-align: right; width: 50px; padding-right: 0; white-space: nowrap; } 
.floating_left { padding: 0 15px 10px 0; float:left; } 
.floating_right { padding: 0 0 10px 15px; float:right; } 
.HeadBig,.HeadBrand,h1 { color:#AA0000; font-family:Trebuchet MS, Verdana, sans-serif; font-size:12pt; font-weight:bold; } 
.HeadSmall,h2 { color:#170D0D; font-family:Trebuchet MS, Verdana, sans-serif; font-size:10pt; font-weight:bold; } 
.linkstyle { font-size:95%; font-weight:bold; line-height:14px; } 
.maxwidth, .maxwidth:active, .maxwidth:hover { width:100%; } .maxheight { height:100%; } .ok { color:#19B200; font-size:12px; font-weight:bold; } 
.plain_box { background-color:#ECECEC; padding: 10px; } 
.scroller  { width:99%; table-layout:fixed; } 
.scroller * { color:#FFFFFF; height:1.5em; } 
.scroller td { height:1.5em; padding:0; position:relative; border:1px solid #6E6E6E; overflow:hidden; background-color:#A1A1A1; } 
.scroller pre { font-size:12px; padding:0; margin:0; background-color:transparent; border:0 none; font-weight:bold; } 
.tabHead, .tabCell0, .tabCell1, .tabCell2, .tabCell3, .tabCellAuto { padding-left:5px; padding-right:5px; vertical-align:top; } 
.tabHead { background-color:#6E6E6E; color:#FFFFFF; font-weight:bold; } 
.tabHead a { color:#FFFFFF; } 

.tabCell0 { background-color:#F5F5F5; } 
.tabCell1 { background-color:#ECECEC; } 
.tabCell2 { background-color:#E0E0E0; } 
.tabCellAuto { background-color:#ECECEC; } 
.tabCellAuto:nth-child(even) { background-color:#fff; background-color:#E0E0E0; } 
.tabInvisible { visibility: hidden; } 

table#tableobj .tabInvisible { visibility: visible; opacity: 0.5; } 


.txtStd { color:#000000; text-align:justify; } 
.txtQuote { color:#999999; font-style:italic; } 
.txtImg { color:#999999; font-family:Verdana, Tahoma, sans-serif; font-size:10px; font-weight:bold; } 
div.datepicker { background:#F5F5F5; border:1px #C4D5E3 solid; font-family:arial; font-size:10px; padding:0; position:absolute; text-align:center; } 
div.datepicker table { font-size:10px; margin:0; padding:0; text-align:center; width:180px; } 
div.datepicker table thead tr th { background:#6E6E6E; color:#FFFFFF; border-bottom:1px solid #c4d5e3; font-size:12px; font-weight:bold; margin:0; padding:0; } 
div.datepicker table tbody tr { border:1px #F5F5F5 solid; margin:0; padding:0; } 
div.datepicker table tbody tr td { border:1px #ECECEC solid; margin:0; padding:0; text-align:center; } 
div.datepicker table tbody tr td:hover,div.datepicker table tbody tr td.outbound:hover,div.datepicker table tbody tr td.today:hover { background:#6E6E6E; color:#FFFFFF; border:1px #c4d5e3 solid; cursor:pointer; } 
div.datepicker table tbody tr td.wday { background:#F5F5F5; border:1px #F5F5F5 solid; cursor:text; } 
div.datepicker table tbody tr td.outbound { background:#E0E0E0; } 
div.datepicker table tbody tr td.today { background:#c4d5e3; border:1px #16518e solid; } 
div.datepicker table tbody tr td.nclick,div.datepicker table tbody tr td.nclick_outbound { color:#E0E0E0; cursor:default; } 
div.datepicker table tbody tr td.nclick:hover,div.datepicker table tbody tr td.nclick_outbound:hover { background:#F5F5F5; border:1px #ECECEC solid; } 
div.datepicker table tfoot { background:#6E6E6E; color:#FFFFFF; border-top:1px solid #c4d5e3; cursor:pointer; font-size:10px; padding:0; text-align:center; } 
div.autocomplete { background-color:#FFF; border:1px solid #888; font-family:Verdana; margin:0; padding:0; position:absolute; width:250px; } 
div.autocomplete ul { list-style-type:none; margin:0; padding:0; } 
div.autocomplete ul li.selected { background-color:#000; color:#fff; } 
div.autocomplete ul li { cursor:pointer; display:block; list-style-type:none; margin:0; padding:2px; } 
div.datepicker table tbody tr td.nclick_outbound,div.datepicker table tbody tr td.nclick_outbound:hover { background:#E8E4E4; } 
.cmstab { height:100%; position: relative; } 
.cmstab_content_container { bottom: 0; left: 0; position: absolute; right: 0; top: 28px; } 
.cmstab_tab, .cmstab_tab_div, .cmstab_touchpad { height: 28px; display: inline-block; } 
.cmstab_tab { margin-right: 5px; top: 0; position: relative; float: left; } 
.cmstab_tab_div { background-color: #DEDEDE; border-width:1px; border-style:solid; vertical-align:top; position:relative; top:0; left:0; border-radius: 5px 5px 0 0; background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, #DEDEDE 100%); } 

.cmstab_tab_label { margin:0; padding:0 10px; text-align:center; vertical-align:middle; font-size:8pt; white-space:nowrap; z-index:1; line-height: 28px; } 
.cmstab_touchpad { 
position:absolute; cursor:pointer; left:0; top:0; width:100%; margin:0; padding:0; border:0 none; z-index:2; } 
.cmstab_contents { position:absolute; left:0; top:0; height:100%; width:100%; padding:0; background-color: #DEDEDE; } 
.cmstab_tabcontainer { height:100%; margin:0; padding:0; border: 0 none; background-color: #DEDEDE; position:relative; z-index:9; border: 1px solid #6E6E6E; border-radius: 0 5px 5px 5px; overflow: hidden; } 

.cmstab_unselected .cmstab_tab_div { background: linear-gradient(to bottom, #FFF -10%, #DEDEDE 50%, #6E6E6E 300%); padding-bottom:2px; } 
.cmstab_unselected .cmstab_touchpad { top: 2px; } 
.cmstab_unselected .cmstab_tab_label { font-weight: normal; border-top: 0 none; } 
.cmstab_hover .cmstab_tab_div { background-color: #F9EBD4; background: linear-gradient(to bottom, #FFF 0%,#DEDEDE 100%); } 
.cmstab_unselected.cmstab_hover  { top: -2px; } 
.cmstab_selected { z-index: 10; position: relative; } 
.cmstab_selected .cmstab_tab_div { border-bottom-style: none; } 
.cmstab_selected .cmstab_touchpad { top: 2px; } 
.cmstab_selected .cmstab_tab_label { font-weight: bold; border-top: 2px solid orange; } 
.cmstab_contents iframe { padding:0; border:0 none; margin:0; width:100%; height:100%; background-color: #DEDEDE; } 
div.soc_btn { display:block; height:20px; width:90px; } 
div.soc_list_wrapper { display:block; visibility:hidden; background:#EEEEEE; position:absolute; margin-left: -8px; margin-top: -5px; padding:5pt; border:1px solid #6E6E6E; z-index:1000; border-radius:5px; box-shadow: 2px 2px 3px rgba(0,0,0,0.3); -moz-box-shadow: 2px 2px 3px rgba(0,0,0,0.3); -webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.3); -o-box-shadow: 2px 2px 3px rgba(0,0,0,0.3); -khtml-box-shadow: 2px 2px 3px rgba(0,0,0,0.3); -ms-box-shadow: 2px 2px 3px rgba(0,0,0,0.3); } 
ul.soc_list { list-style-type:none; margin:0 auto; padding:8px !important; display:block; text-align: center; } 
ul.soc_list li { padding:0; margin:0 5px 0 0; display:inline-block; height:24px; position:relative; } 
ul.soc_list li a { display:block; margin:0; padding:0; width:24px; height:24px; } 

.soc_selected_name { font-size: 120%; line-height: 45px; margin-bottom: -4px; text-align: center; clear:left; } 
.highslide-html iframe { border:0 none !important; } 
.highslide-header li { margin: 0; padding: 0; } 
#cms_modal_image_box h1.modal_win_headline { display: none; } #cms_overlay #cms_modal_image_box .cms_overlay_contents_inner { padding: 0; } .modal_image_zoom { cursor: url('/cms/gfx/zoom.cur'), pointer !important; } .modal_image { max-height: 100%; max-width: 100%; display: block; } .modal_image, img.highslide-image { background-color:transparent !important; } 
.animate { transition: all 500ms ease 0s; -moz-transition: all 500ms ease 0s; -webkit-transition: all 500ms ease 0s; -o-transition: all 500ms ease 0s; -khtml-transition: all 500ms ease 0s; -ms-transition: all 500ms ease 0s; } 
.animate_fast { transition: all 200ms ease 0s; -moz-transition: all 200ms ease 0s; -webkit-transition: all 200ms ease 0s; -o-transition: all 200ms ease 0s; -khtml-transition: all 200ms ease 0s; -ms-transition: all 200ms ease 0s; } 
#encyclopedia_letters { margin:5px 0px 0px 0px; } 

#encyclopedia_letters a, #encyclopedia_letters a:link, #encyclopedia_letters a:visited { display:inline; font-size:12px; font-weight:bold; padding:2px 4px 3px; margin:0 2px 0 0; text-decoration:none; } 
a#encyclopedia_selected, a#encyclopedia_selected:link, a#encyclopedia_selected:visited{ padding-bottom:5px; } 
#encyclopedia_control_body { padding:5px; padding-bottom:10px; margin-bottom:10px; } 
#adminhead { position:relative; top:0px; left:0px; padding:0; height:34px; border-color: #000000; border-width:1px; border-style:none none solid none; 
z-index:50; position: fixed; width: 100%; 
} 
#adminhead, #adminhead_buttons { background-color: #000000; background-image: url(/gfx/remix3/remix3_xmas/fill-bg_adminhead/admin_head_bg.png); } 
#adminhead h1 { font-size:8pt; margin:0; padding:0; z-index:55; position:absolute; left:35px; top:8px; font-weight:bold; background:none; text-decoration:none; line-height:16px; text-shadow: 0px -1px 0px rgba(255, 255, 255, 0.5); color: #FFFFFF; } 
#adminhead_logo { z-index:53; position:absolute; left:0; top:0; width:30px; height:30px; } 
#adminhead_logo img { z-index:53; position:absolute; left:5px; top:5px; } 
#adminhead_buttons { z-index:56; position:absolute; right:3px; top:0px; text-align:right; padding-right:5px; padding-top:2px; padding-left:10px; background-color:#000000; height:23px; } 
#adminhead_contents { margin:10px; height:95%; margin-top:40px; } 
.cmstooltip_container_sensor .cmstooltip { display:none; } 
.cmstooltip_container_sensor:hover .cmstooltip { display:block; } 
.cmstooltip { z-index: 1010; opacity: 1; overflow: auto; background-color:#ECECEC; border-radius:0 6px 6px 6px; border-style:solid; border-width: 1px 2px 2px 1px; border-color:#6E6E6E; padding:5px; } 
span.tooltip_sensitive { border-bottom: 1px dotted; } 
.ajaxclock { background-image:url(/cms/gfx/ajaxclock.gif); width:100%; height:100%; background-position: center; background-repeat:no-repeat; } 
.nowrap { white-space: nowrap; } 
.rounded { border-radius:5px; } 
.border { border: 1px solid #BABABA; -moz-border: 1px solid #BABABA; -webkit-border: 1px solid #BABABA; -o-border: 1px solid #BABABA; -khtml-border: 1px solid #BABABA; -ms-border: 1px solid #BABABA; } 
.dropshadow { box-shadow: 2px 2px 3px #BABABA; -moz-box-shadow: 2px 2px 3px #BABABA; -webkit-box-shadow: 2px 2px 3px #BABABA; -o-box-shadow: 2px 2px 3px #BABABA; -khtml-box-shadow: 2px 2px 3px #BABABA; -ms-box-shadow: 2px 2px 3px #BABABA; } 
.textshadow { text-shadow: 0px -1px 0px rgba(255, 255, 255, 0.5); } 
.padded { padding:7px; } 
.fading { transition: opacity 1s; -moz-transition: opacity 1s; -webkit-transition: opacity 1s; -o-transition: opacity 1s; -khtml-transition: opacity 1s; -ms-transition: opacity 1s; } 

.invisible { position:absolute; top: -1000px; visibility:none; width:1px; height:1px; } 

#errorbubble { position:absolute; display:none; height: 1px; overflow: visible; z-index: 1111; right: 30px; } 
#errorbubble.visible { display: block; } 
#errorbubble_inner { max-width: 800px; width: auto; padding: 15px; background: #EEEEEE; background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, #EEEEEE 100%); 
border-radius: 15px; -moz-border-radius: 15px; -webkit-border-radius: 15px; -o-border-radius: 15px; -khtml-border-radius: 15px; -ms-border-radius: 15px; border: #7F7F7F solid 2px; position:absolute; bottom: 15px; left: -28px; } 
#errorbubble_inner:after { content: ''; position: absolute; border-style: solid; border-width: 15px 15px 0; border-color: #EEEEEE transparent; display: block; width: 0; z-index: 1; bottom: -15px; left: 29px; } 
#errorbubble_inner:before { content: ''; position: absolute; border-style: solid; border-width: 16px 16px 0; border-color: #7F7F7F transparent; display: block; width: 0; z-index: 0; bottom: -18px; left: 28px; } 
.errorbottom #errorbubble_inner { bottom: auto; top: 40px; } 
.errorbottom #errorbubble_inner:after { border-width: 0 16px 16px; bottom: inherit; top: -15px; left: 28px; border-color: #FFFFFF transparent; } 
.errorbottom #errorbubble_inner:before { 
border-width: 0 16px 16px; bottom: inherit; top: -18px; } 
.poll_bar { background-color:#A9A9A9; border: 1px solid #767676; line-height:10px; font-size:10px; padding:1px; color:white; margin-bottom:9px; border-radius:2px; } 
.page_footer_space { padding:0; margin:0; height:42px; } 
.nicEdit-main { background-color:#FFFFFF; padding:4px !important; margin:0 !important; } 
.search_headline a { font-weight:bold; text-decoration:underline; font-size:110%; } 
div.columns_block { width: 100%; overflow: hidden; } 
div.columns_block div.page_column { position: relative; float: left; } 
div.columns_2_even div.page_column_1 { width:49%; margin-right:2%; } 
div.columns_2_even div.page_column_2 { width:49%; margin-right:0%; } 
div.columns_2_sidebar_left div.page_column_1 { width:31.333%; margin-right:2%; } 
div.columns_2_sidebar_left div.page_column_2 { width:66.667%; margin-right:0%; } 
div.columns_2_sidebar_right div.page_column_1 { width:66.667%; margin-right:2%; } 
div.columns_2_sidebar_right div.page_column_2 { width:31.333%; margin-right:0%; } 
div.columns_3_even div.page_column_1 { width:32%; margin-right:2%; } 
div.columns_3_even div.page_column_2 { width:32%; margin-right:2%; } 
div.columns_3_even div.page_column_3 { width:32%; margin-right:0%; } 
div.columns_3_sidebar_left div.page_column_1 { width:31.333%; margin-right:2%; } 
div.columns_3_sidebar_left div.page_column_2 { width:32.333%; margin-right:2%; } 
div.columns_3_sidebar_left div.page_column_3 { width:32.333%; margin-right:0%; } 
div.columns_3_sidebar_right div.page_column_1 { width:32.333%; margin-right:2%; } 
div.columns_3_sidebar_right div.page_column_2 { width:32.333%; margin-right:2%; } 
div.columns_3_sidebar_right div.page_column_3 { width:31.333%; margin-right:0%; } 
div.columns_4_even div.page_column_1 { width:23.5%; margin-right:2%; } 
div.columns_4_even div.page_column_2 { width:23.5%; margin-right:2%; } 
div.columns_4_even div.page_column_3 { width:23.5%; margin-right:2%; } 
div.columns_4_even div.page_column_4 { width:23.5%; margin-right:0%; } 
div.columns_4_sidebar_left div.page_column_1 { width:31.333%; margin-right:2%; } 
div.columns_4_sidebar_left div.page_column_2 { width:20.889%; margin-right:2%; } 
div.columns_4_sidebar_left div.page_column_3 { width:20.889%; margin-right:2%; } 
div.columns_4_sidebar_left div.page_column_4 { width:20.889%; margin-right:0%; } 
div.columns_4_sidebar_right div.page_column_1 { width:20.889%; margin-right:2%; } 
div.columns_4_sidebar_right div.page_column_2 { width:20.889%; margin-right:2%; } 
div.columns_4_sidebar_right div.page_column_3 { width:20.889%; margin-right:2%; } 
div.columns_4_sidebar_right div.page_column_4 { width:31.333%; margin-right:0%; } 
div.columns_5_even div.page_column_1 { width:18.4%; margin-right:2%; } 
div.columns_5_even div.page_column_2 { width:18.4%; margin-right:2%; } 
div.columns_5_even div.page_column_3 { width:18.4%; margin-right:2%; } 
div.columns_5_even div.page_column_4 { width:18.4%; margin-right:2%; } 
div.columns_5_even div.page_column_5 { width:18.4%; margin-right:0%; } 
div.columns_5_sidebar_left div.page_column_1 { width:31.333%; margin-right:2%; } 
div.columns_5_sidebar_left div.page_column_2 { width:15.167%; margin-right:2%; } 
div.columns_5_sidebar_left div.page_column_3 { width:15.167%; margin-right:2%; } 
div.columns_5_sidebar_left div.page_column_4 { width:15.167%; margin-right:2%; } 
div.columns_5_sidebar_left div.page_column_5 { width:15.167%; margin-right:0%; } 
div.columns_5_sidebar_right div.page_column_1 { width:15.167%; margin-right:2%; } 
div.columns_5_sidebar_right div.page_column_2 { width:15.167%; margin-right:2%; } 
div.columns_5_sidebar_right div.page_column_3 { width:15.167%; margin-right:2%; } 
div.columns_5_sidebar_right div.page_column_4 { width:15.167%; margin-right:2%; } 
div.columns_5_sidebar_right div.page_column_5 { width:31.333%; margin-right:0%; } 


@media only screen and (max-width: 641px) { 
div.columns_2_even div.page_column_1 { width: 100%; float: none; margin-right:0; border-bottom: 1px solid #BABABA; margin-bottom: 40px; padding-bottom: 20px; } 
div.columns_2_even div.page_column_2 { width: 100%; float: none; margin-right:0; } 
div.columns_2_sidebar_left div.page_column_1 { width: 100%; float: none; margin-right:0; border-bottom: 1px solid #BABABA; margin-bottom: 40px; padding-bottom: 20px; } 
div.columns_2_sidebar_left div.page_column_2 { width: 100%; float: none; margin-right:0; } 
div.columns_2_sidebar_right div.page_column_1 { width: 100%; float: none; margin-right:0; border-bottom: 1px solid #BABABA; margin-bottom: 40px; padding-bottom: 20px; } 
div.columns_2_sidebar_right div.page_column_2 { width: 100%; float: none; margin-right:0; } 
div.columns_3_even div.page_column_1 { width: 100%; float: none; margin-right:0; border-bottom: 1px solid #BABABA; margin-bottom: 40px; padding-bottom: 20px; } 
div.columns_3_even div.page_column_2 { width: 100%; float: none; margin-right:0; border-bottom: 1px solid #BABABA; margin-bottom: 40px; padding-bottom: 20px; } 
div.columns_3_even div.page_column_3 { width: 100%; float: none; margin-right:0; } 
div.columns_3_sidebar_left div.page_column_1 { width: 100%; float: none; margin-right:0; border-bottom: 1px solid #BABABA; margin-bottom: 40px; padding-bottom: 20px; } 
div.columns_3_sidebar_left div.page_column_2 { width: 100%; float: none; margin-right:0; border-bottom: 1px solid #BABABA; margin-bottom: 40px; padding-bottom: 20px; } 
div.columns_3_sidebar_left div.page_column_3 { width: 100%; float: none; margin-right:0; } 
div.columns_3_sidebar_right div.page_column_1 { width: 100%; float: none; margin-right:0; border-bottom: 1px solid #BABABA; margin-bottom: 40px; padding-bottom: 20px; } 
div.columns_3_sidebar_right div.page_column_2 { width: 100%; float: none; margin-right:0; border-bottom: 1px solid #BABABA; margin-bottom: 40px; padding-bottom: 20px; } 
div.columns_3_sidebar_right div.page_column_3 { width: 100%; float: none; margin-right:0; } 
div.columns_4_even div.page_column_1 { width: 100%; float: none; margin-right:0; border-bottom: 1px solid #BABABA; margin-bottom: 40px; padding-bottom: 20px; } 
div.columns_4_even div.page_column_2 { width: 100%; float: none; margin-right:0; border-bottom: 1px solid #BABABA; margin-bottom: 40px; padding-bottom: 20px; } 
div.columns_4_even div.page_column_3 { width: 100%; float: none; margin-right:0; border-bottom: 1px solid #BABABA; margin-bottom: 40px; padding-bottom: 20px; } 
div.columns_4_even div.page_column_4 { width: 100%; float: none; margin-right:0; } 
div.columns_4_sidebar_left div.page_column_1 { width: 100%; float: none; margin-right:0; border-bottom: 1px solid #BABABA; margin-bottom: 40px; padding-bottom: 20px; } 
div.columns_4_sidebar_left div.page_column_2 { width: 100%; float: none; margin-right:0; border-bottom: 1px solid #BABABA; margin-bottom: 40px; padding-bottom: 20px; } 
div.columns_4_sidebar_left div.page_column_3 { width: 100%; float: none; margin-right:0; border-bottom: 1px solid #BABABA; margin-bottom: 40px; padding-bottom: 20px; } 
div.columns_4_sidebar_left div.page_column_4 { width: 100%; float: none; margin-right:0; } 
div.columns_4_sidebar_right div.page_column_1 { width: 100%; float: none; margin-right:0; border-bottom: 1px solid #BABABA; margin-bottom: 40px; padding-bottom: 20px; } 
div.columns_4_sidebar_right div.page_column_2 { width: 100%; float: none; margin-right:0; border-bottom: 1px solid #BABABA; margin-bottom: 40px; padding-bottom: 20px; } 
div.columns_4_sidebar_right div.page_column_3 { width: 100%; float: none; margin-right:0; border-bottom: 1px solid #BABABA; margin-bottom: 40px; padding-bottom: 20px; } 
div.columns_4_sidebar_right div.page_column_4 { width: 100%; float: none; margin-right:0; } 
div.columns_5_even div.page_column_1 { width: 100%; float: none; margin-right:0; border-bottom: 1px solid #BABABA; margin-bottom: 40px; padding-bottom: 20px; } 
div.columns_5_even div.page_column_2 { width: 100%; float: none; margin-right:0; border-bottom: 1px solid #BABABA; margin-bottom: 40px; padding-bottom: 20px; } 
div.columns_5_even div.page_column_3 { width: 100%; float: none; margin-right:0; border-bottom: 1px solid #BABABA; margin-bottom: 40px; padding-bottom: 20px; } 
div.columns_5_even div.page_column_4 { width: 100%; float: none; margin-right:0; border-bottom: 1px solid #BABABA; margin-bottom: 40px; padding-bottom: 20px; } 
div.columns_5_even div.page_column_5 { width: 100%; float: none; margin-right:0; } 
div.columns_5_sidebar_left div.page_column_1 { width: 100%; float: none; margin-right:0; border-bottom: 1px solid #BABABA; margin-bottom: 40px; padding-bottom: 20px; } 
div.columns_5_sidebar_left div.page_column_2 { width: 100%; float: none; margin-right:0; border-bottom: 1px solid #BABABA; margin-bottom: 40px; padding-bottom: 20px; } 
div.columns_5_sidebar_left div.page_column_3 { width: 100%; float: none; margin-right:0; border-bottom: 1px solid #BABABA; margin-bottom: 40px; padding-bottom: 20px; } 
div.columns_5_sidebar_left div.page_column_4 { width: 100%; float: none; margin-right:0; border-bottom: 1px solid #BABABA; margin-bottom: 40px; padding-bottom: 20px; } 
div.columns_5_sidebar_left div.page_column_5 { width: 100%; float: none; margin-right:0; } 
div.columns_5_sidebar_right div.page_column_1 { width: 100%; float: none; margin-right:0; border-bottom: 1px solid #BABABA; margin-bottom: 40px; padding-bottom: 20px; } 
div.columns_5_sidebar_right div.page_column_2 { width: 100%; float: none; margin-right:0; border-bottom: 1px solid #BABABA; margin-bottom: 40px; padding-bottom: 20px; } 
div.columns_5_sidebar_right div.page_column_3 { width: 100%; float: none; margin-right:0; border-bottom: 1px solid #BABABA; margin-bottom: 40px; padding-bottom: 20px; } 
div.columns_5_sidebar_right div.page_column_4 { width: 100%; float: none; margin-right:0; border-bottom: 1px solid #BABABA; margin-bottom: 40px; padding-bottom: 20px; } 
div.columns_5_sidebar_right div.page_column_5 { width: 100%; float: none; margin-right:0; } 


} 
.fancy_pagination_wrap { cursor:pointer; } 
.fancy_pagination a, .fancy_pagination a:link, .fancy_pagination a:visited { border-radius:2px; transition: background-color, border, box-shadow; -moz-transition: background-color, border, box-shadow; -webkit-transition: background-color, border, box-shadow; -o-transition: background-color, border, box-shadow; -khtml-transition: background-color, border, box-shadow; -ms-transition: background-color, border, box-shadow; transition-duration: 1000ms; -moz-transition-duration: 1000ms; -webkit-transition-duration: 1000ms; -o-transition-duration: 1000ms; -khtml-transition-duration: 1000ms; -ms-transition-duration: 1000ms; display: inline-block; padding: 2px 5px; text-align:center; background-color:#ECECEC; border: 1px solid #ECECEC; } 
.fancy_pagination a:hover { background-color:#F5F5F5; border: 1px solid #E0E0E0; box-shadow: 0 0 3px #6E6E6E; -moz-box-shadow: 0 0 3px #6E6E6E; -webkit-box-shadow: 0 0 3px #6E6E6E; -o-box-shadow: 0 0 3px #6E6E6E; -khtml-box-shadow: 0 0 3px #6E6E6E; -ms-box-shadow: 0 0 3px #6E6E6E; transition: background-color, border, box-shadow; -moz-transition: background-color, border, box-shadow; -webkit-transition: background-color, border, box-shadow; -o-transition: background-color, border, box-shadow; -khtml-transition: background-color, border, box-shadow; -ms-transition: background-color, border, box-shadow; transition-duration: 200ms; -moz-transition-duration: 200ms; -webkit-transition-duration: 200ms; -o-transition-duration: 200ms; -khtml-transition-duration: 200ms; -ms-transition-duration: 200ms; } 
.fancy_pagination a.selected, .fancy_pagination a.selected:link, .fancy_pagination a.selected:visited { font-weight:bold !important; border: 1px solid #6E6E6E; background-color:#6E6E6E; color: #FFFFFF !important; } 
.fancylist_selectmulti { background-color: #E0E0E0; border: 1px solid #767676; display: inline-block; margin-right: 5px; padding: 5px 3px; border-radius: 5px; font-size: 80%; } 

tr.fancy_row td { } 
tr.fancy_row:hover td { background-color:#F5F5F5; } 
form#compact_login, form#compact_search { position:relative; } 
div#username_container, div#password_container, div#search_container { position:relative; height:30px; float:none; } div#username_container input, div#password_container input, div#search_container input, div.overlabel_container { bottom:0; left:0; position:absolute; } 
label.overlabel { color:#999; display:none; } 
label.overlabel-apply { position:absolute; top:3px; left:5px; z-index:1; color:#999; } 
td.form_caption { width: 180px; vertical-align: top; } 
td.form_input { vertical-align: top; } 
td.form_input:first-child { width: 400px; } 
.form_input_wrap { position: relative; } 
.form_checkbox_wrap input { position: absolute; left:0; } 
.form_checkbox_wrap label { display:block; padding-left: 25px; } 
.form_field_overlay_button { height: 100%; display:inline-block; position: absolute; right: 0; top: 0; padding: 2px; } 
.form_button_blocked { opacity: 0.2; } 
.form_field_overlay_button span { cursor: pointer; display: inline-block; height: 100%; width: 16px; background-position: center; background-repeat: no-repeat; background-image: url(/gfx/remix3/remix3_xmas/sizes-16x0/open_archive.png); } 
.form_datepicker_wrap, .form_timepicker_wrap { white-space: nowrap; } 
.form_datepicker .form_field_overlay_button span { background-image: url(/gfx/remix3/remix3_xmas/sizes-16x0/calendar.png); } 
.form_timepicker .form_field_overlay_button span { background-image: url(/gfx/remix3/remix3_xmas/sizes-16x0/clock.png); } 
.form_timepicker_wrap .form_input_wrap { float: left; width: 47%; } 
.form_timepicker_wrap .form_timepicker { float: right; } 
.form_unit { position: absolute; right: 5px; top: 1px; opacity: 0.5; } 
.form_errors { margin-bottom:8px; } 
.printonly { display: none; } 
@media print { .noprint, div.noprint { display:none !important; position: absolute !important; overflow: hidden !important; width: 1px !important; height: 1px !important; } 
.printonly { display: block; } } 
.clear, .new_block { clear:both; } 
html.blank, html.backend { height:95%; } 
html.blank body, html.backend body { background-image:none; text-align:left; padding:6pt; background-color: #FFFFFF; } 
html.backend body { margin:0; padding:0; } 
.boxbody #login { display: block; position: relative; } 
.login_form { max-width: 400px; margin-bottom: 20px; } .login_form input, .login_form input:active, .login_form input:link, .login_form input:visited { width: 100%; display:block; margin-left: 0; } 
#account-menu ul { list-style: none outside none; margin: 0 0 24px 0; padding: 0; border-bottom: 1px solid #BABABA; } 
#account-menu li { display: inline-block; font-weight: bold; margin-right: 10px; margin-left: 0; padding:0; vertical-align: middle; 
} #account-menu li a:link, #account-menu li a:hover { padding: 5px 10px; display:inline-block; background-color:#ECECEC; border-radius:5px 5px 0 0; } 
#account-menu li a.selected { background-color:#6E6E6E; color: #FFFFFF; } 

div.context { position:absolute; top:0px; left:-1000px; background-color:#E0E0E0; padding:8px; z-index:1000; } 
.context_item_box { margin: 0 ; padding: 0; } 
a.context_item:link, a.context_item:visited { height:19px; font-size: 10px; font-weight: bold; display:block; padding: 2px 10px 2px 2px; color:#000000; } 
a.context_item:hover { background-color:#ECECEC; } 
img.context_icon { width:17px; height:18px; border:0px none; margin:0px 5px 0px 0px; vertical-align:middle; } 
div.admin_left_panel, div.admin_right_panel { position:fixed; overflow:auto; top:30px; bottom:0; } 
div.admin_left_panel { width:400px; left:0; background-color: #E0E0E0; } 
div.admin_right_panel { background-color: #FFFFFF; left:400px; right:0; transition: opacity; -moz-transition: opacity; -webkit-transition: opacity; -o-transition: opacity; -khtml-transition: opacity; -ms-transition: opacity; } 
div.admin_right_panel_top { overflow:auto; position:absolute; top: 0; bottom: 50px; background-color: #FFFFFF; width:100%; } 
div.admin_right_panel_bottom { position:absolute; height: 50px; bottom: 0; overflow: hidden; background-color: #767676; width:100%; } 
div.admin_right_panel_bottom div.padded { text-align:right; } 
.image_select_preview, .image_select_preview_set { border:1px solid; padding:0; width:100px; height:17px; background-image: url(/gfx/remix3/remix3_xmas/nopic.png); background-position:center; cursor: pointer; transition: width, height; -moz-transition: width, height; -webkit-transition: width, height; -o-transition: width, height; -khtml-transition: width, height; -ms-transition: width, height; transition-duration: 500ms; -moz-transition-duration: 500ms; -webkit-transition-duration: 500ms; -o-transition-duration: 500ms; -khtml-transition-duration: 500ms; -ms-transition-duration: 500ms; display:block; } 
.image_select_preview_set { height: 100px; } 
body.in_window { background-color:white!important; } 
.highlight_row:hover, .highlight_row:hover td { background-color:#ECECEC; } 
.progress_bar_caption{ font-weight:9px; } 
.progress_bar_percentage { position:relative; text-align:center; line-height:28px; z-index:2; font-weight: bold; font-size: 11px; color:#000; } 
.progress_bar { position:absolute; left:0; border:1px solid #FAFAFA; height:30px; width:1px; z-index:1; background: #bfd255; background: linear-gradient(top, rgba(217,239,162,1) 0%, rgba(183,229,57,1) 50%, rgba(164,214,38,1) 51%, rgba(190,239,67,1) 100%); background: -webkit-linear-gradient(top, rgba(217,239,162,1) 0%, rgba(183,229,57,1) 50%, rgba(164,214,38,1) 51%, rgba(190,239,67,1) 100%); background: -moz-linear-gradient(top, rgba(217,239,162,1) 0%, rgba(183,229,57,1) 50%, rgba(164,214,38,1) 51%, rgba(190,239,67,1) 100%); transition: width,left -moz-transition: width,left -webkit-transition: width,left -o-transition: width,left -khtml-transition: width,left -ms-transition: width,left transition-duration: 900ms; -moz-transition-duration: 900ms; -webkit-transition-duration: 900ms; -o-transition-duration: 900ms; -khtml-transition-duration: 900ms; -ms-transition-duration: 900ms; } 
.progress_bar_wrap { width:300px; overflow:hidden; border:1px solid #AAA; height:30px; position:relative; background: rgb(242,246,248); /* Old browsers */ background: -moz-linear-gradient(top, rgba(242,246,248,1) 0%, rgba(216,225,231,1) 50%, rgba(181,198,208,1) 51%, rgba(224,239,249,1) 100%); /* FF3.6+ */ } 
.progress_bar_container_fixed { position: fixed; top:20px; right: 30px; width: 300px; height: 100px; } 

.toggle_off .toggle_on_visible { display: none; } 
.toggle_on .toggle_off_visible { display: none; } 

#cms_overlay, #cms_overlay_backdrop, #cms_overlay_container { position: fixed; left: 0; top: 0; right:0; bottom:0; width:100%; height:100%; } 
#cms_overlay { z-index: 1000; display: none; } 
#cms_overlay.show_init { display:block; opacity:0; } 
#cms_overlay_container { z-index: 2; } 
.cms_overlay_contents { overflow:auto; height:100%; } 
#cms_overlay_backdrop { background-color:#000; opacity:0.5; z-index: 1; } 
#cms_overlay.show { display:block; transition: background-color, opacity; -moz-transition: background-color, opacity; -webkit-transition: background-color, opacity; -o-transition: background-color, opacity; -khtml-transition: background-color, opacity; -ms-transition: background-color, opacity; transition-duration: 400ms; -moz-transition-duration: 400ms; -webkit-transition-duration: 400ms; -o-transition-duration: 400ms; -khtml-transition-duration: 400ms; -ms-transition-duration: 400ms; } 
#cms_overlay.overlay_hide { display:block; opacity:0; transition: background-color, opacity; -moz-transition: background-color, opacity; -webkit-transition: background-color, opacity; -o-transition: background-color, opacity; -khtml-transition: background-color, opacity; -ms-transition: background-color, opacity; transition-duration: 400ms; -moz-transition-duration: 400ms; -webkit-transition-duration: 400ms; -o-transition-duration: 400ms; -khtml-transition-duration: 400ms; -ms-transition-duration: 400ms; } 
#cms_overlay .modal_win_wrap { position: absolute; bottom: 0; left: 0; right: 0; top: 0; overflow: auto; } 
#cms_overlay .modal_win { box-shadow: 2px 2px 3px #000; -moz-box-shadow: 2px 2px 3px #000; -webkit-box-shadow: 2px 2px 3px #000; -o-box-shadow: 2px 2px 3px #000; -khtml-box-shadow: 2px 2px 3px #000; -ms-box-shadow: 2px 2px 3px #000; width:50%; padding 0 10px; margin: 5px; background-color: #FFFFFF; z-index: 2; vertical-align: middle; position: relative; } 
#cms_overlay .modal_win_inner { margin: auto; padding: 0; position: relative; height: 100%; } 
#cms_overlay .modal_win_headline { font-size: 16px; left: 0; margin: 0; padding: 5px 10px; position: absolute; top: 0; right: 20px; background-color: #FFFFFF; z-index:20; } 
#cms_overlay .modal_win_no_header .modal_win_headline { display: none; } 
#cms_overlay .cms_overlay_contents_inner { padding: 45px 10px 65px; } 
#cms_overlay .modal_win_no_header .cms_overlay_contents_inner { padding: 10px; } 

#cms_overlay .modal_win_iframe .cms_overlay_contents { overflow: hidden; } 
#cms_overlay .modal_win_iframe .cms_overlay_contents_inner { padding: 0; } 
.cms_overlay_buttons { line-height: 23px; position: absolute; right: 10px; top: -25px; } 
.cms_overlay_buttons a, .cms_overlay_buttons a:link, .cms_overlay_buttons a:visited { display:inline-block; color:#FFFFFF; background-color: #6E6E6E; border-radius: 7px 7px 0 0; padding: 3px 7px; text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5); line-height: 19px; } 
.cms_overlay_buttons a:hover { background-color: #A1A1A1; } 
#cms_overlay .modal_win .modal_window_buttons { position: absolute; bottom: 15px; right: 25px; } 
#cms_overlay div { max-height: 100%; } 
.NCOLINIM { width:auto !important; } 
div.page_edit_button { position:fixed; top:10px; right:10px; z-index:3000; opacity: 0.7; padding:5px; border: 1px solid transparent; text-align: right; height: 25px; overflow: hidden; } 
div.page_edit_button .icon { margin: 0 0 0 5px; } 
div.page_edit_button a { display:block; padding: 5px 5px 5px 10px; font-size: 12px; line-height: 25px; height: 25px; } 
div.page_edit_button:hover { opacity: 1; background-color: #E0E0E0; border: 1px solid #6E6E6E; height: auto; } 
div.page_edit_button a:hover { background-color: #F5F5F5; } 
.edit_label { display:none; } 
div.page_edit_button:hover .edit_label { display: inline; } 
div.chosen-container, div.chosen-drop { width: 100% !important; } 
.chosen-container-multi .chosen-choices li.search-field input[type="text"] { padding:0; width: 100% !important; } 
.chosen-drop { max-height: none !important; } 
.text_module_default .text_module_image_container { float: right; margin-left: 30px; } 


/* Custom global site styles */ 


* { padding:0; margin:0; } 


*.indent { padding-left:20pt; padding-bottom:5pt; } 
#feed_info_box { position:absolute; overflow:hidden; padding:4px; left:-1000px; width:250px; height:180px; border:1px solid black; background-color:#EEEEEE; font-size:11px; z-index:1000; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -o-border-radius: 5px; -khtml-border-radius: 5px; -ms-border-radius: 5px; box-shadow:7px 7px 4px rgba(0,0,0,0.6); -moz-box-shadow:7px 7px 4px rgba(0,0,0,0.6); -webkit-box-shadow:7px 7px 4px rgba(0,0,0,0.6); -o-box-shadow:7px 7px 4px rgba(0,0,0,0.6); -khtml-box-shadow:7px 7px 4px rgba(0,0,0,0.6); -ms-box-shadow:7px 7px 4px rgba(0,0,0,0.6); } 
.pfeed { margin-bottom:15px; } 
.pfeed_item { overflow:hidden; } 

.pfeed_item_title { display:block; overflow:hidden; float:left; white-space:nowrap; height: 1.5em; position:relative; padding-left: 35px; } 
.pfeed_item_date { position:absolute; left:0; top:0; } 
th { text-align: left; } 
h1 a, h1 a:link, h1 a:visited { color: #AA0000; } 
h2 a, h2 a:link, h2 a:visited { color: #170D0D; } 
#top_banner { 
} 
#top_banner img { float: left; display:block; } 
#skitz { background-color:black; background-position:left; background-repeat:no-repeat; background-image:url(/images/people/skitz_rip.png); padding: 10px 25px 0 200px; height:110px; border-bottom:1px solid white; position:relative; } 
#skitz * { color: #bbb; } 
#skitz *:link, #skitz *:visited { color: white; } 
#skitz .linkimg img { position:absolute; left:0; top:0; width:175px; height:120px; } 
a.smiley_off img { border: 0px none; opacity: 0.4; } 
a.smiley_off:hover img { opacity: 0.8; } 
a.tabselect { display: block; line-height: 18px; color: black; } 
a.tabselect:hover { background-color: #E0E0E0; } 
* .tabsel { position: absolute; top: 36px; border: 1px solid black; font-size: 11px; height: 18px; padding: 0px; background-color: #A9A9A9; z-index: 2; } 
* .textfield { font-size:10px; background-color: #A9A9A9; border: 0 none; 
} 
.rotyinput { height: 18px; width: 200px; } 
#editbox { z-index: 1; position: absolute; top: 55px; left: 10px; width: 400px; height: 124px; border: 1px solid black; background-color: #ECECEC; padding: 10px; font-size: 11px; } 
#votebar { height: 20px; padding: 4px; margin: 0px; background-color: #ECECEC; font-weight: bold; font-size: 11px; } 
#votecaption { position: absolute; top: 8px; left: 175px; font-weight: bold; font-size: 11px; } 
#eraser { position: absolute; top: 5px; right: 5px; } 
#extravotes { position: absolute; top: 6px; right: 10px; } 
#submit { position: absolute; top: 118px; right: 10px; } 

*.HeadBig, *.HeadBrand, h1 { margin-top:5pt; margin-bottom:10pt; font-size: 17px; font-weight: bold; } 
*.HeadSmall, h2 { margin-top:3pt; margin-bottom:5pt; font-size: 15px; } 
.box { border-style: none solid solid none; border-width:1px; box-shadow: 2px 2px 2px rgba(0,0,0,0.3); -moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.3); -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.3); -o-box-shadow: 2px 2px 2px rgba(0,0,0,0.3); -khtml-box-shadow: 2px 2px 2px rgba(0,0,0,0.3); -ms-box-shadow: 2px 2px 2px rgba(0,0,0,0.3); border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -o-border-radius: 5px; -khtml-border-radius: 5px; -ms-border-radius: 5px; background-image:url(/site/smartytpl/remix3/resources/box_bg_remix3_xmas.gif); } 
.boxhead { color:white; padding:2pt 5pt; } 
.boxhead a, .boxhead a:link, .boxhead a:visited { color:white; } 
*.tabHead, *.stThSmall, *.tabSpecialHead { font-weight: normal; color: #FFFFFF; background-color: #6E6E6E; padding: 2px 5px 2px 5px; font-size: 10pt; } 
*.tabSpecialHead { background-repeat:no-repeat; background-position:right top; } 
*.txtStandard { font-size: 10pt; } 
a.linkstyle { font-size:8pt; } 




/* Custom frontend styles */ 

* { line-height: 145%; } 
body { background-color: #330000; } 
#wrap_all { width: 92%; margin: 15pt 4%; background-color:#000; box-shadow: 4px 4px 4px rgba(0,0,0,0.3); -moz-box-shadow: 4px 4px 4px rgba(0,0,0,0.3); -webkit-box-shadow: 4px 4px 4px rgba(0,0,0,0.3); -o-box-shadow: 4px 4px 4px rgba(0,0,0,0.3); -khtml-box-shadow: 4px 4px 4px rgba(0,0,0,0.3); -ms-box-shadow: 4px 4px 4px rgba(0,0,0,0.3); border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; -o-border-radius: 10px; -khtml-border-radius: 10px; -ms-border-radius: 10px; position: relative; overflow:hidden; } 
#header { background-color: #000; background-image: none; height: 160px; border-radius-topright: 10px; -moz-border-radius-topright: 10px; -webkit-border-radius-topright: 10px; -o-border-radius-topright: 10px; -khtml-border-radius-topright: 10px; -ms-border-radius-topright: 10px; border-radius-topleft: 10px; -moz-border-radius-topleft: 10px; -webkit-border-radius-topleft: 10px; -o-border-radius-topleft: 10px; -khtml-border-radius-topleft: 10px; -ms-border-radius-topleft: 10px; background-image: url(/site/smartytpl/remix3/resources/header_bg_remix3_xmas.jpg); background-repeat: no-repeat; background-position: right; } 
#content { padding: 20pt; background-color:#FFFFFF; } 
#searchbox { position:absolute; right: 20px; top: 170px; } 
#searchbox input, #searchbox select{ font-size: 80%; width:70pt; } 
.menu { background-color: #EEEEEE; } 
.menu ul { padding: 2pt 20pt; margin: 0; } 
.menu li { display: inline; margin: 0; padding: 0 10pt 0 0; } 
a.head { color: white; } 
#roty_message { position:absolute; text-align:center; top:54px; left:420px; } 
#roty_message a:link, #roty_message a:visited { color: white; } 


/* Custom print styles */ 
@media print { 




} 

