.v-assistive-device-only {
	position: absolute;
	top: -2000px;
	left: -2000px;
	width: 10px;
	overflow: hidden;
}

.v-radiobutton {
	-webkit-user-select: none;
}

@-webkit-keyframes v-notification-animate-out {
		100% {
		opacity: 0;
	}
	}

@-moz-keyframes v-notification-animate-out {
		100% {
		opacity: 0;
	}
	}

@keyframes v-notification-animate-out {
		100% {
		opacity: 0;
	}
	}

.v-vaadin-version:after {
	content: "7.7.9";
}

.v-generated-body {
	width: 100%;
	height: 100%;
	border: 0;
	margin: 0;
	overflow: hidden;
}

.v-modal-window-open {
	overflow: hidden;
}

@font-face {
	font-family: FontAwesome;
	src: url(../base/fonts/fontawesome-webfont.eot);
	src: url(../base/fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../base/fonts/fontawesome-webfont.woff) format("woff"), url(../base/fonts/fontawesome-webfont.ttf) format("truetype"), url(../base/fonts/fontawesome-webfont.svg) format("svg");
	font-weight: normal;
	font-style: normal;
}

.FontAwesome {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
}

@font-face {
	font-family: ThemeIcons;
	src: url(../base/fonts/themeicons-webfont.eot);
	src: url(../base/fonts/themeicons-webfont.eot?#iefix) format("embedded-opentype"), url(../base/fonts/themeicons-webfont.woff) format("woff"), url(../base/fonts/themeicons-webfont.ttf) format("truetype"), url(../base/fonts/themeicons-webfont.svg) format("svg");
	font-weight: normal;
	font-style: normal;
}

.ThemeIcons {
	font-family: ThemeIcons;
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
}

@font-face {
	font-family: "FontAwesome";
	src: url(font-awesome/scss/../fonts/fontawesome-webfont.eot?v=4.2.0);
	src: url(font-awesome/scss/../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0) format("embedded-opentype"), url(font-awesome/scss/../fonts/fontawesome-webfont.woff?v=4.2.0) format("woff"), url(font-awesome/scss/../fonts/fontawesome-webfont.ttf?v=4.2.0) format("truetype"), url(font-awesome/scss/../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular) format("svg");
	font-weight: normal;
	font-style: normal;
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.fa-lg {
	font-size: 4em / 3;
	line-height: 3em / 4;
	vertical-align: -15%;
}

.fa-fw {
	width: 18em / 14;
	text-align: center;
}

.fa-ul {
	padding-left: 0;
	margin-left: 30em / 14;
	list-style-type: none;
}

.fa-ul  > li {
	position: relative;
}

.fa-li {
	position: absolute;
	left: -2.14286em;
	width: 30em / 14;
	top: 2em / 14;
	text-align: center;
}

.fa-li.fa-lg {
	left: -1.85714em;
}

.fa-border {
	padding: 0.2em 0.25em 0.15em;
	border: solid 0.08em #eee;
	border-radius: 0.1em;
}

.pull-right {
	float: right;
}

.pull-left {
	float: left;
}

.fa.pull-left {
	margin-right: 0.3em;
}

.fa.pull-right {
	margin-left: 0.3em;
}

.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
}

@-webkit-keyframes fa-spin {
		0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
		100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
	}

@keyframes fa-spin {
		0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
		100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
	}

.fa-rotate-90 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.fa-rotate-180 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.fa-rotate-270 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}

.fa-flip-horizontal {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.fa-flip-vertical {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1);
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
	filter: none;
}

.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle;
}

.fa-inverse {
	color: #fff;
}

.fa-glass:before {
	content: "\f000";
}

.fa-music:before {
	content: "\f001";
}

.fa-search:before {
	content: "\f002";
}

.fa-envelope-o:before {
	content: "\f003";
}

.fa-heart:before {
	content: "\f004";
}

.fa-star:before {
	content: "\f005";
}

.fa-star-o:before {
	content: "\f006";
}

.fa-user:before {
	content: "\f007";
}

.fa-film:before {
	content: "\f008";
}

.fa-th-large:before {
	content: "\f009";
}

.fa-th:before {
	content: "\f00a";
}

.fa-th-list:before {
	content: "\f00b";
}

.fa-check:before {
	content: "\f00c";
}

.fa-remove:before, .fa-close:before, .fa-times:before {
	content: "\f00d";
}

.fa-search-plus:before {
	content: "\f00e";
}

.fa-search-minus:before {
	content: "\f010";
}

.fa-power-off:before {
	content: "\f011";
}

.fa-signal:before {
	content: "\f012";
}

.fa-gear:before, .fa-cog:before {
	content: "\f013";
}

.fa-trash-o:before {
	content: "\f014";
}

.fa-home:before {
	content: "\f015";
}

.fa-file-o:before {
	content: "\f016";
}

.fa-clock-o:before {
	content: "\f017";
}

.fa-road:before {
	content: "\f018";
}

.fa-download:before {
	content: "\f019";
}

.fa-arrow-circle-o-down:before {
	content: "\f01a";
}

.fa-arrow-circle-o-up:before {
	content: "\f01b";
}

.fa-inbox:before {
	content: "\f01c";
}

.fa-play-circle-o:before {
	content: "\f01d";
}

.fa-rotate-right:before, .fa-repeat:before {
	content: "\f01e";
}

.fa-refresh:before {
	content: "\f021";
}

.fa-list-alt:before {
	content: "\f022";
}

.fa-lock:before {
	content: "\f023";
}

.fa-flag:before {
	content: "\f024";
}

.fa-headphones:before {
	content: "\f025";
}

.fa-volume-off:before {
	content: "\f026";
}

.fa-volume-down:before {
	content: "\f027";
}

.fa-volume-up:before {
	content: "\f028";
}

.fa-qrcode:before {
	content: "\f029";
}

.fa-barcode:before {
	content: "\f02a";
}

.fa-tag:before {
	content: "\f02b";
}

.fa-tags:before {
	content: "\f02c";
}

.fa-book:before {
	content: "\f02d";
}

.fa-bookmark:before {
	content: "\f02e";
}

.fa-print:before {
	content: "\f02f";
}

.fa-camera:before {
	content: "\f030";
}

.fa-font:before {
	content: "\f031";
}

.fa-bold:before {
	content: "\f032";
}

.fa-italic:before {
	content: "\f033";
}

.fa-text-height:before {
	content: "\f034";
}

.fa-text-width:before {
	content: "\f035";
}

.fa-align-left:before {
	content: "\f036";
}

.fa-align-center:before {
	content: "\f037";
}

.fa-align-right:before {
	content: "\f038";
}

.fa-align-justify:before {
	content: "\f039";
}

.fa-list:before {
	content: "\f03a";
}

.fa-dedent:before, .fa-outdent:before {
	content: "\f03b";
}

.fa-indent:before {
	content: "\f03c";
}

.fa-video-camera:before {
	content: "\f03d";
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
	content: "\f03e";
}

.fa-pencil:before {
	content: "\f040";
}

.fa-map-marker:before {
	content: "\f041";
}

.fa-adjust:before {
	content: "\f042";
}

.fa-tint:before {
	content: "\f043";
}

.fa-edit:before, .fa-pencil-square-o:before {
	content: "\f044";
}

.fa-share-square-o:before {
	content: "\f045";
}

.fa-check-square-o:before {
	content: "\f046";
}

.fa-arrows:before {
	content: "\f047";
}

.fa-step-backward:before {
	content: "\f048";
}

.fa-fast-backward:before {
	content: "\f049";
}

.fa-backward:before {
	content: "\f04a";
}

.fa-play:before {
	content: "\f04b";
}

.fa-pause:before {
	content: "\f04c";
}

.fa-stop:before {
	content: "\f04d";
}

.fa-forward:before {
	content: "\f04e";
}

.fa-fast-forward:before {
	content: "\f050";
}

.fa-step-forward:before {
	content: "\f051";
}

.fa-eject:before {
	content: "\f052";
}

.fa-chevron-left:before {
	content: "\f053";
}

.fa-chevron-right:before {
	content: "\f054";
}

.fa-plus-circle:before {
	content: "\f055";
}

.fa-minus-circle:before {
	content: "\f056";
}

.fa-times-circle:before {
	content: "\f057";
}

.fa-check-circle:before {
	content: "\f058";
}

.fa-question-circle:before {
	content: "\f059";
}

.fa-info-circle:before {
	content: "\f05a";
}

.fa-crosshairs:before {
	content: "\f05b";
}

.fa-times-circle-o:before {
	content: "\f05c";
}

.fa-check-circle-o:before {
	content: "\f05d";
}

.fa-ban:before {
	content: "\f05e";
}

.fa-arrow-left:before {
	content: "\f060";
}

.fa-arrow-right:before {
	content: "\f061";
}

.fa-arrow-up:before {
	content: "\f062";
}

.fa-arrow-down:before {
	content: "\f063";
}

.fa-mail-forward:before, .fa-share:before {
	content: "\f064";
}

.fa-expand:before {
	content: "\f065";
}

.fa-compress:before {
	content: "\f066";
}

.fa-plus:before {
	content: "\f067";
}

.fa-minus:before {
	content: "\f068";
}

.fa-asterisk:before {
	content: "\f069";
}

.fa-exclamation-circle:before {
	content: "\f06a";
}

.fa-gift:before {
	content: "\f06b";
}

.fa-leaf:before {
	content: "\f06c";
}

.fa-fire:before {
	content: "\f06d";
}

.fa-eye:before {
	content: "\f06e";
}

.fa-eye-slash:before {
	content: "\f070";
}

.fa-warning:before, .fa-exclamation-triangle:before {
	content: "\f071";
}

.fa-plane:before {
	content: "\f072";
}

.fa-calendar:before {
	content: "\f073";
}

.fa-random:before {
	content: "\f074";
}

.fa-comment:before {
	content: "\f075";
}

.fa-magnet:before {
	content: "\f076";
}

.fa-chevron-up:before {
	content: "\f077";
}

.fa-chevron-down:before {
	content: "\f078";
}

.fa-retweet:before {
	content: "\f079";
}

.fa-shopping-cart:before {
	content: "\f07a";
}

.fa-folder:before {
	content: "\f07b";
}

.fa-folder-open:before {
	content: "\f07c";
}

.fa-arrows-v:before {
	content: "\f07d";
}

.fa-arrows-h:before {
	content: "\f07e";
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
	content: "\f080";
}

.fa-twitter-square:before {
	content: "\f081";
}

.fa-facebook-square:before {
	content: "\f082";
}

.fa-camera-retro:before {
	content: "\f083";
}

.fa-key:before {
	content: "\f084";
}

.fa-gears:before, .fa-cogs:before {
	content: "\f085";
}

.fa-comments:before {
	content: "\f086";
}

.fa-thumbs-o-up:before {
	content: "\f087";
}

.fa-thumbs-o-down:before {
	content: "\f088";
}

.fa-star-half:before {
	content: "\f089";
}

.fa-heart-o:before {
	content: "\f08a";
}

.fa-sign-out:before {
	content: "\f08b";
}

.fa-linkedin-square:before {
	content: "\f08c";
}

.fa-thumb-tack:before {
	content: "\f08d";
}

.fa-external-link:before {
	content: "\f08e";
}

.fa-sign-in:before {
	content: "\f090";
}

.fa-trophy:before {
	content: "\f091";
}

.fa-github-square:before {
	content: "\f092";
}

.fa-upload:before {
	content: "\f093";
}

.fa-lemon-o:before {
	content: "\f094";
}

.fa-phone:before {
	content: "\f095";
}

.fa-square-o:before {
	content: "\f096";
}

.fa-bookmark-o:before {
	content: "\f097";
}

.fa-phone-square:before {
	content: "\f098";
}

.fa-twitter:before {
	content: "\f099";
}

.fa-facebook:before {
	content: "\f09a";
}

.fa-github:before {
	content: "\f09b";
}

.fa-unlock:before {
	content: "\f09c";
}

.fa-credit-card:before {
	content: "\f09d";
}

.fa-rss:before {
	content: "\f09e";
}

.fa-hdd-o:before {
	content: "\f0a0";
}

.fa-bullhorn:before {
	content: "\f0a1";
}

.fa-bell:before {
	content: "\f0f3";
}

.fa-certificate:before {
	content: "\f0a3";
}

.fa-hand-o-right:before {
	content: "\f0a4";
}

.fa-hand-o-left:before {
	content: "\f0a5";
}

.fa-hand-o-up:before {
	content: "\f0a6";
}

.fa-hand-o-down:before {
	content: "\f0a7";
}

.fa-arrow-circle-left:before {
	content: "\f0a8";
}

.fa-arrow-circle-right:before {
	content: "\f0a9";
}

.fa-arrow-circle-up:before {
	content: "\f0aa";
}

.fa-arrow-circle-down:before {
	content: "\f0ab";
}

.fa-globe:before {
	content: "\f0ac";
}

.fa-wrench:before {
	content: "\f0ad";
}

.fa-tasks:before {
	content: "\f0ae";
}

.fa-filter:before {
	content: "\f0b0";
}

.fa-briefcase:before {
	content: "\f0b1";
}

.fa-arrows-alt:before {
	content: "\f0b2";
}

.fa-group:before, .fa-users:before {
	content: "\f0c0";
}

.fa-chain:before, .fa-link:before {
	content: "\f0c1";
}

.fa-cloud:before {
	content: "\f0c2";
}

.fa-flask:before {
	content: "\f0c3";
}

.fa-cut:before, .fa-scissors:before {
	content: "\f0c4";
}

.fa-copy:before, .fa-files-o:before {
	content: "\f0c5";
}

.fa-paperclip:before {
	content: "\f0c6";
}

.fa-save:before, .fa-floppy-o:before {
	content: "\f0c7";
}

.fa-square:before {
	content: "\f0c8";
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
	content: "\f0c9";
}

.fa-list-ul:before {
	content: "\f0ca";
}

.fa-list-ol:before {
	content: "\f0cb";
}

.fa-strikethrough:before {
	content: "\f0cc";
}

.fa-underline:before {
	content: "\f0cd";
}

.fa-table:before {
	content: "\f0ce";
}

.fa-magic:before {
	content: "\f0d0";
}

.fa-truck:before {
	content: "\f0d1";
}

.fa-pinterest:before {
	content: "\f0d2";
}

.fa-pinterest-square:before {
	content: "\f0d3";
}

.fa-google-plus-square:before {
	content: "\f0d4";
}

.fa-google-plus:before {
	content: "\f0d5";
}

.fa-money:before {
	content: "\f0d6";
}

.fa-caret-down:before {
	content: "\f0d7";
}

.fa-caret-up:before {
	content: "\f0d8";
}

.fa-caret-left:before {
	content: "\f0d9";
}

.fa-caret-right:before {
	content: "\f0da";
}

.fa-columns:before {
	content: "\f0db";
}

.fa-unsorted:before, .fa-sort:before {
	content: "\f0dc";
}

.fa-sort-down:before, .fa-sort-desc:before {
	content: "\f0dd";
}

.fa-sort-up:before, .fa-sort-asc:before {
	content: "\f0de";
}

.fa-envelope:before {
	content: "\f0e0";
}

.fa-linkedin:before {
	content: "\f0e1";
}

.fa-rotate-left:before, .fa-undo:before {
	content: "\f0e2";
}

.fa-legal:before, .fa-gavel:before {
	content: "\f0e3";
}

.fa-dashboard:before, .fa-tachometer:before {
	content: "\f0e4";
}

.fa-comment-o:before {
	content: "\f0e5";
}

.fa-comments-o:before {
	content: "\f0e6";
}

.fa-flash:before, .fa-bolt:before {
	content: "\f0e7";
}

.fa-sitemap:before {
	content: "\f0e8";
}

.fa-umbrella:before {
	content: "\f0e9";
}

.fa-paste:before, .fa-clipboard:before {
	content: "\f0ea";
}

.fa-lightbulb-o:before {
	content: "\f0eb";
}

.fa-exchange:before {
	content: "\f0ec";
}

.fa-cloud-download:before {
	content: "\f0ed";
}

.fa-cloud-upload:before {
	content: "\f0ee";
}

.fa-user-md:before {
	content: "\f0f0";
}

.fa-stethoscope:before {
	content: "\f0f1";
}

.fa-suitcase:before {
	content: "\f0f2";
}

.fa-bell-o:before {
	content: "\f0a2";
}

.fa-coffee:before {
	content: "\f0f4";
}

.fa-cutlery:before {
	content: "\f0f5";
}

.fa-file-text-o:before {
	content: "\f0f6";
}

.fa-building-o:before {
	content: "\f0f7";
}

.fa-hospital-o:before {
	content: "\f0f8";
}

.fa-ambulance:before {
	content: "\f0f9";
}

.fa-medkit:before {
	content: "\f0fa";
}

.fa-fighter-jet:before {
	content: "\f0fb";
}

.fa-beer:before {
	content: "\f0fc";
}

.fa-h-square:before {
	content: "\f0fd";
}

.fa-plus-square:before {
	content: "\f0fe";
}

.fa-angle-double-left:before {
	content: "\f100";
}

.fa-angle-double-right:before {
	content: "\f101";
}

.fa-angle-double-up:before {
	content: "\f102";
}

.fa-angle-double-down:before {
	content: "\f103";
}

.fa-angle-left:before {
	content: "\f104";
}

.fa-angle-right:before {
	content: "\f105";
}

.fa-angle-up:before {
	content: "\f106";
}

.fa-angle-down:before {
	content: "\f107";
}

.fa-desktop:before {
	content: "\f108";
}

.fa-laptop:before {
	content: "\f109";
}

.fa-tablet:before {
	content: "\f10a";
}

.fa-mobile-phone:before, .fa-mobile:before {
	content: "\f10b";
}

.fa-circle-o:before {
	content: "\f10c";
}

.fa-quote-left:before {
	content: "\f10d";
}

.fa-quote-right:before {
	content: "\f10e";
}

.fa-spinner:before {
	content: "\f110";
}

.fa-circle:before {
	content: "\f111";
}

.fa-mail-reply:before, .fa-reply:before {
	content: "\f112";
}

.fa-github-alt:before {
	content: "\f113";
}

.fa-folder-o:before {
	content: "\f114";
}

.fa-folder-open-o:before {
	content: "\f115";
}

.fa-smile-o:before {
	content: "\f118";
}

.fa-frown-o:before {
	content: "\f119";
}

.fa-meh-o:before {
	content: "\f11a";
}

.fa-gamepad:before {
	content: "\f11b";
}

.fa-keyboard-o:before {
	content: "\f11c";
}

.fa-flag-o:before {
	content: "\f11d";
}

.fa-flag-checkered:before {
	content: "\f11e";
}

.fa-terminal:before {
	content: "\f120";
}

.fa-code:before {
	content: "\f121";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
	content: "\f122";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
	content: "\f123";
}

.fa-location-arrow:before {
	content: "\f124";
}

.fa-crop:before {
	content: "\f125";
}

.fa-code-fork:before {
	content: "\f126";
}

.fa-unlink:before, .fa-chain-broken:before {
	content: "\f127";
}

.fa-question:before {
	content: "\f128";
}

.fa-info:before {
	content: "\f129";
}

.fa-exclamation:before {
	content: "\f12a";
}

.fa-superscript:before {
	content: "\f12b";
}

.fa-subscript:before {
	content: "\f12c";
}

.fa-eraser:before {
	content: "\f12d";
}

.fa-puzzle-piece:before {
	content: "\f12e";
}

.fa-microphone:before {
	content: "\f130";
}

.fa-microphone-slash:before {
	content: "\f131";
}

.fa-shield:before {
	content: "\f132";
}

.fa-calendar-o:before {
	content: "\f133";
}

.fa-fire-extinguisher:before {
	content: "\f134";
}

.fa-rocket:before {
	content: "\f135";
}

.fa-maxcdn:before {
	content: "\f136";
}

.fa-chevron-circle-left:before {
	content: "\f137";
}

.fa-chevron-circle-right:before {
	content: "\f138";
}

.fa-chevron-circle-up:before {
	content: "\f139";
}

.fa-chevron-circle-down:before {
	content: "\f13a";
}

.fa-html5:before {
	content: "\f13b";
}

.fa-css3:before {
	content: "\f13c";
}

.fa-anchor:before {
	content: "\f13d";
}

.fa-unlock-alt:before {
	content: "\f13e";
}

.fa-bullseye:before {
	content: "\f140";
}

.fa-ellipsis-h:before {
	content: "\f141";
}

.fa-ellipsis-v:before {
	content: "\f142";
}

.fa-rss-square:before {
	content: "\f143";
}

.fa-play-circle:before {
	content: "\f144";
}

.fa-ticket:before {
	content: "\f145";
}

.fa-minus-square:before {
	content: "\f146";
}

.fa-minus-square-o:before {
	content: "\f147";
}

.fa-level-up:before {
	content: "\f148";
}

.fa-level-down:before {
	content: "\f149";
}

.fa-check-square:before {
	content: "\f14a";
}

.fa-pencil-square:before {
	content: "\f14b";
}

.fa-external-link-square:before {
	content: "\f14c";
}

.fa-share-square:before {
	content: "\f14d";
}

.fa-compass:before {
	content: "\f14e";
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
	content: "\f150";
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
	content: "\f151";
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
	content: "\f152";
}

.fa-euro:before, .fa-eur:before {
	content: "\f153";
}

.fa-gbp:before {
	content: "\f154";
}

.fa-dollar:before, .fa-usd:before {
	content: "\f155";
}

.fa-rupee:before, .fa-inr:before {
	content: "\f156";
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
	content: "\f157";
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
	content: "\f158";
}

.fa-won:before, .fa-krw:before {
	content: "\f159";
}

.fa-bitcoin:before, .fa-btc:before {
	content: "\f15a";
}

.fa-file:before {
	content: "\f15b";
}

.fa-file-text:before {
	content: "\f15c";
}

.fa-sort-alpha-asc:before {
	content: "\f15d";
}

.fa-sort-alpha-desc:before {
	content: "\f15e";
}

.fa-sort-amount-asc:before {
	content: "\f160";
}

.fa-sort-amount-desc:before {
	content: "\f161";
}

.fa-sort-numeric-asc:before {
	content: "\f162";
}

.fa-sort-numeric-desc:before {
	content: "\f163";
}

.fa-thumbs-up:before {
	content: "\f164";
}

.fa-thumbs-down:before {
	content: "\f165";
}

.fa-youtube-square:before {
	content: "\f166";
}

.fa-youtube:before {
	content: "\f167";
}

.fa-xing:before {
	content: "\f168";
}

.fa-xing-square:before {
	content: "\f169";
}

.fa-youtube-play:before {
	content: "\f16a";
}

.fa-dropbox:before {
	content: "\f16b";
}

.fa-stack-overflow:before {
	content: "\f16c";
}

.fa-instagram:before {
	content: "\f16d";
}

.fa-flickr:before {
	content: "\f16e";
}

.fa-adn:before {
	content: "\f170";
}

.fa-bitbucket:before {
	content: "\f171";
}

.fa-bitbucket-square:before {
	content: "\f172";
}

.fa-tumblr:before {
	content: "\f173";
}

.fa-tumblr-square:before {
	content: "\f174";
}

.fa-long-arrow-down:before {
	content: "\f175";
}

.fa-long-arrow-up:before {
	content: "\f176";
}

.fa-long-arrow-left:before {
	content: "\f177";
}

.fa-long-arrow-right:before {
	content: "\f178";
}

.fa-apple:before {
	content: "\f179";
}

.fa-windows:before {
	content: "\f17a";
}

.fa-android:before {
	content: "\f17b";
}

.fa-linux:before {
	content: "\f17c";
}

.fa-dribbble:before {
	content: "\f17d";
}

.fa-skype:before {
	content: "\f17e";
}

.fa-foursquare:before {
	content: "\f180";
}

.fa-trello:before {
	content: "\f181";
}

.fa-female:before {
	content: "\f182";
}

.fa-male:before {
	content: "\f183";
}

.fa-gittip:before {
	content: "\f184";
}

.fa-sun-o:before {
	content: "\f185";
}

.fa-moon-o:before {
	content: "\f186";
}

.fa-archive:before {
	content: "\f187";
}

.fa-bug:before {
	content: "\f188";
}

.fa-vk:before {
	content: "\f189";
}

.fa-weibo:before {
	content: "\f18a";
}

.fa-renren:before {
	content: "\f18b";
}

.fa-pagelines:before {
	content: "\f18c";
}

.fa-stack-exchange:before {
	content: "\f18d";
}

.fa-arrow-circle-o-right:before {
	content: "\f18e";
}

.fa-arrow-circle-o-left:before {
	content: "\f190";
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
	content: "\f191";
}

.fa-dot-circle-o:before {
	content: "\f192";
}

.fa-wheelchair:before {
	content: "\f193";
}

.fa-vimeo-square:before {
	content: "\f194";
}

.fa-turkish-lira:before, .fa-try:before {
	content: "\f195";
}

.fa-plus-square-o:before {
	content: "\f196";
}

.fa-space-shuttle:before {
	content: "\f197";
}

.fa-slack:before {
	content: "\f198";
}

.fa-envelope-square:before {
	content: "\f199";
}

.fa-wordpress:before {
	content: "\f19a";
}

.fa-openid:before {
	content: "\f19b";
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
	content: "\f19c";
}

.fa-mortar-board:before, .fa-graduation-cap:before {
	content: "\f19d";
}

.fa-yahoo:before {
	content: "\f19e";
}

.fa-google:before {
	content: "\f1a0";
}

.fa-reddit:before {
	content: "\f1a1";
}

.fa-reddit-square:before {
	content: "\f1a2";
}

.fa-stumbleupon-circle:before {
	content: "\f1a3";
}

.fa-stumbleupon:before {
	content: "\f1a4";
}

.fa-delicious:before {
	content: "\f1a5";
}

.fa-digg:before {
	content: "\f1a6";
}

.fa-pied-piper:before {
	content: "\f1a7";
}

.fa-pied-piper-alt:before {
	content: "\f1a8";
}

.fa-drupal:before {
	content: "\f1a9";
}

.fa-joomla:before {
	content: "\f1aa";
}

.fa-language:before {
	content: "\f1ab";
}

.fa-fax:before {
	content: "\f1ac";
}

.fa-building:before {
	content: "\f1ad";
}

.fa-child:before {
	content: "\f1ae";
}

.fa-paw:before {
	content: "\f1b0";
}

.fa-spoon:before {
	content: "\f1b1";
}

.fa-cube:before {
	content: "\f1b2";
}

.fa-cubes:before {
	content: "\f1b3";
}

.fa-behance:before {
	content: "\f1b4";
}

.fa-behance-square:before {
	content: "\f1b5";
}

.fa-steam:before {
	content: "\f1b6";
}

.fa-steam-square:before {
	content: "\f1b7";
}

.fa-recycle:before {
	content: "\f1b8";
}

.fa-automobile:before, .fa-car:before {
	content: "\f1b9";
}

.fa-cab:before, .fa-taxi:before {
	content: "\f1ba";
}

.fa-tree:before {
	content: "\f1bb";
}

.fa-spotify:before {
	content: "\f1bc";
}

.fa-deviantart:before {
	content: "\f1bd";
}

.fa-soundcloud:before {
	content: "\f1be";
}

.fa-database:before {
	content: "\f1c0";
}

.fa-file-pdf-o:before {
	content: "\f1c1";
}

.fa-file-word-o:before {
	content: "\f1c2";
}

.fa-file-excel-o:before {
	content: "\f1c3";
}

.fa-file-powerpoint-o:before {
	content: "\f1c4";
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
	content: "\f1c5";
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
	content: "\f1c6";
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
	content: "\f1c7";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
	content: "\f1c8";
}

.fa-file-code-o:before {
	content: "\f1c9";
}

.fa-vine:before {
	content: "\f1ca";
}

.fa-codepen:before {
	content: "\f1cb";
}

.fa-jsfiddle:before {
	content: "\f1cc";
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
	content: "\f1cd";
}

.fa-circle-o-notch:before {
	content: "\f1ce";
}

.fa-ra:before, .fa-rebel:before {
	content: "\f1d0";
}

.fa-ge:before, .fa-empire:before {
	content: "\f1d1";
}

.fa-git-square:before {
	content: "\f1d2";
}

.fa-git:before {
	content: "\f1d3";
}

.fa-hacker-news:before {
	content: "\f1d4";
}

.fa-tencent-weibo:before {
	content: "\f1d5";
}

.fa-qq:before {
	content: "\f1d6";
}

.fa-wechat:before, .fa-weixin:before {
	content: "\f1d7";
}

.fa-send:before, .fa-paper-plane:before {
	content: "\f1d8";
}

.fa-send-o:before, .fa-paper-plane-o:before {
	content: "\f1d9";
}

.fa-history:before {
	content: "\f1da";
}

.fa-circle-thin:before {
	content: "\f1db";
}

.fa-header:before {
	content: "\f1dc";
}

.fa-paragraph:before {
	content: "\f1dd";
}

.fa-sliders:before {
	content: "\f1de";
}

.fa-share-alt:before {
	content: "\f1e0";
}

.fa-share-alt-square:before {
	content: "\f1e1";
}

.fa-bomb:before {
	content: "\f1e2";
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
	content: "\f1e3";
}

.fa-tty:before {
	content: "\f1e4";
}

.fa-binoculars:before {
	content: "\f1e5";
}

.fa-plug:before {
	content: "\f1e6";
}

.fa-slideshare:before {
	content: "\f1e7";
}

.fa-twitch:before {
	content: "\f1e8";
}

.fa-yelp:before {
	content: "\f1e9";
}

.fa-newspaper-o:before {
	content: "\f1ea";
}

.fa-wifi:before {
	content: "\f1eb";
}

.fa-calculator:before {
	content: "\f1ec";
}

.fa-paypal:before {
	content: "\f1ed";
}

.fa-google-wallet:before {
	content: "\f1ee";
}

.fa-cc-visa:before {
	content: "\f1f0";
}

.fa-cc-mastercard:before {
	content: "\f1f1";
}

.fa-cc-discover:before {
	content: "\f1f2";
}

.fa-cc-amex:before {
	content: "\f1f3";
}

.fa-cc-paypal:before {
	content: "\f1f4";
}

.fa-cc-stripe:before {
	content: "\f1f5";
}

.fa-bell-slash:before {
	content: "\f1f6";
}

.fa-bell-slash-o:before {
	content: "\f1f7";
}

.fa-trash:before {
	content: "\f1f8";
}

.fa-copyright:before {
	content: "\f1f9";
}

.fa-at:before {
	content: "\f1fa";
}

.fa-eyedropper:before {
	content: "\f1fb";
}

.fa-paint-brush:before {
	content: "\f1fc";
}

.fa-birthday-cake:before {
	content: "\f1fd";
}

.fa-area-chart:before {
	content: "\f1fe";
}

.fa-pie-chart:before {
	content: "\f200";
}

.fa-line-chart:before {
	content: "\f201";
}

.fa-lastfm:before {
	content: "\f202";
}

.fa-lastfm-square:before {
	content: "\f203";
}

.fa-toggle-off:before {
	content: "\f204";
}

.fa-toggle-on:before {
	content: "\f205";
}

.fa-bicycle:before {
	content: "\f206";
}

.fa-bus:before {
	content: "\f207";
}

.fa-ioxhost:before {
	content: "\f208";
}

.fa-angellist:before {
	content: "\f209";
}

.fa-cc:before {
	content: "\f20a";
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
	content: "\f20b";
}

.fa-meanpath:before {
	content: "\f20c";
}

.v-widget {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
	display: inline-block;
	white-space: normal;
	vertical-align: bottom;
	font-size: 16px;
	line-height: normal;
}

.v-absolutelayout-wrapper {
	position: absolute;
	overflow: hidden;
}

.v-absolutelayout-margin, .v-absolutelayout-canvas {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.v-absolutelayout.v-has-height > div, .v-absolutelayout.v-has-height > div > div {
	height: 100%;
}

.v-absolutelayout.v-has-width > div, .v-absolutelayout.v-has-width > div > div {
	width: 100%;
}

.v-accordion {
	position: relative;
	outline: none;
	overflow: visible;
	text-align: left;
	font-size: 0;
}

.v-accordion-item {
	position: relative;
	display: inline-block;
	width: 100%;
}

.v-accordion-item-caption {
	overflow: visible;
	white-space: nowrap;
	background: #eee;
	border-bottom: 1px solid #ddd;
}

.v-accordion-item-caption .v-caption {
	cursor: pointer;
	font-size: 16px;
}

.v-accordion-item-open .v-accordion-item-caption .v-caption {
	cursor: default;
}

.v-accordion-item-content {
	position: absolute;
	width: 100%;
}

.v-browserframe {
	font-size: 0;
}

.v-webkit.v-ios  .v-browserframe {
	-webkit-overflow-scrolling: touch;
	overflow: auto;
}

.v-browserframe > span {
	font-size: 16px;
}

.v-button {
	display: inline-block;
	zoom: 1;
	text-align: center !important;
	text-decoration: none;
	border: 2px outset #ddd;
	background: #eee;
	cursor: pointer;
	white-space: nowrap;
	margin: 0;
	padding: 0.2em 1em;
	color: inherit;
	font: inherit;
	font-size: 16px;
	line-height: normal;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.v-button.v-disabled {
	cursor: default;
}

.v-button-wrap, .v-button-caption {
	vertical-align: baseline;
	white-space: nowrap;
	font: inherit;
	color: inherit;
	line-height: normal;
}

.v-button .v-icon {
	vertical-align: middle;
	margin-right: 3px;
	border: none;
}

.v-button .v-errorindicator {
	display: inline-block;
	zoom: 1;
	vertical-align: middle;
	float: none;
}

.v-button-link {
	border: none;
	text-align: left !important;
	background: transparent;
	padding: 0;
	color: inherit;
	-khtml-user-select: text;
	-moz-user-select: text;
	-ie-user-select: text;
	user-select: text;
}

.v-sa  .v-button-link:focus {
	outline-offset: -3px;
}

.v-button-link .v-button-caption {
	text-decoration: underline;
	color: inherit;
	text-align: left;
}

.v-nativebutton .v-icon {
	vertical-align: middle;
	margin-right: 3px;
	border: none;
}

.v-nativebutton .v-errorindicator {
	display: inline-block;
	zoom: 1;
	vertical-align: middle;
	float: none;
}

.v-nativebutton-link {
	border: none;
	text-align: left !important;
	background: transparent;
	padding: 0;
	color: inherit;
	-khtml-user-select: text;
	-moz-user-select: text;
	-ie-user-select: text;
	user-select: text;
}

.v-nativebutton-link .v-nativebutton-caption {
	text-decoration: underline;
	color: inherit;
	text-align: left;
}

.v-nativebutton {
	text-align: center !important;
	cursor: pointer;
	white-space: nowrap;
	margin: 0;
	color: inherit;
	font: inherit;
	line-height: normal;
}

.v-nativebutton .v-nativebutton-caption {
	vertical-align: middle;
	white-space: nowrap;
	font: inherit;
	color: inherit;
}

.v-nativebutton .v-icon {
	vertical-align: middle;
	margin-right: 3px;
}

.v-nativebutton .v-errorindicator {
	display: inline-block;
	zoom: 1;
	float: none;
}

.v-ie  .v-nativebutton {
	overflow: visible;
	padding-left: 1em;
	padding-right: 1em;
}

.v-ie  .v-nativebutton-link {
	padding: 0;
}

.v-checkbox, .v-checkbox label, .v-checkbox input, .v-checkbox .v-icon {
	vertical-align: middle;
	white-space: nowrap;
}

.v-checkbox .v-icon {
	margin: 0 2px;
}

.v-checkbox .v-errorindicator {
	float: none;
	display: inline;
	display: inline-block;
	zoom: 1;
}

.v-captionwrapper {
	text-align: left;
}

.v-caption {
	overflow: hidden;
	white-space: nowrap;
	font-size: 16px;
}

.v-errorindicator {
	display: inline-block;
}

.v-caption .v-icon {
	display: inline-block;
	padding-right: 2px;
	vertical-align: middle;
}

.v-caption .v-captiontext {
	display: inline-block;
	overflow: hidden;
	vertical-align: middle;
}

.v-caption .v-required-field-indicator {
	display: inline-block;
}

.v-colorpicker {
	text-align: center;
}

.v-colorpicker-button-color {
	border: 1px solid silver;
	float: left;
	width: 10px;
	height: 10px;
	margin-top: 2px;
	margin-right: 5px;
}

.v-colorpicker-area {
	border: 1px solid silver;
	margin: 1px auto;
}

.v-colorpicker.v-default-caption-width {
	width: 100px;
}

.v-colorpicker-history {
	margin: 5px;
}

.v-colorpicker-history td {
	border: 1px solid silver !important;
}

.v-colorpicker-history td {
	line-height: 15px;
}

.v-colorpicker-popup {
	width: 244px;
}

.v-colorpicker-popup .v-scrollable {
	background-color: #dddddd;
}

.v-colorpicker-popup .v-tabsheet-content .v-scrollable {
	background-color: #eaeaea;
}

.v-colorpicker-popup .v-tabsheet-content .v-tabsheet-tabsheetpanel {
	background: transparent;
}

.v-colorpicker-popup .resize-button {
	border: 0px solid silver;
	background: url(../base/colorpicker/images/resizebg.png);
	margin-top: 5px;
}

.v-colorpicker-popup .resize-button-caption {
	display: none;
}

.v-colorpicker-popup .resize-button:hover {
	background: url(../base/colorpicker/images/resizebg-selected.png);
}

.v-colorpicker-popup .resize-button:focus {
	outline: none;
}

.v-colorpicker-gradient {
	width: 220px;
	height: 220px;
	padding-left: 10px;
	margin-top: 0px;
}

.v-colorpicker-gradient .v-colorpicker-gradient-clicklayer {
	background-color: white;
	filter: alpha(opacity = 0);
	opacity: 0;
}

.v-colorpicker-popup .rgb-gradient .v-colorpicker-gradient-background {
	width: 220px;
	height: 220px;
	background: url(../base/colorpicker/images/gradient2.png);
}

.v-colorpicker-popup .hsv-gradient .v-colorpicker-gradient-foreground {
	background: url(../base/colorpicker/images/gradient.png);
}

.v-colorpicker-popup .v-colorpicker-gradient-lowerbox {
	border-right: 1px solid white;
	border-top: 1px solid white;
}

.v-colorpicker-popup .v-colorpicker-gradient-higherbox {
	border-left: 1px solid white;
	border-bottom: 1px solid white;
}

.v-colorpicker-popup .rgb-sliders {
	width: 227px;
	padding-left: 10px;
	color: #444444;
	text-shadow: 0 1px 0 #FFFFFF;
}

.v-colorpicker-popup .rgb-sliders .red .v-slider-base {
	background-color: red;
}

.v-colorpicker-popup .rgb-sliders .green .v-slider-base {
	background-color: green;
}

.v-colorpicker-popup .rgb-sliders .blue .v-slider-base {
	background-color: blue;
}

.v-colorpicker-popup .hsv-sliders {
	padding-left: 10px;
	color: #444444;
	text-shadow: 0 1px 0 #FFFFFF;
}

.v-colorpicker-popup .hue-slider {
	height: 10px;
	border: 0px solid silver;
	background-image: url(../base/colorpicker/images/slider_hue_bg.png);
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0 3px;
	margin-top: 0px;
}

.v-colorpicker-popup .hue-slider .v-slider-handle {
	margin-top: -2px;
}

.v-colorpicker-popup .hue-slider .v-slider-base {
	border: 0px none;
	height: 0px;
	background-color: transparent;
}

.v-colorpicker-popup .v-colorpicker-preview {
	margin-top: 5px;
	padding-left: 11px;
	padding-right: 10px;
	margin-bottom: 0px;
}

.v-colorpicker-popup .v-absolutelayout-wrapper {
	width: 100%;
	height: 100%;
}

.v-colorpicker-popup .v-colorpicker-preview-textfield {
	background: none;
	overflow: hidden;
	overflow-y: hidden;
	overflow-x: hidden;
}

.v-colorpicker-popup .v-textfield-dark {
	color: #FFFFFF;
}

.v-colorpicker-popup .v-textfield-light {
	color: #000000;
}

.v-colorpicker-popup .colorselect {
	margin-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

.v-colorpicker-popup .v-tabsheet .v-colorpicker-grid {
	height: 319px;
}

.v-colorpicker-popup .colorselect td {
	line-height: 15px;
}

.v-colorpicker-popup .v-filterselect {
	padding-right: 16px;
}

.v-calendar-nresize DIV DIV {
	cursor: n-resize !important;
}

.v-calendar-sresize DIV DIV {
	cursor: s-resize !important;
}

.v-calendar {
	background-color: #fff;
}

.v-calendar-header-month, .v-calendar-header-week {
	border-bottom: 1px solid #c1c1c1;
}

.v-calendar-header-day {
	text-align: center;
	color: #666;
	font-size: 12px;
	line-height: normal;
}

.v-calendar-header-week .v-calendar-header-day:hover {
	cursor: pointer;
	color: #222;
}

.v-calendar-header-day-today {
	font-weight: bold;
	color: #444;
}

.v-calendar-header-month td:first-child {
	padding-left: 19px;
}

.v-calendar-header-week .v-calendar-back, .v-calendar-header-week .v-calendar-next {
	border: none;
	padding: 0;
	margin: 0;
	height: 12px;
	width: 12px;
	overflow: hidden;
	background: transparent url(../base/calendar/img/arrows.png) no-repeat 50% 0;
	opacity: 0.3;
	filter: alpha(opacity = 30);
	cursor: default;
}

.v-calendar-header-week .v-calendar-back:hover, .v-calendar-header-week .v-calendar-next:hover {
	opacity: 0.6;
	filter: alpha(opacity = 60);
}

.v-calendar-header-week .v-calendar-back:active, .v-calendar-header-week .v-calendar-next:active {
	opacity: 1;
	filter: alpha(opacity = 100);
}

.v-calendar-header-week .v-calendar-next {
	background-position: 50% -12px;
}

.v-calendar-month {
	outline: none;
}

.v-calendar-week-numbers {
	width: 20px;
	border-right: 1px solid #ccc;
}

.v-calendar-week-number {
	border: none;
	background: transparent;
	padding: 0;
	margin: 0;
	cursor: pointer;
	opacity: 0.5;
	width: 20px;
	text-align: center;
	border-bottom: 1px solid #ddd;
}

.v-calendar-week-number:hover {
	opacity: 1;
}

.v-calendar-month-day {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	outline: none;
}

.v-calendar-month-day-today {
	background-color: #e7f0f5;
}

.v-calendar-month-day-selected {
	background-color: #fffee7;
}

.v-calendar-month-day-dragemphasis {
	background-color: #a8a8a8;
}

.v-calendar-month-day-scrollable {
	overflow-y: scroll;
}

.v-calendar-day-number {
	height: 18px;
	line-height: 18px;
	font-size: 12px;
	text-align: right;
	padding-right: 3px;
	white-space: nowrap;
}

.v-calendar-day-number:hover {
	cursor: pointer;
	opacity: 0.6;
	filter: alpha(opacity = 60);
}

.v-calendar-month .v-calendar-spacer, .v-calendar-month .v-calendar-bottom-spacer, .v-calendar-month .v-calendar-bottom-spacer-empty {
	height: 15px;
	font-size: 11px;
}

.v-calendar-month .v-calendar-bottom-spacer:hover {
	cursor: pointer;
	opacity: 0.6;
	filter: alpha(opacity = 60);
}

.v-calendar-event {
	line-height: 14px;
	font-size: 11px;
	padding: 0 0 0 4px;
	cursor: pointer;
	overflow: hidden;
	text-overflow: ellipsis;
	outline: none;
}

.v-calendar-event-month {
	margin-bottom: 1px;
	white-space: nowrap;
}

.v-calendar-event-month:hover {
	text-decoration: underline;
}

.v-calendar-event-all-day {
	background: #999;
	display: block;
	margin-left: -2px;
}

div.v-calendar-event-all-day {
	color: #fff;
	height: 14px;
}

.v-calendar-event-continued-from {
	margin-left: 0;
}

.v-calendar-event-start {
	-webkit-border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	margin-left: 0;
}

.v-calendar-event-end {
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

.v-calendar-week-wrapper {
	position: relative;
}

.v-calendar-times {
	width: 51px;
}

.v-calendar-time {
	padding: 0 8px 7px 0;
	margin-top: -7px;
	text-align: right;
	font-size: 11px;
	color: #666;
	border-right: 1px solid #ccc;
}

.v-calendar-weekly-longevents {
	border-left: 1px solid #ccc;
	border-bottom: 2px solid #bbb;
	margin-left: 50px;
}

.v-calendar-weekly-longevents .v-calendar-datecell {
	border-right: 1px solid #ccc;
	padding: 1px 0 0;
}

.v-calendar-weekly-longevents .v-calendar-event {
	height: 14px;
	margin-bottom: 1px;
}

.v-calendar-weekly-longevents .v-calendar-event:hover {
	text-decoration: underline;
}

.v-calendar-day-times {
	border-right: 1px solid #ccc;
	outline: none;
}

.v-calendar-day-times .v-datecellslot, .v-calendar-day-times .v-datecellslot-even {
	border-bottom: 1px solid #ccc;
}

.v-calendar-day-times .v-datecellslot-even {
	border-bottom-color: #eee;
}

.v-calendar-day-times .v-daterange {
	background-color: #a8a8a8;
}

.v-calendar-day-times .v-reserved {
	background-color: #FF3333;
}

.v-calendar-day-times .dragemphasis {
	background-color: #a8a8a8;
}

.v-calendar-week-wrapper .v-calendar-event {
	padding: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-top: -1px;
}

.v-calendar-event-caption {
	position: absolute;
	z-index: 1;
	top: 2px;
	left: 4px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: normal;
}

.v-calendar-event-content {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #777;
	background: #eee;
	opacity: 0.8;
	filter: alpha(opacity = 80);
	height: 14px;
}

.v-calendar-current-time {
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	overflow: hidden;
	background: #5a6c86;
	opacity: 0.6;
	filter: alpha(opacity = 60);
	z-index: 2;
}

.v-calendar-event-resizetop {
	position: absolute;
	cursor: n-resize;
	height: 5%;
	min-height: 3px;
	top: 0;
	width: 100%;
	z-index: 1;
}

.v-calendar-event-resizebottom {
	position: absolute;
	cursor: s-resize;
	height: 5%;
	min-height: 3px;
	bottom: 0;
	width: 100%;
	z-index: 1;
}

.v-calendar-month-sizedheight .v-calendar-month-day {
	height: 100px;
}

.v-calendar-month-sizedwidth .v-calendar-month-day {
	width: 100px;
}

.v-calendar-header-month-Hsized .v-calendar-header-day {
	width: 101px;
}

.v-calendar-header-month-Hsized td:first-child {
	padding-left: 21px;
}

.v-calendar-header-day-Hsized {
	width: 200px;
}

.v-calendar-week-numbers-Vsized .v-calendar-week-number {
	height: 100px;
	line-height: 100px;
}

.v-calendar-week-wrapper-Vsized {
	height: 400px;
	overflow-x: hidden !important;
}

.v-calendar-times-Vsized .v-calendar-time {
	height: 38px;
}

.v-calendar-times-Hsized .v-calendar-time {
	width: 42px;
}

.v-calendar-day-times-Vsized .v-datecellslot, .v-calendar-day-times-Vsized .v-datecellslot-even {
	height: 18px;
}

.v-calendar-day-times-Hsized, .v-calendar-day-times-Hsized .v-datecellslot, .v-calendar-day-times-Hsized .v-datecellslot-even {
	width: 200px;
}

.v-app {
	height: 100%;
}

.v-app, .v-window, .v-popupview-popup, .v-label, .v-caption {
	cursor: default;
}

.v-window {
	box-shadow: 0 5px 18px 0 rgba(0, 0, 0, 0.5);
}

.v-datefield-popup, .v-filterselect-suggestpopup, .v-menubar-popup, .v-slider-feedback, .v-popupview-popup, .v-contextmenu {
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.5);
}

body .v-app .v-app-loading {
	background-image: url(../base/common/img/loading-indicator.gif);
	background-repeat: no-repeat;
	background-position: 50%;
	width: 100%;
	height: 100%;
}

.v-ui {
	height: 100%;
	width: 100%;
	outline: none;
	position: relative;
}

.v-ui.v-ui-embedded {
	margin-top: -1px;
	border-top: 1px solid transparent;
}

.v-ui:active, .v-ui:focus {
	outline: none;
}

.v-app select, .v-window select {
	margin: 0;
}

.v-disabled {
	opacity: 0.3;
	filter: alpha(opacity=30);
	cursor: default;
}

.v-disabled * {
	cursor: default;
}

* html  .v-disabled {
	zoom: 1;
}

* + html  .v-disabled {
	zoom: 1;
}

.v-disabled .v-disabled {
	opacity: 1;
}

.v-required-field-indicator {
	padding-left: 2px;
	color: red;
}

.v-form fieldset {
	border: none;
	padding: 0;
	margin: 0;
	height: 100%;
}

.v-form-content {
	height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.v-tooltip {
	cursor: default;
	background: #fff;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.5);
}

.v-tooltip-text {
	overflow: auto;
}

.v-tooltip .v-errormessage {
	overflow: auto;
}

.v-contextmenu {
	background: #fff;
}

.v-contextmenu .gwt-MenuItem {
	cursor: pointer;
	vertical-align: middle;
	padding: 0;
	border: 0;
	margin: 0;
}

.v-contextmenu .gwt-MenuBar {
	overflow-y: auto;
	overflow-x: hidden;
}

.v-contextmenu .gwt-MenuItem div {
	cursor: pointer;
	vertical-align: middle;
	white-space: nowrap;
}

.v-contextmenu .gwt-MenuItem-selected div {
	background: #aaa;
	color: #fff;
}

.v-contextmenu table {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}

.v-contextmenu .gwt-MenuItem img {
	margin-right: 1em;
	vertical-align: middle;
}

.v-label pre {
	margin: 0;
}

.v-label-undef-w {
	white-space: nowrap;
}

.v-label h1, .v-label h2, .v-label h3, .v-label h4, .v-label h5, .v-label h6 {
	line-height: normal;
}

.v-loading-indicator, .v-loading-indicator-delay, .v-loading-indicator-wait {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 30000;
	width: 31px;
	height: 31px;
	background: transparent url(../base/common/img/loading-indicator.gif);
	margin-right: 5px;
	margin-top: 5px;
}

.v-loading-indicator-delay {
	background-image: url(../base/common/img/loading-indicator-delay.gif);
}

.v-loading-indicator-wait {
	background-image: url(../base/common/img/loading-indicator-wait.gif);
}

.v-app input[type="text"], .v-app input[type="password"], .v-app input[type="reset"], .v-app select, .v-app textarea, .v-window input[type="text"], .v-window input[type="password"], .v-window input[type="reset"], .v-window select, .v-window textarea {
	padding: 2px;
}

input::-ms-clear {
	display: none;
}

.v-drag-element {
	z-index: 60000;
	position: absolute !important;
	opacity: 0.5;
	filter: alpha(opacity=50);
	cursor: default;
}

.v-clip {
	overflow: hidden;
}

.v-scrollable {
	overflow: auto;
	font-size: 0;
	line-height: normal;
}

.v-ff  .v-scrollable {
	font-size: 16px;
}

.v-ios.v-webkit  .v-scrollable {
	-webkit-overflow-scrolling: touch;
}

.v-ios5.v-webkit  .v-scrollable {
	-webkit-overflow-scrolling: none;
}

.v-scrollable.v-panel-content > .v-widget {
	vertical-align: middle;
	overflow: hidden;
}

.v-overlay-container {
	width: 0;
	height: 0;
}

.v-reconnect-dialog {
	color: white;
	top: 12px;
	right: 12px;
	max-width: 100%;
	border-radius: 0;
	-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
	padding: 10px;
	background-color: #444;
	text-align: center;
}

.v-reconnect-dialog .text {
	display: inline-block;
	padding-left: 10px;
}

.v-reconnect-dialog .spinner {
	background-image: url(../base/common/img/reconnect-spinner.gif);
	width: 31px;
	height: 31px;
	display: none;
	vertical-align: middle;
}

.v-reconnect-dialog.active .spinner {
	display: inline-block;
}

.v-vertical.v-margin-top, .v-horizontal.v-margin-top {
	padding-top: 12px;
}

.v-vertical.v-margin-right, .v-horizontal.v-margin-right {
	padding-right: 12px;
}

.v-vertical.v-margin-bottom, .v-horizontal.v-margin-bottom {
	padding-bottom: 12px;
}

.v-vertical.v-margin-left, .v-horizontal.v-margin-left {
	padding-left: 12px;
}

.v-gridlayout.v-layout-margin-top {
	padding-top: 24px;
}

.v-gridlayout, .v-verticallayout, .v-horizontallayout {
	font-size: 0;
	line-height: normal;
}

.v-gridlayout.v-layout-margin-bottom {
	padding-bottom: 24px;
}

.v-gridlayout.v-layout-margin-left {
	padding-left: 24px;
}

.v-gridlayout.v-layout-margin-right {
	padding-right: 24px;
}

.v-gridlayout .v-layout-spacing-on {
	padding-left: 12px;
	padding-top: 12px;
}

.v-spacing {
	width: 6px;
	height: 6px;
}

.v-vertical, .v-horizontal {
	display: inline-block;
}

div.v-layout.v-horizontal.v-widget {
	white-space: nowrap;
}

.v-layout.v-vertical > .v-expand, .v-layout.v-horizontal > .v-expand {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
}

.v-slot, .v-spacing {
	display: inline-block;
	white-space: normal;
	vertical-align: top;
}

.v-vertical > .v-slot:after {
	display: inline-block;
	clear: both;
	width: 0;
	height: 0;
	overflow: hidden;
	line-height: 0;
}

.v-vertical > .v-slot, .v-vertical > .v-expand > .v-slot {
	display: block;
	clear: both;
}

.v-horizontal > .v-slot, .v-horizontal > .v-expand > .v-slot {
	height: 100%;
}

.v-horizontal > .v-expand > .v-slot {
	position: relative;
}

.v-vertical > .v-spacing, .v-vertical > .v-expand > .v-spacing {
	width: 0;
	display: block;
	clear: both;
}

.v-horizontal > .v-spacing, .v-horizontal > .v-expand > .v-spacing {
	height: 0;
}

.v-align-middle:before, .v-align-bottom:before, .v-expand > .v-align-middle:before, .v-expand > .v-align-bottom:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	width: 0;
}

.v-align-middle, .v-align-bottom {
	white-space: nowrap;
}

.v-align-middle > .v-widget, .v-align-right > .v-widget, .v-align-center > .v-widget, .v-align-bottom > .v-widget {
	display: inline-block;
}

.v-align-middle, .v-align-middle > .v-widget {
	vertical-align: middle;
}

.v-align-bottom, .v-align-bottom > .v-widget {
	vertical-align: bottom;
}

.v-align-center {
	text-align: center;
}

.v-align-center > .v-widget {
	margin-left: auto;
	margin-right: auto;
}

.v-align-right {
	text-align: right;
}

.v-align-right > .v-widget {
	margin-left: auto;
}

.v-has-caption, .v-has-caption > .v-caption {
	display: inline-block;
}

.v-caption {
	overflow: visible;
	vertical-align: middle;
}

.v-caption-on-left, .v-caption-on-right {
	white-space: nowrap;
}

.v-caption-on-top > .v-caption, .v-caption-on-bottom > .v-caption {
	display: block;
}

.v-caption-on-left > .v-caption {
	padding-right: 0.5em;
}

.v-caption-on-right > .v-caption {
	vertical-align: top;
}

.v-caption-on-left > .v-widget, .v-caption-on-right > .v-widget {
	display: inline-block;
	vertical-align: middle;
}

.v-has-caption.v-has-width > .v-widget {
	width: 100% !important;
}

.v-has-caption.v-has-height > .v-widget {
	height: 100% !important;
}

.v-errorindicator {
	vertical-align: middle;
}

.v-csslayout {
	overflow: hidden;
}

div.v-csslayout {
	display: block;
}

.v-csslayout-margin, .v-csslayout-container {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.v-has-width > .v-csslayout-margin, .v-has-width > .v-csslayout-margin > .v-csslayout-container {
	width: 100%;
}

.v-has-height > .v-csslayout-margin, .v-has-height > .v-csslayout-margin > .v-csslayout-container {
	height: 100%;
}

.v-csslayout-margin-top {
	padding-top: 12px;
}

.v-csslayout-margin-bottom {
	padding-bottom: 12px;
}

.v-csslayout-margin-left {
	padding-left: 12px;
}

.v-csslayout-margin-right {
	padding-right: 12px;
}

.v-customlayout {
	overflow: hidden;
}

.v-datefield {
	white-space: nowrap;
	display: inline-block;
}

.v-datefield-textfield {
	vertical-align: top;
}

.v-ie  .v-datefield-button:after {
	content: "\200B";
}

.v-datefield-button {
	cursor: pointer;
	vertical-align: top;
}

.v-has-width > input.v-datefield-textfield {
	width: 100%;
}

.v-datefield-prompt .v-datefield-textfield {
	color: #999;
	font-style: italic;
}

.v-datefield .v-datefield-button-readonly {
	display: none;
}

.v-datefield-calendarpanel table {
	width: 100%;
}

.v-datefield-calendarpanel td {
	padding: 0;
	margin: 0;
}

.v-datefield-calendarpanel:focus {
	outline: none;
}

.v-datefield-calendarpanel-header td {
	text-align: center;
}

.v-datefield-calendarpanel-month {
	text-align: center;
	white-space: nowrap;
}

.v-datefield-calendarpanel-weeknumber {
	color: #999;
	border-right: 1px solid #ddd;
	font-size: 11.7px;
}

.v-datefield-calendarpanel-day, .v-datefield-calendarpanel-day-today {
	cursor: pointer;
}

.v-datefield-calendarpanel-day-today {
	border: 1px solid #ddd;
}

.v-disabled .v-datefield-calendarpanel-day, .v-disabled .v-datefield-calendarpanel-day-today, .v-disabled.v-datefield-popupcalendar .v-datefield-button {
	cursor: default;
}

.v-datefield-calendarpanel-day-disabled, .v-datefield-calendarpanel-day-outside-range {
	cursor: default;
	opacity: 0.5;
}

.v-datefield-calendarpanel-prevyear button.outside-range, .v-datefield-calendarpanel-nextyear button.outside-range, .v-datefield-calendarpanel-prevmonth button.outside-range, .v-datefield-calendarpanel-nextmonth button.outside-range {
	opacity: 0.5;
}

.v-datefield-calendarpanel-day-selected {
	cursor: default;
	background: #333;
	color: #fff;
}

.v-datefield-calendarpanel-day-focused {
	outline: 1px dotted black;
}

.v-datefield-calendarpanel-day-offmonth {
	color: #666;
}

.v-datefield-time {
	white-space: nowrap;
}

.v-datefield-time .v-label {
	display: inline;
}

.v-datefield-popup {
	background: #fff;
}

.v-ie9 .v-datefield-popup, .v-ie10 .v-datefield-popup, .v-ie11 .v-datefield-popup {
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
}

.v-datefield-popupcalendar input.v-datefield-textfield {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.v-inline-datefield {
	white-space: nowrap;
	display: inline-block;
}

.v-inline-datefield-textfield {
	vertical-align: top;
}

.v-ie  .v-inline-datefield-button:after {
	content: "\200B";
}

.v-inline-datefield-button {
	cursor: pointer;
	vertical-align: top;
}

.v-has-width > input.v-inline-datefield-textfield {
	width: 100%;
}

.v-inline-datefield-prompt .v-inline-datefield-textfield {
	color: #999;
	font-style: italic;
}

.v-inline-datefield .v-inline-datefield-button-readonly {
	display: none;
}

.v-inline-datefield-calendarpanel table {
	width: 100%;
}

.v-inline-datefield-calendarpanel td {
	padding: 0;
	margin: 0;
}

.v-inline-datefield-calendarpanel:focus {
	outline: none;
}

.v-inline-datefield-calendarpanel-header td {
	text-align: center;
}

.v-inline-datefield-calendarpanel-month {
	text-align: center;
	white-space: nowrap;
}

.v-inline-datefield-calendarpanel-weeknumber {
	color: #999;
	border-right: 1px solid #ddd;
	font-size: 11.7px;
}

.v-inline-datefield-calendarpanel-day, .v-inline-datefield-calendarpanel-day-today {
	cursor: pointer;
}

.v-inline-datefield-calendarpanel-day-today {
	border: 1px solid #ddd;
}

.v-disabled .v-inline-datefield-calendarpanel-day, .v-disabled .v-inline-datefield-calendarpanel-day-today, .v-disabled.v-inline-datefield-popupcalendar .v-inline-datefield-button {
	cursor: default;
}

.v-inline-datefield-calendarpanel-day-disabled, .v-inline-datefield-calendarpanel-day-outside-range {
	cursor: default;
	opacity: 0.5;
}

.v-inline-datefield-calendarpanel-prevyear button.outside-range, .v-inline-datefield-calendarpanel-nextyear button.outside-range, .v-inline-datefield-calendarpanel-prevmonth button.outside-range, .v-inline-datefield-calendarpanel-nextmonth button.outside-range {
	opacity: 0.5;
}

.v-inline-datefield-calendarpanel-day-selected {
	cursor: default;
	background: #333;
	color: #fff;
}

.v-inline-datefield-calendarpanel-day-focused {
	outline: 1px dotted black;
}

.v-inline-datefield-calendarpanel-day-offmonth {
	color: #666;
}

.v-inline-datefield-time {
	white-space: nowrap;
}

.v-inline-datefield-time .v-label {
	display: inline;
}

.v-inline-datefield-popup {
	background: #fff;
}

.v-ie9 .v-inline-datefield-popup, .v-ie10 .v-inline-datefield-popup, .v-ie11 .v-inline-datefield-popup {
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
}

.v-inline-datefield-popupcalendar input.v-inline-datefield-textfield {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.v-ddwrapper {
	padding: 2px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	position: relative;
	-ms-touch-action: none;
	touch-action: none;
}

[draggable=true] {
	-khtml-user-drag: element;
	-webkit-user-drag: element;
	-khtml-user-select: none;
	-webkit-user-select: none;
}

.v-ie  .v-ddwrapper a.drag-start {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-color: cyan;
	filter: alpha(opacity=0);
}

.v-ddwrapper-over {
	border: 2px solid #1d9dff;
	background-color: #bcdcff;
	padding: 0;
}

.v-ddwrapper-over {
	background-color: rgba(169, 209, 255, 0.6);
}

.no-box-drag-hints .v-ddwrapper-over {
	border: none;
	background-color: transparent;
	padding: 2px;
}

.v-app .v-ddwrapper-over-top, .v-window .v-ddwrapper-over-top, .v-popupview-popup .v-ddwrapper-over-top {
	border: none;
	border-top: 2px solid #1d9dff;
	background-color: transparent;
	padding: 2px;
	padding-top: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.v-app .v-ddwrapper-over-bottom, .v-window .v-ddwrapper-over-bottom, .v-popupview-popup .v-ddwrapper-over-bottom {
	border: none;
	border-bottom: 2px solid #1d9dff;
	background-color: transparent;
	padding: 2px;
	padding-bottom: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.v-app .v-ddwrapper-over-left, .v-window .v-ddwrapper-over-left, .v-popupview-popup .v-ddwrapper-over-left {
	border: none;
	border-left: 2px solid #1d9dff;
	background-color: transparent;
	padding: 2px;
	padding-left: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.v-app .v-ddwrapper-over-right, .v-window .v-ddwrapper-over-right, .v-popupview-popup .v-ddwrapper-over-right {
	border: none;
	border-right: 2px solid #1d9dff;
	background-color: transparent;
	padding: 2px;
	padding-right: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.v-ddwrapper, .v-ddwrapper-over, .v-app .v-ddwrapper-over-top, .v-window .v-ddwrapper-over-top, .v-popupview-popup .v-ddwrapper-over-top, .v-app .v-ddwrapper-over-bottom, .v-window .v-ddwrapper-over-bottom, .v-popupview-popup .v-ddwrapper-over-bottom, .v-app .v-ddwrapper-over-left, .v-window .v-ddwrapper-over-left, .v-popupview-popup .v-ddwrapper-over-left, .v-app .v-ddwrapper-over-right, .v-window .v-ddwrapper-over-right, .v-popupview-popup .v-ddwrapper-over-right {
	border-color: rgba(0, 109, 232, 0.6);
}

.v-ddwrapper-over-top:before, .v-ddwrapper-over-bottom:after, .v-ddwrapper-over-left:before, .v-ddwrapper-over-right:before {
	display: block;
	position: absolute;
	width: 6px;
	height: 6px;
	margin-top: -4px;
	margin-left: -2px;
	background: transparent url(../base/common/img/drag-slot-dot.png) no-repeat;
}

.v-ddwrapper-over-bottom:after {
	margin-top: -2px;
}

.v-ddwrapper-over-left:before, .v-ddwrapper-over-right:before {
	background-position: 0 -6px;
	margin-top: -2px;
	margin-left: -4px;
}

.v-ddwrapper-over-right:before {
	position: relative;
	margin-bottom: -4px;
	margin-right: -4px;
	margin-left: 0;
	width: auto;
	background-position: 100% -6px;
}

.no-horizontal-drag-hints .v-ddwrapper-over-left {
	padding-left: 2px;
	border-left: none;
}

.no-horizontal-drag-hints .v-ddwrapper-over-right {
	padding-right: 2px;
	border-right: none;
}

.no-vertical-drag-hints .v-ddwrapper-over-top {
	padding-top: 2px;
	border-top: none;
}

.no-vertical-drag-hints .v-ddwrapper-over-bottom {
	padding-bottom: 2px;
	border-bottom: none;
}

.no-horizontal-drag-hints .v-ddwrapper-over-left:before, .no-horizontal-drag-hints .v-ddwrapper-over-right:before, .no-vertical-drag-hints .v-ddwrapper-over-top:before, .no-vertical-drag-hints .v-ddwrapper-over-bottom:after {
	display: none;
}

.v-table .v-embedded-image {
	display: inline-block;
}

.v-escalator {
	position: relative;
}

.v-escalator-scroller {
	position: absolute;
	z-index: 1;
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.v-escalator-scroller-horizontal {
	left: 0;
	right: 0;
	bottom: 0;
	overflow-y: hidden;
	-ms-overflow-y: hidden;
}

.v-escalator-scroller-vertical {
	right: 0;
	top: 0;
	bottom: 0;
	overflow-x: hidden;
	-ms-overflow-x: hidden;
}

.v-escalator-tablewrapper {
	position: absolute;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 5;
}

.v-escalator-tablewrapper > table {
	border-spacing: 0;
	table-layout: fixed;
	width: inherit;
}

.v-escalator-header-deco, .v-escalator-footer-deco {
	position: absolute;
	right: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.v-escalator-horizontal-scrollbar-deco {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.v-escalator-header, .v-escalator-body, .v-escalator-footer {
	position: absolute;
	left: 0;
	width: inherit;
	z-index: 10;
}

.v-escalator-header, .v-escalator-header-deco {
	top: 0;
}

.v-escalator-footer, .v-escalator-footer-deco {
	bottom: 0;
}

.v-escalator-body {
	-ms-touch-action: none;
	touch-action: none;
	z-index: 0;
	top: 0;
}

.v-escalator-body .v-escalator-row {
	position: absolute;
	top: 0;
	left: 0;
}

.v-escalator-row {
	display: block;
}

.v-ie8 .v-escalator-row, .v-ie9 .v-escalator-row {
	float: left;
	clear: left;
	margin-top: 0;
}

.v-escalator-row  > td, .v-escalator-row  > th {
	background-color: #fff;
}

.v-escalator-row {
	width: inherit;
}

.v-escalator-cell {
	display: block;
	float: left;
	padding: 2px;
	white-space: nowrap;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	font-size: 16px;
}

.v-escalator-cell.frozen {
	position: relative;
	z-index: 1;
}

.v-escalator-spacer {
	position: absolute;
	display: block;
	background-color: #fff;
}

.v-escalator-spacer  > td {
	width: 100%;
	height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.v-ie8 .v-escalator-spacer, .v-ie9 .v-escalator-spacer {
	margin-top: 0;
}

.v-formlayout.v-has-width > table {
	width: 100%;
}

.v-formlayout.v-has-height > table {
	height: 100%;
}

.v-formlayout-cell .v-errorindicator {
	display: block;
}

.v-formlayout-error-indicator {
	width: 12px;
}

.v-formlayout-captioncell {
	text-align: right;
	white-space: nowrap;
}

.v-formlayout-errorcell, .v-formlayout-captioncell {
	width: 1px;
	min-width: 1px;
}

.v-formlayout-captioncell .v-caption {
	overflow: visible;
}

.v-formlayout-spacing > tbody > .v-formlayout-row > .v-formlayout-captioncell, .v-formlayout-spacing > tbody > .v-formlayout-row > .v-formlayout-contentcell, .v-formlayout-spacing > tbody > .v-formlayout-row > .v-formlayout-errorcell {
	padding-top: 6px;
}

.v-formlayout-spacing > tbody > .v-formlayout-firstrow > .v-formlayout-captioncell, .v-formlayout-spacing > tbody > .v-formlayout-firstrow > .v-formlayout-contentcell, .v-formlayout-spacing > tbody > .v-formlayout-firstrow > .v-formlayout-errorcell {
	padding-top: 0;
}

.v-formlayout-margin-top > tbody > .v-formlayout-firstrow > .v-formlayout-captioncell, .v-formlayout-margin-top > tbody > .v-formlayout-firstrow > .v-formlayout-contentcell, .v-formlayout-margin-top > tbody > .v-formlayout-firstrow > .v-formlayout-errorcell {
	padding-top: 12px;
}

.v-formlayout-margin-bottom > tbody > .v-formlayout-lastrow > .v-formlayout-captioncell, .v-formlayout-margin-bottom > tbody > .v-formlayout-lastrow > .v-formlayout-contentcell, .v-formlayout-margin-bottom > tbody > .v-formlayout-lastrow > .v-formlayout-errorcell {
	padding-bottom: 12px;
}

.v-formlayout-margin-left > tbody > .v-formlayout-row > .v-formlayout-captioncell {
	padding-left: 12px;
}

.v-formlayout-margin-right > tbody > .v-formlayout-row > .v-formlayout-contentcell {
	padding-right: 12px;
}

.v-formlayout-captioncell .v-caption .v-required-field-indicator {
	float: none;
}

.v-grid {
	position: relative;
}

.v-grid-scroller {
	position: absolute;
	z-index: 1;
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.v-grid-scroller-horizontal {
	left: 0;
	right: 0;
	bottom: 0;
	overflow-y: hidden;
	-ms-overflow-y: hidden;
}

.v-grid-scroller-vertical {
	right: 0;
	top: 0;
	bottom: 0;
	overflow-x: hidden;
	-ms-overflow-x: hidden;
}

.v-grid-tablewrapper {
	position: absolute;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 5;
}

.v-grid-tablewrapper > table {
	border-spacing: 0;
	table-layout: fixed;
	width: inherit;
}

.v-grid-header-deco, .v-grid-footer-deco {
	position: absolute;
	right: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.v-grid-horizontal-scrollbar-deco {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.v-grid-header, .v-grid-body, .v-grid-footer {
	position: absolute;
	left: 0;
	width: inherit;
	z-index: 10;
}

.v-grid-header, .v-grid-header-deco {
	top: 0;
}

.v-grid-footer, .v-grid-footer-deco {
	bottom: 0;
}

.v-grid-body {
	-ms-touch-action: none;
	touch-action: none;
	z-index: 0;
	top: 0;
}

.v-grid-body .v-grid-row {
	position: absolute;
	top: 0;
	left: 0;
}

.v-grid-row {
	display: block;
}

.v-ie8 .v-grid-row, .v-ie9 .v-grid-row {
	float: left;
	clear: left;
	margin-top: 0;
}

.v-grid-row  > td, .v-grid-row  > th {
	background-color: #fff;
}

.v-grid-row {
	width: inherit;
}

.v-grid-cell {
	display: block;
	float: left;
	padding: 2px;
	white-space: nowrap;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	font-size: 16px;
}

.v-grid-cell.frozen {
	position: relative;
	z-index: 1;
}

.v-grid-spacer {
	position: absolute;
	display: block;
	background-color: #fff;
}

.v-grid-spacer  > td {
	width: 100%;
	height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.v-ie8 .v-grid-spacer, .v-ie9 .v-grid-spacer {
	margin-top: 0;
}

.v-grid {
	outline: none;
}

.v-grid-scroller-vertical, .v-grid-scroller-horizontal {
	border: 1px solid #ddd;
}

.v-grid-scroller-vertical {
	border-left: none;
}

.v-grid-scroller-horizontal {
	border-top: none;
}

.v-grid-tablewrapper {
	border: 1px solid #ddd;
}

.v-grid .header-drag-table {
	border-spacing: 0;
	position: relative;
	table-layout: fixed;
	width: inherit;
}

.v-grid .header-drag-table .v-grid-header {
	position: absolute;
}

.v-grid .header-drag-table .v-grid-header  > .v-grid-cell {
	border: 1px solid #ddd;
	margin-top: -10px;
	opacity: 0.9;
	filter: alpha(opacity=90);
	z-index: 30000;
}

.v-grid .header-drag-table .v-grid-header  > .v-grid-drop-marker {
	background-color: #bfbfbf;
	position: absolute;
	width: 3px;
}

.v-grid-sidebar.v-contextmenu {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #fff;
	border: 1px solid #ddd;
	padding: 0;
	z-index: 5;
}

.v-grid-sidebar.v-contextmenu.v-grid-sidebar-popup {
	right: auto;
}

.v-grid-sidebar.v-contextmenu .v-grid-sidebar-button {
	background: transparent;
	border: none;
	color: inherit;
	cursor: pointer;
	outline: none;
	padding: 0 4px;
	text-align: right;
	line-height: 1;
}

.v-grid-sidebar.v-contextmenu .v-grid-sidebar-button[disabled] {
	cursor: default;
}

.v-grid-sidebar.v-contextmenu .v-grid-sidebar-button::-moz-focus-inner {
	border: 0;
}

.v-grid-sidebar.v-contextmenu .v-grid-sidebar-button:after {
	content: "\f0c9";
	display: block;
	font-family: ThemeIcons, sans-serif;
	font-size: 16px;
}

.v-grid-sidebar.v-contextmenu.closed {
	border-radius: 0;
}

.v-grid-sidebar.v-contextmenu.open .v-grid-sidebar-button {
	width: 100%;
}

.v-grid-sidebar.v-contextmenu.open .v-grid-sidebar-button:after {
	content: "\f0c9";
	font-size: 16px;
	line-height: 1;
}

.v-ie .v-grid-sidebar.v-contextmenu.open .v-grid-sidebar-button {
	vertical-align: middle;
}

.v-ie8 .v-grid-sidebar.v-contextmenu.open .v-grid-sidebar-button:after {
	vertical-align: middle;
	text-align: center;
	display: inline;
}

.v-grid-sidebar.v-contextmenu .v-grid-sidebar-content {
	padding: 4px 0;
	overflow-y: auto;
	overflow-x: hidden;
}

.v-grid-sidebar.v-contextmenu .v-grid-sidebar-content .gwt-MenuBar .gwt-MenuItem .column-hiding-toggle {
	text-shadow: none;
}

.v-grid-cell {
	background-color: #fff;
	padding: 0 10px;
	line-height: 24px;
	text-overflow: ellipsis;
}

.v-grid-cell  > * {
	line-height: normal;
	vertical-align: middle;
}

.v-grid-cell  > div {
	display: inline-block;
}

.v-grid-cell.frozen {
	-webkit-box-shadow: 1px 0 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 1px 0 2px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 0 2px rgba(0, 0, 0, 0.1);
	border-right: 1px solid #ddd;
}

.v-grid-cell.frozen  + th, .v-grid-cell.frozen  + td {
	border-left: none;
}

.v-grid-row > td, .v-grid-editor-cells > div {
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.v-grid-row > td:first-child, .v-grid-editor-cells > div:first-child {
	border-left: none;
}

.v-grid-editor-cells.frozen > div {
	-webkit-box-shadow: 1px 0 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 1px 0 2px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 0 2px rgba(0, 0, 0, 0.1);
	border-right: 1px solid #ddd;
	border-left: none;
}

.v-grid-row-stripe > td {
	background-color: #f2f2f2;
}

.v-grid-row-selected > td {
	background: #bfbfbf;
}

.v-grid-row-focused > td {
	
}

.v-grid-header th {
	position: relative;
	background-color: #fff;
	font-size: 16px;
	font-weight: inherit;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	
	text-align: left;
}

.v-grid-header th:first-child {
	border-left: none;
}

.v-grid-header .sort-asc, .v-grid-header .sort-desc {
	padding-right: 29px;
}

.v-grid-header .sort-asc:after, .v-grid-header .sort-desc:after {
	font-family: ThemeIcons, sans-serif;
	content: "\f0de" " " attr(sort-order);
	position: absolute;
	right: 10px;
	font-size: 14px;
}

.v-grid-header .sort-desc:after {
	content: "\f0dd" " " attr(sort-order);
}

.v-grid-column-resize-handle {
	position: absolute;
	width: 20px;
	right: -10px;
	top: 0px;
	bottom: 0px;
	cursor: col-resize;
	z-index: 10;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.v-grid-column-resize-simple-indicator {
	position: absolute;
	width: 3px;
	top: 0px;
	left: 10px;
	z-index: 9001;
	background: #fff;
	box-shadow: 0px 0px 5px #000;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.v-grid-footer td {
	background-color: #fff;
	font-size: 16px;
	font-weight: inherit;
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
	border-bottom: none;
	
}

.v-grid-footer td:first-child {
	border-left: none;
}

.v-grid-header .v-grid-cell, .v-grid-footer .v-grid-cell {
	overflow: visible;
}

.v-grid-column-header-content, .v-grid-column-footer-content {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 24px;
	vertical-align: baseline;
}

.v-grid-header-deco {
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	background-color: #fff;
}

.v-grid-footer-deco {
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	background-color: #fff;
}

.v-grid-horizontal-scrollbar-deco {
	background-color: #fff;
	border: 1px solid #ddd;
	border-top: none;
}

.v-grid-cell-focused {
	position: relative;
}

.v-grid-cell-focused:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 1px solid;
	display: none;
	pointer-events: none;
}

.ie8 .v-grid-cell-focused:before, .ie9 .v-grid-cell-focused:before, .ie10 .v-grid-cell-focused:before {
	content: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==);
}

.v-grid:focus .v-grid-cell-focused:before {
	display: block;
}

.v-grid.v-disabled:focus .v-grid-cell-focused:before {
	display: none;
}

.v-grid-editor {
	position: absolute;
	z-index: 20;
	overflow: hidden;
	left: 0;
	right: 0;
	border: 1px solid #ddd;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin-top: -1px;
	-webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 9px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 9px rgba(0, 0, 0, 0.2);
}

.v-grid-editor.unbuffered .v-grid-editor-footer {
	width: 100%;
}

.v-grid-editor-cells {
	position: relative;
	white-space: nowrap;
}

.v-grid-editor-cells.frozen {
	z-index: 2;
}

.v-grid-editor-cells  > div {
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: middle;
	background: #fff;
}

.v-grid-editor-cells  > div:first-child {
	border-left: none;
}

.v-grid-editor-cells  > div  > * {
	vertical-align: middle;
	display: inline-block;
}

.v-grid-editor-cells  > div .v-filterselect {
	padding-left: 0;
}

.v-grid-editor-cells  > div input[type="text"], .v-grid-editor-cells  > div input[type="text"].v-filterselect-input, .v-grid-editor-cells  > div input[type="password"] {
	padding-left: 10px;
}

.v-grid-editor-cells  > div input[type="text"]:not(.v-filterselect-input), .v-grid-editor-cells  > div input[type="password"] {
	padding-right: 5px;
}

.v-grid-editor-cells  > div input[type="checkbox"] {
	margin-left: 10px;
}

.v-grid-editor-cells  > div .v-textfield, .v-grid-editor-cells  > div .v-datefield, .v-grid-editor-cells  > div .v-filterselect {
	min-width: 100%;
	max-width: 100%;
	min-height: 100%;
	max-height: 100%;
}

.v-ie8 .v-grid-editor-cells  > div .v-datefield-button {
	margin-left: -37px;
}

.v-ie8 .v-grid-editor-cells  > div .v-filterselect-button {
	margin-left: -25px;
}

.v-grid-editor-cells  > div .v-select, .v-grid-editor-cells  > div .v-select-select {
	min-width: 100%;
	max-width: 100%;
}

.v-grid-editor-cells  > div.not-editable.v-grid-cell {
	float: none;
}

.v-grid-editor-cells .error::before {
	position: absolute;
	display: block;
	height: 0;
	width: 0;
	content: "";
	border-top: 5px solid red;
	border-right: 5px solid transparent;
}

.v-grid-editor-cells .error, .v-grid-editor-cells .error > input {
	background-color: #fee;
}

.v-grid-editor-footer {
	display: table;
	height: 24px;
	border-top: 1px solid #ddd;
	margin-top: -1px;
	background: #fff;
	padding: 0 5px;
}

.v-grid-editor-footer  + .v-grid-editor-cells > div {
	border-bottom: none;
	border-top: 1px solid #ddd;
}

.v-grid-editor-footer:first-child {
	border-top: none;
	margin-top: 0;
	border-bottom: 1px solid #ddd;
	margin-bottom: -1px;
}

.v-grid-editor-message, .v-grid-editor-buttons {
	display: table-cell;
	white-space: nowrap;
	vertical-align: middle;
}

.v-grid-editor-message {
	width: 100%;
	position: relative;
}

.v-grid-editor-message  > div {
	position: absolute;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 24px;
	top: 0;
}

.v-grid-editor-save {
	margin-right: 4px;
}

.v-grid-spacer {
	padding-left: 1px;
}

.v-grid-spacer > td {
	display: block;
	padding: 0;
	background-color: #fff;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #d9d9d9;
}

.v-grid-spacer.stripe > td {
	background-color: #f2f2f2;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #e6e6e6;
}

.v-grid-spacer-deco-container {
	border-top: 1px solid transparent;
	position: relative;
	top: 0;
	z-index: 5;
}

.v-grid-spacer-deco {
	top: 0;
	left: 0;
	width: 2px;
	background-color: #bfbfbf;
	position: absolute;
	height: 100%;
	pointer-events: none;
}

.ie8 .v-grid-spacer-deco:before, .ie9 .v-grid-spacer-deco:before, .ie10 .v-grid-spacer-deco:before {
	content: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==);
}

.v-grid-cell > .v-progressbar {
	width: 100%;
}

.v-gridlayout {
	position: relative;
}

.v-gridlayout-slot {
	position: absolute;
}

.v-gridlayout-margin-top {
	padding-top: 12px;
}

.v-gridlayout-margin-bottom {
	padding-bottom: 12px;
}

.v-gridlayout-margin-left {
	padding-left: 12px;
}

.v-gridlayout-margin-right {
	padding-right: 12px;
}

.v-gridlayout-spacing-on {
	padding-left: 6px;
	padding-top: 6px;
	overflow: hidden;
}

.v-gridlayout-spacing, .v-gridlayout-spacing-off {
	padding-left: 0;
	padding-top: 0;
}

.v-gridlayout-spacing-off {
	overflow: hidden;
}

.v-label {
	overflow: hidden;
}

.v-label.v-has-width {
	white-space: normal;
}

.v-link {
	white-space: nowrap;
}

.v-link a {
	vertical-align: middle;
	text-decoration: none;
}

.v-link span {
	text-decoration: underline;
	vertical-align: middle;
}

.v-disabled a {
	cursor: default;
}

.v-link img {
	vertical-align: middle;
	border: none;
}

.v-loginform {
	height: 140px;
	width: 200px;
}

.v-app-loginpage .v-button {
	float: left;
}

.v-menubar {
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
}

.v-menubar .v-menubar-menuitem {
	cursor: default;
	vertical-align: middle;
	white-space: nowrap;
	display: inline;
	display: inline-block;
	zoom: 1;
}

.v-menubar .v-menubar-menuitem-caption .v-icon {
	vertical-align: middle;
	white-space: nowrap;
}

.v-menubar-submenu {
	background: #fff;
}

.v-menubar-menuitem-selected {
	background: #333;
	color: #fff;
}

.v-menubar-submenu .v-menubar-menuitem {
	cursor: default;
	display: block;
	position: relative;
	padding-right: 1.5em;
}

.v-menubar-submenu .v-menubar-menuitem-caption {
	display: block;
}

.v-menubar-submenu .v-menubar-menuitem *, .v-menubar-submenu .v-menubar-menuitem-caption * {
	white-space: nowrap;
}

.v-menubar-submenu-indicator {
	display: none;
	font-family: arial, helvetica, sans-serif;
}

.v-menubar-submenu .v-menubar-submenu-indicator {
	display: block;
	position: absolute;
	right: 0;
	width: 1em;
	height: 1em;
	font-size: 11.7px;
}

.v-menubar-menuitem-disabled, .v-menubar span.v-menubar-menuitem-disabled:hover, .v-menubar span.v-menubar-menuitem-disabled:focus, .v-menubar span.v-menubar-menuitem-disabled:active {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.v-ie8 .v-menubar-menuitem-disabled, .v-ie8 .v-menubar span.v-menubar-menuitem-disabled:hover, .v-ie8 .v-menubar span.v-menubar-menuitem-disabled:focus, .v-ie8 .v-menubar span.v-menubar-menuitem-disabled:active {
	filter: none;
	color: #999;
}

.v-ie8 .v-menubar-menuitem-disabled img, .v-ie8 .v-menubar span.v-menubar-menuitem-disabled:hover img, .v-ie8 .v-menubar span.v-menubar-menuitem-disabled:focus img, .v-ie8 .v-menubar span.v-menubar-menuitem-disabled:active img {
	filter: alpha(opacity=50);
}

.v-menubar-more-menuitem {
	font-family: arial, helvetica, sans-serif;
}

.v-menubar-separator {
	overflow: hidden;
}

.v-menubar-separator span {
	display: block;
	text-indent: -9999px;
	font-size: 1px;
	line-height: 1px;
	border-top: 1px solid #ddd;
	margin: 3px 0 2px;
	overflow: hidden;
}

.v-menubar .v-icon, .v-menubar-submenu .v-icon {
	margin-right: 3px;
}

.v-menubar:focus, .v-menubar-popup:focus, .v-menubar-popup .popupContent:focus, .v-menubar-popup .popupContent .v-menubar-submenu:focus {
	outline: none;
}

.v-menubar-submenu-check-column .v-menubar-menuitem {
	padding-left: 6px;
}

.v-menubar-submenu-check-column .v-menubar-menuitem-caption {
	padding-left: 18px;
}

.v-menubar-submenu .v-menubar-menuitem-checked .v-menubar-menuitem-caption {
	background: transparent url(../base/menubar/img/check.gif) no-repeat left;
}

.v-Notification {
	background: #999;
	color: #fff;
	cursor: pointer;
	overflow: hidden;
	padding: 1em;
	max-width: 85%;
	opacity: 0.9;
	filter: alpha(opacity=90);
}

.v-Notification-caption, .v-Notification-description, .v-Notification-details {
	display: inline;
	margin: 0 0.5em 0 0;
}

.v-Notification-warning {
	background: orange;
}

.v-Notification-error {
	background: red;
}

.v-Notification-tray .v-Notification-caption, .v-Notification-tray .v-Notification-description {
	display: block;
}

.v-Notification-system {
	background-color: red;
}

.v-Notification-system .v-Notification-caption {
	display: block;
	margin: 0;
}

.v-Notification-animate-out {
	-webkit-animation: v-notification-animate-out 400ms;
	-moz-animation: v-notification-animate-out 400ms;
	animation: v-notification-animate-out 400ms;
}

.v-Notification.v-position-top {
	top: 0;
}

.v-Notification.v-position-right {
	right: 0;
}

.v-Notification.v-position-bottom {
	bottom: 0;
}

.v-Notification.v-position-left {
	left: 0;
}

.v-Notification.v-position-assistive {
	top: -9999px;
	left: -9999px;
}

.v-orderedlayout, .v-horizontallayout, .v-verticallayout {
	position: relative;
}

.v-orderedlayout-margin-top, .v-horizontallayout-margin-top, .v-verticallayout-margin-top {
	padding-top: 12px;
}

.v-orderedlayout-margin-right, .v-horizontallayout-margin-right, .v-verticallayout-margin-right {
	padding-right: 12px;
}

.v-orderedlayout-margin-bottom, .v-horizontallayout-margin-bottom, .v-verticallayout-margin-bottom {
	padding-bottom: 12px;
}

.v-orderedlayout-margin-left, .v-horizontallayout-margin-left, .v-verticallayout-margin-left {
	padding-left: 12px;
}

.v-orderedlayout-spacing-on, .v-horizontallayout-spacing-on, .v-verticallayout-spacing-on {
	padding-top: 6px;
	padding-left: 6px;
}

.v-orderedlayout-spacing-off, .v-horizontallayout-spacing-off, .v-verticallayout-spacing-off {
	padding-top: 0;
	padding-left: 0;
}

.v-horizontallayout-slot, .v-verticallayout-slot {
	position: absolute;
}

.v-panel, .v-panel-caption, .v-panel-content, .v-panel-deco, .v-panel-light, .v-panel-caption-light, .v-panel-content-light, .v-panel-deco-light {
	outline: none;
	text-align: left;
}

.v-panel-caption .v-errorindicator {
	float: none;
	display: inline;
}

.v-panel-caption .v-icon {
	display: inline;
	vertical-align: middle;
}

.v-panel-caption span {
	vertical-align: middle;
}

.v-panel-caption {
	white-space: nowrap;
	overflow: hidden;
	font-weight: bold;
}

.v-panel-nocaption {
	overflow: hidden;
}

.v-panel-content {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.v-panel.v-has-width > .v-panel-content {
	width: 100%;
}

.v-panel.v-has-height > .v-panel-content {
	height: 100%;
}

.v-popupview {
	cursor: pointer;
	text-decoration: underline;
	white-space: nowrap;
}

.v-popupview-popup {
	overflow: auto;
}

.v-popupview-loading {
	width: 30px;
	height: 30px;
	background: transparent url(../base/common/img/ajax-loader-medium.gif) no-repeat 50%;
}

.v-progressbar {
	width: 150px;
}

.v-progressbar-wrapper {
	height: 7px;
	border: 1px solid #ddd;
}

.v-progressbar-indicator {
	height: 7px;
	background: #ddd;
}

div.v-progressbar-indeterminate {
	height: 20px;
	width: 20px;
	background: #fff url(../base/common/img/ajax-loader-medium.gif) no-repeat 50%;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.v-progressbar-indeterminate .v-progressbar-wrapper, .v-progressbar-indeterminate .v-progressbar-indicator, .v-progressbar-indeterminate-disabled .v-progressbar-wrapper, .v-progressbar-indeterminate-disabled .v-progressbar-indicator {
	display: none;
}

div.v-progressbar-indeterminate-disabled {
	height: 20px;
	width: 20px;
	background: transparent;
}

.v-progressindicator {
	width: 150px;
}

.v-progressindicator-wrapper {
	height: 7px;
	border: 1px solid #ddd;
}

.v-progressindicator-indicator {
	height: 7px;
	background: #ddd;
}

div.v-progressindicator-indeterminate {
	height: 20px;
	width: 20px;
	background: #fff url(../base/common/img/ajax-loader-medium.gif) no-repeat 50%;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.v-progressindicator-indeterminate .v-progressindicator-wrapper, .v-progressindicator-indeterminate .v-progressindicator-indicator, .v-progressindicator-indeterminate-disabled .v-progressindicator-wrapper, .v-progressindicator-indeterminate-disabled .v-progressindicator-indicator {
	display: none;
}

div.v-progressindicator-indeterminate-disabled {
	height: 20px;
	width: 20px;
	background: transparent;
}

.v-select {
	text-align: left;
}

.v-select-optiongroup .v-select-option {
	display: block;
	white-space: nowrap;
}

.v-select-optiongroup .v-icon {
	vertical-align: middle;
	white-space: nowrap;
	margin: 0 2px;
}

.v-ie  .v-select-optiongroup .v-select-option {
	zoom: 1;
}

.v-select-select {
	display: block;
}

.v-select-twincol {
	white-space: nowrap;
}

.v-select-twincol-options {
	float: left;
}

.v-select-twincol-caption-left {
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
}

.v-select-twincol-selections {
	font-weight: bold;
}

.v-select-twincol-caption-right {
	float: right;
	overflow: hidden;
	text-overflow: ellipsis;
}

.v-select-twincol-buttons {
	float: left;
	text-align: center;
}

.v-select-twincol-buttons .v-select-twincol-deco {
	clear: both;
}

.v-select-twincol .v-textfield {
	display: block;
	float: left;
	clear: left;
}

.v-select-twincol .v-button {
	float: left;
}

.v-select-twincol-buttons .v-button {
	float: none;
}

.v-filterselect {
	white-space: nowrap;
	text-align: left;
	display: inline-block;
	padding-right: 1em;
}

.v-filterselect .v-icon {
	float: left;
}

.v-app .v-filterselect-input, .v-window .v-filterselect-input, .v-popupview-popup .v-filterselect-input {
	margin: 0;
	float: left;
	-webkit-border-radius: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.v-filterselect-prompt .v-filterselect-input {
	color: #999;
	font-style: italic;
}

.v-filterselect-button {
	display: inline-block;
	cursor: pointer;
	width: 1em;
	margin-right: -1em;
	height: 1em;
	background: transparent url(../base/common/img/sprites.png) no-repeat -5px -8px;
}

.v-filterselect.v-readonly .v-filterselect-button {
	display: none;
}

.v-filterselect.v-readonly, .v-filterselect.v-readonly .v-filterselect-input {
	background: transparent;
}

.v-filterselect-suggestpopup {
	background: #fff;
	border: 1px solid #eee;
}

.v-filterselect-suggestmenu table {
	border-collapse: collapse;
	border: none;
	vertical-align: top;
	display: block;
	width: 100%;
	float: left;
	clear: both;
}

.v-filterselect-suggestmenu table > tbody, .v-filterselect-suggestmenu table > tbody > tr, .v-filterselect-suggestmenu table > tbody > tr > td {
	display: block;
	width: 100%;
	float: left;
	clear: both;
	overflow-y: hidden;
}

.v-filterselect-suggestmenu .gwt-MenuItem {
	white-space: nowrap;
	padding-left: 1px;
	padding-right: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow-x: hidden;
	text-overflow: ellipsis;
}

.v-filterselect-suggestmenu .gwt-MenuItem .v-icon {
	margin-right: 3px;
	vertical-align: middle;
}

.v-filterselect-suggestmenu .gwt-MenuItem span {
	vertical-align: middle;
}

.v-filterselect-suggestmenu .gwt-MenuItem-selected {
	background: #333;
	color: #fff;
}

.v-filterselect-nextpage, .v-filterselect-nextpage-off, .v-filterselect-prevpage-off, .v-filterselect-prevpage {
	width: 100%;
	background: #aaa;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
}

.v-filterselect-nextpage-off, .v-filterselect-prevpage-off {
	color: #666;
	opacity: 0.5;
	filter: alpha(opacity=50);
	cursor: default;
}

.v-filterselect-nextpage-off span, .v-filterselect-prevpage-off span {
	cursor: default;
}

.v-filterselect-status {
	white-space: nowrap;
	text-align: center;
}

.v-filterselect-no-input .v-filterselect-input {
	cursor: default;
}

.v-shadow {
	position: absolute;
	display: none;
	pointer-events: none;
}

.v-ie8 .v-shadow {
	display: block;
}

.v-shadow .top-left {
	position: absolute;
	overflow: hidden;
	top: -3px;
	left: -5px;
	width: 10px;
	height: 10px;
	background: transparent url(../base/shadow/img/top-left.png);
}

.v-shadow .top {
	position: absolute;
	overflow: hidden;
	top: -3px;
	left: 5px;
	height: 10px;
	right: 5px;
	background: transparent url(../base/shadow/img/top.png);
}

.v-shadow .top-right {
	position: absolute;
	overflow: hidden;
	top: -3px;
	right: -5px;
	width: 10px;
	height: 10px;
	background: transparent url(../base/shadow/img/top-right.png);
}

.v-shadow .left {
	position: absolute;
	overflow: hidden;
	top: 7px;
	left: -5px;
	width: 10px;
	bottom: 3px;
	background: transparent url(../base/shadow/img/left.png);
}

.v-shadow .center {
	position: absolute;
	overflow: hidden;
	top: 7px;
	left: 5px;
	bottom: 3px;
	right: 5px;
	background: transparent url(../base/shadow/img/center.png);
}

.v-shadow .right {
	position: absolute;
	overflow: hidden;
	top: 7px;
	right: -5px;
	width: 10px;
	bottom: 3px;
	background: transparent url(../base/shadow/img/right.png);
}

.v-shadow .bottom-left {
	position: absolute;
	overflow: hidden;
	bottom: -7px;
	left: -5px;
	width: 10px;
	height: 10px;
	background: transparent url(../base/shadow/img/bottom-left.png);
}

.v-shadow .bottom {
	position: absolute;
	overflow: hidden;
	bottom: -7px;
	left: 5px;
	right: 5px;
	height: 10px;
	background: transparent url(../base/shadow/img/bottom.png);
}

.v-shadow .bottom-right {
	position: absolute;
	overflow: hidden;
	bottom: -7px;
	right: -5px;
	width: 10px;
	height: 10px;
	background: transparent url(../base/shadow/img/bottom-right.png);
}

.v-slider {
	margin: 5px 0;
}

.v-slider-base {
	height: 2px;
	border-top: 1px solid #ddd;
	background: #eee;
	border-left: 1px solid #ddd;
	border-right: 1px solid #eee;
}

.v-slider-handle {
	background: #aaa;
	width: 12px;
	height: 12px;
	margin-top: -5px;
	font-size: 0;
	-ms-touch-action: none;
	touch-action: none;
}

.v-slider-vertical {
	width: 2px;
	height: auto;
	margin: 0 5px;
	border: none;
	border-left: 1px solid #cccfd0;
	border-right: 1px solid #cccfd0;
}

.v-slider-vertical .v-slider-base {
	width: 2px;
	border-bottom: 1px solid #eee;
	border-right: none;
}

.v-slider-vertical .v-slider-handle {
	width: 12px;
	height: 12px;
	font-size: 0;
	margin-left: -5px;
}

.v-slider-feedback {
	padding: 2px 5px;
	background: #444;
	color: #fff;
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	margin: -2px 0 0 2px;
	text-shadow: 0 1px 0 #000;
}

.v-splitpanel-horizontal, .v-splitpanel-vertical {
	overflow: hidden;
}

.v-splitpanel-hsplitter {
	width: 6px;
}

.v-splitpanel-hsplitter div {
	width: 6px;
	position: absolute;
	top: 0;
	bottom: 0;
	background: #ddd;
	cursor: e-resize;
	cursor: col-resize;
	-ms-touch-action: none;
	touch-action: none;
}

.v-disabled .v-splitpanel-hsplitter div {
	cursor: default;
}

.v-splitpanel-vsplitter {
	height: 6px;
}

.v-splitpanel-vsplitter div {
	height: 6px;
	background: #ddd;
	cursor: s-resize;
	cursor: row-resize;
	-ms-touch-action: none;
	touch-action: none;
}

.v-disabled .v-splitpanel-vsplitter div {
	cursor: default;
}

.v-table {
	overflow: hidden;
	text-align: left;
}

.v-table-header-wrap {
	overflow: hidden;
	border: 1px solid #aaa;
	border-bottom: none;
	background: #efefef;
}

.v-table-header table, .v-table-table {
	border-spacing: 0;
	border-collapse: separate;
	margin: 0;
	padding: 0;
	border: 0;
}

.v-table-table {
	font-size: 16px;
}

.v-table-header td {
	padding: 0;
}

.v-table-header-cell, .v-table-header-cell-asc, .v-table-header-cell-desc {
	cursor: pointer;
}

.v-table.v-disabled .v-table-header-cell, .v-table.v-disabled .v-table-header-cell-asc, .v-table.v-disabled .v-table-header-cell-desc {
	cursor: default;
}

.v-table-footer-wrap {
	overflow: hidden;
	border: 1px solid #aaa;
	border-top: none;
	background: #efefef;
}

.v-table-footer table {
	border-spacing: 0;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	border: 0;
}

.v-table-footer td {
	padding: 0;
	border-right: 1px solid #aaa;
}

.v-table-footer-cell {
	cursor: pointer;
}

.v-table-footer-container {
	float: right;
	padding-right: 6px;
	overflow: hidden;
	white-space: nowrap;
}

.v-table-resizer {
	display: block;
	height: 1.2em;
	float: right;
	background: #aaa;
	cursor: e-resize;
	cursor: col-resize;
	width: 1px;
	overflow: hidden;
}

.v-table.v-disabled .v-table-resizer {
	cursor: default;
}

.v-table-caption-container {
	overflow: hidden;
	white-space: nowrap;
	margin-left: 6px;
}

.v-table-caption-container-align-right {
	float: right;
}

.v-table-sort-indicator {
	width: 0px;
	height: 1.2em;
	float: right;
}

.v-table-header-cell-asc .v-table-sort-indicator, .v-table-header-cell-desc .v-table-sort-indicator {
	width: 16px;
	height: 1.2em;
	float: right;
}

.v-table-header-cell-asc .v-table-sort-indicator {
	background: transparent url(../base/common/img/sprites.png) no-repeat right 6px;
}

.v-table-header-cell-desc .v-table-sort-indicator {
	background: transparent url(../base/common/img/sprites.png) no-repeat right -10px;
}

.v-table-caption-container-align-center {
	text-align: center;
}

.v-table-caption-container-align-right {
	text-align: right;
}

.v-table-caption-container .v-icon, .v-table-header-drag .v-icon {
	vertical-align: middle;
}

.v-table-body {
	border: 1px solid #aaa;
}

.v-table-row-spacer {
	height: 10px;
	overflow: hidden;
}

.v-table-row, .v-table-row-odd {
	background: #fff;
	border: 0;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

.v-table-generated-row {
	background: #efefef;
}

.v-table-body-noselection .v-table-row, .v-table-body-noselection .v-table-row-odd {
	cursor: default;
}

.v-table .v-selected {
	background: #999;
	color: #fff;
}

.v-table-cell-content {
	white-space: nowrap;
	overflow: hidden;
	padding: 0 6px;
	border-right: 1px solid #aaa;
}

.v-table-cell-wrapper {
	white-space: nowrap;
	overflow: hidden;
}

.v-table-cell-wrapper-align-center {
	text-align: center;
}

.v-table-cell-wrapper-align-right {
	text-align: right;
}

.v-table-column-selector {
	float: right;
	background: transparent url(../base/common/img/sprites.png) no-repeat 4px -37px;
	margin: -1.2em 0 0 0;
	height: 1.2em;
	width: 14px;
	position: relative;
	cursor: pointer;
}

.v-table.v-disabled .v-table-column-selector {
	cursor: default;
}

.v-table-focus-slot-left {
	border-left: 2px solid #999;
	float: none;
	margin-bottom: -1.2em;
	width: auto;
	background: transparent;
	border-right: 1px solid #aaa;
}

.v-table-focus-slot-right {
	border-right: 2px solid #999;
	margin-left: -2px;
}

.v-table-header-drag {
	position: absolute;
	background: #efefef;
	border: 1px solid #eee;
	opacity: 0.9;
	filter: alpha(opacity=90);
	margin-top: 20px;
	z-index: 30000;
}

.v-table-header-drag .v-icon {
	vertical-align: middle;
}

.v-table-scrollposition {
	width: 160px;
	background: #eee;
	border: 1px solid #aaa;
}

.v-table-scrollposition span {
	display: block;
	text-align: center;
}

.v-table-body:focus, .v-table-body-wrapper:focus {
	outline: none;
}

.v-table-body.focused {
	border-color: #388ddd;
}

.v-table-focus .v-table-cell-content {
	border-top: 1px dotted #0066bd;
	border-bottom: 1px dotted #0066bd;
}

.v-table-focus .v-table-cell-wrapper {
	margin-top: -1px;
	margin-bottom: -1px;
}

.v-off {
	color: #ddd;
}

.v-table .v-checkbox {
	display: inline-block;
}

.v-table-drag .v-table-body {
	border-color: #1d9dff;
}

.v-table-row-drag-middle .v-table-cell-content {
	background-color: #bcdcff;
}

.v-table-row-drag-top .v-table-cell-content {
	border-top: 2px solid #1d9dff;
}

.v-table-row-drag-top .v-table-cell-wrapper {
	margin-top: -2px;
}

.v-table-row-drag-bottom .v-table-cell-content {
	border-bottom: 2px solid #1d9dff;
}

.v-table-row-drag-bottom .v-table-cell-wrapper {
	margin-bottom: -2px;
}

.v-table-row-drag-top .v-table-cell-content:first-child:before, .v-table-row-drag-bottom .v-table-cell-content:first-child:after {
	display: block;
	position: absolute;
	width: 6px;
	height: 6px;
	margin-top: -4px;
	margin-left: -6px;
	background: transparent url(../base/common/img/drag-slot-dot.png);
}

.v-ff  .v-table-row-drag-bottom .v-table-cell-content:first-child:after, .v-ie  .v-table-row-drag-bottom .v-table-cell-content:first-child:after {
	margin-top: -2px;
}

.v-tabsheet, .v-tabsheet-content, .v-tabsheet-deco {
	outline: none;
	text-align: left;
}

.v-tabsheet-tabs {
	empty-cells: hide;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	overflow: hidden;
}

.v-tabsheet-tabitemcell:focus {
	outline: none;
}

.v-tabsheet-tabitemcell, .v-tabsheet-spacertd {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

.v-tabsheet-spacertd {
	width: 100%;
}

.v-tabsheet-spacertd div {
	border-left: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	height: 1em;
	padding: 0.2em 0;
}

.v-tabsheet-hidetabs > .v-tabsheet-tabcontainer {
	display: none;
}

.v-tabsheet-scroller {
	white-space: nowrap;
	text-align: right;
	margin-top: -1em;
}

.v-disabled .v-tabsheet-scroller {
	display: none;
}

.v-tabsheet-scrollerPrev, .v-tabsheet-scrollerNext, .v-tabsheet-scrollerPrev-disabled, .v-tabsheet-scrollerNext-disabled {
	border: 1px solid #aaa;
	background: #fff;
	width: 12px;
	height: 1em;
	cursor: pointer;
}

.v-tabsheet-scrollerPrev-disabled, .v-tabsheet-scrollerNext-disabled {
	opacity: 0.5;
	cursor: default;
}

.v-tabsheet-tabs .v-caption, .v-tabsheet-tabs .v-caption span {
	white-space: nowrap;
}

.v-tabsheet-caption-close {
	display: inline;
	display: inline-block;
	zoom: 1;
	width: 16px;
	height: 16px;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	vertical-align: middle;
	user-select: none;
	-khtml-user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
}

.v-tabsheet .v-disabled .v-tabsheet-caption-close {
	cursor: default;
	visibility: hidden;
}

.v-tabsheet-tabitem:hover .v-tabsheet-caption-close {
	visibility: visible;
}

.v-tabsheet-tabitem {
	border: 1px solid #aaa;
	border-right: none;
	cursor: pointer;
	padding: 0.2em 0.5em;
}

.v-tabsheet-tabitem .v-caption {
	cursor: inherit;
}

.v-tabsheet.v-disabled .v-tabsheet-tabitem, .v-tabsheet-tabitemcell-disabled .v-tabsheet-tabitem {
	cursor: default;
}

.v-tabsheet-tabitem-selected {
	cursor: default;
	border-bottom-color: #fff;
}

.v-tabsheet-tabitem-selected .v-caption {
	cursor: default;
}

.v-tabsheet-tabitem-focus .v-captiontext {
	text-decoration: underline;
}

.v-tabsheet-tabitem-selected.v-tabsheet-tabitem-focus .v-captiontext {
	text-decoration: inherit;
}

.v-tabsheet-content {
	border: 1px solid #aaa;
	border-top: none;
	border-bottom: none;
	position: relative;
}

.v-tabsheet-deco {
	height: 1px;
	background: #aaa;
	overflow: hidden;
}

.v-tabsheet-hidetabs .v-tabsheet-content {
	border: none;
}

.v-tabsheet-hidetabs .v-tabsheet-deco {
	height: 0;
}

.v-textfield {
	text-align: left;
}

.v-textarea {
	resize: none;
	white-space: pre-wrap;
}

input.v-textfield-prompt, textarea.v-textarea-prompt {
	color: #999;
	font-style: italic;
}

input.v-textfield-readonly, textarea.v-textarea-readonly {
	background: transparent;
	border: none;
	resize: none;
}

input.v-disabled, textarea.v-disabled {
	resize: none;
}

input.v-textfield-readonly:focus, textarea.v-textarea-readonly:focus {
	outline: none;
}

.v-sa  input:focus, .v-sa  textarea:focus {
	outline-width: medium;
}

.v-richtextarea {
	border: 1px solid #aaa;
	overflow: hidden;
}

.v-richtextarea .gwt-RichTextArea {
	background: #fff;
	border: none;
}

.v-richtextarea .gwt-HTML {
	height: 100%;
	font-size: 16px;
}

.v-richtextarea .gwt-RichTextToolbar {
	white-space: nowrap;
	background: #959595 url(../base/textfield/img/richtext-toolbar-bg.png) repeat-x 0 -42px;
	border-bottom: 1px solid #7d7d7d;
	padding: 2px;
	overflow: hidden;
}

.v-richtextarea .gwt-RichTextToolbar-top {
	padding-bottom: 1px;
	overflow: hidden;
	white-space: normal;
}

.v-richtextarea .gwt-RichTextToolbar-bottom {
	clear: left;
	overflow: hidden;
	white-space: nowrap;
}

.v-richtextarea .gwt-RichTextToolbar .gwt-ToggleButton, .v-richtextarea .gwt-RichTextToolbar .gwt-PushButton {
	float: left;
	display: inline;
	width: 22px;
	height: 21px;
	overflow: hidden;
	background: transparent url(../base/textfield/img/richtext-toolbar-bg.png) repeat-x;
	cursor: pointer;
	margin-right: 2px;
	text-align: center;
}

.v-richtextarea .gwt-RichTextToolbar .gwt-ToggleButton-down, .v-richtextarea .gwt-RichTextToolbar .gwt-PushButton-down, .v-richtextarea .gwt-RichTextToolbar .gwt-ToggleButton-down-hovering, .v-richtextarea .gwt-RichTextToolbar .gwt-PushButton-down-hovering {
	background-position: 0 -21px;
}

.v-richtextarea .gwt-RichTextToolbar .gwt-ListBox {
	width: 24.5%;
	margin-right: 2px;
}

.v-richtextarea-readonly {
	border: none;
}

.v-tree {
	text-align: left;
	padding: 1px 0;
	outline: none;
}

.v-tree-node {
	background: transparent url(../base/common/img/sprites.png) no-repeat 5px -37px;
	padding: 1px 0;
}

.v-tree-node-caption:focus {
	outline: none;
}

div.v-tree-node-leaf {
	background: transparent;
}

.v-tree-node-expanded {
	background: transparent url(../base/common/img/sprites.png) no-repeat -5px -10px;
}

.v-tree-node-caption {
	margin-left: 1em;
}

.v-tree-node span {
	cursor: pointer;
}

.v-tree-node-caption div {
	white-space: nowrap;
}

.v-tree-node-caption span, .v-tree-node-caption .v-icon {
	vertical-align: middle;
}

.v-tree-node-selected span {
	background: #999;
	color: #fff;
}

.v-tree-node-children {
	padding-left: 1em;
}

.v-tree .v-tree-node-drag-top {
	border-top: 2px solid #1d9dff;
	margin-top: -1px;
	padding-top: 0;
}

.v-tree .v-tree-node-drag-bottom {
	border-bottom: 2px solid #1d9dff;
	margin-bottom: -1px;
	padding-bottom: 0;
}

.v-tree .v-tree-node-drag-top:before, .v-tree .v-tree-node-drag-bottom:after, .v-tree .v-tree-node-caption-drag-center:after {
	display: block;
	position: absolute;
	width: 6px;
	height: 6px;
	margin-top: -4px;
	background: transparent url(../base/common/img/drag-slot-dot.png);
}

.v-tree .v-tree-node-drag-bottom:after {
	margin-top: -2px;
}

.v-tree .v-tree-node-caption-drag-center:after {
	margin-left: 14px;
}

.v-ff  .v-tree .v-tree-node-caption-drag-center:after, .v-ie  .v-tree .v-tree-node-caption-drag-center:after {
	margin-top: -2px;
}

.v-tree .v-tree-node-drag-top {
	background-position: 5px -38px;
}

.v-tree .v-tree-node-drag-top.v-tree-node-expanded {
	background-position: -5px -11px;
}

.v-tree .v-tree-node-caption-drag-center div {
	border: 2px solid #1d9dff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin: -2px 2px -2px -2px;
	background-color: #bcdcff;
}

.v-tree .v-tree-node-caption-drag-center div {
	background-color: rgba(169, 209, 255, 0.6);
}

.v-tree .v-tree-node-caption-drag-center div, .v-tree .v-tree-node-drag-top, .v-tree .v-tree-node-drag-bottom {
	border-color: rgba(0, 109, 232, 0.6);
}

.v-tree-connectors .v-tree-node-caption {
	padding-top: 1px;
}

.v-tree-connectors .v-tree-node {
	background: transparent url(../base/tree/img/connector-expand.png) no-repeat 2px -52px;
}

.v-tree-connectors .v-tree-node-expanded {
	background: transparent url(../base/tree/img/connector-collapse.png) no-repeat 2px -52px;
}

.v-tree-connectors .v-tree-node-last {
	background: transparent url(../base/tree/img/connector-expand-last.png) no-repeat 2px -52px;
}

.v-tree-connectors .v-tree-node-expanded.v-tree-node-last {
	background: transparent url(../base/tree/img/connector-collapse-last.png) no-repeat 2px -52px;
}

.v-tree-connectors .v-tree-node-leaf {
	background: transparent url(../base/tree/img/connector-leaf.png) repeat-y 2px 50%;
}

.v-tree-connectors .v-tree-node-leaf-last {
	background: transparent url(../base/tree/img/connector-leaf-last.png) repeat-y 2px 50%;
}

.v-tree-connectors .v-tree-node-children {
	background: transparent url(../base/tree/img/connector.png) repeat-y 2px 0;
}

.v-tree-connectors .v-tree-node-children-last {
	background: transparent;
}

.v-tree-connectors .v-tree-node-drag-top, .v-tree-connectors .v-tree-node-expanded.v-tree-node-drag-top {
	background-position: 2px -53px;
}

.v-tree-connectors .v-tree-node-drag-top.v-tree-node-leaf {
	background-position: 2px 50%;
}

.v-treetable-treespacer {
	display: inline-block;
	background: transparent;
	height: 10px;
	width: 18px;
	position: absolute;
	left: 0;
	top: 5px;
}

.v-treetable-node-closed {
	background: url(../base/treetable/img/arrow-right.png) right top no-repeat;
}

.v-treetable-node-open {
	background: url(../base/treetable/img/arrow-down.png) right top no-repeat;
}

.v-treetable .v-checkbox {
	display: inline-block;
	padding-bottom: 4px;
}

.v-treetable .v-table-row .v-table-cell-content, .v-treetable .v-table-row-odd .v-table-cell-content {
	z-index: 10;
}

.v-treetable .v-table-cell-wrapper {
	position: relative;
}

.v-treetable .v-table-body .v-table-table .v-table-row-animating {
	zoom: 1;
	z-index: 1;
}

.v-treetable .v-table-body .v-table-table .v-table-row-animating, .v-treetable .v-table-body .v-table-table .v-table-row-animating .v-table-cell-content {
	background: transparent;
}

.v-treetable-animation-clone {
	border-spacing: 0;
	zoom: 1;
}

div.v-treetable-animation-clone-wrapper {
	position: absolute;
	z-index: 2;
	background-color: #fff;
}

div.v-treetable-animation-clone-wrapper table.v-treetable-animation-clone {
	background-color: #fff;
}

div table.v-treetable-animation-clone tr.v-table-row, div table.v-treetable-animation-clone tr.v-table-row-odd, div table.v-treetable-animation-clone tr.v-table-row td.v-table-cell-content, div table.v-treetable-animation-clone tr.v-table-row-odd td.v-table-cell-content {
	visibility: visible;
}

.v-upload {
	white-space: nowrap;
}

.v-upload-immediate {
	position: relative;
	margin: 0;
	overflow: hidden;
}

.v-upload-immediate .v-button {
	width: 100%;
}

.v-ff  .v-upload-immediate, .v-op  .v-upload-immediate {
	display: inline-block;
}

.v-upload-immediate input {
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: 2;
	position: absolute;
	right: 0;
	height: 21px;
	text-align: right;
	border: none;
	background: transparent;
}

.v-upload-immediate button {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	text-align: left;
}

.v-window {
	background: #fff;
}

.v-window-contents {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.v-window.v-has-width > div.popupContent, .v-window.v-has-width .v-window-wrap, .v-window.v-has-width .v-window-contents, .v-window.v-has-width .v-window-contents > div {
	width: 100%;
}

.v-window.v-has-height > div.popupContent, .v-window.v-has-height .v-window-wrap, .v-window.v-has-height .v-window-contents, .v-window.v-has-height .v-window-contents > div {
	height: 100%;
}

.v-window-outerheader {
	padding: 0.3em 1em;
	height: 1.6em;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.v-window-outerheader, .v-window-draggingCurtain {
	cursor: move;
}

.v-window-header {
	font-weight: bold;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ie-user-select: none;
	user-select: none;
}

div.v-window-header {
	white-space: nowrap;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	overflow: hidden;
	padding: 0;
}

.v-window-header .v-icon {
	vertical-align: middle;
}

.v-window-contents > div {
	outline: none;
}

.v-window-footer {
	overflow: hidden;
	zoom: 1;
	height: 10px;
	position: relative;
	cursor: move;
}

.v-window-resizebox {
	width: 10px;
	height: 10px;
	background: #ddd;
	overflow: hidden;
	position: absolute;
	right: 0;
}

.v-window-resizebox, .v-window-resizingCurtain {
	cursor: se-resize;
}

.v-window div.v-window-footer-noresize {
	height: 0;
}

.v-window-resizebox-disabled, .v-window-closebox-disabled, .v-window-restorebox-disabled, .v-window-maximizebox-disabled {
	cursor: default;
	display: none;
}

.v-window-closebox, .v-window-restorebox, .v-window-maximizebox {
	position: absolute;
	top: 0;
	right: 0;
	width: 1em;
	height: 1em;
	cursor: pointer;
	overflow: hidden;
}

.v-window-maximizebox, .v-window-restorebox {
	right: 1.1em;
}

.v-window-closebox {
	background: red;
}

.v-window-maximizebox {
	background: blue;
}

.v-window-restorebox {
	background: yellow;
}

.v-window-modalitycurtain {
	top: 0;
	left: 0;
	background: #999;
	opacity: 0.5;
	position: fixed;
	width: 100%;
	height: 100%;
	filter: alpha(opacity=50);
}

.v-shadow-window {
	position: absolute;
	display: none;
	pointer-events: none;
}

.v-ie8 .v-shadow-window {
	display: block;
}

.v-shadow-window .top-left {
	position: absolute;
	overflow: hidden;
	top: -10px;
	left: -15px;
	width: 28px;
	height: 28px;
	background: transparent url(../base/window/img/shadow/top-left.png);
}

.v-shadow-window .top {
	position: absolute;
	overflow: hidden;
	top: -10px;
	left: 13px;
	height: 28px;
	right: 13px;
	background: transparent url(../base/window/img/shadow/top.png);
}

.v-shadow-window .top-right {
	position: absolute;
	overflow: hidden;
	top: -10px;
	right: -15px;
	width: 28px;
	height: 28px;
	background: transparent url(../base/window/img/shadow/top-right.png);
}

.v-shadow-window .left {
	position: absolute;
	overflow: hidden;
	top: 18px;
	left: -15px;
	width: 28px;
	bottom: 10px;
	background: transparent url(../base/window/img/shadow/left.png);
}

.v-shadow-window .center {
	position: absolute;
	overflow: hidden;
	top: 18px;
	left: 13px;
	bottom: 10px;
	right: 13px;
	background: transparent url(../base/window/img/shadow/center.png);
}

.v-shadow-window .right {
	position: absolute;
	overflow: hidden;
	top: 18px;
	right: -15px;
	width: 28px;
	bottom: 10px;
	background: transparent url(../base/window/img/shadow/right.png);
}

.v-shadow-window .bottom-left {
	position: absolute;
	overflow: hidden;
	bottom: -18px;
	left: -15px;
	width: 28px;
	height: 28px;
	background: transparent url(../base/window/img/shadow/bottom-left.png);
}

.v-shadow-window .bottom {
	position: absolute;
	overflow: hidden;
	bottom: -18px;
	left: 13px;
	right: 13px;
	height: 28px;
	background: transparent url(../base/window/img/shadow/bottom.png);
}

.v-shadow-window .bottom-right {
	position: absolute;
	overflow: hidden;
	bottom: -18px;
	right: -15px;
	width: 28px;
	height: 28px;
	background: transparent url(../base/window/img/shadow/bottom-right.png);
}

.v-app, .v-window, .v-popupview-popup, .v-tooltip, .v-app input, .v-app select, .v-app button, .v-app textarea, .v-window input, .v-window select, .v-window button, .v-window textarea, .v-popupview-popup input, .v-popupview-popup select, .v-popupview-popup button, .v-popupview-popup textarea, .v-filterselect-suggestpopup, .v-datefield-popup, .v-contextmenu, .v-Notification, .v-menubar-submenu, .v-table-header-drag, .v-drag-element, .v-widget {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 1.4;
	color: #404040;
}

.v-shadow {
	display: none;
}

.v-contextmenu, .v-filterselect-suggestpopup, .v-filterselect-suggestmenu, .v-menubar-popup, .v-datefield-popup, .v-generated-body .v-datefield-popup, .v-popupview-popup {
	background: transparent;
	border: 1px solid #000;
	overflow: hidden;
	padding: 0;
}

.v-contextmenu .popupContent, .v-filterselect-suggestpopup .popupContent, .v-menubar-popup .popupContent, .v-datefield-popup .popupContent, .v-generated-body .v-datefield-popup .popupContent, .v-popupview-popup .popupContent {
	background: #fff;
	padding: 2px 0;
	overflow: hidden;
}

.v-menubar-submenu {
	background: transparent;
	padding: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.v-contextmenu .gwt-MenuItem, .v-filterselect-suggestpopup .gwt-MenuItem, .v-menubar-submenu .v-menubar-menuitem {
	padding: 2px 12px 1px 8px;
	height: 16px;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	cursor: default;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}

.v-contextmenu .gwt-MenuItem .v-icon, .v-filterselect-suggestpopup .gwt-MenuItem .v-icon, .v-menubar-submenu .v-menubar-menuitem .v-icon {
	margin-right: 3px;
}

.v-generated-body .v-contextmenu .gwt-MenuItem-selected, .v-generated-body .v-filterselect-suggestpopup .gwt-MenuItem-selected, .v-menubar-submenu .v-menubar-menuitem-selected, .v-table .v-selected, .v-tree-node-selected span {
	background: #6085e0 url(../iso-public/common/img/selection-bg.png) repeat-x;
	color: #fff;
	text-shadow: #395db0 0 1px 0;
	border-top: 1px dotted black;
	border-bottom: 1px dotted black;
}

.v-popupview {
	color: #2651b7;
}

.v-popupview:hover {
	color: #285ad1;
}

.v-verticallayout-blue, .v-horizontallayout-blue, .v-orderedlayout-blue, .v-gridlayout-blue, .v-formlayout-blue, .v-splitpanel-vertical-blue, .v-splitpanel-horizontal-blue {
	background-color: #e7f0f5;
}

.v-verticallayout-blue-dotted, .v-horizontallayout-blue-dotted, .v-orderedlayout-blue-dotted, .v-gridlayout-blue-dotted, .v-formlayout-blue-dotted, .v-splitpanel-vertical-blue-dotted, .v-splitpanel-horizontal-blue-dotted {
	background: #e7f0f5 url(../iso-public/layout/img/noise.png);
}

.v-csslayout-blue > .v-csslayout-margin {
	background-color: #e7f0f5;
	border: 1px solid #c3d9e6;
}

.v-csslayout-blue-dotted > .v-csslayout-margin {
	background: #e7f0f5 url(../iso-public/layout/img/noise.png);
	border: 1px solid #c3d9e6;
}

.v-verticallayout-separator-right, .v-horizontallayout-separator-right {
	background: transparent url(../iso-public/layout/img/divider-vertical.png) 100% 50%;
	background-repeat: no-repeat;
	background-position: right;
	-webkit-background-size: 40px 100%;
	-moz-background-size: 40px 100%;
	-o-background-size: 40px 100%;
	background-size: 40px 100%;
}

.v-verticallayout-separator-right .v-verticallayout-margin, .v-horizontallayout-separator-right .v-horizontallayout-margin {
	padding-right: 77px;
}

.v-verticallayout-separator-right .v-verticallayout .v-verticallayout-margin, .v-horizontallayout-separator-right .v-horizontallayout .v-horizontallayout-margin {
	padding-right: 0;
}

.v-verticallayout-separator-bottom, .v-horizontallayout-separator-bottom {
	background: transparent url(../iso-public/layout/img/divider-horizontal-732.png) no-repeat 50% 0;
	background-position: bottom;
}

.v-verticallayout-separator-bottom .v-verticallayout-margin, .v-horizontallayout-separator-bottom .v-horizontallayout-margin {
	padding-bottom: 40px;
}

.v-verticallayout-separator-bottom .v-verticallayout .v-verticallayout-margin, .v-horizontallayout-separator-bottom .v-horizontallayout .v-horizontallayout-margin {
	padding-bottom: 0;
}

.v-button, .v-disabled.v-button:focus, .v-disabled.v-button:active {
	border: 1px solid #ccc;
	border-bottom-color: #ccc;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 0;
	background-color: #e6e6e6;
	background-repeat: no-repeat;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(0.25, #ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(#ffffff, #ffffff 0.25, #e6e6e6);
	background-image: -moz-linear-gradient(#ffffff, #ffffff 0.25, #e6e6e6);
	background-image: -o-linear-gradient(#ffffff, #ffffff 0.25, #e6e6e6);
	background-image: linear-gradient(#ffffff, #ffffff 0.25, #e6e6e6);
}

.v-button:focus {
	outline: none;
}

.v-button:active, .v-ie7 .v-pressed.v-button, .v-ie8 .v-pressed.v-button, div.v-button-down {
	-webkit-box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.v-disabled.v-button:active {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.v-button-wrap, .v-disabled:active .v-button-wrap {
	display: block;
	height: 100%;
	padding: 5px 14px;
	line-height: normal;
}

.v-button .v-button-caption {
	line-height: 1.26;
	text-shadow: none;
}

.v-button-default, .v-disabled.v-button-default:focus, .v-disabled.v-button-default:active {
	color: #fff;
	background-repeat: repeat-x;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #013568), color-stop(100%, #011b35));
	background-image: -webkit-linear-gradient(#013568, #011b35);
	background-image: -moz-linear-gradient(#013568, #011b35);
	background-image: -o-linear-gradient(#013568, #011b35);
	background-image: linear-gradient(#013568, #011b35);
	background-color: #0b478b;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border-color: #0064cd #0064cd #003f81;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.v-button-default:active, .v-ie7 .v-pressed.v-button-default, .v-ie8 .v-pressed.v-button-default, div.v-button-down.v-button-default {
	-webkit-box-shadow: inset 0 3px 7px rgba(255, 255, 255, 0.4), 0 1px 2px rgba(255, 255, 255, 0.01);
	-moz-box-shadow: inset 0 3px 7px rgba(255, 255, 255, 0.4), 0 1px 2px rgba(255, 255, 255, 0.01);
	box-shadow: inset 0 3px 7px rgba(255, 255, 255, 0.4), 0 1px 2px rgba(255, 255, 255, 0.01);
}

.v-button-orange, .v-disabled.v-button-orange:focus, .v-disabled.v-button-orange:active {
	color: #fff;
	background-repeat: repeat-x;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f3a729), color-stop(100%, #e5720b));
	background-image: -webkit-linear-gradient(#f3a729, #e5720b);
	background-image: -moz-linear-gradient(#f3a729, #e5720b);
	background-image: -o-linear-gradient(#f3a729, #e5720b);
	background-image: linear-gradient(#f3a729, #e5720b);
	background-color: #e5720b;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.55);
	border-color: #e5720b #e5720b #5c1611;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.v-button-small {
	font-size: 11px;
}

.v-button-small .v-button-wrap, .v-disabled.v-button-small:focus .v-button-wrap, .v-disabled.v-button-small:active .v-button-wrap {
	padding: 3px 11px;
}

.v-button-small .v-icon {
	margin-top: -4px;
	margin-bottom: -4px;
}

.v-button-toggle, .v-disabled.v-button-toggle:focus, .v-disabled.v-button-toggle:active {
	font-size: 11px;
	height: 21px;
	background: transparent url(../iso-public/button/img/small-left.png) no-repeat left top;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	padding: 0 0 0 5px;
}

.v-button-toggle .v-button-wrap, .v-disabled.v-button-toggle:focus .v-button-wrap, .v-disabled.v-button-toggle:active .v-button-wrap {
	background: transparent url(../iso-public/button/img/small-right.png) no-repeat right top;
	height: 21px;
	padding: 2px 11px 0 6px;
}

.v-button-toggle .v-button-caption {
	display: inline-block;
}

.v-button-toggle:active, .v-ie7 .v-pressed.v-button-toggle, .v-ie8 .v-pressed.v-button-toggle, div.v-button-down.v-button-toggle {
	background-image: url(../iso-public/button/img/small-left-pressed.png);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.v-button-toggle:active .v-button-wrap, .v-ie7 .v-pressed.v-button-toggle .v-button-wrap, .v-ie8 .v-pressed.v-button-toggle .v-button-wrap, div.v-button-down.v-button-toggle .v-button-wrap {
	background-image: url(../iso-public/button/img/small-right-pressed.png);
}

div.v-button-link, div.v-button-link:focus, .v-button-link:active, div.v-disabled.v-button-link, div.v-disabled.v-button-link:focus, body.v-ie .v-pressed.v-button-link {
	color: #013568;
	background: transparent;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	padding: 1px;
}

.v-button-link .v-button-wrap {
	display: inline;
}

div.v-button-link .v-button-wrap, div.v-button-link:focus .v-button-wrap, .v-button-link:active .v-button-wrap, div.v-disabled.v-button-link .v-button-wrap, div.v-disabled.v-button-link:focus .v-button-wrap, body.v-ie .v-pressed.v-button-link .v-button-wrap {
	background: transparent;
	font-weight: normal;
	text-shadow: none;
	border: none;
	padding: 1px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

.v-button-link:focus .v-button-caption {
	border: thin dotted #011b35;
	margin: -1px;
}

.v-button-link:active .v-button-caption {
	border: none;
	margin: 0;
}

.v-button-link .v-icon {
	margin-left: 0;
}

.v-panel-caption {
	padding: 3px 12px;
	border: 3px solid #c3d9e6;
	border-bottom: 1px solid #c3d9e6;
}

.v-panel-nocaption {
	padding: 0;
	height: 0;
	overflow: hidden;
	border-top: 3px solid #c3d9e6;
}

.v-panel-content {
	background: #fff;
	border: 3px solid #c3d9e6;
	border-top: none;
	border-bottom: none;
}

.v-panel-deco {
	height: 0;
	overflow: hidden;
	border-top: 3px solid #c3d9e6;
}

.v-panel-caption-light {
	border: 1px solid #c3d9e6;
}

.v-panel-content-light {
	border: 1px solid #c3d9e6;
	border-top: none;
	border-bottom: none;
}

.v-panel-deco-light {
	border-top: 1px solid #c3d9e6;
}

div.v-panel-caption-borderless {
	border: none;
}

div.v-panel-nocaption-borderless, div.v-panel-content-borderless, div.v-panel-deco-borderless {
	border: none;
	background: transparent;
}

.v-tabsheet-tabitem {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	border-right: none;
	padding: 0;
	color: #013568;
}

.v-tabsheet-tabitem-selected {
	background-color: transparent;
	border-bottom: none;
	border-right: 1px solid #ddd;
	color: #404040;
}

.v-tabsheet-tabitemcell {
	padding-top: 4px;
}

.v-tabsheet-tabitemcell-selected {
	padding-top: 0;
}

.v-tabsheet-tabitemcell-selected + .v-tabsheet-tabitemcell .v-tabsheet-tabitem {
	border-left: none;
}

.v-tabsheet-tabitem .v-caption {
	height: 16px;
	padding: 7px 20px 6px 20px;
}

.v-tabsheet-tabitem-selected .v-caption {
	padding-top: 11px;
	padding-bottom: 7px;
}

.v-tabsheet-spacertd div {
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	height: 30px;
	padding: 0;
}

.v-tabsheet-tabitemcell-selected + .v-tabsheet-spacertd div {
	border-left: none;
}

.v-tabsheet-content {
	border: none;
}

.v-tabsheet-deco {
	height: 0;
	background: transparent;
}

.v-tabsheet-header .v-tabsheet-spacertd div {
	border-left: none;
	border-bottom: none;
}

.v-tabsheet-header .v-tabsheet-tabs {
	border-collapse: separate;
	height: 55px;
	border-spacing: 4px 0;
}

.v-ie7 .v-tabsheet-header .v-tabsheet-tabs {
	position: relative;
	top: 2px;
}

.v-tabsheet-header .v-tabsheet-tabitemcell {
	background: url(../iso-public/tabsheet/img/tab-left.png) repeat-x;
	height: 55px;
	padding-top: 0;
}

.v-tabsheet-header .v-tabsheet-tabitemcell-selected {
	background-image: url(../iso-public/tabsheet/img/tab-left-selected.png);
}

.v-tabsheet-header .v-tabsheet-tabitem {
	padding-bottom: 10px;
}

.v-tabsheet-header .v-tabsheet-tabitem-selected {
	background-image: url(../iso-public/tabsheet/img/tab-right-selected.png);
}

.v-tabsheet-header .v-tabsheet-tabitem {
	border: none;
}

.v-tabsheet-header .v-tabsheet-tabitem .v-caption {
	height: 20px;
	padding: 8px 14px 0 14px;
}

.v-tabsheet-header .v-tabsheet-tabitem .v-captiontext {
	font-size: 13px;
	line-height: 20px;
	height: 20px;
}

.v-tabsheet-header .v-tabsheet-tabitem .v-caption-closable, .v-tabsheet-header .v-tabsheet-tabitem-selected .v-caption-closable {
	white-space: nowrap;
}

.v-tabsheet-header .v-tabsheet-caption-close {
	vertical-align: top;
	margin-left: 5px;
	margin-right: -5px;
	color: #8e8e8e;
}

.v-tabsheet-header .v-tabsheet-tabitem-selected .v-tabsheet-caption-close {
	color: #8c9fb1;
}

.v-tabsheet-header .v-tabsheet-scroller {
	margin-top: -55px;
	height: 55px;
	background: #333333;
	position: relative;
	float: right;
	width: 40px;
}

.v-ie7 .v-tabsheet-header .v-tabsheet-scroller {
	margin-top: -36px;
	height: 36px;
}

.v-tabsheet-header .v-tabsheet-scrollerPrev, .v-tabsheet-header .v-tabsheet-scrollerNext, .v-tabsheet-header .v-tabsheet-scrollerPrev-disabled, .v-tabsheet-header .v-tabsheet-scrollerNext-disabled {
	width: 20px;
	height: 55px;
	background: #333333 url(../iso-public/tabsheet/img/scroller-prev.png) no-repeat center center;
	border: none;
}

.v-ie7 .v-tabsheet-header .v-tabsheet-scrollerPrev, .v-ie7 .v-tabsheet-header .v-tabsheet-scrollerNext, .v-ie7 .v-tabsheet-header .v-tabsheet-scrollerPrev-disabled, .v-ie7 .v-tabsheet-header .v-tabsheet-scrollerNext-disabled {
	height: 36px;
}

.v-tabsheet-header .v-tabsheet-scrollerNext, .v-tabsheet-header .v-tabsheet-scrollerNext-disabled {
	background-image: url(../iso-public/tabsheet/img/scroller-next.png);
}

.v-tabsheet-header .v-tabsheet-tabitem {
	color: #dbdbdb;
}

.v-tabsheet-header .v-tabsheet-tabitem-selected {
	color: #fff;
}

.v-tree-node {
	background: transparent url(../iso-public/tree/img/expand.png) no-repeat 0 3px;
	padding-left: 3px;
}

.v-tree-node-expanded {
	background: transparent url(../iso-public/tree/img/collapse.png) no-repeat 0 3px;
	padding-left: 3px;
}

.v-tree-connectors .v-tree-node {
	background: transparent url(../iso-public/tree/img/connectors-end.png) no-repeat 0px -17px;
}

.v-tree-connectors .v-tree-node-expanded {
	background-position: -17px 0px;
}

.v-tree-connectors .v-tree-node-leaf {
	background: url(../iso-public/tree/img/connectors-item.png) repeat-y 5px 0px;
}

.v-tree-connectors .v-tree-node-last {
	background: url(../iso-public/tree/img/connectors-item.png) no-repeat 5px 0px;
}

.v-tree-connectors .v-tree-node-children {
	background: url(../iso-public/tree/img/connectors-dash.png) repeat-y 5px 0;
}

.v-tree-connectors .v-tree-node-children-last-container, .v-tree-connectors .v-tree-node-children-root {
	background: transparent;
}

.v-menubar {
	height: 28px;
	background-color: #000;
}

.v-menubar .v-menubar-menuitem {
	background: transparent;
	padding: 0 11px 0 0;
	height: 28px;
	cursor: pointer;
	position: relative;
}

.v-menubar .v-menubar-menuitem .v-menubar-menuitem-caption {
	display: inline-block;
	background: transparent;
	padding: 2px 13px 2px 11px;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	color: #fff;
}

.v-label {
	line-height: 18px;
}

.v-label-bold {
	font-weight: bold;
}

.v-label-blue {
	color: #013568;
}

.v-label-h1, .v-caption-h1, .v-label h1, .v-label-h2, .v-caption-h2, .v-label h2, .v-label-h3, .v-caption-h3, .v-label h3, .v-label-h4, .v-caption-h4, .v-label h4 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
}

.v-label-h1, .v-caption-h1, .v-label h1 {
	font-size: 32px;
	line-height: 1.2;
	padding-bottom: 16px;
}

.v-label-h2, .v-caption-h2, .v-label h2 {
	font-size: 21px;
	line-height: 1.2;
	padding-bottom: 10px;
}

.v-label-h3, .v-caption-h3, .v-label h3 {
	font-size: 18px;
	line-height: 1.3;
	padding-bottom: 9px;
}

.v-label-h4, .v-caption-h4, .v-label h4 {
	font-size: 14px;
	line-height: 1.2;
	padding-bottom: 7px;
}

.v-label-section, .v-caption-section, .v-label section {
	font-size: 14px;
	line-height: 1.2;
	text-transform: uppercase;
	padding-bottom: 7px;
}

.v-label-date, .v-caption-date, .v-label date {
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #bfbfbf;
}

.v-label-separator-horizontal {
	height: 60px;
	background: transparent url(../iso-public/layout/img/divider-horizontal-732.png) no-repeat 50% 0;
	background-position: center;
}

.v-label-blue-separator {
	background: #dae3e7;
}

.v-accordion {
	border: 1px solid #dae3e7;
}

.v-accordion-item-caption {
	border-top: 1px solid #dae3e7;
	border-bottom: none;
	background: #e8edf0;
	height: 26px;
	line-height: 26px;
}

.v-accordion-item-first .v-accordion-item-caption {
	border-top: none;
}

.v-accordion-item-open .v-accordion-item-caption {
	border-bottom: 1px solid #dae3e7;
}

.v-accordion-item-caption .v-caption {
	padding: 0 0 0 21px;
	font-weight: bold;
}

.v-accordion-item-caption .v-icon {
	padding-right: 10px;
}

.v-accordion-borderless {
	border: none;
	padding-left: 2px;
}

.global-search .v-panel-captionwrap {
	display: none;
}

.global-search .v-panel-content {
	background: transparent;
	border: 1px solid black;
}

.global-search .v-panel-deco {
	border: 0;
}

.global-search .v-horizontallayout .v-horizontallayout-margin {
	padding: 0;
}

.global-search input.v-textfield {
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	height: 16px;
	line-height: 16px;
	background: none;
	padding: 4px 0px 4px 6px;
	background: #fff;
	border-right: 1px solid black;
}

.global-search input.v-textfield:focus {
	outline: none;
}

.global-search .v-textfield-prompt {
	font-style: normal;
	color: #929292;
}

.global-search .v-menubar {
	border: none;
	margin: 0;
	padding: 0;
	height: 24px;
	position: relative;
	background: #c9ddee;
	border-right: 1px solid black;
}

.global-search .v-menubar-menuitem {
	border: none;
	margin: 2px 0 0;
	padding: 3px 0 3px 4px;
	height: 16px;
	position: absolute;
	left: 0;
	right: 0;
	line-height: 16px;
	border-left: 1px solid #d5dae5;
	background: none;
	color: #6279ac;
}

.global-search .v-menubar-submenu-indicator {
	display: block;
	float: right;
	width: 12px;
	overflow: hidden;
	text-indent: -100px;
	background: transparent url(../iso-public/global-search/img/arrow.png) no-repeat 0;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: alpha(opacity=70);
}

.global-search .v-menubar-menuitem .v-menubar-menuitem-caption {
	display: inline-block;
	background: none;
	padding: 0px 15px 0px 3px;
	height: 16px;
	line-height: 16px;
	color: #484f55;
	position: absolute;
	top: 2px;
}

.global-search .v-menubar:focus .v-menubar-menuitem, .global-search .v-menubar .v-menubar-menuitem:hover, .global-search .v-menubar .v-menubar-menuitem-selected {
	background: transparent;
	color: #404e6c;
	text-shadow: none;
}

.global-search .v-menubar:focus .v-menubar-menuitem .v-menubar-submenu-indicator, .global-search .v-menubar .v-menubar-menuitem:hover .v-menubar-submenu-indicator, .global-search .v-menubar .v-menubar-menuitem-selected .v-menubar-submenu-indicator {
	opacity: 1;
	filter: none;
	-ms-filter: none;
}

.global-search .v-label-spacer {
	width: 12px;
	height: 26px;
	overflow: hidden;
	background: transparent url(../iso-public/global-search/img/sprites.png) no-repeat 0 -27px;
}

.global-search .v-button-go, .global-search .v-disabled.v-button-go {
	background: #01478b url(../iso-public/global-search/img/search-button.png) no-repeat;
	width: 25px;
	height: 24px;
	padding: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: none;
}

.global-search .v-button-wrap, .global-search .v-disabled.v-button .v-button-wrap {
	height: 24px;
	line-height: 24px;
	padding: 0;
}

.global-search .v-button-clear, .global-search .v-disabled.v-button-clear, .global-search .v-button-clear:focus {
	background: #01478b url(../iso-public/global-search/img/reset-button.png) no-repeat;
	width: 25px;
	height: 24px;
	padding: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: none;
}

.global-search .v-button-caption {
	display: none;
}

.v-panel-in-doc-search .v-panel-nocaption {
	border-top: 1px solid #d8e1e5;
}

.v-panel-in-doc-search .v-panel-content {
	border: none;
	border-left: 1px solid #d8e1e5;
	border-right: 1px solid #d8e1e5;
}

.v-panel-content-in-doc-search input.v-filterselect-input {
	border: none;
	padding: 2px 2px 0 20px;
	margin: 0;
	outline: none !important;
	background: transparent url(../iso-public/in-doc-search/img/search.png) no-repeat 4px 4px;
	font-size: 12px;
}

.v-panel-content-in-doc-search .v-filterselect-button {
	background: transparent;
}

.v-panel-content-in-doc-search .v-button {
	background: transparent;
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}

.v-panel-content-in-doc-search .v-button-wrap {
	padding: 0;
}

.v-panel-content-in-doc-search .v-menubar {
	background-color: transparent;
	height: 20px;
}

.v-panel-content-in-doc-search .v-menubar .v-menubar-menuitem {
	padding: 0;
	height: 20px;
}

.v-panel-content-in-doc-search .v-menubar .v-menubar-menuitem .v-menubar-menuitem-caption {
	height: 0;
}

.v-panel-content-in-doc-search .v-menubar-hits .v-menubar-menuitem {
	margin-bottom: 2px;
	height: 16px;
	background-color: #255584;
}

.v-panel-content-in-doc-search .v-menubar-hits .v-menubar-menuitem .v-menubar-menuitem-caption {
	height: 16px;
	line-height: 16px;
	font-size: 11px;
	background: #255584 url(../iso-public/in-doc-search/img/hits-bg.png) no-repeat top left;
	padding: 0 2px 0 6px;
	vertical-align: top;
}

.v-panel-content-in-doc-search .v-menubar-submenu-indicator {
	width: 15px;
	height: 16px;
	display: block;
	float: right;
	text-indent: -100px;
	background: #255584 url(../iso-public/in-doc-search/img/menu-indicator.png) no-repeat top right;
}

.v-panel-content-in-doc-search .v-menubar-menuitem-search-down-button {
	background: transparent url(../iso-public/in-doc-search/img/down.png) no-repeat center center;
}

.v-panel-content-in-doc-search .v-menubar-menuitem-search-up-button {
	background: transparent url(../iso-public/in-doc-search/img/up.png) no-repeat center center;
}

.v-panel-content-in-doc-search .v-menubar-menuitem-search-x-button {
	background: transparent url(../iso-public/in-doc-search/img/x.png) no-repeat center center;
}

.v-splitpanel-hsplitter div {
	background: url(../iso-public/horizontal-splitpanel/img/splitter.png);
}

.v-splitpanel-hsplitter-left-expanded div, .v-splitpanel-hsplitter-left-collapsed div {
	margin-top: 27px;
}

.v-splitpanel-hsplitter-left-expanded a {
	position: absolute;
	background: transparent url(../iso-public/horizontal-splitpanel/img/collapse.png) no-repeat;
	width: 26px;
	height: 27px;
	z-index: 200;
	cursor: pointer;
}

.v-splitpanel-hsplitter-left-collapsed a {
	position: absolute;
	background: transparent url(../iso-public/horizontal-splitpanel/img/expand.png) no-repeat;
	width: 26px;
	height: 27px;
	z-index: 200;
	cursor: pointer;
}

.v-customcomponent-facet .v-panel-caption {
	color: #000;
	background: #e8edf1;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.v-customcomponent-facet .v-csslayout .v-label {
	display: inline;
	zoom: 1;
	color: #013568;
	float: left;
}

.v-customcomponent-facet .v-csslayout-container {
	white-space: nowrap;
}

.v-customcomponent-facet .v-csslayout-selected .v-label {
	vertical-align: top;
	font-weight: bold;
}

.v-customcomponent-facet .v-csslayout .v-label-count {
	color: #7d7d7d;
	float: right;
	padding-right: 9px;
}

.v-customcomponent-facet .v-csslayout-selected .v-label-count {
	font-weight: normal;
}

.v-horizontallayout-timeline {
	background-image: url(../iso-public/timeline/img/timeline-bg.png);
}

.v-horizontallayout-timeline .v-button, .v-horizontallayout-timeline .v-disabled.v-button:focus, .v-horizontallayout-timeline .v-disabled.v-button:active, .v-horizontallayout-timeline .v-button:active, .v-horizontallayout-timeline .v-ie7 .v-pressed.v-button, .v-horizontallayout-timeline .v-ie8 .v-pressed.v-button, .v-horizontallayout-timeline div.v-button-down.v-button {
	background: none;
	border: none;
	border-right: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	color: #416095;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	height: 32px;
	background: transparent url(../iso-public/timeline/img/pin.png) no-repeat bottom left;
}

.v-horizontallayout-timeline .v-button-selected, .v-horizontallayout-timeline .v-button-selected:active {
	background: transparent url(../iso-public/timeline/img/selected.png) no-repeat bottom left;
	padding-left: 22px;
}

.v-horizontallayout-timeline .v-button-selected .v-button-wrap, .v-horizontallayout-timeline .v-button-selected:active .v-button-wrap {
	background: transparent url(../iso-public/timeline/img/selected-right.png) no-repeat center right;
}

.v-horizontallayout-timeline .v-button-wrap {
	height: auto;
	padding: 8px 15px;
}

.v-horizontallayout-timeline .v-button-selected .v-button-wrap {
	padding-left: 0px;
}

.v-horizontallayout-timeline .v-button .v-button-caption {
	color: #013568;
	text-decoration: none;
	font-weight: bold;
}

.v-horizontallayout-timeline .v-button-selected .v-button-caption {
	color: #fff;
}

.v-horizontallayout-timeline .v-button-past, .v-horizontallayout-timeline .v-button-past:active, .v-horizontallayout-timeline .v-button-future, .v-horizontallayout-timeline .v-button-future:active {
	border: 1px solid #ced8dd;
	border-top-color: #d5d8d9;
	border-bottom: none;
}

.v-horizontallayout-timeline .v-button-past, .v-horizontallayout-timeline .v-button-past:active {
	background: #e8edf0 url(../iso-public/timeline/img/past.png) no-repeat left 12px;
}

.v-horizontallayout-timeline .v-button-past .v-button-wrap {
	padding-left: 25px;
}

.v-horizontallayout-timeline .v-button-future, .v-horizontallayout-timeline .v-button-future:active {
	background: #e8edf0 url(../iso-public/timeline/img/future.png) no-repeat right 12px;
}

.v-horizontallayout-timeline .v-button-future .v-button-wrap {
	padding-right: 25px;
}

.viewletdisplay {
	padding-top: 25px;
}

.tabviewlet-wrapper .v-csslayout-margin {
	margin: 5px;
}

.viewletdisplay .v-gridlayout .v-gridlayout-margin-top {
	padding-top: 0px;
}

.gridviewlet-wrapper > .v-csslayout-margin {
	margin: 0 3px;
	border: 1px solid #DDD;
}

.v-csslayout-viewlet-header {
	background-color: #E8EDF0;
	padding: 2px 0 3px 0;
}

.viewlet-header .viewlet-header-label {
	display: inline;
	padding: 5px 10px;
	font-size: 14px;
	font-weight: bold;
}

.viewlet-header .maximize-button, .viewlet-header .maximize-button:focus {
	display: inline;
	float: right;
	padding: 2px 5px 0 0;
}

.v-app {
	background: #fff url(../iso-public/bg.png) repeat-x;
}

.v-gridlayout .v-gridlayout-margin-top {
	padding-top: 30px;
}

.v-horizontallayout-segment .v-button {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border-left-width: 0;
	zoom: 1;
	overflow: visible;
}

.v-horizontallayout-segment .v-button .v-button-wrap {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	zoom: 1;
}

.v-horizontallayout-segment .first {
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	border-left-width: 1px;
}

.v-horizontallayout-segment .last {
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.v-csslayout-application-header, .v-csslayout-application-header .v-csslayout-margin, .v-csslayout-application-header .v-csslayout-container {
	overflow: visible;
}

.v-label-header-blue {
	background-color: #013568;
	height: 5px;
}

.v-label-iso-logo {
	background: #013568 url(../iso-public/common/img/iso.png) bottom left no-repeat;
	position: absolute;
	top: 0;
	left: 24px;
	width: 84px;
	height: 107px;
	z-index: 20000;
}

.v-horizontallayout-black {
	background-color: black;
}

.v-horizontallayout-black .v-horizontallayout-margin {
	padding-left: 120px;
	padding-right: 24px;
}

.v-horizontallayout-tabsheet-wrapper .v-horizontallayout-margin {
	padding-left: 118px;
}

.v-horizontallayout-tabsheet-wrapper {
	background-color: #000000;
}

.v-csslayout-application-header .v-label-h1 {
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.2;
	padding-bottom: 0;
}

.v-csslayout-application-header .v-label-blue {
	background: transparent url(../iso-public/search-header-bg.png) repeat-x;
}

.i-content-toolbar {
	background: #e8edf0;
}

.v-button-i-paging, .v-disabled.v-button-i-paging:focus, .v-disabled.v-button-i-paging:active, .v-button-i-paging:active, .v-ie7 .v-pressed.v-button-i-paging, .v-ie8 .v-pressed.v-button-i-paging, div.v-button-down.v-button-i-paging {
	background: none;
	border: 1px solid #d9d9d9;
	border-right: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	color: #416095;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	height: 28px;
}

.v-disabled.v-button-i-paging, .v-disabled.v-button-i-paging:focus, .v-disabled.v-button-i-paging:active {
	background: #d3e7f1;
	opacity: 1;
	filter: alpha(opacity=100);
}

.v-button-i-paging.v-button-first {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.v-button-i-paging.v-button-last {
	border-right: 1px solid #d9d9d9;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.v-horizontallayout-info .v-horizontallayout-margin {
	padding: 10px 25px;
}

.v-horizontallayout-info .v-horizontallayout .v-horizontallayout-margin {
	padding: 0;
}

.v-horizontallayout-info .v-label-h1 {
	color: #404040;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
}

.v-horizontallayout-info .v-caption {
	color: #7a7a7a;
	margin-right: 40px;
}

.v-csslayout-search-header {
	background: transparent url(../iso-public/img/search-bg.png) repeat-x;
	height: 86px;
	padding: 30px 25px 30px 25px;
}

.v-csslayout-search-header .v-csslayout-margin {
	margin-top: 27px;
	margin-left: 25px;
}

.v-filterselect-nextpage, .v-filterselect-nextpage-off, .v-filterselect-prevpage-off, .v-filterselect-prevpage {
	background: none;
}

.v-filterselect-prevpage-off span, .v-filterselect-nextpage-off span, .v-filterselect-prevpage span, .v-filterselect-nextpage span {
	display: block;
	text-indent: -9999px;
	height: 12px;
	background: transparent url(../base/common/img/sprites.png) no-repeat 50% 3px;
}

.v-filterselect-nextpage span, .v-filterselect-nextpage-off span, .v-filterselect-prevpage-off span, .v-filterselect-prevpage span {
	display: block;
	text-indent: -9999px;
	height: 12px;
	background: transparent url(../base/common/img/sprites.png) no-repeat 50% 3px;
}

.v-filterselect-nextpage-off span, .v-filterselect-nextpage span {
	background-position: 50% -12px;
}

img.iso-logo {
	background-color: #013568;
	margin-left: 24px;
	height: 107px;
	width: 84px;
}

.v-tabsheet-account {
	margin-top: 20px;
	padding: 0;
}

.v-tabsheet-tabcontainer-account {
	width: 90% !important;
	height: 50px;
	margin-left: 24px;
	border: 1px #cecece solid;
	background-color: #f9f9f9;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 0px 3px 1px #eaeaea;
	-webkit-box-shadow: 0px 0px 3px 1px #eaeaea;
	box-shadow: 0px 0px 3px 1px #eaeaea;
}

.v-tabsheet-tabs-account .v-tabsheet-tabitem, .v-tabsheet-tabs-account .v-tabsheet-tabitem-selected, .v-tabsheet-tabs-account .v-tabsheet-tabitemcell, .v-tabsheet-tabs-account .v-tabsheet-tabitemcell-disabled {
	background: transparent;
}

.v-tabsheet-tabs-account .v-tabsheet-tabitemcell-disabled .v-tabsheet-tabitem .v-disabled {
	opacity: 100;
	font-size: 17px;
}

.v-tabsheet-tabs-account .v-tabsheet-tabitemcell .v-tabsheet-tabitem, .v-tabsheet-tabs-account .v-tabsheet-tabitemcell-disabled .v-tabsheet-tabitem {
	border: 0;
	background-color: #f9f9f9;
	height: 47px;
	color: #838383;
	font-size: 15px;
}

.v-tabsheet-tabs-account .v-tabsheet-tabitemcell-dummy-account-tab .v-captiontext {
	color: #838383;
	font-size: 17px;
}

.v-tabsheet-tabs-account .v-tabsheet-tabitemcell .v-tabsheet-tabitem-selected {
	border-left: 1px solid #E3E3E3;
	border-right: 1px solid #E3E3E3;
	background-color: #EDEDED;
	height: 55px;
	color: #838383;
	font-size: 15px;
	font-weight: bold;
}

.v-tabsheet-tabs-account .v-tabsheet-tabitemcell .v-tabsheet-tabitem .v-captiontext, .v-tabsheet-tabs-account .v-tabsheet-tabitemcell .v-tabsheet-tabitem-selected .v-captiontext {
	color: #838383;
	font-size: 15px;
}

.v-tabsheet-tabs-account .v-tabsheet-tabitemcell .v-tabsheet-tabitem-selected .v-captiontext {
	padding: 0.4em 0.1em;
}

.v-tabsheet-tabs-account .v-tabsheet-spacertd div {
	border-left: 0;
}

.v-panel-assets .v-verticallayout-assets .v-verticallayout-spacing-on {
	padding-top: 15px;
}

.v-panel-assets .v-verticallayout-assets {
	padding: 15px 0px;
}

.v-panel-assets {
	padding: 0px 0px 0px 24px;
}

.v-horizontallayout-header, .v-verticallayout-header {
	background-color: #ffffff;
	margin: 12px 0px 0px 12px;
	padding: 12px 0px 12px 12px !important;
}

.v-verticallayout-assets .std-datagrid, .v-verticallayout-assets .col-datagrid, .v-verticallayout-assets .grs-datagrid {
	margin: 0px;
}

.v-gridlayout-my-stds, .v-gridlayout-my-pubs, .v-gridlayout-my-grs {
	background-color: #ffffff;
	padding: 10px;
}

.v-button-product {
	border-radius: 3px;
	color: #fff;
	text-decoration: none;
	background-repeat: repeat-x;
	border: 1px solid transparent;
	box-sizing: border-box;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.v-button-blue {
	background-color: #006bb7;
	border-color: #005c9e;
	background-image: -moz-linear-gradient(#4891d3, #266dbf);
	background-image: -o-linear-gradient(#4891d3, #266dbf);
	background-image: linear-gradient(#4891d3, #266dbf);
	background-image: -moz-linear-gradient(top, #428bca 0, #2d6ca2 100%);
}

.v-button-blue:hover, .v-button-blue.active {
	background-image: none;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	background-position: 0 -15px;
	background-color: #005c9e;
}

.v-button-orange {
	background-color: #f0ad4e;
	border-color: #eea236;
	background-image: -moz-linear-gradient(#FFD760, #ED9C28);
	background-image: -o-linear-gradient(#FFD760, #ED9C28);
	background-image: linear-gradient(#FFD760, #ED9C28);
	background-image: -moz-linear-gradient(top, #f0ad4e 0, #eea236 100%);
}

.v-button-orange:hover, .v-button-orange.active {
	background-image: none;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	background-position: 0 -15px;
	background-color: #FFE1A5;
}

.v-button-red {
	background-color: #b84600;
	border-color: #9f3c00;
	background-image: -moz-linear-gradient(#CC3F3B, #B92C28);
	background-image: -o-linear-gradient(#CC3F3B, #B92C28);
	background-image: linear-gradient(#CC3F3B, #B92C28);
	background-image: -moz-linear-gradient(top, #CC3F3B 0, #B92C28 100%);
}

.v-button-red:hover, .v-button-red.active {
	background-image: none;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	background-position: 0 -15px;
	background-color: #9f3c00;
}

.v-button-green {
	background-color: #55AF55;
	border-color: #3E8F3E;
	background-image: -moz-linear-gradient(#55AF55, #3E8F3E);
	background-image: -o-linear-gradient(#55AF55, #3E8F3E);
	background-image: linear-gradient(#55AF55, #3E8F3E);
	background-image: -moz-linear-gradient(top, #55AF55 0, #3E8F3E 100%);
}

.v-button-green:hover, .v-button-green.active {
	background-image: none;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	background-position: 0 -15px;
	background-color: #8CF28C;
}

.v-textfield-product-search {
	margin: 0;
	line-height: 1.7;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	border-left: 1px solid #dedede;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	border-right: 0;
	padding: 4px !important;
}

.v-horizontallayout-notifemail {
	border: 1px #cecece solid;
	background-color: #f9f9f9;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 0px 3px 1px #eaeaea;
	-webkit-box-shadow: 0px 0px 3px 1px #eaeaea;
	box-shadow: 0px 0px 3px 1px #eaeaea;
	margin-right: 5px;
}

.v-horizontallayout-notifemail input.v-textfield-readonly {
	background: #E5E5E5;
}

.v-horizontallayout-notifemail input.v-textfield-error {
	background: #ffeff2;
	border-color: #ca949e;
	border-top-color: #b8707d;
	border-bottom-color: #e3aeb8;
}

.v-filterselect-orders {
	white-space: nowrap;
	text-align: left;
	border: 1px solid #E5E5E5;
	height: 28px;
	padding: 2px;
	border-radius: 3px;
}

.v-filterselect-suggestpopup-orders {
	border: 1px solid #E5E5E5;
}

.v-filterselect-suggestpopup-orders .gwt-MenuItem-selected {
	background: #E5E5E5 repeat-x !important;
	text-shadow: #AEAEAE 0 1px 0 !important;
	color: #222222 !important;
}

.v-filterselect-orders .v-filterselect-input {
	border: none;
	color: #000000;
	font-style: normal;
}

.v-button-link.v-button-account .v-button-caption {
	color: #629ED2 !important;
	font-weight: bold;
}

.v-button-bold .v-button-caption {
	font-weight: bold;
}

.v-menubar-orders {
	height: 28px;
	border: 1px #cecece solid;
	background-color: #f9f9f9;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 3px;
	-moz-box-shadow: 0px 0px 3px 1px #eaeaea;
	-webkit-box-shadow: 0px 0px 3px 1px #eaeaea;
	box-shadow: 0px 0px 3px 1px #eaeaea;
	margin-left: 30px;
}

.v-menubar-orders .v-menubar-menuitem {
	background: transparent;
	padding: 0 11px 0 0;
	height: 28px;
	cursor: pointer;
	position: relative;
}

.v-menubar-orders .v-menubar-submenu-indicator {
	display: none;
}

.v-menubar-orders .v-menubar-menuitem .v-menubar-menuitem-caption {
	display: inline-block;
	background: transparent;
	padding: 2px 13px 2px 11px;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	color: #000;
}

.v-menubar-popup {
	border: 1px #cecece solid;
	background-color: #f9f9f9;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 3px;
	-moz-box-shadow: 0px 0px 3px 1px #eaeaea;
	-webkit-box-shadow: 0px 0px 3px 1px #eaeaea;
	box-shadow: 0px 0px 3px 1px #eaeaea;
}

.v-csslayout-address {
	padding: 10px;
}

.subscription-iframe .v-window-contents .v-scrollable {
	overflow: hidden;
}

.userdetail .v-readonly .v-select-select {
	cursor: not-allowed;
	background-color: #eee;
}

.datagrid .entityheader {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 2px solid #E4E6EB;
}

.datagrid .abstract {
	background-color: #ffffff;
	margin: 10px;
	padding: 10px;
	border: 1px solid #eef2fe;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

.datagrid .section {
	margin-top: 36px;
	padding-left: 30px;
	padding-top: 30px;
	white-space: nowrap;
}

.datagrid .section:first-child {
	margin-top: 0;
}

.datagrid .section .v-label.section-caption {
	font-size: 16px;
	text-transform: none;
	color: #c52c4a;
	margin-left: 20px;
	letter-spacing: 0;
	left: 10px;
}

.datagrid .v-caption-section-caption {
	position: absolute;
	top: 9px;
	left: 10px;
}

.datagrid .v-caption-section-caption > .v-icon {
	width: 16px;
	height: 16px;
}

.datagrid .section .v-label, .datagrid .section .v-caption {
	display: inline-block;
	font-weight: bold;
	color: #667494;
	font-size: 12px;
}

.v-ie7 .datagrid .section .v-label, .v-ie7 .datagrid .section .v-caption {
	display: inline;
	zoom: 1;
}

.datagrid .section .message {
	position: absolute;
	top: 8px;
	left: 25.5%;
	margin-left: 18px;
	font-weight: normal;
}

.datagrid .icon-upgrade span span {
	background: url(icons/project/16/upgrade.png) no-repeat scroll left top transparent !important;
	padding-left: 18px;
}

.datagrid .icon-downgrade span span {
	background: url(icons/project/16/downgrade.png) no-repeat scroll left top transparent !important;
	padding-left: 18px;
}

.datagrid .column-1, .datagrid .column-2, .datagrid .column-3, .datagrid .column-4 {
	margin-right: 0.5%;
	margin-left: 10px;
}

.datagrid .column-1 {
	width: 25%;
	font-weight: bold;
}

.datagrid .column-2 {
	width: 25%;
}

.datagrid .column-3 {
	width: 20%;
}

.datagrid .column-4 {
	width: 12%;
}

.datagrid .column-5 {
	width: 10%;
}

.datagrid .status {
	width: 8%;
	float: right;
}

.v-ff .datagrid .status, .v-ie7 .datagrid .status {
	margin-top: -1.5em;
}

.assets .v-spacing {
	height: 50px;
}

.assets .datagrid .v-spacing {
	height: 6px;
}

.datagrid .header-row {
	background-color: #ededed;
	border-bottom: 2px solid #CECECE;
	margin: 0 6px;
	padding: 8px 14px 8px 30px;
}

.std-datagrid .header-row, .col-datagrid .header-row, .pub-datagrid .header-row, .grs-datagrid .header-row, .order-datagrid .header-row, .sub-datagrid .header-row {
	border-top: 3px solid #CECECE;
	border-bottom: 1px solid #CECECE;
}

.notif-datagrid .header-row {
	background-color: #ffffff;
}

.datagrid .section + .header-row > .v-csslayout-margin {
	border-top: none;
}

.datagrid .header-row .v-label, .datagrid .header-row .v-link {
	display: inline-block;
	line-height: 16px;
	white-space: nowrap;
	word-wrap: break-word;
	vertical-align: middle;
}

.v-ie7 .datagrid .header-row .v-label, .v-ie7 .datagrid .header-row .v-link {
	display: inline;
}

.datagrid .result-row {
	background-color: #ffffff;
	margin: 0 6px;
	padding: 8px 14px 8px 30px;
	border-top: 1px solid #e8e9ef;
}

.datagrid .section + .result-row > .v-csslayout-margin {
	border-top: none;
}

.datagrid .result-row .v-label, .datagrid .result-row .v-link, .datagrid .result-row .v-horizontallayout, .datagrid .result-row .v-button {
	display: inline-block;
	line-height: 16px;
	white-space: normal;
	word-wrap: break-word;
	vertical-align: middle;
}

.datagrid .result-row .v-checkbox, .v-ie7 .datagrid .result-row .v-label, .v-ie7 .datagrid .result-row .v-link, .v-ie7 .datagrid .result-row .v-horizontallayout, .v-ie7 .datagrid .result-row .v-checkbox, .v-ie7 .datagrid .result-row .v-button {
	display: inline;
}

.datagrid .footer-row {
	background-color: #ffffff;
	border-top: 3px solid #CECECE;
	margin: 0 6px;
	padding: 8px 14px 8px 30px;
}

.std-datagrid .footer-row, .col-datagrid .footer-row, .grs-datagrid .footer-row {
	border-top: 1px solid #CECECE;
	border-bottom: 3px solid #CECECE;
}

.datagrid .section + .footer-row > .v-csslayout-margin {
	border-bottom: none;
}

.datagrid .footer-row .v-label, .datagrid .footer-row .v-horizontallayout, .datagrid .footer-row .v-verticallayout, .datagrid .footer-row .v-link {
	display: inline-block;
	line-height: 16px;
	white-space: normal;
	word-wrap: break-word;
	vertical-align: middle;
}

.datagrid .footer-row .v-link span {
	text-decoration: none;
	color: #629ED2 !important;
}

.datagrid .footer-row .v-checkbox, .v-ie7 .datagrid .footer-row .v-label, .v-ie7 .datagrid .footer-row .v-horizontallayout, .v-ie7 .datagrid .footer-row .v-link {
	display: inline;
}

.datagrid .std-column-1, .datagrid .pub-column-1 {
	width: 80% !important;
}

.v-verticallayout-std-column-1 .v-label, .v-label-pub-column-1 {
	font-weight: bold;
	white-space: normal;
}

.std-column-1 .std-title {
	color: #404040;
	cursor: default;
	font-weight: normal;
}

.datagrid .std-column-2, .datagrid .pub-column-2 {
	width: 20% !important;
}

.datagrid .col-column-1 {
	width: 80% !important;
}

.col-column-1 .v-button .v-button-caption, .col-column-1 .v-button-caption {
	font-weight: bold;
}

.col-column-1 .expires {
	padding-left: 3px;
	padding-top: 1px;
}

.datagrid .col-column-2 {
	width: 20% !important;
}

.datagrid .grs-column-1 {
	cursor: pointer;
	cursor: hand;
	width: 80% !important;
}

.datagrid .grs-column-2 {
	width: 20% !important;
}

.datagrid .sub-column-1 {
	width: 50% !important;
}

.datagrid .sub-column-2 {
	width: 10% !important;
}

.datagrid .sub-column-3 {
	width: 10% !important;
}

.datagrid .sub-column-4 {
	width: 30% !important;
}

.datagrid .notif-column-1 {
	margin-left: 0px !important;
	width: 5% !important;
}

.datagrid .notif-column-2 {
	width: 95% !important;
	padding-left: 15px;
}

.order-datagrid {
	background-color: #ffffff;
}

.order-datagrid .order-result-row, .order-datagrid .order-result-row-active {
	display: block;
	line-height: 16px;
	white-space: normal;
	word-wrap: break-word;
	vertical-align: middle;
	margin: 0 6px;
	padding: 8px 14px 8px 30px;
	border-top: 1px solid #e8e9ef;
}

.order-datagrid .order-result-row-active {
	background-color: #F3EFDB;
}

.order-datagrid .order-result-row-active {
	border-left: 2px solid #DECCAF;
}

.order-datagrid .section + .order-result-row > .v-csslayout-margin, .order-datagrid .section + .order-result-row-active > .v-csslayout-margin {
	border-top: none;
}

.order-datagrid .order-result-row .v-label, .order-datagrid .order-result-row .v-link, .order-datagrid .order-result-row .v-horizontallayout, .order-datagrid .order-result-row .v-button, .order-datagrid .order-result-row-active .v-label, .order-datagrid .order-result-row-active .v-link, .order-datagrid .order-result-row-active .v-horizontallayout, .order-datagrid .order-result-row-active .v-button {
	display: inline-block;
	line-height: 16px;
	white-space: normal;
	word-wrap: break-word;
	vertical-align: middle;
}

.order-datagrid .order-result-row .v-checkbox, .v-ie7 .order-datagrid .order-result-row .v-label, .v-ie7 .order-datagrid .order-result-row .v-link, .v-ie7 .order-datagrid .order-result-row .v-horizontallayout, .v-ie7 .order-datagrid .order-result-row .v-checkbox, .v-ie7 .order-datagrid .order-result-row .v-button, .order-datagrid .order-result-row-active .v-checkbox, .v-ie7 .order-datagrid .order-result-row-active .v-label, .v-ie7 .order-datagrid .order-result-row-active .v-link, .v-ie7 .order-datagrid .order-result-row-active .v-horizontallayout, .v-ie7 .order-datagrid .order-result-row-active .v-checkbox, .v-ie7 .order-datagrid .order-result-row-active .v-button {
	display: inline;
}

.datagrid .order-column-1 {
	width: 10% !important;
}

.datagrid .order-column-2 {
	width: 20% !important;
}

.datagrid .order-column-3 {
	width: 30% !important;
}

.datagrid .order-column-3.initial {
	color: #494949;
}

.datagrid .order-column-3.pending-payment {
	color: #B7995B;
	font-style: italic;
}

.datagrid .order-column-3.pending-shipment {
	color: #705725;
	font-style: italic;
}

.datagrid .order-column-3.complete {
	color: #478948;
}

.datagrid .order-column-4 {
	width: 40% !important;
	text-align: right;
}

.order-detail-datagrid, .order-detail {
	background-color: #F5F5F5;
}

.v-horizontallayout-order-detail {
	margin-left: 6px;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-right: 10px;
}

.order-detail-datagrid .header-row, .order-detail-datagrid .result-row {
	padding: 10px 0px 3px 6px;
}

.order-detail-datagrid .footer-row {
	padding: 3px 0px 3px 0px;
}

.order-detail {
	border-left: 2px solid #DECCAF;
}

.datagrid .order-detail-column-1 {
	width: 50% !important;
}

.datagrid .order-detail-column-2 {
	width: 7% !important;
}

.datagrid .order-detail-column-3 {
	width: 7% !important;
}

.datagrid .order-detail-column-4 {
	width: 8% !important;
}

.datagrid .order-detail-column-5 {
	width: 18% !important;
}

.datagrid .order-detail-column-6 {
	width: 10% !important;
}

.order-detail-datagrid .order-detail-footer-row {
	border-top: none;
}

.order-detail-datagrid .order-detail-footer-row-1 .v-label, .order-detail-datagrid .order-detail-footer-row-2 .v-label {
	color: #B0B0B0;
}

.order-detail-datagrid .order-detail-footer-row-3 .v-label {
	color: #BD221D;
	font-weight: bold;
}

.order-detail-datagrid .order-detail-footer-row .order-detail-column-5, .order-detail-datagrid .order-detail-footer-row .order-detail-column-6 {
	border-top: 1px solid #e8e9ef;
	line-height: 25px;
}

.order-detail-datagrid .order-detail-footer-row .order-detail-column-5 {
	text-align: right;
}

.order-detail-datagrid .order-detail-footer-row .order-detail-column-5:after {
	content: "\00a0\00a0";
}

.order-detail-datagrid .order-detail-footer-row .order-detail-column-6 .v-label-price {
	padding-left: 5px;
}

.order-invoice-datagrid, .order-invoice {
	background-color: #F5F5F5;
}

.order-invoice {
	border-left: 2px solid #DECCAF;
}

.v-horizontallayout-order-invoice {
	margin-left: 6px;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-right: 10px;
}

.order-invoice-datagrid .result-row {
	padding: 7px 0px 7px 0px;
	border-left: 4px solid #266dbf;
}

.datagrid .order-invoice-column-1 {
	width: 70% !important;
	text-align: right;
}

.datagrid .order-invoice-column-2 {
	width: 10% !important;
	text-align: right;
}

.datagrid .order-invoice-column-3 {
	width: 20% !important;
}

.datagrid .order-invoice-column-3 div:first-child {
	float: right;
	margin-right: 10px;
}

.order-credit-note-datagrid, .order-credit-note {
	background-color: #F5F5F5;
}

.order-credit-note {
	border-left: 2px solid #DECCAF;
}

.v-horizontallayout-order-credit-note {
	margin-left: 6px;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-right: 10px;
}

.order-credit-note-datagrid .result-row {
	padding: 7px 0px 7px 0px;
	border-left: 4px solid #B92C28;
}

.datagrid .order-credit-note-column-1 {
	width: 70% !important;
	text-align: right;
}

.datagrid .order-credit-note-column-2 {
	width: 10% !important;
	text-align: right;
}

.datagrid .order-credit-note-column-3 {
	width: 20% !important;
}

.datagrid .order-credit-note-column-3 div:first-child {
	float: right;
	margin-right: 10px;
}

.datagrid .col-column-1 .v-button-caption, .datagrid .pub-column-1 .v-button-caption, .datagrid .sub-column-1 .v-button-caption {
	white-space: normal;
}

.freetrial {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	margin-left: 5px;
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	line-height: 1;
	vertical-align: baseline;
	white-space: nowrap;
	text-align: center;
	border-radius: 10px;
	background-color: #428bca;
	background-image: none;
}

.freetrial .v-button-wrap {
	padding: 0;
}

.normal {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
	color: black;
	font-weight: normal;
	max-width: 800px;
}

div.sts-standard {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
	color: black;
	font-weight: normal;
	max-width: 800px;
	padding: 5px 10px 5px 10px;
}

div.sts-sub-part h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16pt;
	padding-top: 20px;
	color: black;
	font-weight: bold;
	max-width: 800px;
	clear: both;
}

div.sts-section, div.sts-section p, div.sts-section td, div.sts-copyright, div.sts-app {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
	color: black;
	max-width: 800px;
	clear: both;
}

div.sts-p {
	clear: both;
	margin: 10px 0 10px 0;
}

div.sts-section h1, div.sts-app h1 {
	font-size: 12pt;
	padding-top: 20px;
	color: black;
	font-weight: bold;
}

div.sts-section h2 {
	font-size: 11pt;
	padding-top: 10px;
	color: black;
	font-weight: bold;
}

div.sts-section h3, div.sts-section h4, div.sts-section h5, div.sts-section h6, div.sts-section h7 {
	font-size: 10pt;
	padding-top: 5px;
	font-weight: bold;
}

span.sts-section-label {
	font-weight: bold;
}

div.sts-caption {
	margin: 10px;
	font-weight: bold;
}

div.sts-fig, div.sts-fig-group {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
	clear: both;
}

div.sts-fig-group-content {
	display: inline-block;
}

div.sts-fig.float-left {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	clear: none;
}

div.sts-fig table {
	margin-left: auto;
	margin-right: auto;
	border-spacing: 0;
}

div.sts-table-wrap.fig-index, div.sts-table-wrap.fig-index table, div.sts-table-wrap.formula-index, div.sts-table-wrap.formula-index table {
	text-align: left;
	margin-left: 10px;
}

div.sts-fig div.sts-non-normative-note, div.sts-fig div.footnote {
	text-align: left;
	margin-left: 20px;
}

span.sts-non-normative-note-label {
	margin-right: 10px;
}

div.sts-table-wrap {
	margin-top: 25px;
	text-align: center;
}

div.sts-table-wrap table {
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	border-spacing: 0;
}

div.sts-array-content {
	margin-top: 25px;
	text-align: center;
}

div.sts-array-content table {
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	border-spacing: 0;
}

table.sts-ref-list {
	border: none;
}

table.sts-ref-list td {
	vertical-align: text-top;
	padding-bottom: 10px;
}

table.sts-ref-list td.sts-label {
	width: 30px;
}

ul.sts-ref-list {
	list-style-type: none;
	padding-left: 0;
}

ul.sts-ref-list li {
	padding-bottom: 10px;
}

span.sts-std-title {
	font-style: italic;
}

div.sts-disp-formula-label {
	text-align: right;
}

div.sts-tbx-sec {
	margin-top: 15px;
}

div.sts-tbx-label, div.sts-tbx-term {
	font-weight: bold;
	clear: both;
}

div.sts-tbx-term.admittedTerm {
	font-weight: normal;
	clear: both;
}

.sts-tbx-entailedTerm, .sts-tbx-entailedTerm a, span.sts-tbx-crossReference, span.sts-tbx-crossReference a {
	font-weight: bold;
	text-decoration: none;
	color: black;
}

.sts-tbx-entailedTerm a:hover, .sts-tbx-crossReference a:hover, .sts-tbx-see a:hover {
	background-color: lightgrey;
}

.sts-tbx-entailedTerm-num, .sts-tbx-entailedTerm-num a {
	font-weight: normal;
}

div.sts-tbx-example-label {
	float: left;
	padding-right: 15px;
}

div.sts-tbx-example-content {
	float: left;
	width: 90%;
	margin-bottom: 10px;
}

div.sts-tbx-note, div.sts-tbx-example, div.sts-tbx-see, div.sts-tbx-source, div.sts-tbx-crossReference {
	margin-top: 10px;
	clear: both;
}

.sts-tbx-see a {
	text-decoration: none;
	color: #013568;
}

.sts-app-header {
	text-align: center;
}

a.sts-std-ref {
	text-decoration: none;
	color: #013568;
}

a.sts-std-ref:hover {
	background-color: lightgrey;
}

.footnote, .footnote p {
	font-family: Helvetica, Arial, sans-serif;
	text-align: left;
	font-size: 8pt;
	color: black;
}

a.sts-xref {
	text-decoration: none;
	color: #013568;
}

a.sts-xref:hover {
	background-color: lightgrey;
}

.list li > div.sts-p {
	text-indent: -1.2em;
}

.list li > div.sts-p > div.sts-array > div.sts-array-content {
	text-indent: 0em;
}

.sts-non-normative-note {
	text-align: left;
	margin: 10px 0 10px 0;
}

.sts-non-normative-note p, .sts-non-normative-note pre {
	font-size: 9pt;
}

.sts-preformat {
	margin: 0;
}

.sts-preformat.code-allow-wrap {
	white-space: normal;
}

.sts-boxed-text {
	border-style: solid;
	border-width: 2px;
	padding: 5px;
}

.sts-p.align-center {
	text-align: center;
}

.sts-p.align-right {
	text-align: center;
}

.sts-p.align-left {
	text-align: center;
}

.sts-p.align-left.valign-top {
	vertical-align: top;
}

.sts-p.valign-bottom {
	vertical-align: bottom;
}

.sts-p.valign-middle {
	vertical-align: middle;
}

.sts-p.indent {
	margin-left: 10px;
}

.sts-partial-display-note {
	max-width: 800px;
	text-align: center;
}

.sts-partial-display-note-text {
	padding: 10px;
	background-color: #AFC6E1;
	border: 3px solid #E8EDF0;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5x;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

.sts-protected-content-note {
	margin-top: 10px;
	clear: both;
	max-width: 800px;
	background-color: #AFC6E1;
}

.sts-protected-content-note-top {
	background: url(images/text-break-top.png);
	background-repeat: repeat-x;
	background-position: top;
	height: 14px;
}

.sts-protected-content-note-bottom {
	background: url(images/text-break-bottom.png);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 14px;
}

.sts-protected-content-note-text {
	margin: 2px;
	text-align: center;
	font-weight: bold;
}

.sts-protected-content-inpreview-text {
	margin-bottom: 10px;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
}

.sts-unknown-element {
	color: red;
}

.sts-table-wrap td {
	padding: 3px;
}

.sts-footnotes hr {
	width: 200px;
	text-align: left;
	margin-left: 0;
}

.sts-copyright {
	text-align: right;
}

.iframe-body {
	overflow: auto;
	margin: 0;
	padding: 0;
	border-style: none;
	border: 0;
}

#scrollwrapper {
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
}

.hit {
	background: #fff200;
}

.currhit {
	background-color: orange;
}

.sts-table-wrap table {
	border-color: black;
}

.sts-table-wrap th {
	font-weight: normal;
}

div.dimension {
	text-align: right;
	font-weight: normal;
}

div.sts-fn {
	margin-top: 5px;
}

img.math {
	vertical-align: middle;
	border: 0;
}

.a {
	background-color: #ff5555;
	text-decoration: line-through;
}

.b {
	background-color: #90ee90;
}

img.a {
	border: solid 2px #ff5555;
	background-color: white;
}

img.b {
	border: solid 2px #90ee90;
	background-color: white;
}

.grs-view-container {
	margin: 35px 20px 30px 20px;
}

.grs-view-line {
	margin-bottom: 10px;
	overflow: auto;
	white-space: normal;
}

.grs-warning-message {
	margin-bottom: 20px;
	font-weight: bold;
	color: red;
	text-align: center;
}

.grs-view-block {
	border: #999 1px solid;
	background-color: #EEF0F8;
	padding: 10px;
}

.grs-view-table {
	border-spacing: 0px;
}

.grs-view-column-name {
	vertical-align: top;
}

.grs-view-column-value {
	width: 100%;
}

.grs-view-thumbnail {
	margin-bottom: 10px;
}

.grs-result-gallery, .grs-result-gallery .v-customcomponent {
	float: left;
}

.grs-gallery-item {
	float: left;
	padding: 5px;
	border: 3px solid transparent;
	cursor: pointer;
}

.grs-gallery-item:hover {
	border: 3px solid #013568;
}

.grs-gallery-label {
	text-align: center;
}

.grs-preview {
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	font-size: 13px;
	text-align: center;
	margin: 12px;
}

.grs-preview img {
	cursor: pointer;
	width: 150px;
	height: 150px;
	margin-bottom: 10px;
}

.grs-gallery-text-prev {
	text-align: left;
	margin-top: 5px;
	display: block;
}

.grs-view-header {
	background-color: #c3d9e6;
	min-height: 220px;
	width: "100%";
	background-image: url(images/noise.png);
	margin-bottom: 1.5em;
	background-color: #c3d9e6;
	padding: 20px;
	border-top: 1px solid #9fc3d7;
	border-bottom: 1px solid #b1cedf;
	color: #000000;
	overflow: hidden;
}

.grs-view-image {
	float: left;
	width: 200px;
	background-color: #cee0ea;
	border: 10px solid #cee0ea;
	margin-right: 20px;
}

.grs-view-summary {
	float: left;
	padding-top: 10px;
	margin-right: 20px;
}

.grs-view-purchase {
	float: right;
}

.grs-related-pub {
	padding-top: 10px;
	float: right;
	clear: right;
}

.grs-view-others {
	clear: both;
}

.grs-extra {
	padding-left: 30px;
}

.grs-view-field-value {
	position: relative;
	margin-right: 0px;
	max-width: 700px;
}

.grs-view-field-value + .grs-view-field-value {
	margin-top: 10px;
}

.grs-view-summary .grs-view-field-value {
	margin-left: 180px;
}

.grs-view-image .grs-view-field-name {
	margin-right: 10px;
}

.grs-extra .grs-view-field-value {
	margin-left: 240px;
}

.grs-view-field-name {
	font-weight: bold;
	float: left;
	overflow: auto;
}

.grs-view-summary .grs-view-field-name {
	width: 180px;
}

.grs-extra .grs-view-field-name {
	width: 230px;
	clear: left;
}

.grs-meta-title {
	padding-left: 15px;
	float: left;
	padding-right: 6px;
}

.grs-meta-value {
	float: left;
}

.grs-list {
	list-style-type: none;
	float: none;
	padding: 0px;
	margin: 0px;
}

.grs-list-item {
	float: none;
	margin: 0px;
	padding: 0px;
	display: block;
}

.grs-end-page {
	margin-top: 30px;
	background: transparent url(images/divider-horizontal.png) no-repeat 50% 0;
}

.grs-section {
	margin-bottom: 0.5em;
	font-size: 2.1rem;
	line-height: 1.2;
}

.btn, .highlight, .press, .calender-link {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.btn {
	cursor: pointer;
	display: inline-block;
	background-color: #e6e6e6;
	padding: 4px 14px;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	color: #404040;
	font-size: 13px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	border: 1px solid #ccc;
	border-bottom-color: #bbb;
}

.btn:hover {
	color: #404040;
	text-decoration: none;
}

.btn.primary, .btn.danger, .btn.rss {
	color: #ffffff;
}

.btn.primary:hover, .btn.danger:hover, .btn.rss:hover {
	color: #ffffff;
}

.btn.primary {
	background-color: #0b478b;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border-color: #0064cd #0064cd #003f81;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.box {
	overflow: hidden;
	margin-bottom: 1.5em;
	padding: 12px;
	border: 3px solid #e7f0f5;
}

.grs-buy {
	background-color: whitesmoke;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5x;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	border-color: #CF5B46;
	border-style: solid;
}

.grs-status0 {
	background-color: #F0F0F0 !important;
}

.grs-status1 {
	background-color: #22DF27 !important;
}

.grs-status2 {
	background-color: #00F3FC !important;
}

.grs-status3 {
	background-color: #FAF70E !important;
}

.grs-status4 {
	background-color: #A7A7A5 !important;
}

.grs-status5 {
	background-color: #FB232E !important;
}

.grs-status6 {
	background-color: #FA38F3 !important;
}

table.grs-grid {
	width: auto;
}

.grs-grid td {
	padding: 2px 2px 2px;
	text-align: center;
}

.grs-grid a {
	text-decoration: none;
}

table.grs-grid-legend {
	border: 1px solid #e8e8e8;
	margin-bottom: 1.4em;
	width: auto;
	border-collapse: collapse;
	border-spacing: 0;
}

.grs-grid-legend th {
	font-weight: bold;
	text-align: left;
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	vertical-align: middle;
}

.grs-grid-legend th, .grs-grid-legend td {
	padding: 4px 10px 4px;
}

.grs-grid-legend tr:nth-child(even) td {
	background-color: #F7F7F7;
}

.v-csslayout-tbxhit {
	background: url(images/tbx_icon.png) no-repeat 10px 10px;
	background-repeat: no-repeat;
	padding: 10px 10px 10px 70px;
	min-height: 60px;
	height: auto !important;
	height: 60px;
}

.tbxhit .sts-tbx-term, .tbx-term {
	font-size: 14px;
	font-weight: bold;
}

.v-horizontallayout.v-horizontallayout-grouped-row.grouped-row.v-horizontallayout-odd.odd {
	background-color: whitesmoke;
}

.v-label.tbx-termdef {
	white-space: normal;
	display: block;
	padding: 5px;
}

.grouped-row .v-label.tbx-termdef {
	white-space: normal;
	border-left: solid 1px #AAA;
	padding: 0 20px 0 5px;
}

.grouped-row .v-label-code-std-link {
	white-space: normal;
}

.tbx-entry.horizontal .tbx-langset {
	float: left;
}

.tbx-entry.horizontal .tbx-langset .v-csslayout-margin {
	margin-right: 5px;
}

.v-csslayout-tbx-langset {
	margin-bottom: 10px;
}

.v-csslayout-tbx-entry.v-csslayout-horizontal .v-csslayout-tbx-langset {
	border-left-style: none;
	padding-left: 0;
}

.v-csslayout-tbx-entry.v-csslayout-horizontal .v-csslayout-tbx-langset .v-csslayout-stdxref {
	clear: both;
}

.v-csslayout-tbx-entry .v-csslayout-tbx-langset .v-csslayout-stdxref {
	float: left;
	margin-top: 5px;
}

.tbx-termdef .sts-tbx-entailedTerm, .tbx-termdef .sts-tbx-entailedTerm a {
	font-weight: bold;
	text-decoration: none;
	color: #404040;
}

.code-view-container {
	margin: 35px 20px 30px 20px;
}

.v-csslayout-codehit {
	background: url(images/cc_code_icon.png) no-repeat 10px 10px;
	padding: 10px 10px 10px 70px;
	min-height: 60px;
	height: auto !important;
	height: 80px;
}

.codehit .v-button-link .v-button-caption {
	font-size: 14px;
	color: #013568;
	cursor: pointer;
	font-weight: bold;
}

.v-caption-code-type {
	font-weight: bold;
}

.core-view-line {
	margin-bottom: 10px;
	overflow: auto;
}

.core-view-header {
	background-color: #c3d9e6;
	width: "100%";
	background-image: url(images/noise.png);
	margin-bottom: 1.5em;
	background-color: #c3d9e6;
	padding: 20px;
	border-top: 1px solid #9fc3d7;
	border-bottom: 1px solid #b1cedf;
	color: #000000;
	overflow: hidden;
}

.core-view-summary {
	float: left;
}

.code-view-line {
	margin-bottom: 10px;
	overflow: auto;
}

.core-view-field-name {
	font-weight: bold;
	float: left;
	overflow: auto;
}

.core-view-summary .core-view-field-name {
	margin-left: 12px;
	width: 180px;
}

.core-view-field-value {
	position: relative;
	margin-right: 0px;
	max-width: 700px;
}

.core-view-summary .core-view-field-value {
	margin-left: 192px;
	float: left;
}

.code-meta-value {
	float: left;
}

.core-end-page {
	margin-top: 30px;
	background: transparent url(images/divider-horizontal.png) no-repeat 50% 0;
}

.code-std-link, .code-std-link .v-button-wrap .v-button-caption {
	font-weight: bold;
}

.code-view-container table {
	width: 100%;
	font-size: 13px;
	border-collapse: collapse;
}

.code-view-container table th {
	text-align: left;
	border-bottom: 1px solid #ddd;
	padding: 5px;
}

.code-view-container table td {
	text-align: left;
	border-bottom: 1px solid #ddd;
	padding: 5px;
}

.code-view-container table tr:nth-child(2n) {
	background-color: #eee;
}

.core-view-header .related-pub {
	padding-top: 10px;
	float: right;
	clear: right;
}

.v-customcomponent-facet {
	padding-top: 10px;
}

.v-customcomponent-facet .v-csslayout {
	padding-top: 5px;
}

.v-customcomponent-facet .v-csslayout .v-label {
	cursor: pointer;
}

.v-customcomponent-facet .v-csslayout .v-label-fv {
	padding-left: 5px;
}

.v-customcomponent-facet .v-csslayout-selected .v-label-fv {
	border-left: 2px solid #013568;
	padding-left: 3px;
}

.v-customcomponent-facet .v-csslayout-selected .v-label-count {
	font-weight: bold !important;
}

.v-customcomponent-facet .v-csslayout .v-label-multi, .v-customcomponent-facet .v-csslayout-selected .v-label-multi {
	padding-left: 15px;
}

.v-customcomponent-facet .v-csslayout .v-label-multi {
	background: url(images/unchecked.png) no-repeat left center;
}

.v-customcomponent-facet .v-csslayout-selected .v-label-multi {
	border-left: 0px;
	background: url(images/checked.png) no-repeat left center;
}

.v-button.v-button-link.v-button-more-less.v-button-more-less {
	padding-top: 5px;
	padding-left: 0;
	font-size: 11px;
	color: #404040;
}

.facet-header {
	background: #e8edf1 url(icons/facet-open.png) no-repeat 190px center;
	cursor: pointer;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.facet-header.open {
	background: #e8edf1 url(icons/facet-close.png) no-repeat 190px center;
}

.v-customcomponent-facet .facet-header .fh-dispname {
	padding: 3px 3px 3px 12px;
	color: black;
	font-weight: bold;
}

.header-facet-breadcrumb {
	position: absolute;
	height: 20px;
	float: left;
	top: 60px;
	left: 25px;
}

.header-facet-breadcrumb .v-spacing {
	width: 0px;
}

.v-button-breadcrumb .v-icon {
	margin-left: -7px;
	margin-top: -3px;
}

.v-button-breadcrumb {
	font-size: 11px;
	background: none;
	border: none;
	border-radius: 0px;
}

.v-button-breadcrumb .v-button-caption {
	padding-right: 3px;
}

.v-button-breadcrumb .v-button-wrap {
	padding: 5px 7px;
}

.v-tabsheet-profile {
	background-color: #ffffff;
}

.v-tabsheet-tabcontainer-profile {
	padding-top: 10px;
	padding-left: 15px;
}

.v-tabsheet-profile .v-tabsheet-tabitem {
	background: transparent;
	border: none;
	height: 25px;
	color: #428bca;
}

.v-tabsheet-profile .v-tabsheet-tabitem-selected {
	color: #ffffff;
	background-color: #428bca;
	border-color: #2b669a;
	background-image: -moz-linear-gradient(#4891d3, #266dbf);
	background-image: -o-linear-gradient(#4891d3, #266dbf);
	background-image: linear-gradient(#4891d3, #266dbf);
	background-image: -moz-linear-gradient(top, #428bca 0, #2d6ca2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#428bca', endColorstr='#2b669a');
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
}

.v-tabsheet-profile .v-tabsheet-tabitemcell {
	padding-top: 0px;
	background: transparent;
}

.v-tabsheet-profile .v-tabsheet-tabitemcell-selected {
	padding-top: 0;
}

.v-tabsheet-profile .v-tabsheet-tabitemcell-selected + .v-tabsheet-tabitemcell .v-tabsheet-tabitem {
	border-left: none;
}

.v-tabsheet-profile .v-tabsheet-tabitem .v-caption {
	height: 16px;
	padding: 7px 20px 6px 20px;
}

.v-tabsheet-profile .v-tabsheet-tabitem-selected .v-caption {
	padding-top: 7px;
	padding-bottom: 7px;
}

.v-tabsheet-profile .v-tabsheet-spacertd div {
	border: none;
	height: 30px;
	padding: 0;
}

.v-tabsheet-profile .v-tabsheet-tabitemcell-selected + .v-tabsheet-spacertd div {
	border-left: none;
}

.v-tabsheet-profile .v-tabsheet-content {
	border: none;
	border-top: #ddd 1px solid;
	margin-top: 5px;
}

.v-tabsheet-profile .v-tabsheet-deco {
	height: 0;
	background: transparent;
}

.v-tabsheet-profile .v-tabsheet-header .v-tabsheet-spacertd div {
	border-left: none;
	border-bottom: none;
}

.v-tabsheet-profile .v-tabsheet-header .v-tabsheet-tabs {
	border-collapse: separate;
	height: 34px;
	border-spacing: 4px 0;
}

.v-ie7 .v-tabsheet-profile .v-tabsheet-header .v-tabsheet-tabs {
	position: relative;
	top: 2px;
}

.v-tabsheet-profile .v-tabsheet-header .v-tabsheet-tabitemcell {
	background: url(profile/img/tab-left.png) repeat-x;
	height: 34px;
	padding-top: 0;
}

.v-tabsheet-profile .v-tabsheet-header .v-tabsheet-tabitemcell-selected {
	background-image: url(profile/img/tab-left-selected.png);
}

.v-tabsheet-profile .v-tabsheet-header .v-tabsheet-tabitem {
	background: url(profile/img/tab-right.png) no-repeat right top;
	height: 34px;
	padding: 0;
}

.v-tabsheet-profile .v-tabsheet-header .v-tabsheet-tabitem-selected {
	background-image: url(profile/img/tab-right-selected.png);
}

.v-tabsheet-profile .v-tabsheet-header .v-tabsheet-tabitem {
	border: none;
}

.v-tabsheet-profile .v-tabsheet-header .v-tabsheet-tabitem .v-caption {
	height: 20px;
	padding: 8px 14px 0 14px;
}

.v-tabsheet-profile .v-tabsheet-header .v-tabsheet-tabitem .v-captiontext {
	font-size: 13px;
	line-height: 20px;
	height: 20px;
}

.v-tabsheet-profile .v-tabsheet-header .v-tabsheet-tabitem .v-caption-closable, .v-tabsheet-profile .v-tabsheet-header .v-tabsheet-tabitem-selected .v-caption-closable {
	white-space: nowrap;
}

.v-tabsheet-profile .v-tabsheet-header .v-tabsheet-caption-close {
	vertical-align: top;
	margin-left: 5px;
	margin-right: -5px;
	color: #ffffff;
}

.v-tabsheet-profile .v-tabsheet-header .v-tabsheet-tabitem-selected .v-tabsheet-caption-close {
	color: #ffffff;
}

.v-tabsheet-profile .v-tabsheet-header .v-tabsheet-content {
	height: 0;
}

.v-tabsheet-profile .v-tabsheet-header .v-tabsheet-scroller {
	margin-top: -34px;
	height: 34px;
	background: #ffffff;
	position: relative;
	float: right;
	width: 40px;
}

.v-ie7 .v-tabsheet-profile .v-tabsheet-header .v-tabsheet-scroller {
	margin-top: -36px;
	height: 36px;
}

.v-tabsheet-profile .v-tabsheet-header .v-tabsheet-scrollerPrev, .v-tabsheet-profile .v-tabsheet-header .v-tabsheet-scrollerNext, .v-tabsheet-profile .v-tabsheet-header .v-tabsheet-scrollerPrev-disabled, .v-tabsheet-profile .v-tabsheet-header .v-tabsheet-scrollerNext-disabled {
	width: 20px;
	height: 34px;
	background: none;
	border: none;
}

.v-ie7 .v-tabsheet-profile .v-tabsheet-header .v-tabsheet-scrollerPrev, .v-ie7 .v-tabsheet-profile .v-tabsheet-header .v-tabsheet-scrollerNext, .v-ie7 .v-tabsheet-profile .v-tabsheet-header .v-tabsheet-scrollerPrev-disabled, .v-ie7 .v-tabsheet-profile .v-tabsheet-header .v-tabsheet-scrollerNext-disabled {
	height: 36px;
}

.v-tabsheet-profile .v-tabsheet-header .v-tabsheet-scrollerNext, .v-tabsheet-profile .v-tabsheet-header .v-tabsheet-scrollerNext-disabled {
	background-image: url(profile/img/scroller-next.png);
}

.v-tabsheet-profile .v-tabsheet-header .v-tabsheet-tabitem {
	color: #ffffff;
}

.v-tabsheet-profile .v-tabsheet-header .v-tabsheet-tabitem-selected {
	color: #fff;
}

.v-slot-userdetail {
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 4px;
	border-color: #ddd;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.v-caption-userdetail {
	background-image: -webkit-gradient(linear, left 0, left 100%, from(#f5f5f5), to(#e8e8e8));
	background-image: -webkit-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
	background-image: -moz-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
	background-image: linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5',endColorstr='#ffe8e8e8',GradientType=0);
	background-color: #f5f5f5;
	border-color: #ddd;
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}

.v-caption.v-caption-userdetail .v-captiontext {
	font-size: 16px;
}

.v-caption.v-caption-userdetail .v-icon {
	padding-right: 10px;
}

input.error, textarea.error, .error select {
	border: solid 2px red;
}

.required-field-footnote {
	text-align: right;
	color: red;
}

.v-label-v-htmlpanel {
	overflow: auto;
	padding: 5px 10px 5px 10px;
}

.v-htmlviewer {
	overflow: auto;
	width: 100%;
	height: 100%;
}

.v-pdfviewer {
	height: 100%;
	font-size: 10px;
	height: 100%;
	background-color: #404040;
	background-image: url(pdfviewer/images/texture.png);
	overflow: hidden;
}

.v-pdfviewer .hidden {
	display: none !important;
}

[hidden] {
	display: none !important;
}

#viewerContainer:-webkit-full-screen {
	top: 0px;
	border-top: 2px solid transparent;
	background-color: #000;
	width: 100%;
	height: 100%;
	overflow: hidden;
	cursor: none;
}

#viewerContainer:-moz-full-screen {
	top: 0px;
	border-top: 2px solid transparent;
	background-color: #000;
	width: 100%;
	height: 100%;
	overflow: hidden;
	cursor: none;
}

#viewerContainer:-ms-fullscreen {
	top: 0px !important;
	border-top: 2px solid transparent;
	width: 100%;
	height: 100%;
	overflow: hidden !important;
	cursor: none;
}

#viewerContainer:-ms-fullscreen::-ms-backdrop {
	background-color: #000;
}

#viewerContainer:fullscreen {
	top: 0px;
	border-top: 2px solid transparent;
	background-color: #000;
	width: 100%;
	height: 100%;
	overflow: hidden;
	cursor: none;
}

:-webkit-full-screen .page {
	margin-bottom: 100%;
	border: 0;
}

:-moz-full-screen .page {
	margin-bottom: 100%;
	border: 0;
}

:-ms-fullscreen .page {
	margin-bottom: 100% !important;
	border: 0;
}

:fullscreen .page {
	margin-bottom: 100%;
	border: 0;
}

:-webkit-full-screen a:not(.internalLink) {
	display: none;
}

:-moz-full-screen a:not(.internalLink) {
	display: none;
}

:-ms-fullscreen a:not(.internalLink) {
	display: none !important;
}

:fullscreen a:not(.internalLink) {
	display: none;
}

:-webkit-full-screen .textLayer > div {
	cursor: none;
}

:-moz-full-screen .textLayer > div {
	cursor: none;
}

:fullscreen .textLayer > div {
	cursor: none;
}

#viewerContainer.presentationControls, #viewerContainer.presentationControls .textLayer > div {
	cursor: default;
}

.outerCenter {
	pointer-events: none;
	position: relative;
}

html[dir='ltr'] .outerCenter {
	float: right;
	right: 50%;
}

html[dir='rtl'] .outerCenter {
	float: left;
	left: 50%;
}

.innerCenter {
	pointer-events: auto;
	position: relative;
}

html[dir='ltr'] .innerCenter {
	float: right;
	right: -50%;
}

html[dir='rtl'] .innerCenter {
	float: left;
	left: -50%;
}

#outerContainer {
	width: 100%;
	height: 100%;
	position: relative;
}

#sidebarContainer {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 200px;
	visibility: hidden;
	-webkit-transition-duration: 200ms;
	-webkit-transition-timing-function: ease;
	transition-duration: 200ms;
	transition-timing-function: ease;
}

html[dir='ltr'] #sidebarContainer {
	-webkit-transition-property: left;
	transition-property: left;
	left: -200px;
}

html[dir='rtl'] #sidebarContainer {
	-webkit-transition-property: right;
	transition-property: right;
	right: -200px;
}

#outerContainer.sidebarMoving > #sidebarContainer, #outerContainer.sidebarOpen > #sidebarContainer {
	visibility: visible;
}

html[dir='ltr'] #outerContainer.sidebarOpen > #sidebarContainer {
	left: 0px;
}

html[dir='rtl'] #outerContainer.sidebarOpen > #sidebarContainer {
	right: 0px;
}

#mainContainer {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	min-width: 320px;
	-webkit-transition-duration: 200ms;
	-webkit-transition-timing-function: ease;
	transition-duration: 200ms;
	transition-timing-function: ease;
}

html[dir='ltr'] #outerContainer.sidebarOpen > #mainContainer {
	-webkit-transition-property: left;
	transition-property: left;
	left: 200px;
}

html[dir='rtl'] #outerContainer.sidebarOpen > #mainContainer {
	-webkit-transition-property: right;
	transition-property: right;
	right: 200px;
}

#sidebarContent {
	top: 32px;
	bottom: 0;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	position: absolute;
	width: 200px;
	background-color: rgba(0, 0, 0, 0.1);
}

html[dir='ltr'] #sidebarContent {
	left: 0;
	box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.25);
}

html[dir='rtl'] #sidebarContent {
	right: 0;
	box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.25);
}

#viewerContainer {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	position: absolute;
	top: 32px;
	right: 0;
	bottom: 0;
	left: 0;
	outline: none;
}

html[dir='ltr'] #viewerContainer {
	box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.05);
}

html[dir='rtl'] #viewerContainer {
	box-shadow: inset -1px 0 0 rgba(255, 255, 255, 0.05);
}

.v-pdfviewer .toolbar {
	position: relative;
	left: 0;
	right: 0;
	cursor: default;
}

#toolbarContainer {
	width: 100%;
}

#toolbarSidebar {
	width: 200px;
	height: 32px;
	background-color: #424242;
	background-image: url(pdfviewer/images/texture.png), linear-gradient(rgba(77, 77, 77, 0.99), rgba(64, 64, 64, 0.95));
}

html[dir='ltr'] #toolbarSidebar {
	box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(255, 255, 255, 0.05), 0 1px 0 rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.1);
}

html[dir='rtl'] #toolbarSidebar {
	box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 1px 0 rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.1);
}

#toolbarContainer, .v-pdfviewer .findbar, .secondaryToolbar {
	position: relative;
	height: 32px;
	background-color: #474747;
	background-image: url(pdfviewer/images/texture.png), linear-gradient(rgba(82, 82, 82, 0.99), rgba(69, 69, 69, 0.95));
}

html[dir='ltr'] #toolbarContainer, .v-pdfviewer .findbar, .secondaryToolbar {
	box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.08), inset 0 1px 1px rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(255, 255, 255, 0.05), 0 1px 0 rgba(0, 0, 0, 0.15), 0 1px 1px rgba(0, 0, 0, 0.1);
}

html[dir='rtl'] #toolbarContainer, .v-pdfviewer .findbar, .secondaryToolbar {
	box-shadow: inset -1px 0 0 rgba(255, 255, 255, 0.08), inset 0 1px 1px rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(255, 255, 255, 0.05), 0 1px 0 rgba(0, 0, 0, 0.15), 0 1px 1px rgba(0, 0, 0, 0.1);
}

#toolbarViewer {
	height: 32px;
}

#loadingBar {
	display: none;
	position: relative;
	width: 100%;
	height: 4px;
	background-color: #333;
	border-bottom: 1px solid #333;
}

#loadingBar .progress {
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 100%;
	background-color: #ddd;
	overflow: hidden;
	-webkit-transition: width 200ms;
	transition: width 200ms;
}

@-webkit-keyframes progressIndeterminate {
		0% {
		left: 0%;
	}
		50% {
		left: 100%;
	}
		100% {
		left: 100%;
	}
	}

@keyframes progressIndeterminate {
		0% {
		left: 0%;
	}
		50% {
		left: 100%;
	}
		100% {
		left: 100%;
	}
	}

#loadingBar .progress.indeterminate {
	background-color: #999;
	-webkit-transition: none;
	transition: none;
}

#loadingBar .indeterminate .glimmer {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 50px;
	background-image: linear-gradient(to right, #999 0%, #fff 50%, #999 100%);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	-webkit-animation: progressIndeterminate 2s linear infinite;
	animation: progressIndeterminate 2s linear infinite;
}

.v-pdfviewer .findbar, .secondaryToolbar {
	top: 32px;
	position: absolute;
	height: 32px;
	z-index: 50000;
	min-width: 16px;
	padding: 0px 6px 0px 6px;
	margin: 4px 2px 4px 2px;
	color: #d9d9d9;
	font-size: 12px;
	line-height: 14px;
	text-align: left;
	cursor: default;
}

html[dir='ltr'] .findbar {
	left: 68px;
}

html[dir='rtl'] .findbar {
	right: 68px;
}

.v-pdfviewer .findbar label {
	-webkit-user-select: none;
	-moz-user-select: none;
}

#findInput[data-status="pending"] {
	background-image: url(pdfviewer/images/loading-small.png);
	background-repeat: no-repeat;
	background-position: right;
}

.v-pdfviewer .secondaryToolbar {
	padding: 6px;
	height: auto;
	z-index: 30000;
}

html[dir='ltr'] .secondaryToolbar {
	right: 4px;
}

html[dir='rtl'] .secondaryToolbar {
	left: 4px;
}

#secondaryToolbarButtonContainer {
	max-width: 200px;
	max-height: 400px;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	margin-bottom: -4px;
}

.doorHanger, .doorHangerRight {
	border: 1px solid rgba(0, 0, 0, 0.5);
	border-radius: 2px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

.doorHanger:after, .doorHanger:before, .doorHangerRight:after, .doorHangerRight:before {
	bottom: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.doorHanger:after, .doorHangerRight:after {
	border-bottom-color: rgba(82, 82, 82, 0.99);
	border-width: 8px;
}

.doorHanger:before, .doorHangerRight:before {
	border-bottom-color: rgba(0, 0, 0, 0.5);
	border-width: 9px;
}

html[dir='ltr'] .doorHanger:after, html[dir='rtl'] .doorHangerRight:after {
	left: 13px;
	margin-left: -8px;
}

html[dir='ltr'] .doorHanger:before, html[dir='rtl'] .doorHangerRight:before {
	left: 13px;
	margin-left: -9px;
}

html[dir='rtl'] .doorHanger:after, html[dir='ltr'] .doorHangerRight:after {
	right: 13px;
	margin-right: -8px;
}

html[dir='rtl'] .doorHanger:before, html[dir='ltr'] .doorHangerRight:before {
	right: 13px;
	margin-right: -9px;
}

#findMsg {
	font-style: italic;
	color: #A6B7D0;
}

.notFound {
	background-color: #ff8999;
}

#toolbarViewerRight {
	width: 85px;
}

#toolbarViewerLeft {
	width: 300px;
}

#toolbarViewerMiddle {
	width: 250px;
}

html[dir='ltr'] #toolbarViewerLeft {
	margin-left: -1px;
}

html[dir='rtl'] #toolbarViewerRight {
	margin-right: -1px;
}

html[dir='ltr'] #toolbarViewerLeft, html[dir='rtl'] #toolbarViewerRight {
	position: absolute;
	top: 0;
	left: 0;
}

html[dir='ltr'] #toolbarViewerRight, html[dir='rtl'] #toolbarViewerLeft {
	position: absolute;
	top: 0;
	right: 0;
}

html[dir='ltr'] #toolbarViewerLeft > *, html[dir='ltr'] #toolbarViewerMiddle > *, html[dir='ltr'] #toolbarViewerRight > *, html[dir='ltr'] .findbar > * {
	position: relative;
	float: left;
}

html[dir='rtl'] #toolbarViewerLeft > *, html[dir='rtl'] #toolbarViewerMiddle > *, html[dir='rtl'] #toolbarViewerRight > *, html[dir='rtl'] .findbar > * {
	position: relative;
	float: right;
}

html[dir='ltr'] .splitToolbarButton {
	margin: 3px 2px 4px 0;
	display: inline-block;
}

html[dir='rtl'] .splitToolbarButton {
	margin: 3px 0 4px 2px;
	display: inline-block;
}

html[dir='ltr'] .splitToolbarButton > .toolbarButton {
	border-radius: 0;
	float: left;
}

html[dir='rtl'] .splitToolbarButton > .toolbarButton {
	border-radius: 0;
	float: right;
}

.v-pdfviewer .toolbarButton, .v-pdfviewer .secondaryToolbarButton, .v-pdfviewer .overlayButton {
	border: 0 none;
	background: none;
	width: 32px;
	height: 25px;
}

.toolbarButton > span {
	display: inline-block;
	width: 0;
	height: 0;
	overflow: hidden;
}

.toolbarButton[disabled], .secondaryToolbarButton[disabled], .overlayButton[disabled] {
	opacity: 0.5;
}

.toolbarButton.group {
	margin-right: 0;
}

.splitToolbarButton.toggled .toolbarButton {
	margin: 0;
}

.splitToolbarButton:hover > .toolbarButton, .splitToolbarButton:focus > .toolbarButton, .splitToolbarButton.toggled > .toolbarButton, .toolbarButton.textButton {
	background-color: rgba(0, 0, 0, 0.12);
	background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0));
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.35);
	border-color: rgba(0, 0, 0, 0.32) rgba(0, 0, 0, 0.38) rgba(0, 0, 0, 0.42);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset, 0 0 1px rgba(255, 255, 255, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
	-webkit-transition-property: background-color, border-color, box-shadow;
	-webkit-transition-duration: 150ms;
	-webkit-transition-timing-function: ease;
	transition-property: background-color, border-color, box-shadow;
	transition-duration: 150ms;
	transition-timing-function: ease;
}

.splitToolbarButton > .toolbarButton:hover, .splitToolbarButton > .toolbarButton:focus, .dropdownToolbarButton:hover, .overlayButton:hover, .toolbarButton.textButton:hover, .toolbarButton.textButton:focus {
	background-color: rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset, 0 0 1px rgba(255, 255, 255, 0.15) inset, 0 0 1px rgba(0, 0, 0, 0.05);
	z-index: 199;
}

.splitToolbarButton > .toolbarButton {
	position: relative;
}

html[dir='ltr'] .splitToolbarButton > .toolbarButton:first-child, html[dir='rtl'] .splitToolbarButton > .toolbarButton:last-child {
	position: relative;
	margin: 0;
	margin-right: -1px;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	border-right-color: transparent;
}

html[dir='ltr'] .splitToolbarButton > .toolbarButton:last-child, html[dir='rtl'] .splitToolbarButton > .toolbarButton:first-child {
	position: relative;
	margin: 0;
	margin-left: -1px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	border-left-color: transparent;
}

.splitToolbarButtonSeparator {
	padding: 8px 0;
	width: 1px;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 99;
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08);
	display: inline-block;
	margin: 5px 0;
}

html[dir='ltr'] .splitToolbarButtonSeparator {
	float: left;
}

html[dir='rtl'] .splitToolbarButtonSeparator {
	float: right;
}

.splitToolbarButton:hover > .splitToolbarButtonSeparator, .splitToolbarButton.toggled > .splitToolbarButtonSeparator {
	padding: 12px 0;
	margin: 1px 0;
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.03);
	-webkit-transition-property: padding;
	-webkit-transition-duration: 10ms;
	-webkit-transition-timing-function: ease;
	transition-property: padding;
	transition-duration: 10ms;
	transition-timing-function: ease;
}

.v-pdfviewer .toolbarButton, .v-pdfviewer .dropdownToolbarButton, .v-pdfviewer .secondaryToolbarButton, .v-pdfviewer .overlayButton {
	min-width: 16px;
	padding: 2px 6px 0;
	border: 1px solid transparent;
	border-radius: 2px;
	color: rgba(255, 255, 255, 0.8);
	font-size: 12px;
	line-height: 14px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	cursor: default;
	-webkit-transition-property: background-color, border-color, box-shadow;
	-webkit-transition-duration: 150ms;
	-webkit-transition-timing-function: ease;
	transition-property: background-color, border-color, box-shadow;
	transition-duration: 150ms;
	transition-timing-function: ease;
}

html[dir='ltr'] .toolbarButton, html[dir='ltr'] .overlayButton, html[dir='ltr'] .dropdownToolbarButton {
	margin: 3px 2px 4px 0;
}

html[dir='rtl'] .toolbarButton, html[dir='rtl'] .overlayButton, html[dir='rtl'] .dropdownToolbarButton {
	margin: 3px 0 4px 2px;
}

.toolbarButton:hover, .toolbarButton:focus, .dropdownToolbarButton, .overlayButton, .secondaryToolbarButton:hover, .secondaryToolbarButton:focus {
	background-color: rgba(0, 0, 0, 0.12);
	background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0));
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.35);
	border-color: rgba(0, 0, 0, 0.32) rgba(0, 0, 0, 0.38) rgba(0, 0, 0, 0.42);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset, 0 0 1px rgba(255, 255, 255, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
}

.toolbarButton:hover:active, .overlayButton:hover:active, .dropdownToolbarButton:hover:active, .secondaryToolbarButton:hover:active {
	background-color: rgba(0, 0, 0, 0.2);
	background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0));
	border-color: rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.4) rgba(0, 0, 0, 0.45);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset, 0 0 1px rgba(0, 0, 0, 0.2) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
	-webkit-transition-property: background-color, border-color, box-shadow;
	-webkit-transition-duration: 10ms;
	-webkit-transition-timing-function: linear;
	transition-property: background-color, border-color, box-shadow;
	transition-duration: 10ms;
	transition-timing-function: linear;
}

.toolbarButton.toggled, .splitToolbarButton.toggled > .toolbarButton.toggled, .secondaryToolbarButton.toggled {
	background-color: rgba(0, 0, 0, 0.3);
	background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0));
	border-color: rgba(0, 0, 0, 0.4) rgba(0, 0, 0, 0.45) rgba(0, 0, 0, 0.5);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset, 0 0 1px rgba(0, 0, 0, 0.2) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
	-webkit-transition-property: background-color, border-color, box-shadow;
	-webkit-transition-duration: 10ms;
	-webkit-transition-timing-function: linear;
	transition-property: background-color, border-color, box-shadow;
	transition-duration: 10ms;
	transition-timing-function: linear;
}

.toolbarButton.toggled:hover:active, .splitToolbarButton.toggled > .toolbarButton.toggled:hover:active, .secondaryToolbarButton.toggled:hover:active {
	background-color: rgba(0, 0, 0, 0.4);
	border-color: rgba(0, 0, 0, 0.4) rgba(0, 0, 0, 0.5) rgba(0, 0, 0, 0.55);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) inset, 0 0 1px rgba(0, 0, 0, 0.3) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
}

.dropdownToolbarButton {
	width: 120px;
	max-width: 120px;
	padding: 3px 2px 2px;
	overflow: hidden;
	background: url(pdfviewer/images/toolbarButton-menuArrows.png) no-repeat;
}

html[dir='ltr'] .dropdownToolbarButton {
	background-position: 95%;
}

html[dir='rtl'] .dropdownToolbarButton {
	background-position: 5%;
}

.dropdownToolbarButton > select {
	-webkit-appearance: none;
	-moz-appearance: none;
	min-width: 140px;
	font-size: 12px;
	color: #f2f2f2;
	margin: 0;
	padding: 0;
	border: none;
	background: transparent;
}

.dropdownToolbarButton > select > option {
	background: #3d3d3d;
}

#customScaleOption {
	display: none;
}

#pageWidthOption {
	border-bottom: 1px rgba(255, 255, 255, 0.5) solid;
}

html[dir='ltr'] .splitToolbarButton:first-child, html[dir='ltr'] .toolbarButton:first-child, html[dir='rtl'] .splitToolbarButton:last-child, html[dir='rtl'] .toolbarButton:last-child {
	margin-left: 4px;
}

html[dir='ltr'] .splitToolbarButton:last-child, html[dir='ltr'] .toolbarButton:last-child, html[dir='rtl'] .splitToolbarButton:first-child, html[dir='rtl'] .toolbarButton:first-child {
	margin-right: 4px;
}

.toolbarButtonSpacer {
	width: 30px;
	display: inline-block;
	height: 1px;
}

.toolbarButtonFlexibleSpacer {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	min-width: 30px;
}

html[dir='ltr'] #findPrevious {
	margin-left: 3px;
}

html[dir='ltr'] #findNext {
	margin-right: 3px;
}

html[dir='rtl'] #findPrevious {
	margin-right: 3px;
}

html[dir='rtl'] #findNext {
	margin-left: 3px;
}

.toolbarButton::before, .secondaryToolbarButton::before {
	position: absolute;
	display: inline-block;
	top: 4px;
	left: 7px;
}

html[dir="ltr"] .secondaryToolbarButton::before {
	left: 4px;
}

html[dir="rtl"] .secondaryToolbarButton::before {
	right: 4px;
}

html[dir='ltr'] .toolbarButton#sidebarToggle::before {
	content: url(pdfviewer/images/toolbarButton-sidebarToggle.png);
}

html[dir='rtl'] .toolbarButton#sidebarToggle::before {
	content: url(pdfviewer/images/toolbarButton-sidebarToggle-rtl.png);
}

html[dir='ltr'] .toolbarButton#secondaryToolbarToggle::before {
	content: url(pdfviewer/images/toolbarButton-secondaryToolbarToggle.png);
}

html[dir='rtl'] .toolbarButton#secondaryToolbarToggle::before {
	content: url(pdfviewer/images/toolbarButton-secondaryToolbarToggle-rtl.png);
}

html[dir='ltr'] .toolbarButton.findPrevious::before {
	content: url(pdfviewer/images/findbarButton-previous.png);
}

html[dir='rtl'] .toolbarButton.findPrevious::before {
	content: url(pdfviewer/images/findbarButton-previous-rtl.png);
}

html[dir='ltr'] .toolbarButton.findNext::before {
	content: url(pdfviewer/images/findbarButton-next.png);
}

html[dir='rtl'] .toolbarButton.findNext::before {
	content: url(pdfviewer/images/findbarButton-next-rtl.png);
}

html[dir='ltr'] .toolbarButton.pageUp::before {
	content: url(pdfviewer/images/toolbarButton-pageUp.png);
}

html[dir='rtl'] .toolbarButton.pageUp::before {
	content: url(pdfviewer/images/toolbarButton-pageUp-rtl.png);
}

html[dir='ltr'] .toolbarButton.pageDown::before {
	content: url(pdfviewer/images/toolbarButton-pageDown.png);
}

html[dir='rtl'] .toolbarButton.pageDown::before {
	content: url(pdfviewer/images/toolbarButton-pageDown-rtl.png);
}

.toolbarButton.zoomOut::before {
	content: url(pdfviewer/images/toolbarButton-zoomOut.png);
}

.toolbarButton.zoomIn::before {
	content: url(pdfviewer/images/toolbarButton-zoomIn.png);
}

.toolbarButton.presentationMode::before, .secondaryToolbarButton.presentationMode::before {
	content: url(pdfviewer/images/toolbarButton-presentationMode.png);
}

.toolbarButton.print::before, .secondaryToolbarButton.print::before {
	content: url(pdfviewer/images/toolbarButton-print.png);
}

.toolbarButton.openFile::before, .secondaryToolbarButton.openFile::before {
	content: url(pdfviewer/images/toolbarButton-openFile.png);
}

.toolbarButton.download::before, .secondaryToolbarButton.download::before {
	content: url(pdfviewer/images/toolbarButton-download.png);
}

.toolbarButton.bookmark, .secondaryToolbarButton.bookmark {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
	padding-top: 4px;
	text-decoration: none;
	display: none;
}

.secondaryToolbarButton.bookmark {
	padding-top: 5px;
}

.bookmark[href='#'] {
	opacity: 0.5;
	pointer-events: none;
}

.toolbarButton.bookmark::before, .secondaryToolbarButton.bookmark::before {
	content: url(pdfviewer/images/toolbarButton-bookmark.png);
}

#viewThumbnail.toolbarButton::before {
	content: url(pdfviewer/images/toolbarButton-viewThumbnail.png);
}

html[dir="ltr"] #viewOutline.toolbarButton::before {
	content: url(pdfviewer/images/toolbarButton-viewOutline.png);
}

html[dir="rtl"] #viewOutline.toolbarButton::before {
	content: url(pdfviewer/images/toolbarButton-viewOutline-rtl.png);
}

#viewAttachments.toolbarButton::before {
	content: url(pdfviewer/images/toolbarButton-viewAttachments.png);
}

#viewFind.toolbarButton::before {
	content: url(pdfviewer/images/toolbarButton-search.png);
}

.v-pdfviewer .secondaryToolbarButton {
	position: relative;
	margin: 0 0 4px 0;
	padding: 3px 0 1px 0;
	height: auto;
	min-height: 25px;
	width: auto;
	min-width: 100%;
	white-space: normal;
	color: #d9d9d9;
}

html[dir="ltr"] .secondaryToolbarButton {
	padding-left: 24px;
	text-align: left;
}

html[dir="rtl"] .secondaryToolbarButton {
	padding-right: 24px;
	text-align: right;
}

html[dir="ltr"] .secondaryToolbarButton.bookmark {
	padding-left: 27px;
}

html[dir="rtl"] .secondaryToolbarButton.bookmark {
	padding-right: 27px;
}

html[dir="ltr"] .secondaryToolbarButton > span {
	padding-right: 4px;
}

html[dir="rtl"] .secondaryToolbarButton > span {
	padding-left: 4px;
}

.secondaryToolbarButton.firstPage::before {
	content: url(pdfviewer/images/secondaryToolbarButton-firstPage.png);
}

.secondaryToolbarButton.lastPage::before {
	content: url(pdfviewer/images/secondaryToolbarButton-lastPage.png);
}

.secondaryToolbarButton.rotateCcw::before {
	content: url(pdfviewer/images/secondaryToolbarButton-rotateCcw.png);
}

.secondaryToolbarButton.rotateCw::before {
	content: url(pdfviewer/images/secondaryToolbarButton-rotateCw.png);
}

.secondaryToolbarButton.handTool::before {
	content: url(pdfviewer/images/secondaryToolbarButton-handTool.png);
}

.secondaryToolbarButton.documentProperties::before {
	content: url(pdfviewer/images/secondaryToolbarButton-documentProperties.png);
}

.verticalToolbarSeparator {
	display: block;
	padding: 8px 0;
	margin: 8px 4px;
	width: 1px;
	background-color: rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08);
}

html[dir='ltr'] .verticalToolbarSeparator {
	margin-left: 2px;
}

html[dir='rtl'] .verticalToolbarSeparator {
	margin-right: 2px;
}

.horizontalToolbarSeparator {
	display: block;
	margin: 0 0 4px 0;
	height: 1px;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.toolbarField, input.toolbarField {
	padding: 3px 6px;
	margin: 4px 0 4px 0;
	border: 1px solid transparent;
	border-radius: 2px;
	background-color: rgba(255, 255, 255, 0.09);
	background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0));
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.35);
	border-color: rgba(0, 0, 0, 0.32) rgba(0, 0, 0, 0.38) rgba(0, 0, 0, 0.42);
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
	color: #f2f2f2;
	font-size: 12px;
	line-height: 14px;
	outline-style: none;
	transition-property: background-color, border-color, box-shadow;
	transition-duration: 150ms;
	transition-timing-function: ease;
}

.toolbarField[type=checkbox] {
	display: inline-block;
	margin: 8px 0px;
}

.toolbarField.pageNumber {
	-moz-appearance: textfield;
	min-width: 16px;
	text-align: right;
	width: 40px;
	color: #d9d9d9;
	font-size: 12px;
	line-height: 14px;
}

.toolbarField.pageNumber::-webkit-inner-spin-button, .toolbarField.pageNumber::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.toolbarField:hover {
	background-color: rgba(255, 255, 255, 0.11);
	border-color: rgba(0, 0, 0, 0.4) rgba(0, 0, 0, 0.43) rgba(0, 0, 0, 0.45);
}

.toolbarField:focus {
	background-color: rgba(255, 255, 255, 0.15);
	border-color: rgba(76, 184, 255, 0.8) rgba(76, 184, 255, 0.85) rgba(76, 184, 255, 0.9);
}

.toolbarLabel {
	min-width: 16px;
	padding: 3px 6px 3px 2px;
	margin: 4px 2px 4px 0;
	border: 1px solid transparent;
	border-radius: 2px;
	color: #d9d9d9;
	font-size: 12px;
	line-height: 14px;
	text-align: left;
	-webkit-user-select: none;
	-moz-user-select: none;
	cursor: default;
}

#thumbnailView {
	position: relative;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	padding: 0;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

.thumbnail {
	margin: 0 0 5px 40px;
}

#thumbnailView > a:last-of-type > .thumbnail {
	margin-bottom: 10px;
}

.thumbnail:not([data-loaded]) {
	border: 1px dashed rgba(255, 255, 255, 0.5);
	margin-bottom: 10px;
}

.thumbnailImage {
	transition-duration: 150ms;
	border: 1px solid transparent;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5), 0 2px 8px rgba(0, 0, 0, 0.3);
	opacity: 0.8;
	z-index: 99;
}

.thumbnailSelectionRing {
	border-radius: 2px;
	padding: 7px;
	transition-duration: 150ms;
}

a:focus > .thumbnail > .thumbnailSelectionRing > .thumbnailImage, .thumbnail:hover > .thumbnailSelectionRing > .thumbnailImage {
	opacity: 0.9;
}

a:focus > .thumbnail > .thumbnailSelectionRing, .thumbnail:hover > .thumbnailSelectionRing {
	background-color: rgba(255, 255, 255, 0.15);
	background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0));
	background-clip: padding-box;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset, 0 0 1px rgba(255, 255, 255, 0.2) inset, 0 0 1px rgba(0, 0, 0, 0.2);
	color: rgba(255, 255, 255, 0.9);
}

.thumbnail.selected > .thumbnailSelectionRing > .thumbnailImage {
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
	opacity: 1;
}

.thumbnail.selected > .thumbnailSelectionRing {
	background-color: rgba(255, 255, 255, 0.3);
	background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0));
	background-clip: padding-box;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset, 0 0 1px rgba(255, 255, 255, 0.1) inset, 0 0 1px rgba(0, 0, 0, 0.2);
	color: white;
}

#outlineView, #attachmentsView {
	width: 100%;
	top: 0;
	bottom: 0;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	-webkit-user-select: none;
	-moz-user-select: none;
}

#outlineView {
	padding: 4px 4px 0;
	background: white;
}

#attachmentsView {
	padding: 3px 4px 0;
}

html[dir='ltr'] .outlineItem > .outlineItems {
	margin-left: 15px;
}

html[dir='rtl'] .outlineItem > .outlineItems {
	margin-right: 20px;
}

.outlineItem > a, .attachmentsItem > button {
	text-decoration: none;
	display: inline-block;
	min-width: 95%;
	height: auto;
	margin-bottom: 1px;
	border-radius: 2px;
	font-size: 13px;
	line-height: 15px;
	-moz-user-select: none;
	white-space: normal;
	color: #404040;
}

.attachmentsItem > button {
	border: 0 none;
	background: none;
	cursor: pointer;
	width: 100%;
}

html[dir='ltr'] .outlineItem > a {
	padding: 2px 0 2px 2px;
	white-space: nowrap;
}

html[dir='ltr'] .attachmentsItem > button {
	padding: 2px 0 3px 7px;
	text-align: left;
}

html[dir='rtl'] .outlineItem > a {
	padding: 2px 10px 5px 0;
}

html[dir='rtl'] .attachmentsItem > button {
	padding: 2px 7px 3px 0;
	text-align: right;
}

.outlineItem > a:hover, .attachmentsItem > button:hover {
	background-color: #6085e0;
	background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0));
	background-clip: padding-box;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset, 0 0 1px rgba(255, 255, 255, 0.2) inset, 0 0 1px rgba(0, 0, 0, 0.2);
	color: white;
}

.outlineItem.selected {
	background-color: rgba(255, 255, 255, 0.08);
	background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0));
	background-clip: padding-box;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset, 0 0 1px rgba(255, 255, 255, 0.1) inset, 0 0 1px rgba(0, 0, 0, 0.2);
	color: white;
}

.noResults {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.8);
	font-style: italic;
	cursor: default;
}

.canvasWrapper {
	overflow: hidden;
}

canvas {
	margin: 0;
	display: block;
}

.page {
	direction: ltr;
	width: 816px;
	height: 1056px;
	margin: 1px auto -8px auto;
	position: relative;
	overflow: visible;
	border: 9px solid transparent;
	background-clip: content-box;
	border-image: url(pdfviewer/images/shadow.png) 9 9 repeat;
	background-color: white;
}

.annotLink > a:hover {
	opacity: 0.2;
	background: #ff0;
	box-shadow: 0px 2px 10px #ff0;
}

.loadingIcon {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: url(pdfviewer/images/loading-icon.gif) center no-repeat;
}

.textLayer {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	color: #000;
	font-family: sans-serif;
	overflow: hidden;
}

.textLayer > div {
	color: transparent;
	position: absolute;
	white-space: pre;
	cursor: text;
}

.textLayer .highlight {
	margin: -1px;
	padding: 1px;
	background-color: rgba(180, 0, 170, 0.2);
	border-radius: 4px;
}

.textLayer .highlight.begin {
	border-radius: 4px 0px 0px 4px;
}

.textLayer .highlight.end {
	border-radius: 0px 4px 4px 0px;
}

.textLayer .highlight.middle {
	border-radius: 0px;
}

.textLayer .highlight.selected {
	background-color: rgba(0, 100, 0, 0.2);
}

::selection {
	background: rgba(0, 0, 255, 0.3);
}

::-moz-selection {
	background: rgba(0, 0, 255, 0.3);
}

.annotationHighlight {
	position: absolute;
	border: 2px #FFFF99 solid;
}

.annotText > img {
	position: absolute;
	cursor: pointer;
}

.annotTextContentWrapper {
	position: absolute;
	width: 20em;
}

.annotTextContent {
	z-index: 200;
	float: left;
	max-width: 20em;
	background-color: #FFFF99;
	box-shadow: 0px 2px 5px #333;
	border-radius: 2px;
	padding: 0.6em;
	cursor: pointer;
}

.annotTextContent > h1 {
	font-size: 1em;
	border-bottom: 1px solid #000000;
	padding-bottom: 0.2em;
}

.annotTextContent > p {
	padding-top: 0.2em;
}

.annotLink > a {
	position: absolute;
	font-size: 1em;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.annotLink > a {
	background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAA\
                   LAAAAAABAAEAAAIBRAA7) 0 0 repeat;
}

#errorWrapper {
	background: none repeat scroll 0 0 #FF5555;
	color: white;
	left: 0;
	position: absolute;
	right: 0;
	z-index: 1000;
	padding: 3px;
	font-size: 0.8em;
}

.loadingInProgress #errorWrapper {
	top: 37px;
}

#errorMessageLeft {
	float: left;
}

#errorMessageRight {
	float: right;
}

#errorMoreInfo {
	background-color: #FFFFFF;
	color: black;
	padding: 3px;
	margin: 3px;
	width: 98%;
}

.v-pdfviewer .overlayButton {
	width: auto;
	margin: 3px 4px 2px 4px !important;
	padding: 2px 6px 3px 6px;
}

#overlayContainer {
	display: table;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
	z-index: 40000;
}

#overlayContainer > * {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

#overlayContainer > .container {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

#overlayContainer > .container > .dialog {
	display: inline-block;
	padding: 15px;
	border-spacing: 4px;
	color: #d9d9d9;
	font-size: 12px;
	line-height: 14px;
	background-color: #474747;
	background-image: url(pdfviewer/images/texture.png), linear-gradient(rgba(82, 82, 82, 0.99), rgba(69, 69, 69, 0.95));
	box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.08), inset 0 1px 1px rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(255, 255, 255, 0.05), 0 1px 0 rgba(0, 0, 0, 0.15), 0 1px 1px rgba(0, 0, 0, 0.1);
	border: 1px solid rgba(0, 0, 0, 0.5);
	border-radius: 4px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

.dialog > .row {
	display: table-row;
}

.dialog > .row > * {
	display: table-cell;
}

.dialog .toolbarField {
	margin: 5px 0;
}

.dialog .toolbarField:hover, .dialog .toolbarField:focus {
	border-color: rgba(0, 0, 0, 0.32) rgba(0, 0, 0, 0.38) rgba(0, 0, 0, 0.42);
}

.dialog .separator {
	display: block;
	margin: 4px 0 4px 0;
	height: 1px;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.dialog .buttonRow {
	text-align: center;
	vertical-align: middle;
}

#passwordOverlay > .dialog {
	text-align: center;
}

#passwordOverlay .toolbarField {
	width: 200px;
}

#documentPropertiesOverlay > .dialog {
	text-align: left;
}

#documentPropertiesOverlay .row > * {
	min-width: 100px;
}

html[dir='ltr'] #documentPropertiesOverlay .row > * {
	text-align: left;
}

html[dir='rtl'] #documentPropertiesOverlay .row > * {
	text-align: right;
}

#documentPropertiesOverlay .row > span {
	width: 125px;
	word-wrap: break-word;
}

#documentPropertiesOverlay .row > p {
	max-width: 225px;
	word-wrap: break-word;
}

#documentPropertiesOverlay .buttonRow {
	margin-top: 10px;
}

.clearBoth {
	clear: both;
}

.fileInput {
	background: white;
	color: black;
	margin-top: 5px;
	visibility: hidden;
	position: fixed;
	right: 0;
	top: 0;
}

#PDFBug {
	background: none repeat scroll 0 0 white;
	border: 1px solid #666666;
	position: fixed;
	top: 32px;
	right: 0;
	bottom: 0;
	font-size: 10px;
	padding: 0;
	width: 300px;
}

#PDFBug .controls {
	background: #EEEEEE;
	border-bottom: 1px solid #666666;
	padding: 3px;
}

#PDFBug .panels {
	bottom: 0;
	left: 0;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	position: absolute;
	right: 0;
	top: 27px;
}

#PDFBug button.active {
	font-weight: bold;
}

.debuggerShowText {
	background: none repeat scroll 0 0 yellow;
	color: blue;
	opacity: 0.3;
}

.debuggerHideText:hover {
	background: none repeat scroll 0 0 yellow;
	opacity: 0.3;
}

#PDFBug .stats {
	font-family: courier;
	font-size: 10px;
	white-space: pre;
}

#PDFBug .stats .title {
	font-weight: bold;
}

#PDFBug table {
	font-size: 10px;
}

#viewer.textLayer-visible .textLayer > div, #viewer.textLayer-hover .textLayer > div:hover {
	background-color: white;
	color: black;
}

#viewer.textLayer-shadow .textLayer > div {
	background-color: rgba(255, 255, 255, 0.6);
	color: black;
}

.grab-to-pan-grab {
	cursor: url(pdfviewer/images/grab.cur), move !important;
	cursor: -webkit-grab !important;
	cursor: -moz-grab !important;
	cursor: grab !important;
}

.grab-to-pan-grab *:not(input):not(textarea):not(button):not(select):not(:link) {
	cursor: inherit !important;
}

.grab-to-pan-grab:active, .grab-to-pan-grabbing {
	cursor: url(pdfviewer/images/grabbing.cur), move !important;
	cursor: -webkit-grabbing !important;
	cursor: -moz-grabbing !important;
	cursor: grabbing !important;
	position: fixed;
	background: transparent;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	z-index: 50000;
}

margin: 0;

#printContainer {
	display: none;
}

@media screen and (min-resolution: 2dppx) {
	.toolbarButton::before {
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
		top: -5px;
	}
	.secondaryToolbarButton::before {
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
		top: -4px;
	}
	html[dir='ltr'] .toolbarButton::before, html[dir='rtl'] .toolbarButton::before {
		left: -1px;
	}
	html[dir='ltr'] .secondaryToolbarButton::before {
		left: -2px;
	}
	html[dir='rtl'] .secondaryToolbarButton::before {
		left: 186px;
	}
	.dropdownToolbarButton {
		background: url(pdfviewer/images/toolbarButton-menuArrows@2x.png) no-repeat;
		background-size: 7px 16px;
	}
	html[dir='ltr'] .toolbarButton#sidebarToggle::before {
		content: url(pdfviewer/images/toolbarButton-sidebarToggle@2x.png);
	}
	html[dir='rtl'] .toolbarButton#sidebarToggle::before {
		content: url(pdfviewer/images/toolbarButton-sidebarToggle-rtl@2x.png);
	}
	html[dir='ltr'] .toolbarButton#secondaryToolbarToggle::before {
		content: url(pdfviewer/images/toolbarButton-secondaryToolbarToggle@2x.png);
	}
	html[dir='rtl'] .toolbarButton#secondaryToolbarToggle::before {
		content: url(pdfviewer/images/toolbarButton-secondaryToolbarToggle-rtl@2x.png);
	}
	html[dir='ltr'] .toolbarButton.findPrevious::before {
		content: url(pdfviewer/images/findbarButton-previous@2x.png);
	}
	html[dir='rtl'] .toolbarButton.findPrevious::before {
		content: url(pdfviewer/images/findbarButton-previous-rtl@2x.png);
	}
	html[dir='ltr'] .toolbarButton.findNext::before {
		content: url(pdfviewer/images/findbarButton-next@2x.png);
	}
	html[dir='rtl'] .toolbarButton.findNext::before {
		content: url(pdfviewer/images/findbarButton-next-rtl@2x.png);
	}
	html[dir='ltr'] .toolbarButton.pageUp::before {
		content: url(pdfviewer/images/toolbarButton-pageUp@2x.png);
	}
	html[dir='rtl'] .toolbarButton.pageUp::before {
		content: url(pdfviewer/images/toolbarButton-pageUp-rtl@2x.png);
	}
	html[dir='ltr'] .toolbarButton.pageDown::before {
		content: url(pdfviewer/images/toolbarButton-pageDown@2x.png);
	}
	html[dir='rtl'] .toolbarButton.pageDown::before {
		content: url(pdfviewer/images/toolbarButton-pageDown-rtl@2x.png);
	}
	.toolbarButton.zoomIn::before {
		content: url(pdfviewer/images/toolbarButton-zoomIn@2x.png);
	}
	.toolbarButton.zoomOut::before {
		content: url(pdfviewer/images/toolbarButton-zoomOut@2x.png);
	}
	.toolbarButton.presentationMode::before, .secondaryToolbarButton.presentationMode::before {
		content: url(pdfviewer/images/toolbarButton-presentationMode@2x.png);
	}
	.toolbarButton.print::before, .secondaryToolbarButton.print::before {
		content: url(pdfviewer/images/toolbarButton-print@2x.png);
	}
	.toolbarButton.openFile::before, .secondaryToolbarButton.openFile::before {
		content: url(pdfviewer/images/toolbarButton-openFile@2x.png);
	}
	.toolbarButton.download::before, .secondaryToolbarButton.download::before {
		content: url(pdfviewer/images/toolbarButton-download@2x.png);
	}
	.toolbarButton.bookmark::before, .secondaryToolbarButton.bookmark::before {
		content: url(pdfviewer/images/toolbarButton-bookmark@2x.png);
	}
	#viewThumbnail.toolbarButton::before {
		content: url(pdfviewer/images/toolbarButton-viewThumbnail@2x.png);
	}
	html[dir="ltr"] #viewOutline.toolbarButton::before {
		content: url(pdfviewer/images/toolbarButton-viewOutline@2x.png);
	}
	html[dir="rtl"] #viewOutline.toolbarButton::before {
		content: url(pdfviewer/images/toolbarButton-viewOutline-rtl@2x.png);
	}
	#viewAttachments.toolbarButton::before {
		content: url(pdfviewer/images/toolbarButton-viewAttachments@2x.png);
	}
	#viewFind.toolbarButton::before {
		content: url(pdfviewer/images/toolbarButton-search@2x.png);
	}
	.secondaryToolbarButton.firstPage::before {
		content: url(pdfviewer/images/secondaryToolbarButton-firstPage@2x.png);
	}
	.secondaryToolbarButton.lastPage::before {
		content: url(pdfviewer/images/secondaryToolbarButton-lastPage@2x.png);
	}
	.secondaryToolbarButton.rotateCcw::before {
		content: url(pdfviewer/images/secondaryToolbarButton-rotateCcw@2x.png);
	}
	.secondaryToolbarButton.rotateCw::before {
		content: url(pdfviewer/images/secondaryToolbarButton-rotateCw@2x.png);
	}
	.secondaryToolbarButton.handTool::before {
		content: url(pdfviewer/images/secondaryToolbarButton-handTool@2x.png);
	}
	.secondaryToolbarButton.documentProperties::before {
		content: url(pdfviewer/images/secondaryToolbarButton-documentProperties@2x.png);
	}
}

@media print {
	body {
		background: transparent none;
	}
	#sidebarContainer, #secondaryToolbar, .toolbar, #loadingBox, #errorWrapper, .textLayer {
		display: none;
	}
	#viewerContainer {
		overflow: visible;
	}
	#mainContainer, #viewerContainer, .page, .page canvas {
		position: static;
		padding: 0;
		margin: 0;
	}
	.page {
		float: left;
		display: none;
		border: none;
		box-shadow: none;
	}
	.page[data-loaded] {
		display: block;
	}
	.fileInput {
		display: none;
	}
	body[data-mozPrintCallback] #outerContainer {
		display: none;
	}
	body[data-mozPrintCallback] #printContainer {
		display: block;
	}
	#printContainer canvas {
		position: relative;
		top: 0;
		left: 0;
	}
}

.visibleLargeView, .visibleMediumView, .visibleSmallView {
	display: none;
}

@media all and (max-width: 960px) {
	html[dir='ltr'] #outerContainer.sidebarMoving .outerCenter, html[dir='ltr'] #outerContainer.sidebarOpen .outerCenter {
		float: left;
		left: 205px;
	}
	html[dir='rtl'] #outerContainer.sidebarMoving .outerCenter, html[dir='rtl'] #outerContainer.sidebarOpen .outerCenter {
		float: right;
		right: 205px;
	}
}

@media all and (max-width: 900px) {
	.sidebarOpen .hiddenLargeView {
		display: none;
	}
	.sidebarOpen .visibleLargeView {
		display: inherit;
	}
}

@media all and (max-width: 860px) {
	.sidebarOpen .hiddenMediumView {
		display: none;
	}
	.sidebarOpen .visibleMediumView {
		display: inherit;
	}
}

@media all and (max-width: 770px) {
	#sidebarContainer {
		top: 32px;
		z-index: 100;
	}
	.loadingInProgress #sidebarContainer {
		top: 37px;
	}
	#sidebarContent {
		top: 32px;
		background-color: rgba(0, 0, 0, 0.7);
	}
	html[dir='ltr'] #outerContainer.sidebarOpen > #mainContainer {
		left: 0px;
	}
	html[dir='rtl'] #outerContainer.sidebarOpen > #mainContainer {
		right: 0px;
	}
	html[dir='ltr'] .outerCenter {
		float: left;
		left: 205px;
	}
	html[dir='rtl'] .outerCenter {
		float: right;
		right: 205px;
	}
	#outerContainer .hiddenLargeView, #outerContainer .hiddenMediumView {
		display: inherit;
	}
	#outerContainer .visibleLargeView, #outerContainer .visibleMediumView {
		display: none;
	}
}

@media all and (max-width: 700px) {
	#outerContainer .hiddenLargeView {
		display: none;
	}
	#outerContainer .visibleLargeView {
		display: inherit;
	}
}

@media all and (max-width: 660px) {
	#outerContainer .hiddenMediumView {
		display: none;
	}
	#outerContainer .visibleMediumView {
		display: inherit;
	}
}

@media all and (max-width: 600px) {
	.hiddenSmallView {
		display: none;
	}
	.visibleSmallView {
		display: inherit;
	}
	html[dir='ltr'] #outerContainer.sidebarMoving .outerCenter, html[dir='ltr'] #outerContainer.sidebarOpen .outerCenter, html[dir='ltr'] .outerCenter {
		left: 156px;
	}
	html[dir='rtl'] #outerContainer.sidebarMoving .outerCenter, html[dir='rtl'] #outerContainer.sidebarOpen .outerCenter, html[dir='rtl'] .outerCenter {
		right: 156px;
	}
	.toolbarButtonSpacer {
		width: 0;
	}
}

@media all and (max-width: 510px) {
	#scaleSelectContainer, #pageNumberLabel {
		display: none;
	}
}

.xmlverb-default {
	color: #333333;
	background-color: #ffffff;
	font-family: monospace;
}

.xmlverb-element-name {
	color: #990000;
}

.xmlverb-element-nsprefix {
	color: #666600;
}

.xmlverb-attr-name {
	color: #660000;
}

.xmlverb-attr-content {
	color: #000099;
	font-weight: bold;
}

.xmlverb-ns-name {
	color: #666600;
}

.xmlverb-ns-uri {
	color: #330099;
}

.xmlverb-text {
	color: #000000;
	font-weight: bold;
}

.xmlverb-comment {
	color: #006600;
	font-style: italic;
}

.xmlverb-pi-name {
	color: #006600;
	font-style: italic;
}

.xmlverb-pi-content {
	color: #006666;
	font-style: italic;
}

.v-label-author {
	font-weight: bolder;
}

.v-label-author.anonymous {
	font-weight: normal;
	font-style: italic;
	color: #55AF55;
}

.v-filterselect-confidentiality {
	padding-right: 0px !important;
	width: 12px;
}

.v-ie .confidentiality .v-icon {
	margin-top: 14px;
}

.v-filterselect-confidentiality-edit {
	padding-right: 0px !important;
	background: none;
}

.v-filterselect-suggestpopup-confidentiality-edit, .v-filterselect-suggestpopup-confidentiality-edit .v-filterselect-suggestmenu {
	border: none;
}

.v-filterselect-suggestpopup-confidentiality-edit .v-filterselect-suggestmenu .gwt-MenuItem-selected {
	border: none;
	background: #6085e0;
}

.confidentiality .v-filterselect-input {
	padding: 0px !important;
	width: 0px !important;
	background: none !important;
	border: none !important;
}

.confidentiality-edit .v-filterselect-input {
	padding-right: 0px !important;
	padding-left: 2px !important;
	width: 45px !important;
	background: none !important;
	border: none !important;
}

.confidentiality-edit .v-filterselect-button {
	background: url(commenting/images/combo-chevron.png);
}

.confidentiality-edit .v-filterselect-button:hover {
	background: url(commenting/images/combo-chevron.png);
}

.action-link {
	color: #006bb7 !important;
}

.action-link .v-button-caption {
	text-decoration: none !important;
	color: #006bb7;
}

.grey-label {
	color: #7d8082;
}

.v-button-leave-comment.grey-label, .grey-label .v-button-caption {
	text-decoration: none !important;
	color: #7d8082 !important;
}

.green-label {
	color: #55AF55;
}

.green-label .v-button-caption {
	text-decoration: none !important;
	color: #55AF55;
}

.blue-label {
	color: #006bb7;
}

.v-button-leave-comment.blue-label, .blue-label .v-button-caption {
	text-decoration: none !important;
	color: #006bb7 !important;
}

.comment-date .v-label, .comment-date .v-icon {
	font-size: 13px !important;
	color: #7d8082 !important;
	text-decoration: none !important;
}

.comment-date .v-icon {
	padding-bottom: 4px;
}

.v-slot-green-label {
	text-align: right;
}

.v-slot-blue-label {
	text-align: right;
}

.v-button-leave-comment {
	color: #55AF55 !important;
}

.v-pdfviewer .v-button-leave-comment, .v-pdfviewer .v-button-leave-comment .v-button-caption {
	color: #d9d9d9 !important;
}

.comment-notyetactive .v-button-wrap {
	border-radius: 3px;
	color: #fff;
	text-decoration: none;
	background-repeat: repeat-x;
	border: 1px solid transparent;
	box-sizing: border-box;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
	background-color: #55AF55;
	border-color: #3E8F3E;
	background-image: -moz-linear-gradient(#55AF55, #3E8F3E);
	background-image: -o-linear-gradient(#55AF55, #3E8F3E);
	background-image: linear-gradient(#55AF55, #3E8F3E);
	background-image: -moz-linear-gradient(top, #55AF55 0, #3E8F3E 100%);
}

.comment-notyetactive .v-button-wrap:hover, .comment-notyetactive .v-button-wrap.active {
	border-radius: 3px;
	color: #fff;
	text-decoration: none;
	background-repeat: repeat-x;
	border: 1px solid transparent;
	box-sizing: border-box;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
	background-image: none;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	background-position: 0 -15px;
	background-color: #3E8F3E;
}

.v-button-leave-comment {
	margin: 20px 0 5px 0;
}

.v-comment-marker {
	color: #BCBCBC !important;
}

.note.v-comment-marker:hover {
	color: #006bb7;
}

.note.v-comment-marker .v-label-marker {
	color: #BCBCBC;
}

.note.v-comment-marker.hassome .v-label-marker {
	color: #006bb7;
}

.note.v-comment-marker:hover .v-label-marker {
	color: #006bb7;
}

.note.v-comment-marker .v-button-marker .v-button-wrap {
	background: #BCBCBC;
}

.note.v-comment-marker.hassome .v-button-marker .v-button-wrap {
	background: #006bb7;
}

.note.v-comment-marker:hover .v-button-marker .v-button-wrap {
	background: #006bb7;
	border-color: #006bb7 transparent;
}

.note.v-button-marker .v-button-wrap:hover:after, .note.active .v-button-wrap:after {
	border-color: #006bb7 transparent !important;
}

.note.v-comment-marker:hover .v-button-marker .v-button-wrap:after {
	border-color: #006bb7 transparent !important;
}

.cmt.v-comment-marker:hover {
	color: #55AF55;
}

.cmt.v-comment-marker .v-label-marker {
	color: #BCBCBC;
}

.cmt.v-comment-marker.hassome .v-label-marker {
	color: #55AF55;
}

.cmt.v-comment-marker:hover .v-label-marker {
	color: #55AF55;
}

.cmt.v-comment-marker .v-button-marker .v-button-wrap {
	background: #BCBCBC;
}

.cmt.v-comment-marker.hassome .v-button-marker .v-button-wrap {
	background: #55AF55;
}

.cmt.v-comment-marker:hover .v-button-marker .v-button-wrap {
	background: #55AF55;
	border-color: #55AF55 transparent;
}

.cmt.v-button-marker .v-button-wrap:hover:after, .cmt.active .v-button-wrap:after {
	border-color: #55AF55 transparent !important;
}

.cmt.v-comment-marker:hover .v-button-marker .v-button-wrap:after {
	border-color: #55AF55 transparent !important;
}

.v-label-marker {
	font-size: 10pt;
	display: inline-block;
	padding-right: 8px;
}

.v-label-marker:hover {
	cursor: pointer;
}

.v-button-marker {
	padding: 0px !important;
	background-image: none;
}

.v-button-marker .v-button-wrap {
	width: 20px !important;
	height: 18px !important;
	border-radius: 2px !important;
	text-decoration: none !important;
	line-height: 20px !important;
	font-size: 12px !important;
	padding: 0px !important;
	display: block !important;
}

.v-button-marker .v-button-wrap:before, .v-button-marker .v-button-wrap .v-button-caption {
	content: "";
	position: absolute !important;
	width: 20px !important;
	height: 18px !important;
	line-height: 16px !important;
	font-size: 14px !important;
	color: #FFF !important;
	text-align: center !important;
	text-decoration: none !important;
	padding: 0 !important;
}

.v-button-marker .v-button-wrap:after {
	content: "";
	display: block !important;
	position: relative !important;
	bottom: -18px !important;
	left: 5px !important;
	width: 0 !important;
	border-width: 7px 8px 0 0 !important;
	border-style: solid !important;
	border-color: #BCBCBC transparent;
}

.v-button-marker .v-button-wrap .v-button-caption {
	text-decoration: none !important;
	border: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

.note.v-button-marker .v-button-wrap:hover, .note.active .v-button-wrap {
	background: #006bb7 !important;
}

.cmt.v-button-marker .v-button-wrap:hover, .cmt.active .v-button-wrap {
	background: #55AF55 !important;
}

.v-textarea-deleted {
	color: #AAA;
	font-style: italic;
}

.v-textarea-no-access {
	color: #AAA;
	font-style: italic;
}

.v-expandingtextarea {
	overflow: hidden;
	resize: none;
}

.v-expandingtextarea.max {
	overflow-y: scroll;
}

.v-expandingtextarea.v-readonly {
	overflow: hidden;
}

.comment .v-textarea {
	margin: 3px 0;
}

.v-caption-date-label {
	font-size: 12px !important;
	color: #7d8082;
}

.v-caption-date-label .v-captiontext {
	font-size: 12px !important;
	padding-top: 2px;
	padding-left: 2px;
}

.comment {
	background-color: whitesmoke;
	margin: 2px;
	padding: 5px 10px;
	display: inline-block !important;
	border-left: solid 3px transparent;
}

.noteArea .private-cmt .confidentiality .FontAwesome {
	color: #006bb7;
}

.noteArea .shared-cmt .confidentiality .FontAwesome {
	color: #cf7c00;
}

.noteArea .private-cmt {
	border-left: solid 3px #006bb7;
}

.noteArea .shared-cmt {
	border-left: solid 3px #cf7c00;
}

.cmtArea .comment .confidentiality .FontAwesome {
	color: #006bb7;
}

.cmtArea .comment {
	border-left: solid 3px #55AF55;
}

.comment.editing, .comment.editing:hover {
	border-left: solid 3px #BD221D;
}

.comment .v-caption-grey-label, .comment .v-caption-green-label {
	display: inline-block !important;
}

.comment .v-formlayout-captioncell .v-caption {
	font-size: 12px;
	padding-top: 6px;
}

.comment .v-formlayout-row {
	vertical-align: top;
}

.v-upload-attm .v-button {
	cursor: pointer !important;
	color: #006bb7;
	font-size: 13px;
	background: transparent;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	padding: 0px;
}

.v-upload-attm .v-button-wrap {
	padding: 0;
}

.v-upload-attm.v-upload-immediate input {
	height: 18px;
}

.v-caption-attm {
	display: inline !important;
	color: #006bb7;
	font-size: 13px;
}

.v-pdfviewer .commentable {
	margin: 0 20px;
}

.sr-comment {
	margin-bottom: 20px;
	padding-left: 10px;
	border-left: 3px solid transparent;
}

.v-button-publish {
	background-color: #55AF55;
	border-color: #3E8F3E;
	background-image: -moz-linear-gradient(#55AF55, #3E8F3E);
	background-image: -o-linear-gradient(#55AF55, #3E8F3E);
	background-image: linear-gradient(#55AF55, #3E8F3E);
	background-image: -moz-linear-gradient(top, #55AF55 0, #3E8F3E 100%);
}

.v-button-publish:hover, .v-button-publish.active {
	background-image: none;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	background-position: 0 -15px;
	background-color: #55AF55;
}

.v-label-cmt-section-warning {
	background: url(images/alert-warning.png) no-repeat #FCF8E3;
	border: 1px solid #FAEBCC;
	padding: 5px 5px 5px 25px;
	margin-right: 10px;
}

.v-label-commentInnerTitle {
	padding-top: 5px;
}

.v-tabsheet-enquiries {
	background-color: #ffffff;
}

.v-tabsheet-tabcontainer-enquiries {
	padding-top: 0px;
	padding-left: 15px;
}

.v-tabsheet-enquiries .v-tabsheet-tabitem {
	background: transparent;
	border: none;
	height: 25px;
	color: #428bca;
}

.v-tabsheet-enquiries .v-tabsheet-tabitem-selected {
	color: #ffffff;
	background-color: #428bca;
	border-color: #2b669a;
	background-image: -moz-linear-gradient(#4891d3, #266dbf);
	background-image: -o-linear-gradient(#4891d3, #266dbf);
	background-image: linear-gradient(#4891d3, #266dbf);
	background-image: -moz-linear-gradient(top, #428bca 0, #2d6ca2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#428bca', endColorstr='#2b669a');
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
}

.v-tabsheet-enquiries .v-tabsheet-tabitemcell {
	padding-top: 0px;
	background: transparent;
}

.v-tabsheet-enquiries .v-tabsheet-tabitemcell-selected {
	padding-top: 0;
}

.v-tabsheet-enquiries .v-tabsheet-tabitemcell-selected + .v-tabsheet-tabitemcell .v-tabsheet-tabitem {
	border-left: none;
}

.v-tabsheet-enquiries .v-tabsheet-tabitem .v-caption {
	height: 16px;
	padding: 7px 20px 6px 20px;
}

.v-tabsheet-enquiries .v-tabsheet-tabitem-selected .v-caption {
	padding-top: 7px;
	padding-bottom: 7px;
}

.v-tabsheet-enquiries .v-tabsheet-spacertd div {
	border: none;
	height: 30px;
	padding: 0;
}

.v-tabsheet-enquiries .v-tabsheet-tabitemcell-selected + .v-tabsheet-spacertd div {
	border-left: none;
}

.v-tabsheet-enquiries .v-tabsheet-content {
	border: none;
	border-top: #ddd 1px solid;
	margin-top: 5px;
}

.v-tabsheet-enquiries .v-tabsheet-deco {
	height: 0;
	background: transparent;
}

.v-tabsheet-enquiries .v-tabsheet-header .v-tabsheet-spacertd div {
	border-left: none;
	border-bottom: none;
}

.v-tabsheet-enquiries .v-tabsheet-header .v-tabsheet-tabs {
	border-collapse: separate;
	height: 34px;
	border-spacing: 4px 0;
}

.v-ie7 .v-tabsheet-enquiries .v-tabsheet-header .v-tabsheet-tabs {
	position: relative;
	top: 2px;
}

.v-tabsheet-enquiries .v-tabsheet-header .v-tabsheet-tabitemcell {
	background: url(enquiries/img/tab-left.png) repeat-x;
	height: 34px;
	padding-top: 0;
}

.v-tabsheet-enquiries .v-tabsheet-header .v-tabsheet-tabitemcell-selected {
	background-image: url(enquiries/img/tab-left-selected.png);
}

.v-tabsheet-enquiries .v-tabsheet-header .v-tabsheet-tabitem {
	background: url(enquiries/img/tab-right.png) no-repeat right top;
	height: 34px;
	padding: 0;
}

.v-tabsheet-enquiries .v-tabsheet-header .v-tabsheet-tabitem-selected {
	background-image: url(enquiries/img/tab-right-selected.png);
}

.v-tabsheet-enquiries .v-tabsheet-header .v-tabsheet-tabitem {
	border: none;
}

.v-tabsheet-enquiries .v-tabsheet-header .v-tabsheet-tabitem .v-caption {
	height: 20px;
	padding: 8px 14px 0 14px;
}

.v-tabsheet-enquiries .v-tabsheet-header .v-tabsheet-tabitem .v-captiontext {
	font-size: 13px;
	line-height: 20px;
	height: 20px;
}

.v-tabsheet-enquiries .v-tabsheet-header .v-tabsheet-tabitem .v-caption-closable, .v-tabsheet-enquiries .v-tabsheet-header .v-tabsheet-tabitem-selected .v-caption-closable {
	white-space: nowrap;
}

.v-tabsheet-enquiries .v-tabsheet-header .v-tabsheet-caption-close {
	vertical-align: top;
	margin-left: 5px;
	margin-right: -5px;
	color: #ffffff;
}

.v-tabsheet-enquiries .v-tabsheet-header .v-tabsheet-tabitem-selected .v-tabsheet-caption-close {
	color: #ffffff;
}

.v-tabsheet-enquiries .v-tabsheet-header .v-tabsheet-content {
	height: 0;
}

.v-tabsheet-enquiries .v-tabsheet-header .v-tabsheet-scroller {
	margin-top: -34px;
	height: 34px;
	background: #ffffff;
	position: relative;
	float: right;
	width: 40px;
}

.v-ie7 .v-tabsheet-enquiries .v-tabsheet-header .v-tabsheet-scroller {
	margin-top: -36px;
	height: 36px;
}

.v-tabsheet-enquiries .v-tabsheet-header .v-tabsheet-scrollerPrev, .v-tabsheet-enquiries .v-tabsheet-header .v-tabsheet-scrollerNext, .v-tabsheet-enquiries .v-tabsheet-header .v-tabsheet-scrollerPrev-disabled, .v-tabsheet-enquiries .v-tabsheet-header .v-tabsheet-scrollerNext-disabled {
	width: 20px;
	height: 34px;
	background: none;
	border: none;
}

.v-ie7 .v-tabsheet-enquiries .v-tabsheet-header .v-tabsheet-scrollerPrev, .v-ie7 .v-tabsheet-enquiries .v-tabsheet-header .v-tabsheet-scrollerNext, .v-ie7 .v-tabsheet-enquiries .v-tabsheet-header .v-tabsheet-scrollerPrev-disabled, .v-ie7 .v-tabsheet-enquiries .v-tabsheet-header .v-tabsheet-scrollerNext-disabled {
	height: 36px;
}

.v-tabsheet-enquiries .v-tabsheet-header .v-tabsheet-scrollerNext, .v-tabsheet-enquiries .v-tabsheet-header .v-tabsheet-scrollerNext-disabled {
	background-image: url(enquiries/img/scroller-next.png);
}

.v-tabsheet-enquiries .v-tabsheet-header .v-tabsheet-tabitem {
	color: #ffffff;
}

.v-tabsheet-enquiries .v-tabsheet-header .v-tabsheet-tabitem-selected {
	color: #fff;
}

.enquiries .v-spacing {
	height: 10px;
}

.past-enquiry-datagrid {
	padding-top: 30px;
}

.enquiry-datagrid .header-row, .manage-enquiry-datagrid .header-row, .past-enquiry-datagrid .header-row, .manage-past-enquiry-datagrid .header-row {
	border-top: 3px solid #CECECE;
	border-bottom: 1px solid #CECECE;
}

.datagrid .enquiry-column-1, .datagrid .past-enquiry-column-1 {
	width: 80% !important;
}

.datagrid .manage-enquiry-column-1, .datagrid .manage-past-enquiry-column-1 {
	width: 75% !important;
}

.v-verticallayout-enquiry-column-1 .v-label, .v-verticallayout-manage-enquiry-column-1 .v-label, .v-verticallayout-past-enquiry-column-1 .v-label, .v-verticallayout-manage-past-enquiry-column-1 .v-label, .v-label-enquiry-column-1, .v-label-manage-enquiry-column-1, .v-label-past-enquiry-column-1, .v-label-manage-past-enquiry-column-1 {
	font-weight: bold;
	white-space: normal;
}

.enquiry-column-1 .enquiry-title, .manage-enquiry-column-1 .enquiry-title, .past-enquiry-column-1 .enquiry-title, .manage-past-enquiry-column-1 .enquiry-title {
	color: #404040;
	cursor: default;
	font-weight: normal;
}

.datagrid .enquiry-column-2, .datagrid .past-enquiry-column-2 {
	width: 20% !important;
}

.datagrid .manage-enquiry-column-2, .datagrid .manage-past-enquiry-column-2 {
	width: 15% !important;
}

.datagrid .manage-enquiry-column-3, .datagrid .manage-past-enquiry-column-3 {
	width: 10% !important;
}

.manage-users-datagrid .header-row {
	border-top: 3px solid #CECECE;
	border-bottom: 1px solid #CECECE;
}

.datagrid .manage-users-column-1 {
	width: 30% !important;
}

.datagrid .manage-users-column-2 {
	width: 30% !important;
}

.datagrid .manage-users-column-3 {
	width: 40% !important;
}

.v-label-npe-declaration {
	font-size: 14px;
	padding: 20px;
}

.opt-out h5 {
	font-size: initial;
	margin: 10px 0px;
}

.opt-out hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee;
}

table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #cdcdcd !important;
	border: 1px solid #fff;
	padding: 4px;
}

table.tablesorter thead tr .header {
	background: url(tablesorter/img/bg.gif) no-repeat center right;
	cursor: pointer;
}

table.tablesorter thead tr .headerSortUp {
	background-image: url(tablesorter/img/asc.gif);
}

table.tablesorter thead tr .headerSortDown {
	background-image: url(tablesorter/img/desc.gif);
}

table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color: #c3d9e6 !important;
}

.v-app {
	background: #fff;
}

.v-verticallayout .v-slot {
	font-size: 0;
}

.v-menubar-submenu-indicator {
	display: inline;
	color: #fff;
}

.home-title {
	padding: 30px 15px 10px 15px;
	font-size: 16pt !important;
	text-align: center;
}

.home-list {
	vertical-align: top;
	margin-left: 40px;
	white-space: normal;
}

.home-message {
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 20px;
	white-space: normal;
	text-align: left;
}

.notif-title {
	padding: 30px 15px 20px 25px;
	font-size: 16pt;
}

.v-caption-notif .v-captiontext {
	font-size: 12pt;
	font-weight: bold;
	padding: 20px 0 10px 50px;
}

.v-caption-notif-interests {
	font-size: 14px;
	font-weight: bold;
}

.v-horizontallayout-notif {
	background-color: #F5F5F5;
	padding-left: 40px;
}

.v-verticallayout-notif .v-button {
	margin-left: 40px;
}

.v-verticallayout-notif .v-checkbox {
	margin-left: 40px;
}

.v-verticallayout-notif {
	margin-bottom: 30px;
}

.v-panel-content-qs .v-caption-h3 {
	font-size: 12pt;
	font-weight: bold;
}

.home-looking {
	padding: 0px 15px 5px 15px;
	font-size: 12pt;
	font-weight: normal;
}

.search-layout {
	width: 830px;
	padding: 12px;
	background-color: #E0E0E0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 30px;
}

.popupContent .search-layout {
	background-color: #fff;
	margin-bottom: 0px;
}

.v-panel-content-global-search.v-panel-content-refine {
	border: 0px;
}

.v-slot-search-result-layout .search-result-layout {
	padding-left: 12px;
	padding-right: 12px;
}

.v-table-country-code {
	padding-top: 2px;
}

.v-table-table {
	font-size: 13px;
}

.search-layout .v-caption {
	font-weight: bold;
}

.search-layout .suggestions {
	border-right: 0;
}

.home-footer {
	font-size: 8pt;
	padding: 5px;
	text-align: center;
}

.home-footer a {
	font-weight: bold;
	text-decoration: none;
	color: #013568;
}

.search-layout .v-select-optiongroup .v-select-option {
	display: inline;
}

.v-label-std-metadata-label-bold {
	font-weight: bold;
	padding-right: 25px;
}

.v-button-link .v-button-caption {
	text-decoration: none;
}

.v-caption-stdRef {
	font-weight: bold;
	font-size: 14px;
}

.v-caption-std-title {
	font-style: italic;
	font-size: 14px;
}

.metadata {
	margin: 0 10px 10px 10px;
}

.hit {
	background: #fff200;
}

.currhit {
	background-color: orange;
}

.sec-result-mouseover, .sec-result:hover {
	background-color: #FFE89E;
	border: 0px #CAD4E6 solid;
}

.sec-result-title {
	cursor: pointer;
	white-space: normal;
	font-weight: bold;
	float: left;
}

.preview-open {
	float: left;
}

.search-result-layout {
	background: transparent url(../iso-public/layout/img/divider-vertical.png) no-repeat;
}

.tbx-result-std-title {
	white-space: normal;
	font-style: italic;
}

.noresults .v-label {
	margin: 50px;
	background-color: #E0E0E0;
	padding: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	white-space: normal;
	font-weight: bold;
}

.sec-result-snippets {
	white-space: normal;
	padding-left: 30px;
}

div.v-label-docsearchresult {
	padding: 5px;
}

div.v-label-docsearchresult:hover {
	background-color: #E0ECFF;
}

div.v-customoverlay div.v-label {
	white-space: normal;
}

.v-panel-toolbar {
	background: #cedcf9;
	padding: 1px;
}

p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
}

.global-search input.v-filterselect-input {
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	height: 16px;
	line-height: 16px;
	background: none;
	padding: 5px 0px 5px 21px;
	background: transparent;
}

.global-search input.v-filterselect-input:focus {
	outline: none;
}

.global-search div.v-filterselect-button {
	display: none;
}

.global-search .v-filterselect-prompt {
	color: #859ac7;
}

.global-search input.v-textfield {
	padding: 0px 0px 0px 6px;
	height: 24px;
}

.stdhit .thumb {
	background: url(images/std_icon.png) no-repeat 10px 10px;
}

.pubhit .thumb {
	padding-top: 10px;
	padding-left: 10px;
}

.grshit {
	padding: 10px 10px 10px 10px;
	min-height: 60px;
	height: auto !important;
	height: 60px;
}

.std-title {
	font-size: 14px;
	white-space: normal;
	color: #013568;
	cursor: pointer;
	font-weight: bold;
	padding-right: 20px;
}

.stdview .std-title {
	font-size: 16px;
	font-weight: normal;
	cursor: default;
	color: #404040;
}

.std-ui-title {
	font-size: 12px;
}

.stdhit .std-ui-title {
	font-size: 12px;
	cursor: pointer;
	padding-right: 20px;
}

.std-ref, .pub-title {
	font-size: 14px;
	color: #013568;
	font-weight: bold;
	cursor: pointer;
	padding-right: 20px;
}

.pub-desc.v-label-undef-w {
	white-space: normal;
}

.grs-title, .v-button-link.grs-title {
	clear: both;
	display: block;
	font-size: 14px;
	color: #013568;
	cursor: pointer;
}

.grs-title {
	font-weight: bold;
}

.v-button-link.grs-title .v-button-wrap, .v-button-link:focus.grs-title .v-button-wrap, .v-button-link:active.grs-title .v-button-wrap, body.v-ie .v-pressed.v-button-link.grs-title .v-button-wrap {
	text-align: center;
	font-weight: bold;
}

.categorysidebar .v-panel-captionwrap {
	padding-left: 5px;
	background: transparent url(images/divider-horizontal.png) no-repeat 50% 0;
	border: none;
}

.categorysidebar .v-panel-caption {
	border: none;
}

div.v-previewoverlay {
	-webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.5);
	box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.5);
	border: 1px solid #999;
	background-color: #fff;
	overflow: hidden;
	display: hidden;
}

span.v-overlay-connector {
	background: url(images/overlay_connector.png);
	position: absolute;
	display: inline;
	visibility: visible;
	height: 32px;
	width: 15px;
	left: -15px;
}

div.v-csslayout-decoratedoverlay {
	max-height: 600px;
	width: 550px;
	margin: 10px;
}

.v-csslayout-decoratedoverlay .v-label {
	max-height: 580px;
	padding-top: 5px;
	padding-right: 11px;
	clear: both;
	border: 1px solid #fff;
}

.v-csslayout-decoratedoverlay .v-label:hover {
	overflow: auto;
}

div.v-csslayout.v-csslayout-decoratedoverlay.decoratedoverlay::hover {
	overflow: auto;
	background-color: green;
}

.v-csslayout-decoratedoverlay div.v-label {
	white-space: normal;
}

sup.i-hit-num {
	background: yellow;
	border-radius: 5px;
	border: 1px solid red;
	padding: 1px;
	margin: 2px;
	font-size: 10px;
}

.i-grs-control {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: right;
}

.resultview-control {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: right;
}

.i-grs-control .v-button {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 1px;
}

.i-grs-control .v-select {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 1px;
}

.i-grs-control .v-button-caption {
	text-decoration: none;
}

.i-welcome-msg {
	padding: 20px;
	font-size: 14px;
}

.i-welcome-msg p {
	font-size: 14px;
}

.v-menubar-submenu-hits {
	max-height: 600px;
	overflow: auto;
}

.v-menubar-submenu-hits .v-menubar-menuitem {
	height: 17px;
}

.v-menubar-submenu-hits .v-menubar-menuitem .v-menubar-menuitem-caption {
	vertical-align: bottom;
	overflow: hidden;
}

.v-menubar-submenu-hits .hit {
	vertical-align: bottom;
}

.v-menubar-submenu-hits .v-menubar-menuitem-selected .hit {
	background: yellow;
	color: black;
	text-shadow: #fff 0 1px 0;
}

.v-caption-meta-label {
	font-weight: normal;
	color: #013568;
}

.meta-value {
	font-weight: normal;
}

.std-view-metadata {
	background-color: #fff;
}

.revisions {
	text-align: center;
	background: #F5F5F5;
	border-top: 1px solid #E5E5E5;
	alignment-baseline: middle center;
}

.revision-sep {
	background: url(images/revisions-sep.png) no-repeat right center;
	height: 100%;
}

.odd {
	background-color: #CEE0EA;
}

.std-view-title {
	font-size: 14px;
	font-style: italic;
}

.v-button-button-link-SRCriteria .v-button-wrap .v-button-caption {
	vertical-align: top;
}

.show-metadata-on .v-button-wrap .v-button-caption {
	color: lightgrey;
	font-weight: bold;
}

.show-metadata-off .v-button-wrap .v-button-caption {
	color: #F5F5F5;
	font-weight: bold;
}

.main-search-layout .v-csslayout-container {
	float: left;
}

.v-tooltip-text {
	border: 1px solid #404040;
	background: #CEE0EA;
	padding: 1px 3px 1px 3px;
}

.mixed-result {
	margin: 12px;
}

.paging-align-fix {
	text-align: center;
	margin: 12px 0 12px 0;
}

.v-horizontallayout.info {
	padding: 20px 25px 10px 25px;
}

.pub-view-layout {
	padding: 12px;
}

.cdb-link {
	color: #404040;
	padding-left: 20px;
}

.preview-closebox {
	float: right;
}

.preview-closebox .v-button-wrap {
	padding: 2px;
}

.preview-closebox .v-button-wrap .v-icon {
	margin: 0;
}

.preview-closebox .v-button-wrap .v-button-caption {
	display: none;
}

.atlwdg-trigger.atlwdg-SDEUP {
	color: #fff;
	right: 50%;
	bottom: 0;
	border: 2px solid #fff;
	border-bottom: none;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
}

.v-window {
	border: 1px solid #404040;
	border-radius: 5px;
	khtml-border-radius: 5px;
	moz-border-radius: 5px;
	ms-border-radius: 5px;
	o-border-radius: 5px;
	webkit-border-radius: 5px;
}

.v-window-outerheader {
	padding: 15px 15px 10px 15px;
	border-bottom: 1px solid lightgrey;
	height: inherit;
}

.v-window-closebox {
	background: url(images/x.png) no-repeat;
	top: 4px;
	right: 5px;
}

.v-window-header {
	font-size: 18px;
	font-weight: bold;
}

.v-window-datadeclaration .v-window-outerheader {
	height: auto;
}

.v-window-datadeclaration .v-panel-content {
	border: none;
}

.v-window-datadeclaration .v-panel-captionwrap {
	visibility: hidden;
}

.result-paging-layout {
	text-align: center;
	width: 100%;
}

.obp-label, .v-caption-obp-label .v-captiontext {
	font-weight: bold;
	color: #404040;
}

.v-tree-node.v-tree-node-leaf.v-tree-node-protected, .v-tree-node.v-tree-node-protected {
	color: grey;
}

.v-button-sort, .v-disabled.v-button-sort:focus, .v-disabled.v-button-sort:active {
	color: #fff;
	background: #cf7c00 none repeat-x;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.55);
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

div.v-button-sort .v-button-wrap, div.v-button-sort:focus .v-button-wrap, .v-button-sort:active .v-button-wrap {
	padding-right: 15px;
}

div.v-button-sort-asc .v-button-wrap, div.v-button-sort-asc:focus .v-button-wrap, .v-button-sort-asc:active .v-button-wrap {
	background: url(images/sort_asc_white.png) no-repeat right center;
	padding-right: 15px;
}

div.v-button-sort-desc .v-button-wrap, div.v-button-sort-desc:focus .v-button-wrap, .v-button-sort-desc:active .v-button-wrap {
	background: url(images/sort_desc_white.png) no-repeat right center;
	padding-right: 15px;
}

div.v-button-buy .v-button-wrap, div.v-button-buy:focus .v-button-wrap, .v-button-buy:active .v-button-wrap {
	width: 60px;
	padding-left: 15px;
	background: url(icons/shopping-cart-white.png) no-repeat 5px center;
}

div.v-button-notify .v-button-wrap, div.v-button-notify:focus .v-button-wrap, .v-button-notify:active .v-button-wrap {
	width: 60px;
	background: url(icons/notify-me-off.png) no-repeat 5px center;
	padding-left: 15px;
}

div.v-button-notify-on .v-button-wrap, div.v-button-notify-on:focus .v-button-wrap, .v-button-notify-on:active .v-button-wrap {
	width: 60px;
	background: url(icons/notify-me-on.png) no-repeat 5px center;
	padding-right: 15px;
}

.v-button-save, .v-disabled.v-button-save:focus, .v-disabled.v-button-save:active {
	color: #fff;
	background: #CF5B46 none repeat-x;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.55);
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.search-header .v-select-select {
	padding: 1px;
}

.v-window-search-options .v-verticallayout .v-captiontext {
	font-weight: bold;
}

div.v-button-search-opt .v-button-wrap, div.v-button-search-opt:focus .v-button-wrap, .v-button-search-opt:active .v-button-wrap {
	padding-left: 20px;
}

div.v-button-search-opt .v-button-wrap, div.v-button-search-opt:focus .v-button-wrap, .v-button-search-opt:active .v-button-wrap {
	background: url(images/search_opt_white.png) no-repeat left center;
	padding-left: 20px;
	margin-left: 5px;
}

.header-item-block {
	float: right;
	padding-bottom: 10px;
}

.header-info-text {
	float: left;
	padding-bottom: 10px;
}

.home-search {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.v-panel-global-search.home-search {
	background-color: #01478b;
}

.v-label-undef-w.OBP-HEADER-INFO {
	white-space: normal;
}

.v-csslayout-search-header {
	background-color: #D1E2EF;
	padding: 25px 25px 0px 25px;
}

.global-search.refine {
	float: left;
	padding-bottom: 11px;
}

.global-search.refine .suggestions {
	border-right: none;
}

.v-Notification .popupContent {
	text-align: center;
}

.popup-window .v-window-outerheader {
	display: none;
}

.v-iframe {
	border: 0;
}

.collection-expanded .v-label {
	background-position: -7px 5px;
}

.collection .v-label {
	cursor: pointer;
	background: transparent;
}

.collection .v-panel-content, .v-panel-deco {
	border: none;
}

.collection .v-panel-captionwrap, .v-panel-deco {
	height: 0px;
}

.v-verticallayout-collection {
	padding-left: 16px;
}

.v-button-refine {
	background: #01478b url(images/search_refine.png) no-repeat;
	width: 25px;
	height: 24px;
	padding: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: none;
}

.v-select-optiongroup-xmltype {
	padding-bottom: 5px;
}

.i-content-toolbar .languages {
	padding: 3px 5px 2px 30px;
}

.i-content-toolbar .languages .v-label {
	padding-right: 5px;
	padding-top: 2px;
}

.v-caption-related-pub .v-captiontext {
	font-weight: bold;
}

.liblabel {
	font-weight: bold;
}

.libtitle {
	padding-top: 3px;
}

.liblnk {
	padding-top: 3px;
}

.liblnk span {
	text-decoration: none;
	color: #013568;
}

.v-button-link.libref.new {
	padding-right: 12px;
	background: url(icons/new.png) top right no-repeat;
}

.v-button-link.libref.upd {
	padding-right: 12px;
	background: url(icons/upd.png) top right no-repeat;
}

.v-Notification-system {
	background-color: #E0E0E0;
	border: 5px solid #E9967A;
	opacity: 1;
	padding: 12px 11px 11px 11px;
}

.v-verticallayout-search-layout {
	margin: auto;
}

.country-code-more-info {
	padding-bottom: 5px;
}

.v-table {
	border: 0;
}

.v-table .v-table-header-wrap, .v-table .v-table-body, .v-table .v-table-cell-content {
	border: none;
}

.v-table .v-table-header .v-table-caption-container {
	font-weight: bold;
}

.v-table .v-table-header-wrap {
	background-color: #7CB6DB;
}

.v-table .v-table-header-cell {
	padding: 6px 0 6px 0;
}

.v-table .v-table-cell-wrapper {
	margin: 4px 4px 4px 4px;
}

.v-table .v-table-resizer {
	display: none;
}

.v-table .v-table-row-odd {
	background-color: #F5F5F5;
}

.v-table.v-table-country-code .v-table-header-wrap {
	background-color: #7CB6DB;
}

.v-table.v-table-country-code .v-table-row-odd {
	background-color: #CEE0EA;
}

.v-table-cell-content-wrap, .v-table-cell-content-wrap .v-table-cell-wrapper {
	white-space: normal;
}

.v-caption-basketitems .v-captiontext {
	font-weight: bold;
	padding-bottom: 10px;
}

.v-table-basketitems {
	border: 1px solid #e8e8e8;
}

.v-table-basketitems .v-table-header-wrap {
	background-color: #fff;
	border-bottom: 1px solid #c8c8c8;
}

.v-table.v-table-basketitems .v-table-header-wrap td {
	padding: 4px 0 4px 0;
}

.v-window-errorsub .v-window-outerheader {
	background: #c7183c;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M3MTgzYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5ZTE0MzQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #c7183c 0%, #9e1434 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c7183c), color-stop(100%, #9e1434));
	background: -webkit-linear-gradient(top, #c7183c 0%, #9e1434 100%);
	background: -o-linear-gradient(top, #c7183c 0%, #9e1434 100%);
	background: -ms-linear-gradient(top, #c7183c 0%, #9e1434 100%);
	background: linear-gradient(top, #c7183c 0%, #9e1434 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c7183c',
            endColorstr='#9e1434', GradientType=0);
	border-top-color: #E08B9D;
	border-bottom-color: #870814;
}

.v-ie9 .v-window-errorsub .v-window-outerheader {
	filter: none;
}

.v-window-errorsub .v-window-header {
	color: #fff;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.5);
}

.v-formlayout-captioncell .v-caption {
	font-weight: bold;
	font-size: 14px;
}

.fixed-invisible-tab {
	background: none !important;
	color: transparent !important;
	border: none transparent !important;
}

.v-tabsheet-tabcontainer-header {
	border-bottom: 5px solid #406890;
	background-color: #333333;
	height: 50px;
}

.v-tabsheet-tabcontainer-header .v-tabsheet-tabs-header .v-tabsheet-tabitemcell, .v-tabsheet-tabcontainer-header .v-tabsheet-tabs-header .v-tabsheet-tabitemcell-selected {
	background: none;
}

.v-tabsheet-tabcontainer-header .v-tabsheet-tabs-header .v-tabsheet-tabitem, .v-tabsheet-tabcontainer-header .v-tabsheet-tabs-header .v-tabsheet-tabitem-selected {
	margin-top: 16px;
	border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
}

.v-tabsheet-tabcontainer-header .v-tabsheet-tabs-header .v-tabsheet-tabitem {
	background: #5a5a5a;
	background: -moz-linear-gradient(top, #5a5a5a 0%, #3d3d3d 50%, #3d3d3d 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #5a5a5a), color-stop(50%, #3d3d3d), color-stop(100%, #3d3d3d));
	background: -webkit-linear-gradient(top, #5a5a5a 0%, #3d3d3d 50%, #3d3d3d 100%);
	background: -o-linear-gradient(top, #5a5a5a 0%, #3d3d3d 50%, #3d3d3d 100%);
	background: -ms-linear-gradient(top, #5a5a5a 0%, #3d3d3d 50%, #3d3d3d 100%);
	background: linear-gradient(to bottom, #5a5a5a 0%, #3d3d3d 50%, #3d3d3d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5a5a5a', endColorstr='#3d3d3d', GradientType=0);
}

.v-tabsheet-tabcontainer-header .v-tabsheet-tabs-header .v-tabsheet-tabitem-selected {
	background: #0c4d8d;
	background: -moz-linear-gradient(top, #0c4d8d 0%, #093d6d 50%, #093d6d 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #0c4d8d), color-stop(50%, #093d6d), color-stop(100%, #093d6d));
	background: -webkit-linear-gradient(top, #0c4d8d 0%, #093d6d 50%, #093d6d 100%);
	background: -o-linear-gradient(top, #0c4d8d 0%, #093d6d 50%, #093d6d 100%);
	background: -ms-linear-gradient(top, #0c4d8d 0%, #093d6d 50%, #093d6d 100%);
	background: linear-gradient(to bottom, #0c4d8d 0%, #093d6d 50%, #093d6d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0c4d8d', endColorstr='#093d6d', GradientType=0);
}

.v-tabsheet-tabcontainer-header .v-tabsheet-tabs-header .v-tabsheet-tabitemcell-disabled {
	background: none !important;
	color: transparent !important;
	border: none transparent !important;
	filter: none;
}

.v-tabsheet-tabcontainer-header .v-tabsheet-tabs-header .v-tabsheet-tabitemcell-disabled .v-tabsheet-tabitem {
	background: none !important;
	color: transparent !important;
	border: none transparent !important;
	filter: none;
}

.v-tabsheet-tabcontainer-header .v-tabsheet-tabs-header .v-tabsheet-tabitemcell-disabled .v-tabsheet-tabitem .v-captiontext {
	text-decoration: none;
}

.v-caption .v-captiontext {
	vertical-align: top;
	font-size: 13px;
}

.v-verticallayout-pub-view-layout .v-gridlayout-info {
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
}

.v-verticallayout-pub-view-layout .v-panel-content-borderless {
	margin: 12px;
}

.v-menubar-redlines {
	background-color: transparent;
	height: inherit;
}

.v-menubar-redlines .v-menubar-submenu-indicator {
	display: none;
}

.v-menubar-redlines .v-menubar-menuitem {
	background-color: transparent;
	height: inherit;
}

.v-menubar-redlines .v-menubar-menuitem .v-menubar-menuitem-caption {
	color: #404040;
	padding: 0;
}

.v-label-std-alert-warning {
	background: url('images/alert-warning.png') no-repeat #FCF8E3;
	border: 1px solid #FAEBCC;
	padding: 5px 5px 5px 25px;
}

.v-tabsheet-tabitem .v-caption .v-icon {
	padding-right: 4px;
	vertical-align: top;
	height: 20px;
}

.v-tabsheet-header .v-tabsheet-tabitem .v-caption {
	padding: 8px 8px 0 8px;
}

.v-ie .v-customcomponent {
	font-size: 0 !important;
	line-height: normal !important;
}

.v-ie .v-layout {
	font-size: 0 !important;
	line-height: normal !important;
}

.v-ie .v-accordion {
	font-size: 0 !important;
	line-height: normal !important;
	-ms-overflow-y: hidden;
}

.v-ie .v-csslayout-application-header {
	font-size: 13px !important;
	line-height: 1.4 !important;
}

.v-ie .v-customlayout {
	font-size: 13px !important;
	line-height: normal !important;
}

.v-ie .main-header {
	position: static !important;
}

.v-loading-indicator, .v-loading-indicator-delay, .v-loading-indicator-wait {
	width: 100%;
	height: 100%;
	margin: 0;
	background: transparent url(images/loading/loading-indicator.GIF) no-repeat fixed 50% 50%;
	opacity: 0.7;
	cursor: wait;
}

.v-loading-indicator-delay {
	background-image: url(images/loading/loading-indicator-delay.GIF);
	cursor: wait;
}

.v-loading-indicator-wait {
	background-image: url(images/loading/loading-indicator-wait.GIF);
	cursor: wait;
}

.v-Notification {
	max-width: 75%;
	position: relative;
	margin: 1em;
	opacity: 1;
	padding: 4em 4em 4em 8em;
	border-left: 4px solid #0074D9;
	color: #444444;
	background-color: #f9f9f9;
	font-size: 9px;
	box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.7), -1px 2px 20px rgba(255, 255, 255, 0.6) inset;
}

.v-Notification-system {
	border: 5px solid #E9967A !important;
}

.basketitems .v-scrollable, .country-code .v-scrollable {
	overflow: hidden;
}

.notocmsg {
	font-size: 14px;
	font-style: italic;
	padding: 20px;
}

.downloadlink::after {
	content: url(icons/icon_download1.gif);
	padding-left: 8px;
	white-space: nowrap;
}

.refine li {
	margin-bottom: 0.375em;
	padding-bottom: 0.375em;
	border-bottom: 1px solid #e7f0f5;
}

.refine li a {
	text-decoration: none;
	color: #01478b;
}

.refine li a:hover {
	text-decoration: underline;
}

.alternate {
	list-style-type: none;
	width: 300px;
	padding: 0;
}

.pub-view-layout .pub-details {
	margin-left: 15px;
}

.pub-view-layout .pub-details .v-label-meta {
	font-style: italic;
}

.wizard .v-panel-content, .wizard .v-panel-nocaption {
	border: none;
}

.main-footer {
	background-color: #333333;
	border-top: 5px solid #406890 !important;
}

.footer-links {
	float: right;
}

div.footer-links {
	height: 30px;
}

.footer-links ul {
	margin: 5px;
}

.footer-links ul li {
	display: inline-block;
	margin: 0 1em;
}

.footer-links ul li a {
	color: #ffffff;
	text-decoration: none;
}