/* Minification failed. Returning unminified contents.
(1464,9): run-time error CSS1036: Expected expression, found '#'
(4406,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
(4464,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
 */
/*! jQuery UI - v1.10.4 - 2014-01-17
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css, jquery.ui.theme.css
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin-top: 2px;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-noicons {
	padding-left: .7em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}

.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}

.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}

.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 49%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

.ui-dialog {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}

.ui-menu {
	list-style: none;
	padding: 2px;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	margin-top: -3px;
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	padding: 0;
	width: 100%;
	/* support: IE10, see #8844 */
	list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-menu .ui-menu-divider {
	margin: 5px -2px 5px -2px;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
	text-decoration: none;
	display: block;
	padding: 2px .4em;
	line-height: 1.5;
	min-height: 0; /* support: IE7 */
	font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}

.ui-menu .ui-state-disabled {
	font-weight: normal;
	margin: .4em 0 .2em;
	line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
	cursor: default;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item a {
	position: relative;
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: .2em;
	left: .2em;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	position: static;
	float: right;
}

.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("images/animated-overlay.gif");
	height: 100%;
	filter: alpha(opacity=25);
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}

.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}

.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}

.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}

.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}
.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
/* vertically center icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}

.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}

.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Verdana,Arial,sans-serif/*{ffDefault}*/;
	font-size: 1.1em/*{fsDefault}*/;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Verdana,Arial,sans-serif/*{ffDefault}*/;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #aaaaaa/*{borderColorContent}*/;
	background: #ffffff/*{bgColorContent}*/ url(images/ui-bg_flat_75_ffffff_40x100.png)/*{bgImgUrlContent}*/ 50%/*{bgContentXPos}*/ 50%/*{bgContentYPos}*/ repeat-x/*{bgContentRepeat}*/;
	color: #222222/*{fcContent}*/;
}
.ui-widget-content a {
	color: #222222/*{fcContent}*/;
}
.ui-widget-header {
	border: 1px solid #aaaaaa/*{borderColorHeader}*/;
	background: #cccccc/*{bgColorHeader}*/ url(images/ui-bg_highlight-soft_75_cccccc_1x100.png)/*{bgImgUrlHeader}*/ 50%/*{bgHeaderXPos}*/ 50%/*{bgHeaderYPos}*/ repeat-x/*{bgHeaderRepeat}*/;
	color: #222222/*{fcHeader}*/;
	font-weight: bold;
}
.ui-widget-header a {
	color: #222222/*{fcHeader}*/;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #d3d3d3/*{borderColorDefault}*/;
	background: #e6e6e6/*{bgColorDefault}*/ url(images/ui-bg_glass_75_e6e6e6_1x400.png)/*{bgImgUrlDefault}*/ 50%/*{bgDefaultXPos}*/ 50%/*{bgDefaultYPos}*/ repeat-x/*{bgDefaultRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #555555/*{fcDefault}*/;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #555555/*{fcDefault}*/;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #999999/*{borderColorHover}*/;
	background: #dadada/*{bgColorHover}*/ url(images/ui-bg_glass_75_dadada_1x400.png)/*{bgImgUrlHover}*/ 50%/*{bgHoverXPos}*/ 50%/*{bgHoverYPos}*/ repeat-x/*{bgHoverRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #212121/*{fcHover}*/;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #212121/*{fcHover}*/;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #aaaaaa/*{borderColorActive}*/;
	background: #ffffff/*{bgColorActive}*/ url(images/ui-bg_glass_65_ffffff_1x400.png)/*{bgImgUrlActive}*/ 50%/*{bgActiveXPos}*/ 50%/*{bgActiveYPos}*/ repeat-x/*{bgActiveRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #212121/*{fcActive}*/;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #212121/*{fcActive}*/;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fcefa1/*{borderColorHighlight}*/;
	background: #fbf9ee/*{bgColorHighlight}*/ url(images/ui-bg_glass_55_fbf9ee_1x400.png)/*{bgImgUrlHighlight}*/ 50%/*{bgHighlightXPos}*/ 50%/*{bgHighlightYPos}*/ repeat-x/*{bgHighlightRepeat}*/;
	color: #363636/*{fcHighlight}*/;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636/*{fcHighlight}*/;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a/*{borderColorError}*/;
	background: #fef1ec/*{bgColorError}*/ url(images/ui-bg_glass_95_fef1ec_1x400.png)/*{bgImgUrlError}*/ 50%/*{bgErrorXPos}*/ 50%/*{bgErrorYPos}*/ repeat-x/*{bgErrorRepeat}*/;
	color: #cd0a0a/*{fcError}*/;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #cd0a0a/*{fcError}*/;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #cd0a0a/*{fcError}*/;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70);
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35);
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* For IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(images/ui-icons_222222_256x240.png)/*{iconsContent}*/;
}
.ui-widget-header .ui-icon {
	background-image: url(images/ui-icons_222222_256x240.png)/*{iconsHeader}*/;
}
.ui-state-default .ui-icon {
	background-image: url(images/ui-icons_888888_256x240.png)/*{iconsDefault}*/;
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url(images/ui-icons_454545_256x240.png)/*{iconsHover}*/;
}
.ui-state-active .ui-icon {
	background-image: url(images/ui-icons_454545_256x240.png)/*{iconsActive}*/;
}
.ui-state-highlight .ui-icon {
	background-image: url(images/ui-icons_2e83ff_256x240.png)/*{iconsHighlight}*/;
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(images/ui-icons_cd0a0a_256x240.png)/*{iconsError}*/;
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 4px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px/*{cornerRadius}*/;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa/*{bgColorOverlay}*/ url(images/ui-bg_flat_0_aaaaaa_40x100.png)/*{bgImgUrlOverlay}*/ 50%/*{bgOverlayXPos}*/ 50%/*{bgOverlayYPos}*/ repeat-x/*{bgOverlayRepeat}*/;
	opacity: .3/*{opacityOverlay}*/;
	filter: Alpha(Opacity=30)/*{opacityFilterOverlay}*/;
}
.ui-widget-shadow {
	margin: -8px/*{offsetTopShadow}*/ 0 0 -8px/*{offsetLeftShadow}*/;
	padding: 8px/*{thicknessShadow}*/;
	background: #aaaaaa/*{bgColorShadow}*/ url(images/ui-bg_flat_0_aaaaaa_40x100.png)/*{bgImgUrlShadow}*/ 50%/*{bgShadowXPos}*/ 50%/*{bgShadowYPos}*/ repeat-x/*{bgShadowRepeat}*/;
	opacity: .3/*{opacityShadow}*/;
	filter: Alpha(Opacity=30)/*{opacityFilterShadow}*/;
	border-radius: 8px/*{cornerRadiusShadow}*/;
}

@font-face {
	font-family: 'Segoe UI';
	src: url('../fonts/segoeui-webfont.eot');
	src: url('../fonts/segoeui-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/segoeui-webfont.woff') format('woff'), url('../fonts/segoeui-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

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

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

* {
	vertical-align: baseline;
	font-size: 100%;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	-webkit-text-size-adjust: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

strong {
	font-weight: bold;
}

i {
	font-style: italic;
}

code {
	letter-spacing: 5px;
	color: gray;
}

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
	border: none;
}

a {
	text-decoration: none;
	color: #32383b;
}

	a:hover {
		text-decoration: underline;
	}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
	position: relative;
	zoom: 1;
}

html {
	height: 100%;
	background: #f5f5f5;
	min-width: 320px;
}

body {
	height: 100%;
	font: 13px/16px 'Segoe UI';
	color: #32383b;
	min-width: 320px;
}

.cont {
	width: 1280px;
	margin: 0 auto;
	position: relative;
}

header {
	background: #44aba3;
	position: relative;
	height: 54px;
	color: #fff;
	z-index: 16;
}

	header .cont {
		height: 54px;
	}

.build-info
{
	text-align: right;
	margin: 0 1.0em 1.0em 1.0em;
}

.build-info b
{
	font-weight: bold;
}

.user {
	float: left;
	width: auto;
	padding: 7px 0 0;
	margin: 0 0 0 23px;
	position: relative;
}

.userPhoto {
	height: 40px;
	float: left;
	cursor: pointer;
}

	.userPhoto img {
		width: 40px;
		height: 40px;
		display: block;
	}

.popupUser .close {
	width: 20px;
	height: 20px;
	position: absolute;
	right: 26px;
	top: 23px;
	text-indent: -999px;
	overflow: hidden;
	*zoom: 1;
	background: url(../images/close.png) no-repeat;
	cursor: pointer;
}

.popupUser {
	color: #32383b;
	position: absolute;
	background: #fff;
	box-shadow: 0 2px 6px rgba(0,0,0,0.21);
	padding: 21px 26px;
	line-height: 18px;
	width: 194px;
	right: 0;
	top: 71px;
	display: none;
}

.popupLogin {
	position: fixed;
	left: 50%;
	top: 50%;
	margin: -137px 0 0 -123px;
	display: block;
}


.popupUser h6 {
	font-size: 24px;
	margin-bottom: 25px;
}

.popupUser .password .inpText {
	margin: 0 32px 14px 0;
	position: relative;
}

	.popupUser .password .inpText input {
		border: 1px solid #cecece;
		color: #878686;
		font: 12px/19px 'Segoe UI',sans-serif;
		height: 20px;
		padding: 10px 15px;
		width: 164px;
		display: block;
		-webkit-appearance: none;
		-webkitborder-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		width: 100%;
	}

.loginView {
	margin: 0 32px 14px 0;
	position: relative;
	border: 1px solid #cecece;
	color: #878686;
	font: 12px/19px 'Segoe UI',sans-serif;
	height: 20px;
	padding: 10px 14px;
	width: 164px;
	display: block;
	-webkit-appearance: none;
	-webkitborder-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}



.popupUser .emails .inpText {
	border: 1px solid #cecece;
	color: #878686;
	font: 12px/19px 'Segoe UI',sans-serif;
	height: 20px;
	padding: 10px 15px;
	display: block;
	-webkit-appearance: none;
	-webkitborder-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	margin: 0 32px 14px 0;
	position: relative;
	width: 250px;
}

	.popupUser .emails .inpText input {
		border: none;
		background: none;
		color: #878686;
		height: 20px;
		width: 230px;
		display: block;
		-webkit-appearance: none;
		-webkitborder-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}

	.popupUser .emails .inpText .remove {
		position: absolute;
		right: 10px;
		top: 11px;
		font-style: normal;
		font-size: 10px;
		background: #EE5F4A;
		color: #fff;
		width: 20px;
		height: 20px;
		line-height: 18px;
		text-align: center;
		cursor: pointer;
		text-decoration: none;
	}

		.popupUser .emails .inpText .remove:hover {
			background: #ee3f2a;
		}

.popupUser .inpText .errText {
	color: #EE5F4A;
	font-size: 12px;
	padding: 4px 0 0;
}

.popupUser .inpText.inpErr input {
	border-color: #EE5F4A;
	color: #;
}

.popupUser .inpText.inpErr .errText {
	display: block;
}

.popupUser a {
	color: #1999de;
	font-size: 13px;
	text-decoration: underline;
}

	.popupUser a:hover {
		text-decoration: none;
	}

.popupUser .forgPass {
	padding: 0 0 15px;
}

.btnForm {
	background: #1999de;
	width: 100%;
	display: block;
	height: 44px;
	color: #fff;
	font: 12px 'Segoe UI',sans-serif;
	padding: 0 0 3px;
	cursor: pointer;
	-webkit-appearance: none;
	-webkitborder-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

	.btnForm:hover {
		background: #1888de;
	}

a.exit {
	width: 110px;
	height: 44px;
	color: #fff;
	text-align: center;
	background: #ee5f4a;
	font-size: 14px;
	line-height: 44px;
	text-decoration: none;
	display: block;
	margin-bottom: 30px;
}

	a.exit:hover {
		background: #ee3f2a;
		text-decoration: none;
	}

.popupExit {
	width: 282px;
}

.page320 .popupExit {
	padding: 15px;
	right: -12px;
}

.popupExit h6 {
	margin-bottom: 18px;
}

.popupExit .avatar {
	padding: 19px 0 14px;
}

	.popupExit .avatar img {
		width: 127px;
		height: 127px;
		display: block;
	}

.popupExit .formLine {
	padding-bottom: 33px;
}

.popupExit .btnForm {
	width: 110px;
}

.addEmail {
	font-size: 14px;
	padding: 0 0 15px;
}

	.addEmail a {
		text-decoration: none;
	}

		.addEmail a span {
			text-decoration: underline;
		}

		.addEmail a:hover span {
			text-decoration: none;
		}

.marker {
	margin-left: 63px;
}

	.marker ul {
		height: 54px;
		font-size: 13px;
	}

	.marker li {
		float: left;
		width: auto;
		background: #3f8983;
		position: relative;
		height: 33px;
		border-bottom: 5px solid #000;
		margin: 0 1px 0 0;
		padding: 16px 11px 0 35px;
		min-width: 52px;
	}

		.marker li.item1 {
			border-color: #f08a67;
		}

		.marker li.item2 {
			border-color: #2eb2f9;
		}

		.marker li.item3 {
			border-color: #8ec549;
		}

	.marker .close {
		width: 14px;
		height: 14px;
		background: url(../images/block_close.png) no-repeat;
		overflow: hidden;
		position: absolute;
		left: 14px;
		top: 17px;
		text-indent: -999px;
		*zoom: 1;
	}

.params {
	width: 39px;
	height: 38px;
	background: url(../images/three_button.png) center 10px no-repeat #8ec448;
	overflow: hidden;
	position: absolute;
	text-indent: -999px;
	bottom: 9px;
	left: 0;
}

	.params:hover {
		background-color: #3f8983;
	}

	.params.active {
		background-color: #3f8983;
		bottom: 0;
		height: 47px;
	}

.menu {
	background: #3F8983;
	display: none;
	position: absolute;
	left: 0;
	top: 54px;
	width: 100%;
	z-index: 99;
	box-shadow: 0 2px 3px rgba(0,0,0,0.21);
}

	.menu .cont {
		padding: 36px 0 33px;
	}

.search {
	position: relative;
	margin: 0 0 30px;
}

	.search .sText {
		color: #878686;
		float: left;
		font: 12px/19px 'Segoe UI';
		height: 19px;
		padding: 8px 15px;
		width: 205px;
		-webkit-appearance: none;
		-webkitborder-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}

	.search .sBtn {
		background: #8EC549;
		color: #fff;
		cursor: pointer;
		float: left;
		font: 13px/21px 'Segoe UI',sans-serif;
		height: 35px;
		padding: 7px 0;
		width: 93px;
		-webkit-appearance: none;
		-webkitborder-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}

		.search .sBtn:hover {
			background: #7dbd2c;
		}

	.search .sBtnReset {
		background: #ee5f4a;
		color: #fff;
		cursor: pointer;
		float: left;
		font: 13px/35px 'Segoe UI',sans-serif;
		height: 35px;
		width: 169px;
		text-decoration: none;
		-webkit-appearance: none;
		-webkitborder-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		text-align: center;
	}

		.search .sBtnReset:hover {
			background: #ee3f2a;
		}

	.search .sBtnAll {
		background: #1999de;
		color: #fff;
		cursor: pointer;
		float: left;
		font: 13px/35px 'Segoe UI',sans-serif;
		height: 35px;
		width: 169px;
		text-decoration: none;
		-webkit-appearance: none;
		-webkitborder-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		text-align: center;
		margin: 0 15px 0 0;
	}

		.search .sBtnAll:hover {
			background: #007abc;
		}

.langs {
	color: #fff;
	float: right;
	color: #fff;
	padding: 10px 12px 0 0;
	position: relative;
	z-index: 2;
}

	.langs span {
		float: left;
		width: auto;
	}

	.langs .langsList {
		float: left;
		width: auto;
		margin: 0 48px 0 0;
	}

		.langs .langsList li {
			margin: 0 0 0 8px;
			float: left;
			width: auto;
		}

	.langs a {
		color: #fff;
		border-bottom: 1px dashed #fff;
	}

	.langs .langsList li.current-true a,
	.langs .langsList li a:hover {
		border-bottom: 0;
		text-decoration: none;
	}

.showPopup {
	z-index: 15;
	position: relative;
}

.info a {
	color: #1999de;
}

.info {
	width: 19px;
	height: 19px;
	float: right;
	position: relative;
	z-index: 15;
	color: #32383b;
}

	.info .icon {
		width: 19px;
		height: 19px;
		text-indent: -999px;
		background: url(../images/info_reference.png) no-repeat;
		overflow: hidden;
		*zoom: 1;
		display: block;
		cursor: pointer;
		z-index: 2;
		position: relative;
	}

	.info .infoPopup {
		position: absolute;
		left: 0;
		top: -12px;
		display: none;
		padding: 0 0 0 30px;
	}

	.info .infoPopupCont {
		background: #fff;
		box-shadow: 0 2px 6px rgba(0,0,0,0.21);
		padding: 14px 21px 18px;
		line-height: 18px;
		position: relative;
		width: 245px;
	}

	.info .infoPopup .pointer {
		width: 8px;
		height: 16px;
		position: absolute;
		left: -8px;
		top: 17px;
		background: url(../images/pointerL.png) no-repeat;
	}

.menu .infoLeft .infoPopup {
	top: -15px;
}

.infoLeft .infoPopup {
	left: auto;
	right: 0;
	padding: 0 30px 0 0;
}

	.infoLeft .infoPopup .pointer {
		left: auto;
		right: -8px;
		background: url(../images/pointerR.png) no-repeat;
	}

.info:hover .infoPopup {
	display: block;
}

.popup {
	position: absolute;
	width: 236px;
	background: #fff;
	box-shadow: 0 2px 6px rgba(0,0,0,0.21);
	padding: 14px 21px 18px;
	line-height: 18px;
	right: 0;
	top: 0;
	padding: 18px;
	display: none;
}

	.popup .close {
		width: 20px;
		height: 20px;
		position: absolute;
		right: 6px;
		top: 10px;
		text-indent: -999px;
		overflow: hidden;
		*zoom: 1;
		background: url(../images/close.png) no-repeat;
		cursor: pointer;
	}

	.popup a {
		color: #1999de;
		text-decoration: none;
	}

		.popup a:hover {
			text-decoration: underline;
		}

		.popup a.remove {
			color: #fd2c2c;
		}

.popupBtn {
	border-bottom: 1px solid #ededed;
	padding: 12px 0 26px;
	margin-bottom: 14px;
}

	.popupBtn a {
		width: 133px;
		height: 37px;
		background: #1999de;
		color: #fff;
		text-align: center;
		font: 13px 'Segoe UI';
		display: block;
		margin: 0 auto;
		cursor: pointer;
		-webkit-appearance: none;
		-webkitborder-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		padding-top: inherit;
	}

		.popupBtn a:hover {
			background: #007abc;
			text-decoration: none;
		}

	.popupBtn .no-full-site-permissions-message {
		margin-top: 1em;
		color: darkgray;
		display: none;
	}

	.popupBtn input {
		width: 133px;
		height: 37px;
		background: #1999de;
		color: #fff;
		text-align: center;
		font: 15px 'Segoe UI';
		display: block;
		margin: 0 auto;
		cursor: pointer;
		-webkit-appearance: none;
		-webkitborder-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}

		.popupBtn input:hover {
			background: #007abc;
		}

.prosessing-report .no-full-site-permissions-message {
	display: block;
}

.prosessing-report .no-full-site-permissions {
	pointer-events: none;
	background: #68b1d9;
}

.paramPopup {
	width: 264px;
}

.tableCols {
	border-bottom: 1px solid #ededed;
	padding: 0 0 20px;
}

	.tableCols p {
		padding: 0 0 15px;
	}

	.tableCols table {
		width: 100%;
	}

	.tableCols table {
		font-size: 12px;
	}

		.tableCols table td {
			padding: 0 0 10px;
		}

		.tableCols table label {
			position: relative;
			display: block;
			padding: 0 0 0 18px;
			cursor: pointer;
		}

			.tableCols table label .checkbox {
				position: absolute;
				left: 0;
				top: 3px;
			}

.paramPopup .popupBtn {
	border-top: 1px solid #ededed;
	padding: 12px 0 0;
	border-bottom: 0;
	margin: 0;
}

	.paramPopup .popupBtn input {
		background: #1999de;
		width: 93px;
		height: 37px;
		padding: 0 0 3px;
		-webkit-appearance: none;
		-webkitborder-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}

		.paramPopup .popupBtn input:hover {
			background: #007abc;
		}

.paramPopup .reportTable {
	margin-bottom: 15px;
}

.linesCounter {
	padding: 12px 0;
	line-height: 35px;
}

	.linesCounter input {
		float: right;
		border: 1px solid #e2e2e2;
		background: #fff;
		width: 44px;
		height: 35px;
		text-align: center;
		font: 13px 'Segoe UI';
		color: #32383b;
	}

/* checkbox */
.checkbox {
	width: 11px;
	height: 11px;
	background: url(../images/checkbox.png) no-repeat;
	cursor: pointer;
	display: block;
}

	.checkbox.checked {
		background-position: -11px 0;
	}

	.checkbox.disabled {
		background-position: 0 -11px;
	}

	.checkbox.checked.disabled {
		background-position: -11px -11px;
	}

	.checkbox.focused {
		background-position: 0 -22px;
	}

	.checkbox.checked.focused {
		background-position: -11px -22px;
	}

.reportTable {
	width: 100%;
}

	.reportTable td {
		vertical-align: top;
		padding: 0 0 5px 0;
	}

		.reportTable td.rTd {
			text-align: right;
		}

		.reportTable td.addEmail {
			padding-top: 4px;
		}

.alphabet {
	margin-bottom: 20px;
}

	.alphabet ul {
		overflow: hidden;
		position: relative;
		*zoom: 1;
	}

		.alphabet ul li {
			margin: 0 9px 0 0;
			height: 20px;
			float: left;
			width: auto;
		}

			.alphabet ul li a {
				border-bottom: 1px dashed #fff;
				color: #fff;
				display: block;
				text-align: center;
				text-decoration: none;
				width: auto;
			}

				.alphabet ul li.current-true a,
				.alphabet ul li a:hover {
					font-size: 18px;
					border: 0;
				}

.resultList li {
	display: inline-block;
	position: relative;
	*zoom: 1;
	*display: inline;
	width: 22.7%;
	vertical-align: top;
	padding-bottom: 7px;
	cursor: default;
	padding-right: 2%;
}

	.resultList li a {
		float: left;
		width: auto;
		color: #fff;
		text-decoration: none;
		padding: 0 16px 0 0;
		cursor: pointer;
	}

		.resultList li a span {
			text-overflow: ellipsis;
			white-space: nowrap;
			max-width: 22em;
		}

		.resultList li.active-true a,
		.resultList li a:hover {
			color: #FF8C65;
		}

		.resultList li a:hover {
			background: #306D67;
		}

	.resultList li.active-true a {
		background: #295E5A;
	}

.resultList .photo {
	float: left;
	width: 30px;
	height: 30px;
}

	.resultList .photo img {
		float: left;
		width: 30px;
		height: 30px;
	}

.resultList .title {
	overflow: hidden;
	position: relative;
	*zoom: 1;
	float: left;
	padding: 6px 0 6px 15px;
}

section {
	padding: 32px 0;
	position: relative;
}

.leftCol {
	float: left;
	width: 288px;
}

.rightCol {
	margin: 0 0 0 327px;
	padding: 3px 0 0;
}

.rightColCont {
	float: left;
	width: 100%;
}

.calendar {
	margin-bottom: 31px;
	position: relative;
	z-index: 5;
}

.bTitle {
	padding-bottom: 20px;
	position: relative;
	z-index: 2;
	*zoom: 1;
}

	.bTitle h2 {
		font-size: 24px;
		line-height: 24px;
		float: left;
		width: auto;
		font-weight: normal;
	}

	.bTitle .info {
		position: relative;
		padding: 3px 1px 0 0;
	}

		.bTitle .info .icon {
			background: url(../images/sidebar_a.png) no-repeat;
		}

	.bTitle h2 .counter {
		position: relative;
		font-size: 13px;
		top: -12px;
		left: 3px;
	}

.bCalendarChoose {
	min-height: 45px;
	position: relative;
	margin: 0 -9px 0 0;
}

	.bCalendarChoose .dateWrap {
		float: left;
		width: 138px;
		margin: 0 9px 0 0;
		height: 44px;
		position: relative;
	}

	.bCalendarChoose .inpDate {
		border: 1px solid #cecece;
		color: #878686;
		font: 12px/19px 'Segoe UI',sans-serif;
		height: 20px;
		padding: 11px 15px;
		width: 106px;
		float: left;
		-webkit-appearance: none;
		-webkitborder-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		background: url(../images/cal.png) 110px center no-repeat #fff;
		cursor: pointer;
	}

	.bCalendarChoose .inpDateBtn {
		color: #fff;
		cursor: pointer;
		font: 13px/21px 'Segoe UI',sans-serif;
		height: 44px;
		padding: 11px 0;
		width: 93px;
		background: #8EC549;
		float: left;
		-webkit-appearance: none;
		-webkitborder-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}

		.bCalendarChoose .inpDateBtn:hover {
			background: #7dbd2c;
		}

.calTabs {
	height: 35px;
	padding: 19px 0 0;
	clear: both;
}

	.calTabs li {
		float: left;
		margin: 0 11px 0 0;
	}

		.calTabs li a {
			display: block;
			border: 1px solid #dadada;
			height: 33px;
			text-align: center;
			color: #8b8b8b;
			font: 10px/33px 'Segoe UI',sans-serif;
			width: 46px;
			background: #fff;
		}

			.calTabs li a:hover,
			.calTabs li.selected-true a {
				border-color: #44aba3;
				background: #44aba3;
				color: #fff;
				text-decoration: none;
			}

.notice {
	margin-bottom: 34px;
}

	.notice .bTitle {
		padding-bottom: 22px;
	}

.noticeReload {
	float: right;
	width: 19px;
	height: 19px;
	overflow: hidden;
	position: relative;
	*zoom: 1;
	text-indent: -999px;
	background: url(../images/sidebar_a.png) 0 -19px no-repeat;
}

.noticeType {
	margin-bottom: 18px;
}

	.noticeType ul {
		overflow: hidden;
		position: relative;
		*zoom: 1;
	}

	.noticeType li {
		float: left;
		width: auto;
		margin: 0 24px 0 0;
		font: 14px 'segoe_uisemibold';
	}

		.noticeType li.type1 a {
			color: #74A932;
		}

		.noticeType li.type2 a {
			color: #1999DE;
		}

		.noticeType li.type3 a {
			color: #EE5F4A;
		}

.noticeBox li {
	border-left: 1px solid #CFCFCF;
	margin: 0 0 0 8px;
	padding: 5px 0 24px 20px;
	position: relative;
	line-height: 18px;
}

	.noticeBox li span {
		color: #7f7f7f;
		display: block;
		font-size: 12px;
		position: relative;
		top: -2px;
	}

	.noticeBox li a {
		color: #1999de;
		text-decoration: underline;
	}

		.noticeBox li a:hover {
			text-decoration: none;
		}

	.noticeBox li i {
		background: url(../images/notice_i.png) no-repeat;
		height: 25px;
		left: -8px;
		position: absolute;
		top: 2px;
		width: 15px;
	}

	.noticeBox li .type1 {
		background-position: 0 0;
	}

	.noticeBox li .type1_2 {
		background-position: 0 -25px;
	}

	.noticeBox li .type2 {
		background-position: 0 -50px;
	}

	.noticeBox li .type3 {
		background-position: 0 -75px;
	}

.loadMore {
	overflow: hidden;
	position: relative;
	*zoom: 1;
	padding: 4px 0;
	left: -5px;
}

	.loadMore a {
		color: #32383b;
		text-decoration: none;
		background: url(../images/loadMore.png) no-repeat;
		float: left;
		width: auto;
		padding: 3px 0 3px 31px;
	}

		.loadMore a:hover {
			text-decoration: underline;
		}

.bСheckLink {
	position: relative;
}

	.bСheckLink .inpLink {
		border-width: 1px 0 1px 1px;
		border-style: solid;
		border-color: #cecece;
		color: #878686;
		font: 12px/19px 'Segoe UI',sans-serif;
		height: 18px;
		padding: 12px 15px;
		width: 164px;
		float: left;
		-webkit-appearance: none;
		-webkitborder-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}

	.bСheckLink .inpLinkBtn {
		color: #fff;
		cursor: pointer;
		font: 13px/21px 'Segoe UI',sans-serif;
		height: 44px;
		padding: 11px 0;
		width: 93px;
		background: #1999de;
		float: left;
		-webkit-appearance: none;
		-webkitborder-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}

		.bСheckLink .inpLinkBtn:hover {
			background: #007abc;
		}

.parcent {
	font: 18px/18px 'segoe_uisemibold';
	padding: 0 50px 0 18px;
	float: right;
	width: auto;
}

.parcentUp {
	color: #80b63c;
	background: url(../images/up.png) 0 4px no-repeat;
}

.parcentDown {
	color: #ee5f4a;
	background: url(../images/down.png) 0 4px no-repeat;
}

.blInfo {
	background: #fff;
	box-shadow: 0 2px 3px rgba(0,0,0,0.21);
	padding: 2px;
	margin-bottom: 26px;
	position: relative;
	*zoom: 1;
}

	.blInfo .bTitle {
		padding: 20px 12px 20px 15px;
	}

        .blInfo .bTitle h2 {
            background-position: top left;
            background-repeat: no-repeat;
            -webkit-background-size: 20px auto;
            -o-background-size: 20px auto;
            -moz-background-size: 20px auto;
            background-size: 20px auto;
            padding: 0 0 2px 32px;
        }

        .blInfo .bTitle h2 .counter {
            font-size: 12px;
        }

.btnBlock {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

	.btnBlock .icon {
		float: right;
		width: 20px;
		height: 20px;
		overflow: hidden;
		position: relative;
		text-indent: -999px;
		background: url(../images/pointer.png) no-repeat;
		margin-left: 19px;
		z-index: 2;
		margin: 20px 20px 0;
	}

	.btnBlock.blockOpen .icon {
		background-position: 0 -20px;
	}

.foundLinks .bTitle {
	padding-bottom: 18px;
}

.foundLinks .grafic1 {
	padding: 0 14px 15px;
}

.foundLinks .slider {
	width: 288px;
	margin: 0 auto;
}

.workLinks {
	margin-bottom: 25px;
}

    .workLinks h2 {
        background-image: url(../images/chart_bars.png);
    }

	.workLinks .bTitle {
		padding-bottom: 18px;
	}

	.workLinks .grafic2 {
		padding: 0 14px 0px;
	}

	.workLinks .slider {
		width: 288px;
		float: left;
		margin: 0 0 0 16px;
	}

.bSites .blInfo {
	margin-bottom: 24px;
}

.typeSites {
    float: left;
    width: 461px;
}

    .typeSites h2 {
        background-image: url(../images/chart_donut.png);
    }

.chart_compliance {
    float: left;
    width: 275px;
}

    .chart_compliance h2 {
        background-image: url(../images/chart_pie.png);
    }

.chart_total {
    float: right;
    width: 644px;
}

    .chart_total h2 {
        background-image: url(../images/chart_line.png);
    }

.topSites {
	float: right;
	width: 458px;
}

	.topSites h2 {
		background-image: url(../images/topSites.png);
        background-position: 0 4px !important;
	}

.topSites {
	padding-right: 0;
}

.titleList {
	float: left;
	width: auto;
	position: relative;
	padding: 0 0 0 6px;
	top: -6px;
}

.titleListCont {
	border: 1px solid transparent;
	padding: 11px 17px 10px 17px;
	width: 160px;
	position: absolute;
}

	.titleListCont span {
		color: #1999de;
		font: 14px/18px 'segoe_uisemibold';
		position: relative;
		float: left;
		width: auto;
		padding: 0 16px 18px 0;
		white-space: nowrap;
		cursor: pointer;
	}

		.titleListCont span .icon {
			width: 9px;
			height: 5px;
			position: absolute;
			right: 0;
			top: 9px;
			background: url(../images/icon.png) no-repeat;
		}

	.titleListCont ul {
		clear: both;
		display: none;
	}

		.titleListCont ul li {
			display: block;
			padding-bottom: 13px;
		}

			.titleListCont ul li a {
				color: #595959;
				padding: 0 0 0 17px;
				position: relative;
				display: block;
			}

				.titleListCont ul li a i {
					width: 9px;
					height: 9px;
					position: absolute;
					left: 0;
					top: 4px;
					border-radius: 5px;
				}

					.titleListCont ul li a i.ic1 {
						background: #f08a67;
					}

					.titleListCont ul li a i.ic2 {
						background: #2eb2f9;
					}

					.titleListCont ul li a i.ic3 {
						background: #8ec549;
					}

	.titleListCont.active {
		background: #fff;
		box-shadow: 0 2px 6px rgba(0,0,0,0.21);
		border-color: #d9d9d9;
		z-index: 3;
	}

		.titleListCont.active ul {
			display: block;
		}

.slider {
	height: 59px;
	position: relative;
	*zoom: 1;
}

.sliderLine {
	height: 5px;
	font-size: 0;
	border-radius: 2px;
	background: #e7e7e7;
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.27);
}

.sliderLineIn {
	height: 5px;
	font-size: 0;
	border-radius: 2px;
	float: left;
	width: 20%;
	background: #1999de;
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.27);
	position: relative;
}

	.sliderLineIn i {
		position: absolute;
		right: -8px;
		top: -6px;
		width: 16px;
		height: 16px;
		background: url(../images/sliderBtn.png) no-repeat;
		overflow: hidden;
		*zoom: 1;
		text-indent: -999px;
		cursor: pointer;
	}

/*the slider background*/
.bSlider {
	height: 5px;
	font-size: 0;
	border-radius: 2px;
	background: #e7e7e7;
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.27);
}

.ui-slider-handle {
	position: absolute;
	right: 0;
	top: -6px;
	margin-left: -8px;
	width: 16px;
	height: 16px;
	background: url(../images/sliderBtn.png) no-repeat;
	overflow: hidden;
	*zoom: 1;
	text-indent: -999px;
	cursor: pointer;
}

.ui-widget-header {
	height: 5px;
	font-size: 0;
	border-radius: 2px;
	background: #1999de;
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.27);
	position: absolute;
	left: 0;
	top: 0;
}

.hiddenValue,
.sliderResult {
	display: none;
}

.slider ul {
	position: relative;
	height: 25px;
}

	.slider ul li {
		font-size: 10px;
		color: #8b8b8b;
		position: absolute;
		top: 10px;
	}

		.slider ul li span {
			font-family: Arial, Helvetica, sans-serif;
		}

		.slider ul li div {
			position: absolute;
			left: 0;
			top: 0;
			margin: 0 0 0 -25px;
			width: 50px;
			text-align: center;
		}

		.slider ul li.n1 {
			left: -2px;
		}

		.slider ul li.n2 {
			left: 20%;
		}

		.slider ul li.n3 {
			left: 40%;
		}

		.slider ul li.n4 {
			left: 60%;
		}

		.slider ul li.n5 {
			left: 80%;
		}

		.slider ul li.n6 {
			right: -15px;
		}

.graficInfo {
	font-size: 12px;
	margin: 0 0 0 58px;
	float: left;
	width: auto;
	position: relative;
	top: -6px;
}

	.graficInfo ul {
		overflow: hidden;
		position: relative;
		*zoom: 1;
		padding-bottom: 1px;
	}

		.graficInfo ul li {
			float: left;
			width: auto;
			position: relative;
			padding: 0 40px 0 23px;
		}

			.graficInfo ul li i {
				position: absolute;
				left: 0;
				top: 1px;
				width: 15px;
				height: 15px;
			}

				.graficInfo ul li i.type1 {
					background: #3366cc;
				}

				.graficInfo ul li i.type2 {
					background: #dc3912;
				}

				.graficInfo ul li i.type3 {
					background: #ff9900;
				}

.bTypeSitesGrafic {
	float: left;
	width: 229px;
}

.bTypeSitesGraficCont {
	width: 162px;
	height: 162px;
	margin: 0 auto;
}

	.bTypeSitesGraficCont img {
		display: block;
		width: 162px;
		height: 162px;
	}

.bTypeSitesGraficInfo {
	margin: 0 0 0 229px;
	overflow: hidden;
	position: relative;
	*zoom: 1;
}

	.bTypeSitesGraficInfo li {
		padding: 11px 20px 10px 49px;
		*padding: 11px 20px 13px 49px;
		position: relative;
		font: 13px/16px 'Segoe UI';
	}

		.bTypeSitesGraficInfo li.first {
			background: #f5f5f5;
		}

		.bTypeSitesGraficInfo li .parcents {
			float: right;
			text-align: right;
		}

		.bTypeSitesGraficInfo li i {
			position: absolute;
			left: 20px;
			top: 11px;
			*top: 14px;
			width: 16px;
			height: 16px;
			border-radius: 8px;
		}

i.gType1 {
	background: #3366cc;
}

i.gType2 {
	background: #dc3912;
}

i.gType3 {
	background: #ff9900;
}

i.gType4 {
	background: #109618;
}

i.gType5 {
	background: #990099;
}

.topSitesLists ul {
	float: left;
	width: 50%;
	padding: 2px 0 10px;
}

.topSitesLists li {
	padding: 11px 20px 10px 0;
	position: relative;
	font-size: 12px;
	border-right: 2px solid #fff;
}

	.topSitesLists li.first {
		background: #f5f5f5;
	}

	.topSitesLists li .parcents {
		float: right;
		width: 30%;
		text-align: right;
	}

	.topSitesLists li .numbSite {
		color: #929292;
		float: left;
		width: 28px;
		text-align: right;
	}

	.topSitesLists li .nameSite {
		margin: 0 0 0 38px;
	}

.tableBtns {
	float: right;
	width: auto;
	position: relative;
	top: -9px;
}

	.tableBtns li {
		float: left;
		width: auto;
		margin: 0 0 0 9px;
		position: relative;
	}

		.tableBtns li a.tabLink {
			float: left;
			width: 32px;
			height: 28px;
			border: 1px solid #e5e5e5;
			background-color: #f5f5f5;
			background-position: 50% 50%;
			background-repeat: no-repeat;
		}

		.tableBtns li a.ic1 {
			background-image: url(../images/ic1.png);
		}

		.tableBtns li a.ic2 {
			background-image: url(../images/ic2.png);
		}

		.tableBtns li a.tabLink:hover {
			border-color: #ccc;
		}

.tableStat .bTitle {
	padding: 26px 12px 12px 15px;
}

	.tableStat .bTitle .closeTab {
		width: 17px;
		height: 17px;
		overflow: hidden;
		position: relative;
		*zoom: 1;
		background: url(../images/closeCalendar.png) no-repeat;
		text-indent: -999px;
		cursor: pointer;
		float: right;
		margin: 0 0 0 10px;
		top: -3px;
	}

.bTable {
	font-size: 12px;
	height: auto;
	white-space: nowrap;
}

	.bTable table {
		border-collapse: collapse;
		width: 100%;
		border-bottom: 10px solid #fff;
	}

		.bTable table .first td {
			background: #f5f5f5;
		}

		.bTable table th {
			text-align: left;
			font-weight: normal;
			padding: 11px 0 10px 15px;
		}

			.bTable table th a {
				color: #929292;
				text-decoration: none;
			}

				.bTable table th a:hover {
					text-decoration: underline;
				}

		.bTable table td {
			vertical-align: top;
			padding: 11px 0 10px 15px;
		}

			.bTable table td .currId {
				position: relative;
				padding: 0 0 0 15px;
			}

			.bTable table td i {
				width: 9px;
				height: 9px;
				border-radius: 8px;
				position: absolute;
				left: 0;
				top: 3px;
			}

.bInfoContWrap {
	overflow: hidden;
	position: relative;
	*zoom: 1;
}

.activeBl {
	z-index: 9;
	position: relative;
}
/*
.calendarBox {position:absolute; background:#fff; box-shadow:0 2px 3px rgba(0,0,0,0.21); left:500px; padding:25px 30px; top:52px; width:279px}
.calendarBox .close {width:17px; height:17px; overflow:hidden; position:absolute; *zoom:1; background:url(../images/closeCalendar.png) no-repeat; right:15px; top:15px; text-indent:-999px; cursor:pointer}
.calendarBox table {border-collapse:collapse; width:100%}
.calendarBox table td {vertical-align:top}
.calendarBoxM td {color:#787878; font:28px 'segoe_uilight'; line-height:18px; text-align:center; padding:2px 0 8px}
.calendarBoxY td {color:#787878; text-align:center; padding:1px 0}
.prevYear, 
.nextYear {width:20px; height:20px; overflow:hidden; position:relative; *zoom:1; text-indent:-999px; display:block; margin:0 auto}
.prevYear {background:url(../images/prevY.png) 50% 50% no-repeat}
.nextYear {background:url(../images/nextY.png) 50% 50% no-repeat}
.nextM,
.prevM {width:23px; height:23px; overflow:hidden; position:relative; *zoom:1; text-indent:-999px; display:block; margin:0 auto; background:url(../images/prNx.png) no-repeat}
.prevM {background-position:0 0}
.nextM {background-position:-23px 0}
.prevM.disabled {background-position:0 -23px; cursor:default}
.nextM.disabled {background-position:-23px -23px; cursor:default}
.calendarBoxD {font-size:10px; text-transform:uppercase; color:#787878; text-align:center; border-bottom:1px solid #44aba3}
.calendarBoxD td {vertical-align:middle; padding-bottom:9px}
.calendarBoxDays td {width:28px; height:28px; text-align:center; color:#bababa; line-height:28px; padding:4px 0 0}
.calendarBoxDays td a {color:#707070; display:block; width:28px; height:28px; border-radius:14px; line-height:28px; text-decoration:none}
.calendarBoxDays td.checkNumb a {color:#44aba3}
.calendarBoxDays td a:hover {background:#44aba3; color:#fff}
.calendarBoxDays td.active a {border:2px solid #44aba3; width:24px; height:24px; line-height:24px; border-radius:12px; border-radius:14px}
*/

/* Calendar */
.date_selector {
	background: #fff;
	box-shadow: 0 2px 3px rgba(0,0,0,0.21);
	padding: 25px 30px;
	width: 279px;
	display: none;
	position: absolute;
	top: 52px;
	left: 0;
}

.page320 .dateWrap1 .date_selector {
	top: 52px;
	left: -18px;
	padding: 21px;
}

.page320 .dateWrap2 .date_selector {
	top: 52px;
	left: -165px;
	padding: 21px;
}

.date_selector .date_clearer {
	width: 17px;
	height: 17px;
	overflow: hidden;
	position: absolute;
	*zoom: 1;
	background: url(../images/closeCalendar.png) no-repeat;
	right: 15px;
	top: 15px;
	text-indent: -999px;
	cursor: pointer;
	z-index: 99;
}

.date_selector .nav .month_nav {
	color: #787878;
	font: 28px 'segoe_uilight';
	line-height: 18px;
	text-align: center;
	padding: 2px 8px 8px;
	display: block;
	overflow: hidden;
	position: relative;
	*zoom: 1;
}

.date_selector .nav .year_nav {
	color: #787878;
	text-align: center;
	padding: 1px 48px;
	font-size: 13px;
	display: block;
	position: relative;
	*zoom: 1;
	overflow: hidden;
}

	.date_selector .nav .year_nav .button.prev,
	.date_selector .nav .year_nav .button.next {
		width: 20px;
		height: 20px;
		overflow: hidden;
		position: relative;
		*zoom: 1;
		text-indent: -999px;
		display: block;
		margin: 0 auto;
		cursor: pointer;
	}

	.date_selector .nav .year_nav .button.prev {
		background: url(../images/prevY.png) 50% 50% no-repeat;
		float: left;
	}

	.date_selector .nav .year_nav .button.next {
		background: url(../images/nextY.png) 50% 50% no-repeat;
		float: right;
	}

.date_selector .nav .month_nav .button.prev,
.date_selector .nav .month_nav .button.next {
	width: 23px;
	height: 23px;
	overflow: hidden;
	position: relative;
	*zoom: 1;
	text-indent: -999px;
	display: block;
	margin: 0 auto;
	background: url(../images/prNx.png) no-repeat;
	cursor: pointer;
}

.date_selector .nav .month_nav .button.prev {
	background-position: 0 0;
	float: left;
}

.date_selector .nav .month_nav .button.next {
	background-position: -23px 0;
	float: right;
}

.date_selector table {
	border-collapse: collapse;
	width: 100%;
}

	.date_selector table tr td {
		vertical-align: top;
	}

.date_selector thead tr th {
	font-size: 10px;
	text-transform: uppercase;
	color: #787878;
	text-align: center;
	border-bottom: 1px solid #44aba3;
	vertical-align: middle;
	padding-bottom: 9px;
}

.date_selector tbody td {
	width: 28px;
	height: 28px;
	text-align: center;
	color: #bababa;
	line-height: 28px;
	padding: 4px 0 0;
}

	.date_selector tbody td.selectable_day {
		color: #787878;
		cursor: pointer;
		background: url(../images/day.png) center 999px no-repeat;
	}

		.date_selector tbody td.selectable_day:hover {
			color: #fff;
			background-position: center 4px;
		}

		.date_selector tbody td.selectable_day.selected {
			color: #44ABA3;
			background: url(../images/dayActive.png) 52% 4px no-repeat;
		}
/* end Calendar */

.popupСheckLink {
	padding: 30px 30px 20px;
	width: 325px;
	left: 300px;
	top: 0;
	right: auto;
	z-index: 15;
	*zoom: 1;
}

	.popupСheckLink .popupCont {
		color: #32383b;
	}

		.popupСheckLink .popupCont p {
			font-size: 18px;
		}

	.popupСheckLink ul {
		padding: 20px 0 0 25px;
	}

		.popupСheckLink ul li {
			padding: 10px 0 10px 51px;
			min-height: 15px;
			margin-bottom: 13px;
		}

			.popupСheckLink ul li.it1 {
				background: url(../images/it1.png) no-repeat;
			}

			.popupСheckLink ul li.it2 {
				background: url(../images/it2.png) no-repeat;
			}

			.popupСheckLink ul li.it3 {
				background: url(../images/it3.png) no-repeat;
			}

			.popupСheckLink ul li.it4 {
				background: url(../images/it4.png) no-repeat;
			}

.popup.report,
.popup.saveReport {
	text-align: center;
}

.format {
	position: relative;
	padding: 0 0 0 20px;
	margin: 0 15px;
	cursor: pointer;
}

	.format input {
		position: absolute;
		left: 0;
		top: 4px;
	}

.loader, .finloader {
	width: 20px;
	height: 20px;
	background: url(../images/loader.GIF) no-repeat;
	display: block;
	margin: 0 auto;
	position: relative;
	top: 13px;
	display: none;
}

	.loader.active, .finloader.active {
		display: block;
	}

.paginationTable {
	text-align: center;
	padding: 15px 20px;
	border-top: 1px solid #f5f5f5;
}

	.paginationTable a {
		color: #333;
		margin: 0 3px 3px;
		padding: 3px 7px;
		display: inline-block;
	}

		.paginationTable a span {
			letter-spacing: -3px;
		}

		.paginationTable a.active,
		.paginationTable a:hover {
			color: #fff;
			background: #555;
			text-decoration: none;
		}

/* page1000 */
.page1000 .cont {
	width: 990px;
}

.page1000 .topSitesLists ul {
	float: none;
	width: auto;
}

	.page1000 .topSitesLists ul.topSitesList2 li.first {
		background: #fff;
	}

	.page1000 .topSitesLists ul.topSitesList2 li {
		background: #F5F5F5;
	}

.page1000 .typeSites {
	width: 314px;
}

.page1000 .topSites {
	width: 314px;
}

	.page1000 .typeSites .titleList,
	.page1000 .topSites .titleList {
		clear: left;
	}

	.page1000 .typeSites .bTitle,
	.page1000 .topSites .bTitle {
		padding-bottom: 45px;
	}

.page1000 .bTypeSitesGraficInfo {
	clear: both;
	margin: 0;
}

.page1000 .bTypeSitesGrafic {
	width: auto;
	float: none;
	padding: 0 0 23px;
}

.page1000 .bTypeSitesGraficCont {
	width: 164px;
	height: 164px;
	margin: 0 auto;
}

	.page1000 .bTypeSitesGraficCont img {
		width: 164px;
		height: 164px;
	}

.page1000 .graficInfo {
	position: relative;
	top: -10px;
}

	.page1000 .graficInfo ul li {
		float: none;
		padding: 0 40px 4px 23px;
		position: relative;
		width: auto;
	}

/* page1000 */
.page990 .cont {
	width: 640px;
}

.page990 .search {
	margin-bottom: 40px;
}

	.page990 .search .sBtnAll {
		clear: left;
		margin: 0 15px 0 0;
		position: relative;
		top: 15px;
	}

	.page990 .search .sBtnReset {
		position: relative;
		top: 15px;
	}

.page990 .topSitesLists ul {
	float: none;
	width: auto;
}

	.page990 .topSitesLists ul.topSitesList2 li.first {
		background: #fff;
	}

	.page990 .topSitesLists ul.topSitesList2 li {
		background: #F5F5F5;
	}

.page990 .typeSites {
	width: auto;
	float: none;
}

.page990 .topSites {
	width: auto;
	float: none;
}

	.page990 .typeSites .titleList,
	.page990 .topSites .titleList,
	.page990 .workLinks .titleList {
		clear: left;
	}

.page990 .workLinks .titleList {
	padding: 0;
	left: -17px;
}

.page990 .typeSites .bTitle,
.page990 .topSites .bTitle,
.page990 .workLinks .bTitle {
	padding-bottom: 45px;
}

	.page990 .foundLinks .bTitle h2,
	.page990 .typeSites .bTitle h2,
	.page990 .topSites .bTitle h2,
	.page990 .workLinks .bTitle h2,
	.page990 .tableStat .bTitle h2 {
		font-size: 18px;
	}

	.page990 .foundLinks .bTitle .parcent,
	.page990 .typeSites .bTitle .parcent,
	.page990 .topSites .bTitle .parcent,
	.page990 .workLinks .bTitle .parcent {
		font-size: 13px;
		padding-right: 35px;
	}

.page990 .bTypeSitesGraficInfo {
	clear: both;
	margin: 0;
}

.page990 .bTypeSitesGrafic {
	width: auto;
	float: none;
	padding: 0 0 23px;
}

.page990 .bTypeSitesGraficCont {
	width: 164px;
	height: 164px;
	margin: 0 auto;
}

	.page990 .bTypeSitesGraficCont img {
		width: 164px;
		height: 164px;
	}

.page990 .graficInfo {
	position: relative;
	top: -10px;
	margin: 0 0 0 15px;
}

	.page990 .graficInfo ul li {
		float: none;
		padding: 0 40px 4px 23px;
		position: relative;
		width: auto;
	}


.page990 .foundLinks .slider,
.page990 .workLinks .slider {
	width: 274px;
}

.page990 .resultList li {
	width: 45%;
	padding-right: 4%;
}

/* page320 */
.page320 .pagesList {
	display: block;
	padding: 10px;
}

.page320 .langs {
	float: none;
	width: auto;
	margin-bottom: 25px;
	padding-right: 0;
}

.page320 .menu .cont {
	padding-top: 16px;
	padding-bottom: 60px;
}

.page320 .search {
	margin-bottom: 40px;
}

	.page320 .search .sBtnAll {
		clear: left;
		margin: 0 15px 15px 0;
		position: relative;
		top: 15px;
	}

	.page320 .search .sBtnReset {
		position: relative;
		top: 15px;
	}

.page320 .params {
	left: 15px;
}

.page320 .cont {
	width: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.page320 section .cont {
	padding-bottom: 30px;
}

.leftCol .closeCol {
	float: right;
	width: 20px;
	height: 20px;
	overflow: hidden;
	position: relative;
	*zoom: 1;
	text-indent: -999px;
	background: url(../images/close.png) 50% 50% no-repeat;
	margin: 0 0 0 15px;
	z-index: 5;
	cursor: pointer;
	display: none;
	z-index: 8;
}

.page320 .leftCol .closeCol {
	display: block;
}

.page320 .leftCol .checkLink {
	display: none;
}

.page320 .leftCol .calendar {
	display: block;
}

.page320 .rightCol {
	margin: 0;
	z-index: 1;
	position: relative;
}

.page320 .rightColCont {
	float: none;
	width: auto;
}

.page320 .topSitesLists ul {
	float: none;
	width: auto;
}

	.page320 .topSitesLists ul.topSitesList2 li.first {
		background: #fff;
	}

	.page320 .topSitesLists ul.topSitesList2 li {
		background: #F5F5F5;
	}

.page320 .typeSites {
	width: auto;
	float: none;
}

.page320 .topSites {
	width: auto;
	float: none;
}

	.page320 .typeSites .titleList,
	.page320 .topSites .titleList,
	.page320 .workLinks .titleList {
		clear: left;
	}

.page320 .workLinks .titleList {
	padding: 0;
	left: -17px;
}

.page320 .typeSites .bTitle,
.page320 .topSites .bTitle,
.page320 .workLinks .bTitle {
	padding-bottom: 45px;
}

	.page320 .foundLinks .bTitle h2,
	.page320 .typeSites .bTitle h2,
	.page320 .topSites .bTitle h2,
	.page320 .workLinks .bTitle h2,
	.page320 .tableStat .bTitle h2 {
		font-size: 16px;
	}

	.page320 .foundLinks .bTitle .parcent,
	.page320 .typeSites .bTitle .parcent,
	.page320 .topSites .bTitle .parcent,
	.page320 .workLinks .bTitle .parcent {
		font-size: 13px;
		padding-right: 35px;
	}

.page320 .bTypeSitesGraficInfo {
	clear: both;
	margin: 0;
}

.page320 .bTypeSitesGrafic {
	width: auto;
	float: none;
	padding: 0 0 23px;
}

.page320 .bTypeSitesGraficCont {
	width: 164px;
	height: 164px;
	margin: 0 auto;
}

	.page320 .bTypeSitesGraficCont img {
		width: 164px;
		height: 164px;
	}

.page320 .graficInfo {
	position: relative;
	top: -10px;
	margin: 0 0 0 15px;
}

	.page320 .graficInfo ul li {
		float: none;
		padding: 0 40px 4px 23px;
		position: relative;
		width: auto;
	}


.page320 .foundLinks .slider,
.page320 .workLinks .slider {
	width: 274px;
}

.page320 .resultList li {
	width: auto;
	padding-right: 4%;
	float: none;
}

.page320 .noticeCounter {
	display: block;
}

.page320 .search .sText {
	margin-bottom: 15px;
}

.page320 .search .sBtn {
	clear: left;
}

.page320 .foundLinks .slider,
.page320 .workLinks .slider {
	width: 220px;
	margin: 0 auto;
	float: none;
}

.page320 .tableBtns .saveReport {
	right: -91px;
}

.page320 .tableBtns .report {
	right: -91px;
}

.page320 .tableBtns .paramPopup {
	right: -61px;
}

.page320 .menu {
	background: #4c9790;
}

	.page320 .menu .cont {
		padding-top: 0;
	}

.page320 .marker {
	margin: 0 -15px 10px;
}

	.page320 .marker ul {
		height: auto;
	}

	.page320 .marker li {
		float: none;
		width: auto;
		position: relative;
		height: 49px;
		border-bottom: 5px solid #000;
		padding: 0 11px 0 35px;
		min-width: 52px;
		line-height: 48px;
		color: #fff;
	}

		.page320 .marker li.item1 {
			border-color: #f08a67;
		}

		.page320 .marker li.item2 {
			border-color: #2eb2f9;
		}

		.page320 .marker li.item3 {
			border-color: #8ec549;
		}

.page320 footer {
	display: block;
}

.userTable {
	float: right;
	width: auto;
	border-collapse: collapse;
}

.page320 .authBl {
	margin-right: 40px;
}

.page320 .leftCol {
	z-index: 6666;
	box-shadow: 0 0 150px #333;
	padding: 15px 15px 0 18px;
	background: #f5f5f5;
	position: fixed;
	top: 10px;
	left: 50%;
	margin-left: -160px;
	display: none;
}

	.page320 .leftCol .calendar .bTitle .icon {
		display: none;
	}

.popupTableWrap, .popupTableWrapFR {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 999;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50); /* IE 5.5+*/
	-moz-opacity: 0.5; /* Mozilla 1.6 и ниже */
	-khtml-opacity: 0.5; /* Konqueror 3.1, Safari 1.1 */
	opacity: 0.5; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9+ */
}

.popupTableWrapBg {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.5);
}

.popupTableWrapTable {
	width: 100%;
	height: 100%;
	border-collapse: collapse;
}

.popupTableWrapTd {
	vertical-align: middle;
}

	.popupTableWrapTd .tableStat {
		margin: 0 auto;
	}

.popupTableWrap .tableStat, .popupTableWrapFR .tableStat {
	padding: 0;
}

.windowTableTdCont,
.popupTableWrapTdCont {
	overflow: auto;
	position: relative;
	z-index: 2;
}

.windowTableWrap {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 999;
	display: none;
}

.windowTableBg {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.5);
}

.windowTable {
	width: 100%;
	height: 100%;
	border-collapse: collapse;
}

.windowTableTd {
	vertical-align: middle;
}

	.windowTableTd .saveReport,
	.windowTableTd .report,
	.windowTableTd .paramPopup {
		margin: 0 auto;
		position: relative;
		left: auto;
		top: auto;
		right: auto;
	}

.hiddenScroll {
	overflow-y: hidden;
}


footer {
	padding: 8px 0;
	background: #32383b;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	box-shadow: 0 -2px 3px rgba(0,0,0,0.21);
	display: none;
	z-index: 99;
}

	footer ul {
		font: 12px/12px 'segoe_uisemibold';
		color: #fff;
		text-align: center;
		overflow: hidden;
		position: relative;
		*zoom: 1;
	}

		footer ul li {
			float: left;
			width: 20.9%;
			padding: 0 2% 6px;
		}

			footer ul li a {
				color: #fff;
				display: block;
				text-decoration: none;
			}

				footer ul li a .line {
					display: block;
					height: 5px;
					border-radius: 2px;
					background: #e7e7e7;
					box-shadow: inset 0 1px 3px rgba(0,0,0,0.27);
					position: relative;
					top: 6px;
					max-width: 59px;
					margin: 0 auto;
				}

				footer ul li.active a,
				footer ul li a:hover {
					color: #8ec549;
					text-decoration: none;
				}

					footer ul li.active a .line,
					footer ul li a:hover .line {
						background: #8ec549;
					}

.page {
	width: 100%;
	height: 1511px;
	background: url(../1.png) center 0 no-repeat;
	opacity: 0.5;
	z-index: 999;
	left: 0;
	top: 0;
	position: absolute;
}


/*Datatables*/

.jspContainer {
	height: 37.4em !important;
}


/*Pie chart*/

.piechart-size {
	width: 100%;
	height: 100%;
}

.validation-summary-errors ul li {
	color: #EE5F4A;
	font-size: 12px;
	padding: 0 0 7px 0;
}

.total-link-for-chart-pie {
	padding-top: 10px;
}


/*Total link for chart*/
.total-link-for-chart {
	padding-bottom: 10px;
	text-align: center;
	font-size: 120%;
}


/*FinReportLink*/
.finreportlink {
	float: left;
	position: relative;
	text-decoration: none !important;
	font: 12px 'Segoe UI',sans-serif !important;
	width: 138px !important;
	margin: 0 !important;
	height: 27px !important;
	background: #fff !important;
	margin-top: 5em !important;
	border: 1px solid #cecece;
	color: #878686 !important;
	padding-top: 9px !important;
}

	.finreportlink:hover {
		background: #44aba3 !important;
		text-decoration: none;
		color: #fff !important;
	}

table.temlate-list tr:nth-child(2n) {
	background-color: #f5f5f5;
}

table.temlate-list {
	color: gray;
}

.displaynone {
	display: none;
}

.reportnowarning {
	font: 14px 'Segoe UI',sans-serif !important;
	text-align: center;
	margin-top: 50px;
}

.top-age-links .nameSite {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.master-container {
	width: 80%;
	margin-left: 10%;
}

.master-header {
	background-color: #32383b;
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
	margin-bottom: 2em;
	overflow: hidden;
}

	.master-header * {
		display: block;
		padding: 1em;
		color: white;
	}

	.master-header span {
		float: right;
	}

	.master-header h1 {
		float: left;
		width: 80%;
		font-size: 4em;
	}

.alphabet-links {
	width: 80%;
	margin-left: 10%;
}

	.alphabet-links .letter {
		font-size: 2em;
		margin: 0.5em;
		display: inline-block;
	}

		.alphabet-links .letter > a {
			color: blue;
		}

.master-list .letter {
	font-size: 2.5em;
	font-weight: bold;
}

.master-list > li {
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
	margin-bottom: 0.5em;
}

	.master-list > li * {
		display: block;
		width: 100%;
		height: 100%;
		padding: 0.5em 0;
	}

	.master-list > li h2 {
		font-size: 2em;
	}

	.master-list > li a {
		font-size: 1.5em;
	}

		.master-list > li a:hover {
			cursor: pointer;
			background-color: rgba(0,0,0,0.21);
		}
		
.master-list-client {
	border: 1px solid #32383b;
	padding-left: 0.5em;
}

.master-list-client a {
	padding-left: 0.5em;
}

.master-panel {
	float: left;
	height: 39px;
	border: 1px solid #32383b;
	padding: 0 10px;
	color: black;
}

.master-panel > div{
	padding-top: 8px;
}
.master-panel > div > *{
	display: inline-block;
}

.master-panel > div > span, .master-panel > div > a{
	padding: 4px;
}

.userName {
	float: right;
	padding: 0.5em;
	font-size: 1.5em;
}

.userPhoto:hover > h2 {
	text-decoration: underline;
}

.userPhoto, .userPhoto > img, userPhoto > h2 {
	float: right;
}

.description-warning {
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 0.8em;
	color: red;
}

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
} 

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 100%;
	background: red;
    display:none
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 12px;
	background:#f5f5f5;
    border-radius:6px
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background:#f5f5f5;
	position: relative;
}

.jspDrag
{
	background: #c2c2c2;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
    border-radius:6px
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled
{
	cursor: default;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50); /* IE 5.5+*/
-moz-opacity: 0.5; /* Mozilla 1.6 и ниже */
-khtml-opacity: 0.5; /* Konqueror 3.1, Safari 1.1 */
opacity: 0.5; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9+ */
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 12px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}

.jspArrowLeft {background:url(../images/lArr.png) no-repeat; width:12px; height:12px}
.jspArrowRight {background:url(../images/rArr.png) no-repeat; width:12px; height:12px}
/*
 *  File:         demo_table.css
 *  CVS:          $Id$
 *  Description:  CSS descriptions for DataTables demo pages
 *  Author:       Allan Jardine
 *  Created:      Tue May 12 06:47:22 BST 2009
 *  Modified:     $Date$ by $Author$
 *  Language:     CSS
 *  Project:      DataTables
 *
 *  Copyright 2009 Allan Jardine. All Rights Reserved.
 *
 * ***************************************************************************
 * DESCRIPTION
 *
 * The styles given here are suitable for the demos that are used with the standard DataTables
 * distribution (see www.datatables.net). You will most likely wish to modify these styles to
 * meet the layout requirements of your site.
 *
 * Common issues:
 *   'full_numbers' pagination - I use an extra selector on the body tag to ensure that there is
 *     no conflict between the two pagination types. If you want to use full_numbers pagination
 *     ensure that you either have "example_alt_pagination" as a body class name, or better yet,
 *     modify that selector.
 *   Note that the path used for Images is relative. All images are by default located in
 *     ../images/ - relative to this CSS file.
 */

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables features
 */

.dataTables_wrapper {
	position: relative;
	min-height: 302px;
	clear: both;
	_height: 302px;
	zoom: 1; /* Feeling sorry for IE */
}

.dataTables_processing {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 250px;
	height: 30px;
	margin-left: -125px;
	margin-top: -15px;
	padding: 14px 0 2px 0;
	border: 1px solid #ddd;
	text-align: center;
	color: #999;
	font-size: 14px;
	background-color: white;
}

.dataTables_length {
	width: 40%;
	float: left;
}

.dataTables_filter {
	width: 50%;
	float: right;
	text-align: right;
}

.dataTables_info {
	width: 60%;
	float: left;
}

.dataTables_paginate {
	width: 44px;
	* width: 50px;
	float: right;
	text-align: right;
}

/* Pagination nested */
.paginate_disabled_previous, .paginate_enabled_previous, .paginate_disabled_next, .paginate_enabled_next {
	height: 19px;
	width: 19px;
	margin-left: 3px;
	float: left;
}

.paginate_disabled_previous {
	background-image: url('../images/back_disabled.jpg');
}

.paginate_enabled_previous {
	background-image: url('../images/back_enabled.jpg');
}

.paginate_disabled_next {
	background-image: url('../images/forward_disabled.jpg');
}

.paginate_enabled_next {
	background-image: url('../images/forward_enabled.jpg');
}



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables display
 */
table.display {
	margin: 0 auto;
	clear: both;
	width: 100%;
	
	/* Note Firefox 3.5 and before have a bug with border-collapse
	 * ( https://bugzilla.mozilla.org/show%5Fbug.cgi?id=155955 ) 
	 * border-spacing: 0; is one possible option. Conditional-css.com is
	 * useful for this kind of thing
	 *
	 * Further note IE 6/7 has problems when calculating widths with border width.
	 * It subtracts one px relative to the other browsers from the first column, and
	 * adds one to the end...
	 *
	 * If you want that effect I'd suggest setting a border-top/left on th/td's and 
	 * then filling in the gaps with other borders.
	 */
}

table.display thead th {
	padding: 3px 18px 3px 10px;
	border-bottom: 1px solid black;
	font-weight: bold;
	cursor: pointer;
	* cursor: hand;
}

table.display tfoot th {
	padding: 3px 18px 3px 10px;
	border-top: 1px solid black;
	font-weight: bold;
}

table.display tr.heading2 td {
	border-bottom: 1px solid #aaa;
}

table.display td {
	padding: 3px 10px;
}

table.display td.center {
	text-align: center;
}



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables sorting
 */

/*.sorting_asc {
	background: url('../images/sort_asc.png') 90% 3px no-repeat;
	padding: 0 13px 0 0 !important;
	padding: 11px 0 10px 15px;
}

.sorting_desc {
	background: url('../images/sort_desc.png') 90% 3px no-repeat;
	padding: 0 13px 0 0 !important;
	padding: 11px 0 10px 15px;
}

.sorting {
	background: url('../images/sort_both.png') 90% 3px no-repeat;
	padding: 0 13px 0 0 !important;
	padding: 11px 0 10px 15px;
}*/

.sorting_asc_disabled {
	background: url('../images/sort_asc_disabled.png') no-repeat center right;
}

.sorting_desc_disabled {
	background: url('../images/sort_desc_disabled.png') no-repeat center right;
}





/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables row classes
 */



tr.odd {
	background-color: #f5f5f5;
}

tr.even {
	background-color: white;
}



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Misc
 */
.dataTables_scroll {
	clear: both;
}

.dataTables_scrollBody {
	*margin-top: -1px;
}

.top, .bottom {
	padding: 15px;
	background-color: #F5F5F5;
	border: 1px solid #CCCCCC;
}

.top .dataTables_info {
	float: none;
}

.clear {
	clear: both;
}

.dataTables_empty {
	text-align: center;
}

tfoot input {
	margin: 0.5em 0;
	width: 100%;
	color: #444;
}

tfoot input.search_init {
	color: #999;
}

td.group {
	background-color: #d1cfd0;
	border-bottom: 2px solid #A19B9E;
	border-top: 2px solid #A19B9E;
}

td.details {
	background-color: #d1cfd0;
	border: 2px solid #A19B9E;
}



table.display tr.even.row_selected td {
	background-color: #B0BED9;
}

table.display tr.odd.row_selected td {
	background-color: #9FAFD1;
}


/* For the Conditional-CSS grading rows */
/*
 	Colour calculations (based off the main row colours)
  Level 1:
		dd > c4
		ee > d5
	Level 2:
	  dd > d1
	  ee > e2
 */

/*
 * Row highlighting example
 */
.ex_highlight #example tbody tr.even:hover, #example tbody tr.even td.highlighted {
	background-color: #ECFFB3;
}

.ex_highlight #example tbody tr.odd:hover, #example tbody tr.odd td.highlighted {
	background-color: #E6FF99;
}

.ex_highlight_row #example tr.even:hover {
	background-color: #ECFFB3;
}

.ex_highlight_row #example tr.even:hover td.sorting_1 {
	background-color: #DDFF75;
}

.ex_highlight_row #example tr.even:hover td.sorting_2 {
	background-color: #E7FF9E;
}

.ex_highlight_row #example tr.even:hover td.sorting_3 {
	background-color: #E2FF89;
}

.ex_highlight_row #example tr.odd:hover {
	background-color: #E6FF99;
}

.ex_highlight_row #example tr.odd:hover td.sorting_1 {
	background-color: #D6FF5C;
}

.ex_highlight_row #example tr.odd:hover td.sorting_2 {
	background-color: #E0FF84;
}

.ex_highlight_row #example tr.odd:hover td.sorting_3 {
	background-color: #DBFF70;
}


/*
 * KeyTable
 */
table.KeyTable td {
	border: 3px solid transparent;
}

table.KeyTable td.focus {
	border: 3px solid #3366FF;
}

table.display tr.gradeA {
	background-color: #eeffee;
}

table.display tr.gradeC {
	background-color: #ddddff;
}

table.display tr.gradeX {
	background-color: #ffdddd;
}

table.display tr.gradeU {
	background-color: #ddd;
}

div.box {
	height: 100px;
	padding: 10px;
	overflow: auto;
	border: 1px solid #8080FF;
	background-color: #E5E5FF;
}

/*------------------------------*/
tr.even td a {

	color : #32383b;
}

tr.odd td a {

	color : #32383b;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

table#reporttable
{
	border-collapse: collapse; 
	table-layout: fixed;
	width: 100%;
	clear:both;
	
	
}

table#reporttable tr th,
table#reporttable tr td
{
	overflow:hidden;
	text-align:center;
}

table#reporttable tr th
{
	color : grey;
	width:7em !important;
}


div#reporttable_paginate {
	display:none;
}

/*-----------Paging full link table----------------*/

.paging_full_numbers {
	width: auto;
	float:none;
}

.paging_full_numbers {text-align:center; padding:15px 20px; border-top:1px solid #f5f5f5}
.paging_full_numbers a {color:#333; margin:0 3px 3px; padding:3px 7px; display:inline-block}
.paging_full_numbers a span {letter-spacing:-3px}
.paging_full_numbers a.active,
.paging_full_numbers a:hover {color:#fff; background:#555; text-decoration:none}
.paging_full_numbers a:hover {cursor:pointer}


.paginate_active {
	color:#fff !important; background:#555; text-decoration:none;
}


/*------------Rows format full link table--------------------------------------*/

table#reporttablefull tr th {

	width:10em !important;
}

table#reporttablefull tr th:nth-child(1)
{
	width:7em !important;
}
table#reporttablefull tr th:nth-child(2)
{
	width:7em !important;
}
table#reporttablefull tr th:nth-child(3)
{
	width:7em !important;
}
table#reporttablefull tr th:nth-child(4)
{
	width:7em !important;
}
table#reporttablefull tr th:nth-child(6)
{
	width:7em !important;
}
table#reporttablefull tr th:nth-child(7)
{
	width:7em !important;
}

table#reporttablefull tr th:nth-child(5)
{
	width:7em !important;
}

table#reporttablefull tr th:nth-last-child(-n+2) {
	width:10em !important;

}

table#reporttablefull tr th.date
{
	width : 10em !important;
}

table#reporttablefull
{
	border-collapse: collapse; 
	table-layout: fixed;
	width: 100%;
	clear:both;
	
	
}

table#reporttablefull tr th,
table#reporttablefull tr td
{
	overflow:hidden;
	text-align:center;
}

table#reporttablefull tr th
{
	color : grey;
}

table#reporttablefull tr th a
{
	background: url(../../images/pointer2.png) 100% 3px no-repeat;
	cursor:pointer;
	padding:0 13px 0 0
}


#reporttablefull_first,
#reporttablefull_last
{
	display:none;
}
