

/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }



/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 13px; line-height: 1.231; }

body, button, input, select, textarea { font-family: sans-serif; color: #222; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }
 */



/* =============================================================================
   Links
   ========================================================================== */

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }



/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }



/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }



/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) { overflow: hidden; }



/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }



/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */

table button, table input { *overflow: auto; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }



/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }



/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }




/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}






/* ---- Global Stuff ---- */

* {
	font-family: Arial, sans-serif;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

img {
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

html {
	overflow-x: hidden;
}

html, body {
	background-color: #030303;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 100%;
}

.no-cssgradients body {
	background-image: url("vend-proofing-gateway.php?action=create_gradient&hex1=030303&hex2=030303&height=500");
	background-repeat: repeat-x;
}
.cssgradients body {
	background-image: -moz-linear-gradient(top, #030303 0%, #030303 100%); /* FF3.6+ */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#030303), color-stop(100%,#030303)); /* Chrome,Safari4+ */
	background-image: -webkit-linear-gradient(top, #030303 0%,#030303 100%); /* Chrome10+,Safari5.1+ */
	background-image: -o-linear-gradient(top, #030303 0%,#030303 100%); /* Opera 11.10+ */
	background-image: -ms-linear-gradient(top, #030303 0%,#030303 100%); /* IE10+ */
	background-image: linear-gradient(to bottom, #030303 0%,#030303 100%); /* W3C */
}


.clear {
	clear: both;
}




/* ---- Error ---- */

#body-error {
	padding: 25px;
	position: relative;
}
#body-fail-icon {
	margin: 0 auto 0 auto;
	width: 115px;
	height: 115px;
	background-repeat: no-repeat;
	background-image: url('vend-proofing-gateway.php?action=image_colorize&image=vend-error-sprite.png&effect=overlay&color=D1D1D1');
	background-position: 0 115px;
}
#body-fail-icon.resolution {
	background-position: -230px 0;
}
#body-fail-icon.browser {
	background-position: -0px 0;
}
#body-fail-icon.orientation {
	background-position: -115px 0;
}
#body-fail-title {
	text-align: center;
	max-width: 500px;
	margin: 25px auto 25px auto;
}
#body-fail-description {
	max-width: 500px;
	margin: 0 auto 0 auto;
}




/* ---- Container ---- */

#title {
	display: none;
}

#container {
	position: relative;
	z-index: 2;
}

#tooltip {
	display: none;
	position: absolute;
	padding: 7px;
	z-index: 9999;
	top: 0;
	left: 0;
	pointer-events: none;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
	-moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
	color: #D1D1D1;
	font-size: 14px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #464B4E;
	background: #4A4A4A;
}



/* ---- Markdown Text ---- */

p {
	margin-bottom: 15px;
}
.Description pre {
	white-space: normal;
	margin: 0 20px 15px 20px;
}
.Description pre code {
	font-style: italic;
}
.Description ul {
	list-style-type: disc;
	margin-bottom: 15px;
	padding-left: 20px;
}
.Description li {
	margin-left: 0px;
}
.Title,
h2{
	font-size: 18px;
	color: #D1D1D1;
	margin-bottom: 15px;
}
h3 {
	font-size: 12px;
	color: #D1D1D1;
}
.Description {
	font-size: 12px;
	color: #D1D1D1;
}
.Description a {
	font-size: 12px;
	color: #D1D1D1;
	text-decoration: underline;
}
.Description a:hover {
	color: #D1D1D1;
}
.Description pre {
}
.Description h2 {
	font-size: 16px;
	color: #D1D1D1;
}
.Description strong {
	font-weight: bold;
}




/* ---- Stepper Styles ---- */
.stepper-wrap {
	position: relative;
	display: inline-block;
	font-family: Arial, sans-serif;
}
	.stepper-btn-wrap {
		position: absolute;
		top: 0;
		right: -15px;
		width: 15px;
		height: 100%;
		overflow: hidden;
		border: 1px solid #464B4E;
		border-left: 0;
		/* Border Radius */
		-webkit-border-radius: 0 2px 2px 0; /* Saf3-4, iOS 1-3.2, Android <1.6 */
		-moz-border-radius: 0 2px 2px 0; /* FF1-3.6 */
		border-radius: 0 2px 2px 0; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
		/* useful if you don't want a bg color from leaking outside the border: */
		-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
		/* Background Gradient */
		background-color: #4A4A4A;
		/* Box Sizing */
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
		.stepper-btn-wrap a {
			display: block;
			height: 50%;
			overflow: hidden;
			line-height: 100%;
			text-align: center;
			text-decoration: none;
			cursor: default;
			color: #D1D1D1;
			/* Box Sizing */
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
		}
		.stepper-btn-wrap a:hover {
			background: rgba(255, 255, 255, 0.5);
		}




/* ---- UI Objects ---- */

.uiField {
	background: #4A4A4A;
	box-shadow: inset 2px 2px 5px rgba(0, 0, 0, .3);
	-moz-box-shadow: inset 2px 2px 5px rgba(0, 0, 0, .3);
	-webkit-box-shadow: inset 2px 2px 5px rgba(0, 0, 0, .3);
	border: 1px solid #464B4E;
	border: 1px solid rgba(70,75,78, .25);
	position: relative;
	margin: 0 0 10px 0;
	padding: 10px;
	font-size: 18px;
	font-family: Arial, sans-serif;
	color: #D1D1D1;
	width: 418px;
}
.uiField:focus {
	outline: none;
}
.uiField:valid {
	border: 1px solid #464B4E;
	border: 1px solid rgba(70,75,78, .25);
}
.uiField:hover,
.uiField:invalid {
	border: 1px solid #464B4E;
	border: 1px solid rgba(70,75,78, .75);
}
.uiField.Highlight {
	border: 1px solid #A2F1A7;
	border: 1px solid rgba(162,241,167, .75);
}
::-webkit-input-placeholder,
.uiField:-moz-placeholder {
	color: #D1D1D1;
	color: rgba(209,209,209, .90);
}

.uiPushButton {
	-moz-outline-style: none;
	outline: none;
	text-decoration: none;
	-webkit-appearance:none;
	display: inline-block;
	padding: 11px;
	font-size: 14px;
	font-family: Arial, sans-serif;
	color: #D1D1D1;
	color: rgba(209,209,209, .75);
	background: #4A4A4A;
	border: 1px solid #464B4E;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
	-moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
	margin-right: 7px;
}
.uiPushButton:hover {
	color: rgba(209,209,209, 1);
}
.uiPushButton:focus,
.uiPushButton:visited,
.uiPushButton:active {
	-moz-outline-style: none;
	outline: none;
	color: #D1D1D1;
	color: rgba(209,209,209, .75);
}
.uiPushButton:disabled,
.uiPushButton.Disabled {
	color: #D1D1D1;
	color: rgba(209,209,209, .25);
	cursor: default;
}




/* ---- Form Dialog ---- */

#form-dialog-container {
	display: none;
	position: fixed;
	z-index: 3;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
	#form-dialog-screen {
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		background-color: #030303;
		opacity: .5;
		width: 100%;
		height: 100%;
	}
	#form-dialog {
		color: #D1D1D1;
		position: absolute;
		z-index: 2;
		width: 484px;
		border: 4px #464B4E solid;
		background-color: #2B2B2B;
		border-radius: 10px;
	}
		#form-dialog-inner {
			margin: 20px;
		}
		#form-dialog img {
			display: block;
			margin: 0 0 20px 0;
			padding: 0 0 0 0;
			margin: 0 auto 20px auto;
		}
		#form-dialog-description {
			clear: both;
			font-size: 14px;
			margin-bottom: 20px;
			color: #D1D1D1;
		}
		#form-dialog-content {
			position: relative;
		}
			#form-dialog-content form,
			#form-dialog-response {
				position: absolute;
				top: 0;
				left: 0;
			}
				#form-dialog-error {
					color: #D1D1D1;
					font-size: 18px;
					padding: 0 0 11px 0;
				}
			#form-dialog-screen2 {
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				background-color: #2B2B2B;
				border-radius: 10px;
			}




/* ---- Dialog ---- */

#dialog-container {
	display: none;
	position: fixed;
	z-index: 5;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
	#dialog-screen {
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		background-color: #030303;
		opacity: .5;
		width: 100%;
		height: 100%;
	}
	#dialog {
		color: #D1D1D1;
		position: absolute;
		z-index: 2;
		width: 484px;
		border: 4px #464B4E solid;
		background-color: #2B2B2B;
		border-radius: 10px;
	}
		#dialog-inner {
			margin: 20px;
		}
		#dialog-description {
			clear: both;
			font-size: 14px;
			margin-bottom: 20px;
			color: #D1D1D1;
		}
		#dialog-noremind {
			margin-left: 5px;
		}




/* ---- Control Bar ---- */

#controlbar {
	height: 40px;
	width: 100%;
	background: #2B2B2B;
	border-top: 4px #464B4E solid;
	position: fixed;
	bottom: 0px;
	z-index: 3;
}
	#controlbar a {
		outline: none;
	}
	#controlbar .Icon {
		background-repeat: no-repeat;
		background-image: url('vend-proofing-gateway.php?action=image_colorize&image=vend-icon-sprite.png&effect=overlay&color=D1D1D1');
	}
	#controlbar .Graphic {
		float: left;
	}
	#icon-mail {
		cursor: pointer;
		float: left;
		width: 40px;
		height: 40px;
		border-right: 1px #464B4E solid;
		opacity: .75;
		background-position: -240px 50%;
	}
	#icon-mail:hover {
		opacity: 1;
	}
	#icon-music {
		cursor: pointer;
		float: left;
		width: 40px;
		height: 40px;
		border-right: 1px #464B4E solid;
		background-position: -200px 50%;
		opacity: .75;
	}
	#icon-music.Paused {
		background-position: -160px 50%;
	}
	#icon-music:hover {
		opacity: 1;
	}
	#jp-player,
	#jp-container {
		display: none;
	}
	#controlbar-view {
		float: left;
	}
	.SuperNavSelect {
		-webkit-appearance: none;
		-webkit-box-shadow: none;
		-webkit-border-radius: 0;
		text-align: center;
		float: left;
		height: 40px;
		line-height: 40px;
		border: none;
		border-right: 1px #464B4E solid;
		background: #2B2B2B;
		color: #D1D1D1;
		font-size: 14px;
		display: block;
		outline: none;
		padding: 0 20px 0 20px;
	}
		.SuperNavSelect option {
			padding: 0 20px 0 20px;
		}
	.SuperNav {
		float: left;
		position: relative;
		height: 40px;
		line-height: 40px;
		border-right: 1px #464B4E solid;
		background: #2B2B2B;
	}
	.SuperNav span {
		color: #D1D1D1;
		font-size: 14px;
	}
	.SuperNav span:nth-child(2) {
		padding-left: 5px;
		font-weight: bold;
	}
	.SuperNav div {
		position: relative;
		z-index: 1;
		height: 100%;
		padding: 0 20px 0 20px;
		background: #2B2B2B;
		cursor: pointer;
		white-space: nowrap;
		text-align: center;
	}
	.SuperNav ul {
		border: 1px #464B4E solid;
		list-style-type: none;
		background-color: #2B2B2B;
		background-color: rgba(43,43,43, .9);
		position: absolute;
		top: -19px;
		left: -1px;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		z-index: 0;
	}
	.SuperNav li {
		text-align: center;
		height: 30px;
		line-height: 30px;
		border-top: 1px #464B4E solid;
		margin: 0px 10px;
		padding: 3px 0;
		cursor: default;
		white-space:nowrap;
		color: #D1D1D1;
	}
	.SuperNav li:hover,
	.SuperNav li.Active {
		color: #A2F1A7;
		cursor: pointer;
	}
	.SuperNav li.Disabled {
		color: #D1D1D1 !important;
		cursor: default;
	}
	.SuperNav li:nth-child(1) {
		height: 15px;
		line-height: 15px;
		border-top: none;
		margin: 0px 0px;
		padding: 0 0;
		background: url('vend-proofing-gateway.php?action=image_colorize&image=vend-supernav-arrow-up.png&effect=overlay&color=D1D1D1') no-repeat 50% 50%;
	}



/* --- Image Wall --- */

#image-wall {
	position: relative;
	z-index: 2;
}
#image-wall .Graphic {
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	float: left;
	background: #2B2B2B;
	border: 1px #464B4E solid;
}
	#image-wall .Graphic .Wrapper {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		overflow: hidden;
	}
		#image-wall .Graphic .Wrapper img {
			display: block;
			position: absolute;
			top: 0;
			left: 0;
		}
		#image-wall .Graphic .Highlight {
			display: none;
		}
		#image-wall .Active .Highlight {
			display: block;
			position: absolute;
			top: 0;
			left: 0;
			border: 5px #A2F1A7 solid;
		}
		#image-wall .Graphic .FavoriteButton {
			display: none;
			position: absolute;
			left: 9px;
			bottom: 9px;
			width: 24px;
			height: 24px;
			border-radius: 4px;
			box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
			-moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
			-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
			opacity: .5;
			background: #2B2B2B url('vend-proofing-gateway.php?action=image_colorize&image=vend-icon-sprite.png&effect=overlay&color=D1D1D1') no-repeat -7px 50%;
		}
		#image-wall .Graphic .FavoriteButton:hover {
			background-image: url('vend-proofing-gateway.php?action=image_colorize&image=vend-icon-sprite.png&effect=overlay&color=A2F1A7');
			opacity: 1;
		}
		#image-wall .Graphic .Favorited {
			background-image: url('vend-proofing-gateway.php?action=image_colorize&image=vend-icon-sprite.png&effect=overlay&color=A2F1A7');
			opacity: 1 !important;
		}
		#image-wall .Graphic .Favorited:hover {
			background-image: url('vend-proofing-gateway.php?action=image_colorize&image=vend-icon-sprite.png&effect=overlay&color=D1D1D1') !important;
			opacity: 1 !important;
		}



/* ---- Overlay ---- */

#overlay-container {
	display: none;
	position: fixed;
	z-index: 4;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
	#overlay-screen {
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		background-color: #030303;
		opacity: .5;
		width: 100%;
		height: 100%;
	}
	#overlay-wrapper{
		position: absolute;
		z-index: 2;
		border: 4px #464B4E solid;
		background-color: #2B2B2B;
	}
	#overlay-closetab {
		z-index: 3;
		right: -4px;
		top: -24px;
		height: 20px;
		position: absolute;
		background-color: #464B4E;
		-webkit-border-top-left-radius: 5px;
		-webkit-border-top-right-radius: 5px;
		-moz-border-radius-topleft: 5px;
		-moz-border-radius-topright: 5px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
	}
		#overlay-closetab a {
			font-weight: bold;
			line-height: 20px;
			font-size: 10px;
			padding: 0 10px;
			color: #D1D1D1;
			opacity: .75;
			text-decoration: none;
		}
		#overlay-closetab a:hover {
			opacity: 1;
		}
		#overlay-wrapper-mask {
			position: absolute;
			z-index: 2;
			overflow: hidden;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
		}
			#overlay-wrapper-inner {
				position: absolute;
			}
		#overlay-controlbar-mask {
			position: absolute;
			z-index: 3;
			overflow: hidden;
			bottom: 0;
			left: 0;
			width: 100%;
			height: 44px;
			border-top: 2px #464B4E solid;
			background: #4A4A4A;
		}
			#overlay-controlbar-inner {
				position: absolute;
				width: 100%;
			}
				#overlay-controlbar-inner .TALeft {
					position: relative;
					z-index: 2;
					float: left;
					height: 44px;
					line-height: 44px;
					font-size: 16px;
					font-weight: bold;
					white-space: nowrap;
					color: #D1D1D1;
					cursor: pointer;
					padding: 0 20px;
				}
				#overlay-controlbar-inner .TALeft.Enabled {
					opacity: .75;
					cursor: pointer;
				}
				#overlay-controlbar-inner .TALeft.Enabled:hover {
					opacity: 1;
				}
				#overlay-controlbar-inner .TALeft.Disabled {
					opacity: .25;
					cursor: default;
				}
				#overlay-controlbar-inner .TALeft.Disabled:hover {
					opacity: .25;
				}
				#overlay-controlbar-inner .VRLeft {
					position: relative;
					z-index: 2;
					float: left;
					height: 100%;
					width: 1px;
					border-left: 1px #464B4E solid;
				}
				#overlay-controlbar-inner .IBLeft {
					overflow: hidden;
					position: relative;
					z-index: 2;
					cursor: pointer;
					float: left;
					width: 40px;
					height: 100%;
					opacity: .75;
				}
				#overlay-controlbar-inner .IBLeft:hover {
					opacity: 1;
				}
				#overlay-controlbar-inner .Center {
					position: absolute;
					z-index: 1;
					top: 0;
					left: 0;
					width: 100%;
					text-align: center;
					height: 100%;
					font-size: 13px;
					font-weight: bold;
					line-height: 44px;
					white-space: nowrap;
					color: #D1D1D1;
					cursor: default;
				}
				#overlay-controlbar-inner .TARight {
					position: relative;
					z-index: 2;
					float: right;
					height: 44px;
					line-height: 44px;
					font-size: 16px;
					font-weight: bold;
					white-space: nowrap;
					color: #D1D1D1;
					cursor: pointer;
					padding: 0 20px;
				}
				#overlay-controlbar-inner .TARight.Enabled {
					opacity: .75;
					cursor: pointer;
				}
				#overlay-controlbar-inner .TARight.Enabled:hover {
					opacity: 1;
				}
				#overlay-controlbar-inner .TARight.Disabled {
					opacity: .25;
					cursor: default;
				}
				#overlay-controlbar-inner .TARight.Disabled:hover {
					opacity: .25;
				}
				#overlay-controlbar-inner .VRRight {
					position: relative;
					z-index: 2;
					float: right;
					height: 100%;
					width: 1px;
					border-right: 1px #464B4E solid;
				}
				#overlay-controlbar-inner .IBRight {
					overflow: hidden;
					position: relative;
					z-index: 2;
					cursor: pointer;
					float: right;
					width: 40px;
					height: 100%;
					opacity: .75;
				}
				#overlay-controlbar-inner .IBRight:hover {
					opacity: 1;
				}
				#overlay-clickwrap-controlbar {
					position: absolute;
					top: 0px;
					width: 100%;
					height: 44px;
				}
				#overlay-checkout-controlbar {
					position: absolute;
					top: 44px;
					width: 100%;
					height: 44px;
				}
				#overlay-overview-controlbar {
					position: absolute;
					top: 88px;
					width: 100%;
					height: 44px;
				}
					#overview-controlbar-prev {
						background: url('vend-proofing-gateway.php?action=image_colorize&image=vend-icon-sprite.png&effect=overlay&color=D1D1D1') no-repeat -280px 50%;
					}
					#overview-controlbar-next {
						background: url('vend-proofing-gateway.php?action=image_colorize&image=vend-icon-sprite.png&effect=overlay&color=D1D1D1') no-repeat -120px 50%;
					}
				#overlay-browse-controlbar {
					position: absolute;
					top: 132px;
					width: 100%;
					height: 44px;
				}
					#browse-controlbar-prev {
						background: url('vend-proofing-gateway.php?action=image_colorize&image=vend-icon-sprite.png&effect=overlay&color=D1D1D1') no-repeat -280px 50%;
					}
					#browse-controlbar-fs {
						background: url('vend-proofing-gateway.php?action=image_colorize&image=vend-icon-sprite.png&effect=overlay&color=D1D1D1') no-repeat -80px 50%;
					}
					#browse-controlbar-fs.Active {
						background: url('vend-proofing-gateway.php?action=image_colorize&image=vend-icon-sprite.png&effect=overlay&color=A2F1A7') no-repeat -40px 50%;
					}
					#browse-controlbar-fs.Disabled {
						cursor: progress;
					}
					#browse-controlbar-fs.Off {
						cursor: default !important;
						opacity: .25 !important;
					}
					#browse-controlbar-fav {
						background: url('vend-proofing-gateway.php?action=image_colorize&image=vend-icon-sprite.png&effect=overlay&color=D1D1D1') no-repeat 0px 50%;
					}
					#browse-controlbar-next {
						background: url('vend-proofing-gateway.php?action=image_colorize&image=vend-icon-sprite.png&effect=overlay&color=D1D1D1') no-repeat -120px 50%;
					}
					#browse-controlbar-fav.Active {
						background: url('vend-proofing-gateway.php?action=image_colorize&image=vend-icon-sprite.png&effect=overlay&color=A2F1A7') no-repeat 0px 50%;
					}
					#browse-controlbar-fav.Disabled {
						cursor: progress;
					}
				#overlay-packages-controlbar {
					position: absolute;
					top: 176px;
					width: 100%;
					height: 44px;
				}
					#packages-controlbar-prev {
						background: url('vend-proofing-gateway.php?action=image_colorize&image=vend-icon-sprite.png&effect=overlay&color=D1D1D1') no-repeat -280px 50%;
					}
					#packages-controlbar-next {
						background: url('vend-proofing-gateway.php?action=image_colorize&image=vend-icon-sprite.png&effect=overlay&color=D1D1D1') no-repeat -120px 50%;
					}

			#overlay-packages {
				position: absolute;
				border-right: 1px #464B4E solid;
			}
					#overlay-packages .PackageList {
						margin: 0 0 0 0;
						padding: 0 0 0 0;
					}
					#overlay-packages .PackageList h3 {
						margin: 0 0 0 0;
						padding: 10px 10px 5px 10px;
					}
					#overlay-packages .PackageList ul {
						margin: 0 10px 10px 10px;
						padding: 0 0 0 0;
						border: 2px #464B4E solid;
						list-style-type: none;
						overflow-x: hidden;
						overflow-y: auto;
						-webkit-overflow-scrolling: touch;
					}
						#overlay-packages .PackageList li {
							color: #D1D1D1;
							padding: 5px 7px;
							background: #4A4A4A;
							border-bottom: 1px #464B4E solid;
							cursor: pointer;
						}
						#overlay-packages .PackageList li:nth-child(even) {
							background-color: rgba(74,74,74, .5);
						}
						#overlay-packages .PackageList li.Active {
							color: #A2F1A7;
							cursor: default;
						}

			#overlay-package {
				position: absolute;
			}
				#overlay-package .Display {
					position: absolute;
					top: 0px;
					left: 0px;
					border-right: 1px #464B4E solid;
					overflow: hidden;
				}
				#package-context {
					position: absolute;
					top: 0px;
					left: 0px;
					padding: 25px;
					overflow: auto;
				}
					#package-context h2 {
						margin-top: 0;
					}

			#overlay-sidebar {
					position: absolute;
					border-right: 1px #464B4E solid;
				}
					#sidebar-screen {
						position: absolute;
						z-index: 20;
						top: 0;
						left: 0;
						background-color: #2B2B2B;
						opacity: .5;
						width: 100%;
						height: 100%;
					}
					#sidebar-input {
						display: none;
						position: absolute;
						top: 0;
						left: 0;
						z-index: 10;
						height: 100%;
						width: 100%;
					}
					#sidebar-input-screen {
						position: absolute;
						z-index: 1;
						top: 0;
						left: 0;
						background-color: #2B2B2B;
						opacity: .5;
						width: 100%;
						height: 100%;
					}
					#sidebar-input-content {
						position: relative;
						z-index: 2;
					}
						#sidebar-input select {
							-webkit-appearance: none;
							-webkit-box-shadow: none;
							position: absolute;
							top: 25px;
							left: 200px;
							border: 2px solid #464B4E;
							box-shadow: 10px 10px 5px rgba(0, 0, 0, .5);
							-moz-box-shadow: 10px 10px 5px rgba(0, 0, 0, .5);
							-webkit-box-shadow: 10px 10px 5px rgba(0, 0, 0, .5);
						}
							#sidebar-input select option {
								line-height: 30px;
								margin: 0;
								padding: 5px 10px;
							}
						#sidebar-input .UINumeric {
							position: absolute;
							top: 25px;
							left: 200px;
							border: 2px solid #464B4E;
							box-shadow: 10px 10px 5px rgba(0, 0, 0, .5);
							-moz-box-shadow: 10px 10px 5px rgba(0, 0, 0, .5);
							-webkit-box-shadow: 10px 10px 5px rgba(0, 0, 0, .5);
							width: 200px;
							background: #2B2B2B;
							height: 50px;
							padding: 20px;
						}
						#sidebar-input .UINumeric input {
							box-shadow: inset 2px 2px 5px rgba(0, 0, 0, .3);
							-moz-box-shadow: inset 2px 2px 5px rgba(0, 0, 0, .3);
							-webkit-box-shadow: inset 2px 2px 5px rgba(0, 0, 0, .3);
							border: 1px #464B4E solid;
							margin: 0 0 0 0;
							padding: 10px;
							font-size: 18px;
							width: 100px;
						}
						#sidebar-input .UIText {
							position: absolute;
							top: 25px;
							left: 200px;
							border: 2px solid #464B4E;
							box-shadow: 10px 10px 5px rgba(0, 0, 0, .5);
							-moz-box-shadow: 10px 10px 5px rgba(0, 0, 0, .5);
							-webkit-box-shadow: 10px 10px 5px rgba(0, 0, 0, .5);
							width: 500px;
							background: #2B2B2B;
							padding: 20px;
						}
						#sidebar-input .UIText textarea {
							resize: none;
							font-size: 14px;
							height: 100px;
							margin-bottom: 0;
						}
						#sidebar-input input {
							margin-bottom: 0 !important;
						}
						#sidebar-input button {
							background: url('vend-proofing-gateway.php?action=image_colorize&image=vend-icon-sprite.png&effect=overlay&color=D1D1D1') no-repeat -320px 50%;
							position: absolute;
							bottom: 20px;
							right: 20px;
							padding: 0 0 0 0;
							height: 47px;
							width: 40px;
						}
					#sidebar-options {
						position: relative;
						z-index: 1;
						overflow-x: hidden;
						overflow-y: auto;
						-webkit-overflow-scrolling: touch;
					}
						#sidebar-options div {
							border-bottom: 1px #464B4E solid;
							padding: 10px;
							background: #4A4A4A;
						}
						#sidebar-options .Input {
							cursor: pointer;
							position: relative;
						}
						#sidebar-options .Input:hover h3 {
							color: #A2F1A7;
						}
							#sidebar-options .Input mark {
								opacity: .75;
								position: absolute;
								right: 16px;
								top: 19px;
								display: block;
								width: 16px;
								height: 16px;
								background: #4A4A4A url('vend-proofing-gateway.php?action=image_colorize&image=vend-cart-sprite.png&effect=overlay&color=D1D1D1') no-repeat 0 0;
							}
							#sidebar-options .Input:hover mark {
								opacity: 1;
							}
							#sidebar-selection mark {
								background-position: -112px 0 !important;
							}
							#sidebar-formats mark {
								background-position: -128px 0 !important;
							}
							#sidebar-quantity mark {
								background-position: -144px 0 !important;
							}
							#sidebar-toning mark {
								background-position: -96px 0 !important;
							}
							#sidebar-papers mark {
								background-position: -80px 0 !important;
							}
							#sidebar-modifiers mark {
								background-position: -64px 0 !important;
							}
							#sidebar-crop mark {
								background-position: -48px 0 !important;
							}
							#sidebar-comments mark {
								background-position: -16px 0 !important;
							}
							#sidebar-options .Input h3 {
								margin: 0;
								padding: 0;
							}
							#sidebar-options .Input span {
								color: #D1D1D1;
								display: block;
								margin: 3px 0 0 5px;
								padding: 0;
							}
							#sidebar-options .Input select {
								position: absolute;
								top: 0;
								left: 0;
								-webkit-appearance: none;
								-webkit-box-shadow: none;
								-webkit-border-radius: 0;
								background: transparent;
								color: #D1D1D1;
								font-size: 12px;
								margin: 0;
								padding: 25px 10px 10px 15px;
								outline: none;
								width: 100%;
								border: none;
							}

			#overlay-browser {
				position: absolute;
			}
				#overlay-browser .Display {
					z-index: 1;
					position: absolute;
					width: 100%;
					height: 100%;
					background-color: #2B2B2B;
				}
					#overlay-browser .Display img {
						position: absolute;
						display: block;
						top: 0;
						left: 0;
						width: 100%;
						height: 100%;
					}
				#browser-hitarea-prev,
				#browser-hitarea-next {
					position: absolute;
					z-index: 2;
					top: 0;
					left: 0;
					width: 50%;
					height: 100%;
				}
				#browser-hitarea-next {
					left: 50%;
				}
				#browser-cropview {
					position: absolute;
					z-index: 3;
					top: 0;
					left: 0;
				}
					#browser-cropview-t,
					#browser-cropview-l,
					#browser-cropview-b,
					#browser-cropview-r {
						position: absolute;
						top: 0;
						left: 0;
						background: #2B2B2B;
						opacity: .8;
					}
					#browser-cropview-o {
						position: absolute;
						top: 0;
						left: 0;
						border: 1px #464B4E solid;
						cursor: move;
					}
				#browser-zoom {
					background: #2B2B2B;
					position: absolute;
					z-index: 4;
					top: 0;
					left: 0;
					display: none;
					overflow: hidden;
				}
					#browser-zoom img {
						display: block;
						position: absolute;
						top: 0;
						left: 0;
						cursor: move;
					}

			#overlay-cart {
				position: absolute;
			}
				#cart-screen {
					display: none;
					position: absolute;
					z-index: 20;
					top: 0;
					left: 0;
					background-color: #2B2B2B;
					opacity: .5;
					width: 100%;
					height: 100%;
				}
				#cart-groups {
					position: absolute;
					top: 0;
					left: 0;
					z-index: 1;
					overflow-x: hidden;
					overflow-y: auto;
					-webkit-overflow-scrolling: touch;
					border-right: 1px #464B4E solid;
				}
					#cart-groups .CartGroup {
						position: relative;
						border-bottom: 1px #464B4E solid;
						background-color: #2B2B2B;
						background-image: url('vend-proofing-gateway.php?action=image_colorize&image=vend-cart-arrow-right.png&effect=overlay&color=D1D1D1');
						background-repeat: no-repeat;
						background-position: right center;
					}
						#cart-groups .CartGroup .Inner {
							padding: 10px 40px 10px 10px;
						}
						#cart-groups .CartGroup h2 {
							font-size: 16px;
							margin: 0 0 5px 0;
							padding: 0 0 0 0;
							float: left;
						}
						#cart-groups .CartGroup .total {
							font-size: 16px;
							font-weight: bold;
							float: right;
							display: block;
							margin: 0 0 5px 0;
							color: #D1D1D1;
						}
						#cart-groups .CartGroup .metadata {
							clear: left;
							float: left;
							display: block;
							margin-bottom: 5px;
							color: #D1D1D1;
							font-size: 12px;
						}
						#cart-groups .CartGroup .completion {
							clear: left;
							float: left;
							display: block;
							color: #D1D1D1;
							font-size: 12px;
						}
						#cart-groups .CartGroup button {
							clear: right;
							float: right;
							display: block;
							-moz-outline-style: none;
							outline: none;
							text-decoration: none;
							-webkit-appearance:none;
							padding: 3px 5px;
							margin: 0 0 0 0;
							font-size: 10px;
							font-weight: bold;
							font-family: Arial, sans-serif;
							color: #D1D1D1;
							color: rgba(209,209,209, .75);
							background: #4A4A4A;
							border: 1px solid #464B4E;
							border-radius: 3px;
							-moz-border-radius: 3px;
							-webkit-border-radius: 3px;
						}
						#cart-groups .CartGroup button:hover {
							color: rgba(209,209,209, 1);
						}
					#cart-groups .CartGroup.Active {
						background-color: #4A4A4A;
					}
					#cart-groups .CartGroup.Active h2 {
						color: #A2F1A7;
					}
				#cart-items {
					position: absolute;
					top: 0;
					left: 0;
					z-index: 1;
					overflow-x: hidden;
					overflow-y: auto;
					-webkit-overflow-scrolling: touch;
					border-right: 1px #464B4E solid;
				}
					#cart-items .CartItem {
						position: relative;
						background: #2B2B2B;
						border-bottom: 1px #464B4E solid;
					}
						#cart-items .CartItem .Inner {
							/*padding: 5px 5px 5px 5px;
							border: 2px #2B2B2B solid;*/
							padding: 7px;
						}
						#cart-items .CartItem h2 {
							font-size: 12px;
							margin: 0 0 5px 0;
							padding: 0 0 0 0;
							float: left;
						}
						#cart-items .CartItem .metadata {
							clear: left;
							float: left;
							display: block;
							margin-bottom: 5px;
							color: #D1D1D1;
							font-size: 12px;
						}
						#cart-items .CartItem .total {
							font-size: 12px;
							font-weight: bold;
							float: right;
							display: block;
							margin: 0 0 5px 0;
							color: #D1D1D1;
						}
						#cart-items .CartItem button {
							clear: right;
							float: right;
							display: block;
							-moz-outline-style: none;
							outline: none;
							text-decoration: none;
							-webkit-appearance:none;
							padding: 3px 5px;
							margin: 0 0 0 0;
							font-size: 10px;
							font-weight: bold;
							font-family: Arial, sans-serif;
							color: #D1D1D1;
							color: rgba(209,209,209, .75);
							background: #4A4A4A;
							border: 1px solid #464B4E;
							border-radius: 3px;
							-moz-border-radius: 3px;
							-webkit-border-radius: 3px;
						}
						#cart-items .CartItem button:hover {
							color: rgba(209,209,209, 1);
						}
					#cart-items .CartItem.Active {
						background: #4A4A4A;
					}
					#cart-items .CartItem.Active h2 {
						color: #A2F1A7;
					}
					#cart-items .CartItem.Active .Inner {
						/*border: 2px #A2F1A7 solid;*/
					}

			#overlay-overview {
				position: absolute;
			}
				#overview-screen {
					display: none;
					position: absolute;
					z-index: 20;
					top: 0;
					left: 0;
					background-color: #2B2B2B;
					opacity: .5;
					width: 100%;
					height: 100%;
				}
					#overview-options input {
						box-shadow: inset 2px 2px 5px rgba(0, 0, 0, .3);
						-moz-box-shadow: inset 2px 2px 5px rgba(0, 0, 0, .3);
						-webkit-box-shadow: inset 2px 2px 5px rgba(0, 0, 0, .3);
						border: 1px #464B4E solid;
						margin: 3px 0 0 0;
						padding: 5px;
						font-size: 14px;
						width: 300px;
					}
				#overview-options {
					position: relative;
					z-index: 2;
					overflow-x: hidden;
					overflow-y: auto;
					-webkit-overflow-scrolling: touch;
				}
					#overview-options .Input {
						z-index: 2;
						cursor: default;
						position: relative;
						border-bottom: 1px #464B4E solid;
						padding: 10px;
						background: #4A4A4A;
					}
						#overview-options .Display {
							background-color: #2B2B2B;
							border: 1px #464B4E solid;
							height: 150px;
							margin-bottom: 10px;
						}
							#overview-options .Display img {
								display: block;
								margin: 0 auto 0 auto;
								background: #4A4A4A;
								border-left: 1px #464B4E solid;
								border-right: 1px #464B4E solid;
							}
						#overview-options h2 {
							margin: 0 0 0 0;
							padding: 0 0 0 0;
						}
						#overview-options .Input mark {
							opacity: .75;
							position: absolute;
							right: 16px;
							top: 19px;
							display: block;
							width: 16px;
							height: 16px;
							background: #4A4A4A url('vend-proofing-gateway.php?action=image_colorize&image=vend-cart-sprite.png&effect=overlay&color=D1D1D1') no-repeat 0 0;
						}
						#overview-format mark {
							background-position: -128px 0 !important;
						}
						#overview-tone mark {
							background-position: -96px 0 !important;
						}
						#overview-paper mark {
							background-position: -80px 0 !important;
						}
						#overview-modifier mark {
							background-position: -64px 0 !important;
						}
						#overview-orientation mark {
							background-position: -48px 0 !important;
						}
						#overview-comments mark {
							background-position: -16px 0 !important;
						}
						#overview-options .Input h3 {
							margin: 0;
							padding: 0;
						}
						#overview-options .Input span {
							color: #D1D1D1;
							display: block;
							margin: 3px 0 0 5px;
							padding: 0;
						}

			#overlay-checkout {
				position: absolute;
			}
				#checkout-screen {
					display: none;
					position: absolute;
					z-index: 20;
					top: 0;
					left: 0;
					background-color: #2B2B2B;
					opacity: .5;
					width: 100%;
					height: 100%;
				}
				#checkout-blocks {
					position: absolute;
					top: 0;
					left: 0;
					z-index: 1;
					overflow-x: hidden;
					overflow-y: auto;
					-webkit-overflow-scrolling: touch;
					border-right: 1px #464B4E solid;
				}
					#checkout-blocks .Input {
						border-bottom: 1px #464B4E solid;
						padding: 20px 20px 10px 20px;
						background: #4A4A4A;
						position: relative;
					}
						#checkout-blocks .Input h3 {
							display: none;
						}
						#checkout-blocks h2 {
							display: block;
							color: #D1D1D1;
							margin: 0 0 10px 0;
							padding: 0 0 0 0;
							cursor: default;
							font-size: 14px;
							font-weight: bold;
						}
						#checkout-blocks .Wrapper {
							border: 1px #464B4E solid;
							border-bottom: none;
							position: relative;
							margin: 0 0 10px 0;
							padding: 0 0 0 0;
							width: 100%;
						}
						#checkout-blocks .Wrapper hr {
							clear: both;
							border: none;
							border-top: 1px #464B4E solid;
							margin: 0 0 0 0;
							padding: 0 0 0 0;
							width: 100%;
						}
						#checkout-blocks .Wrapper input {
							color: #D1D1D1;
							font-size: 14px;
							clear: both;
							float: left;
							height: 40px;
							line-height: 40px;
							margin: 0 5px;
						}
						#checkout-blocks .Wrapper label {
							color: #D1D1D1;
							font-size: 14px;
							float: left;
							height: 40px;
							line-height: 40px;
							margin: 0 5px;
						}
						#checkout-blocks select {
							width: auto;
						}
				#checkout-summary {
					position: absolute;
					top: 0;
					left: 0;
					z-index: 1;
					overflow-x: hidden;
					overflow-y: auto;
					-webkit-overflow-scrolling: touch;
				}
					#checkout-summary .Inner {
						padding: 20px;
					}
						#checkout-comments {
							height: 70px;
							margin: 0 0 10px 0;
							font-size: 14px;
						}
						#summary-table {
							background: #4A4A4A;
							border: 1px #464B4E solid;
							width: 100%;
							margin: 0 0 10px 0;
						}
							#summary-table tr td:first-child {
								border-right: 1px #464B4E solid;
							}
							#summary-table .Label {
								color: #D1D1D1;
								font-weight: bold;
							}
							#summary-table .Value {
								color: #D1D1D1;
								text-align: right;
							}
							#summary-table td {
								padding: 0px 10px 0px 10px;
								font-size: 12px;
								color: #D1D1D1;
								padding: 5px 10px 5px 20px;
								border-bottom: 1px #464B4E dotted;
								font-weight: normal;
							}
							#cart-total td {
								padding: 5px 10px 5px 10px;
								font-size: 18px;
								color: #D1D1D1;
								border-bottom: 1px #464B4E solid;
								padding: 10px;
								font-weight: bold;
							}
							#cart-final-total td {
								padding: 5px 10px 5px 10px;
								font-size: 18px;
								color: #D1D1D1;
								border-top: 1px #464B4E solid;
								padding: 10px;
								font-weight: bold;
							}
					#clickwrap {
						background: #4A4A4A;
						padding: 10px;
						margin: 0 0 10px 0;
						border: 1px #464B4E solid;
					}
						#clickwrap label {
							color: #D1D1D1;
							font-size: 14px;
						}
						#clickwrap a {
							color: #D1D1D1;
							font-size: 14px;
							cursor: pointer;
							font-weight: bold;
							text-decoration: underline;
						}
						#clickwrap a:hover {
							color: #A2F1A7;
						}

			#overlay-clickwrap {
				position: absolute;
			}
				#clickwrap-context {
					position: absolute;
					top: 0;
					left: 0;
					z-index: 1;
					overflow-x: hidden;
					overflow-y: auto;
					-webkit-overflow-scrolling: touch;
				}
				#clickwrap-context h2 {
					margin-top: 0;
					padding-top: 0;
				}
				#clickwrap-context .Inner {
					padding: 25px;
				}




/* ---- Splash Wall View ---- */

#splash-dialog-description {
	display: none;
}
.Wall {
	border-bottom: 1px #ccc solid;
	float: left;
	width: 100%;
}
.Group0 {
	float: left;
	width: 100%;
}
	.WallItem {
		height: 150px;
		overflow: hidden;
	}
	.Group0 .WallItem {
		background: #2B2B2B;
	}
	.Group1 .WallItem {
		background: #4A4A4A;
	}
		.WallItem .Inner {
			height: 100%;
			border-top: 1px #464B4E solid;
		}
		.WallItem .Graphic {
			float: left;
			border-right: 1px #464B4E solid;
			margin-right: 15px;
			background: transparent;
		}
			.WallItem .Graphic img {
				display: block;
				background: transparent;
			}
		.WallItem .InfoBlock {
			margin: 15px;
		}
			.WallItem .InfoBlock h2 {
				color: #D1D1D1;
				font-weight: bold;
				font-size: 16px;
				margin: 0 0 10px 0;
			}
			.WallItem .InfoBlock div {
				color: #D1D1D1;
				padding-left: 5px;
				font-size: 12px;
				margin: 0 0 3px 0;
			}
			.WallItem .InfoBlock .Expired {
				color: #A2F1A7;
			}
			.WallItem .InfoBlock .uiPushButton {
				margin-top: 7px;
			}
.Even {
	clear: both;
	float: left;
	width: 50%;
}
.Odd {
	float: right;
	width: 50%;
}
.Odd .Inner {
	border-left: 1px #464B4E solid;
}




/* ---- Contact Form Dialog ---- */

#contact-form-dialog-container {
	display: none;
	position: fixed;
	z-index: 4;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
	#contact-form-dialog-screen {
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		background-color: #030303;
		opacity: .5;
		width: 100%;
		height: 100%;
	}
	#contact-form-dialog {
		color: #D1D1D1;
		position: absolute;
		z-index: 2;
		width: 964px;
		border: 4px #464B4E solid;
		background-color: #2B2B2B;
	}
		#contact-closetab {
			z-index: 3;
			right: -4px;
			top: -24px;
			height: 20px;
			position: absolute;
			background-color: #464B4E;
			-webkit-border-top-left-radius: 5px;
			-webkit-border-top-right-radius: 5px;
			-moz-border-radius-topleft: 5px;
			-moz-border-radius-topright: 5px;
			border-top-left-radius: 5px;
			border-top-right-radius: 5px;
	 	}
			#contact-closetab a {
				font-weight: bold;
				line-height: 20px;
				font-size: 10px;
				padding: 0 10px;
				color: #D1D1D1;
				opacity: .75;
				text-decoration: none;
			}
			#contact-closetab a:hover {
				opacity: 1;
			}
		#contact-form-dialog-screen2 {
			z-index: 3;
			position: absolute;
			top: 0;
			left: 0;
			background-color: #030303;
			opacity: .5;
			width: 100%;
			height: 100%;
		}
		#contact-form-dialog-left {
			padding: 20px;
			width: 440px;
			float: left;
		}
			#contact-form-dialog img {
				display: block;
				margin: 0 0 20px 0;
				padding: 0 0 0 0;
				margin: 0 auto 20px auto;
			}
			#contact-form-dialog .Description {
				background: #4A4A4A;
				height: 150px;
				overflow: auto;
				border: 1px #464B4E solid;
				margin-bottom: 20px;
				padding: 0 20px 0 20px;
				-webkit-overflow-scrolling: touch;
			}
			#social-bar {
				background: #4A4A4A;
				border: 1px #464B4E solid;
				position: absolute;
				height: 28px;
				bottom: 20px;
				width: 400px;
				padding: 0 20px;
			}
			#social-bar .SocialBarItem {
				margin-top: 3px;
				float: left;
			}
		#contact-form-dialog-right {
			padding: 20px;
			width: 440px;
			float: right;
		}
			#contact-form-wrapper {
				height: 200px;
				overflow: auto;
				border: 1px #464B4E solid;
				margin-bottom: 20px;
				-webkit-overflow-scrolling: touch;
			}
			#contact-form-dialog-right .Hidden {
				display: none;
			}
			#contact-form-wrapper fieldset {
				background: #4A4A4A;
				border-bottom: 1px #464B4E solid;
			}
			#contact-form-wrapper fieldset:nth-child(even) {
				background-color: rgba(74,74,74, .5);
			}
			#contact-form-wrapper fieldset:last-child {
				border-bottom: none;
			}
			#contact-form-wrapper .Input label,
			#contact-form-wrapper .Date label,
			#contact-form-wrapper .Area label,
			#contact-form-wrapper .Radio h2,
			#contact-form-wrapper .Checkbox h2,
			#contact-form-wrapper .Dropdown h2 {
				font-weight: bold;
				display: block;
				font-size: 14px;
				color: #D1D1D1;
				margin: 0 0 0 0;
				padding: 5px 5px 0 5px;
				cursor: default;
			}
			#contact-form-wrapper .Input span,
			#contact-form-wrapper .Date span,
			#contact-form-wrapper .Area span,
			#contact-form-wrapper .Radio span,
			#contact-form-wrapper .Checkbox span,
			#contact-form-wrapper .Dropdown span {
				color: #A2F1A7;
			}
			#contact-form-wrapper .Input input,
			#contact-form-wrapper .Date input,
			#contact-form-wrapper .Area textarea,
			#contact-form-wrapper .Dropdown select {
				background: #4A4A4A;
				border: 1px #464B4E solid;
				position: relative;
				font-size: 12px;
				margin: 5px;
				padding: 4px;
				color: #D1D1D1;
				width: 380px;
				text-align: left;
			}
			#contact-form-wrapper .Radio .InputWrapper,
			#contact-form-wrapper .Checkbox .InputWrapper {
				background: #4A4A4A;
				border: 1px #464B4E solid;
				position: relative;
				margin: 5px;
				padding: 4px;
				width: 380px;
			}
			#contact-form-wrapper .Radio input,
			#contact-form-wrapper .Checkbox input {
				clear: both;
				float: left;
				margin: 3px;
			}
			#contact-form-wrapper .Radio label,
			#contact-form-wrapper .Checkbox label {
				float: left;
				margin: 3px;
			}
			#contact-form-wrapper .Area textarea {
				height: 80px;
				resize: none;
			}
			#contact-form-dialog-right .Result {
				opacity: .65;
				height: 28px;
				line-height: 28px;
				border: 1px #464B4E solid;
				background: #4A4A4A;
				color: #D1D1D1;
				font-size: 12px;
				padding: 0 7px;
				margin: 20px 0 0 0;
			}
			#contact-form-dialog-right select:focus,
			#contact-form-dialog-right input:focus {
				outline: none !important;
			}
			#contact-form-dialog-right .Input input:valid {
				box-shadow: none;
			}
			#contact-form-dialog-right .Input input:required {
				color: #D1D1D1;
				background: transparent;
			}
			#contact-form-dialog-right .Area textarea:invalid,
			#contact-form-dialog-right .Dropdown select:invalid,
			#contact-form-dialog-right .Input input:invalid {
				color: #A2F1A7;
				box-shadow: none;
			}
			::-webkit-input-placeholder {
				color: #D1D1D1;
			}
			#contact-form-dialog-right textarea:-moz-placeholder,
			#contact-form-dialog-right input:-moz-placeholder {
				color: #D1D1D1;
			}
			#contact-form-dialog-right .placeholder {
				color: #D1D1D1 !important;
			}
			#contact-form-dialog-right .Focused input {
				border-color: #A2F1A7 !important;
			}
			#contact-form-dialog-right .Default input {
				background: #4A4A4A !important;
				border-color: #464B4E !important;
			}
			#contact-form-dialog-right .Invalid input {
				background: #4A4A4A !important;
				border-color: #A2F1A7 !important;
			}
.Contact #contact-form-dialog-screen,
.Contact #contact-closetab,
.Contact #contact-form-dialog-cancel {
	display: none;
}


