/*reset.css*/
/* *{@include box-sizing('border-box');} */
/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
/* line 21, ../../../../workspace/styles/global-sass/sass/modules/_reset.scss */
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary
	{
	display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
/* line 31, ../../../../workspace/styles/global-sass/sass/modules/_reset.scss */
audio,canvas,video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 42, ../../../../workspace/styles/global-sass/sass/modules/_reset.scss */
audio:not ([controls] ) {
	display: none;
	height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
 * and Safari 4.
 * Known issue: no IE 6 support.
 */
/* line 53, ../../../../workspace/styles/global-sass/sass/modules/_reset.scss */
[hidden] {
	display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 68, ../../../../workspace/styles/global-sass/sass/modules/_reset.scss */
html {
	font-size: 100%;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
	-ms-text-size-adjust: 100%;
	/* 2 */
}

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
/* line 83, ../../../../workspace/styles/global-sass/sass/modules/_reset.scss */
html,button,input,select,textarea {
	font-family: sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE 6/7.
 */
/* line 91, ../../../../workspace/styles/global-sass/sass/modules/_reset.scss */
body {
	margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
/* line 103, ../../../../workspace/styles/global-sass/sass/modules/_reset.scss */
a:focus {
	outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
/* line 112, ../../../../workspace/styles/global-sass/sass/modules/_reset.scss */
a:active,a:hover {
	outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE 6/7.
 * Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
/* line 126, ../../../../workspace/styles/global-sass/sass/modules/_reset.scss */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* line 131, ../../../../workspace/styles/global-sass/sass/modules/_reset.scss */
h2 {
	font-size: 1.5em;
	margin: 0.83em 0;
}

/* line 136, ../../../../workspace/styles/global-sass/sass/modules/_reset.scss */
h3 {
	font-size: 1.17em;
	margin: 1em 0;
}

/* line 141, ../../../../workspace/styles/global-sass/sass/modules/_reset.scss */
h4 {
	font-size: 1em;
	margin: 1.33em 0;
}

/* line 146, ../../../../workspace/styles/global-sass/sass/modules/_reset.scss */
h5 {
	font-size: 0.83em;
	margin: 1.67em 0;
}

/* line 151, ../../../../workspace/styles/global-sass/sass/modules/_reset.scss */
h6 {
	font-size: 0.75em;
	margin: 2.33em 0;
}

/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
/* line 160, ../../../../workspace/styles/global-sass/sass/modules/_reset.scss */
abbr[title] {
	border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
/* line 169, ../../../../workspace/styles/global-sass/sass/modules/_reset.scss */
b,strong {
	font-weight: bold;
}

/* line 173, ../../../../workspace/styles/global-sass/sass/modules/_reset.scss */
blockquote {
	margin: 1em 40px;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
/* line 181, ../../../../workspace/styles/global-sass/sass/modules/_reset.scss */
dfn {
	font-style: italic;
}

/*
 * Addresses styling not present in IE 6/7/8/9.
 */
/* line 189, ../../../../workspace/styles/global-sass/sass/modules/_reset.scss */
mark {
	background: #ff0;
	color: #000;
}

/*
 * Addresses margins set differently in IE 6/7.
 */
/* line 199, ../../../../workspace/styles/global-sass/sass/modules/_reset.scss */
p,pre {
	margin: 0 0 1em 0;
}

/*
 * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
/* line 210, ../../../../workspace/styles/global-sass/sass/modules/_reset.scss */
code,kbd,pre,samp {
	font-family: monospace, serif;
	_font-family: 'courier new', monospace;
	font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
/* line 220, ../../../../workspace/styles/global-sass/sass/modules/_reset.scss */
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

/*
 * Addresses CSS quotes not supported in IE 6/7.
 */
/* line 230, ../../../../workspace/styles/global-sass/sass/modules/_reset.scss */
q {
	quotes: none;
}

/*
 * Addresses `quotes` property not supported in Safari 4.
 */
/* line 239, ../../../../workspace/styles/global-sass/sass/modules/_reset.scss */
q:before,q:after {
	content: '';
	content: none;
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
/* line 248, ../../../../workspace/styles/global-sass/sass/modules/_reset.scss */
small {
	font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 257, ../../../../workspace/styles/global-sass/sass/modules/_reset.scss */
sub,sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

/* line 264, ../../../../workspace/styles/global-sass/sass/modules/_reset.scss */
sup {
	top: -0.5em;
}

/* line 268, ../../../../workspace/styles/global-sass/sass/modules/_reset.scss */
sub {
	bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE 6/7.
 */
/* line 283, ../../../../workspace/styles/global-sass/sass/modules/_reset.scss */
dl,menu,ol,ul {
	margin: 0 0 1em 0;
}

/* line 287, ../../../../workspace/styles/global-sass/sass/modules/_reset.scss */
dd {
	margin: 0 0 0 40px;
}

/*
 * Addresses paddings set differently in IE 6/7.
 */
/* line 297, ../../../../workspace/styles/global-sass/sass/modules/_reset.scss */
menu,ol,ul {
	padding: 0 0 0 14px;
}

/*
 * Corrects list images handled incorrectly in IE 7.
 */
/* line 306, ../../../../workspace/styles/global-sass/sass/modules/_reset.scss */
nav ul,nav ol {
	list-style: none;
	list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */
/* line 320, ../../../../workspace/styles/global-sass/sass/modules/_reset.scss */
img {
	border: 0;
	/* 1 */
	-ms-interpolation-mode: bicubic;
	/* 2 */
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */
/* line 329, ../../../../workspace/styles/global-sass/sass/modules/_reset.scss */
svg:not (:root ) {
	overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
/* line 341, ../../../../workspace/styles/global-sass/sass/modules/_reset.scss */
figure {
	margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE 6/7.
 */
/* line 353, ../../../../workspace/styles/global-sass/sass/modules/_reset.scss */
form {
	margin: 0;
}

/*
 * Define consistent border, margin, and padding.
 */
/* line 361, ../../../../workspace/styles/global-sass/sass/modules/_reset.scss */
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */
/* line 373, ../../../../workspace/styles/global-sass/sass/modules/_reset.scss */
legend {
	border: 0;
	/* 1 */
	padding: 0;
	white-space: normal;
	/* 2 */
	*margin-left: -7px;
	/* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
/* line 390, ../../../../workspace/styles/global-sass/sass/modules/_reset.scss */
button,input,select,textarea {
	font-size: 100%;
	/* 1 */
	margin: 0;
	/* 2 */
	vertical-align: baseline;
	/* 3 */
	*vertical-align: middle;
	/* 3 */
}

/*
 * Addresses Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 403, ../../../../workspace/styles/global-sass/sass/modules/_reset.scss */
button,input {
	line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
/* line 420, ../../../../workspace/styles/global-sass/sass/modules/_reset.scss */
button,html input[type="button"],input[type="reset"],input[type="submit"]
	{
	-webkit-appearance: button;
	/* 2 */
	cursor: pointer;
	/* 3 */
	*overflow: visible;
	/* 4 */
}

/*
 * Re-set default cursor for disabled elements.
 */
/* line 431, ../../../../workspace/styles/global-sass/sass/modules/_reset.scss */
button[disabled],input[disabled] {
	cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
/* line 443, ../../../../workspace/styles/global-sass/sass/modules/_reset.scss */
input[type="checkbox"],input[type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
	*height: 13px;
	/* 3 */
	*width: 13px;
	/* 3 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 456, ../../../../workspace/styles/global-sass/sass/modules/_reset.scss */
input[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	/* 2 */
	box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 469, ../../../../workspace/styles/global-sass/sass/modules/_reset.scss */
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration
	{
	-webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 3+.
 */
/* line 478, ../../../../workspace/styles/global-sass/sass/modules/_reset.scss */
button::-moz-focus-inner,input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
/* line 488, ../../../../workspace/styles/global-sass/sass/modules/_reset.scss */
textarea {
	overflow: auto;
	/* 1 */
	vertical-align: top;
	/* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
/* line 501, ../../../../workspace/styles/global-sass/sass/modules/_reset.scss */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
/* line 515, ../../../../workspace/styles/global-sass/sass/modules/_reset.scss */
html,button,input,select,textarea {
	color: #222;
}

/* line 519, ../../../../workspace/styles/global-sass/sass/modules/_reset.scss */
body {
	font-size: 1em;
	line-height: 1.4;
}

/*
 * A better looking default horizontal rule
 */
/* line 528, ../../../../workspace/styles/global-sass/sass/modules/_reset.scss */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
/* line 541, ../../../../workspace/styles/global-sass/sass/modules/_reset.scss */
img {
	vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
/* line 549, ../../../../workspace/styles/global-sass/sass/modules/_reset.scss */
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

/* line 555, ../../../../workspace/styles/global-sass/sass/modules/_reset.scss */
label {
	position: relative;
}

/*style definitions for global type styles and colors */
/* line 4, ../../../../workspace/styles/global-sass/sass/modules/_fonts.scss */
.fontStyle1,h1 {
	font-size: 1.875em;
	font-weight: normal;
	color: #202020;
}

/* line 11, ../../../../workspace/styles/global-sass/sass/modules/_fonts.scss */
p,label,li {
	font-size: 0.75em;
}

/* line 15, ../../../../workspace/styles/global-sass/sass/modules/_fonts.scss */
h1 a {
	color: #202020;
	text-decoration: none;
}

/* line 19, ../../../../workspace/styles/global-sass/sass/modules/_fonts.scss */
.fontStyle2 {
	font-size: 2.4em;
	font-weight: normal;
	color: #2f6fa9;
}

/* line 24, ../../../../workspace/styles/global-sass/sass/modules/_fonts.scss */
.fontStyle3 {
	font-size: 1.6em;
	font-weight: bold;
	color: #202020;
}

/* line 29, ../../../../workspace/styles/global-sass/sass/modules/_fonts.scss */
.fontStyle4 {
	font-size: 0.9em;
	font-weight: bold;
	color: #717171;
	text-transform: uppercase;
}

/* line 35, ../../../../workspace/styles/global-sass/sass/modules/_fonts.scss */
.fontStyle4alt {
	color: #757575;
}

/* line 37, ../../../../workspace/styles/global-sass/sass/modules/_fonts.scss */
.fontStyle5 {
	font-size: 0.9em;
	font-weight: bold;
	color: #2f6fa9;
	text-transform: uppercase;
}

/* line 43, ../../../../workspace/styles/global-sass/sass/modules/_fonts.scss */
.fontStyle6 {
	font-size: 1.0em;
	font-weight: bold;
	color: #717171;
	text-transform: uppercase;
}

/* line 49, ../../../../workspace/styles/global-sass/sass/modules/_fonts.scss */
.fontStyle6alt {
	color: #757575;
}

/* line 51, ../../../../workspace/styles/global-sass/sass/modules/_fonts.scss */
.fontStyle7 {
	font-size: 1.2em;
	font-weight: bold;
	color: #2f6fa9;
}

/* line 56, ../../../../workspace/styles/global-sass/sass/modules/_fonts.scss */
.fontStyle8,.fontStyle8b {
	font-size: 1.1em;
	font-weight: normal;
	color: #202020;
}

/* line 61, ../../../../workspace/styles/global-sass/sass/modules/_fonts.scss */
.fontStyle8b {
	font-weight: bold;
}

/* line 63, ../../../../workspace/styles/global-sass/sass/modules/_fonts.scss */
.fontStyle9,.fontStyle9b {
	font-size: 1.2em;
	font-weight: normal;
	color: #202020;
}

/* line 68, ../../../../workspace/styles/global-sass/sass/modules/_fonts.scss */
.fontStyle9b {
	font-weight: bold;
}

/* line 70, ../../../../workspace/styles/global-sass/sass/modules/_fonts.scss */
.fontStyle10 {
	font-size: 1.2em;
	font-weight: bold;
	color: #717171;
}

/* line 75, ../../../../workspace/styles/global-sass/sass/modules/_fonts.scss */
.fontStyle10alt {
	color: #757575;
}

/* line 77, ../../../../workspace/styles/global-sass/sass/modules/_fonts.scss */
.fontStyle11,#main label.fontStyle11 {
	font-size: 1.2em;
	font-weight: bold;
	color: #202020;
}

/* line 82, ../../../../workspace/styles/global-sass/sass/modules/_fonts.scss */
.fontStyle12 {
	font-size: 1.1em;
	font-weight: normal;
	color: #2f6fa9;
}

/* line 87, ../../../../workspace/styles/global-sass/sass/modules/_fonts.scss */
.fontStyle13 {
	font-size: 1.1em;
	font-weight: normal;
	color: #2f6fa9;
	text-decoration: underline;
}

/* line 93, ../../../../workspace/styles/global-sass/sass/modules/_fonts.scss */
.fontStyle14 {
	font-size: 1.6em;
	font-weight: normal;
	color: #2f6fa9;
}

/* line 98, ../../../../workspace/styles/global-sass/sass/modules/_fonts.scss */
.fontStyle14b {
	font-size: 1.6em;
	font-weight: bold;
	color: #2f6fa9;
}

/* line 103, ../../../../workspace/styles/global-sass/sass/modules/_fonts.scss */
.fontStyle15 {
	font-size: 1.0em;
	font-weight: bold;
	color: #2f6fa9;
}

/* line 108, ../../../../workspace/styles/global-sass/sass/modules/_fonts.scss */
.fontStyle15b {
	color: #656565;
}

/* line 110, ../../../../workspace/styles/global-sass/sass/modules/_fonts.scss */
.fontStyle16 {
	font-size: 1.4em;
	font-weight: bold;
	color: #202020;
}

/* line 116, ../../../../workspace/styles/global-sass/sass/modules/_fonts.scss */
.fontStyle17,.alert-icon {
	color: #c94f16;
	font-size: 1.1em;
	font-weight: bold;
}

/* line 123, ../../../../workspace/styles/global-sass/sass/modules/_fonts.scss */
.fontStyle18,.error,.error-icon {
	color: #eb0f0e;
}

/* line 125, ../../../../workspace/styles/global-sass/sass/modules/_fonts.scss */
.fontStyle18 {
	font-size: 1.1em;
	font-weight: bold;
}

/* line 129, ../../../../workspace/styles/global-sass/sass/modules/_fonts.scss */
.fontStyle19 {
	font-size: 1.0em;
	font-weight: bold;
	color: #444444;
}

/* line 134, ../../../../workspace/styles/global-sass/sass/modules/_fonts.scss */
.orange {
	color: #c94f16;
}

/* line 136, ../../../../workspace/styles/global-sass/sass/modules/_fonts.scss */
.blue,.success-icon {
	color: #2f6fa9;
}

/* line 138, ../../../../workspace/styles/global-sass/sass/modules/_fonts.scss */
.bold {
	font-weight: bold;
}

/* line 141, ../../../../workspace/styles/global-sass/sass/modules/_fonts.scss */
.success-icon,.error-icon {
	display: block;
	background: transparent
		url(../images/registration/success_error_icon.jpg) no-repeat 0px 0px;
	padding-left: 19px;
	height: 15px;
	line-height: 15px;
	font-size: 12px;
}

/* line 149, ../../../../workspace/styles/global-sass/sass/modules/_fonts.scss */
.error-icon {
	background-position: 0px -15px;
}

/*	
	=========== 1. Page Layout =========== 
*/
/* line 5, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
body {
	background: #dfdfe1;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	/*font-size: 62.5%;*/
	color: #202020;
	min-width: 990px;
}

/* line 11, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
input,p,span,a {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

/* line 17, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
#page .page-section {
	width: 960px;
	margin: 0 auto;
	padding: 0;
}

/* line 22, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
#main {
	background: white
		url(../images/global/backgrounds/hm_bg_gradient_1px.gif) repeat-x
		center bottom;
	min-width: 960px;
}

/* line 26, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
#main-side-content {
	background: transparent
		url(../images/global/backgrounds/bg_left_cap.gif) no-repeat -10px
		bottom;
}

/* line 28, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
#main .page-section {
	padding-bottom: 30px;
}

/* line 30, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
#nav_qt_wrapper {
	background-color: white;
}

/* line 32, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
#quick-tools-container {
	float: left;
	width: 232px;
	position: absolute;
	z-index: 501;
}

/* line 38, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
#navigation-container {
	float: right;
	width: 718px;
}

/* line 44, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
.layout-1col-A #main .page-section {
	padding-bottom: 30px;
}

/* line 46, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
.layout-2col-A #main-side-content {
	float: left;
	width: 232px;
	padding-bottom: 32px;
	padding-left: 10px;
	margin-left: -10px;
	margin-bottom: -32px;
}

/* line 54, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
.layout-2col-A #main-content {
	float: right;
	width: 718px;
	padding: 0 10px 30px;
	margin: 0 -10px;
	margin-bottom: -30px;
}

/* line 61, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
#main #main-side-content {
	float: left;
	margin-bottom: 0;
	margin-left: 0;
	padding-bottom: 0;
	padding-left: 0;
	width: 232px;
}

/* line 70, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
#main #main-content {
	float: right;
	margin: 0 -10px -30px;
	padding: 0 10px 30px;
	width: 718px;
}

/* line 77, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
.layout-2col-B #main-side-content {
	float: right !important;
	width: 232px;
}

/* line 81, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
.layout-2col-B #main-content {
	float: left;
	width: 718px;
	padding: 0 10px 30px;
	margin: 0 -10px;
	margin-bottom: -30px;
}

/* line 88, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
.shadow-style-A #main-inner {
	min-width: 960px;
	min-height: 364px;
	background: transparent
		url(../images/global/backgrounds/footer_shadows_1-l.gif) no-repeat
		scroll center bottom;
}

/* line 93, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
.shadow-style-B #main-inner {
	min-width: 960px;
	min-height: 364px;
	background: transparent
		url(../images/global/backgrounds/footer_shadows_3.gif) no-repeat
		scroll center bottom;
}

/* line 98, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
.shadow-style-C #main-content {
	background: transparent
		url(../images/global/backgrounds/footer_shadows_1_r.gif) no-repeat
		scroll -245px bottom;
}

/* line 102, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
.layout-1col-A h1 { /*padding: 20px 0 13px 15px;*/
	
}

/* line 104, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
.section-cart h1 {
	margin-bottom: 20px;
	text-indent: 15px;
}

/* line 108, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
.section-cart h3 {
	color: #202020;
	font-size: 1.6em;
	font-weight: bold;
}

/* line 113, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
.header-container {
	position: relative;
	z-index: 1;
}

/* line 117, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
.section-shop h1 {
	line-height: 65px;
	text-indent: 10px;
	font-size: 3em;
	padding-top: 15px;
}

/* line 125, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
.section-register h4 {
	margin-bottom: 8px;
	position: relative;
}

/* line 129, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
.section-tools h1 { /*margin: 20px 0;*/
	
}

/* line 131, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
h4 {
	color: #202020;
}

/* line 134, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
a:hover {
	color: #444;
}

/* line 136, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
.error-404-500 #main {
	min-height: 525px;
}

/* line 138, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
* html .error-404-500 #main {
	height: 525px;
}

/* line 140, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
.error-404-500 .error-body p,.error-404-500 .error-body ul {
	font-size: 130%;
}

/* line 142, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
.error-404-500 .error-body ul {
	margin: 1em;
}

/*
    =========== 2. Generic Styles ===========
*/
/* line 147, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
.focusable-hidden {
	position: absolute !important;
	display: block !important;
	height: 1px !important;
	width: 1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	margin: 0 !important;
	filter: alpha(opacity = 0) !important;
	-moz-opacity: 0 !important;
	-khtml-opacity: 0 !important;
	opacity: 0 !important;
}

/* line 160, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
.clear {
	clear: both;
}

/* line 162, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
.left {
	float: left;
}

/* line 164, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
.right {
	float: right;
}

/* line 166, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
.hide {
	display: none;
}

/* line 169, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
.hide-fromsighted,.hide-fromsighted-v2 {
	position: absolute;
	height: 1px;
	width: 1px;
	overflow: hidden;
	top: -4000px;
	left: 0px;
}

/* line 177, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
.hide-fromsighted-v2 {
	top: -5px;
	left: -5px;
}

/* line 183, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
.arrow {
	background: transparent url(../images/global/sprites/sprite_arrows.png)
		no-repeat 0px 0px;
	display: inline-block;
	height: 10px;
	width: 5px;
	vertical-align: top;
	overflow: hidden;
	margin-left: 4px;
}
/* line 193, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
.arrow.up,.arrow.down {
	width: 8px;
}
/* line 197, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
.arrow.up {
	background-position: 0 -240px;
}
/* line 201, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
.arrow.down {
	background-position: 0 -148px;
}

/* line 206, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
input {
	background: transparent none;
	border: none;
}

/* line 210, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
span.drop {
	display: block;
}

/* line 212, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
.disabled,.dijitCheckBoxDisabled {
	opacity: 0.5;
	cursor: default;
	filter: alpha(opacity = 50);
}

/* line 217, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
#errors {
	font-weight: bold;
	padding-left: 3px;
	font-size: 1.1em;
}

/* line 222, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
#errors h2 {
	color: #f00 !important;
	font-size: 16px !important;
	font-weight: bold !important;
}

/* line 227, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
div#errors {
	margin-bottom: 14px;
}

/* line 229, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
#errors p {
	line-height: 1em;
	margin-bottom: 7px;
}

/* line 233, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
#errors #error-list p.error {
	background: url("../images/global/icons/icon_sprite.png") no-repeat
		scroll 0 -16px transparent;
	line-height: 14px;
	padding-left: 18px;
}

/* line 238, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
h4.error {
	background-image: url(../images/registration/success_error_icon.jpg);
	background-position: 0 -15px;
	background-repeat: no-repeat;
	padding-left: 19px;
	padding-top: 1.8px;
	line-height: 1.2;
	margin-left: -20px;
	margin-bottom: 8px;
}

/* line 248, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
.alert-icon {
	background: transparent url(../images/global/icons/yield_icon.gif)
		no-repeat 0px 0px;
	display: block;
	padding-left: 23px;
}

/* line 253, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
.relative {
	position: relative;
}

/* line 255, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
.error-box {
	font-weight: bold;
	margin-left: 18px;
	padding-bottom: 18px;
	position: relative;
}

/* line 261, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
.error-box * {
	font-size: 11px;
	font-weight: bold !important;
}

/* line 265, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
.error-box .icn {
	background: url("/eddm/../images/global/icons/icon_sprite.png")
		no-repeat scroll 0 -16px transparent;
	display: block;
	left: -18px;
	position: absolute;
	top: 0;
}

/*	
=========== 3. Header =========== 
*/
/* line 1, ../../../../workspace/styles/global-sass/sass/modules/_utility-bar.scss */
#utility-bar {
	background: transparent url(../images/global/header/hdr_bkg.png)
		repeat-x;
	position: relative;
	z-index: 1000;
	font-size: 1em;
}
/* line 8, ../../../../workspace/styles/global-sass/sass/modules/_utility-bar.scss */
#utility-bar li {
	font-size: 0.625em;
}
/* line 12, ../../../../workspace/styles/global-sass/sass/modules/_utility-bar.scss */
#utility-bar #contact-list {
	padding: 0;
	margin: 0 0 0 -7px;
	width: 400px;
	list-style: none;
}
/* line 18, ../../../../workspace/styles/global-sass/sass/modules/_utility-bar.scss */
#utility-bar #contact-list li {
	float: left;
	list-style: none;
	background: transparent url(../images/global/header/hdr_sm_pipe.gif)
		no-repeat right top;
	/* end a */
}
/* line 23, ../../../../workspace/styles/global-sass/sass/modules/_utility-bar.scss */
#utility-bar #contact-list li a {
	display: block;
	height: 34px;
	line-height: 34px;
	font-weight: bold;
	background-color: transparent;
	background-image: url(../images/global/header/hdr_icons_roll.gif);
	background-repeat: no-repeat;
	color: #444;
	padding-right: 10px;
	text-indent: 20px;
	margin-right: 1px;
	text-decoration: none;
}
/* line 37, ../../../../workspace/styles/global-sass/sass/modules/_utility-bar.scss */
#utility-bar #contact-list li a:hover,#utility-bar #contact-list li a:focus
	{
	color: #2f6fa9;
}
/* line 41, ../../../../workspace/styles/global-sass/sass/modules/_utility-bar.scss */
#utility-bar #contact-list li a#link-support {
	background-position: -5px -102px;
	width: 120px;
	text-indent: 27px;
}
/* line 47, ../../../../workspace/styles/global-sass/sass/modules/_utility-bar.scss */
#utility-bar #contact-list li a#link-support:hover,#utility-bar #contact-list li a#link-support:focus
	{
	background-position: -405px -102px;
}
/* line 52, ../../../../workspace/styles/global-sass/sass/modules/_utility-bar.scss */
#utility-bar #contact-list li a#link-mobile {
	background-position: -3px -136px;
	width: 93px;
	padding-left: 10px;
	text-indent: 14px;
}
/* line 58, ../../../../workspace/styles/global-sass/sass/modules/_utility-bar.scss */
#utility-bar #contact-list li a#link-mobile:hover,#utility-bar #contact-list li a#link-mobile:focus
	{
	background-position: -403px -136px;
}
/* line 63, ../../../../workspace/styles/global-sass/sass/modules/_utility-bar.scss */
#utility-bar #contact-list li a#link-phone {
	background-position: -3px -170px;
	width: 100px;
	padding-left: 10px;
	text-indent: 13px;
}
/* line 69, ../../../../workspace/styles/global-sass/sass/modules/_utility-bar.scss */
#utility-bar #contact-list li a#link-phone:hover,#utility-bar #contact-list li a#link-phone:focus
	{
	background-position: -203px -170px;
}
/* line 74, ../../../../workspace/styles/global-sass/sass/modules/_utility-bar.scss */
#utility-bar #contact-list li a#link-back {
	background-position: -5px -203px;
	width: 200px;
	padding-left: 10px;
	text-indent: 13px;
}
/* line 86, ../../../../workspace/styles/global-sass/sass/modules/_utility-bar.scss */
#utility-bar #contact-list li.last {
	background: none;
}
/* line 90, ../../../../workspace/styles/global-sass/sass/modules/_utility-bar.scss */
#utility-bar .nav-pipe {
	float: left;
	width: 2px;
	height: 34px;
	background: transparent url(../images/global/header/hdr_pipe.gif)
		no-repeat;
}
/* line 97, ../../../../workspace/styles/global-sass/sass/modules/_utility-bar.scss */
#utility-bar #nav-tool-login {
	width: 148px;
	background-position: -1px 0px;
}
/* line 101, ../../../../workspace/styles/global-sass/sass/modules/_utility-bar.scss */
#utility-bar #nav-tool-login.hover {
	background-position: -401px 0px;
}
/* line 103, ../../../../workspace/styles/global-sass/sass/modules/_utility-bar.scss */
#utility-bar #nav-tool-login .nav-window {
	left: -328px;
}
/* line 106, ../../../../workspace/styles/global-sass/sass/modules/_utility-bar.scss */
#utility-bar #nav-tool-cart {
	width: 171px;
	background-position: -3px -34px;
}
/* line 109, ../../../../workspace/styles/global-sass/sass/modules/_utility-bar.scss */
#utility-bar #nav-tool-cart.hover {
	background-position: -403px -34px;
}
/* line 111, ../../../../workspace/styles/global-sass/sass/modules/_utility-bar.scss */
#utility-bar #nav-tool-cart .nav-window {
	left: -158px;
}
/* line 114, ../../../../workspace/styles/global-sass/sass/modules/_utility-bar.scss */
#utility-bar #nav-tool-print {
	width: 144px;
	background-position: -1px -68px;
}
/* line 117, ../../../../workspace/styles/global-sass/sass/modules/_utility-bar.scss */
#utility-bar #nav-tool-print.hover {
	background-position: -401px -68px;
}
/* line 119, ../../../../workspace/styles/global-sass/sass/modules/_utility-bar.scss */
#utility-bar #nav-tool-print .nav-window {
	left: -331px;
}
/* line 122, ../../../../workspace/styles/global-sass/sass/modules/_utility-bar.scss */
#utility-bar .nav-tool {
	float: left;
	background-color: transparent;
	background-image: url(../images/global/header/hdr_icons_roll.gif);
	background-repeat: no-repeat;
	position: relative;
	z-index: 450;
}
/* line 131, ../../../../workspace/styles/global-sass/sass/modules/_utility-bar.scss */
#utility-bar .nav-tool .nav-window .wrapper {
	position: absolute;
	height: auto;
	left: auto;
	top: auto;
	bottom: auto;
	right: auto;
}
/* line 133, ../../../../workspace/styles/global-sass/sass/modules/_utility-bar.scss */
#utility-bar .nav-tool .nav-window .col_3 {
	width: 484px;
}
/* line 134, ../../../../workspace/styles/global-sass/sass/modules/_utility-bar.scss */
#utility-bar .nav-tool .nav-window .col_3 .content {
	margin-bottom: 0;
}
/* line 139, ../../../../workspace/styles/global-sass/sass/modules/_utility-bar.scss */
#utility-bar .nav-tool .nav-window .background {
	position: absolute;
	z-index: 1;
	height: 100%;
	display: none;
}
/* line 145, ../../../../workspace/styles/global-sass/sass/modules/_utility-bar.scss */
#utility-bar .nav-tool .nav-window .background div {
	position: absolute;
}
/* line 147, ../../../../workspace/styles/global-sass/sass/modules/_utility-bar.scss */
#utility-bar .nav-tool .nav-window .background .modal-insider {
	background: white;
	top: 12px;
	left: 12px;
}
/* line 160, ../../../../workspace/styles/global-sass/sass/modules/_utility-bar.scss */
#utility-bar .nav-tool .nav-window .background .modal-corner-tl,#utility-bar .nav-tool .nav-window .background .modal-corner-tr,#utility-bar .nav-tool .nav-window .background .modal-corner-bl,#utility-bar .nav-tool .nav-window .background .modal-corner-br,#utility-bar .nav-tool .nav-window .background .modal-repeat-left,#utility-bar .nav-tool .nav-window .background .modal-repeat-right,#utility-bar .nav-tool .nav-window .background .modal-repeat-top,#utility-bar .nav-tool .nav-window .background .modal-repeat-bottom
	{
	background: transparent
		url(../images/global/header/dropdown/hdr_panel_sprite.gif) no-repeat;
	height: 12px;
	width: 12px;
}
/* line 167, ../../../../workspace/styles/global-sass/sass/modules/_utility-bar.scss */
#utility-bar .nav-tool .nav-window .background .modal-corner-tl {
	background-position: 0px -24px;
	top: 0px;
	left: 0px;
}
/* line 172, ../../../../workspace/styles/global-sass/sass/modules/_utility-bar.scss */
#utility-bar .nav-tool .nav-window .background .modal-corner-tr {
	background-position: -12px -24px;
	top: 0px;
	right: 0px;
}
/* line 177, ../../../../workspace/styles/global-sass/sass/modules/_utility-bar.scss */
#utility-bar .nav-tool .nav-window .background .modal-corner-bl {
	background-position: 0px -36px;
	bottom: 0px;
	left: 0px;
}
/* line 182, ../../../../workspace/styles/global-sass/sass/modules/_utility-bar.scss */
#utility-bar .nav-tool .nav-window .background .modal-corner-br {
	background-position: -12px -36px;
	bottom: 0px;
	right: 0px;
}
/* line 187, ../../../../workspace/styles/global-sass/sass/modules/_utility-bar.scss */
#utility-bar .nav-tool .nav-window .background .modal-repeat-left {
	background-position: -24px -24px;
	top: 12px;
	left: 0px;
	background-repeat: repeat-y;
}
/* line 193, ../../../../workspace/styles/global-sass/sass/modules/_utility-bar.scss */
#utility-bar .nav-tool .nav-window .background .modal-repeat-right {
	background-position: -36px -24px;
	top: 12px;
	right: 0px;
	background-repeat: repeat-y;
}
/* line 199, ../../../../workspace/styles/global-sass/sass/modules/_utility-bar.scss */
#utility-bar .nav-tool .nav-window .background .modal-repeat-top {
	background-position: 0px 0px;
	top: 0px;
	left: 12px;
	background-repeat: repeat-x;
}
/* line 205, ../../../../workspace/styles/global-sass/sass/modules/_utility-bar.scss */
#utility-bar .nav-tool .nav-window .background .modal-repeat-bottom {
	background-position: 0px -12px;
	bottom: 0px;
	left: 12px;
	background-repeat: repeat-x;
}
/* line 212, ../../../../workspace/styles/global-sass/sass/modules/_utility-bar.scss */
#utility-bar .nav-tool .nav-window .content {
	height: auto;
	position: relative;
	z-index: 500;
	padding: 9px;
}
/* line 219, ../../../../workspace/styles/global-sass/sass/modules/_utility-bar.scss */
#utility-bar .nav-tool a {
	font-size: 12px;
}
/* line 221, ../../../../workspace/styles/global-sass/sass/modules/_utility-bar.scss */
#utility-bar .nav-tool a:focus,#utility-bar .nav-tool a:hover {
	text-decoration: underline;
}
/* line 223, ../../../../workspace/styles/global-sass/sass/modules/_utility-bar.scss */
#utility-bar .nav-tool h2 {
	height: 34px;
	overflow: hidden;
	line-height: 34px;
	color: #515151;
	text-indent: 27px;
	cursor: pointer;
	position: relative;
	font-size: 0.625em;
	margin: 0;
}
/* line 234, ../../../../workspace/styles/global-sass/sass/modules/_utility-bar.scss */
#utility-bar .nav-tool h2 a {
	color: #444;
	text-decoration: none;
	font-size: 10px;
}
/* line 240, ../../../../workspace/styles/global-sass/sass/modules/_utility-bar.scss */
#utility-bar .nav-tool h2 .arrow {
	position: absolute;
	background-position: left -134px;
	width: 8px;
	height: 20px;
	top: 0px;
	right: 10px;
}
/* line 250, ../../../../workspace/styles/global-sass/sass/modules/_utility-bar.scss */
#utility-bar .nav-tool.hover h2 {
	color: #2f6fa9;
}
/* line 252, ../../../../workspace/styles/global-sass/sass/modules/_utility-bar.scss */
#utility-bar .nav-tool.hover h2 .arrow {
	background-position: left -164px;
}
/* line 255, ../../../../workspace/styles/global-sass/sass/modules/_utility-bar.scss */
#utility-bar .nav-tool .nav-window {
	position: absolute;
	z-index: 14;
	top: 34px;
	overflow: hidden;
	height: 0px;
	width: 484px;
}
/* line 268, ../../../../workspace/styles/global-sass/sass/modules/_utility-bar.scss */
#utility-bar .hover h2 a,#utility-bar .nav-tool h2 a:focus,#utility-bar .nav-tool h2 a:hover
	{
	text-decoration: none;
	color: #2f6fa9;
}
/* line 274, ../../../../workspace/styles/global-sass/sass/modules/_utility-bar.scss */
#utility-bar #nav-tool-multilingual {
	background-position: -2px -238px;
	width: 100px;
}
/* line 277, ../../../../workspace/styles/global-sass/sass/modules/_utility-bar.scss */
#utility-bar #nav-tool-multilingual.hover {
	background-position: -405px -238px;
}
/* line 279, ../../../../workspace/styles/global-sass/sass/modules/_utility-bar.scss */
#utility-bar #nav-tool-multilingual .right-border {
	background: url("../images/global/header/hdr_sm_pipe.gif") no-repeat
		scroll right top transparent;
}
/* line 283, ../../../../workspace/styles/global-sass/sass/modules/_utility-bar.scss */
#utility-bar #nav-tool-multilingual .nav-window {
	height: 0;
	overflow: hidden;
	position: absolute;
	top: 34px;
	width: 100px;
	z-index: 14;
}
/* line 292, ../../../../workspace/styles/global-sass/sass/modules/_utility-bar.scss */
#utility-bar #nav-tool-multilingual .wrapper {
	width: 100px;
}
/* line 294, ../../../../workspace/styles/global-sass/sass/modules/_utility-bar.scss */
#utility-bar #nav-tool-multilingual .multi-option {
	border-bottom: 1px solid #E2E2E2;
	font-size: 11px;
	height: 30px;
	position: relative;
}
/* line 300, ../../../../workspace/styles/global-sass/sass/modules/_utility-bar.scss */
#utility-bar #nav-tool-multilingual .multi-option.odd {
	background-color: #F7F7F7;
}
/* line 301, ../../../../workspace/styles/global-sass/sass/modules/_utility-bar.scss */
#utility-bar #nav-tool-multilingual .multi-option.last {
	border-bottom: medium none;
}
/* line 303, ../../../../workspace/styles/global-sass/sass/modules/_utility-bar.scss */
#utility-bar #nav-tool-multilingual .multi-option .multi-link {
	bottom: 7px;
	color: #515151;
	margin-left: 13px;
	position: absolute;
	text-decoration: none;
}
/* line 310, ../../../../workspace/styles/global-sass/sass/modules/_utility-bar.scss */
#utility-bar #nav-tool-multilingual .multi-option .multi-link:hover {
	color: #2F6FA9;
	text-decoration: none;
}
/* line 315, ../../../../workspace/styles/global-sass/sass/modules/_utility-bar.scss */
#utility-bar #nav-tool-multilingual .multi-option .multi-link:focus {
	text-decoration: none;
}
/* line 317, ../../../../workspace/styles/global-sass/sass/modules/_utility-bar.scss */
#utility-bar #nav-tool-multilingual .multi-option .multi-link.chinese {
	background: url("../images/global/header/chinese_characters.gif")
		no-repeat scroll 0 -41px transparent;
	display: block;
	height: 14px;
	width: 44px;
}
/* line 323, ../../../../workspace/styles/global-sass/sass/modules/_utility-bar.scss */
#utility-bar #nav-tool-multilingual .multi-option .multi-link.chinese:hover
	{
	background-position: 0 -75px;
}

/* end #utility-bar */
/* line 333, ../../../../workspace/styles/global-sass/sass/modules/_utility-bar.scss */
.mini div#nav-tool-login .nav-window {
	left: -328px;
}

/* line 337, ../../../../workspace/styles/global-sass/sass/modules/_utility-bar.scss */
#nav-tool-cart a#link-cart-count {
	position: absolute;
	font-size: 1.2em;
	right: 20px;
	top: 25px;
	color: #3589cb;
}

/* line 344, ../../../../workspace/styles/global-sass/sass/modules/_utility-bar.scss */
#nav-tool-cart h3 {
	text-align: left;
	text-indent: 10px;
	height: 40px;
	line-height: 40px;
}

/* line 352, ../../../../workspace/styles/global-sass/sass/modules/_utility-bar.scss */
#nav-tool-cart table tr {
	height: 30px;
	vertical-align: top;
	font-size: 1.2em;
}

/* line 357, ../../../../workspace/styles/global-sass/sass/modules/_utility-bar.scss */
#nav-tool-cart table td {
	border-top: 1px solid #eee;
	padding: 10px 13px 10px 13px;
}

/* line 361, ../../../../workspace/styles/global-sass/sass/modules/_utility-bar.scss */
#nav-tool-cart table td.quantity {
	font-weight: bold;
	width: 22px;
	border-right: 1px solid #eee;
}

/* line 368, ../../../../workspace/styles/global-sass/sass/modules/_utility-bar.scss */
#nav-tool-cart table td.price {
	border-left: 1px solid #eee;
	font-weight: bold;
	width: 67px;
	text-indent: 0px;
	text-align: right;
	padding-right: 13px;
	padding-left: 0px;
}

/* line 377, ../../../../workspace/styles/global-sass/sass/modules/_utility-bar.scss */
#nav-tool-cart .cta {
	height: 45px;
	line-height: 45px;
	background: #e7e7e7;
	border-top: 1px solid #dbdbdb;
}

/* line 383, ../../../../workspace/styles/global-sass/sass/modules/_utility-bar.scss */
#nav-tool-cart .empty {
	background: #e7e7e7;
	padding: 10px;
}

/* line 387, ../../../../workspace/styles/global-sass/sass/modules/_utility-bar.scss */
#nav-tool-cart .empty h3 {
	height: auto;
	line-height: 1;
	text-indent: 0px;
}

/* line 392, ../../../../workspace/styles/global-sass/sass/modules/_utility-bar.scss */
#nav-tool-cart .empty h4 {
	padding: 3px 0px 7px;
	margin-bottom: 0px;
}

/* line 396, ../../../../workspace/styles/global-sass/sass/modules/_utility-bar.scss */
#nav-tool-cart .empty ul {
	border-top: 1px solid #dbdbdb;
}

/* line 398, ../../../../workspace/styles/global-sass/sass/modules/_utility-bar.scss */
#nav-tool-cart .empty ul li {
	padding-top: 5px;
}

/* line 400, ../../../../workspace/styles/global-sass/sass/modules/_utility-bar.scss */
#nav-tool-cart .empty ul li a {
	text-decoration: none;
}

/* line 402, ../../../../workspace/styles/global-sass/sass/modules/_utility-bar.scss */
#nav-tool-cart .empty ul li a:hover {
	text-decoration: underline;
}

/* line 404, ../../../../workspace/styles/global-sass/sass/modules/_utility-bar.scss */
#nav-tool-cart .total {
	font-size: 1.6em;
	padding-right: 12px;
}

/* line 408, ../../../../workspace/styles/global-sass/sass/modules/_utility-bar.scss */
#nav-tool-cart span.button-link {
	margin: 9px 0px 0px 11px;
}

/* line 410, ../../../../workspace/styles/global-sass/sass/modules/_utility-bar.scss */
#nav-tool-cart span.button-link a {
	text-decoration: none;
}

/* line 414, ../../../../workspace/styles/global-sass/sass/modules/_utility-bar.scss */
#btn-signin-wrapper {
	position: relative;
	width: 90px;
	height: 26px;
}

/* line 419, ../../../../workspace/styles/global-sass/sass/modules/_utility-bar.scss */
#btn-signin-inner-wrapper {
	position: absolute;
}

/* line 421, ../../../../workspace/styles/global-sass/sass/modules/_utility-bar.scss */
#anchor-login-copy {
	position: absolute;
	display: block;
	width: 600px;
	top: -500px;
	left: -600px;
}

/* line 430, ../../../../workspace/styles/global-sass/sass/modules/_utility-bar.scss */
#nav-tool-login .content div.inner {
	background-color: #ebebeb;
	padding: 0px 10px 5px;
}

/* line 434, ../../../../workspace/styles/global-sass/sass/modules/_utility-bar.scss */
#nav-tool-login .content div.unreg {
	background-color: #f3f3f3;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 8px;
}

/* line 440, ../../../../workspace/styles/global-sass/sass/modules/_utility-bar.scss */
#nav-tool-login p {
	color: #111;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 7px;
	margin: 0;
	font-size: 11px;
}

/* line 448, ../../../../workspace/styles/global-sass/sass/modules/_utility-bar.scss */
#nav-tool-login ul {
	color: #464646;
	list-style-type: disc;
	list-style-position: inside;
}

/* line 453, ../../../../workspace/styles/global-sass/sass/modules/_utility-bar.scss */
#nav-tool-login li {
	padding-top: 5px;
}

/* line 457, ../../../../workspace/styles/global-sass/sass/modules/_utility-bar.scss */
#nav-tool-login .content div.cta {
	border-top: 1px solid #d5d5d5;
	margin-top: 10px;
	padding: 10px 0px 5px 0px;
}

/* line 465, ../../../../workspace/styles/global-sass/sass/modules/_utility-bar.scss */
#nav-tool-login .cta a:focus,#nav-tool-login .cta a:hover {
	text-decoration: underline;
}

/* line 467, ../../../../workspace/styles/global-sass/sass/modules/_utility-bar.scss */
#nav-tool-login #link-activity {
	padding-right: 15px;
	float: left;
	width: 150px;
}

/* line 472, ../../../../workspace/styles/global-sass/sass/modules/_utility-bar.scss */
#nav-tool-login #link-hdut {
	border-left: 1px solid #dcdcdc;
	padding-left: 15px;
	float: left;
	width: 260px;
}

/* line 478, ../../../../workspace/styles/global-sass/sass/modules/_utility-bar.scss */
#nav-tool-login #link-forgot {
	padding-left: 8px;
	padding-top: 6px;
	float: left;
	font-size: 12px;
}

/* line 484, ../../../../workspace/styles/global-sass/sass/modules/_utility-bar.scss */
#btn-header-input-signin {
	border: none;
	cursor: pointer;
}

/* line 488, ../../../../workspace/styles/global-sass/sass/modules/_utility-bar.scss */
#nav-tool-login #login-form {
	float: left;
	width: 240px;
	border-right: 1px solid #e5e5e5;
	padding-bottom: 3px;
}

/* line 494, ../../../../workspace/styles/global-sass/sass/modules/_utility-bar.scss */
#nav-tool-login #login-detail {
	float: left;
	width: 190px;
	padding-left: 14px;
}

/* line 498, ../../../../workspace/styles/global-sass/sass/modules/_utility-bar.scss */
#nav-tool-login #login-detail strong {
	font-size: 12px;
}

/* line 500, ../../../../workspace/styles/global-sass/sass/modules/_utility-bar.scss */
#nav-tool-login span.button-link {
	margin-left: 0px;
}

/* line 502, ../../../../workspace/styles/global-sass/sass/modules/_utility-bar.scss */
#nav-tool-login span.button-link input#input-signin {
	float: left;
	padding-right: 6px;
	font-weight: bold;
	font-size: 12px;
	padding-left: 2px;
}

/* line 509, ../../../../workspace/styles/global-sass/sass/modules/_utility-bar.scss */
#nav-tool-login input.text {
	width: 215px;
	padding: 0;
}

/* line 511, ../../../../workspace/styles/global-sass/sass/modules/_utility-bar.scss */
#nav-tool-login label {
	font-size: 12px;
	display: block;
	padding-bottom: 7px;
}

/* line 516, ../../../../workspace/styles/global-sass/sass/modules/_utility-bar.scss */
#nav-tool-login .content .reg {
	padding-top: 10px !important;
}

/* line 518, ../../../../workspace/styles/global-sass/sass/modules/_utility-bar.scss */
#nav-tool-login .content .reg p {
	font-size: 1.2em;
}

/* line 520, ../../../../workspace/styles/global-sass/sass/modules/_utility-bar.scss */
#nav-tool-login .unreg ul {
	color: #636363;
	margin: 0;
	padding: 0 0 5px;
}

/* line 526, ../../../../workspace/styles/global-sass/sass/modules/_utility-bar.scss */
#nav-tool-login .input-text-wrapper {
	margin-bottom: 10px;
}

/* line 528, ../../../../workspace/styles/global-sass/sass/modules/_utility-bar.scss */
#nav-tool-login #login-error-message {
	background: transparent
		url(../images/global/icons/success_error_icon.gif) no-repeat left
		-15px;
	padding: 2px 0px 0px 19px;
	line-height: 1.2;
	color: #F91D00;
	font-size: 1.2em;
}

/* line 535, ../../../../workspace/styles/global-sass/sass/modules/_utility-bar.scss */
#nav-tool-login #login-error-message a {
	text-decoration: none;
}

/* line 537, ../../../../workspace/styles/global-sass/sass/modules/_utility-bar.scss */
#nav-tool-print a#link-cart-count {
	position: absolute;
	font-size: 1.2em;
	right: 20px;
	top: 25px;
	color: #3589cb;
}

/* line 544, ../../../../workspace/styles/global-sass/sass/modules/_utility-bar.scss */
#nav-tool-print table {
	padding-top: 10px;
}

/* line 546, ../../../../workspace/styles/global-sass/sass/modules/_utility-bar.scss */
#nav-tool-print .data {
	padding-top: 10px;
}

/* line 548, ../../../../workspace/styles/global-sass/sass/modules/_utility-bar.scss */
#nav-tool-print table .row-header {
	background: transparent url("../images/global/tables/grid_hdr.png")
		repeat-x 0px 0px;
	border-bottom: 1px solid #DCDCDC;
	height: 27px;
	line-height: 27px;
	text-align: left;
	text-indent: 10px;
}

/* line 556, ../../../../workspace/styles/global-sass/sass/modules/_utility-bar.scss */
#nav-tool-print .results h3 {
	text-align: left;
	font-size: 1.6em;
	text-indent: 10px;
	height: 40px;
	line-height: 40px;
}

/* line 563, ../../../../workspace/styles/global-sass/sass/modules/_utility-bar.scss */
#nav-tool-print table tr {
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
}

/* line 569, ../../../../workspace/styles/global-sass/sass/modules/_utility-bar.scss */
#nav-tool-print table th,#nav-tool-print table td {
	border-top: 1px solid #dbdbdb;
	text-indent: 10px;
	border-right: 1px solid #dbdbdb;
}

/* line 574, ../../../../workspace/styles/global-sass/sass/modules/_utility-bar.scss */
#nav-tool-print .odd {
	background-color: #fff;
}

/* line 576, ../../../../workspace/styles/global-sass/sass/modules/_utility-bar.scss */
#nav-tool-print .even {
	background-color: #f5f5f5;
}

/* line 578, ../../../../workspace/styles/global-sass/sass/modules/_utility-bar.scss */
#nav-tool-print table th {
	border-top: none;
}

/* line 581, ../../../../workspace/styles/global-sass/sass/modules/_utility-bar.scss */
#nav-tool-print table th.col-srv,#nav-tool-print table td.col-srv {
	border-right: none;
}

/* line 583, ../../../../workspace/styles/global-sass/sass/modules/_utility-bar.scss */
#nav-tool-print .cta {
	height: 45px;
	line-height: 45px;
	background: #e7e7e7;
	border-top: 1px solid #dbdbdb;
}

/* line 590, ../../../../workspace/styles/global-sass/sass/modules/_utility-bar.scss */
#nav-tool-print .expiring,#nav-tool-print .expired {
	padding-left: 10px;
}

/* line 592, ../../../../workspace/styles/global-sass/sass/modules/_utility-bar.scss */
#nav-tool-print .alert-icon {
	width: 240px;
	padding-bottom: 10px;
}

/* line 598, ../../../../workspace/styles/global-sass/sass/modules/_utility-bar.scss */
#nav-tool-print .results li {
	border-top: 1px solid #dbdbdb;
	padding-top: 5px;
	line-height: 30px;
	text-indent: 10px;
}

/* line 604, ../../../../workspace/styles/global-sass/sass/modules/_utility-bar.scss */
#nav-tool-print .results li a {
	text-decoration: none;
}

/* line 607, ../../../../workspace/styles/global-sass/sass/modules/_utility-bar.scss */
#nav-tool-print .results li a:hover,#nav-tool-print .results li a:focus
	{
	text-decoration: underline;
}

/* line 609, ../../../../workspace/styles/global-sass/sass/modules/_utility-bar.scss */
#nav-tool-print .empty {
	background: #e7e7e7;
	padding: 10px;
}

/* line 615, ../../../../workspace/styles/global-sass/sass/modules/_utility-bar.scss */
#nav-tool-print .empty h4 {
	padding: 3px 0px 7px;
	margin-bottom: 0px;
}

/* line 619, ../../../../workspace/styles/global-sass/sass/modules/_utility-bar.scss */
#nav-tool-print .empty ul {
	border-top: 1px solid #dbdbdb;
}

/* line 621, ../../../../workspace/styles/global-sass/sass/modules/_utility-bar.scss */
#nav-tool-print .empty ul li {
	padding-top: 5px;
}

/* line 623, ../../../../workspace/styles/global-sass/sass/modules/_utility-bar.scss */
#nav-tool-print .empty ul li a {
	text-decoration: none;
}

/* line 626, ../../../../workspace/styles/global-sass/sass/modules/_utility-bar.scss */
#nav-tool-print .empty ul li a:hover,#nav-tool-print .empty ul li a:focus
	{
	text-decoration: underline;
}

/* line 628, ../../../../workspace/styles/global-sass/sass/modules/_utility-bar.scss */
#nav-tool-print .total {
	font-size: 1.6em;
	padding-right: 12px;
}

/* line 632, ../../../../workspace/styles/global-sass/sass/modules/_utility-bar.scss */
#nav-tool-print span.button-link {
	margin: 9px 0px 0px 11px;
}

/* line 634, ../../../../workspace/styles/global-sass/sass/modules/_utility-bar.scss */
#nav-tool-print span.button-link a {
	text-decoration: none;
}

/* line 277, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
#header {
	background-color: white;
}
/* line 278, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
#header h2 {
	margin: 0;
}

/* line 283, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
#header .page-section {
	height: 92px;
}

/* line 285, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
#header a {
	position: relative;
	top: 38px;
}

/* line 289, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
#search-form {
	background: transparent url(../images/global/form/searchbar.gif)
		no-repeat right top;
	position: relative;
	height: 27px;
	color: #636363;
	vertical-align: middle;
	width: 252px;
	margin-top: 39px;
}

/* line 300, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
#search-form input#search-text {
	font-size: 0.75em;
	width: 218px;
	padding-left: 5px;
	height: 27px;
	line-height: 27px;
	border: none;
	color: #636363;
}

/* line 310, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
#search-form input#search-btn {
	height: 27px;
	width: 28px;
	opacity: 0.5;
	vertical-align: middle;
}

/*	
	=========== 4. Footer =========== 
*/
/* line 320, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
#footer {
	background: #dfdfe1
		url(../images/global/backgrounds/footer_gry_rule.gif) no-repeat center
		top;
}

/* line 322, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
#footer h3 {
	margin: 0;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 8px;
	font-size: 0.91667em;
	color: #444;
}

/* line 331, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
#footer ul {
	margin: 0;
	padding: 0;
}
/* line 335, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
#footer ul li {
	list-style: none;
}

/* line 340, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
#footer ul#footer-links {
	padding: 15px 0px 20px 6px;
}

/* line 342, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
#footer .lspace-mid {
	padding-left: 4px;
}

/* line 344, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
#footer .lspace-last {
	padding-left: 4px;
}

/* line 346, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
#footer .list ul li {
	margin-bottom: 3px;
	font-size: 0.91667em;
}

/* line 349, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
#footer li.list {
	float: left;
	width: 229px;
	display: inline;
	margin-right: 10px;
	color: #656565;
}

/* line 356, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
#footer a {
	color: #656565;
	padding-right: 10px;
	text-decoration: none;
}

/* line 362, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
#footer a:focus,#footer a:hover {
	color: #444;
}

/* line 364, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
#footer li.list.last {
	margin-right: 0px;
}

/* line 366, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
#footer .arrow {
	background-position: left -116px;
}

/* line 368, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
#footer-copyright {
	color: #707070;
	font-size: 0.6875em;
	text-align: left;
	padding: 0 0 20px 6px;
}

/*	
	=========== 5. Navigation =========== 
*/
/* line 378, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
#navigation {
	padding-bottom: 8px;
	height: 33px;
}

/* line 382, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
#navigation .nav-cap {
	float: left;
	width: 4px;
	height: 32px;
	background: white
		url(../images/global/navigation/blu_nav_drpdwn_menu_sprite.gif)
		no-repeat;
}

/* line 388, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
#navigation #nav-cap-left {
	background-position: 0px -224px;
}

/* line 390, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
#navigation #nav-cap-right {
	background-position: -4px -224px;
}

/* line 392, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
#navigation ul#navigation-list {
	margin: 0;
	padding: 0;
	background: white
		url(../images/global/navigation/blu_nav_drpdwn_menu_sprite.gif)
		repeat-x 0px -256px;
	float: left;
}

/* line 398, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
#navigation li {
	float: left;
	display: inline;
	position: relative;
	z-index: 400;
	cursor: pointer;
	background: transparent
		url(../images/global/navigation/blu_nav_drpdwn_menu_sprite.gif)
		no-repeat right -288px;
}

/* line 406, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
#navigation li li {
	float: none;
	display: block;
	position: static;
	width: 199px;
	margin-left: 9px;
	background: none;
	cursor: default;
}

/* line 415, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
#navigation li li a {
	font-size: 12px;
	display: block;
	color: #555;
	line-height: 1.16667em;
	padding: 4px 0px 4px 7px;
	width: 192px;
	background: transparent
		url(../images/global/navigation/blu_nav_drpdwn_menu_sprite.gif)
		no-repeat 300px -320px;
	position: relative;
	letter-spacing: -0.3px;
	text-decoration: none;
}

/* line 427, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
#navigation li li a span {
	line-height: 12px;
}

/* line 430, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
#navigation li li a:hover,#navigation li li a:focus {
	color: #fff;
	background-position: 0px -320px;
}

/* line 434, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
#navigation li li.large a {
	padding: 0;
	width: 199px;
}

/* line 438, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
#navigation li li.large a span {
	display: block;
	padding: 4px 0 4px 7px;
}

/* line 442, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
#navigation li li.large a:hover span {
	background: transparent
		url(../images/global/navigation/blu_nav_drpdwn_menu_sprite.gif)
		no-repeat 0px -310px;
}

/* line 445, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
#navigation li ul.secondary li a:hover,#navigation li ul.secondary li a:focus
	{
	color: #2f6fa9;
	background-position: 300px -320px;
}

/* line 447, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
#navigation h3 {
	background: transparent
		url(../images/global/navigation/blu_nav_drpdwn_menu_sprite.gif)
		no-repeat;
	background-position: left -9000px;
	height: 32px;
	line-height: 32px;
	color: #fff;
	text-indent: 15px;
	font-weight: normal;
	text-shadow: 0px 1px 1px #0c4e7f;
	margin: 0;
	font-size: 13px;
}

/* line 460, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
#navigation h3 a {
	color: #fff;
	display: block;
	background: transparent
		url(../images/global/navigation/blu_nav_drpdwn_menu_sprite.gif)
		no-repeat;
	background-position: right -192px;
	margin-left: 8px;
	text-decoration: none;
}

/* line 469, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
#navigation h3 a:hover,#navigation h3 a:focus {
	text-decoration: none;
}

/* line 471, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
#navigation li.current h3 {
	background-position: -20px -160px;
}

/* line 473, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
#navigation li.current h3 a {
	background-position: right -128px;
}

/* line 475, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
#navigation li.hover h3 {
	background-position: -20px -64px;
	color: #2f6fa9;
	text-shadow: none;
}

/* line 480, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
#navigation li.hover h3 a {
	color: #2f6fa9;
	background-position: right -32px;
}

/* line 484, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
#navigation li#nav-ship {
	width: 146px;
}

/* line 486, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
#navigation li#nav-ship h3 {
	text-indent: 8px;
}

/* line 488, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
#navigation li#nav-ship .dropdown {
	left: 0px;
}

/* line 490, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
#navigation li#nav-ship.hover h3 span {
	background-position: -23px -64px;
}

/* line 492, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
#navigation li#nav-send {
	width: 122px;
}

/* line 494, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
#navigation li#nav-manage {
	width: 173px;
}

/* line 496, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
#navigation li#nav-shop {
	width: 98px;
}

/* line 498, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
#navigation li#nav-business {
	width: 171px;
	background: none;
}

/* line 502, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
#navigation li#nav-business .dropdown {
	left: -40px;
}

/* line 504, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
#navigation li#nav-ship h3 {
	width: 140px;
}

/* line 506, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
#navigation li#nav-send h3 {
	width: 115px;
}

/* line 508, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
#navigation li#nav-manage h3 {
	width: 166px;
}

/* line 510, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
#navigation li#nav-shop h3 {
	width: 91px;
}

/* line 512, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
#navigation li#nav-business h3 {
	width: 168px;
}

/* line 514, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
#navigation .dropdown {
	position: absolute;
	top: 32px;
	overflow: hidden;
	left: 0px;
	width: 213px;
	height: 0px;
	background: url(../images/global/blank.gif) 0px 0px repeat;
}

/* line 523, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
#navigation .dropdown .wrapper {
	position: relative;
}

/* line 526, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
#navigation .dropdown .list-wrapper,#navigation .dropdown .nav-dd-cap {
	background: transparent
		url(../images/global/navigation/blunav_drpdwn_sprite.png) no-repeat
		0px 0px;
}

/* line 528, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
#navigation .dropdown .list-wrapper {
	background-repeat: repeat-y;
	padding-top: 20px;
}

/* line 532, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
#navigation .dropdown .list-wrapper ul {
	margin: 0;
	padding: 0;
}

/* line 535, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
#navigation .dropdown .nav-dd-cap {
	background-position: -213px 0px;
	height: 14px;
}

/* line 539, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
#navigation .hr {
	background-color: #e6e6e6;
	height: 1px;
	margin: 13px 0px 13px 5px;
	width: 198px;
	overflow: hidden;
}

/* line 546, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
#navigation .dropdown h4 {
	margin: 0;
	height: 19px;
	background: transparent
		url(../images/global/navigation/blu_nav_drpdwn_menu_sprite.gif)
		no-repeat 0px -342px;
	margin-left: 5px;
	padding-top: 30px;
	text-indent: 13px;
	cursor: default;
	font-size: 10px;
	color: #252525;
	text-transform: uppercase;
}

/* line 558, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
#modals #modal-header.qtt h2,#modal-box #modalHeaderH2.qtt {
	background: transparent url(../images/global/quicktools/TC_icon.png) 0px
		10px no-repeat;
	padding-left: 30px;
	padding-bottom: 6px;
}

/* line 563, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
#modals #modal-header.qtz h2,#modal-box #modalHeaderH2.qtz {
	background: transparent url(../images/global/quicktools/ZIP_icon.png)
		0px 10px no-repeat;
	padding-left: 30px;
	padding-bottom: 6px;
}

/* line 568, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
#modals #modal-header.qtl h2,#modal-box #modalHeaderH2.qtl {
	background: transparent url(../images/global/quicktools/POL_icon.jpg)
		0px 10px no-repeat;
	padding-left: 32px;
	padding-bottom: 6px;
}

/* line 573, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
#modals #modal-header.qtc h2,#modal-box #modalHeaderH2.qtc {
	background: transparent url(../images/global/quicktools/CALC_icon.jpg)
		0px 10px no-repeat;
	padding-left: 32px;
	padding-bottom: 6px;
}

/* line 578, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
div#qtz {
	background: transparent url(../images/global/quicktools/qt_ZIP_fake.jpg)
		no-repeat;
	width: 306px;
	margin: 0px 10px;
	height: 376px;
}

/* line 584, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
div#qtt {
	background: transparent url(../images/global/quicktools/qt_TC_fake.jpg)
		no-repeat;
	width: 299px;
	margin: 0px 13px;
	height: 268px;
}

/*	
	=========== 6. Miscellaneous =========== 
*/
/* line 594, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
hr {
	margin: 0px;
	padding: 0px;
	height: 1px;
	overflow: hidden;
	color: black;
	background-color: black;
	border: none;
	line-height: 1px;
}

/* line 604, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
form {
	display: inline;
}

/* line 606, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
.ir {
	display: -moz-inline-box;
	display: inline-block;
	overflow: hidden;
	text-indent: -3000px;
	*text-indent: 0px;
	font: 0/0 Arial;
	color: rgba(255, 255, 255, 0);
	vertical-align: bottom;
}

/* line 616, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
.access-check {
	height: 1px;
	margin-left: -9000px;
	overflow: hidden;
	width: 1px;
}

/* line 622, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
#modal-positioner-fluid {
	position: absolute;
	z-index: 10002;
}

/* line 626, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
#modals-fluid {
	position: relative;
	display: none;
	z-index: 10002;
}

/* line 631, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
.throw {
	width: 1px;
	height: 1px;
	overflow: hidden;
}

/* line 636, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
.dj_ie7 .topmost {
	z-index: 350;
	position: relative;
}

/* line 640, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
.dj_ie7 .topmost #stateZipWrap {
	z-index: 500;
}

/* line 642, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
.dj_ie7 #successUrlHidden,.dj_ie7 #btn-header-hidden-input-signin {
	float: left;
}

/* line 644, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
textarea {
	resize: none;
}

/* line 646, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
.leftAlign {
	text-align: left;
}

/* line 648, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
a.modal-close {
	text-decoration: underline;
}

/* line 650, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
a#po-locate {
	text-decoration: underline;
}

/* line 652, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
#login-form-div {
	zoom: 1;
	float: left;
	height: 210px;
}

/* line 657, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
#hours-id {
	width: 230px;
	clear: both;
	display: block;
}

/* line 662, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
#hours-id #hours-table {
	width: 100%;
}

/* line 664, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
#hours-id #hours-table td {
	vertical-align: top;
	padding-bottom: 3px;
}

/* line 668, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
#hours-id #hours-table td.dayTD {
	width: 90px;
}

/* line 670, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
#surveyText {
	font-size: 12px;
	line-height: 16px;
	padding: 10px 5px;
}

/* line 675, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
#surveyText h3 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
}

/* line 680, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
#surveyText #surveyBtns {
	padding: 10px 0;
}

/* line 682, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
.alignleft {
	display: inline;
	float: left;
	margin-right: 10px;
}

/* line 687, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
.alignright {
	display: inline;
	float: right;
	margin-left: 10px;
}

/* line 692, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* line 698, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
#accountSubLinks a {
	font-weight: bold;
	font-size: 12px;
}

/* line 702, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
#accountSubLinks ul,#accountSubLinks li {
	list-style: none outside none;
}

/* line 704, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
#accountLinks ul {
	list-style: none;
	float: left;
}

/* line 708, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
#accountLinks ul li {
	float: left;
	margin-left: 30px;
	list-style: none;
	padding-top: 0;
}

/* line 714, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
#accountLinks ul li:first-child {
	margin-left: 60px;
}

/* line 716, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
#accountLinks ul li a {
	font-size: 12px;
}

/* line 718, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
#accountSubLinks {
	border-top: 1px solid #D5D5D5;
	padding: 10px 10px 6px 0px;
	text-align: left;
}

/* line 723, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
#nav-tool-login .reg p {
	font-weight: normal;
}

/*	
	=========== 7. Quick Tools =========== 
*/
/* line 729, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
#quick-tools {
	padding-bottom: 30px;
	position: relative;
	height: 32px;
	z-index: 350;
}

/* line 735, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
#main-side-content .open {
	padding-bottom: 6px;
}

/* line 737, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
#quick-tools h2 {
	background: transparent
		url(../images/global/quicktools/quick_tool_sprite.gif) no-repeat 0px
		-182px;
	line-height: 32px;
	font-size: 0.8125em;
	color: #fff;
	text-indent: 13px;
	font-weight: normal;
	text-shadow: 0px 1px 1px #202020;
	cursor: pointer;
	margin: 0;
}

/* line 749, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
#quick-tools h2 a {
	color: #fff;
	text-decoration: none;
}

/* line 753, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
#quick-tools h2 a:hover,#quick-tools h2 a:focus {
	text-decoration: none;
}

/* line 755, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
div#quick-tools h2.hover {
	background-position: -232px -182px;
	text-shadow: 0px 1px 1px #0c4e7f;
}

/* line 759, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
div#quick-tools.open h2 {
	background-position: 0px -149px;
}

/* line 761, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
div#quick-tools.open h2.hover {
	background-position: -232px -149px;
}

/* line 763, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
#quick-tools h3 {
	font-size: 0.875em;
	color: #2f2f2f;
	background: transparent
		url(../images/global/quicktools/quick_tool_sprite.gif) no-repeat
		-232px -215px;
	height: 56px;
	text-indent: 13px;
	padding-top: 10px;
	border-right: 1px solid #d6d6d6;
	border-left: 1px solid #d6d6d6;
	margin: 0;
}

/* line 774, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
#quick-tools h3 div.inner-title {
	color: #565656;
	font-weight: bold;
	font-size: 0.75em;
	width: 206px;
	text-indent: 0px;
	margin: 5px auto 0;
	line-height: 130%;
}

/* line 783, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
#quick-tools #qt-wrapper {
	overflow: hidden;
	width: 100%;
	height: 0px;
	position: absolute;
}

/* line 789, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
div#quick-tools #qt-hdr-wrapper {
	background: transparent
		url(../images/global/quicktools/quick_tool_sprite.gif) repeat-y -464px
		0px;
}

/* line 791, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
div#quick-tools.open #qt-wrapper {
	height: 247px;
}

/* line 793, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
#qt-options li a {
	font-size: 0.75em;
	font-weight: bold;
	color: #202020;
	text-decoration: none;
}

/* line 799, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
#qt-options li.hover a {
	color: #429bd4;
}

/* line 801, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
#qt-wrapper #qt-options {
	width: 232px;
	height: 149px;
	list-style: none;
	margin: 0;
	padding: 0;
}

/* line 809, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
#qt-wrapper li a {
	background: transparent
		url(../images/global/quicktools/quick_tool_sprite.gif) no-repeat;
	width: 179px;
	padding: 0px 0 0 53px;
	cursor: pointer;
	height: 38px;
	line-height: 38px;
	display: block;
}

/* line 818, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
#qt-wrapper #qt-track a {
	background-position: 0px 0px;
}

/* line 820, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
#qt-wrapper #qt-location a {
	background-position: 0px -37px;
}

/* line 822, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
#qt-wrapper #qt-price a {
	background-position: 0px -76px;
}

/* line 824, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
#qt-wrapper #qt-zip a {
	background-position: 0px -114px;
}

/* line 826, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
#qt-wrapper #qt-track.hover a {
	background-position: -232px 0px;
}

/* line 828, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
#qt-wrapper #qt-location.hover a {
	background-position: -232px -37px;
}

/* line 830, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
#qt-wrapper #qt-price.hover a {
	background-position: -232px -76px;
}

/* line 832, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
#qt-wrapper #qt-zip.hover a {
	background-position: -232px -114px;
}

/* line 834, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
#qt-wrapper #qt-cap {
	background: transparent
		url(../images/global/quicktools/quick_tool_sprite.gif) no-repeat left
		-214px;
	height: 9px;
}

/* line 838, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
#qtc-wrap div.input-text-wrapper {
	margin: 0;
}

/* line 840, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
.dj_ie7 #qtc-wrap {
	zoom: 1;
}

/* line 842, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
#qtc-wrap .multi .for-qtc-senddate .input-text-wrapper {
	margin-bottom: 10px;
}

/*	
	=========== 8. Left Panel =========== 
*/
/* line 850, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
.left-panel-module {
	margin-bottom: 9px;
}

/* line 852, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
div.left-panel-module.last {
	margin-bottom: 0px;
}

/* line 854, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
.left-panel-module .content-wrapper {
	background: transparent
		url(../images/global/leftpanel/nav_left_bg_alt.gif) no-repeat -232px
		bottom;
}

/* line 856, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
.left-panel-module .content {
	background: transparent
		url(../images/global/leftpanel/nav_left_bg_alt.gif) repeat-y -464px
		top;
}

/* line 858, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
.left-panel-module .content-inner {
	padding: 13px 13px;
}

/* line 860, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
.left-panel-module .module-cap {
	height: 10px;
}

/* line 862, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
.left-panel-module h2 {
	line-height: 34px;
	font-size: 1.3em;
	color: #555;
	background: transparent
		url(../images/global/leftpanel/nav_left_bg_alt.gif) no-repeat;
	text-indent: 13px;
	height: 34px;
}

/* line 871, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
.isMatch {
	color: #2F6FA9;
}

/* line 874, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
li .a11y-on,li .a11y-off {
	height: 0;
	width: 0;
	position: absolute;
}

/* line 879, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
li .a11y-off {
	display: none;
	visibility: visible;
	font-size: 0;
}

/* line 884, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
li .a11y-on {
	display: none;
	visibility: hidden;
	font-size: 0;
}

/* line 889, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
li.selected .a11y-off {
	display: none;
	visibility: hidden;
	font-size: 0;
}

/* line 894, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
li.selected .a11y-on {
	display: none;
	visibility: visible;
	font-size: 0;
}

/* line 902, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
.clearfix:before,.clearfix:after {
	content: " ";
	/* 1 */
	display: table;
	/* 2 */
}

/* line 907, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
.clearfix:after {
	clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
/* line 916, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
.clearfix {
	*zoom: 1;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
/* line 924, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
.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
 */
/* line 941, ../../../../workspace/styles/global-sass/sass/modules/_usps.scss */
.visuallyhidden.focusable:active,.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

/* line 2, ../../../../workspace/styles/global-sass/sass/modules/_modal-box.scss */
#modal-box_overlay {
	position: fixed;
	z-index: 10000;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background-color: #000;
	filter: alpha(opacity = 40);
	-moz-opacity: 0.40;
	opacity: 0.40;
	background: #000;
}

/* line 15, ../../../../workspace/styles/global-sass/sass/modules/_modal-box.scss */
#modal-box_overlay-progress {
	position: fixed;
	z-index: 10001;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	filter: alpha(opacity = 40);
	-moz-opacity: 0.40;
	opacity: 0.40;
	background:
		url(../images/global/modal/crt_rem_trans_dot_ani_whiteback.gif)
		no-repeat scroll 50% 50%;
}

/* line 27, ../../../../workspace/styles/global-sass/sass/modules/_modal-box.scss */
.modal-box {
	width: 400px;
	position: absolute;
	z-index: 10002;
}

/* line 32, ../../../../workspace/styles/global-sass/sass/modules/_modal-box.scss */
.modal-box #dialog-buttons {
	height: 26px;
}

/* line 34, ../../../../workspace/styles/global-sass/sass/modules/_modal-box.scss */
.modal-box #dialog-buttons .button-link {
	margin-right: 12px;
}

/* line 36, ../../../../workspace/styles/global-sass/sass/modules/_modal-box.scss */
.modal-box #dialog-buttons .last {
	margin-right: 0;
}

/* line 38, ../../../../workspace/styles/global-sass/sass/modules/_modal-box.scss */
.modal-box p {
	margin-bottom: 10px;
}

/* line 42, ../../../../workspace/styles/global-sass/sass/modules/_modal-box.scss */
.modal-box .modal-box-header .modal-box-header-left {
	background: url(../images/global/modal/bg_popup_left_top.png) no-repeat
		left top;
}

/* line 44, ../../../../workspace/styles/global-sass/sass/modules/_modal-box.scss */
.modal-box .modal-box-header .modal-box-header-left .modal-box-header-right
	{
	padding: 0 14px;
	background: url(../images/global/modal/bg_popup_right_top.png) no-repeat
		right top;
}

/* line 48, ../../../../workspace/styles/global-sass/sass/modules/_modal-box.scss */
.modal-box .modal-box-header .modal-box-header-left .modal-box-header-right .modal-box-header-mid
	{
	height: 39px;
	overflow: hidden;
	zoom: 1;
	background: url(../images/global/modal/bg_popup_top.png) repeat-x left
		top;
}

/* line 56, ../../../../workspace/styles/global-sass/sass/modules/_modal-box.scss */
.modal-box .modal-box-footer .modal-box-footer-left {
	background: url(../images/global/modal/bg_popup_left_bottom.png)
		no-repeat left bottom;
}

/* line 58, ../../../../workspace/styles/global-sass/sass/modules/_modal-box.scss */
.modal-box .modal-box-footer .modal-box-footer-left .modal-box-footer-right
	{
	padding: 0 14px;
	background: url(../images/global/modal/bg_popup_right_bottom.png)
		no-repeat right bottom;
}

/* line 62, ../../../../workspace/styles/global-sass/sass/modules/_modal-box.scss */
.modal-box .modal-box-footer .modal-box-footer-left .modal-box-footer-right .modal-box-footer-mid
	{
	height: 14px;
	background: url(../images/global/modal/bg_popup_bottom.png) repeat-x
		left bottom;
}

/* line 68, ../../../../workspace/styles/global-sass/sass/modules/_modal-box.scss */
.modal-box .modal-box-contentwrap .modal-box-contentwrap-left {
	background: url(../images/global/modal/bg_popup_left_right.png) repeat-y
		left bottom;
}

/* line 70, ../../../../workspace/styles/global-sass/sass/modules/_modal-box.scss */
.modal-box .modal-box-contentwrap .modal-box-contentwrap-left .modal-box-contentwrap-right
	{
	padding: 0 4px;
	background: url(../images/global/modal/bg_popup_left_right.png) repeat-y
		right bottom;
}

/* line 74, ../../../../workspace/styles/global-sass/sass/modules/_modal-box.scss */
.modal-box .modal-box-contentwrap .modal-box-contentwrap-left .modal-box-contentwrap-right .modal-box-contentwrap-mid
	{
	background: white url(../images/global/modal/bg_popup_content.png)
		repeat-x left bottom;
}

/* line 76, ../../../../workspace/styles/global-sass/sass/modules/_modal-box.scss */
.modal-box #modalHeaderH2 {
	color: #202020;
	font-size: 13px;
	font-weight: bold;
	padding: 15px 0 0 0;
	margin: 0;
}

/* line 83, ../../../../workspace/styles/global-sass/sass/modules/_modal-box.scss */
.modal-box #modal-box-content {
	padding: 10px 10px 0 10px;
}

#modal-box-content #payAtPostAlert hr{
margin:1em 0;
}

/* line 85, ../../../../workspace/styles/global-sass/sass/modules/_modal-box.scss */
.modal-box #modal-box-closeModal {
	background-image: url("../images/global/buttons/btn_popup_close.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	cursor: pointer;
	height: 34px;
	overflow: hidden;
	position: absolute;
	right: -10px;
	text-indent: -9000px;
	top: -10px;
	width: 34px;
}

/* line 98, ../../../../workspace/styles/global-sass/sass/modules/_modal-box.scss */
.modal-box #modal-box-closeModal:hover {
	background-position: -35px 0;
}

/* line 100, ../../../../workspace/styles/global-sass/sass/modules/_modal-box.scss */
.modal-box .hide-fromsighted {
	top: auto;
	left: -9999em;
}

/* line 104, ../../../../workspace/styles/global-sass/sass/modules/_modal-box.scss */
.dijitRadio,.dijitRadioIcon {
	background-image: url(../images/global/form/btns_rndradio_offon.gif);
	background-position: 0pt 0pt !important;
	background-repeat: no-repeat;
	height: 16px;
	margin: 0pt;
	width: 16px;
}

/* line 112, ../../../../workspace/styles/global-sass/sass/modules/_modal-box.scss */
.dijitRadioChecked,.dijitToggleButtonChecked .dijitRadioIcon {
	background-position: 0pt -15px !important;
	background-repeat: no-repeat;
}

/* @depreciated */
/* line 5, ../../../../workspace/styles/global-sass/sass/modules/_text-fields.scss */
input.text {
	border: none;
	background: transparent url(../images/global/blank.gif) repeat;
	color: #636363;
	font-family: Arial;
	font-size: 12px;
	padding: 0;
}

/* line 13, ../../../../workspace/styles/global-sass/sass/modules/_text-fields.scss */
div.input-text-wrapper {
	display: inline-block;
}

/* line 15, ../../../../workspace/styles/global-sass/sass/modules/_text-fields.scss */
div.input-text-wrapper span.input-dollar-sign {
	width: 1.3em;
	height: 27px;
	line-height: 27px;
	float: left;
	display: inline-block;
}

/* line 24, ../../../../workspace/styles/global-sass/sass/modules/_text-fields.scss */
div.input-text-wrapper span.input-cap-left,div.input-text-wrapper span.input-field,div.input-text-wrapper span.input-cap-right
	{
	float: left;
	background-image: url(../images/global/sprites/text-box.gif);
	background-color: transparent;
}

/* line 29, ../../../../workspace/styles/global-sass/sass/modules/_text-fields.scss */
div.input-text-wrapper span.input-cap-left {
	width: 3px;
	background-repeat: no-repeat;
}

/* line 33, ../../../../workspace/styles/global-sass/sass/modules/_text-fields.scss */
div.input-text-wrapper span.input-cap-right {
	width: 3px;
	background-repeat: no-repeat;
}

/* line 39, ../../../../workspace/styles/global-sass/sass/modules/_text-fields.scss */
div.input-text-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

/* line 47, ../../../../workspace/styles/global-sass/sass/modules/_text-fields.scss */
html[xmlns] div.input-text-wrapper {
	display: block;
}

/* line 49, ../../../../workspace/styles/global-sass/sass/modules/_text-fields.scss */
.optional-reference {
	padding-bottom: 7px;
}

/* line 51, ../../../../workspace/styles/global-sass/sass/modules/_text-fields.scss */
html[xmlns] div.input-text-wrapper.hide {
	display: none;
}

/* line 53, ../../../../workspace/styles/global-sass/sass/modules/_text-fields.scss */
* html div.input-text-wrapper {
	height: 1%;
}

/* line 55, ../../../../workspace/styles/global-sass/sass/modules/_text-fields.scss */
div.input-text-wrapper input {
	color: #363636;
	font-size: 11px;
	vertical-align: top;
	padding-top: 0;
}

/* line 61, ../../../../workspace/styles/global-sass/sass/modules/_text-fields.scss */
div.input-text-lg span {
	height: 27px;
}

/* line 63, ../../../../workspace/styles/global-sass/sass/modules/_text-fields.scss */
div.input-text-lg span.input-cap-left {
	background-position: 0px 0px;
}

/* line 65, ../../../../workspace/styles/global-sass/sass/modules/_text-fields.scss */
div.input-text-lg span.input-field {
	background-repeat: repeat-x;
	background-position: 0px -32px;
}

/* line 69, ../../../../workspace/styles/global-sass/sass/modules/_text-fields.scss */
div.input-text-lg span.input-cap-right {
	background-position: 0px -64px;
}

/* line 71, ../../../../workspace/styles/global-sass/sass/modules/_text-fields.scss */
div.input-text-lg input {
	margin: 7px 3px 0;
	height: 14px;
}

/* line 75, ../../../../workspace/styles/global-sass/sass/modules/_text-fields.scss */
.dj_ie7 div.input-text-lg input {
	margin-top: 5px;
}

/* line 77, ../../../../workspace/styles/global-sass/sass/modules/_text-fields.scss */
div.input-text-lg.too-long span.input-cap-left {
	background-position: 0px -168px;
}

/* line 79, ../../../../workspace/styles/global-sass/sass/modules/_text-fields.scss */
div.input-text-lg.too-long span.input-field {
	background-repeat: repeat-x;
	background-position: 0px -200px;
}

/* line 83, ../../../../workspace/styles/global-sass/sass/modules/_text-fields.scss */
div.input-text-lg.too-long span.input-cap-right {
	background-position: 0px -232px;
}

/* line 85, ../../../../workspace/styles/global-sass/sass/modules/_text-fields.scss */
div.input-text-sm span {
	height: 20px;
}

/* line 87, ../../../../workspace/styles/global-sass/sass/modules/_text-fields.scss */
div.input-text-sm span.input-cap-left {
	background-position: 0px -95px;
}

/* line 89, ../../../../workspace/styles/global-sass/sass/modules/_text-fields.scss */
div.input-text-sm span.input-field {
	background-position: 0px -119px;
}

/* line 91, ../../../../workspace/styles/global-sass/sass/modules/_text-fields.scss */
div.input-text-sm span.input-cap-right {
	background-position: 0px -143px;
}

/* line 93, ../../../../workspace/styles/global-sass/sass/modules/_text-fields.scss */
div.input-text-sm input {
	line-height: 11px;
	margin: 4px 3px 0;
}

/* line 97, ../../../../workspace/styles/global-sass/sass/modules/_text-fields.scss */
.dj_ie div.input-text-sm input {
	margin-top: 5px;
}

/* line 99, ../../../../workspace/styles/global-sass/sass/modules/_text-fields.scss */
.dj_ie8 div.input-text-sm input {
	margin-top: 8px;
}

/* line 4, ../../../../workspace/styles/global-sass/sass/modules/_input.scss */
.input {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #dbdbdb;
	/* stroke */
	border-top: 1px solid #a1a1a1;
	border-left: 1px solid #a1a1a1;
	background-image:
		url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZiIgc3RvcC1vcGFjaXR5PSIwLjA3Ii8+CjxzdG9wIG9mZnNldD0iMjIlIiBzdG9wLWNvbG9yPSIjZmZmIiBzdG9wLW9wYWNpdHk9IjAuMDciLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwIiBzdG9wLW9wYWNpdHk9IjAuMDciLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIiBmaWxsPSJ1cmwoI2hhdDApIiAvPgo8L3N2Zz4=);
	/* gradient overlay */
	background-image: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0.07)
		0%, rgba(255, 255, 255, 0.07) 30.8%, rgba(0, 0, 0, 0.01) 100% );
	/* gradient overlay */
	background-image: -o-linear-gradient(bottom, rgba(255, 255, 255, 0.07)
		0%, rgba(255, 255, 255, 0.07) 30.8%, rgba(0, 0, 0, 0.07) 100% );
	/* gradient overlay */
	background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.07)
		0%, rgba(255, 255, 255, 0.07) 30.8%, rgba(0, 0, 0, 0.07) 100% );
	/* gradient overlay */
	background-image: linear-gradient(bottom, rgba(255, 255, 255, 0.07) 0%,
		rgba(255, 255, 255, 0.07) 30.8%, rgba(0, 0, 0, 0.07) 100% );
	/* gradient overlay */
	height: 27px;
	padding: 0 5px;
	font: 11px/1 Arial, "Helvetica Neue", Helvetica, sans-serif;
	/* Inner top shadow */
	-moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.045);
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.045);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.045);
}

/* line 28, ../../../../workspace/styles/global-sass/sass/modules/_input.scss */
.input-dollar-sign {
	display: inline-block;
	float: left;
	height: 27px;
	line-height: 27px;
	width: 8px;
	font-size: 10px;
}

/* line 37, ../../../../workspace/styles/global-sass/sass/modules/_input.scss */
.no-borderradius .ti-wrap {
	display: inline-block;
	*display: inline;
	vertical-align: top;
	zoom: 1;
}
/* line 45, ../../../../workspace/styles/global-sass/sass/modules/_input.scss */
.no-borderradius .ti-wrap .ti-left,.no-borderradius .ti-wrap .ti-right,.no-borderradius .ti-wrap .input
	{
	background-image: url(../images/global/sprites/text-box.gif);
	background-color: transparent;
	float: left;
	height: 27px;
	line-height: 25px;
}
/* line 56, ../../../../workspace/styles/global-sass/sass/modules/_input.scss */
.no-borderradius .ti-wrap .ti-left {
	background-position: 0 0;
	width: 3px;
}
/* line 63, ../../../../workspace/styles/global-sass/sass/modules/_input.scss */
.no-borderradius .ti-wrap .ti-right {
	background-position: 0 -64px;
	width: 3px;
}
/* line 70, ../../../../workspace/styles/global-sass/sass/modules/_input.scss */
.no-borderradius .ti-wrap .input {
	background-position: 0 -33px;
	border-right: none;
	border-left: none;
	border-bottom: none !important;
	padding-left: 2px;
	padding-right: 2px;
}

/* line 83, ../../../../workspace/styles/global-sass/sass/modules/_input.scss */
.dj_ie7.no-borderradius .ti-wrap .input {
	height: 25px;
	border-bottom: 1px solid #dbdbdb !important;
}

/* line 1, ../../../../workspace/styles/global-sass/sass/modules/_links.scss */
a {
	color: #2f6fa9;
	text-decoration: underline;
}

/* line 7, ../../../../workspace/styles/global-sass/sass/modules/_links.scss */
a.primary,a.standard,a.tertiary {
	font-size: 12px;
}

/* line 9, ../../../../workspace/styles/global-sass/sass/modules/_links.scss */
a.primary {
	font-weight: bold;
	color: #2f6fa9;
	text-decoration: none;
}

/* line 14, ../../../../workspace/styles/global-sass/sass/modules/_links.scss */
a.standard {
	color: #2f6fa9;
}

/* line 16, ../../../../workspace/styles/global-sass/sass/modules/_links.scss */
a.tertiary {
	color: #999;
}

/* line 19, ../../../../workspace/styles/global-sass/sass/modules/_links.scss */
a.standard,a.tertiary {
	text-decoration: underline;
}

/* line 26, ../../../../workspace/styles/global-sass/sass/modules/_links.scss */
a.primary:focus,a.standard:focus,a.tertiary:focus,a.primary:hover,a.standard:hover,a.tertiary:hover
	{
	color: #656565;
}

/* line 28, ../../../../workspace/styles/global-sass/sass/modules/_links.scss */
a.infotooltip-icon {
	background: transparent
		url(../images/global/icons/info_tooltip_icon.gif) no-repeat 0px 0px;
	line-height: 16px;
	text-indent: 20px;
	display: block;
	text-decoration: none;
}

/* line 35, ../../../../workspace/styles/global-sass/sass/modules/_links.scss */
a.infotooltip-icon:hover {
	background-position: 0px -16px;
	color: #656565;
}

/* line 40, ../../../../workspace/styles/global-sass/sass/modules/_links.scss */
a.info-icon,a.info-icon-end {
	background: transparent
		url(../images/global/icons/info_tooltip_icon.gif) no-repeat 0px 0px;
	line-height: 16px;
	display: block;
	text-indent: 20px;
	text-decoration: none;
}

/* line 50, ../../../../workspace/styles/global-sass/sass/modules/_links.scss */
a.info-icon:focus,a.info-icon-end:focus,a.info-icon:hover,a.info-icon-end:hover
	{
	background-position: 0px -18px;
	color: #656565;
}

/* line 54, ../../../../workspace/styles/global-sass/sass/modules/_links.scss */
a.info-icon-end {
	text-indent: 0;
	background-position: right top;
	padding-right: 22px;
	text-decoration: none;
}

/* line 61, ../../../../workspace/styles/global-sass/sass/modules/_links.scss */
a.info-icon-end:focus,a.info-icon-end:hover {
	background-position: right -18px;
}

/* line 63, ../../../../workspace/styles/global-sass/sass/modules/_links.scss */
a.info-icon-end-alt {
	background: none;
	font-weight: bold;
	text-decoration: none;
}

/* line 68, ../../../../workspace/styles/global-sass/sass/modules/_links.scss */
a.info-icon-end-alt img {
	background: transparent
		url(../images/global/icons/info_tooltip_icon.gif) no-repeat 0px 0px;
	vertical-align: bottom;
}

/* line 72, ../../../../workspace/styles/global-sass/sass/modules/_links.scss */
a.info-icon-end-alt:hover img {
	background-position: 0px -18px;
}

/* line 74, ../../../../workspace/styles/global-sass/sass/modules/_links.scss */
a[disabled=true].info-icon-end-alt:hover img {
	background-position: 0px 0px;
	cursor: default;
}

/* line 1, ../../../../workspace/styles/global-sass/sass/_old_button-styles.scss */
div#rss {
	background: transparent url(../images/global/buttons/rss_icon.png)
		no-repeat left top;
	height: 14px;
	line-height: 14px;
}
/* line 6, ../../../../workspace/styles/global-sass/sass/_old_button-styles.scss */
div#rss a {
	position: relative;
	text-indent: 20px;
	height: 14px;
	line-height: 14px;
	font-size: 1.2em;
	display: block;
	width: 170px;
}
/* line 16, ../../../../workspace/styles/global-sass/sass/_old_button-styles.scss */
div#rss a:focus,div#rss a:hover {
	color: #2f6fa9;
	font-weight: bold;
}

/* line 23, ../../../../workspace/styles/global-sass/sass/_old_button-styles.scss */
.button-link {
	display: block;
}
/* line 26, ../../../../workspace/styles/global-sass/sass/_old_button-styles.scss */
.button-link span {
	display: block;
	background: transparent url(../images/global/buttons/btn_sprite.png)
		no-repeat;
}
/* line 30, ../../../../workspace/styles/global-sass/sass/_old_button-styles.scss */
.button-link span .disabled-508-label {
	display: none;
	visibility: hidden;
}
/* line 35, ../../../../workspace/styles/global-sass/sass/_old_button-styles.scss */
.button-link span.disabled .disabled-508-label {
	display: block;
	visibility: visible;
}
/* line 40, ../../../../workspace/styles/global-sass/sass/_old_button-styles.scss */
.button-link span .buttons {
	display: block;
	background: transparent url(../images/global/buttons/btn_sprite.png)
		no-repeat;
	text-decoration: none;
	text-align: center;
	float: left;
	cursor: pointer;
	border: none;
	text-decoration: none !important;
}
/* line 53, ../../../../workspace/styles/global-sass/sass/_old_button-styles.scss */
.dj_ie7 .button-link span {
	background-image: url(../images/global/buttons/btn_sprite.gif);
}
/* line 55, ../../../../workspace/styles/global-sass/sass/_old_button-styles.scss */
.dj_ie7 .button-link span .buttons {
	background-image: url(../images/global/buttons/btn_sprite.gif);
}
/* line 57, ../../../../workspace/styles/global-sass/sass/_old_button-styles.scss */
.button-link.disabled span .buttons {
	cursor: default;
}

/* line 61, ../../../../workspace/styles/global-sass/sass/_old_button-styles.scss */
.btn-reg {
	float: left;
}
/* line 63, ../../../../workspace/styles/global-sass/sass/_old_button-styles.scss */
.btn-reg span {
	float: left;
	padding-left: 5px;
}
/* line 67, ../../../../workspace/styles/global-sass/sass/_old_button-styles.scss */
.btn-reg span .buttons {
	height: 26px;
	line-height: 26px;
	display: block;
	padding-left: 15px;
	padding-right: 20px;
	font-weight: bold;
	font-size: 12px;
}

/* line 79, ../../../../workspace/styles/global-sass/sass/_old_button-styles.scss */
.btn-icon span {
	padding-left: 34px;
}

/* line 82, ../../../../workspace/styles/global-sass/sass/_old_button-styles.scss */
.btn-blue-reg span {
	background-position: left 0;
}
/* line 85, ../../../../workspace/styles/global-sass/sass/_old_button-styles.scss */
.btn-blue-reg span .buttons {
	color: #fff;
	background-position: right -187px;
}
/* line 90, ../../../../workspace/styles/global-sass/sass/_old_button-styles.scss */
.btn-blue-reg span.hover {
	color: #fff;
	background-position: left -26px;
}
/* line 93, ../../../../workspace/styles/global-sass/sass/_old_button-styles.scss */
.btn-blue-reg span.hover .buttons {
	color: #fff;
	background-position: right -213px;
}

/* line 102, ../../../../workspace/styles/global-sass/sass/_old_button-styles.scss */
.btn-grey-reg span {
	background-position: left -78px;
}
/* line 104, ../../../../workspace/styles/global-sass/sass/_old_button-styles.scss */
.btn-grey-reg span .buttons {
	color: #2f6fa9;
	background-position: right -265px;
}
/* line 109, ../../../../workspace/styles/global-sass/sass/_old_button-styles.scss */
.btn-grey-reg span.hover {
	background-position: left -104px;
}
/* line 111, ../../../../workspace/styles/global-sass/sass/_old_button-styles.scss */
.btn-grey-reg span.hover .buttons {
	color: #fff !important;
	background-position: right -187px;
}

/* line 121, ../../../../workspace/styles/global-sass/sass/_old_button-styles.scss */
.btn-cart-blue span {
	background-position: left -478px;
}
/* line 123, ../../../../workspace/styles/global-sass/sass/_old_button-styles.scss */
.btn-cart-blue span.hover {
	background-position: left -504px;
}

/* line 130, ../../../../workspace/styles/global-sass/sass/_old_button-styles.scss */
.btn-chevron-blue span {
	background-position: left -556px;
}
/* line 133, ../../../../workspace/styles/global-sass/sass/_old_button-styles.scss */
.btn-chevron-blue span.hover {
	background-position: left -582px;
}

/* line 138, ../../../../workspace/styles/global-sass/sass/_old_button-styles.scss */
.btn-check-blue span {
	background-position: left -452px;
}
/* line 140, ../../../../workspace/styles/global-sass/sass/_old_button-styles.scss */
.btn-check-blue span.hover {
	background-position: left -452px;
}

/* line 145, ../../../../workspace/styles/global-sass/sass/_old_button-styles.scss */
.btn-chevron-grey span {
	background-position: left -374px;
}
/* line 147, ../../../../workspace/styles/global-sass/sass/_old_button-styles.scss */
.btn-chevron-grey span.hover {
	background-position: left -556px;
}

/* line 152, ../../../../workspace/styles/global-sass/sass/_old_button-styles.scss */
.btn-check-grey span {
	background-position: left -426px;
}
/* line 154, ../../../../workspace/styles/global-sass/sass/_old_button-styles.scss */
.btn-check-grey span.hover {
	background-position: left -452px;
}

/* line 158, ../../../../workspace/styles/global-sass/sass/_old_button-styles.scss */
.btn-size-A {
	width: 210px;
}
/* line 162, ../../../../workspace/styles/global-sass/sass/_old_button-styles.scss */
.btn-size-A span .buttons,.btn-size-A span .buttons a {
	width: 205px;
	padding: 0 0 0 0;
	color: #fff !important;
}
/* line 168, ../../../../workspace/styles/global-sass/sass/_old_button-styles.scss */
.btn-size-A span.disabled a.buttons {
	color: #999 !important;
}

/* line 173, ../../../../workspace/styles/global-sass/sass/_old_button-styles.scss */
.btn-size-A-icon {
	width: 210px;
}

/* line 177, ../../../../workspace/styles/global-sass/sass/_old_button-styles.scss */
.btn-size-A-icon span .buttons {
	width: 176px;
	padding: 0 0 0 0;
}

/* line 181, ../../../../workspace/styles/global-sass/sass/_old_button-styles.scss */
.btn-size-B {
	width: 153px;
}

/* line 185, ../../../../workspace/styles/global-sass/sass/_old_button-styles.scss */
.btn-size-B span .buttons {
	width: 148px;
	padding: 0 0 0 0;
}

/* line 189, ../../../../workspace/styles/global-sass/sass/_old_button-styles.scss */
.btn-size-B-icon {
	width: 153px;
}

/* line 193, ../../../../workspace/styles/global-sass/sass/_old_button-styles.scss */
.btn-size-B-icon span .buttons {
	width: 119px;
	padding: 0 0 0 0;
}

/* line 197, ../../../../workspace/styles/global-sass/sass/_old_button-styles.scss */
.btn-size-C {
	width: 144px;
}

/* line 201, ../../../../workspace/styles/global-sass/sass/_old_button-styles.scss */
.btn-size-C span .buttons {
	width: 138px;
	padding: 0 0 0 0;
}

/* line 205, ../../../../workspace/styles/global-sass/sass/_old_button-styles.scss */
.button-link span.disabled {
	background-position: left -52px;
	cursor: default;
	opacity: 1;
	filter: none;
}

/* line 211, ../../../../workspace/styles/global-sass/sass/_old_button-styles.scss */
.btn-reg span.disabled .buttons {
	background-position: right -239px;
	cursor: default;
	color: #999;
}

/* line 216, ../../../../workspace/styles/global-sass/sass/_old_button-styles.scss */
.btn-cart-blue span.disabled {
	background-position: left -530px;
}

/* line 218, ../../../../workspace/styles/global-sass/sass/_old_button-styles.scss */
.pill-btn span {
	float: left;
	padding-left: 6px;
	_padding-left: 5px;
	background: transparent url(../images/global/buttons/btn_sprite.png)
		no-repeat scroll left -149px;
}

/* line 225, ../../../../workspace/styles/global-sass/sass/_old_button-styles.scss */
.pill-btn .buttons,.pill-btn a.buttons {
	background: transparent url(../images/global/buttons/btn_sprite.png)
		no-repeat scroll right -336px;
	padding-left: 4px;
	padding-right: 10px;
	font-size: 9px;
	font-weight: bold;
	height: 19px;
	line-height: 19px;
	color: #2f6fa9;
	text-transform: uppercase;
}

/* line 237, ../../../../workspace/styles/global-sass/sass/_old_button-styles.scss */
.dj_webkit .pill-btn .buttons,.dj_webkit .pill-btn a.buttons {
	line-height: 20px;
}

/* line 240, ../../../../workspace/styles/global-sass/sass/_old_button-styles.scss */
span.pill-btn-blue span,span.pill-btn span.hover {
	background-position: left -168px;
}

/* line 242, ../../../../workspace/styles/global-sass/sass/_old_button-styles.scss */
span.pill-btn-blue span.hover {
	background-position: left -608px;
}

/* line 245, ../../../../workspace/styles/global-sass/sass/_old_button-styles.scss */
span.pill-btn-blue span .buttons,span.pill-btn span.hover .buttons,span.pill-btn span.hover a.buttons
	{
	background-position: right -355px;
	color: #fff;
}

/* line 249, ../../../../workspace/styles/global-sass/sass/_old_button-styles.scss */
span.pill-btn-blue span .buttons {
	padding-bottom: 0px;
}

/* line 252, ../../../../workspace/styles/global-sass/sass/_old_button-styles.scss */
span.pill-btn-blue span.hover .buttons,span.pill-btn-blue span.hover a.buttons
	{
	background-position: right -627px;
}

/* line 254, ../../../../workspace/styles/global-sass/sass/_old_button-styles.scss */
.button-link.pill-btn .disabled,span.pill-btn span.disabled {
	background-position: left -130px;
	cursor: default;
}

/* line 258, ../../../../workspace/styles/global-sass/sass/_old_button-styles.scss */
span.pill-btn span.disabled {
	background-position: left -130px;
}

/* line 261, ../../../../workspace/styles/global-sass/sass/_old_button-styles.scss */
span.pill-btn span.disabled .buttons,span.pill-btn span.disabled a.buttons
	{
	background-position: right -317px;
	color: #999;
	cursor: default;
}

/* line 6, ../../../../workspace/styles/global-sass/sass/modules/_button-styles.scss */
span.required-inline,span.required {
	color: #2f6fa9;
	font-weight: bold;
}

/* line 10, ../../../../workspace/styles/global-sass/sass/modules/_button-styles.scss */
span.required {
	position: absolute;
	left: -5px;
}

#overWeightNotice {
	position: static;
}

/* line 53, ../../../../workspace/styles/global-sass/sass/modules/_button-styles.scss */
.btn {
	cursor: pointer;
	height: 26px;
	line-height: 26px;
	text-align: center;
	border: none;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	/***** .btn-pill *****/
	/***** standard blue button *****/
	/***** standarad grey button *****/
	/***** disabled for all buttons *****/
	/***** sets structure of buttons with icons *****/
	/***** icon specific *****/
}
/* line 67, ../../../../workspace/styles/global-sass/sass/modules/_button-styles.scss */
.btn,.btn .inner {
	display: inline;
	display: inline-block;
	text-decoration: none;
}
/* line 73, ../../../../workspace/styles/global-sass/sass/modules/_button-styles.scss */
.btn .inner {
	padding: 0 20px;
	position: relative;
	z-index: 2;
}
/* line 80, ../../../../workspace/styles/global-sass/sass/modules/_button-styles.scss */
.btn.btn-pill {
	height: 19px;
	line-height: 19px;
	text-transform: uppercase;
	font-size: 9px;
	border: solid 1px #bebebe;
	position: relative;
	background-image:
		url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iODAlIiBzdG9wLWNvbG9yPSIjZTllOGU4Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
	background-size: 100%;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff),
		color-stop(80%, #e9e8e8) );
	background-image: -webkit-linear-gradient(top, #ffffff, #e9e8e8 80%);
	background-image: -moz-linear-gradient(top, #ffffff, #e9e8e8 80%);
	background-image: -o-linear-gradient(top, #ffffff, #e9e8e8 80%);
	background-image: linear-gradient(top, #ffffff, #e9e8e8 80%);
}
/* line 40, ../../../../workspace/styles/global-sass/sass/modules/_button-styles.scss */
.btn.btn-pill:before {
	content: "";
	background-color: #fff;
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	border-top-left-radius: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
	border-top-right-radius: 6px;
	height: 8px;
	width: 98%;
	top: 1px;
	left: 1px;
	position: absolute;
	z-index: 1;
}
/* line 94, ../../../../workspace/styles/global-sass/sass/modules/_button-styles.scss */
.btn.btn-pill .inner {
	padding: 0 10px;
}
/* line 98, ../../../../workspace/styles/global-sass/sass/modules/_button-styles.scss */
.btn.btn-pill:hover {
	height: 20px;
	border-color: #31a3fd;
	border-bottom: none;
	color: #fff;
	background-image:
		url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjEwMCUiIHgyPSI1MCUiIHkyPSIwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIzN2ZjYSIvPjxzdG9wIG9mZnNldD0iODAlIiBzdG9wLWNvbG9yPSIjNDhiMWZiIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMzFhM2ZkIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
	background-size: 100%;
	background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #237fca),
		color-stop(80%, #48b1fb), color-stop(100%, #31a3fd) );
	background-image: -webkit-linear-gradient(bottom, #237fca, #48b1fb 80%, #31a3fd);
	background-image: -moz-linear-gradient(bottom, #237fca, #48b1fb 80%, #31a3fd);
	background-image: -o-linear-gradient(bottom, #237fca, #48b1fb 80%, #31a3fd);
	background-image: linear-gradient(bottom, #237fca, #48b1fb 80%, #31a3fd);
}
/* line 19, ../../../../workspace/styles/global-sass/sass/modules/_button-styles.scss */
.btn.btn-pill:hover:before {
	content: "";
	background-color: #fff;
	opacity: .13;
	filter: alpha(opacity = 13);
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	border-top-left-radius: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
	border-top-right-radius: 6px;
	height: 8px;
	width: 100%;
	top: 0px;
	left: 0px;
	position: absolute;
}
/* line 32, ../../../../workspace/styles/global-sass/sass/modules/_button-styles.scss */
.btn.btn-pill:hover .inner {
	color: #fff;
}
/* line 107, ../../../../workspace/styles/global-sass/sass/modules/_button-styles.scss */
.btn.btn-pill.disabled:hover {
	height: 19px;
}
/* line 114, ../../../../workspace/styles/global-sass/sass/modules/_button-styles.scss */
.btn.btn-blue {
	position: relative;
	color: #fff;
	background-image:
		url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjEwMCUiIHgyPSI1MCUiIHkyPSIwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIzN2ZjYSIvPjxzdG9wIG9mZnNldD0iODAlIiBzdG9wLWNvbG9yPSIjNDhiMWZiIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMzFhM2ZkIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
	background-size: 100%;
	background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #237fca),
		color-stop(80%, #48b1fb), color-stop(100%, #31a3fd) );
	background-image: -webkit-linear-gradient(bottom, #237fca, #48b1fb 80%, #31a3fd);
	background-image: -moz-linear-gradient(bottom, #237fca, #48b1fb 80%, #31a3fd);
	background-image: -o-linear-gradient(bottom, #237fca, #48b1fb 80%, #31a3fd);
	background-image: linear-gradient(bottom, #237fca, #48b1fb 80%, #31a3fd);
}
/* line 19, ../../../../workspace/styles/global-sass/sass/modules/_button-styles.scss */
.btn.btn-blue:before {
	content: "";
	background-color: #fff;
	opacity: .13;
	filter: alpha(opacity = 13);
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	border-top-left-radius: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
	border-top-right-radius: 6px;
	height: 12px;
	width: 98%;
	top: 1px;
	left: 1px;
	position: absolute;
}
/* line 32, ../../../../workspace/styles/global-sass/sass/modules/_button-styles.scss */
.btn.btn-blue .inner {
	color: #fff;
}
/* line 119, ../../../../workspace/styles/global-sass/sass/modules/_button-styles.scss */
.btn.btn-blue:hover {
	background-image:
		url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzEzODdmZCIvPjxzdG9wIG9mZnNldD0iODAlIiBzdG9wLWNvbG9yPSIjMGU1YmQyIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMGEzYmM0Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
	background-size: 100%;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #1387fd),
		color-stop(80%, #0e5bd2), color-stop(100%, #0a3bc4) );
	background-image: -webkit-linear-gradient(top, #1387fd, #0e5bd2 80%, #0a3bc4);
	background-image: -moz-linear-gradient(top, #1387fd, #0e5bd2 80%, #0a3bc4);
	background-image: -o-linear-gradient(top, #1387fd, #0e5bd2 80%, #0a3bc4);
	background-image: linear-gradient(top, #1387fd, #0e5bd2 80%, #0a3bc4);
}
/* line 125, ../../../../workspace/styles/global-sass/sass/modules/_button-styles.scss */
.btn.btn-grey {
	color: #2F6FA9;
	border: 1px solid #bebebe;
	position: relative;
	background-image:
		url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iODAlIiBzdG9wLWNvbG9yPSIjZTllOGU4Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
	background-size: 100%;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff),
		color-stop(80%, #e9e8e8) );
	background-image: -webkit-linear-gradient(top, #ffffff, #e9e8e8 80%);
	background-image: -moz-linear-gradient(top, #ffffff, #e9e8e8 80%);
	background-image: -o-linear-gradient(top, #ffffff, #e9e8e8 80%);
	background-image: linear-gradient(top, #ffffff, #e9e8e8 80%);
}
/* line 40, ../../../../workspace/styles/global-sass/sass/modules/_button-styles.scss */
.btn.btn-grey:before {
	content: "";
	background-color: #fff;
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	border-top-left-radius: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
	border-top-right-radius: 6px;
	height: 12px;
	width: 98%;
	top: 1px;
	left: 1px;
	position: absolute;
	z-index: 1;
}
/* line 132, ../../../../workspace/styles/global-sass/sass/modules/_button-styles.scss */
.btn.btn-grey:hover {
	color: #fff;
	background-image:
		url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjEwMCUiIHgyPSI1MCUiIHkyPSIwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIzN2ZjYSIvPjxzdG9wIG9mZnNldD0iODAlIiBzdG9wLWNvbG9yPSIjNDhiMWZiIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMzFhM2ZkIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
	background-size: 100%;
	background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #237fca),
		color-stop(80%, #48b1fb), color-stop(100%, #31a3fd) );
	background-image: -webkit-linear-gradient(bottom, #237fca, #48b1fb 80%, #31a3fd);
	background-image: -moz-linear-gradient(bottom, #237fca, #48b1fb 80%, #31a3fd);
	background-image: -o-linear-gradient(bottom, #237fca, #48b1fb 80%, #31a3fd);
	background-image: linear-gradient(bottom, #237fca, #48b1fb 80%, #31a3fd);
	border-color: #31a3fd;
	border-bottom: none;
	height: 28px;
	background-image:
		url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzEzODdmZCIvPjxzdG9wIG9mZnNldD0iODAlIiBzdG9wLWNvbG9yPSIjMGU1YmQyIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMGEzYmM0Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
	background-size: 100%;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #1387fd),
		color-stop(80%, #0e5bd2), color-stop(100%, #0a3bc4) );
	background-image: -webkit-linear-gradient(top, #1387fd, #0e5bd2 80%, #0a3bc4);
	background-image: -moz-linear-gradient(top, #1387fd, #0e5bd2 80%, #0a3bc4);
	background-image: -o-linear-gradient(top, #1387fd, #0e5bd2 80%, #0a3bc4);
	background-image: linear-gradient(top, #1387fd, #0e5bd2 80%, #0a3bc4);
}
/* line 19, ../../../../workspace/styles/global-sass/sass/modules/_button-styles.scss */
.btn.btn-grey:hover:before {
	content: "";
	background-color: #fff;
	opacity: .13;
	filter: alpha(opacity = 13);
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	border-top-left-radius: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
	border-top-right-radius: 6px;
	height: 12px;
	width: 98%;
	top: 1px;
	left: 1px;
	position: absolute;
}
/* line 32, ../../../../workspace/styles/global-sass/sass/modules/_button-styles.scss */
.btn.btn-grey:hover .inner {
	color: #fff;
}
/* line 141, ../../../../workspace/styles/global-sass/sass/modules/_button-styles.scss */
.btn.disabled {
	opacity: 1;
	border: 1px solid #bebebe;
	background-image:
		url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjEwMCUiIHgyPSI1MCUiIHkyPSIwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0icmdiYSgyMjAsIDIyMCwgMjIwLCAwLjUpIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSJyZ2JhKDI1NSwgMjU1LCAyNTUsIDAuNSkiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
	background-size: 100%;
	background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, rgba(220, 220,
		220, 0.5) ), color-stop(100%, rgba(255, 255, 255, 0.5) ) );
	background-image: -webkit-linear-gradient(bottom, rgba(220, 220, 220, 0.5),
		rgba(255, 255, 255, 0.5) );
	background-image: -moz-linear-gradient(bottom, rgba(220, 220, 220, 0.5),
		rgba(255, 255, 255, 0.5) );
	background-image: -o-linear-gradient(bottom, rgba(220, 220, 220, 0.5),
		rgba(255, 255, 255, 0.5) );
	background-image: linear-gradient(bottom, rgba(220, 220, 220, 0.5),
		rgba(255, 255, 255, 0.5) );
}
/* line 147, ../../../../workspace/styles/global-sass/sass/modules/_button-styles.scss */
.btn.disabled:before {
	content: "";
	background-color: transparent;
}
/* line 152, ../../../../workspace/styles/global-sass/sass/modules/_button-styles.scss */
.btn.disabled:hover {
	height: 26px;
	opacity: 1;
	border: 1px solid #bebebe;
	background-image:
		url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjEwMCUiIHgyPSI1MCUiIHkyPSIwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0icmdiYSgyMjAsIDIyMCwgMjIwLCAwLjUpIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSJyZ2JhKDI1NSwgMjU1LCAyNTUsIDAuNSkiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
	background-size: 100%;
	background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, rgba(220, 220,
		220, 0.5) ), color-stop(100%, rgba(255, 255, 255, 0.5) ) );
	background-image: -webkit-linear-gradient(bottom, rgba(220, 220, 220, 0.5),
		rgba(255, 255, 255, 0.5) );
	background-image: -moz-linear-gradient(bottom, rgba(220, 220, 220, 0.5),
		rgba(255, 255, 255, 0.5) );
	background-image: -o-linear-gradient(bottom, rgba(220, 220, 220, 0.5),
		rgba(255, 255, 255, 0.5) );
	background-image: linear-gradient(bottom, rgba(220, 220, 220, 0.5),
		rgba(255, 255, 255, 0.5) );
}
/* line 159, ../../../../workspace/styles/global-sass/sass/modules/_button-styles.scss */
.btn.disabled:hover .inner {
	color: #999;
}
/* line 164, ../../../../workspace/styles/global-sass/sass/modules/_button-styles.scss */
.btn.disabled .inner {
	color: #999;
	cursor: default;
}
/* line 171, ../../../../workspace/styles/global-sass/sass/modules/_button-styles.scss */
.btn.btn-icon {
	padding-left: 30px;
	line-height: 16px;
}
/* line 175, ../../../../workspace/styles/global-sass/sass/modules/_button-styles.scss */
.btn.btn-icon .inner {
	padding: 0 45px;
	margin-top: 5px;
	height: 15px;
	border-left: 1px solid #d0d0d0;
}
/* line 183, ../../../../workspace/styles/global-sass/sass/modules/_button-styles.scss */
.btn.btn-icon:hover .inner {
	border-left: 1px solid rgba(255, 255, 255, 0.3);
}
/* line 192, ../../../../workspace/styles/global-sass/sass/modules/_button-styles.scss */
.btn.btn-left-chevron:after {
	content: "";
	background: transparent
		url(../images/global/sprites/sprite_btn-icons.png) 0 0 no-repeat;
	height: 12px;
	width: 12px;
	top: 7px;
	left: 9px;
	position: absolute;
	z-index: 4;
}
/* line 204, ../../../../workspace/styles/global-sass/sass/modules/_button-styles.scss */
.btn.btn-left-chevron:hover:after {
	background-position: left -12px;
}
/* line 210, ../../../../workspace/styles/global-sass/sass/modules/_button-styles.scss */
.btn.btn-left-chevron.disabled:after {
	background-position: left -24px;
}
/* line 214, ../../../../workspace/styles/global-sass/sass/modules/_button-styles.scss */
.btn.btn-left-chevron.disabled:hover .inner {
	border-left: 1px solid #d0d0d0;
}

/* line 222, ../../../../workspace/styles/global-sass/sass/modules/_button-styles.scss */
.no-borderradius .btn {
	background: transparent url(../images/global/buttons/btn_sprite.png)
		no-repeat 0 0;
	padding-left: 5px;
	border: 0;
	cursor: pointer;
}
/* line 228, ../../../../workspace/styles/global-sass/sass/modules/_button-styles.scss */
.no-borderradius .btn .inner {
	background: transparent url(../images/global/buttons/btn_sprite.png)
		no-repeat 0 0;
	height: 26px;
	padding: 0 20px 0 15px;
	white-space: nowrap;
}
/* line 235, ../../../../workspace/styles/global-sass/sass/modules/_button-styles.scss */
.no-borderradius .btn:before,.no-borderradius .btn:hover:before,.no-borderradius .btn:after,.no-borderradius .btn:hover:after
	{
	content: none;
}
/* line 239, ../../../../workspace/styles/global-sass/sass/modules/_button-styles.scss */
.no-borderradius .btn:hover {
	background: transparent url(../images/global/buttons/btn_sprite.png)
		no-repeat 0 0;
}
/* line 243, ../../../../workspace/styles/global-sass/sass/modules/_button-styles.scss */
.no-borderradius .btn.btn-pill {
	background-position: left -149px;
	height: 19px;
	line-height: 19px;
}
/* line 248, ../../../../workspace/styles/global-sass/sass/modules/_button-styles.scss */
.no-borderradius .btn.btn-pill .inner {
	height: 19px;
	background-position: right -336px;
	padding: 0 10px 0 4px;
}
/* line 254, ../../../../workspace/styles/global-sass/sass/modules/_button-styles.scss */
.no-borderradius .btn.btn-pill:hover {
	background-position: left -168px;
}
/* line 257, ../../../../workspace/styles/global-sass/sass/modules/_button-styles.scss */
.no-borderradius .btn.btn-pill:hover .inner {
	background-position: right -355px;
}
/* line 262, ../../../../workspace/styles/global-sass/sass/modules/_button-styles.scss */
.no-borderradius .btn.btn-pill.disabled,.no-borderradius .btn.btn-pill.disabled:hover
	{
	background-position: left -130px;
	height: 19px;
}
/* line 265, ../../../../workspace/styles/global-sass/sass/modules/_button-styles.scss */
.no-borderradius .btn.btn-pill.disabled .inner,.no-borderradius .btn.btn-pill.disabled:hover .inner
	{
	background-position: right -317px;
}
/* line 271, ../../../../workspace/styles/global-sass/sass/modules/_button-styles.scss */
.no-borderradius .btn.btn-blue {
	background-position: left 0;
}
/* line 274, ../../../../workspace/styles/global-sass/sass/modules/_button-styles.scss */
.no-borderradius .btn.btn-blue .inner {
	background-position: right -187px;
}
/* line 278, ../../../../workspace/styles/global-sass/sass/modules/_button-styles.scss */
.no-borderradius .btn.btn-blue:hover {
	background-position: left -26px;
}
/* line 281, ../../../../workspace/styles/global-sass/sass/modules/_button-styles.scss */
.no-borderradius .btn.btn-blue:hover .inner {
	background-position: right -213px;
}
/* line 287, ../../../../workspace/styles/global-sass/sass/modules/_button-styles.scss */
.no-borderradius .btn.btn-grey {
	background-position: left -78px;
	border: 0;
}
/* line 291, ../../../../workspace/styles/global-sass/sass/modules/_button-styles.scss */
.no-borderradius .btn.btn-grey .inner {
	background-position: right -265px;
}
/* line 295, ../../../../workspace/styles/global-sass/sass/modules/_button-styles.scss */
.no-borderradius .btn.btn-grey:hover {
	background-position: left -26px;
	height: 26px;
}
/* line 299, ../../../../workspace/styles/global-sass/sass/modules/_button-styles.scss */
.no-borderradius .btn.btn-grey:hover .inner {
	background-position: right -213px;
}
/* line 305, ../../../../workspace/styles/global-sass/sass/modules/_button-styles.scss */
.no-borderradius .btn.disabled,.no-borderradius .btn.disabled:hover {
	background-position: left -52px;
	border: 0;
	filter: none;
}
/* line 310, ../../../../workspace/styles/global-sass/sass/modules/_button-styles.scss */
.no-borderradius .btn.disabled .inner,.no-borderradius .btn.disabled:hover .inner
	{
	background-position: right -239px;
}
/* line 315, ../../../../workspace/styles/global-sass/sass/modules/_button-styles.scss */
.no-borderradius .btn.btn-icon {
	padding-left: 34px;
	line-height: 26px;
}
/* line 319, ../../../../workspace/styles/global-sass/sass/modules/_button-styles.scss */
.no-borderradius .btn.btn-icon .inner {
	height: 26px;
	margin-top: 0;
	border: 0;
}
/* line 325, ../../../../workspace/styles/global-sass/sass/modules/_button-styles.scss */
.no-borderradius .btn.btn-icon.disabled {
	filter: alpha(opacity = 50);
}
/* line 328, ../../../../workspace/styles/global-sass/sass/modules/_button-styles.scss */
.no-borderradius .btn.btn-icon.disabled .inner {
	filter: alpha(opacity = 75);
}
/* line 334, ../../../../workspace/styles/global-sass/sass/modules/_button-styles.scss */
.no-borderradius .btn.btn-left-chevron {
	background-position: left -374px;
}
/* line 337, ../../../../workspace/styles/global-sass/sass/modules/_button-styles.scss */
.no-borderradius .btn.btn-left-chevron:hover {
	background-position: left -556px;
}

/* line 343, ../../../../workspace/styles/global-sass/sass/modules/_button-styles.scss */
.dj_ie8.no-borderradius .btn.btn-blue {
	position: relative;
}
/* line 346, ../../../../workspace/styles/global-sass/sass/modules/_button-styles.scss */
.dj_ie8.no-borderradius .btn.btn-blue .inner {
	position: absolute;
	width: 96%;
	top: -13px;
	right: 0;
}
/* line 352, ../../../../workspace/styles/global-sass/sass/modules/_button-styles.scss */
.dj_ie8.no-borderradius .btn.btn-blue:active {
	background-position: 1px -25px;
}

/*	---------------------------------------------------------------
		@filename		calendar.css
		@author			trey.eckels@akqa.com
		@description	Style definitions for calendar widget
 
		Contents
		1. Main divs
		2. Labels and associated markup
		3. Submit button
		4. Scrollable
		5. Radio Buttons
 
		Notes: 
 
 
	--------------------------------------------------------------- */
/*	
	=========== 1. Main divs ===========
*/
/* line 20, ../../../../workspace/styles/global-sass/sass/modules/widgets/calendar/_calendar.scss */
.calendarWrap {
	width: 265px;
	background-image:
		url(../images/global/calendar/sched_pickup_calendar_background.png);
	background-repeat: no-repeat;
	padding: 10px;
	height: 287px;
	position: relative;
}

/* line 28, ../../../../workspace/styles/global-sass/sass/modules/widgets/calendar/_calendar.scss */
.calendarWidget {
	border-collapse: collapse;
	border: 0;
	width: 266px;
}

/* line 33, ../../../../workspace/styles/global-sass/sass/modules/widgets/calendar/_calendar.scss */
.calendarWidget caption {
	font-size: 1.6em;
	font-weight: bold;
	text-align: left;
	padding-bottom: 8px;
	cursor: pointer;
}

/* line 41, ../../../../workspace/styles/global-sass/sass/modules/widgets/calendar/_calendar.scss */
.calendarWidget caption,.calendarWidget td {
	color: #3191DB;
}

/*.calendarWidget caption span { color: #000; }
 */
/* line 45, ../../../../workspace/styles/global-sass/sass/modules/widgets/calendar/_calendar.scss */
.calendarWidget th {
	color: #FFFFFF;
	font-size: 1em;
	height: 18px;
	background-image:
		url(../images/global/calendar/sched_pickup_calendar_gryheader.png);
	background-repeat: no-repeat;
	background-position: -10px top;
	border-right: solid 1px #AFAFAF;
	cursor: pointer;
}

/* line 55, ../../../../workspace/styles/global-sass/sass/modules/widgets/calendar/_calendar.scss */
.calendarWidget th a {
	height: 18px;
	display: block;
	width: 36px;
	line-height: 18px;
	color: #fff;
}

/* line 62, ../../../../workspace/styles/global-sass/sass/modules/widgets/calendar/_calendar.scss */
.calendarWidget th.firstDay {
	background-position: left top;
	cursor: crosshair;
}

/* line 66, ../../../../workspace/styles/global-sass/sass/modules/widgets/calendar/_calendar.scss */
.calendarWidget th.lastday {
	background-position: right top;
	border-right: none;
}

/* line 70, ../../../../workspace/styles/global-sass/sass/modules/widgets/calendar/_calendar.scss */
.calendarWidget td {
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	width: 36px;
	height: 36px;
	margin: 0;
	padding: 0 2px 0 0;
	background-image:
		url(../images/global/calendar/sched_pickup_sml_calendar_boxes.png);
	background-repeat: no-repeat;
	background-position: -38px top;
	position: relative;
	z-index: 99;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
}

/* line 87, ../../../../workspace/styles/global-sass/sass/modules/widgets/calendar/_calendar.scss */
.calendarWidget td a {
	display: block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-decoration: none;
}

/* line 96, ../../../../workspace/styles/global-sass/sass/modules/widgets/calendar/_calendar.scss */
.calendarWidget td.disabled,.calendarWidget td.holiday,.calendarWidget td.nodate
	{
	background-position: left top;
	color: #ccc;
}

/*.calendarWidget td.disabled,
.calendarWidget td.holiday,
.calendarWidget td.nodate,
.calendarWidget td.disabled a,
.calendarWidget td.holiday a,
.calendarWidget td.nodate a{ cursor: crosshair !important; }*/
/* line 107, ../../../../workspace/styles/global-sass/sass/modules/widgets/calendar/_calendar.scss */
.calendarWidget td.today {
	background-position: -114px top;
	color: #999;
}

/* line 111, ../../../../workspace/styles/global-sass/sass/modules/widgets/calendar/_calendar.scss */
.calendarWidget td.holiday {
	background-position: -152px top;
	color: #999;
}

/* line 115, ../../../../workspace/styles/global-sass/sass/modules/widgets/calendar/_calendar.scss */
.calendarWidget td.added {
	background-position: -76px top;
	color: #FFFFFF;
}

/* line 119, ../../../../workspace/styles/global-sass/sass/modules/widgets/calendar/_calendar.scss */
.calendarWidget th.selected {
	background-image:
		url(../images/global/calendar/sched_pickup_sml_calendar_day_on.png);
	background-repeat: repeat-x;
	background-color: #57B0F2;
	color: #FFFFFF;
}

/* line 125, ../../../../workspace/styles/global-sass/sass/modules/widgets/calendar/_calendar.scss */
.calendarWidget a.on {
	background: #000 none;
}

/* line 139, ../../../../workspace/styles/global-sass/sass/modules/widgets/calendar/_calendar.scss */
.calendarWrapLarge div.arrowsTop,.calendarWrap div.arrowsTop,.calendarWrapLarge div.arrowsRight,.calendarWrap div.arrowsRight,.calendarWrapLarge div.arrowsDown,.calendarWrap div.arrowsDown,.calendarWrapLarge div.arrowsLeft,.calendarWrap div.arrowsLeft,.calendarOutterWrap div.arrowsTop,.calendarOutterWrap div.arrowsRight,.calendarOutterWrap div.arrowsDown,.calendarOutterWrap div.arrowsLeft
	{
	position: absolute;
	left: 0;
	top: 0;
	width: 17px;
	height: 13px;
	background-repeat: no-repeat;
	z-index: 100;
	display: none;
}

/* line 151, ../../../../workspace/styles/global-sass/sass/modules/widgets/calendar/_calendar.scss */
.calendarWrapLarge div.arrowsTop,.calendarWrap div.arrowsTop,.calendarOutterWrap div.arrowsTop
	{
	background-image: url(../images/global/calendar/arrow_up.png);
}

/* line 155, ../../../../workspace/styles/global-sass/sass/modules/widgets/calendar/_calendar.scss */
.calendarWrapLarge div.arrowsRight,.calendarWrap div.arrowsRight,.calendarOutterWrap div.arrowsRight
	{
	background-image: url(../images/global/calendar/arrow_right.png);
}

/* line 159, ../../../../workspace/styles/global-sass/sass/modules/widgets/calendar/_calendar.scss */
.calendarWrapLarge div.arrowsDown,.calendarWrap div.arrowsDown,.calendarOutterWrap div.arrowsDown
	{
	background-image: url(../images/global/calendar/arrow_down.png);
}

/* line 163, ../../../../workspace/styles/global-sass/sass/modules/widgets/calendar/_calendar.scss */
.calendarWrapLarge div.arrowsLeft,.calendarWrap div.arrowsLeft,.calendarOutterWrap div.arrowsLeft
	{
	background-image: url(../images/global/calendar/arrow_left.png);
}

/* line 165, ../../../../workspace/styles/global-sass/sass/modules/widgets/calendar/_calendar.scss */
.calendarWrapLarge {
	background-image:
		url(../images/global/calendar/sched_pickup_lrg_calendar_background.png);
	background-repeat: no-repeat;
	height: 130px;
	padding: 20px 0 0 7px;
	margin-bottom: 10px;
}

/* line 173, ../../../../workspace/styles/global-sass/sass/modules/widgets/calendar/_calendar.scss */
.calendarWrap .disabled,.calendarWrapLarge .disabled {
	opacity: 1.0;
	filter: alpha(opacity = 100);
	cursor: default;
}

/* line 178, ../../../../workspace/styles/global-sass/sass/modules/widgets/calendar/_calendar.scss */
.calendarWrapLarge .days {
	font-size: 1.6em;
	color: #397FC3;
	margin-bottom: 10px;
	font-weight: bold;
}

/* line 184, ../../../../workspace/styles/global-sass/sass/modules/widgets/calendar/_calendar.scss */
.calendarWrapLarge div.calendarLargeDay a {
	display: block;
	padding: 13px 20px;
	height: 47px;
	width: 41px;
	position: relative;
}

/* line 193, ../../../../workspace/styles/global-sass/sass/modules/widgets/calendar/_calendar.scss */
.calendarWrapLarge .calendarLargeDay {
	float: left;
	width: 81px;
	height: 73px;
	background-image:
		url(../images/global/calendar/sched_pickup_lrg_calendar.png);
	background-repeat: no-repeat;
	background-position: -81px top;
	margin-right: 2px;
	cursor: pointer;
	overflow: hidden;
}

/* line 203, ../../../../workspace/styles/global-sass/sass/modules/widgets/calendar/_calendar.scss */
.calendarWrapLarge div.calendarLargeDay.selected {
	background-position: -162px top;
}

/* line 206, ../../../../workspace/styles/global-sass/sass/modules/widgets/calendar/_calendar.scss */
.calendarWrapLarge div.calendarLargeDay.disabled.today,.calendarWrapLarge div.calendarLargeDay.today
	{
	background-color: #ffffff;
	background-position: -243px top;
}

/* line 208, ../../../../workspace/styles/global-sass/sass/modules/widgets/calendar/_calendar.scss */
.calendarWrapLarge div.calendarLargeDay span.unselected {
	display: block;
	visibility: visible;
}

/* line 213, ../../../../workspace/styles/global-sass/sass/modules/widgets/calendar/_calendar.scss */
.calendarWrapLarge div.calendarLargeDay span.disabled,.calendarWrapLarge div.calendarLargeDay span.today,.calendarWrapLarge div.calendarLargeDay span.selected,.calendarWrapLarge div.calendarLargeDay span.added
	{
	display: none;
	visibility: hidden;
}

/* line 215, ../../../../workspace/styles/global-sass/sass/modules/widgets/calendar/_calendar.scss */
.calendarWrapLarge div.disabled span.disabled {
	display: block;
	visibility: visible;
}

/* line 217, ../../../../workspace/styles/global-sass/sass/modules/widgets/calendar/_calendar.scss */
.calendarWrapLarge div.selected span.selected {
	display: block;
	visibility: visible;
}

/* line 219, ../../../../workspace/styles/global-sass/sass/modules/widgets/calendar/_calendar.scss */
.calendarWrapLarge div.today span.today {
	display: block;
	visibility: visible;
}

/* line 222, ../../../../workspace/styles/global-sass/sass/modules/widgets/calendar/_calendar.scss */
.calendarWrapLarge div.disabled span.unselected,.calendarWrapLarge div.selected span.unselected
	{
	display: none;
	visibility: hidden;
}

/* line 225, ../../../../workspace/styles/global-sass/sass/modules/widgets/calendar/_calendar.scss */
.calendarWrapLarge div.calendarLargeDay.disabled {
	background-position: left top;
	/*cursor: crosshair !important; */
}

/*.calendarWrapLarge div.calendarLargeDay.disabled a{
	cursor: crosshair !important; }*/
/* line 232, ../../../../workspace/styles/global-sass/sass/modules/widgets/calendar/_calendar.scss */
.calendarWrap td span.unselected {
	display: block;
	visibility: visible;
}

/* line 236, ../../../../workspace/styles/global-sass/sass/modules/widgets/calendar/_calendar.scss */
.calendarWrap td span.disabled,.calendarWrap td span.today,.calendarWrap td span.added
	{
	display: none;
	visibility: hidden;
}

/* line 238, ../../../../workspace/styles/global-sass/sass/modules/widgets/calendar/_calendar.scss */
.calendarWrap td.disabled span.disabled {
	display: block;
	visibility: visible;
}

/* line 240, ../../../../workspace/styles/global-sass/sass/modules/widgets/calendar/_calendar.scss */
.calendarWrap td.added span.added {
	display: block;
	visibility: visible;
}

/* line 242, ../../../../workspace/styles/global-sass/sass/modules/widgets/calendar/_calendar.scss */
.calendarWrap td.today span.today {
	display: block;
	visibility: visible;
}

/* line 245, ../../../../workspace/styles/global-sass/sass/modules/widgets/calendar/_calendar.scss */
.calendarWrap td.disabled span.unselected,.calendarWrap td.added span.unselected
	{
	display: none;
	visibility: hidden;
}

/* line 247, ../../../../workspace/styles/global-sass/sass/modules/widgets/calendar/_calendar.scss */
.calendarWrapLarge .calendarLargeDay h4 {
	color: #2f6fa9;
	font-size: 1.2em;
	text-align: center;
	padding-bottom: 2px;
	margin-bottom: 8px;
}

/* line 255, ../../../../workspace/styles/global-sass/sass/modules/widgets/calendar/_calendar.scss */
.calendarWrapLarge .calendarLargeDay.selected h4,.calendarWrapLarge .calendarLargeDay.selected p.date
	{
	color: #FFFFFF;
}

/* line 258, ../../../../workspace/styles/global-sass/sass/modules/widgets/calendar/_calendar.scss */
.calendarWrapLarge .calendarLargeDay.disabled h4,.calendarWrapLarge .calendarLargeDay.disabled p.date
	{
	color: #999999;
}

/* line 260, ../../../../workspace/styles/global-sass/sass/modules/widgets/calendar/_calendar.scss */
.calendarWrapLarge .calendarLargeDay p.date {
	text-align: center;
	color: #2f6fa9;
	font-size: 4em;
	font-weight: bold;
}

/* line 265, ../../../../workspace/styles/global-sass/sass/modules/widgets/calendar/_calendar.scss */
.dj_ie7 .calendarWrapLarge .calendarLargeDay p.date {
	font-size: 40px;
	line-height: 40px;
	margin-top: -13px;
}

/* line 270, ../../../../workspace/styles/global-sass/sass/modules/widgets/calendar/_calendar.scss */
.calendarOutterWrap {
	position: relative;
}

/* line 272, ../../../../workspace/styles/global-sass/sass/modules/widgets/calendar/_calendar.scss */
.dj_ie7 .calendarOutterWrap {
	zoom: 1;
}

/* line 274, ../../../../workspace/styles/global-sass/sass/modules/widgets/calendar/_calendar.scss */
.calendarOutterWrap .arrow {
	margin: 0;
}

/* line 277, ../../../../workspace/styles/global-sass/sass/modules/widgets/calendar/_calendar.scss */
.calendarOutterWrap .calendarWidget td.selected {
	background-position: -76px top;
	color: #FFFFFF;
}

/* line 280, ../../../../workspace/styles/global-sass/sass/modules/widgets/calendar/_calendar.scss */
.calendarOutterWrap .calendarWidget td.selected a {
	color: #fff;
}

/* line 283, ../../../../workspace/styles/global-sass/sass/modules/widgets/calendar/_calendar.scss */
.calendarOutterWrap .calendarWidget td.prevselected {
	background: #f00;
	color: #FFFFFF;
}

/* line 287, ../../../../workspace/styles/global-sass/sass/modules/widgets/calendar/_calendar.scss */
.calendarOutterWrap .calendarWidget td.on {
	background: #000;
	color: #FFFFFF;
}

/* line 291, ../../../../workspace/styles/global-sass/sass/modules/widgets/calendar/_calendar.scss */
.calendarOutterWrap .calendarWidget td.lastdate {
	background: #c99;
	color: #FFFFFF;
}

/* line 1, ../../../../workspace/styles/global-sass/sass/modules/_dijit-resets.scss */
.dijitCheckBox input,.dijitRadio input {
	display: block;
	margin: 0;
	padding: 0;
	*vertical-align: top;
	font-size: 1.1em;
	float: left;
}

/* line 10, ../../../../workspace/styles/global-sass/sass/modules/_dijit-resets.scss */
.dijitCheckBoxInput {
	opacity: 0.01;
	filter: alpha(opacity = 0);
	-khtml-opacity: 0;
}

/* line 16, ../../../../workspace/styles/global-sass/sass/modules/_dijit-resets.scss */
.tundra .dijitCheckBox,.tundra .dijitRadio,.tundra .dijitCheckBoxInput {
	background-repeat: no-repeat;
	border: 0 none;
	height: 13px;
	overflow: hidden;
	width: 14px;
	float: left;
}

/* line 26, ../../../../workspace/styles/global-sass/sass/modules/_dijit-resets.scss */
.tundra .dijitCheckBox,.tundra .dijitCheckBoxIcon {
	background-image: url(../images/global/form/btns_checkbox_offon.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	width: 14px;
}

/* line 35, ../../../../workspace/styles/global-sass/sass/modules/_dijit-resets.scss */
.tundra .dijitCheckBoxChecked,.tundra .dijitToggleButtonChecked .dijitCheckBoxIcon
	{
	background-position: 0 -17px;
}

/* line 39, ../../../../workspace/styles/global-sass/sass/modules/_dijit-resets.scss */
.dijitCheckBox,.dijitRadio,.dijitCheckBoxInput {
	border: 0 none;
	overflow: hidden;
}

/* line 45, ../../../../workspace/styles/global-sass/sass/modules/_dijit-resets.scss */
.dijitInline {
	display: inline-block;
	vertical-align: middle;
	margin-top: 20px;
}

/* line 51, ../../../../workspace/styles/global-sass/sass/modules/_dijit-resets.scss */
.dijitReset {
	-x-system-font: none;
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-size-adjust: inherit;
	font-stretch: inherit;
	font-style: inherit;
	font-variant: inherit;
	font-weight: inherit;
	*display: inline;
}

/* line 2, ../../../../workspace/styles/global-sass/sass/modules/_dijit-slider.scss */
.dijitSliderMoveable {
	z-index: 99;
	position: absolute !important;
	display: block;
	vertical-align: middle;
}

/* line 8, ../../../../workspace/styles/global-sass/sass/modules/_dijit-slider.scss */
.dijitSliderMoveableH {
	right: 0;
}

/* line 11, ../../../../workspace/styles/global-sass/sass/modules/_dijit-slider.scss */
.dijitSliderMoveableV {
	right: 50%;
}

/* line 15, ../../../../workspace/styles/global-sass/sass/modules/_dijit-slider.scss */
.dijit_a11y DIV.dijitSliderImageHandle,.dijitSliderImageHandle {
	margin: 0;
	padding: 0;
	position: relative !important;
	border: 8px solid gray;
	width: 0;
	height: 0;
	cursor: pointer;
}

/* line 24, ../../../../workspace/styles/global-sass/sass/modules/_dijit-slider.scss */
.dj_iequirks .dijit_a11y .dijitSliderImageHandle {
	font-size: 0;
}

/* line 27, ../../../../workspace/styles/global-sass/sass/modules/_dijit-slider.scss */
.dj_ie7 .dijitSliderImageHandle {
	overflow: hidden;
}

/* line 30, ../../../../workspace/styles/global-sass/sass/modules/_dijit-slider.scss */
.dj_ie7 .dijit_a11y .dijitSliderImageHandle {
	overflow: visible;
}

/* line 33, ../../../../workspace/styles/global-sass/sass/modules/_dijit-slider.scss */
.dijit_a11y .dijitSliderFocused .dijitSliderImageHandle {
	border: 4px solid #000;
	height: 8px;
	width: 8px;
}

/* line 38, ../../../../workspace/styles/global-sass/sass/modules/_dijit-slider.scss */
.dijitSliderImageHandleV {
	top: -8px;
	right: -50%;
}

/* line 43, ../../../../workspace/styles/global-sass/sass/modules/_dijit-slider.scss */
.dj_ie7 .dijitSliderImageHandleV {
	margin-left: 5px;
}

/* line 47, ../../../../workspace/styles/global-sass/sass/modules/_dijit-slider.scss */
.dijitSliderImageHandleH {
	left: 50%;
	top: -5px;
	vertical-align: top;
}

/* line 52, ../../../../workspace/styles/global-sass/sass/modules/_dijit-slider.scss */
.dijitSliderBar {
	border-style: solid;
	border-color: black;
	cursor: pointer;
}

/* line 57, ../../../../workspace/styles/global-sass/sass/modules/_dijit-slider.scss */
.dijitSliderBarContainerV {
	position: relative;
	height: 100%;
	z-index: 1;
}

/* line 62, ../../../../workspace/styles/global-sass/sass/modules/_dijit-slider.scss */
.dijitSliderBarContainerH {
	position: relative;
	z-index: 1;
}

/* line 66, ../../../../workspace/styles/global-sass/sass/modules/_dijit-slider.scss */
.dijitSliderBarH {
	height: 4px;
	border-width: 1px 0;
}

/* line 70, ../../../../workspace/styles/global-sass/sass/modules/_dijit-slider.scss */
.dijitSliderBarV {
	width: 4px;
	border-width: 0 1px;
}

/* line 74, ../../../../workspace/styles/global-sass/sass/modules/_dijit-slider.scss */
.dijitSliderProgressBar {
	background-color: red;
	z-index: 1;
}

/* line 78, ../../../../workspace/styles/global-sass/sass/modules/_dijit-slider.scss */
.dijitSliderProgressBarV {
	position: static !important;
	height: 0;
	vertical-align: top;
	text-align: left;
}

/* line 84, ../../../../workspace/styles/global-sass/sass/modules/_dijit-slider.scss */
.dijitSliderProgressBarH {
	position: absolute !important;
	width: 0;
	vertical-align: middle;
	overflow: visible;
}

/* line 90, ../../../../workspace/styles/global-sass/sass/modules/_dijit-slider.scss */
.dijitSliderRemainingBar {
	overflow: hidden;
	background-color: transparent;
	z-index: 1;
}

/* line 95, ../../../../workspace/styles/global-sass/sass/modules/_dijit-slider.scss */
.dijitSliderRemainingBarV {
	height: 100%;
	text-align: left;
}

/* line 99, ../../../../workspace/styles/global-sass/sass/modules/_dijit-slider.scss */
.dijitSliderRemainingBarH {
	width: 100% !important;
}

/* line 102, ../../../../workspace/styles/global-sass/sass/modules/_dijit-slider.scss */
.dijitSliderBumper {
	overflow: hidden;
	z-index: 1;
}

/* line 106, ../../../../workspace/styles/global-sass/sass/modules/_dijit-slider.scss */
.dijitSliderBumperV {
	width: 4px;
	height: 8px;
	border-width: 0 1px;
}

/* line 111, ../../../../workspace/styles/global-sass/sass/modules/_dijit-slider.scss */
.dijitSliderBumperH {
	width: 8px;
	height: 4px;
	border-width: 1px 0;
}

/* line 117, ../../../../workspace/styles/global-sass/sass/modules/_dijit-slider.scss */
.dijitSliderBottomBumper,.dijitSliderLeftBumper {
	background-color: red;
}

/* line 121, ../../../../workspace/styles/global-sass/sass/modules/_dijit-slider.scss */
.dijitSliderTopBumper,.dijitSliderRightBumper {
	background-color: transparent;
}

/* line 124, ../../../../workspace/styles/global-sass/sass/modules/_dijit-slider.scss */
.dijitSliderDecoration {
	text-align: center;
}

/* line 128, ../../../../workspace/styles/global-sass/sass/modules/_dijit-slider.scss */
.dijitSliderDecorationC,.dijitSliderDecorationV {
	position: relative;
}

/* line 131, ../../../../workspace/styles/global-sass/sass/modules/_dijit-slider.scss */
.dj_ie7 .dijitSliderDecorationC {
	padding-left: 5px;
}

/* line 135, ../../../../workspace/styles/global-sass/sass/modules/_dijit-slider.scss */
.dijitSliderDecorationH {
	width: 100%;
}

/* line 138, ../../../../workspace/styles/global-sass/sass/modules/_dijit-slider.scss */
.dijitSliderDecorationV {
	height: 100%;
}

/* line 141, ../../../../workspace/styles/global-sass/sass/modules/_dijit-slider.scss */
.dijitSliderButton {
	font-family: monospace;
	margin: 0;
	padding: 0;
	display: block;
}

/* line 147, ../../../../workspace/styles/global-sass/sass/modules/_dijit-slider.scss */
.dijit_a11y .dijitSliderButtonInner {
	visibility: visible !important;
}

/* line 150, ../../../../workspace/styles/global-sass/sass/modules/_dijit-slider.scss */
.dijitSliderButtonContainer {
	text-align: center;
	height: 0;
}

/* line 154, ../../../../workspace/styles/global-sass/sass/modules/_dijit-slider.scss */
.dijitSliderButtonContainer * {
	cursor: pointer;
}

/* line 157, ../../../../workspace/styles/global-sass/sass/modules/_dijit-slider.scss */
.dijitSlider .dijitButtonNode {
	padding: 0;
	display: block;
}

/* line 161, ../../../../workspace/styles/global-sass/sass/modules/_dijit-slider.scss */
.dijitRuleContainer {
	position: relative;
	overflow: visible;
}

/* line 165, ../../../../workspace/styles/global-sass/sass/modules/_dijit-slider.scss */
.dijitRuleContainerV {
	height: 100%;
	line-height: 0;
	float: left;
	text-align: left;
}

/* line 171, ../../../../workspace/styles/global-sass/sass/modules/_dijit-slider.scss */
.dj_opera .dijitRuleContainerV {
	line-height: 2%;
}

/* line 174, ../../../../workspace/styles/global-sass/sass/modules/_dijit-slider.scss */
.dj_ie .dijitRuleContainerV {
	line-height: normal;
}

/* line 177, ../../../../workspace/styles/global-sass/sass/modules/_dijit-slider.scss */
.dj_gecko .dijitRuleContainerV {
	margin: 0 0 1px 0;
}

/* line 180, ../../../../workspace/styles/global-sass/sass/modules/_dijit-slider.scss */
.dijitRuleMark {
	position: absolute;
	border: 1px solid black;
	line-height: 0;
	height: 100%;
}

/* line 186, ../../../../workspace/styles/global-sass/sass/modules/_dijit-slider.scss */
.dijitRuleMarkH {
	width: 0;
	border-top-width: 0 !important;
	border-bottom-width: 0 !important;
	border-left-width: 0 !important;
}

/* line 192, ../../../../workspace/styles/global-sass/sass/modules/_dijit-slider.scss */
.dijitRuleLabelContainer {
	position: absolute;
}

/* line 195, ../../../../workspace/styles/global-sass/sass/modules/_dijit-slider.scss */
.dijitRuleLabelContainerH {
	text-align: center;
	display: inline-block;
}

/* line 199, ../../../../workspace/styles/global-sass/sass/modules/_dijit-slider.scss */
.dijitRuleLabelH {
	position: relative;
	left: -50%;
}

/* line 203, ../../../../workspace/styles/global-sass/sass/modules/_dijit-slider.scss */
.dijitRuleLabelV {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

/* line 209, ../../../../workspace/styles/global-sass/sass/modules/_dijit-slider.scss */
.dijitRuleMarkV {
	height: 0;
	border-right-width: 0 !important;
	border-bottom-width: 0 !important;
	border-left-width: 0 !important;
	width: 100%;
	left: 0;
}

/* line 217, ../../../../workspace/styles/global-sass/sass/modules/_dijit-slider.scss */
.dj_ie .dijitRuleLabelContainerV {
	margin-top: -.55em;
}

/* line 221, ../../../../workspace/styles/global-sass/sass/modules/_dijit-slider.scss */
.dijit_a11y .dijitSliderReadOnly,.dijit_a11y .dijitSliderDisabled {
	opacity: 0.6;
}

/* line 225, ../../../../workspace/styles/global-sass/sass/modules/_dijit-slider.scss */
.dj_ie .dijit_a11y .dijitSliderReadOnly .dijitSliderBar,.dj_ie .dijit_a11y .dijitSliderDisabled .dijitSliderBar
	{
	filter: alpha(opacity = 40);
}

/* line 228, ../../../../workspace/styles/global-sass/sass/modules/_dijit-slider.scss */
.dijit_a11y .dijitSlider .dijitSliderButtonContainer DIV {
	font-family: monospace;
	font-size: 1em;
	line-height: 1em;
	height: auto;
	width: auto;
	margin: 0 4px;
}

/* line 237, ../../../../workspace/styles/global-sass/sass/modules/_dijit-slider.scss */
.claro .dijitButtonNode {
	-webkit-transition-property: background-color;
	-moz-transition-property: background-color;
	transition-property: background-color;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

/* line 249, ../../../../workspace/styles/global-sass/sass/modules/_dijit-slider.scss */
.claro .dijitContentPane {
	padding: 8px;
}

/* line 256, ../../../../workspace/styles/global-sass/sass/modules/_dijit-slider.scss */
.claro .dijitTabContainerTop-dijitContentPane,.claro .dijitTabContainerLeft-dijitContentPane,.claro .dijitTabContainerBottom-dijitContentPane,.claro .dijitTabContainerRight-dijitContentPane,.claro .dijitAccordionContainer-dijitContentPane
	{
	background-color: #ffffff;
	padding: 8px;
}

/* line 261, ../../../../workspace/styles/global-sass/sass/modules/_dijit-slider.scss */
.claro table.dijitSliderV {
	width: 43px;
}

/* line 265, ../../../../workspace/styles/global-sass/sass/modules/_dijit-slider.scss */
.claro .dijitSlider .dijitSliderProgressBarH,.claro .dijitSlider .dijitSliderLeftBumper
	{
	background-image:
		url(../../external/scripts/dojobuild/dijit/themes/claro/form/images/sliderHorizontal.png);
	background-repeat: repeat-x;
	background-position: 0 -20px;
	border-color: #b5bcc7;
	background-color: #cfe5fa;
}

/* line 272, ../../../../workspace/styles/global-sass/sass/modules/_dijit-slider.scss */
.claro .dijitSlider .dijitSliderRemainingBarH,.claro .dijitSlider .dijitSliderRightBumper
	{
	background-image:
		url(../../external/scripts/dojobuild/dijit/themes/claro/form/images/sliderHorizontal.png);
	background-repeat: repeat-x;
	background-position: 0 -11px;
	border-color: #b5bcc7;
	background-color: #ffffff;
}

/* line 279, ../../../../workspace/styles/global-sass/sass/modules/_dijit-slider.scss */
.claro .dijitSliderRightBumper {
	border-right: solid 1px #b5bcc7;
}

/* line 282, ../../../../workspace/styles/global-sass/sass/modules/_dijit-slider.scss */
.claro .dijitSliderLeftBumper {
	border-left: solid 1px #b5bcc7;
}

/* line 285, ../../../../workspace/styles/global-sass/sass/modules/_dijit-slider.scss */
.claro .dijitSliderHover .dijitSliderProgressBarH,.claro .dijitSliderHover .dijitSliderLeftBumper
	{
	background-position: 0 -20px;
	background-color: #abd6ff;
	border-color: #769dc0;
}

/* line 290, ../../../../workspace/styles/global-sass/sass/modules/_dijit-slider.scss */
.claro .dijitSliderHover .dijitSliderRemainingBarH,.claro .dijitSliderHover .dijitSliderRightBumper
	{
	background-position: 0 0;
	background-color: #ffffff;
	border-color: #769dc0;
}

/* line 295, ../../../../workspace/styles/global-sass/sass/modules/_dijit-slider.scss */
.claro .dijitSliderFocused .dijitSliderProgressBarH,.claro .dijitSliderFocused .dijitSliderLeftBumper
	{
	background-position: 0 -30px;
	background-color: #abd6ff;
	border-color: #769dc0;
}

/* line 300, ../../../../workspace/styles/global-sass/sass/modules/_dijit-slider.scss */
.claro .dijitSliderFocused .dijitSliderRemainingBarH,.claro .dijitSliderFocused .dijitSliderRightBumper
	{
	background-position: 0 -9px;
	background-color: #ffffff;
	border-color: #769dc0;
}

/* line 305, ../../../../workspace/styles/global-sass/sass/modules/_dijit-slider.scss */
.claro .dijitSliderDisabled .dijitSliderProgressBarH,.claro .dijitSliderDisabled .dijitSliderLeftBumper
	{
	background-color: #d3d3d3;
	background-image: none;
}

/* line 310, ../../../../workspace/styles/global-sass/sass/modules/_dijit-slider.scss */
.claro .dijitSliderDisabled .dijitSliderRemainingBarH,.claro .dijitSliderDisabled .dijitSliderRightBumper
	{
	background-color: #efefef;
}

/* line 313, ../../../../workspace/styles/global-sass/sass/modules/_dijit-slider.scss */
.claro .dijitRuleLabelsContainerV {
	padding: 0 2px;
}

/* line 316, ../../../../workspace/styles/global-sass/sass/modules/_dijit-slider.scss */
.claro .dijitSlider .dijitSliderProgressBarV,.claro .dijitSlider .dijitSliderBottomBumper
	{
	background-image:
		url(../external/scripts/dojobuild/dijit/themes/claro/form/images/sliderVertical.png);
	background-repeat: repeat-y;
	background-position: -36px 0;
	border-color: #b5bcc7;
	background-color: #cfe5fa;
}

/* line 323, ../../../../workspace/styles/global-sass/sass/modules/_dijit-slider.scss */
.claro .dijitSlider .dijitSliderRemainingBarV,.claro .dijitSlider .dijitSliderTopBumper
	{
	background-image:
		url(../external/scripts/dojobuild/dijit/themes/claro/form/images/sliderVertical.png);
	background-repeat: repeat-y;
	background-position: -3px 0;
	border-color: #b5bcc7;
	background-color: #ffffff;
}

/* line 330, ../../../../workspace/styles/global-sass/sass/modules/_dijit-slider.scss */
.claro .dijitSliderBottomBumper {
	border-bottom: solid 1px #b5bcc7;
}

/* line 333, ../../../../workspace/styles/global-sass/sass/modules/_dijit-slider.scss */
.claro .dijitSliderTopBumper {
	border-top: solid 1px #b5bcc7;
}

/* line 336, ../../../../workspace/styles/global-sass/sass/modules/_dijit-slider.scss */
.claro .dijitSliderHover .dijitSliderProgressBarV,.claro .dijitSliderHover .dijitSliderBottomBumper
	{
	background-position: -36px 0;
	background-color: #abd6ff;
}

/* line 340, ../../../../workspace/styles/global-sass/sass/modules/_dijit-slider.scss */
.claro .dijitSliderHover .dijitSliderRemainingBarV,.claro .dijitSliderHover .dijitSliderTopBumper
	{
	background-position: 0 0;
	background-color: #ffffff;
}

/* line 344, ../../../../workspace/styles/global-sass/sass/modules/_dijit-slider.scss */
.claro .dijitSliderFocused .dijitSliderProgressBarV,.claro .dijitSliderFocused .dijitSliderBottomBumper
	{
	background-position: -56px 0;
	background-color: #abd6ff;
}

/* line 348, ../../../../workspace/styles/global-sass/sass/modules/_dijit-slider.scss */
.claro .dijitSliderFocused .dijitSliderRemainingBarV,.claro .dijitSliderFocused .dijitSliderTopBumper
	{
	background-position: -18px 0;
	background-color: #ffffff;
}

/* line 352, ../../../../workspace/styles/global-sass/sass/modules/_dijit-slider.scss */
.claro .dijitSliderDisabled .dijitSliderProgressBarV,.claro .dijitSliderDisabled .dijitSliderBottomBumper
	{
	background-color: #d3d3d3;
}

/* line 356, ../../../../workspace/styles/global-sass/sass/modules/_dijit-slider.scss */
.claro .dijitSliderDisabled .dijitSliderRemainingBarV,.claro .dijitSliderDisabled .dijitSliderTopBumper
	{
	background-color: #efefef;
}

/* line 359, ../../../../workspace/styles/global-sass/sass/modules/_dijit-slider.scss */
.claro .dijitSliderImageHandleH {
	border: 0;
	width: 18px;
	height: 16px;
	background-image:
		url(../external/scripts/dojobuild/dijit/themes/claro/form/images/sliderThumbs.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

/* line 367, ../../../../workspace/styles/global-sass/sass/modules/_dijit-slider.scss */
.claro .dijitSliderHover .dijitSliderImageHandleH {
	background-position: -18px 0;
}

/* line 370, ../../../../workspace/styles/global-sass/sass/modules/_dijit-slider.scss */
.claro .dijitSliderFocused .dijitSliderImageHandleH {
	background-position: -36px 0;
}

/* line 373, ../../../../workspace/styles/global-sass/sass/modules/_dijit-slider.scss */
.claro .dijitSliderProgressBarH .dijitSliderThumbHover {
	background-position: -36px 0;
}

/* line 376, ../../../../workspace/styles/global-sass/sass/modules/_dijit-slider.scss */
.claro .dijitSliderProgressBarH .dijitSliderThumbActive {
	background-position: -36px 0;
}

/* line 379, ../../../../workspace/styles/global-sass/sass/modules/_dijit-slider.scss */
.claro .dijitSliderReadOnly .dijitSliderImageHandleH,.claro .dijitSliderDisabled .dijitSliderImageHandleH
	{
	background-position: -54px 0;
}

/* line 382, ../../../../workspace/styles/global-sass/sass/modules/_dijit-slider.scss */
.claro .dijitSliderImageHandleV {
	border: 0;
	width: 18px;
	height: 16px;
	background-image:
		url(../external/scripts/dojobuild/dijit/themes/claro/form/images/sliderThumbs.png);
	background-repeat: no-repeat;
	background-position: -289px 0;
}

/* line 390, ../../../../workspace/styles/global-sass/sass/modules/_dijit-slider.scss */
.claro .dijitSliderHover .dijitSliderImageHandleV {
	background-position: -307px 0;
}

/* line 393, ../../../../workspace/styles/global-sass/sass/modules/_dijit-slider.scss */
.claro .dijitSliderFocused .dijitSliderImageHandleV {
	background-position: -325px 0;
}

/* line 396, ../../../../workspace/styles/global-sass/sass/modules/_dijit-slider.scss */
.claro .dijitSliderProgressBarV .dijitSliderThumbHover {
	background-position: -325px 0;
}

/* line 399, ../../../../workspace/styles/global-sass/sass/modules/_dijit-slider.scss */
.claro .dijitSliderProgressBarV .dijitSliderThumbActive {
	background-position: -325px 0;
}

/* line 402, ../../../../workspace/styles/global-sass/sass/modules/_dijit-slider.scss */
.claro .dijitSliderReadOnly .dijitSliderImageHandleV,.claro .dijitSliderDisabled .dijitSliderImageHandleV
	{
	background-position: -343px 0;
}

/* line 405, ../../../../workspace/styles/global-sass/sass/modules/_dijit-slider.scss */
.claro .dijitSliderButtonContainerH {
	padding: 1px 3px 1px 2px;
}

/* line 408, ../../../../workspace/styles/global-sass/sass/modules/_dijit-slider.scss */
.claro .dijitSliderButtonContainerV {
	padding: 3px 1px 2px 1px;
}

/* line 412, ../../../../workspace/styles/global-sass/sass/modules/_dijit-slider.scss */
.dj_opera .claro .dijitSliderButtonContainerV,.dj_ie8 .claro .dijitSliderButtonContainerV
	{
	padding: 3px 1px 2px 1px;
	width: 14px;
}

/* line 420, ../../../../workspace/styles/global-sass/sass/modules/_dijit-slider.scss */
.claro .dijitSliderDecrementIconH,.claro .dijitSliderIncrementIconH,.claro .dijitSliderDecrementIconV,.claro .dijitSliderIncrementIconV
	{
	background-image:
		url(../../external/scripts/dojobuild/dijit/themes/claro/form/images/commonFormArrows.png);
	background-repeat: no-repeat;
	background-color: #efefef;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: solid 1px #b5bcc7;
	font-size: 1px;
}

/* line 429, ../../../../workspace/styles/global-sass/sass/modules/_dijit-slider.scss */
.claro .dijitSliderDecrementIconH,.claro .dijitSliderIncrementIconH {
	height: 12px;
	width: 9px;
}

/* line 433, ../../../../workspace/styles/global-sass/sass/modules/_dijit-slider.scss */
.claro .dijitSliderDecrementIconV,.claro .dijitSliderIncrementIconV {
	height: 9px;
	width: 12px;
}

/* line 444, ../../../../workspace/styles/global-sass/sass/modules/_dijit-slider.scss */
.claro .dijitSliderActive .dijitSliderDecrementIconH,.claro .dijitSliderActive .dijitSliderIncrementIconH,.claro .dijitSliderActive .dijitSliderDecrementIconV,.claro .dijitSliderActive .dijitSliderIncrementIconV,.claro .dijitSliderHover .dijitSliderDecrementIconH,.claro .dijitSliderHover .dijitSliderIncrementIconH,.claro .dijitSliderHover .dijitSliderDecrementIconV,.claro .dijitSliderHover .dijitSliderIncrementIconV
	{
	border: solid 1px #769dc0;
	background-color: #ffffff;
}

/* line 449, ../../../../workspace/styles/global-sass/sass/modules/_dijit-slider.scss */
.claro .dijitSliderDecrementIconH {
	background-position: -357px 50%;
}

/* line 452, ../../../../workspace/styles/global-sass/sass/modules/_dijit-slider.scss */
.claro .dijitSliderActive .dijitSliderDecrementIconH.claro .dijitSliderHover .dijitSliderDecrementIconH
	{
	background-position: -393px 50%;
}

/* line 455, ../../../../workspace/styles/global-sass/sass/modules/_dijit-slider.scss */
.claro .dijitSliderIncrementIconH {
	background-position: -251px 50%;
}

/* line 458, ../../../../workspace/styles/global-sass/sass/modules/_dijit-slider.scss */
.claro .dijitSliderActive .dijitSliderIncrementIconH.claro .dijitSliderHover .dijitSliderIncrementIconH
	{
	background-position: -283px 50%;
}

/* line 461, ../../../../workspace/styles/global-sass/sass/modules/_dijit-slider.scss */
.claro .dijitSliderDecrementIconV {
	background-position: -38px 50%;
}

/* line 464, ../../../../workspace/styles/global-sass/sass/modules/_dijit-slider.scss */
.claro .dijitSliderActive .dijitSliderDecrementIconV.claro .dijitSliderHover .dijitSliderDecrementIconV
	{
	background-position: -73px 50%;
}

/* line 467, ../../../../workspace/styles/global-sass/sass/modules/_dijit-slider.scss */
.claro .dijitSliderIncrementIconV {
	background-position: -143px 49%;
}

/* line 470, ../../../../workspace/styles/global-sass/sass/modules/_dijit-slider.scss */
.claro .dijitSliderActive .dijitSliderIncrementIconV.claro .dijitSliderHover .dijitSliderIncrementIconV
	{
	background-position: -178px 49%;
}

/* line 476, ../../../../workspace/styles/global-sass/sass/modules/_dijit-slider.scss */
.claro .dijitSliderButtonContainerV .dijitSliderDecrementButtonHover,.claro .dijitSliderButtonContainerH .dijitSliderDecrementButtonHover,.claro .dijitSliderButtonContainerV .dijitSliderIncrementButtonHover,.claro .dijitSliderButtonContainerH .dijitSliderIncrementButtonHover
	{
	background-color: #cfe5fa;
}

/* line 482, ../../../../workspace/styles/global-sass/sass/modules/_dijit-slider.scss */
.claro .dijitSliderButtonContainerV .dijitSliderDecrementButtonActive,.claro .dijitSliderButtonContainerH .dijitSliderDecrementButtonActive,.claro .dijitSliderButtonContainerV .dijitSliderIncrementButtonActive,.claro .dijitSliderButtonContainerH .dijitSliderIncrementButtonActive
	{
	background-color: #abd6ff;
	border-color: #769dc0;
}

/* line 486, ../../../../workspace/styles/global-sass/sass/modules/_dijit-slider.scss */
.claro .dijitSliderButtonInner {
	visibility: hidden;
}

/* line 489, ../../../../workspace/styles/global-sass/sass/modules/_dijit-slider.scss */
.claro .dijitSliderDisabled .dijitSliderBar {
	border-color: #d3d3d3;
}

/* line 492, ../../../../workspace/styles/global-sass/sass/modules/_dijit-slider.scss */
.claro .dijitSliderReadOnly *,.claro .dijitSliderDisabled * {
	border-color: #d3d3d3;
	color: #818181;
}

/* line 496, ../../../../workspace/styles/global-sass/sass/modules/_dijit-slider.scss */
.claro .dijitSliderReadOnly .dijitSliderDecrementIconH,.claro .dijitSliderDisabled .dijitSliderDecrementIconH
	{
	background-position: -321px 50%;
	background-color: #efefef;
}

/* line 500, ../../../../workspace/styles/global-sass/sass/modules/_dijit-slider.scss */
.claro .dijitSliderReadOnly .dijitSliderIncrementIconH,.claro .dijitSliderDisabled .dijitSliderIncrementIconH
	{
	background-position: -215px 50%;
	background-color: #efefef;
}

/* line 504, ../../../../workspace/styles/global-sass/sass/modules/_dijit-slider.scss */
.claro .dijitSliderReadOnly .dijitSliderDecrementIconV,.claro .dijitSliderDisabled .dijitSliderDecrementIconV
	{
	background-position: -3px 49%;
	background-color: #efefef;
}

/* line 508, ../../../../workspace/styles/global-sass/sass/modules/_dijit-slider.scss */
.claro .dijitSliderReadOnly .dijitSliderIncrementIconV,.claro .dijitSliderDisabled .dijitSliderIncrementIconV
	{
	background-position: -107px 49%;
	background-color: #efefef;
}

/* line 519, ../../../../workspace/styles/global-sass/sass/modules/_dijit-slider.scss */
.dj_ie6 .claro .dijitSlider .dijitSliderProgressBarH,.dj_ie6 .claro .dijitSlider .dijitSliderLeftBumper,.dj_ie6 .claro .dijitSlider .dijitSliderRemainingBarH,.dj_ie6 .claro .dijitSlider .dijitSliderRightBumper,.dj_ie6 .claro .dijitSlider .dijitSliderProgressBarV,.dj_ie6 .claro .dijitSlider .dijitSliderTopBumper,.dj_ie6 .claro .dijitSlider .dijitSliderRemainingBarV,.dj_ie6 .claro .dijitSlider .dijitSliderBottomBumper
	{
	background-image: none;
}

/* line 523, ../../../../workspace/styles/global-sass/sass/modules/_dijit-slider.scss */
.dijitSliderRtl .dijitSliderImageHandleV {
	left: auto;
}

/* line 526, ../../../../workspace/styles/global-sass/sass/modules/_dijit-slider.scss */
.dijitSliderRtl .dijitSliderImageHandleH {
	left: -50%;
}

/* line 529, ../../../../workspace/styles/global-sass/sass/modules/_dijit-slider.scss */
.dijitSliderRtl .dijitSliderMoveableH {
	right: auto;
	left: 0;
}

/* line 533, ../../../../workspace/styles/global-sass/sass/modules/_dijit-slider.scss */
.dijitSliderRtl .dijitRuleContainerV {
	float: right;
}

/* line 536, ../../../../workspace/styles/global-sass/sass/modules/_dijit-slider.scss */
.dj_ie .dijitSliderRtl .dijitRuleContainerV {
	text-align: right;
}

/* line 539, ../../../../workspace/styles/global-sass/sass/modules/_dijit-slider.scss */
.dj_ie .dijitSliderRtl .dijitRuleLabelV {
	text-align: left;
}

/* line 542, ../../../../workspace/styles/global-sass/sass/modules/_dijit-slider.scss */
.dj_ie .dijitSliderRtl .dijitRuleLabelH {
	zoom: 1;
}

/* line 545, ../../../../workspace/styles/global-sass/sass/modules/_dijit-slider.scss */
.dijitSliderRtl .dijitSliderProgressBarH {
	float: right;
	right: 0;
	left: auto;
}

/* line 556, ../../../../workspace/styles/global-sass/sass/modules/_dijit-slider.scss */
.claro .dijitSliderRtl .dijitSliderProgressBarH,.claro .dijitSliderRtl .dijitSliderRemainingBarH,.claro .dijitSliderRtl .dijitSliderLeftBumper,.claro .dijitSliderRtl .dijitSliderRightBumper,.claro .dijitSliderRtl .dijitSliderTopBumper
	{
	background-position: top right;
}

/* line 559, ../../../../workspace/styles/global-sass/sass/modules/_dijit-slider.scss */
.claro .dijitSliderRtl .dijitSliderProgressBarV,.claro .dijitSliderRtl .dijitSliderRemainingBarV,.claro .dijitSliderRtl .dijitSliderBottomBumper
	{
	background-position: bottom right;
}

/* line 562, ../../../../workspace/styles/global-sass/sass/modules/_dijit-slider.scss */
.claro .dijitSliderRtl .dijitSliderLeftBumper {
	border-left-width: 0;
	border-right-width: 1px;
}

/* line 566, ../../../../workspace/styles/global-sass/sass/modules/_dijit-slider.scss */
.claro .dijitSliderRtl .dijitSliderRightBumper {
	border-left-width: 1px;
	border-right-width: 0;
}

/* line 570, ../../../../workspace/styles/global-sass/sass/modules/_dijit-slider.scss */
.claro .dijitSliderRtl .dijitSliderIncrementIconH {
	background-position: -357px 50%;
}

/* line 573, ../../../../workspace/styles/global-sass/sass/modules/_dijit-slider.scss */
.claro .dijitSliderRtl .dijitSliderDecrementIconH {
	background-position: -251px 50%;
}

/* line 3, ../../../../workspace/styles/global-sass/sass/modules/_customScroller.scss */
.scrollContainer {
	overflow: hidden;
	position: absolute;
	border: 1px solid #ccc;
	background-image:
		url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSI3MCUiIHN0b3AtY29sb3I9IiNlZWVlZWUiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmYWZhZmEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
	background-size: 100%;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(70%, #eeeeee),
		color-stop(100%, #fafafa) );
	background-image: -webkit-linear-gradient(top, #eeeeee 70%, #fafafa 100%);
	background-image: -moz-linear-gradient(top, #eeeeee 70%, #fafafa 100%);
	background-image: -o-linear-gradient(top, #eeeeee 70%, #fafafa 100%);
	background-image: linear-gradient(top, #eeeeee 70%, #fafafa 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,
		startColorstr='#eeeeee', endColorstr='#fafafa' );
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

/* line 16, ../../../../workspace/styles/global-sass/sass/modules/_customScroller.scss */
.scrollInterior {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 5px;
	z-index: 50;
}

/* line 24, ../../../../workspace/styles/global-sass/sass/modules/_customScroller.scss */
#modals-fluid .scrollerContainer {
	padding: 10px 7px;
}

/* line 26, ../../../../workspace/styles/global-sass/sass/modules/_customScroller.scss */
.scrollerContainer {
	float: right;
	width: 7px;
	margin: 2px 2px 0 0;
	position: relative;
	z-index: 90;
}

/* line 34, ../../../../workspace/styles/global-sass/sass/modules/_customScroller.scss */
.scrollerRail {
	position: absolute;
	top: auto;
	left: auto;
	width: 7px;
}

/* line 42, ../../../../workspace/styles/global-sass/sass/modules/_customScroller.scss */
.scrollerTop {
	height: 3px;
	background: transparent
		url(../images/global/scroller/shp_scrollbar_bg.gif) no-repeat 0px 0px;
	width: 7px;
	overflow: hidden;
}

/* line 49, ../../../../workspace/styles/global-sass/sass/modules/_customScroller.scss */
.scrollerMiddle {
	background: transparent
		url(../images/global/scroller/shp_scrollbar_bg.gif) repeat-y -7px 0px;
	width: 7px;
}

/* line 54, ../../../../workspace/styles/global-sass/sass/modules/_customScroller.scss */
.scrollerBottom {
	height: 3px;
	background: transparent
		url(../images/global/scroller/shp_scrollbar_bg.gif) no-repeat 0px -6px;
	width: 7px;
	overflow: hidden;
}

/* line 61, ../../../../workspace/styles/global-sass/sass/modules/_customScroller.scss */
.scrollHandle {
	position: absolute;
	top: 0px;
	left: auto;
	width: 7px;
	height: 25px;
	background-image:
		url("../images/global/scroller/shp_scrollbar_short.gif");
	overflow: hidden;
	cursor: pointer;
}

/* line 73, ../../../../workspace/styles/global-sass/sass/modules/_customScroller.scss */
.dj_ie8 .scrollInterior,.dj_ie9 .scrollInterior {
	margin-right: 7px;
}

/* line 2, ../../../../workspace/styles/global-sass/sass/modules/_cart.scss */
#global-header-cart {
	background: url("../images/global/header/hdr_icons_roll.gif") no-repeat
		scroll -3px -34px transparent;
	float: left;
	height: 34px;
	position: relative;
	width: 150px;
}

/* line 9, ../../../../workspace/styles/global-sass/sass/modules/_cart.scss */
#global-header-cart h2 {
	cursor: pointer;
	font-size: 1em;
	line-height: 34px;
	margin: 0;
	padding: 0;
	text-indent: 27px;
}

/* line 17, ../../../../workspace/styles/global-sass/sass/modules/_cart.scss */
#global-header-cart a {
	color: #444444;
	text-decoration: none;
}

/* line 21, ../../../../workspace/styles/global-sass/sass/modules/_cart.scss */
#global-header-cart a:hover {
	color: #2F6FA9;
}

/* line 1, ../../../../workspace/styles/global-sass/sass/modules/_error-handler.scss */
.error-handler {
	font: bold 11px/1.5 Arial;
	margin-bottom: 7px;
	margin-top: 7px;
	color: #eb0f0e;
	padding-left: 20px;
	position: relative;
}

/* line 8, ../../../../workspace/styles/global-sass/sass/modules/_error-handler.scss */
.error-handler .error_icn {
	position: absolute;
	top: 0;
	left: 0;
	vertical-align: top;
	width: 16px;
	height: 16px;
	display: -moz-inline-box;
	display: inline-block;
	overflow: hidden;
	text-indent: -3000px;
	*text-indent: 0px;
	font: 0/0 Arial;
	color: rgba(255, 255, 255, 0);
	text-decoration: none;
	outline: none;
	background: url("../images/global/sprites/success_error_icon.jpg")
		no-repeat scroll 0 -15px transparent;
}

/* line 26, ../../../../workspace/styles/global-sass/sass/modules/_error-handler.scss */
#pkg-error-box ul {
	list-style-type: none;
	margin: 0;
}

/* line 32, ../../../../workspace/styles/global-sass/sass/modules/_error-handler.scss */
.error-handler ul {
	padding: 0;
	margin: 0;
}
/* line 36, ../../../../workspace/styles/global-sass/sass/modules/_error-handler.scss */
.error-handler li {
	font-size: 11px;
	list-style-type: none;
}

/* line 1, ../../../../workspace/styles/global-sass/sass/modules/_login.scss */
#sign-in-form {
	padding: 10px 5px 0px;
	position: relative;
}

/* line 1, ../../../../workspace/styles/global-sass/sass/modules/_login.scss */
#sign-in-form #sign-in-details {
	width: 280px;
	float: left;
}

/* line 1, ../../../../workspace/styles/global-sass/sass/modules/_login.scss */
#sign-in-form #guest-detail,#sign-in-form #sign-up-detail {
	margin-left: 300px;
}

/* line 1, ../../../../workspace/styles/global-sass/sass/modules/_login.scss */
#sign-in-form #guest-detail,.body-cart #sign-in-form #guest-detail {
	display: none;
}

/* line 1, ../../../../workspace/styles/global-sass/sass/modules/_login.scss */
.body-cart #sign-in-form #sign-up-detail {
	display: block;
}

/* line 1, ../../../../workspace/styles/global-sass/sass/modules/_login.scss */
#sign-in-form #sign-up-detail ul {
	font-size: 1.1em;
	list-style: disc;
	margin: 0 0 0 15px;
}

/* line 1, ../../../../workspace/styles/global-sass/sass/modules/_login.scss */
#sign-in-form h3 {
	color: #202020;
	font-size: 1.6em;
	font-weight: bold;
	padding-bottom: 20px;
}

/* line 1, ../../../../workspace/styles/global-sass/sass/modules/_login.scss */
#sign-in-form h4,#sign-in-form legend {
	color: #202020;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 7px;
	padding-top: 17px;
}

/* line 1, ../../../../workspace/styles/global-sass/sass/modules/_login.scss */
#sign-in-form h4.top,#sign-in-form legend {
	padding: 0;
	position: relative;
}

/* line 1, ../../../../workspace/styles/global-sass/sass/modules/_login.scss */
.dj_ie7 #sign-in-form legend {
	left: -7px;
}

/* line 1, ../../../../workspace/styles/global-sass/sass/modules/_login.scss */
#sign-in-form fieldset {
	border: none;
	padding: 0;
}

/* line 1, ../../../../workspace/styles/global-sass/sass/modules/_login.scss */
#sign-in-form fieldset span.required {
	left: 1px;
}

/* line 1, ../../../../workspace/styles/global-sass/sass/modules/_login.scss */
#sign-in-form legend .drop {
	font-size: .917em;
	font-weight: normal;
	margin-top: 5px;
}

/* line 1, ../../../../workspace/styles/global-sass/sass/modules/_login.scss */
#sign-in-form label {
	display: block;
	margin-bottom: 7px;
	font-size: 1.2em;
	color: #202020;
}

/* line 1, ../../../../workspace/styles/global-sass/sass/modules/_login.scss */
#sign-in-form div.input-text-wrapper {
	margin-bottom: 20px;
}

/* line 1, ../../../../workspace/styles/global-sass/sass/modules/_login.scss */
#sign-in-form input {
	width: 268px;
}

/* line 1, ../../../../workspace/styles/global-sass/sass/modules/_login.scss */
#sign-in-form div.buttons {
	margin-top: 20px;
}

/* line 1, ../../../../workspace/styles/global-sass/sass/modules/_login.scss */
#sign-in-form p {
	font-size: 1.1em;
	margin-bottom: 0px;
}

/* line 1, ../../../../workspace/styles/global-sass/sass/modules/_login.scss */
#sign-in-form p.link a {
	margin: 0 15px 0 0;
	text-decoration: underline;
}

/* line 1, ../../../../workspace/styles/global-sass/sass/modules/_login.scss */
#sign-in-form p#register {
	float: right;
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 25px;
}

/* line 1, ../../../../workspace/styles/global-sass/sass/modules/_login.scss */
#sign-in-form a.sign-up {
	font-weight: bold;
	text-decoration: none;
}

/* line 1, ../../../../workspace/styles/global-sass/sass/modules/_login.scss */
#sign-in-form input.buttons {
	width: 93px;
}

/* line 1, ../../../../workspace/styles/global-sass/sass/modules/_login.scss */
#sign-in-form span.required {
	left: -7px !important;
}

/* line 1, ../../../../workspace/styles/global-sass/sass/modules/_login.scss */
span.recSpace {
	left: 0 !important;
}

/* line 1, ../../../../workspace/styles/global-sass/sass/modules/_login.scss */
span.dSpace {
	margin-left: 0 !important;
}

/*	---------------------------------------------------------------
		@filename		tooltip_fluid.css
		@author			trey.eckels@akqa.com
		@description	Style definitions for the vertically fluid tooltip
		
		Contents
		1. tooltip Outlines
		2. tooltip Endcaps and borders
		3. open Tooltip
		4. Display Tooltip
		5. Background
		
		
		Notes: There are IE6, IE7, and IE common (to IE6 AND IE7) stylesheets.
		
		
	--------------------------------------------------------------- */
/*	
	=========== 1. tooltip Outlines ===========
*/
/* line 23, ../../../../workspace/styles/global-sass/sass/modules/widgets/_tooltip-fluid.scss */
#tooltip-positioner-fluid {
	position: absolute;
	z-index: 5001;
}

/* line 28, ../../../../workspace/styles/global-sass/sass/modules/widgets/_tooltip-fluid.scss */
#tooltips-fluid {
	width: 300px;
	position: relative;
	display: none;
	z-index: 5001;
}

/* line 35, ../../../../workspace/styles/global-sass/sass/modules/widgets/_tooltip-fluid.scss */
#tooltips-fluid h2 {
	font-size: 1.3em;
	padding: 15px 0 0 15px;
	font-weight: bold;
	color: #363636;
}

/*	
	=========== 2. tooltip Endcaps and borders ===========
*/
/* line 49, ../../../../workspace/styles/global-sass/sass/modules/widgets/_tooltip-fluid.scss */
#tooltips-fluid .tooltip-tl,#tooltips-fluid .tooltip-tr,#tooltips-fluid .tooltip-tm
	{
	height: 9px;
}

/* line 54, ../../../../workspace/styles/global-sass/sass/modules/widgets/_tooltip-fluid.scss */
#tooltips-fluid .tooltip-tl,#tooltips-fluid .tooltip-tr {
	width: 17px;
	background-repeat: no-repeat;
}

/* line 59, ../../../../workspace/styles/global-sass/sass/modules/widgets/_tooltip-fluid.scss */
#tooltips-fluid .tooltip-tl {
	float: left;
	background-image: url(../images/global/tooltip/tooltip_tl_fluid.png);
}

/* line 64, ../../../../workspace/styles/global-sass/sass/modules/widgets/_tooltip-fluid.scss */
#tooltips-fluid .tooltip-tr {
	float: right;
	background-image: url(../images/global/tooltip/tooltip_tr_fluid.png);
}

/* line 69, ../../../../workspace/styles/global-sass/sass/modules/widgets/_tooltip-fluid.scss */
#tooltips-fluid .tooltip-tm {
	background-repeat: repeat-x;
	background-image: url(../images/global/tooltip/tooltip_tm_fluid.png);
	margin: 0 17px;
}

/* line 76, ../../../../workspace/styles/global-sass/sass/modules/widgets/_tooltip-fluid.scss */
#tooltips-fluid .tooltip-middle-left,#tooltips-fluid .tooltip-middle-right
	{
	background-repeat: repeat-y;
	width: 4px;
	height: 310px;
}

/* line 82, ../../../../workspace/styles/global-sass/sass/modules/widgets/_tooltip-fluid.scss */
#tooltips-fluid .tooltip-middle-left {
	float: left;
	background-image:
		url(../images/global/tooltip/tooltip_borderl_fluid.png);
}

/* line 87, ../../../../workspace/styles/global-sass/sass/modules/widgets/_tooltip-fluid.scss */
#tooltips-fluid .tooltip-middle-right {
	float: right;
	background-image:
		url(../images/global/tooltip/tooltip_borderr_fluid.png);
}

/* line 92, ../../../../workspace/styles/global-sass/sass/modules/widgets/_tooltip-fluid.scss */
#tooltips-fluid .tooltip-middle {
	margin-left: 4px;
	margin-right: 4px;
	background-color: #FEFEFE;
}

/* line 98, ../../../../workspace/styles/global-sass/sass/modules/widgets/_tooltip-fluid.scss */
#tooltips-fluid .tooltip-middle .tooltip-content {
	padding: 15px 20px;
}

/* line 101, ../../../../workspace/styles/global-sass/sass/modules/widgets/_tooltip-fluid.scss */
#tooltips-fluid .tooltip-middle .tooltip-content p {
	margin: 0px;
}

/* line 116, ../../../../workspace/styles/global-sass/sass/modules/widgets/_tooltip-fluid.scss */
#tooltips-fluid .tooltip-bl,#tooltips-fluid .tooltip-br,#tooltips-fluid .tooltip-bm,#tooltips-fluid .tooltip-bl-flipped,#tooltips-fluid .tooltip-br-flipped,#tooltips-fluid .tooltip-bm-flipped
	{
	height: 19px;
}

/* line 122, ../../../../workspace/styles/global-sass/sass/modules/widgets/_tooltip-fluid.scss */
#tooltips-fluid .tooltip-bl,#tooltips-fluid .tooltip-br {
	width: 23px;
	background-repeat: no-repeat;
}

/* line 127, ../../../../workspace/styles/global-sass/sass/modules/widgets/_tooltip-fluid.scss */
#tooltips-fluid .tooltip-bl {
	float: left;
	background-image: url(../images/global/tooltip/tooltip_bl_fluid.png);
	clear: both;
}

/* line 134, ../../../../workspace/styles/global-sass/sass/modules/widgets/_tooltip-fluid.scss */
#tooltips-fluid .tooltip-br {
	float: right;
	background-image: url(../images/global/tooltip/tooltip_br_fluid.png);
	width: 47px;
}

/* line 142, ../../../../workspace/styles/global-sass/sass/modules/widgets/_tooltip-fluid.scss */
#tooltips-fluid .tooltip-bm,#tooltips-fluid .tooltip-bm-flipped {
	background-image: url(../images/global/tooltip/tooltip_bm_fluid.png);
	margin: 0 9px;
	margin-left: 23px;
	margin-right: 47px;
	padding: 0;
}

/* line 150, ../../../../workspace/styles/global-sass/sass/modules/widgets/_tooltip-fluid.scss */
#tooltips-fluid .tooltip-bl-flipped {
	float: left;
	background-image:
		url(../images/global/tooltip/tooltip_br_fluid_flipped.png);
	clear: both;
	width: 47px;
}

/* line 158, ../../../../workspace/styles/global-sass/sass/modules/widgets/_tooltip-fluid.scss */
#tooltips-fluid .tooltip-br-flipped {
	float: right;
	background-image:
		url(../images/global/tooltip/tooltip_bl_fluid_flipped.png);
	width: 23px;
}

/* line 165, ../../../../workspace/styles/global-sass/sass/modules/widgets/_tooltip-fluid.scss */
#tooltips-fluid .tooltip-bm-flipped {
	margin-left: 47px;
	margin-right: 23px;
}

/*	
	=========== 3. open Tooltip ===========
*/
/* line 175, ../../../../workspace/styles/global-sass/sass/modules/widgets/_tooltip-fluid.scss */
.openTooltip {
	position: relative;
	width: 12px;
	float: left;
	margin-right: 10px;
	z-index: 1;
}

/* line 183, ../../../../workspace/styles/global-sass/sass/modules/widgets/_tooltip-fluid.scss */
span.openTooltip {
	float: none;
	white-space: nowrap;
}

/* line 188, ../../../../workspace/styles/global-sass/sass/modules/widgets/_tooltip-fluid.scss */
span.openTooltip img {
	vertical-align: bottom;
	background: transparent
		url(../media/images/global/buttons/help_icon.gif) no-repeat 0px 0px;
	width: 15px;
	height: 15px;
}

/* line 194, ../../../../workspace/styles/global-sass/sass/modules/widgets/_tooltip-fluid.scss */
span.openTooltip a {
	width: 15px;
	height: 15px;
}

/* line 199, ../../../../workspace/styles/global-sass/sass/modules/widgets/_tooltip-fluid.scss */
span.openTooltip a:focus img,span.openTooltip a:hover img {
	background-position: 0px -18px;
}

/* line 204, ../../../../workspace/styles/global-sass/sass/modules/widgets/_tooltip-fluid.scss */
span.openTooltip a[disabled=true]:focus img,span.openTooltip a[disabled=true]:hover img
	{
	background-position: 0px 0px;
	cursor: default;
}

/*	
	=========== 4. Display Tooltip ===========
*/
/* line 213, ../../../../workspace/styles/global-sass/sass/modules/widgets/_tooltip-fluid.scss */
.displayTipPositioner {
	bottom: 7px;
	right: -25px;
}

/*	
	=========== 5. Background ===========
*/
/* line 222, ../../../../workspace/styles/global-sass/sass/modules/widgets/_tooltip-fluid.scss */
#tooltip-background-fluid {
	position: absolute;
	/*z-index:5000;*/
	z-index: 0;
	left: 0px;
	width: 100%;
	height: 100%;
	display: none;
}

/* ie7 specific */
/* line 234, ../../../../workspace/styles/global-sass/sass/modules/widgets/_tooltip-fluid.scss */
.dj_ie7 .displayTipPositioner {
	bottom: 20px;
	right: -29px;
}

/*ie specific*/
/* line 242, ../../../../workspace/styles/global-sass/sass/modules/widgets/_tooltip-fluid.scss */
.dj_ie #tooltips-fluid .tooltip-middle-left,.dj_ie #tooltips-fluid .tooltip-middle-right,.dj_ie #tooltips-fluid .tooltip-middle
	{
	margin-bottom: -20px;
}

/* line 1, ../../../../workspace/styles/global-sass/sass/modules/_dropdown.scss */
.bg-wrap {
	background: url(../../images/eddm/dropdown.png) no-repeat right;
	height: 27px;
}

/* line 7, ../../../../workspace/styles/global-sass/sass/modules/_dropdown.scss */
.select-wrap {
	background: #ededed;
	background: url(../../images/eddm/dropdown.png),
		-moz-linear-gradient(top, #fefefe 0%, #ededed 50%, #dddddd 84%);
	background: url(../../images/eddm/dropdown.png),
		-webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe),
		color-stop(50%, #ededed), color-stop(100%, #dddddd) );
	background: url(../../images/eddm/dropdown.png),
		-webkit-linear-gradient(top, #fefefe 0%, #ededed 50%, #dddddd 100%);
	background: url(../../images/eddm/dropdown.png),
		-ms-linear-gradient(top, #fefefe 0%, #ededed 50%, #dddddd 40%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe',
		endColorstr='#dddddd', GradientType=0 );
	-ms-filter:
		"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#fefefe', endColorstr='#dddddd')";
	/* IE8 */
	background-repeat: no-repeat;
	background-position: right;
	height: 27px;
	overflow: hidden;
	border-right: 1px solid #bebebe;
	border-radius: 5px;
	width: 60%;
}

/* line 24, ../../../../workspace/styles/global-sass/sass/modules/_dropdown.scss */
.styledropdown {
	background: transparent;
	height: 27px;
	width: 268px;
	border: 1px solid #bebebe;
	border-radius: 5px;
	color: #3980c3;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	width: 120%;
	-webkit-appearance: none;
	appearance: none;
}

/* line 39, ../../../../workspace/styles/global-sass/sass/modules/_dropdown.scss */
.styledropdown option {
	color: #2f6fa9;
	margin: 2px 0;
	padding: 2px 8px;
	font-weight: normal !important;
}

/* line 46, ../../../../workspace/styles/global-sass/sass/modules/_dropdown.scss */
.dj_ie7 .select-wrap,.dj_ie7 .bg-wrap,.dj_ie7 .styledropdown {
	background: none;
	filter: none;
	border: none;
}

/* line 52, ../../../../workspace/styles/global-sass/sass/modules/_dropdown.scss */
.dj_ie7 .styledropdown {
	width: 100%;
}

/*	---------------------------------------------------------------
		@filename		progress_bar.css
		@author			aziz.syed@akqa.com
		@description	Style definitions for the global status-bar 
		
		Contents
		1. Layout
		
	--------------------------------------------------------------- */
/*	
	=========== 1. Layout ===========
*/
/* line 15, ../../../../workspace/styles/global-sass/sass/modules/_progress-bar.scss */
#progress-bar-container {
	background: transparent
		url(../images/global/progressbar/statusbar_bg.gif) no-repeat;
	height: 60px;
	margin-bottom: 10px;
}

/* line 21, ../../../../workspace/styles/global-sass/sass/modules/_progress-bar.scss */
#progress-bar-container ul {
	margin: 0px auto;
	width: 937px;
}

/* line 26, ../../../../workspace/styles/global-sass/sass/modules/_progress-bar.scss */
#progress-bar-container ul li {
	float: left;
	font-size: 1.2em;
	text-align: center;
	padding-top: 12px;
	position: relative;
}

/* line 34, ../../../../workspace/styles/global-sass/sass/modules/_progress-bar.scss */
#progress-bar-container span.label {
	display: block;
	padding-bottom: 6px;
	line-height: 0.83em;
	vertical-align: middle;
	font-weight: bold;
}

/* line 43, ../../../../workspace/styles/global-sass/sass/modules/_progress-bar.scss */
#progress-bar-container .bar-container {
	position: relative;
	height: 11px;
	overflow: hidden;
}

/* line 48, ../../../../workspace/styles/global-sass/sass/modules/_progress-bar.scss */
#progress-bar-container .bar-container div {
	background: transparent
		url(../images/global/progressbar/progressbar.gif) no-repeat;
	height: 11px;
}

/* line 53, ../../../../workspace/styles/global-sass/sass/modules/_progress-bar.scss */
#progress-bar-container .bar-container .bar-cap-left,#progress-bar-container .bar-container .bar-cap-right
	{
	position: absolute;
	width: 9px;
	top: 0px;
	display: none;
}

/* line 59, ../../../../workspace/styles/global-sass/sass/modules/_progress-bar.scss */
#progress-bar-container .bar-container .bar-cap-left {
	left: 0px;
}

/* line 62, ../../../../workspace/styles/global-sass/sass/modules/_progress-bar.scss */
#progress-bar-container .bar-container .bar-cap-right {
	right: 1px;
}

/* line 65, ../../../../workspace/styles/global-sass/sass/modules/_progress-bar.scss */
#progress-bar-container .bar-container .bar-middle {
	background-repeat: repeat-x;
}

/* line 68, ../../../../workspace/styles/global-sass/sass/modules/_progress-bar.scss */
#progress-bar-container .bar-container .bar-divider {
	width: 1px;
	right: 0px;
	position: absolute;
	top: 0px;
}

/* line 76, ../../../../workspace/styles/global-sass/sass/modules/_progress-bar.scss */
#progress-bar-container li.first .bar-container .bar-cap-left {
	display: block;
}

/* line 79, ../../../../workspace/styles/global-sass/sass/modules/_progress-bar.scss */
#progress-bar-container li.last .bar-container .bar-cap-right {
	display: block;
}

/* line 82, ../../../../workspace/styles/global-sass/sass/modules/_progress-bar.scss */
#progress-bar-container li.last .bar-container .bar-divider {
	display: none;
}

/* line 85, ../../../../workspace/styles/global-sass/sass/modules/_progress-bar.scss */
#progress-bar-container li.first .bar-container .bar-middle {
	margin-left: 9px;
}

/* line 88, ../../../../workspace/styles/global-sass/sass/modules/_progress-bar.scss */
#progress-bar-container li.last .bar-container .bar-middle {
	margin-right: 10px;
}

/* line 92, ../../../../workspace/styles/global-sass/sass/modules/_progress-bar.scss */
#progress-bar-container li span.check {
	background: url(../images/global/progressbar/statusbar_check.png);
	display: none;
	height: 29px;
	position: absolute;
	right: -8px;
	top: 18px;
	width: 29px;
	z-index: 10;
}

/* line 103, ../../../../workspace/styles/global-sass/sass/modules/_progress-bar.scss */
#progress-bar-container li.current span.check {
	display: block;
}

/*	
	=========== 2. Grid Structure ===========
*/
/* line 110, ../../../../workspace/styles/global-sass/sass/modules/_progress-bar.scss */
#progress-bar-container ul.grid2 li {
	width: 50%;
}

/* line 113, ../../../../workspace/styles/global-sass/sass/modules/_progress-bar.scss */
#progress-bar-container ul.grid3 li {
	width: 33%;
}

/* line 116, ../../../../workspace/styles/global-sass/sass/modules/_progress-bar.scss */
#progress-bar-container ul.grid4 li {
	width: 25%;
}

/* line 119, ../../../../workspace/styles/global-sass/sass/modules/_progress-bar.scss */
#progress-bar-container ul.grid5 li {
	width: 20%;
}

/*	
	=========== 3. Styles ===========
*/
/*  =========== 3.1 Styles - Past =========== */
/* line 129, ../../../../workspace/styles/global-sass/sass/modules/_progress-bar.scss */
#progress-bar-container ul li.past {
	color: #145991;
}

/* line 132, ../../../../workspace/styles/global-sass/sass/modules/_progress-bar.scss */
#progress-bar-container li.past .bar-container .bar-cap-left {
	background-position: 0px -77px;
}

/* line 135, ../../../../workspace/styles/global-sass/sass/modules/_progress-bar.scss */
#progress-bar-container li.past .bar-container .bar-cap-right {
	background-position: 0px -55px;
}

/* line 138, ../../../../workspace/styles/global-sass/sass/modules/_progress-bar.scss */
#progress-bar-container li.past .bar-container .bar-middle {
	background-position: 0px -33px;
}

/*  =========== 3.2 Styles - Current =========== */
/* line 145, ../../../../workspace/styles/global-sass/sass/modules/_progress-bar.scss */
#progress-bar-container ul li.current {
	color: #2482ce;
	font-weight: bold;
}

/* line 149, ../../../../workspace/styles/global-sass/sass/modules/_progress-bar.scss */
#progress-bar-container li.current .bar-container .bar-cap-left {
	background-position: 0px -66px;
}

/* line 152, ../../../../workspace/styles/global-sass/sass/modules/_progress-bar.scss */
#progress-bar-container li.current .bar-container .bar-cap-right {
	background-position: 0px -55px;
}

/* line 155, ../../../../workspace/styles/global-sass/sass/modules/_progress-bar.scss */
#progress-bar-container li.current .bar-container .bar-middle {
	background-position: 0px -22px;
}

/*  =========== 3.3 Styles - Future =========== */
/* line 162, ../../../../workspace/styles/global-sass/sass/modules/_progress-bar.scss */
#progress-bar-container ul li.future {
	color: #757575;
}

/* line 165, ../../../../workspace/styles/global-sass/sass/modules/_progress-bar.scss */
#progress-bar-container li.future .bar-container .bar-cap-left {
	background-position: 0px -66px;
}

/* line 168, ../../../../workspace/styles/global-sass/sass/modules/_progress-bar.scss */
#progress-bar-container li.future .bar-container .bar-cap-right {
	background-position: 0px -44px;
}

/* line 171, ../../../../workspace/styles/global-sass/sass/modules/_progress-bar.scss */
#progress-bar-container li.future .bar-container .bar-middle {
	background-position: 0px -11px;
}

/*	
	=========== 9. Caps =========== 
*/
/* line 7, ../../../../workspace/styles/global-sass/sass/modules/_cap-box.scss */
.cap-top,.cap-top-large,.cap-top-medium,.cap-top-small,.cap-bottom,.cap-bottom-large,.cap-bottom-medium,.cap-bottom-med,.cap-bottom-small,.cap-first,.cap-first-large,.cap-first-medium,.cap-first-small
	{
	background: url(../images/global/sprites/caps-sprite.png);
}

/* line 11, ../../../../workspace/styles/global-sass/sass/modules/_cap-box.scss */
.cap-top,.cap-top-large,.cap-top-medium,.cap-top-small,.cap-bottom,.cap-bottom-large,.cap-bottom-medium,.cap-bottom-med,.cap-bottom-small,.cap-first,.cap-first-large,.cap-first-medium,.cap-first-small
	{
	height: 6px;
	background-repeat: no-repeat;
	overflow: hidden;
}

/* line 16, ../../../../workspace/styles/global-sass/sass/modules/_cap-box.scss */
.cap-bottom,.cap-bottom-large {
	background-position: 0px -6px;
	margin: 0 0 10px 0;
}

/* line 20, ../../../../workspace/styles/global-sass/sass/modules/_cap-box.scss */
.cap-middle,.cap-middle-large,.cap-middle-medium,.cap-middle-small {
	background: white url(../images/global/sprites/caps-sprite.png)
		no-repeat -960px bottom;
	border-left: 1px solid #d4d4d4;
	border-right: 1px solid #d4d4d4;
}

/* line 25, ../../../../workspace/styles/global-sass/sass/modules/_cap-box.scss */
.cap-smed {
	background: url(../images/global/sprites/caps-mid.png) 0 0 no-repeat;
	height: 6px;
}

/* line 29, ../../../../workspace/styles/global-sass/sass/modules/_cap-box.scss */
.cap-middle-smed {
	padding: 10px 10px;
	border-left: 1px solid #d4d4d4;
	border-right: 1px solid #d4d4d4;
}

/* line 34, ../../../../workspace/styles/global-sass/sass/modules/_cap-box.scss */
.cap-bottom-smed {
	height: 6px;
	background: url(../images/global/sprites/caps-mid.png) 0 -12px no-repeat;
}

/* line 38, ../../../../workspace/styles/global-sass/sass/modules/_cap-box.scss */
.layout-1col-A .cap-middle {
	padding: 20px 0px 20px 25px;
	margin: 0;
}

/* line 42, ../../../../workspace/styles/global-sass/sass/modules/_cap-box.scss */
.cap-top-medium,.cap-first-medium {
	background-position: 0px -18px;
}

/* line 44, ../../../../workspace/styles/global-sass/sass/modules/_cap-box.scss */
.cap-bottom-medium {
	background-position: 0px -24px;
	margin: 0 0 9px 0;
}

/* line 48, ../../../../workspace/styles/global-sass/sass/modules/_cap-box.scss */
.cap-top-med {
	background-position: 0px -79px;
}

/* line 50, ../../../../workspace/styles/global-sass/sass/modules/_cap-box.scss */
.cap-bottom-med {
	background-position: 0px -88px;
	margin: 0 0 9px 0;
}

/* line 54, ../../../../workspace/styles/global-sass/sass/modules/_cap-box.scss */
.cap-top-small,.cap-first-small {
	background-position: 0px -36px;
}

/* line 56, ../../../../workspace/styles/global-sass/sass/modules/_cap-box.scss */
.cap-bottom-small {
	background-position: 0px -42px;
	margin: 0 0 9px 0;
}

/* line 60, ../../../../workspace/styles/global-sass/sass/modules/_cap-box.scss */
.cap-last {
	margin-bottom: 0px;
}

/* line 62, ../../../../workspace/styles/global-sass/sass/modules/_cap-box.scss */
.cap-box {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #d8d8d8;
	background-image:
		url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0ZjJmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
	/* gradient overlay */
	background-image:
		url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjEwMCUiIHgyPSI1MCUiIHkyPSIwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0ZjJmMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background-size: 100%;
	background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #f4f2f2),
		color-stop(100%, #ffffff) );
	background-image: -webkit-linear-gradient(bottom, #f4f2f2 0%, #ffffff 100%);
	background-image: -moz-linear-gradient(bottom, #f4f2f2 0%, #ffffff 100%);
	background-image: -o-linear-gradient(bottom, #f4f2f2 0%, #ffffff 100%);
	background-image: linear-gradient(bottom, #f4f2f2 0%, #ffffff 100%);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	padding: 10px;
}
/* line 72, ../../../../workspace/styles/global-sass/sass/modules/_cap-box.scss */
.cap-box * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* line 76, ../../../../workspace/styles/global-sass/sass/modules/_cap-box.scss */
.cap-box.flat-top {
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	border-top-left-radius: 0px;
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	border-top-right-radius: 0px;
}
/* line 81, ../../../../workspace/styles/global-sass/sass/modules/_cap-box.scss */
.cap-box.flat-bot {
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	border-bottom-left-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
	border-bottom-right-radius: 0px;
}
/* line 86, ../../../../workspace/styles/global-sass/sass/modules/_cap-box.scss */
.cap-box.flat-top-left {
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	border-top-left-radius: 0px;
}
/* line 90, ../../../../workspace/styles/global-sass/sass/modules/_cap-box.scss */
.cap-box.flat-top-right {
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	border-top-right-radius: 0px;
}
/* line 94, ../../../../workspace/styles/global-sass/sass/modules/_cap-box.scss */
.cap-box.flat-bot-left {
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	border-bottom-left-radius: 0px;
}
/* line 98, ../../../../workspace/styles/global-sass/sass/modules/_cap-box.scss */
.cap-box.flat-bot-right {
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
	border-bottom-right-radius: 0px;
}
/* line 102, ../../../../workspace/styles/global-sass/sass/modules/_cap-box.scss */
.cap-box.no-top-border {
	border-top: none;
}
/* line 106, ../../../../workspace/styles/global-sass/sass/modules/_cap-box.scss */
.cap-box a {
	text-decoration: none;
	font-weight: bold;
}
/* line 111, ../../../../workspace/styles/global-sass/sass/modules/_cap-box.scss */
.no-borderradius .cap-box {
	padding: 0;
	border: none;
	background-image: none;
	zoom: 1;
}
/* line 117, ../../../../workspace/styles/global-sass/sass/modules/_cap-box.scss */
.no-borderradius .cap-box * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* line 119, ../../../../workspace/styles/global-sass/sass/modules/_cap-box.scss */
.no-borderradius .cap-box .cb-middle {
	background: url("../images/global/sprites/caps-sprite.png") no-repeat
		scroll -960px bottom white;
	border-right: 1px solid #d8d8d8;
	border-left: 1px solid #d8d8d8;
	padding: 4px 10px;
	margin-top: -3px;
	zoom: 1;
}
/* line 128, ../../../../workspace/styles/global-sass/sass/modules/_cap-box.scss */
.no-borderradius .cap-box .cb-top,.no-borderradius .cap-box .cb-bot {
	position: relative;
	height: 6px;
	overflow: hidden;
}
/* line 137, ../../../../workspace/styles/global-sass/sass/modules/_cap-box.scss */
.no-borderradius .cap-box .cb-top .cb-left,.no-borderradius .cap-box .cb-bot .cb-left,.no-borderradius .cap-box .cb-top .cb-right,.no-borderradius .cap-box .cb-bot .cb-right
	{
	top: 0;
	position: absolute;
	background: url("../images/global/borderradius/corners.png");
	width: 6px;
	height: 6px;
}
/* line 146, ../../../../workspace/styles/global-sass/sass/modules/_cap-box.scss */
.no-borderradius .cap-box .cb-top .cb-left,.no-borderradius .cap-box .cb-bot .cb-left
	{
	left: 0;
}
/* line 151, ../../../../workspace/styles/global-sass/sass/modules/_cap-box.scss */
.no-borderradius .cap-box .cb-top .cb-right,.no-borderradius .cap-box .cb-bot .cb-right
	{
	right: 0;
}
/* line 154, ../../../../workspace/styles/global-sass/sass/modules/_cap-box.scss */
.no-borderradius .cap-box .cb-top .cb-left {
	background-position: -8px -8px;
}
/* line 157, ../../../../workspace/styles/global-sass/sass/modules/_cap-box.scss */
.no-borderradius .cap-box .cb-bot .cb-left {
	background-position: -8px 0;
}
/* line 160, ../../../../workspace/styles/global-sass/sass/modules/_cap-box.scss */
.no-borderradius .cap-box .cb-top .cb-right {
	background-position: 0 -8px;
}
/* line 163, ../../../../workspace/styles/global-sass/sass/modules/_cap-box.scss */
.no-borderradius .cap-box .cb-bot .cb-right {
	background-position: 0 0;
}
/* line 167, ../../../../workspace/styles/global-sass/sass/modules/_cap-box.scss */
.no-borderradius .cap-box .cb-top .cb-mid,.no-borderradius .cap-box .cb-bot .cb-mid
	{
	margin: 0 6px;
	height: 6px;
}
/* line 171, ../../../../workspace/styles/global-sass/sass/modules/_cap-box.scss */
.no-borderradius .cap-box .cb-top .cb-mid {
	border-top: 1px solid #d8d8d8;
	background: #ffffff;
}
/* line 175, ../../../../workspace/styles/global-sass/sass/modules/_cap-box.scss */
.no-borderradius .cap-box .cb-bot .cb-mid {
	border-bottom: 1px solid #d8d8d8;
	background: #f4f3f3;
	height: 6px;
}
/* line 183, ../../../../workspace/styles/global-sass/sass/modules/_cap-box.scss */
.no-borderradius .cap-box.flat-top .cb-top .cb-left,.no-borderradius .cap-box.flat-top .cb-top .cb-right
	{
	background: none;
}
/* line 186, ../../../../workspace/styles/global-sass/sass/modules/_cap-box.scss */
.no-borderradius .cap-box.flat-top .cb-top .cb-left {
	border-left: 1px solid #d8d8d8;
}
/* line 189, ../../../../workspace/styles/global-sass/sass/modules/_cap-box.scss */
.no-borderradius .cap-box.flat-top .cb-top .cb-right {
	border-right: 1px solid #d8d8d8;
}
/* line 195, ../../../../workspace/styles/global-sass/sass/modules/_cap-box.scss */
.no-borderradius .cap-box.no-top-border .cb-top {
	display: none;
}
/* line 196, ../../../../workspace/styles/global-sass/sass/modules/_cap-box.scss */
.no-borderradius .cap-box.no-top-border .cb-middle {
	padding-top: 10px;
}
/* line 203, ../../../../workspace/styles/global-sass/sass/modules/_cap-box.scss */
.no-borderradius .cap-box.flat-bot .cb-bot .cb-left,.no-borderradius .cap-box.flat-bot .cb-bot .cb-right
	{
	background: #f4f2f2;
	border-bottom: 1px solid #d8d8d8;
}
/* line 207, ../../../../workspace/styles/global-sass/sass/modules/_cap-box.scss */
.no-borderradius .cap-box.flat-bot .cb-bot .cb-left {
	border-left: 1px solid #d8d8d8;
}
/* line 210, ../../../../workspace/styles/global-sass/sass/modules/_cap-box.scss */
.no-borderradius .cap-box.flat-bot .cb-bot .cb-right {
	border-right: 1px solid #d8d8d8;
}
/* line 216, ../../../../workspace/styles/global-sass/sass/modules/_cap-box.scss */
.no-borderradius .cap-box.flat-bot-right .cb-bot .cb-right {
	background: #f4f2f2;
	border-right: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
}
/* line 224, ../../../../workspace/styles/global-sass/sass/modules/_cap-box.scss */
.no-borderradius .cap-box.flat-bot-left .cb-bot .cb-left {
	background: #f4f2f2;
	border-left: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
}

/* line 233, ../../../../workspace/styles/global-sass/sass/modules/_cap-box.scss */
.cb-callout {
	margin-bottom: 12px;
}
/* line 237, ../../../../workspace/styles/global-sass/sass/modules/_cap-box.scss */
.cb-callout h4 {
	margin-top: 0;
	margin-bottom: 5px;
	font-size: .75em;
	/*12px*/
	font-weight: bold;
}
/* line 244, ../../../../workspace/styles/global-sass/sass/modules/_cap-box.scss */
.cb-callout ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-weight: bold;
}
/* line 249, ../../../../workspace/styles/global-sass/sass/modules/_cap-box.scss */
.cb-callout ul li {
	font-size: 11px;
}
/* line 251, ../../../../workspace/styles/global-sass/sass/modules/_cap-box.scss */
.cb-callout ul li a { /* 45 */
	text-decoration: none;
	font-weight: bold;
}
/* line 259, ../../../../workspace/styles/global-sass/sass/modules/_cap-box.scss */
.cb-callout p,.cb-callout a {
	font-size: 11px;
}

/* line 265, ../../../../workspace/styles/global-sass/sass/modules/_cap-box.scss */
.table-top-cap .head {
	height: 30px;
	line-height: 30px;
}
/* line 269, ../../../../workspace/styles/global-sass/sass/modules/_cap-box.scss */
.table-top-cap th {
	background-image:
		url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjEwMCUiIHgyPSI1MCUiIHkyPSIwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U4ZThlOCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background-size: 100%;
	background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #e8e8e8),
		color-stop(100%, #f7f7f7) );
	background-image: -webkit-linear-gradient(bottom, #e8e8e8 0%, #f7f7f7 100%);
	background-image: -moz-linear-gradient(bottom, #e8e8e8 0%, #f7f7f7 100%);
	background-image: -o-linear-gradient(bottom, #e8e8e8 0%, #f7f7f7 100%);
	background-image: linear-gradient(bottom, #e8e8e8 0%, #f7f7f7 100%);
	border-top: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	color: #717171;
	font-size: 9px;
	text-transform: uppercase;
}
/* line 279, ../../../../workspace/styles/global-sass/sass/modules/_cap-box.scss */
.table-top-cap th:first-child {
	border-left: 1px solid #dbdbdb;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
/* line 285, ../../../../workspace/styles/global-sass/sass/modules/_cap-box.scss */
.table-top-cap th:last-child {
	border-right: 1px solid #dbdbdb;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
/* line 291, ../../../../workspace/styles/global-sass/sass/modules/_cap-box.scss */
.no-borderradius .table-top-cap th {
	border: 0;
	background: transparent
		url(../images/global/tables/table_header_caps.png) no-repeat -20px 0;
}
/* line 295, ../../../../workspace/styles/global-sass/sass/modules/_cap-box.scss */
.no-borderradius .table-top-cap th:first-child {
	border: 0;
	background-position: -5px 0;
}
/* line 300, ../../../../workspace/styles/global-sass/sass/modules/_cap-box.scss */
.no-borderradius .table-top-cap th.last {
	background-position: right top;
}

/* line 309, ../../../../workspace/styles/global-sass/sass/modules/_cap-box.scss */
.dj_ie7 .cap-box .cb-bot .cb-mid {
	height: 5px;
}
/* line 314, ../../../../workspace/styles/global-sass/sass/modules/_cap-box.scss */
.dj_ie7 .cap-box.flat-bot-right .cb-bot .cb-right {
	height: 5px;
}
/* line 319, ../../../../workspace/styles/global-sass/sass/modules/_cap-box.scss */
.dj_ie7 .cap-box.flat-bot-left .cb-bot .cb-left {
	height: 5px;
}
/* line 325, ../../../../workspace/styles/global-sass/sass/modules/_cap-box.scss */
.dj_ie7 .cap-box.flat-bot .cb-bot .cb-left,.dj_ie7 .cap-box.flat-bot .cb-bot .cb-right
	{
	height: 5px;
}
/* line 330, ../../../../workspace/styles/global-sass/sass/modules/_cap-box.scss */
.dj_ie7 .cap-box .cb-bot {
	margin-top: -3px;
}
/* line 335, ../../../../workspace/styles/global-sass/sass/modules/_cap-box.scss */
.dj_ie7 .cb-callout .cb-middle {
	margin-top: -4px;
}

/* line 3, ../../../../workspace/styles/global-sass/sass/modules/_select-menu.scss */
.sm-options {
	width: 288px;
	max-height: 141px;
	border: 1px solid #bebebe;
	/* stroke */
	background-image:
		url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDI4OCAxNDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RjZGNkYyIgc3RvcC1vcGFjaXR5PSIwIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMjg4IiBoZWlnaHQ9IjE0MSIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
	/* gradient overlay */
	background-image: -moz-linear-gradient(bottom, rgba(220, 220, 220, 0) 0%,
		rgba(255, 255, 255, 0) 100% );
	/* gradient overlay */
	background-image: -o-linear-gradient(bottom, rgba(220, 220, 220, 0) 0%,
		rgba(255, 255, 255, 0) 100% );
	/* gradient overlay */
	background-image: -webkit-linear-gradient(bottom, rgba(220, 220, 220, 0)
		0%, rgba(255, 255, 255, 0) 100% );
	/* gradient overlay */
	background-image: linear-gradient(bottom, rgba(220, 220, 220, 0) 0%,
		rgba(255, 255, 255, 0) 100% );
	/* gradient overlay */
	background-color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	position: absolute;
	top: 220px;
	top: 320px;
	left: 52px;
	z-index: 999;
	overflow: auto;
	display: none;
}
/* line 17, ../../../../workspace/styles/global-sass/sass/modules/_select-menu.scss */
.sm-options * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* line 33, ../../../../workspace/styles/global-sass/sass/modules/_select-menu.scss */
.sm-options .sm-option {
	display: block;
	color: #3980c3;
	font-size: 12px;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	padding: 5px 10px;
	font-weight: 700;
	line-height: 12px;
	cursor: pointer;
}
/* line 45, ../../../../workspace/styles/global-sass/sass/modules/_select-menu.scss */
.sm-options .sm-option.selected,.sm-options .sm-option:hover {
	background: #2f6fa9;
	color: #fff;
}

/* line 52, ../../../../workspace/styles/global-sass/sass/modules/_select-menu.scss */
.sm-wrap {
	display: inline;
	display: inline-block;
	position: relative;
	width: 288px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* line 59, ../../../../workspace/styles/global-sass/sass/modules/_select-menu.scss */
.sm-wrap * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* line 65, ../../../../workspace/styles/global-sass/sass/modules/_select-menu.scss */
.sm-wrap .sm-visual {
	cursor: pointer;
	position: relative;
	height: 28px;
	border: 1px solid #bebebe;
	background-image:
		url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDI4OCAzMiIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PGxpbmVhckdyYWRpZW50IGlkPSJoYXQwIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjUwJSIgeTE9IjEwMCUiIHgyPSI1MCUiIHkyPSItMS40MjEwODU0NzE1MjAyZS0xNCUiPgo8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZGNkY2RjIiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIyODgiIGhlaWdodD0iMzIiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==);
	/* gradient overlay */
	background-image: -moz-linear-gradient(bottom, gainsboro 0%, white 100%);
	background-image: -o-linear-gradient(bottom, gainsboro 0%, white 100%);
	background-image: -webkit-linear-gradient(bottom, gainsboro 0%, white 100%);
	background-image: linear-gradient(bottom, #dcdcdc 0%, #ffffff 100%);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	line-height: 28px;
	padding-left: 8px;
	color: #3980c3;
	font-size: 12px;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 700;
}
/* line 87, ../../../../workspace/styles/global-sass/sass/modules/_select-menu.scss */
.sm-wrap .sm-visual .sm-arrow {
	position: absolute;
	right: 0;
	top: 2px;
	width: 27px;
	height: 22px;
	display: block;
	background: url(../images/global/sprites/sprite_arrows.png) no-repeat
		center -170px;
	border-left: 1px solid #cacaca;
}

/* line 101, ../../../../workspace/styles/global-sass/sass/modules/_select-menu.scss */
.dijitFocus .sm-visual {
	background-image:
		url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDI4NyAzMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PGxpbmVhckdyYWRpZW50IGlkPSJoYXQwIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjUwJSIgeTE9IjEwMCUiIHgyPSI1MCUiIHkyPSItMS40MjEwODU0NzE1MjAyZS0xNCUiPgo8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjYzdjN2M3IiBzdG9wLW9wYWNpdHk9IjAuODUiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZTdlN2U3IiBzdG9wLW9wYWNpdHk9IjAuODUiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIyODciIGhlaWdodD0iMzEiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==);
	/* gradient overlay */
	background-image:
		url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjEwMCUiIHgyPSI1MCUiIHkyPSIwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M3YzdjNyIvPjxzdG9wIG9mZnNldD0iODUlIiBzdG9wLWNvbG9yPSIjZTdlN2U3Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
	background-size: 100%;
	background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #c7c7c7),
		color-stop(85%, #e7e7e7) );
	background-image: -webkit-linear-gradient(bottom, #c7c7c7 0%, #e7e7e7 85%);
	background-image: -moz-linear-gradient(bottom, #c7c7c7 0%, #e7e7e7 85%);
	background-image: -o-linear-gradient(bottom, #c7c7c7 0%, #e7e7e7 85%);
	background-image: linear-gradient(bottom, #c7c7c7 0%, #e7e7e7 85%);
}

/* line 106, ../../../../workspace/styles/global-sass/sass/modules/_select-menu.scss */
.dijitHover .sm-visual {
	background-image:
		url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDI4NyAzMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PGxpbmVhckdyYWRpZW50IGlkPSJoYXQwIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjUwJSIgeTE9IjEwMCUiIHgyPSI1MCUiIHkyPSItMS40MjEwODU0NzE1MjAyZS0xNCUiPgo8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjYzdjN2M3IiBzdG9wLW9wYWNpdHk9IjAuODUiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZTdlN2U3IiBzdG9wLW9wYWNpdHk9IjAuODUiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIyODciIGhlaWdodD0iMzEiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==);
	/* gradient overlay */
	background-image:
		url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjEwMCUiIHgyPSI1MCUiIHkyPSIwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M3YzdjNyIvPjxzdG9wIG9mZnNldD0iODUlIiBzdG9wLWNvbG9yPSIjZTdlN2U3Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
	background-size: 100%;
	background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #c7c7c7),
		color-stop(85%, #e7e7e7) );
	background-image: -webkit-linear-gradient(bottom, #c7c7c7 0%, #e7e7e7 85%);
	background-image: -moz-linear-gradient(bottom, #c7c7c7 0%, #e7e7e7 85%);
	background-image: -o-linear-gradient(bottom, #c7c7c7 0%, #e7e7e7 85%);
	background-image: linear-gradient(bottom, #c7c7c7 0%, #e7e7e7 85%);
}

/* line 111, ../../../../workspace/styles/global-sass/sass/modules/_select-menu.scss */
.no-borderradius .sm-wrap {
	height: 27px;
	border: none;
	zoom: 1;
	*display: inline;
}
/* line 116, ../../../../workspace/styles/global-sass/sass/modules/_select-menu.scss */
.no-borderradius .sm-wrap .sm-visual {
	border: none;
	cursor: pointer;
	height: 27px;
	line-height: 27px;
	overflow: hidden;
	padding: 0 6px;
}
/* line 126, ../../../../workspace/styles/global-sass/sass/modules/_select-menu.scss */
.no-borderradius .sm-wrap .sm-visual .sm-right,.no-borderradius .sm-wrap .sm-visual .sm-left,.no-borderradius .sm-wrap .sm-visual .sm-selection
	{
	background: url("../images/global/sprites/selectmenu_sprite.png")
		no-repeat scroll 0 0 transparent;
	display: inline;
	display: inline-block;
	height: 27px;
	vertical-align: top;
}
/* line 134, ../../../../workspace/styles/global-sass/sass/modules/_select-menu.scss */
.no-borderradius .sm-wrap .sm-visual .sm-left {
	background-position: 0 0px;
	width: 6px;
	margin-left: -6px;
	float: left;
}
/* line 140, ../../../../workspace/styles/global-sass/sass/modules/_select-menu.scss */
.no-borderradius .sm-wrap .sm-visual .sm-right {
	background-position: 0 -60px;
	width: 6px;
	position: absolute;
	right: 0;
	top: 0;
}
/* line 147, ../../../../workspace/styles/global-sass/sass/modules/_select-menu.scss */
.no-borderradius .sm-wrap .sm-visual .sm-selection {
	background-position: 0 -120px;
	background-repeat: repeat-x;
	width: 100%;
}

/* line 159, ../../../../workspace/styles/global-sass/sass/modules/_select-menu.scss */
.no-borderradius .dijitFocus .sm-visual .sm-left,.no-borderradius .dijitHover .sm-visual .sm-left
	{
	background-position: 0 -31px;
}
/* line 162, ../../../../workspace/styles/global-sass/sass/modules/_select-menu.scss */
.no-borderradius .dijitFocus .sm-visual .sm-right,.no-borderradius .dijitHover .sm-visual .sm-right
	{
	background-position: 0 -91px;
}
/* line 165, ../../../../workspace/styles/global-sass/sass/modules/_select-menu.scss */
.no-borderradius .dijitFocus .sm-visual .sm-selection,.no-borderradius .dijitHover .sm-visual .sm-selection
	{
	background-position: 0 -151px;
}

/* line 3, ../../../../workspace/styles/global-sass/sass/modules/_top-cap.scss */
.top-cap {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	height: 40px;
	border: 1px solid rgba(208, 208, 208, 0.65);
	/* stroke */
	border-bottom: 1px solid rgba(217, 217, 217, 0.15);
	/* stroke */
	background-image:
		url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDk0MiA0MCIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PGxpbmVhckdyYWRpZW50IGlkPSJoYXQwIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjUwJSIgeTE9IjEwMCUiIHgyPSI1MCUiIHkyPSItMS40MjEwODU0NzE1MjAyZS0xNCUiPgo8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZGNkY2RjIiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSI5NDIiIGhlaWdodD0iNDAiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==);
	/* gradient overlay */
	background-image: -moz-linear-gradient(bottom, gainsboro 0%, white 100%);
	/* gradient overlay */
	background-image: -o-linear-gradient(bottom, gainsboro 0%, white 100%);
	/* gradient overlay */
	background-image: -webkit-linear-gradient(bottom, gainsboro 0%, white 100%);
	/* gradient overlay */
	background-image: linear-gradient(bottom, #dcdcdc 0%, #ffffff 100%);
	/* gradient overlay */
	color: #656565;
	font-family: "Arial";
	font-size: 12px;
	font-weight: bold;
	line-height: 40px;
	padding: 0 12px;
	margin: 0 !important;
}
/* line 27, ../../../../workspace/styles/global-sass/sass/modules/_top-cap.scss */
.top-cap.roundedcornr_bottom {
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: 1px solid #bababa;
	/* stroke */
}
/* line 33, ../../../../workspace/styles/global-sass/sass/modules/_top-cap.scss */
.top-cap.flat-top {
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	border-top-left-radius: 0px;
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	border-top-right-radius: 0px;
}
/* line 38, ../../../../workspace/styles/global-sass/sass/modules/_top-cap.scss */
.top-cap.flat-top-left {
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	border-top-left-radius: 0px;
}
/* line 42, ../../../../workspace/styles/global-sass/sass/modules/_top-cap.scss */
.top-cap.flat-top-right {
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	border-top-right-radius: 0px;
}
/* line 46, ../../../../workspace/styles/global-sass/sass/modules/_top-cap.scss */
.top-cap .arrow {
	margin-top: 2px;
	height: 34px;
	display: inline;
	display: inline-block;
	float: right;
	border-left: 1px solid #bababa;
	padding-left: 20px;
}
/* line 55, ../../../../workspace/styles/global-sass/sass/modules/_top-cap.scss */
.top-cap .arrow.down {
	background-position: 12px -132px;
}
/* line 59, ../../../../workspace/styles/global-sass/sass/modules/_top-cap.scss */
.top-cap .arrow.up {
	background-position: 12px -225px;
}
/* line 63, ../../../../workspace/styles/global-sass/sass/modules/_top-cap.scss */
.dj_ie7 .top-cap .arrow {
	position: absolute;
	top: 0;
	right: 0;
}
/* line 70, ../../../../workspace/styles/global-sass/sass/modules/_top-cap.scss */
.top-cap.clickable {
	cursor: pointer;
}

/* line 77, ../../../../workspace/styles/global-sass/sass/modules/_top-cap.scss */
.no-borderradius .tc-wrap {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	height: 36px;
	padding: 0 4px;
}
/* line 82, ../../../../workspace/styles/global-sass/sass/modules/_top-cap.scss */
.no-borderradius .tc-wrap .tc-left,.no-borderradius .tc-wrap .tc-right,.no-borderradius .tc-wrap .top-cap
	{
	background: url("../images/global/sprites/gry_hdr_tall_sprite.png")
		no-repeat scroll 0 0 transparent;
	height: 36px;
	/*float:left;*/
	border: none;
}
/* line 91, ../../../../workspace/styles/global-sass/sass/modules/_top-cap.scss */
.no-borderradius .tc-wrap .tc-right {
	background-position: -4px 0;
	width: 4px;
	right: 0;
	position: absolute;
	top: 0;
}
/* line 98, ../../../../workspace/styles/global-sass/sass/modules/_top-cap.scss */
.no-borderradius .tc-wrap .tc-left {
	background-position: 0 0;
	width: 4px;
	/*margin-left:-4px;*/
	left: 0;
	position: absolute;
	top: 0;
}
/* line 106, ../../../../workspace/styles/global-sass/sass/modules/_top-cap.scss */
.no-borderradius .tc-wrap .top-cap {
	background-position: 0 -36px;
	background-repeat: repeat-x;
}
/* line 112, ../../../../workspace/styles/global-sass/sass/modules/_top-cap.scss */
.no-borderradius .tc-wrap.roundedcornr_bottom .tc-left,.no-borderradius .tc-wrap.roundedcornr_bottom .tc-right
	{
	background: url("../images/global/sprites/gry_hdr_tall_full.png")
		no-repeat scroll 0 0 transparent;
}
/* line 115, ../../../../workspace/styles/global-sass/sass/modules/_top-cap.scss */
.no-borderradius .tc-wrap.roundedcornr_bottom .tc-right {
	background-position: -4px 0;
}
/* line 121, ../../../../workspace/styles/global-sass/sass/modules/_top-cap.scss */
.no-borderradius .tc-wrap.flat-top .tc-left,.no-borderradius .tc-wrap.flat-top .tc-right
	{
	background-position: 0 -36px;
}
/* line 124, ../../../../workspace/styles/global-sass/sass/modules/_top-cap.scss */
.no-borderradius .tc-wrap.flat-top .tc-left {
	border-left: 1px solid #d0d0d0;
}
/* line 127, ../../../../workspace/styles/global-sass/sass/modules/_top-cap.scss */
.no-borderradius .tc-wrap.flat-top .tc-right {
	border-right: 1px solid #d0d0d0;
}
/* line 132, ../../../../workspace/styles/global-sass/sass/modules/_top-cap.scss */
.no-borderradius .tc-wrap.flat-top-right .tc-right {
	background-position: 0 -36px;
	border-right: 1px solid #d0d0d0;
}
/* line 138, ../../../../workspace/styles/global-sass/sass/modules/_top-cap.scss */
.no-borderradius .tc-wrap.flat-top-left .tc-left {
	background-position: 0 -36px;
	border-left: 1px solid #d0d0d0;
}

/* line 146, ../../../../workspace/styles/global-sass/sass/modules/_top-cap.scss */
.sub-nav-menu .top-cap {
	height: 32px;
	line-height: 32px;
	font-size: 13px;
	padding-left: 10px;
}

/* line 3, ../../../../workspace/styles/global-sass/sass/modules/_bottom-cap.scss */
.bottom-cap {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
	height: 40px;
	border: 1px solid rgba(208, 208, 208, 0.65);
	/* stroke */
	border-bottom: 1px solid rgba(217, 217, 217, 0.15);
	/* stroke */
	background-image:
		url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDk0MiA0MCIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PGxpbmVhckdyYWRpZW50IGlkPSJoYXQwIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjUwJSIgeTE9IjEwMCUiIHgyPSI1MCUiIHkyPSItMS40MjEwODU0NzE1MjAyZS0xNCUiPgo8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZGNkY2RjIiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSI5NDIiIGhlaWdodD0iNDAiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==);
	/* gradient overlay */
	background-image: -moz-linear-gradient(bottom, gainsboro 0%, white 100%);
	/* gradient overlay */
	background-image: -o-linear-gradient(bottom, gainsboro 0%, white 100%);
	/* gradient overlay */
	background-image: -webkit-linear-gradient(bottom, gainsboro 0%, white 100%);
	/* gradient overlay */
	background-image: linear-gradient(bottom, #dcdcdc 0%, #ffffff 100%);
	/* gradient overlay */
	color: #656565;
	font-family: "Arial";
	font-size: 12px;
	font-weight: bold;
	line-height: 40px;
	padding: 0 12px;
	margin: 0 !important;
}

/* line 30, ../../../../workspace/styles/global-sass/sass/modules/_bottom-cap.scss */
.no-borderradius .bc-wrap {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	height: 36px;
	padding: 0 4px;
}
/* line 38, ../../../../workspace/styles/global-sass/sass/modules/_bottom-cap.scss */
.no-borderradius .bc-wrap .bc-left,.no-borderradius .bc-wrap .bc-right,.no-borderradius .bc-wrap .bottom-cap
	{
	background: url("../images/global/sprites/gry_hdr_tall_sprite.png")
		no-repeat scroll 0 0 transparent;
	height: 36px;
	border: none;
}
/* line 44, ../../../../workspace/styles/global-sass/sass/modules/_bottom-cap.scss */
.no-borderradius .bc-wrap .bc-right {
	background-position: -3px -144px;
	width: 5px;
	right: 0;
	position: absolute;
	bottom: 0;
}
/* line 52, ../../../../workspace/styles/global-sass/sass/modules/_bottom-cap.scss */
.no-borderradius .bc-wrap .bc-left {
	background-position: 0 -144px;
	width: 5px;
	left: 0;
	position: absolute;
	bottom: 0;
}
/* line 60, ../../../../workspace/styles/global-sass/sass/modules/_bottom-cap.scss */
.no-borderradius .bc-wrap .bottom-cap {
	background-position: 0 -36px;
	background-repeat: repeat-x;
}
/* line 66, ../../../../workspace/styles/global-sass/sass/modules/_bottom-cap.scss */
.no-borderradius .bc-wrap.roundedcornr_bottom .bc-left,.no-borderradius .bc-wrap.roundedcornr_bottom .bc-right
	{
	background: url("../images/global/sprites/gry_hdr_tall_full.png")
		no-repeat scroll 0 0 transparent;
}
/* line 69, ../../../../workspace/styles/global-sass/sass/modules/_bottom-cap.scss */
.no-borderradius .bc-wrap.roundedcornr_bottom .bc-right {
	background-position: -4px 0;
}

/* line 3, ../../../../workspace/styles/global-sass/sass/modules/_left-nav.scss */
.cb-action {
	padding: 3px 2px;
}
/* line 6, ../../../../workspace/styles/global-sass/sass/modules/_left-nav.scss */
.cb-action h3 {
	margin: 0;
	font-size: 0.6875em;
	padding-left: 9px;
	color: #444;
}
/* line 12, ../../../../workspace/styles/global-sass/sass/modules/_left-nav.scss */
.cb-action ul {
	list-style: none;
	padding: 8px 2px 1px 1px;
	margin-top: 0;
}
/* line 17, ../../../../workspace/styles/global-sass/sass/modules/_left-nav.scss */
.cb-action ul.sub-nav-content {
	background-image:
		url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background-size: 100%;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff),
		color-stop(100%, #f1f1f1) );
	background-image: -webkit-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
	background-image: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
	background-image: -o-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
	background-image: linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,
		startColorstr='#ffffff', endColorstr='#f1f1f1' );
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
/* line 25, ../../../../workspace/styles/global-sass/sass/modules/_left-nav.scss */
.cb-action ul li {
	padding: 0;
	height: 28px;
	border-bottom: 1px solid #e4e4e4;
}
/* line 30, ../../../../workspace/styles/global-sass/sass/modules/_left-nav.scss */
.cb-action ul li a {
	font-weight: bold;
	color: #2f6fa9;
	text-decoration: none;
	/*font-size: em(12px);*/
	line-height: 12px;
	padding: 7px 2px 12px 7px;
	display: block;
}
/* line 40, ../../../../workspace/styles/global-sass/sass/modules/_left-nav.scss */
.cb-action ul li a .rarrow {
	display: block;
	float: right;
	opacity: 0;
	filter: alpha(opacity = 0);
	padding-right: 5px;
	color: #fff;
}
/* line 49, ../../../../workspace/styles/global-sass/sass/modules/_left-nav.scss */
.cb-action ul li a:hover {
	background-color: #4096d1;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	color: #fff;
}
/* line 54, ../../../../workspace/styles/global-sass/sass/modules/_left-nav.scss */
.cb-action ul li a:hover .rarrow {
	filter: alpha(opacity = 100);
	opacity: 1;
}
/* line 61, ../../../../workspace/styles/global-sass/sass/modules/_left-nav.scss */
.cb-action ul li.last {
	border-bottom: none;
}
/* line 67, ../../../../workspace/styles/global-sass/sass/modules/_left-nav.scss */
.cb-action ul.help li a {
	height: 27px;
	color: #656565;
}
/* line 71, ../../../../workspace/styles/global-sass/sass/modules/_left-nav.scss */
.cb-action ul.help li a.active,.cb-action ul.help li a.active:hover {
	background-color: #4096d1;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	color: #fff;
}
/* line 76, ../../../../workspace/styles/global-sass/sass/modules/_left-nav.scss */
.cb-action ul.help li a.active .rarrow,.cb-action ul.help li a.active:hover .rarrow
	{
	filter: alpha(opacity = 100);
	opacity: 1;
}
/* line 81, ../../../../workspace/styles/global-sass/sass/modules/_left-nav.scss */
.cb-action ul.help li a:hover {
	background: none;
	color: #2f6fa9;
}
/* line 85, ../../../../workspace/styles/global-sass/sass/modules/_left-nav.scss */
.cb-action ul.help li a:hover .rarrow {
	filter: alpha(opacity = 0);
}
/* line 92, ../../../../workspace/styles/global-sass/sass/modules/_left-nav.scss */
.no-borderradius .cb-action {
	padding: 0;
}
/* line 94, ../../../../workspace/styles/global-sass/sass/modules/_left-nav.scss */
.no-borderradius .cb-action h3 {
	padding: 0;
}
/* line 98, ../../../../workspace/styles/global-sass/sass/modules/_left-nav.scss */
.no-borderradius .cb-action ul {
	padding: 0;
}
/* line 101, ../../../../workspace/styles/global-sass/sass/modules/_left-nav.scss */
.no-borderradius .cb-action ul.sub-nav-content {
	zoom: 1;
	padding: 8px 7px 1px 7px;
	margin: 0 -7px 1em;
}
/* line 107, ../../../../workspace/styles/global-sass/sass/modules/_left-nav.scss */
.no-borderradius .cb-action ul a {
	margin-left: -7px;
	margin-right: -7px;
}
/* line 112, ../../../../workspace/styles/global-sass/sass/modules/_left-nav.scss */
.no-borderradius .cb-action .help {
	padding-top: 8px;
}

/* line 120, ../../../../workspace/styles/global-sass/sass/modules/_left-nav.scss */
.dj_ie7 .cb-action a {
	float: left;
}
/* line 123, ../../../../workspace/styles/global-sass/sass/modules/_left-nav.scss */
.dj_ie7 .cb-action a .rarrow {
	margin-top: -13px;
}
/* line 128, ../../../../workspace/styles/global-sass/sass/modules/_left-nav.scss */
.dj_ie7 .cb-action .help a {
	height: 10px;
}

/* line 1, ../../../../workspace/styles/global-sass/sass/modules/_tooltips.scss */
.toolIcon {
	background: transparent url(../images/global/buttons/help_icon.gif)
		no-repeat 0px 0px;
	position: relative;
	height: 15px;
	width: 15px;
	vertical-align: top;
	padding: 0 0 2px 0;
	z-index: 50;
}

/* line 10, ../../../../workspace/styles/global-sass/sass/modules/_tooltips.scss */
.toolIcon,x:-moz-any-link {
	display: -moz-inline-box;
}

/* line 12, ../../../../workspace/styles/global-sass/sass/modules/_tooltips.scss */
.toolIcon,x:-moz-any-link,x:default {
	display: inline-block;
}

/* line 14, ../../../../workspace/styles/global-sass/sass/modules/_tooltips.scss */
a.toolIcon:focus,a.toolIcon:hover {
	text-decoration: none;
	background-position: 0px -20px;
}

/* line 18, ../../../../workspace/styles/global-sass/sass/modules/_tooltips.scss */
.toolTipGroup {
	position: relative;
	height: 15px;
	width: 15px;
}

/* line 23, ../../../../workspace/styles/global-sass/sass/modules/_tooltips.scss */
.toolTipHolder * {
	margin: 0;
	padding: 0;
}

/* line 27, ../../../../workspace/styles/global-sass/sass/modules/_tooltips.scss */
.toolTipHolder {
	position: absolute;
	top: -10000px;
	left: -10000px;
	width: 203px;
	color: #202020;
}

/* line 36, ../../../../workspace/styles/global-sass/sass/modules/_tooltips.scss */
.tipTop,.tipBottom,.toolTip {
	width: 203px;
	display: block;
}

/* line 40, ../../../../workspace/styles/global-sass/sass/modules/_tooltips.scss */
.tipTop {
	background: transparent
		url(../images/global/tooltip/tooltip_cap_top.png) no-repeat;
	height: 6px;
}

/* line 44, ../../../../workspace/styles/global-sass/sass/modules/_tooltips.scss */
.toolTipFromRight .tipBottom {
	background: transparent
		url(../images/global/tooltip/tooltip_bottom_r_carat.png) no-repeat;
	height: 15px;
}

/* line 48, ../../../../workspace/styles/global-sass/sass/modules/_tooltips.scss */
.toolTipFromLeft .tipBottom {
	background: transparent
		url(../images/global/tooltip/tooltip_bottom_l_carat.png) no-repeat;
	height: 15px;
}

/* line 52, ../../../../workspace/styles/global-sass/sass/modules/_tooltips.scss */
.toolTip {
	background: transparent url(../images/global/tooltip/tooltip_middle.png)
		repeat-y;
	height: auto;
	font-size: 11px;
	font-style: italic;
	color: #363636;
	padding: 8px 15px;
	width: 173px;
}

/* line 61, ../../../../workspace/styles/global-sass/sass/modules/_tooltips.scss */
.toolTip h4 {
	margin-bottom: 0.5em;
}

/* line 64, ../../../../workspace/styles/global-sass/sass/modules/_tooltips.scss */
#toolTip-pwd-left,#toolTip-pwd-right {
	margin-top: 10px;
}

/* line 66, ../../../../workspace/styles/global-sass/sass/modules/_tooltips.scss */
#toolTip-pwd-left {
	float: left;
	width: 10px;
	margin-left: 10px;
	padding-right: 7px;
	border-right: solid 1px #E5E5E5;
}

/* line 73, ../../../../workspace/styles/global-sass/sass/modules/_tooltips.scss */
#toolTip-pwd-right {
	margin-left: 40px;
}

/* line 76, ../../../../workspace/styles/global-sass/sass/modules/_tooltips.scss */
.tt {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
/* line 80, ../../../../workspace/styles/global-sass/sass/modules/_tooltips.scss */
.tt * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* line 84, ../../../../workspace/styles/global-sass/sass/modules/_tooltips.scss */
.tt .tt-content {
	background: #fff;
	-webkit-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.08);
	box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.08);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	position: relative;
	z-index: 10;
	width: 100%;
	height: 100%;
	border: 1px solid #e1e1e1;
	padding: 10px;
}
/* line 98, ../../../../workspace/styles/global-sass/sass/modules/_tooltips.scss */
.tt .arrow,.tt .shadow {
	width: 10px;
	height: 10px;
	background: #fff;
	/*@mixin transform(rotate(0, 0, 0, 45deg));*/
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	bottom: -5px;
	left: 50%;
	margin-left: -5px;
	z-index: 11;
	border: 1px solid #e1e1e1;
	border-top: none;
	border-left: none;
}
/* line 121, ../../../../workspace/styles/global-sass/sass/modules/_tooltips.scss */
.tt .shadow {
	-webkit-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.08);
	box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.08);
	z-index: 9;
}

/* line 3, ../../../../workspace/styles/global-sass/sass/modules/_tabs.scss */
#tabs {
	margin-top: 9px;
}
/* line 5, ../../../../workspace/styles/global-sass/sass/modules/_tabs.scss */
#tabs ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
/* line 11, ../../../../workspace/styles/global-sass/sass/modules/_tabs.scss */
#tabs li {
	font-size: 12px;
	color: #656565;
	font-weight: bold;
	float: left;
	height: 29px;
	margin-left: 6px;
	background-image:
		url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjEwMCUiIHgyPSI1MCUiIHkyPSIwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2QxZDFkMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background-size: 100%;
	background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #d1d1d1),
		color-stop(100%, #ededed) );
	background-image: -webkit-linear-gradient(bottom, #d1d1d1 0%, #ededed 100%);
	background-image: -moz-linear-gradient(bottom, #d1d1d1 0%, #ededed 100%);
	background-image: -o-linear-gradient(bottom, #d1d1d1 0%, #ededed 100%);
	background-image: linear-gradient(bottom, #d1d1d1 0%, #ededed 100%);
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
}
/* line 24, ../../../../workspace/styles/global-sass/sass/modules/_tabs.scss */
#tabs li:first-child {
	margin-left: 0;
}
/* line 28, ../../../../workspace/styles/global-sass/sass/modules/_tabs.scss */
#tabs li a {
	color: #656565;
	padding: 0 24px 0 24px;
	line-height: 29px;
	display: block;
}
/* line 35, ../../../../workspace/styles/global-sass/sass/modules/_tabs.scss */
#tabs li:hover,#tabs li.selected {
	background-color: #fff;
	background-image: none;
	border-top: 1px solid #d8d8d8;
	border-left: 1px solid #d8d8d8;
	border-right: 1px solid #d8d8d8;
}
/* line 43, ../../../../workspace/styles/global-sass/sass/modules/_tabs.scss */
#tabs li:hover a,#tabs li.selected a {
	padding: 0 23px;
	margin-top: -1px;
	color: #2f6fa9;
}

/* line 53, ../../../../workspace/styles/global-sass/sass/modules/_tabs.scss */
#tabbed-content {
	border-left: 1px solid #d8d8d8;
	border-right: 1px solid #d8d8d8;
	margin-top: -1px;
}
/* line 57, ../../../../workspace/styles/global-sass/sass/modules/_tabs.scss */
#tabbed-content .tab-panel {
	padding: 10px;
}

/* line 62, ../../../../workspace/styles/global-sass/sass/modules/_tabs.scss */
.no-borderradius #tabs {
	margin-top: 0;
}
/* line 65, ../../../../workspace/styles/global-sass/sass/modules/_tabs.scss */
.no-borderradius #tabs li {
	background: url(../images/global/sprites/nav_tabs.gif) no-repeat left
		-51px transparent;
	margin: 2px 2px 0;
	height: 34px;
}
/* line 70, ../../../../workspace/styles/global-sass/sass/modules/_tabs.scss */
.no-borderradius #tabs li:hover,.no-borderradius #tabs li.selected {
	background-position: left 7px;
	border: none;
	padding-top: 1px;
}
/* line 75, ../../../../workspace/styles/global-sass/sass/modules/_tabs.scss */
.no-borderradius #tabs li:hover a,.no-borderradius #tabs li.selected a {
	background-position: right -22px;
	padding-bottom: 1px;
}
/* line 81, ../../../../workspace/styles/global-sass/sass/modules/_tabs.scss */
.no-borderradius #tabs li a {
	background: url(../images/global/sprites/nav_tabs.gif) no-repeat right
		-80px transparent;
	margin-left: 6px;
	line-height: 26px;
	padding: 8px 24px 0 18px;
}

/* line 3, ../../../../workspace/styles/global-sass/sass/modules/_select-menu.scss */
.sm-options {
	width: 288px;
	max-height: 141px;
	border: 1px solid #bebebe;
	/* stroke */
	background-image:
		url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDI4OCAxNDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RjZGNkYyIgc3RvcC1vcGFjaXR5PSIwIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMjg4IiBoZWlnaHQ9IjE0MSIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
	/* gradient overlay */
	background-image: -moz-linear-gradient(bottom, rgba(220, 220, 220, 0) 0%,
		rgba(255, 255, 255, 0) 100% );
	/* gradient overlay */
	background-image: -o-linear-gradient(bottom, rgba(220, 220, 220, 0) 0%,
		rgba(255, 255, 255, 0) 100% );
	/* gradient overlay */
	background-image: -webkit-linear-gradient(bottom, rgba(220, 220, 220, 0)
		0%, rgba(255, 255, 255, 0) 100% );
	/* gradient overlay */
	background-image: linear-gradient(bottom, rgba(220, 220, 220, 0) 0%,
		rgba(255, 255, 255, 0) 100% );
	/* gradient overlay */
	background-color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	position: absolute;
	top: 220px;
	top: 320px;
	left: 52px;
	z-index: 999;
	overflow: auto;
	display: none;
}
/* line 17, ../../../../workspace/styles/global-sass/sass/modules/_select-menu.scss */
.sm-options * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* line 33, ../../../../workspace/styles/global-sass/sass/modules/_select-menu.scss */
.sm-options .sm-option {
	display: block;
	color: #3980c3;
	font-size: 12px;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	padding: 5px 10px;
	font-weight: 700;
	line-height: 12px;
	cursor: pointer;
}
/* line 45, ../../../../workspace/styles/global-sass/sass/modules/_select-menu.scss */
.sm-options .sm-option.selected,.sm-options .sm-option:hover {
	background: #2f6fa9;
	color: #fff;
}

/* line 52, ../../../../workspace/styles/global-sass/sass/modules/_select-menu.scss */
.sm-wrap {
	display: inline;
	display: inline-block;
	position: relative;
	width: 288px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* line 59, ../../../../workspace/styles/global-sass/sass/modules/_select-menu.scss */
.sm-wrap * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* line 65, ../../../../workspace/styles/global-sass/sass/modules/_select-menu.scss */
.sm-wrap .sm-visual {
	cursor: pointer;
	position: relative;
	height: 28px;
	border: 1px solid #bebebe;
	background-image:
		url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDI4OCAzMiIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PGxpbmVhckdyYWRpZW50IGlkPSJoYXQwIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjUwJSIgeTE9IjEwMCUiIHgyPSI1MCUiIHkyPSItMS40MjEwODU0NzE1MjAyZS0xNCUiPgo8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZGNkY2RjIiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIyODgiIGhlaWdodD0iMzIiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==);
	/* gradient overlay */
	background-image: -moz-linear-gradient(bottom, gainsboro 0%, white 100%);
	background-image: -o-linear-gradient(bottom, gainsboro 0%, white 100%);
	background-image: -webkit-linear-gradient(bottom, gainsboro 0%, white 100%);
	background-image: linear-gradient(bottom, #dcdcdc 0%, #ffffff 100%);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	line-height: 28px;
	padding-left: 8px;
	color: #3980c3;
	font-size: 12px;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 700;
}
/* line 87, ../../../../workspace/styles/global-sass/sass/modules/_select-menu.scss */
.sm-wrap .sm-visual .sm-arrow {
	position: absolute;
	right: 0;
	top: 2px;
	width: 27px;
	height: 22px;
	display: block;
	background: url(../images/global/sprites/sprite_arrows.png) no-repeat
		center -170px;
	border-left: 1px solid #cacaca;
}

/* line 101, ../../../../workspace/styles/global-sass/sass/modules/_select-menu.scss */
.dijitFocus .sm-visual {
	background-image:
		url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDI4NyAzMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PGxpbmVhckdyYWRpZW50IGlkPSJoYXQwIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjUwJSIgeTE9IjEwMCUiIHgyPSI1MCUiIHkyPSItMS40MjEwODU0NzE1MjAyZS0xNCUiPgo8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjYzdjN2M3IiBzdG9wLW9wYWNpdHk9IjAuODUiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZTdlN2U3IiBzdG9wLW9wYWNpdHk9IjAuODUiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIyODciIGhlaWdodD0iMzEiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==);
	/* gradient overlay */
	background-image:
		url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjEwMCUiIHgyPSI1MCUiIHkyPSIwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M3YzdjNyIvPjxzdG9wIG9mZnNldD0iODUlIiBzdG9wLWNvbG9yPSIjZTdlN2U3Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
	background-size: 100%;
	background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #c7c7c7),
		color-stop(85%, #e7e7e7) );
	background-image: -webkit-linear-gradient(bottom, #c7c7c7 0%, #e7e7e7 85%);
	background-image: -moz-linear-gradient(bottom, #c7c7c7 0%, #e7e7e7 85%);
	background-image: -o-linear-gradient(bottom, #c7c7c7 0%, #e7e7e7 85%);
	background-image: linear-gradient(bottom, #c7c7c7 0%, #e7e7e7 85%);
}

/* line 106, ../../../../workspace/styles/global-sass/sass/modules/_select-menu.scss */
.dijitHover .sm-visual {
	background-image:
		url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDI4NyAzMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PGxpbmVhckdyYWRpZW50IGlkPSJoYXQwIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjUwJSIgeTE9IjEwMCUiIHgyPSI1MCUiIHkyPSItMS40MjEwODU0NzE1MjAyZS0xNCUiPgo8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjYzdjN2M3IiBzdG9wLW9wYWNpdHk9IjAuODUiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZTdlN2U3IiBzdG9wLW9wYWNpdHk9IjAuODUiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIyODciIGhlaWdodD0iMzEiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==);
	/* gradient overlay */
	background-image:
		url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjEwMCUiIHgyPSI1MCUiIHkyPSIwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M3YzdjNyIvPjxzdG9wIG9mZnNldD0iODUlIiBzdG9wLWNvbG9yPSIjZTdlN2U3Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
	background-size: 100%;
	background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #c7c7c7),
		color-stop(85%, #e7e7e7) );
	background-image: -webkit-linear-gradient(bottom, #c7c7c7 0%, #e7e7e7 85%);
	background-image: -moz-linear-gradient(bottom, #c7c7c7 0%, #e7e7e7 85%);
	background-image: -o-linear-gradient(bottom, #c7c7c7 0%, #e7e7e7 85%);
	background-image: linear-gradient(bottom, #c7c7c7 0%, #e7e7e7 85%);
}

/* line 111, ../../../../workspace/styles/global-sass/sass/modules/_select-menu.scss */
.no-borderradius .sm-wrap {
	height: 27px;
	border: none;
	zoom: 1;
	*display: inline;
}
/* line 116, ../../../../workspace/styles/global-sass/sass/modules/_select-menu.scss */
.no-borderradius .sm-wrap .sm-visual {
	border: none;
	cursor: pointer;
	height: 27px;
	line-height: 27px;
	overflow: hidden;
	padding: 0 6px;
}
/* line 126, ../../../../workspace/styles/global-sass/sass/modules/_select-menu.scss */
.no-borderradius .sm-wrap .sm-visual .sm-right,.no-borderradius .sm-wrap .sm-visual .sm-left,.no-borderradius .sm-wrap .sm-visual .sm-selection
	{
	background: url("../images/global/sprites/selectmenu_sprite.png")
		no-repeat scroll 0 0 transparent;
	display: inline;
	display: inline-block;
	height: 27px;
	vertical-align: top;
}
/* line 134, ../../../../workspace/styles/global-sass/sass/modules/_select-menu.scss */
.no-borderradius .sm-wrap .sm-visual .sm-left {
	background-position: 0 0px;
	width: 6px;
	margin-left: -6px;
	float: left;
}
/* line 140, ../../../../workspace/styles/global-sass/sass/modules/_select-menu.scss */
.no-borderradius .sm-wrap .sm-visual .sm-right {
	background-position: 0 -60px;
	width: 6px;
	position: absolute;
	right: 0;
	top: 0;
}
/* line 147, ../../../../workspace/styles/global-sass/sass/modules/_select-menu.scss */
.no-borderradius .sm-wrap .sm-visual .sm-selection {
	background-position: 0 -120px;
	background-repeat: repeat-x;
	width: 100%;
}

/* line 159, ../../../../workspace/styles/global-sass/sass/modules/_select-menu.scss */
.no-borderradius .dijitFocus .sm-visual .sm-left,.no-borderradius .dijitHover .sm-visual .sm-left
	{
	background-position: 0 -31px;
}
/* line 162, ../../../../workspace/styles/global-sass/sass/modules/_select-menu.scss */
.no-borderradius .dijitFocus .sm-visual .sm-right,.no-borderradius .dijitHover .sm-visual .sm-right
	{
	background-position: 0 -91px;
}
/* line 165, ../../../../workspace/styles/global-sass/sass/modules/_select-menu.scss */
.no-borderradius .dijitFocus .sm-visual .sm-selection,.no-borderradius .dijitHover .sm-visual .sm-selection
	{
	background-position: 0 -151px;
}

/* line 5, ../../../../workspace/styles/global-sass/sass/modules/widgets/_datepicker.scss */
.fd-hidden-input {
	display: none !important;
	visibility: hidden;
}

/* line 10, ../../../../workspace/styles/global-sass/sass/modules/widgets/_datepicker.scss */
.fd-screen-reader {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* line 21, ../../../../workspace/styles/global-sass/sass/modules/widgets/_datepicker.scss */
.date-picker {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: transparent;
	text-align: center;
	z-index: 9999;
	width: 283px;
	background-image:
		url(../images/global/calendar/sched_pickup_calendar_background.png);
	background-repeat: no-repeat;
	padding: 10px;
	/*height: 282px;*/
}
/* line 26, ../../../../workspace/styles/global-sass/sass/modules/widgets/_datepicker.scss */
.date-picker .prev-but,.date-picker .next-but {
	color: #2F6FA9;
	cursor: pointer;
}
/* line 42, ../../../../workspace/styles/global-sass/sass/modules/widgets/_datepicker.scss */
.date-picker .date-picker-table {
	border-collapse: collapse;
	border: 0;
	width: 266px;
}
/* line 48, ../../../../workspace/styles/global-sass/sass/modules/widgets/_datepicker.scss */
.date-picker .date-picker-table .date-picker-thead .date-picker-title {
	color: #3191DB;
	font-weight: bold;
	text-align: center;
	padding-bottom: 8px;
	cursor: pointer;
	margin: 0 -5px;
}
/* line 59, ../../../../workspace/styles/global-sass/sass/modules/widgets/_datepicker.scss */
.date-picker .date-picker-table .date-picker-thead .date-picker-day-header
	{
	color: #FFFFFF;
	font-size: 0.625em;
	height: 18px;
	background-image:
		url(../images/global/calendar/sched_pickup_calendar_gryheader.png);
	background-repeat: no-repeat;
	background-position: -10px top;
	border-right: solid 1px #AFAFAF;
	cursor: pointer;
}
/* line 69, ../../../../workspace/styles/global-sass/sass/modules/widgets/_datepicker.scss */
.date-picker .date-picker-table .date-picker-thead .date-picker-day-header a
	{
	height: 18px;
	display: block;
	width: 37px;
	line-height: 18px;
	color: #fff;
}
/* line 77, ../../../../workspace/styles/global-sass/sass/modules/widgets/_datepicker.scss */
.date-picker .date-picker-table .date-picker-thead .date-picker-day-header.day-0
	{
	background-position: left top;
}
/* line 81, ../../../../workspace/styles/global-sass/sass/modules/widgets/_datepicker.scss */
.date-picker .date-picker-table .date-picker-thead .date-picker-day-header.day-6
	{
	background-position: right top;
	border-right: none;
}
/* line 89, ../../../../workspace/styles/global-sass/sass/modules/widgets/_datepicker.scss */
.date-picker .date-picker-table tbody td {
	text-align: center;
	font-size: 0.750em;
	font-weight: bold;
	width: 38px;
	height: 36px;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 99;
	cursor: pointer;
	overflow: hidden;
	color: #2F6FA9;
}
/* line 103, ../../../../workspace/styles/global-sass/sass/modules/widgets/_datepicker.scss */
.date-picker .date-picker-table tbody td .inner {
	width: 36px;
	height: 36px;
	line-height: 36px;
	background-image:
		url(../images/global/calendar/sched_pickup_sml_calendar_boxes.png);
	background-repeat: no-repeat;
	background-position: -38px top;
}
/* line 113, ../../../../workspace/styles/global-sass/sass/modules/widgets/_datepicker.scss */
.date-picker .date-picker-table tbody td.date-picker-today .inner {
	background-position: -114px top;
}
/* line 121, ../../../../workspace/styles/global-sass/sass/modules/widgets/_datepicker.scss */
.date-picker .date-picker-table tbody td.date-picker-unused .inner,.date-picker .date-picker-table tbody td.out-of-range .inner,.date-picker .date-picker-table tbody td.day-disabled .inner
	{
	background-position: left top;
	color: #CCCCCC;
}
/* line 128, ../../../../workspace/styles/global-sass/sass/modules/widgets/_datepicker.scss */
.date-picker .date-picker-table tbody td.date-picker-selected-date .inner
	{
	background-position: -76px top;
	color: #fff;
}
/* line 137, ../../../../workspace/styles/global-sass/sass/modules/widgets/_datepicker.scss */
.date-picker .date-picker-statusbar {
	font-weight: normal;
	text-align: left;
	padding-top: 20px;
	font-size: 0.750em;
}

/* line 148, ../../../../workspace/styles/global-sass/sass/modules/widgets/_datepicker.scss */
.dj_ie7 .date-picker .date-picker-table {
	margin-left: -17px;
}
/* line 150, ../../../../workspace/styles/global-sass/sass/modules/widgets/_datepicker.scss */
.dj_ie7 .date-picker .date-picker-table .date-picker-thead .date-picker-title
	{
	font-size: 15px;
}

/* line 3, ../../../../workspace/styles/global-sass/sass/modules/paint/_fileinput.scss */
.fileinputs {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}
/* line 8, ../../../../workspace/styles/global-sass/sass/modules/paint/_fileinput.scss */
.fileinputs .visual {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
}
/* line 15, ../../../../workspace/styles/global-sass/sass/modules/paint/_fileinput.scss */
.fileinputs .visual .input {
	height: 25px;
	width: 70% !important;
	display: inline;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	white-space: nowrap;
	line-height: 25px;
}
/* line 26, ../../../../workspace/styles/global-sass/sass/modules/paint/_fileinput.scss */
.fileinputs .visual .btn {
	margin-left: 10px;
	vertical-align: middle;
}
/* line 33, ../../../../workspace/styles/global-sass/sass/modules/paint/_fileinput.scss */
.fileinputs .file,.fileinputs input {
	position: relative;
	text-align: right;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0 );
	opacity: 0;
	z-index: 2;
	width: 95% !important;
}

/* line 4, ../../../../workspace/styles/global-sass/sass/modules/_textarea.scss */
.textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #dbdbdb;
	border-top: 1px solid #a1a1a1;
	border-left: 1px solid #a1a1a1;
	background-image:
		url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZiIgc3RvcC1vcGFjaXR5PSIwLjA3Ii8+CjxzdG9wIG9mZnNldD0iMjIlIiBzdG9wLWNvbG9yPSIjZmZmIiBzdG9wLW9wYWNpdHk9IjAuMDciLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwIiBzdG9wLW9wYWNpdHk9IjAuMDciLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIiBmaWxsPSJ1cmwoI2hhdDApIiAvPgo8L3N2Zz4=);
	background-image: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0.07)
		0%, rgba(255, 255, 255, 0.07) 30.8%, rgba(0, 0, 0, 0.01) 100% );
	background-image: -o-linear-gradient(bottom, rgba(255, 255, 255, 0.07)
		0%, rgba(255, 255, 255, 0.07) 30.8%, rgba(0, 0, 0, 0.07) 100% );
	background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.07)
		0%, rgba(255, 255, 255, 0.07) 30.8%, rgba(0, 0, 0, 0.07) 100% );
	background-image: linear-gradient(bottom, rgba(255, 255, 255, 0.07) 0%,
		rgba(255, 255, 255, 0.07) 30.8%, rgba(0, 0, 0, 0.07) 100% );
	padding: 10px;
	font: 11px/1 Arial, "Helvetica Neue", Helvetica, sans-serif;
	/* Inner top shadow */
	-moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.045);
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.045);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.045);
}

/* line 29, ../../../../workspace/styles/global-sass/sass/modules/_textarea.scss */
.input-dollar-sign {
	display: inline-block;
	float: left;
	height: 27px;
	line-height: 27px;
	width: 8px;
	font-size: 10px;
}

/* line 38, ../../../../workspace/styles/global-sass/sass/modules/_textarea.scss */
.no-borderradius .textarea {
	display: inline-block;
	padding: 0;
	border: none;
}
/* line 43, ../../../../workspace/styles/global-sass/sass/modules/_textarea.scss */
.no-borderradius .textarea .tl,.no-borderradius .textarea .tr,.no-borderradius .textarea .tm,.no-borderradius .textarea .br,.no-borderradius .textarea .bl,.no-borderradius .textarea .bm
	{
	height: 4px;
}
/* line 47, ../../../../workspace/styles/global-sass/sass/modules/_textarea.scss */
.no-borderradius .textarea .tl,.no-borderradius .textarea .tr,.no-borderradius .textarea .br,.no-borderradius .textarea .bl
	{
	width: 4px;
}
/* line 51, ../../../../workspace/styles/global-sass/sass/modules/_textarea.scss */
.no-borderradius .textarea .tl {
	background:
		url("../images/global/form/textarea/phx_freeform_tl_corner.png")
		no-repeat;
	float: left;
}
/* line 56, ../../../../workspace/styles/global-sass/sass/modules/_textarea.scss */
.no-borderradius .textarea .tr {
	background:
		url("../images/global/form/textarea/phx_freeform_tr_corner.png")
		no-repeat;
	float: right;
}
/* line 61, ../../../../workspace/styles/global-sass/sass/modules/_textarea.scss */
.no-borderradius .textarea .tm {
	background:
		url("../images/global/form/textarea/phx_freeform_t_repeat.png")
		repeat-x;
	margin: 0 4px;
}
/* line 66, ../../../../workspace/styles/global-sass/sass/modules/_textarea.scss */
.no-borderradius .textarea .bl {
	background:
		url("../images/global/form/textarea/phx_freeform_bl_corner.png")
		no-repeat;
	float: left;
}
/* line 71, ../../../../workspace/styles/global-sass/sass/modules/_textarea.scss */
.no-borderradius .textarea .br {
	background:
		url("../images/global/form/textarea/phx_freeform_br_corner.png")
		no-repeat;
	float: right;
}
/* line 76, ../../../../workspace/styles/global-sass/sass/modules/_textarea.scss */
.no-borderradius .textarea .bm {
	background:
		url("../images/global/form/textarea/phx_freeform_b_repeat.png")
		repeat-x;
	margin: 0 4px;
}
/* line 81, ../../../../workspace/styles/global-sass/sass/modules/_textarea.scss */
.no-borderradius .textarea textarea {
	width: 100%;
	height: 100%;
	border: none;
	padding: 6px 10px;
	margin: -1px 0;
	background:
		url("../images/global/form/textarea/phx_freeform_t_repeat.png")
		repeat-x 0 -4px;
	border: 1px solid #e4e4e6;
	border-top: none;
	border-bottom: none;
}

/* line 1, ../../../../workspace/styles/global-sass/sass/modules/_dijitBlockUI.scss */
.dijitBlockUI {
	position: absolute;
	z-index: 99999;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #000;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10 );
	opacity: 0.1;
	display: none;
}

/* line 13, ../../../../workspace/styles/global-sass/sass/modules/_dijitBlockUI.scss */
.blocked .dijitBlockUI {
	display: block;
}
/* line 17, ../../../../workspace/styles/global-sass/sass/modules/_dijitBlockUI.scss */
.blocked,.blocked * {
	color: #C2C2C2 !important;
}
/* line 22, ../../../../workspace/styles/global-sass/sass/modules/_dijitBlockUI.scss */
.blocked .calendarKey ul li {
	background-position: -51px top !important;
}
/* line 26, ../../../../workspace/styles/global-sass/sass/modules/_dijitBlockUI.scss */
.blocked .date-picker .date-picker-table tbody td .inner {
	background-position: left top;
}
/* line 31, ../../../../workspace/styles/global-sass/sass/modules/_dijitBlockUI.scss */
.blocked .date-picker .date-picker-table .date-picker-thead .date-picker-day-header
	{
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60 );
	opacity: 0.6;
}

/* line 1, ../../../../workspace/styles/global-sass/sass/modules/_br.scss */
.br {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #d8d8d8;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	padding: 10px;
}
/* line 7, ../../../../workspace/styles/global-sass/sass/modules/_br.scss */
.br * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* line 11, ../../../../workspace/styles/global-sass/sass/modules/_br.scss */
.br.flat-top {
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	border-top-left-radius: 0px;
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	border-top-right-radius: 0px;
}
/* line 16, ../../../../workspace/styles/global-sass/sass/modules/_br.scss */
.br.flat-bot {
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	border-bottom-left-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
	border-bottom-right-radius: 0px;
}
/* line 21, ../../../../workspace/styles/global-sass/sass/modules/_br.scss */
.br.no-top-border {
	border-top: none;
}
/* line 25, ../../../../workspace/styles/global-sass/sass/modules/_br.scss */
.br.no-bot-border {
	border-bottom: none;
}
/* line 29, ../../../../workspace/styles/global-sass/sass/modules/_br.scss */
.no-borderradius .br {
	padding: 0;
	border: none;
	background-image: none;
	zoom: 1;
}
/* line 35, ../../../../workspace/styles/global-sass/sass/modules/_br.scss */
.no-borderradius .br .br-middle {
	border-right: 1px solid #d8d8d8;
	border-left: 1px solid #d8d8d8;
	padding: 4px 10px;
	margin-top: -3px;
	zoom: 1;
}
/* line 43, ../../../../workspace/styles/global-sass/sass/modules/_br.scss */
.no-borderradius .br .br-top,.no-borderradius .br .br-bot {
	position: relative;
	height: 6px;
	overflow: hidden;
	zoom: 1;
}
/* line 53, ../../../../workspace/styles/global-sass/sass/modules/_br.scss */
.no-borderradius .br .br-top .br-left,.no-borderradius .br .br-bot .br-left,.no-borderradius .br .br-top .br-right,.no-borderradius .br .br-bot .br-right
	{
	top: 0;
	position: absolute;
	width: 6px;
	height: 6px;
}
/* line 61, ../../../../workspace/styles/global-sass/sass/modules/_br.scss */
.no-borderradius .br .br-top .br-left,.no-borderradius .br .br-bot .br-left
	{
	left: 0;
}
/* line 66, ../../../../workspace/styles/global-sass/sass/modules/_br.scss */
.no-borderradius .br .br-top .br-right,.no-borderradius .br .br-bot .br-right
	{
	right: 0;
}
/* line 74, ../../../../workspace/styles/global-sass/sass/modules/_br.scss */
.no-borderradius .br .br-top .br-mid,.no-borderradius .br .br-bot .br-mid
	{
	margin: 0 6px;
	height: 6px;
}
/* line 78, ../../../../workspace/styles/global-sass/sass/modules/_br.scss */
.no-borderradius .br .br-top .br-mid {
	border-top: 1px solid #d8d8d8;
}
/* line 81, ../../../../workspace/styles/global-sass/sass/modules/_br.scss */
.no-borderradius .br .br-bot .br-mid {
	border-bottom: 1px solid #d8d8d8;
	height: 6px;
}
/* line 88, ../../../../workspace/styles/global-sass/sass/modules/_br.scss */
.no-borderradius .br.flat-top .br-top .br-left,.no-borderradius .br.flat-top .br-top .br-right
	{
	border-top: 1px solid #d8d8d8;
}
/* line 92, ../../../../workspace/styles/global-sass/sass/modules/_br.scss */
.no-borderradius .br.flat-top .br-top .br-left {
	border-left: 1px solid #d8d8d8;
}
/* line 96, ../../../../workspace/styles/global-sass/sass/modules/_br.scss */
.no-borderradius .br.flat-top .br-top .br-right {
	border-right: 1px solid #d8d8d8;
}

/* must be last */
/*
 * Image replacement
 */
/* line 6, ../../../../workspace/styles/global-sass/sass/modules/_helperclasses.scss */
.ir {
	background-color: transparent;
	border: 0;
	overflow: hidden;
	/* IE 6/7 fallback */
	*text-indent: -9999px;
}

/* line 14, ../../../../workspace/styles/global-sass/sass/modules/_helperclasses.scss */
.ir:before {
	content: "";
	display: block;
	width: 0;
	height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
/* line 25, ../../../../workspace/styles/global-sass/sass/modules/_helperclasses.scss */
.hidden {
	display: none !important;
	visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
/* line 34, ../../../../workspace/styles/global-sass/sass/modules/_helperclasses.scss */
.visuallyhidden {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
/* line 51, ../../../../workspace/styles/global-sass/sass/modules/_helperclasses.scss */
.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
 */
/* line 64, ../../../../workspace/styles/global-sass/sass/modules/_helperclasses.scss */
.invisible {
	visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
/* line 81, ../../../../workspace/styles/global-sass/sass/modules/_helperclasses.scss */
.clearfix:before,.clearfix:after {
	content: " ";
	/* 1 */
	display: table;
	/* 2 */
}

/* line 86, ../../../../workspace/styles/global-sass/sass/modules/_helperclasses.scss */
.clearfix:after {
	clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
/* line 95, ../../../../workspace/styles/global-sass/sass/modules/_helperclasses.scss */
.clearfix {
	*zoom: 1;
}