:root{
  --bg: rgba(20, 18, 16, 0.92);
  --bg2: rgba(12, 11, 10, 0.65);
  --line: rgba(210, 179, 107, 0.55);
  --line2: rgba(255, 255, 255, 0.06);
  --text: rgba(245, 238, 228, 0.92);
  --muted: rgba(245, 238, 228, 0.62);
  --accent: rgba(210, 179, 107, 0.92);
  --vm-gold: rgb(213, 170, 67);
}
.vm-hr-file{
  background: linear-gradient(to right,
    rgba(213,170,67,0),
    rgba(213,170,67,0.65),
    rgba(213,170,67,0)
  );
}

.vm-hr-file:after{
  content:"";
  position:absolute;
  left:50%;
  top:-2px;
  width:120px;
  height:5px;
  transform:translateX(-50%);
  border-top: 1px dashed rgba(213,170,67,0.55);
}
.vm-hr-seal{
  background: linear-gradient(to right,
    rgba(213,170,67,0),
    rgba(213,170,67,0.45),
    rgba(213,170,67,0)
  );
}

.vm-hr-seal:before{
  content:"✦";
  position:absolute;
  left:50%;
  top:-10px;
  transform:translateX(-50%);
  font-size:12px;
  color: rgba(213,170,67,0.95);
  padding:0 10px;
  background: rgba(12,12,12,0.85);
  letter-spacing:1px;
}
.vm-hr-bureau{
  background: linear-gradient(to right,
    rgba(0,0,0,0),
    rgba(213,170,67,0.35),
    rgba(0,0,0,0)
  );
  box-shadow: 0 1px 0 rgba(0,0,0,0.6);
}

.vm-hr-bureau:after{
  content:"";
  position:absolute;
  left:50%;
  top:-3px;
  width:70px;
  height:7px;
  transform:translateX(-50%);
  border-left: 1px solid rgba(213,170,67,0.55);
  border-right: 1px solid rgba(213,170,67,0.55);
}

/**/
body {
  background-color: #141311;
  background-image: url(https://talesofvelmoor.gedankenschloss.de/images/styles/velmoor/hintergrundgast.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
	text-align: center;
	line-height: 1.4;
	margin: 0;
	font-family: Arial, Sans-Serif;
	font-size: 13px;
	overflow-y: scroll;
	color:#b3b1a1;
}
#copyright{	
	text-align: center;
	padding:10px 5px;
}
a[href^="http"] {
  font-weight: 700;
}

a:link {
  font-weight: 600;
  color: #d5aa43;
  text-decoration: none;
  transition: color 0.2s ease, border-color 0.2s ease;
}

a:visited,
a:hover,
a:active {
  color: #d5aa43;
  border-bottom: 2px solid rgba(213,170,67,0.5); 
  font-weight: 700;
}

#container {
  text-align: left;
  line-height: 1.8;
  font-family: Arial, Sans-Serif;
  font-size: 12px;
  width: 100%;
  min-width: 1200px;
  max-width: 1200px;
  margin: 0 auto;
	background: #0a0c0c78;
    color: #ddd;
    padding: 30px;
    text-align: justify;
    line-height: 1.5;
    backdrop-filter: blur(2px);
    font-size: 13px;
}

.wrapper {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  background-color: #2b2a27;
  background-image: url(https://talesofvelmoor.gedankenschloss.de/images/styles/velmoor/holzdunkel.png);
  background-repeat: repeat;          
  background-position: top left;
  background-size: auto;              
  border: 1px solid #0c0c0a;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.08),
    inset 0 -1px 0 rgba(0,0,0,0.4),
    0 1px 2px rgba(0,0,0,0.6);
}

/* bronziger hauch */
.wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border: 1px solid rgba(180,150,90,0.15);
  z-index: 1;
}

/* körnung / overlay */
.wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;

  /* wenn du kein grain.png hast, lass es weg oder nimm ein echtes */
  background-image: url(https://talesofvelmoor.gedankenschloss.de/images/styles/velmoor/grain.png);
  background-repeat: repeat;
  opacity: 0.06;

  z-index: 2;
}

/* damit dein Inhalt über den Overlays liegt */
.wrapper > * {
  position: relative;
  z-index: 3;
}

#content {
	width: auto !important;
	overflow: hidden;
}

#search {
	border: 0;
	padding: 0;
	margin: 0;
	float: right;
	vertical-align: middle;
}

#search input.button,
#search input.textbox {
	border-color: #000;
}

#search input.button {
	background: #0066a2 url(../../../images/thead.png) top left repeat-x;
	color: #fff;
}

#search input {
	margin: -3px 0;
}

#quick_login .remember_me input {
	vertical-align: middle;
	margin: -3px 0 0 5px;
}

#footer {
	clear: both;
}

#footer .upper {
	padding: 6px;
	font-size: 12px;
	overflow: hidden;
}

#footer .upper .theme {
	float: right;
	margin: -1px;
	margin-left: 15px;
}

#footer .upper ul.bottom_links {
	float: left;
	margin: 4px 0 0 0;
}

#footer .lower {
	padding: 6px 6px 12px 6px;
	overflow: hidden;
	font-size: 11px;
}

#footer .lower a:link,
#footer .lower a:visited {
	font-weight: bold;
}

#footer .lower a:hover,
#footer .lower a:active {
	text-decoration: underline;
	font-weight: bold;
}

#footer .lower #current_time {
	float: right;
	color: #888;
}

#debug {
	float: right;
	text-align: right;
	margin-top: 20px;
	font-size: 11px;
}

.scaleimages img {
	max-width: 100%;
}
.trow1,
.trow2{
  color: var(--text);
  line-height: 1.6;
  padding: 12px 16px;
  /* fester, matter Untergrund */
  background:
    radial-gradient(
      at 50% 30%,
      rgba(210,179,107,.10),
      rgba(0,0,0,0)
    ),
    linear-gradient(
      to bottom,
      rgba(18,16,14,.98),
      rgba(14,13,12,.98)
    );
  border: 1px solid #3a372f;
  border-left-color: rgba(210,179,107,.22);
  border-right-color: rgba(210,179,107,.22);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.06),
    inset 0 -1px 0 rgba(0,0,0,.55),
    0 2px 4px rgba(0,0,0,.65);
  text-shadow: 1px 1px 0 rgba(0,0,0,.6);
}

/* leichte Variation für Zebra-Effekt */
.trow2{
  background:
    radial-gradient(
      at 45% 35%,
      rgba(210,179,107,.08),
      rgba(0,0,0,0)
    ),
    linear-gradient(
      to bottom,
      rgba(15,14,13,.98),
      rgba(11,10,9,.98)
    );
}


.forum_status {
	height: 30px;
	width: 30px;
	background: url(../../../images/forum_icon_sprite.png) no-repeat 0 0;
	display: inline-block;
}

.forum_on {
	background-position: 0 0;
}

.forum_off {
	background-position: 0 -30px;
}

.forum_offclose {
	background-position: 0 -60px;
}

.forum_offlink {
	background-position: 0 -90px;
}

.subforumicon {
	height: 10px;
	width: 10px;
	display: inline-block;
	margin: 0 5px;
	background: url(../../../images/mini_status_sprite.png) no-repeat 0 0;
}

.subforum_minion {
	background-position: 0 0;
}

.subforum_minioff {
	background-position: 0 -10px;
}

.subforum_minioffclose {
	background-position: 0 -20px;
}

.subforum_miniofflink {
	background-position: 0 -30px;
}

table {
	font-size: 12px;
    background-color: #2b2a27;
    background-image: url(https://talesofvelmoor.gedankenschloss.de/images/styles/velmoor/holzdunkel.png);
    background-repeat: repeat;
}

.tborder {
	width: 100%;
	margin: auto auto;
	padding: 1px;    
	background: radial-gradient(at 50% 30%, rgba(210, 179, 107, .10), rgba(0, 0, 0, 0)), linear-gradient(to bottom, rgba(18, 16, 14, .98), rgba(14, 13, 12, .98));
    border: 1px solid #3a372f;
    border-left-color: rgba(210, 179, 107, .22);
    border-right-color: rgba(210, 179, 107, .22);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06), inset 0 -1px 0 rgba(0, 0, 0, .55), 0 2px 4px rgba(0, 0, 0, .65);
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .6);
}

.tfixed {
	table-layout: fixed;
	word-wrap: break-word;
}

.no_bottom_border {
	border-bottom: 0;
}


.bottommenu {
	padding: 10px;
}

.smalltext {
	font-size: 11px;
}

.largetext {
	font-size: 13px;
	font-weight: bold;
}

/* ====== Velmoor Kategorie-Header ====== */

.thead.vm-cat,
.tcat.vm-cat,
.thead,
.tcat {
  position: relative;
  text-align: center;
  padding: 18px 20px 14px;
  background: transparent;
  color: rgba(210, 179, 107, 0.92);
    text-transform: uppercase;
    letter-spacing: 0.09em;
	font-size: 18px;
    font-family: var(--font-base2);
    color: #d5aa43;
    font-weight: 300;
}

/* Der Titel-Link */
.thead a:link, .thead a:visited,
.tcat a:link, .tcat a:visited {
  display: inline-block;
  padding: 0 14px;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-size: 14px;
  color: #d2b36b;
  text-decoration: none;
  text-shadow: 0 2px 8px rgba(0,0,0,0.65);
}

/* Links/Rechts: Goldlinien */
.thead::before, .thead::after,
.tcat::before, .tcat::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 14%;
  height: 1px;

  background: rgba(210,179,107,0.55);
  box-shadow:
    0 0 0 1px rgba(0,0,0,0.35),
    0 6px 14px rgba(0,0,0,0.25);
  opacity: 0.9;
}

/* links */
.thead::before, .tcat::before { left: 18px; }
/* rechts */
.thead::after, .tcat::after { right: 18px; }

/* kleine “Spitzen”  */
.thead::before,
.tcat::before {
  background:
    linear-gradient(to right, rgba(210,179,107,0), rgba(210,179,107,0.55));
}
.thead::after,
.tcat::after {
  background:
    linear-gradient(to left, rgba(210,179,107,0), rgba(210,179,107,0.55));
}


/**/
fieldset {
	padding: 12px;
	border: 1px solid #ddd;
	margin: 0;
}

/* ---------- FIELDSETS ---------- */
fieldset.trow1,
fieldset.trow2 {
	border-color: var(--line2);
	background: var(--bg2);
}

/* ---------- INPUTS / TEXTAREAS / SELECT ---------- */
input.textbox,
textarea,
select {
  background: var(--bg);
  color: var(--text);
  border: 1px solid var(--line2);
  padding: 10px 14px;      
  min-height: 40px; 
  outline: 0;
  font-size: 13px;
  line-height: 1.55;       
  font-family: inherit;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.05),
    inset 0 -1px 0 rgba(0,0,0,0.45),
    0 1px 2px rgba(0,0,0,0.45); 
	width: 100%;              
  box-sizing: border-box;     
}

input.textbox:focus,
textarea:focus,
select:focus {
	border-color: var(--line);
	box-shadow: 0 0 0 1px rgba(210,179,107,.35);
}

input.textbox.portal_search {
	width: 68%;
}

/* ---------- BUTTONS ---------- */
button,
input.button {
	padding: 6px 12px;
	cursor: pointer;
	font-family: inherit;
	font-size: 13px;
	background:
		radial-gradient(at 60% 30%, rgba(210,179,107,.18), rgba(0,0,0,.35)),
		var(--bg);
	border: 1px solid var(--line2);
	color: var(--text);
	outline: 0;
	border-radius: 999px;
	transition: border-color .15s ease, background .15s ease;
	margin-bottom:20px;
	margin-top:20px;
}

button:hover,
input.button:hover {
	border-color: var(--line);
	background:
		radial-gradient(at 60% 30%, rgba(210,179,107,.25), rgba(0,0,0,.45)),
		var(--bg);
}

/* ---------- VALIDATION ---------- */
input.error,
textarea.error,
select.error {
	border-color: rgba(190,60,60,.85);
	color: rgba(240,180,180,.95);
}

input.valid,
textarea.valid,
select.valid {
	border-color: rgba(120,170,120,.85);
}

label.error {
	color: rgba(240,160,160,.95);
	margin: 5px 0;
	display: block;
	font-weight: bold;
	font-size: 11px;
}

/* ---------- EDITOR ---------- */
.editor {
	background: var(--bg2);
	border: 1px solid var(--line2);
}

.editor_control_bar {
	background: rgba(0,0,0,.35);
	border: 1px solid var(--line2);
}

.post .editor_control_bar {
	background: rgba(0,0,0,.45);
}

/* ---------- POPUPS ---------- */
.popup_menu {
	background: var(--bg);
	border: 1px solid var(--line2);
	box-shadow: 0 12px 30px rgba(0,0,0,.55);
}

.popup_menu .popup_item {
	background: rgba(0,0,0,.35);
	color: var(--text);
}

.popup_menu .popup_item:hover {
	background: rgba(210,179,107,.25);
	color: var(--text);
}

/* ---------- REPUTATION ROWS ---------- */
.trow_reputation_positive {
	background: rgba(80,120,80,.25);
}

.trow_reputation_negative {
	background: rgba(120,60,60,.25);
}

.reputation_positive {
	color: rgba(150,210,150,.95);
}

.reputation_neutral {
	color: var(--muted);
}

.reputation_negative {
	color: rgba(220,140,140,.95);
}

/* ---------- REPUTATION BOXES ---------- */
.repbox {
	font-size:16px;
	font-weight: bold;
	padding:6px 9px;
	border-radius: 8px;
}

._neutral {
	background-color: rgba(255,255,255,.04);
	color: var(--muted);
	border:1px solid var(--line2);
}

._minus {
	background-color: rgba(120,60,60,.25);
	color: rgba(240,180,180,.95);
	border:1px solid rgba(190,80,80,.65);
}

._plus {
	background-color: rgba(80,120,80,.25);
	color: rgba(180,230,180,.95);
	border:1px solid rgba(120,170,120,.65);
}

/* ---------- IMAGES ---------- */
img {
	border: none;
}

img.attachment {
	border: 1px solid var(--line2);
	padding: 3px;
	background: rgba(0,0,0,.25);
}

/* ---------- HR ---------- */
hr {
	background-color: var(--line2);
	color: var(--line2);
	height: 1px;
	border: 0;
}

.clear {
	clear: both;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.hidden {
	display: none;
	float: none;
	width: 1%;
}

.hiddenrow {
	display: none;
}

.selectall {
	background: var(--bg2);
	border-bottom: 1px solid var(--line);
	color: var(--text);
	text-align: center;
}

.expcolimage {
	float: right;
	width: auto;
	vertical-align: middle;
	margin-top: 3px;
}

.tcat_menu > .expcolimage {
	margin-top: 0;
}

blockquote {
	border: 1px solid var(--line2);
	margin: 0;
	background: var(--bg2);
	padding: 12px;
	color: var(--text);
}

blockquote cite {
	font-weight: bold;
	border-bottom: 1px solid var(--line);
	font-style: normal;
	display: block;
	padding-bottom: 4px;
	margin: 0 0 10px 0;
	color: var(--accent);
}

blockquote cite > span {
	float: right;
	font-weight: normal;
	font-size: 12px;
	color: var(--muted);
}

blockquote cite span.highlight {
	float: none;
	font-weight: bold;
	color: var(--accent);
}

.codeblock {
	background: rgba(0,0,0,.35);
	border: 1px solid var(--line2);
	padding: 12px;
	color: var(--text);
}

.codeblock .title {
	border-bottom: 1px solid var(--line2);
	font-weight: bold;
	padding-bottom: 4px;
	margin: 0 0 10px 0;
	color: var(--accent);
}

.codeblock code {
	overflow: auto;
	max-height: 200px;
	display: block;
	font-family: Monaco, Consolas, Courier, monospace;
	font-size: 13px;
	color: var(--text);
}

.smilie {
	vertical-align: middle;
}

.smilie_pointer {
	cursor: pointer;
}

.separator {
	margin: 5px;
	padding: 0;
	height: 0px;
	font-size: 1px;
	list-style-type: none;
}

.popup_menu .popup_item_container {
	margin: 1px;
	text-align: left;
}

.popup_menu .popup_item {
	display: block;
	padding: 4px;
	white-space: nowrap;
	text-decoration: none;
}

.popup_menu a.popup_item:hover {
	text-decoration: none;
}

.subject_new {
	font-weight: bold;
}

.highlight {
	background: rgba(210,179,107,.18);
	padding: 3px 0;
	color: var(--text);
}

.pm_alert {
	background: rgba(210,179,107,.20);
	border: 1px solid var(--line);
	text-align: center;
	padding: 6px 20px;
	margin-bottom: 15px;
	font-size: 11px;
	color: var(--text);
}

.red_alert {
	background: rgba(120,60,60,.25);
	border: 1px solid rgba(190,80,80,.65);
	color: rgba(240,180,180,.95);
	text-align: center;
	padding: 6px 20px;
	margin-bottom: 15px;
	font-size: 11px;
	word-wrap: break-word;
}

.red_alert a {
	color: rgba(240,180,180,.95);
}

.high_warning {
	color: #CC0000;
}

.moderate_warning {
	color: #F3611B;
}

.low_warning {
	color: #AE5700;
}

.imminent_banned {
	color: #880000;
}

.high_banned {
	color: #FF0000;
}

.moderate_banned {
	color: #FF6600;
}

.low_banned {
	color: #008000;
}

.online {
	color: rgba(160,210,160,.95);
}

.offline {
	color: var(--muted);
}

div.error {
	padding: 8px 12px;
	border: 1px solid var(--line);
	background: rgba(210,179,107,.15);
	font-size: 12px;
	color: var(--text);
}

div.error p em {
	color: rgba(200,80,80,.95);
}


div.error ul {
	margin-left: 24px;
}

.pagination a {
	background: rgba(0,0,0,.35);
	border: 1px solid var(--line2);
	color: var(--text);
}

.pagination a:hover {
	background: rgba(210,179,107,.25);
	border-color: var(--line);
	color: var(--text);
	text-decoration: none;
}

.pagination .pagination_current {
	color: var(--accent);
	font-weight: bold;
}

.pagination .go_page img {
	margin-bottom: -4px;
}

.drop_go_page {
	padding: 4px;
}

.pagination_breadcrumb {
	background-color: #efefef;
	border: 1px solid #fff;
	outline: 1px solid #ccc;
	padding: 5px;
	margin-top: 5px;
	font-weight: normal;
}

.pagination_breadcrumb_link {
	vertical-align: middle;
	cursor: pointer;
}

.thread_legend,
.thread_legend dd {
	margin: 0;
	padding: 0;
}

.thread_legend dd {
	padding-bottom: 4px;
	margin-right: 15px;
}

.thread_legend img {
	margin-right: 4px;
	vertical-align: bottom;
}

.forum_legend,
.forum_legend dt,
.forum_legend dd {
	margin: 0;
	padding: 0;
}

.forum_legend dd {
	float: left;
	margin-right: 10px;
	margin-top: 7px;
}

.forum_legend dt {
	margin-right: 10px;
	float: left;
}

.success_message {
	color: #00b200;
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 10px;
}

.error_message {
	color: #C00;
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 10px;
}

#posts_container {
	padding: 0;
}

.ignored_post {
	border-top: 3px solid #333;
	padding: 15px;
}

.ignored_post .show_ignored_post {
	margin-top: -15px;
}

.ignored_post .show_ignored_post a.button span {
	background-position: 0 -400px;
}

.deleted_post_hidden {
	border-top: 2px solid #ccc;
	padding: 15px;
}

.deleted_post_collapsed {
	border-top: 3px solid #333;
	padding: 15px;
}

.deleted_post_collapsed .show_deleted_post {
	margin-top: -15px;
}

.deleted_post_collapsed .show_deleted_post a.button span {
	background-position: 0 -400px;
}

.post {
	overflow: hidden;
}

.post.classic {
	padding-top: 15px;
}

.post .post_author {
	border-bottom: 1px solid var(--line2);
	border-top: 2px solid var(--line2);
	background: var(--bg2);
}

.post .post_author div.author_avatar img {
	padding: 5px;
	border: 1px solid var(--line2);
	background: rgba(0,0,0,.35);
}

.post .post_head {
	border-bottom: 1px dotted var(--line2);
}

.post .post_head span.post_date,
.post .post_meta {
	color: var(--muted);
}

a.button {
	background:
		radial-gradient(at 60% 30%, rgba(210,179,107,.18), rgba(0,0,0,.35)),
		var(--bg);
	color: var(--text);
	border: 1px solid var(--line);
}

.post_body {
	font-size: 12px;
	padding: 12px 0;
}

.post.classic .post_content {
	float: left;
	width: 79%;
	padding: 0 1% 5px 1%;
}

.post_content {
	padding: 9px 10px 5px 10px;
}

.post_content .signature {
	margin-top: 5px;
	padding: 10px 0 4px 0;
}

.post .post_meta {
	margin: 4px 0;
	font-size: 11px;
}

.post_controls {
	background: rgba(0,0,0,.35);
	border-bottom: 1px solid var(--line2);
}

.postbit_buttons > a {
	background: rgba(0,0,0,.35);
	border: 1px solid var(--line2);
	color: var(--text);
}

.postbit_buttons > a:hover {
	border-color: var(--line);
}


.quick_jump {
	width: 13px;
	height: 13px;
	padding-left: 13px; /* amount of padding needed for image to fully show */
	margin-top: -3px;
	border: none;
}

.pollbar .percent {
	display: none;
}

.pollbar {
	background: rgba(210,179,107,.35);
	border: 1px solid var(--line);
}

.poll_votedfor {
	background: rgba(0,0,0,.35);
	border: 1px solid var(--line2);
}

.posticons_label {
	white-space: nowrap;
}

/** jGrowl Start **/

/** Special IE6 Style Positioning **/
.ie6 {
	position: absolute;
}

.ie6.top-right {
	right: auto;
	bottom: auto;
	left: expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

.ie6.top-left {
	left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

.ie6.bottom-right {
	left: expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

.ie6.bottom-left {
	left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

.ie6.center {
	left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
	width: 100%;
}

/** jGrowl Styling **/
.jGrowl {
	z-index: 9999;
	color: #ffffff;
	font-size: 12px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	position: fixed;
}
.jGrowl.top-left {
	left: 0px;
	top: 0px;
}
.jGrowl.top-right {
	right: 0px;
	top: 0px;
}
.jGrowl.bottom-left {
	left: 0px;
	bottom: 0px;
}
.jGrowl.bottom-right {
	right: 0px;
	bottom: 0px;
}
.jGrowl.center {
	top: 0px;
	width: 50%;
	left: 25%;
}

/** Cross Browser Styling **/

.jGrowl.center .jGrowl-notification,
.jGrowl.center .jGrowl-closer {
	margin-left: auto;
	margin-right: auto;
}
.jGrowl-notification {
	background-color: transparent;
	opacity: 0.9;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100));
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100));
	transform: scale(1);
	width: 250px;
	padding: 10px;
	margin: 10px;
	text-align: left;
	display: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	word-break: break-all;
}
.jGrowl .jGrowl-notification {
	min-height: 40px;
}
.jGrowl-notification .ui-state-highlight,
.jGrowl-notification .ui-widget-content .ui-state-highlight,
.jGrowl-notification .ui-widget-header .ui-state-highlight {
	border: 1px solid #000;
	background: #000;
	color: #fff;
}
.jGrowl-notification .jGrowl-header {
	font-weight: bold;
	font-size: .85em;
}
.jGrowl-notification .jGrowl-close {
	background-color: transparent;
	color: inherit;
	border: none;
	z-index: 99;
	float: right;
	font-weight: bold;
	font-size: 1em;
	cursor: pointer;
}
.jGrowl-closer {
	background-color: #000000;
	opacity: 0.9;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100));
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100));
	transform: scale(1);
	width: 250px;
	padding: 10px;
	margin: 10px;
	text-align: left;
	display: none;
	border-radius: 5px;
	word-break: break-all;
	padding-top: 4px;
	padding-bottom: 4px;
	cursor: pointer;
	font-size: .9em;
	font-weight: bold;
	text-align: center;
}
.jGrowl-closer .ui-state-highlight,
.jGrowl-closer .ui-widget-content .ui-state-highlight,
.jGrowl-closer .ui-widget-header .ui-state-highlight {
	border: 1px solid #000;
	background: #000;
	color: #fff;
}

.jGrowl .jGrowl-notification.jgrowl_success {
    background: lightgreen;
    border: 1px solid lightgreen;
    color: #333;
}

.jGrowl .jGrowl-notification.jgrowl_error {
    background: red;
    border: 1px solid red;
    color: #333;
}

.jGrowl .jGrowl-notification.jgrowl_process, .jGrowl .jGrowl-closer {
    background: yellow;
    border: 1px solid yellow;
	color: #333;
}

/** Hide jGrowl when printing **/
@media print {
	.jGrowl {
		display: none;
	}
}

/** jGrowl End **/

/** Modal Start **/

.blocker {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	z-index: 9999;
	padding: 20px;
	box-sizing: border-box;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.75);
	text-align: center;
}

.blocker:before{
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.05em;
}

.blocker.behind {
	background-color: transparent;
}

.modal {
	width: 400px;
	text-align: left;
	background: #fff;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	z-index: 2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0 0 10px #000;
	-moz-box-shadow: 0 0 10px #000;
	-o-box-shadow: 0 0 10px #000;
	-ms-box-shadow: 0 0 10px #000;
	box-shadow: 0 0 10px #000;
}

.modal a.close-modal {
	position: absolute;
	top: -12.5px;
	right: -12.5px;
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background: url(../../../images/close.png) no-repeat 0 0;
	z-index: 2;
}

.modal-spinner {
	display: none;
	width: 64px;
	height: 64px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-right: -32px;
	margin-top: -32px;
	background: url(../../../images/spinner_big.gif) no-repeat center center;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
}

/** Modal End **/

/** Impromptu Start **/

/*! jQuery-Impromptu - v6.2.3 - 2016-04-23
* http://trentrichardson.com/Impromptu
* Copyright (c) 2016 Trent Richardson; Licensed MIT */

.jqifade{
	position: absolute;
	background-color: #777777;
}
iframe.jqifade{
	display:block;
	z-index:-1;
}
div.jqi{
	width: 400px;
	max-width:90%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	position: absolute;
	background-color: #ffffff;
	font-size: 11px;
	text-align: left;
	border: solid 1px #eeeeee;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	padding: 7px;
}
div.jqi .jqicontainer{
}
div.jqi .jqiclose{
	position: absolute;
	top: 4px; right: -2px;
	width: 18px;
	cursor: default;
	color: #bbbbbb;
	font-weight: bold;
}
div.jqi .jqistate{
	background-color: #fff;
}
div.jqi .jqititle{
	padding: 5px 10px;
	font-size: 16px;
	line-height: 20px;
	border-bottom: solid 1px #eeeeee;
}
div.jqi .jqimessage{
	padding: 10px;
	line-height: 20px;
	color: #444444;
	overflow: auto;
}
div.jqi .jqibuttonshide{
	display: none;
}
div.jqi .jqibuttons{
	text-align: right;
	margin: 0 -7px -7px -7px;
	border-top: solid 1px #e4e4e4;
	background-color: #f4f4f4;
	border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
}
div.jqi .jqibuttons button{
	margin: 0;
	padding: 15px 20px;
	background-color: transparent;
	font-weight: normal;
	border: none;
	border-left: solid 1px #e4e4e4;
	color: #777;
	font-weight: bold;
	font-size: 12px;
}
div.jqi .jqibuttons button.jqidefaultbutton{
	color: #489afe;
}
div.jqi .jqibuttons button:hover,
div.jqi .jqibuttons button:focus{
	color: #287ade;
	outline: none;
}
div.jqi .jqibuttons button[disabled]{
	color: #aaa;
}
.jqiwarning .jqi .jqibuttons{
	background-color: #b95656;
}

/* sub states */
div.jqi .jqiparentstate::after{
	background-color: #777;
	opacity: 0.6;
	filter: alpha(opacity=60);
	content: '';
	position: absolute;
	top:0;left:0;bottom:0;right:0;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
div.jqi .jqisubstate{
	position: absolute;
	top:0;
	left: 20%;
	width: 60%;
	padding: 7px;
	border: solid 1px #eeeeee;
	border-top: none;
	border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
}
div.jqi .jqisubstate .jqibuttons button{
	padding: 10px 18px;
}

/* arrows for tooltips/tours */
.jqi .jqiarrow{ position: absolute; height: 0; width:0; line-height: 0; font-size: 0; border: solid 10px transparent;}

.jqi .jqiarrowtl{ left: 10px; top: -20px; border-bottom-color: #ffffff; }
.jqi .jqiarrowtc{ left: 50%; top: -20px; border-bottom-color: #ffffff; margin-left: -10px; }
.jqi .jqiarrowtr{ right: 10px; top: -20px; border-bottom-color: #ffffff; }

.jqi .jqiarrowbl{ left: 10px; bottom: -20px; border-top-color: #ffffff; }
.jqi .jqiarrowbc{ left: 50%; bottom: -20px; border-top-color: #ffffff; margin-left: -10px; }
.jqi .jqiarrowbr{ right: 10px; bottom: -20px; border-top-color: #ffffff; }

.jqi .jqiarrowlt{ left: -20px; top: 10px; border-right-color: #ffffff; }
.jqi .jqiarrowlm{ left: -20px; top: 50%; border-right-color: #ffffff; margin-top: -10px; }
.jqi .jqiarrowlb{ left: -20px; bottom: 10px; border-right-color: #ffffff; }

.jqi .jqiarrowrt{ right: -20px; top: 10px; border-left-color: #ffffff; }
.jqi .jqiarrowrm{ right: -20px; top: 50%; border-left-color: #ffffff; margin-top: -10px; }
.jqi .jqiarrowrb{ right: -20px; bottom: 10px; border-left-color: #ffffff; }

/** Impromptu End */
