html,
body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-size: 100%;
	line-height: 1.125em;
	font-family: Arial, "Lucida Grande", Geneva, Verdana, sans-serif;
}
html {
	overflow: auto;
}
* html {
	overflow-Y: scroll;
	overflow-X: auto;
}
textarea,
input,
select,
select * {
	font-size: 100%;
	line-height: 1.125em;
	font-family: Arial, "Lucida Grande", Geneva, Verdana, sans-serif;
}
h1,
noscript div {
	font-size: 1.5em;
	line-height: 1.125em;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
noscript div {
	padding: 1.5em;
	color: white;
	margin-top: 15px;
	cursor: default;
}
h2 {
	font-size: 1.3em;
	margin: 0px 0px 0.2em;
	padding: 0px;
	font-weight: normal;
	color: #737373;
}
ul.ul {
	list-style-position: inside;
	list-style-type: square;
	margin: 0px;
	padding: 0px;
}
p { margin: 0.4em 0px; }
/* table { border-collapse: collapse; } */

/* a,
a:link,
a:visited {
	outline: none;
} */

a:focus {
	outline: 1px solid #737373;
}
a img {
	border: none;
}
.w100 { width: 100%; }
.h100 { height: 100%; }
.no-overflow { overflow: hidden !important; }
.clear-both {
	clear: both;
	height: 0px;
	overflow: hidden;
	display: block;
	float: none;
}
.inline-clear-both {
	clear: both;
}
/* Для нормальных браузеров */
.clear-fix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}
* html .clear-fix {
	zoom: 1;
}
*:first-child+html .clear-fix {
	zoom: 1;
}
input {
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}
.collapsed .hide {
	display: none !important;
}

/* BEGIN: button */
.button {
	font-size: 1.5em;
	display: block;
	float: left;
}
.button a {
	text-decoration: none;
	color: white;
	display: block;
	white-space: nowrap;
	padding: 0.2em 0.4em;
}
* html .button a {
	width: 0%;
}
.button-option {
	color: #737373;
}
/* END: button */

/**
 * Глобальные стили 2-х колонок
 */
.left-panel,
.right-panel {
	width: 1%;
}
.left-panel .ostov,
.right-panel .ostov {
	width: 300px;
}
.ostov {
	overflow: hidden;
	height: 0px;
}
table.left-panel {
	float: left;
}
table.right-panel {
	float: right;
}
td.left-panel {
	background: white url(../images/left-panel-bg.gif) top right repeat-y;
	vertical-align: top;
}
td.right-panel {
	background: white url(../images/right-panel-bg.gif) top left repeat-y;
	vertical-align: top;
}
.right-panel .container,
.left-panel .container {
	border-top: 4px solid #aeaeae;
}
* html .left-panel .ie-expression-resizeable {
	width: expression(''+(parseInt(this.parentNode.clientWidth,10)||0)+'px');
}
* html .right-panel .ie-expression-resizeable {
	width: expression(''+(parseInt(this.parentNode.clientWidth,10)||0)+'px');
}
.left-panel .top-bar,
.right-panel .top-bar {
	height: 4px;
	width: 11px;
	overflow: hidden;
	position: absolute;
	top: -4px;
	right: 0px;
	z-index: 10;
	background: url(../images/left-panel-top-bar-bg.gif) top left repeat-y;
}
.right-panel .top-bar {
	right: auto;
	left: 0px;
	background: url(../images/right-panel-top-bar-bg.gif) top left repeat-y;
}
* html .left-panel .top-bar {
	right: expression(this.parentNode.clientWidth % 2 ? '-1px' : '0px');
}
.right-panel div.logo,
.left-panel div.logo {
	text-align: left;
	padding: 18px 0px 0px;
}
.right-panel div.logo a,
.left-panel div.logo a {
	outline: none;
}
.right-panel img.logo,
.left-panel img.logo {
	margin: 0px 18px;
}
td.center-panel {
	vertical-align: top;
	padding: 45px 30px 30px;
	min-width: 300px;
}
/* END */

/**
 * BEGIN: Тени и box-model
 * текущего элемента меню
 */
.menu .current p {
	margin: 0px;
	padding: 0px;
}
.menu .current i {
	display: block;
}
.menu .current {
	background-color: white;
}
* html .menu .current {
	zoom: 1;
}
*:first-child+html .menu .current {
	zoom: 1;
}
.menu .current .top {
	height: 3px;
	overflow: hidden;
	background: url(../images/menu/current-top-center.gif) top left repeat-x;
	position: relative;
}
.menu .current .top .left {
	width: 8px;
	height: 3px;
	overflow: hidden;
	background: url(../images/menu/current-top-left.gif) top left no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
}
.menu .current .top .right {
	width: 12px;
	height: 3px;
	overflow: hidden;
	background: url(../images/menu/current-top-right.gif) top left no-repeat;
	position: absolute;
	top: 0px;
	right: 0px;
}
* html .menu .current .top .right {
	right: expression(this.parentNode.clientWidth % 2 ? '-1px' : '0px');
}
.menu .current .middle {
	background: url(../images/menu/current-middle-left.gif) top left repeat-y;
	position: relative;
}
.menu .current .middle .left {
	width: 5px;
	height: 7px;
	overflow: hidden;
	background: url(../images/menu/current-middle-left-top.gif) top left no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
}
* html .menu .current .middle .left {
	left: expression('-'+parseInt(this.parentNode.currentStyle.paddingLeft, 10)+'px');
}
.menu .current .bottom {
	height: 7px;
	overflow: hidden;
	background: url(../images/menu/current-bottom-center.gif) top left repeat-x;
	position: relative;
}
.menu .current .bottom .left {
	width: 11px;
	height: 7px;
	overflow: hidden;
	background: url(../images/menu/current-bottom-left.gif) top left no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
}
.menu .current .bottom .right {
	width: 12px;
	height: 7px;
	overflow: hidden;
	background: url(../images/menu/current-bottom-right.gif) top left no-repeat;
	position: absolute;
	top: 0px;
	right: 0px;
}
* html .menu .current .bottom .right {
	right: expression(this.parentNode.clientWidth % 2 ? '-1px' : '0px');
}
/* END */

/* BEGIN: user-menu */
.user-menu {
	margin-bottom: 22px;
	font-size: 0.8em;
	cursor: default;
	zoom: 1;
}
.user-menu .username {
	font-size: 1.5em;
	padding-bottom: 0.2em;
	padding-right: 17px;
}
.user-menu .user-role a {
	text-decoration: none;
	font-size: 1em;
	color: #808080;
}
.user-menu .user-role a:focus,
.user-menu .user-role a:hover {
	text-decoration: underline;
	outline: none;
}
.user-menu .user-actions {
	background-color: #ebebeb;
	border-bottom: 1px solid #ebebeb;
}
.user-menu .tb-actions {
	background: url(../images/user-menu/actions.gif) 3px -25px no-repeat;
	float: right;
	width: 17px;
	height: 17px;
	display: block;
	cursor: pointer;
	position: absolute;
	bottom: 0.2em;
	right: 0px;
}
.user-menu .tb-actions:focus {
	outline: 1px solid #737373;
}
.user-menu .tb-actions-open {
	background-position: 3px -25px;
}
.user-menu .tb-actions-close {
	background-position: 3px 1px;
}
.user-menu ul {
	font-size: 0.9em;
	margin-bottom: 7px;
	margin-top: 3px;
}
.user-menu .user-actions .title {
	color: #737373;
}
.user-menu ul li span,
.user-menu ul li .current {
	color: #363636;
	font-weight: bold;
}
.user-menu ul li {
}
.user-menu ul li .info {
	margin-left: 5px;
	text-decoration: none;
}
.user-menu ul li .info img {
	border: none;
	vertical-align: middle;
	margin-bottom: 2px;
}
* html .user-menu ul li .info img {
	vertical-align: top;
	margin-bottom: 0px;
}
.user-menu .user-actions .content {
	padding: 20px 20px 19px;
}
/* END: user-menu */

/* BEGIN: news-menu */
.news-menu {
	padding-top: 30px;
	font-size:   0.8em;
	cursor:      default;
}
.news-menu .wrapper {
	padding-top: 10px;
	margin:      0px 18px;
}
.news-menu .wrapper .header {
	font-size:   1.5em;
	line-height: 1.125em;
}
.news-menu .wrapper .date {
	padding-top: 10px;
	font-weight: bold;
}
.news-menu .wrapper .title {
	font-weight: bold;
}
/* END: news-menu */

/* BEGIN: login-form */
.login-form {
	font-size: 0.8em;
	cursor: default;
}
.login-form form {
	margin: 0px;
	padding: 0px;
}
.login-form form input {
	border: 1px solid #7e7e7e;
	background: #ebebeb;
	width: 110px;
	padding-left: 2px;
}
.login-form form input.invalid-input {
	border-color: yellow;
	background: red;
}
.login-form form div {
	float: right;
	margin-top: 10px;
}
.login-form form span {
	color: #7e7e7e;
}
.login-form .wrapper {
	margin: 0px 18px;
}
.login-form .header {
	font-size: 1.5em;
}
.login-form .submit {
	display: block;
	margin-top: 10px;
	width: 113px;
	float: right;
}
.login-form .submit a {
	float: left;
	display: block;
}
.login-form .actions {
	margin-top: 10px;
	width: 113px;
	float: right;
}
/* END: login-form */

/**
 * BEGIN: Описание внешнего вида
 * меню - размеры шрифтов, отсутпы и т.п.
 */
.menu {
	font-size: 0.8em;
	cursor: default;
}
.menu ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px 0px 0px 150px;
}
.menu ul ul {
	margin: 0px;
	font-size: 0.9em;
}
.menu ul ul li {
	padding: 0.3em 0px;
}
.menu .current {
	margin-left: -135px;
}
.menu .current ul {
	margin-left: 22px;
	display: block;
}
.user-menu .wrapper,
.menu ul .wrapper {
	border: 1px dotted #737373;
	border-width: 0px 0px 1px 1px;
	border-left-color: white;
	position: relative;
	padding: 0.5em 10px 0.5em 0px;
}
* html .user-menu .wrapper {
	border-style: solid;
	border-bottom-color: #bbb;
}
* html .menu ul .wrapper {
	border-style: solid;
	border-bottom-color: #BBB;
}
.user-menu {
	margin-left: 18px;
  margin-right: 18px;
}
.user-menu .wrapper {
	padding: 0px;
}
.menu .current div {
	padding: 0.5em 0px 0.5em 17px;
}
.menu a {
	text-decoration: none;
}
.menu a:hover,
.menu a:focus {
	text-decoration: underline;
	outline: none;
}
.menu span {
	font-size: 1.50em;
	cursor: pointer;
}
.menu span,
.menu span a {
	color: #737373;
	text-decoration: none;
}
.menu span:focus,
.menu span a:focus {
	text-decoration: underline;
	outline: none;
}
.menu .current span {
	cursor: default;
}
.menu .selected {
	text-decoration: none;
}
.menu .selected[href]:hover {
	text-decoration: underline;
}
* html .menu .selected:hover {
	text-decoration: underline;
}
/* END */

/* BEGIN: footer */
.footer,
.footer a {
	color: #afafaf;
}
td.footer {
	vertical-align: bottom;
	font-size: 0.8em;
	padding: 0px;
}
.footer div {
	padding: 12px;
}
/* END: footer */

/**
 * BEGIN: tool-bar
 * Общие стили для панели кнопок
 */
.tabs .tabs-controller,
.tool-bar ul,
ul.tool-bar {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.tool-bar li {
	background-color: white;
}
.tool-bar li,
.tool-bar li a {
	width: 32px;
	height: 34px;
	display: block;
	cursor: pointer;
	outline: none;
}
.tool-bar li span {
	display: block;
	width: 19px;
	height: 29px;
	margin: 0px auto;
	border-bottom: 1px dotted #737373;
}
* html .tool-bar li span {
	border-bottom-style: solid;
	border-bottom-color: #bbb;
}
.tool-bar li a:hover {
	display: block;
}
* html .tool-bar {
	zoom: 1;
}
*:first-child+html .tool-bar {
	zoom: 1;
}
.tool-bar:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}
/* END: tool-bar */

/**
 * BEGIN: top-tool-bar
 * Верхняя панель кнопок
 */
.top-tool-bar {
	margin-top: -34px;
	margin-bottom: 5px;
}
.top-tool-bar li {
	float: left;
}
.top-tool-bar li#tb-window-close {
	float: right;
}
#tb-window-close span {
	background: url(../images/toolbar/close.gif) center center no-repeat;
}
#tb-navigation-previous span {
	background: url(../images/toolbar/previous.gif) center center no-repeat;
}
#tb-navigation-home span {
	background: url(../images/toolbar/home.gif) center center no-repeat;
}
#tb-navigation-reload span {
	background: url(../images/toolbar/reload.gif) center center no-repeat;
}
#tb-navigation-next span {
	background: url(../images/toolbar/next.gif) center center no-repeat;
}
/* END: top-tool-bar */

/* BEGIN: switch-bar */
.switch-bar {
	margin: 0em 18px 1em;
}
.switch-bar li {
	float: left;
	cursor: pointer;
	margin-right: 16px;
}
.switch-bar li a {
	background-repeat: no-repeat;
	background-attachment: scroll;
	cursor: pointer;
}
.switch-bar li.current a,
.switch-bar li.current a:hover {
	background-color: #efefef;
	cursor: default;
}
#tb-switch2lms a {
	background-image: url(../images/toolbar/switch-mode/all.gif);
	background-position: -1px -1px;
}
#tb-switch2cms a {
	background-image: url(../images/toolbar/switch-mode/all.gif);
	background-position: -100px -1px;
}
#tb-switch2at a {
	background-image: url(../images/toolbar/switch-mode/all.gif);
	background-position: -67px -1px;
}
#tb-switch2sis a {
	background-image: url(../images/toolbar/switch-mode/all.gif);
	background-position: -34px -1px;
}
/* END: switch-bar */

/* BEGIN: tabs common */
* html .tabs .tabs-controller {
	zoom: 1;
}
*:first-child+html .tabs .tabs-controller {
	zoom: 1;
}
.tabs .tabs-controller:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}
.tabs .tabs-controller li.tab {
	float: left;
}
.tabs .tabs-content .tab {
	display: none;
}
.tabs .tabs-content .current {
	display: block;
}
.tabs .tabs-content .has-href {
	display: none;
}
* html .tabs .tabs-wrapper {
	zoom: 1;
}
*:first-child+html .tabs .tabs-wrapper {
	zoom: 1;
}
.tabs .tabs-wrapper:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}
/* END: tabs common */

/* BEGIN: content */
* html .content .content-wrapper {
	zoom: 1;
}
*:first-child+html .content .content-wrapper {
	zoom: 1;
}
.content .content-wrapper:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}
.els-content td.questt {
	border: 1px dashed #ccc;
	padding: 20px;
	text-align:left;
}
.els-content #track_levels td {
	padding-top: 0;
}
.els-content #track_levels .actions {
	float: right;
}
.els-content #track_levels ul {
	margin-left: 0;
	padding-left: 0;
}
.els-content #track_levels .line {
	width: 100%;
	border-bottom: 1px dashed #ccc;
}
.els-content #track_levels ul li {
	list-style-type: none;
	padding: 20px 0 10px 0;
	color: #737373;
}
.els-content #track_levels ul li span{
	font-size: 1.5em;
}
.els-content #track_levels ul ul li {
	list-style-type: square;
	list-style-position: inside;
	border-bottom: 0;
	padding: 5px 0 5px 20px;
}

/* END: content */

/**
 * BEGIN: toolbar
 * табы с help, ...
 */
.toolbar .tabs-controller {
	float: right;
}
.toolbar .tabs-controller li.current {
	background-color: #ebebeb;
}
#tb-help span {
	background: url(../images/toolbar/help.gif) center center no-repeat;
}
#tb-actions span {
	background: url(../images/toolbar/actions.gif) center center no-repeat;
}
#tb-filters span {
	background: url(../images/toolbar/filters.gif) center center no-repeat;
}
#toolbar-tabs h2 {
	font-style: italic;
	margin-bottom: 0.5em;
}
.toolbar .tabs-content .tabs-wrapper {
	padding: 20px;
	background: #ebebeb;
}
#help-tabs .tabs-wrapper {
	padding: 0px;
}
.toolbar .tabs-content {
	font-size: 0.8em;
}
.toolbar .tabs-content .tabs-content {
	font-size: 1.0em;
}
.toolbar .tabs-content .tab .wrapper,
.toolbar .tabs-content .tab p {
	margin: 0.8em 0px;
}
.toolbar .tabs-content .tab p {
	text-align: justify;
	color: #555!important;
	margin: 4px 0;
}
.toolbar .tabs-content .tab li {
	color: #555!important;
}
.toolbar .tabs-content .tab p.actions {
	background: url(../images/toolbar/actions.gif) center left no-repeat;
	padding-left: 30px;
}
.toolbar .tabs-content .tab p.attention {
	background: url(../images/toolbar/attention.gif) center left no-repeat;
	padding-left: 30px;
}
.toolbar .tabs-content #context-help ul {
	margin: 0 0 6px 0;
	padding-left: 40px;
}
.toolbar .tabs-content .tab li {
	list-style-image: url(../images/tree-view/root-leaf.gif);
	padding: 0 5px 5px 5px;
}
/* END: toolbar */

/* BEGIN: tabs */
.content .tabs-controller {
	padding: 0px 15px;
	font-size: 1.1em;
	border-bottom: 1px solid #aaaaaa;
}
.content .tabs-controller li.tab {
	position: relative;
	bottom: -1px;
	margin-right: 10px;
	border-bottom: 1px solid #aaa;
	background-color: #efefef;
}
.content .tabs-controller li.tab a {
	color: #737373;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	padding: 0px;
	outline: none;
}
* html .content .tabs-controller li.tab a {
	width: 0%;
	zoom: 1;
}
.content .tabs-controller li.tab a:hover {
	color: white;
}
.content .tabs-controller li.tab a span {
	display: block;
	padding: 9px 9px 8px 9px;
}
.content .tabs-controller li.tab a:focus span {
	text-decoration: underline;
}
.content .tabs-controller li.current {
}
.content .tabs-controller li.current a {
	padding: 0px;
}
.content .tabs-controller li.current a:hover {
	background-color: white;
	cursor: default;
}
.content .tabs-controller li.current a span {
	color: white;
	padding: 9px 9px 8px 9px;
}
.content .content-wrapper,
.content .tabs-content .tabs-wrapper,
.content .tabs-controller li {
	margin-top: 15px;
}
.document-blank .content .content-wrapper {
	margin-top: 0px;
}
/* END: tabs */

/* BEGIN: fast-navigation */
.fast-navigation {
	white-space: nowrap;
}
.fast-navigation span,
.fast-navigation a {
	font-size: 0.8em;
}
/* END: fast-navigation */

/* BEGIN: filter-form */
.filter-form form {
	margin: 0px;
	padding: 0px;
}
.filter-form .checkbox-group {
	margin-top: 0.3em;
}
/* END: filter-form */

.filter-form form table,
.link-group .ul {
	margin: 0.8em 10px;
}

/* BEGIN: tree-view */
* html .tree-view {
	zoom: 1;
}
*:first-child+html .tree-view {
	zoom: 1;
}
.tree-view {
	font-size: 0.9em;
	margin: 0px;
	cursor: default;
}
.tree-view a {
	text-decoration: none;
}
.tree-view ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.tree-view ul ul {
	margin-left: -14px;
	padding-left: 19px;
	background: url(../images/tree-view/vertical-pixel.gif) top left repeat-y;
}
.tree-view span {
	cursor: pointer;
}
.tree-view ul li {
	padding-left: 16px;
	padding-top: 5px;
}
.tree-view ul ul li {
	margin-left: -19px;
	padding-left: 34px;
}
.tree-view ul li {
	background: url(../images/tree-view/root-leaf.gif) left top no-repeat;
}
.tree-view ul ul li {
	background: url(../images/tree-view/leaf.gif) left top no-repeat;
}
.tree-view ul li.branch {
	background: url(../images/tree-view/root-branch-collapsed.gif) left top no-repeat;
}
.tree-view ul li.branch-expanded {
	background: url(../images/tree-view/root-branch-expanded.gif) left top no-repeat;
}
.tree-view ul ul li.branch {
	background: url(../images/tree-view/branch-collapsed.gif) left top no-repeat;
}
.tree-view ul ul li.branch-expanded {
	background: url(../images/tree-view/branch-expanded.gif) left top no-repeat;
}
.tree-view li.branch-expanded li.branch ul,
.tree-view li.branch ul {
	display: none;
}
.tree-view li.branch-expanded ul {
	display: block;
}
.tree-view ul li.bottom,
.tree-view ul ul li.bottom {
	background-color: white;
}
.tree-view .sandbox {
	color: #888;
}
.tree-view .hitarea {
	background: url(nonexistent.gif);
	display: block;
	overflow: hidden;
	width: 8px;
	height: 8px;
	float: left;
	margin: 5px 0px 0px -11px;
	cursor: pointer;
}
* html .tree-view .hitarea {
	margin-left: -6px;
	width: 9px;
}
.tree-view .clox {
	width: 10px;
	height: 14px;
	margin: 2px 0px 0px -12px;
	cursor: default;
	background: white url(../images/tree-view/clox.gif) top left no-repeat;
}
* html .tree-view .clox {
	margin-left: -6px;
}
/* END: tree-view */

/**
 * Модификации tree-view
 */
.org-structure input {
	margin: 0px 2px;
}
.org-structure .current-item {
	text-decoration: underline;
	font-weight: bold;
}
.org-structure ul li.position-boss {
	background-image: url(../images/tree-view/org-structure/root-position-boss.gif);
}
.org-structure ul ul li.position-boss {
	background-image: url(../images/tree-view/org-structure/position-boss.gif);
}
.org-structure ul li.position-default {
	background-image: url(../images/tree-view/org-structure/root-position-default.gif);
}
.org-structure ul ul li.position-default {
	background-image: url(../images/tree-view/org-structure/position-default.gif);
}

.course-structure .current-item {
	text-decoration: underline;
	font-weight: bold;
}
#arrow-frame {
	background: url(../images/arrow-right.gif) top center repeat-y;
}

/* BEGIN: copyright */
.copyright .organization,
.copyright .phone {
	white-space: nowrap;
}
/* END: copyright */

/* BEGIN: message-box */
.iframe-shim {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0, Style=0)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0, Style=0);
	opacity: 0;
	z-index: 1000;
}
.overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background: white;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80, Style=0)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80, Style=0);
	opacity: 0.8;
	z-index: 1001;
}
table.message-box {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
	z-index: 2002;
}
table.message-box table.message-box {
	position: static;
	text-align: left;
	width: 300px;
	height: 0%;
	vertical-align: top;
}
.message-box .tool-bar li,
.message-box .message-box .message-box-wrapper {
	background-color: #EBEBEB;
}
.message-box .tool-bar li#tb-messagebox-close {
	float: right;
}
#tb-messagebox-close span {
	background: url(../images/toolbar/close.gif) center center no-repeat;
}
.message-box .message-box .message-box-wrapper {
	padding: 20px 20px 14px;
	font-size: 0.8em;
}
.message-box .button {
	float: right;
}
.message-box .cancel {
	margin-left: 7px;
}
* html .message-box .message-box .message-box-wrapper {
	zoom: 1;
}
*:first-child+html .message-box .message-box .message-box-wrapper {
	zoom: 1;
}
.message-box .message-box .message-box-wrapper:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}
.message-box #version {
	width: 400px;
	margin: 20px 0px 10px 0px;
}
.message-box #version #version_text {
	float: right;
	width: 207px;
	margin: 0px 0px 0px 30px;
}
.message-box #version p {
	font-weight: bold;
}
.message-box #version ul {
	margin: 5px;
	padding-left: 10px;
}
.message-box #version li {
	list-style-position: inside;
	list-style-type: square;
	font-weight: normal;
}
.message-box #version #logo_hm {
	float: left;
	width: 163px;
	height: 86px;
	background: url(../images/logo_hm.gif) center center no-repeat;
}
.message-box #version #version_copyright {
	padding-top: 10px;
	clear: both;
	font-size: 0.9em;
	text-align: center;
}
.message-box .selenium-feedback {
	display: none;
}

.root-message-box-wrapper {
	z-index: 2000;
	top: 0px;
	left: 0px;
	position: absolute;
	width: 100%;
	height: 100%;
}

/* END: message-box */

/* BEGIN: document-frame */
.document-frame .content {
	margin: 18px;
}
.document-frame .top-tool-bar {
	margin: 0px 18px;
}
.document-frame .toolbar {
	margin: 0px 18px;
}
/* END: document-frame */

/* BEGIN: size-controller */
.size-controller {
	width: 14px;
	height: 63px;
	position: absolute;
	top: 120px;
	right: 0px;
}
.right-panel .size-controller {
	right: auto;
	left: 0px;
}
* html .left-panel .size-controller	{
	right: expression(this.parentNode.clientWidth % 2 ? '-1px' : '0px');
}
.size-controller p {
	margin: 0px;
	padding: 0px;
}
.size-controller i {
	display: block;
}
.size-controller .top {
	height: 3px;
	overflow: hidden;
	background: url(../images/frame/resizer-top.gif) top right no-repeat;
	position: relative;
}
.right-panel .size-controller .top {
	background: url(../images/frame-right/resizer-top.gif) top left no-repeat;
}
.size-controller .middle {
	background: url(../images/frame/resizer-middle-left.gif) top left repeat-y;
	position: relative;
	background-color: white;
	padding-top: 7px;
	height: 46px;
}
.right-panel .size-controller .middle {
	background: url(../images/frame-right/resizer-middle-left.gif) top right repeat-y;
	background-color: white;
}
.size-controller .middle .left {
	width: 4px;
	height: 7px;
	overflow: hidden;
	background: url(../images/frame/resizer-middle-left-top.gif) top left no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
}
.right-panel .size-controller .middle .left {
	background: url(../images/frame-right/resizer-middle-left-top.gif) top left no-repeat;
	left: auto;
	right: 0px;
}
* html .size-controller .middle .left {
	left: expression('-'+parseInt(this.parentNode.currentStyle.paddingLeft, 10)+'px');
}
.size-controller .bottom {
	height: 7px;
	overflow: hidden;
	background: url(../images/frame/resizer-bottom.gif) top right no-repeat;
	position: relative;
}
.right-panel .size-controller .bottom {
	background: url(../images/frame-right/resizer-bottom.gif) top left no-repeat;
}
.size-controller .colexp,
.size-controller .colexp a,
.size-controller .size,
.size-controller .size a {
	cursor: pointer;
}
.size-controller .colexp {
	margin: 0px 0px 0px 5px;
}
.right-panel .size-controller .colexp {
	margin: 0px 5px 0px 0px;
}
.size-controller .colexp,
.size-controller .colexp * {
	overflow: hidden;
	display: block;
	width: 9px;
	height: 13px;
}
.left-panel .size-controller .collapse span {
	background: url(../images/frame/collapse.gif) top left no-repeat;
}
.right-panel .size-controller .collapse span {
	background: url(../images/frame-right/collapse.gif) top left no-repeat;
}
.left-panel .size-controller .expand span {
	background: url(../images/frame/expand.gif) top left no-repeat;
}
.right-panel .size-controller .expand span {
	background: url(../images/frame-right/expand.gif) top left no-repeat;
}
.left-panel .size-controller .size {
	margin-left: 6px;
}
.right-panel .size-controller .size {
	margin-left: 0px;
}
.size-controller .size,
.size-controller .size * {
	overflow: hidden;
	display: block;
	width: 8px;
	height: 9px;
}
.size-controller .size-increase {
	margin-top: 3px;
}
.size-controller .size-decrease {
	margin-top: 9px;
}
.size-controller .size-increase span {
	background: url(../images/frame/size-increase.gif) top left no-repeat;
}
.size-controller .size-decrease span {
	background: url(../images/frame/size-decrease.gif) top left no-repeat;
}
.size-controller .disabled a,
.size-controller .disabled a:hover,
.size-controller .forbidden a,
.size-controller .forbidden a:hover,
.forbid-frame-resize .size-controller a,
.forbid-frame-resize .size-controller a:hover {
	cursor: default;
	background-color: #ebebeb;
}
/* END: size-controller */

/* BEGIN: old-style */
.els-content {
	font-size: 0.8em;
}
.els-content table {
	font-size: 1.0em;
}
.els-content table.main,
.els-content table.main table.main {
	border-collapse: collapse;
	border: 1px solid white;
}
.els-content table.main table {
	border: none;
}
.els-content table.main caption {
	text-align: right;
	padding: 4px 1px;
	font-weight: bold;
}
.els-content table.main td,
.els-content table.main table.main td,
.els-content table.main table.main th,
.els-content table.main th {
	border: 1px solid white;
	padding: 14px 17px;
}
.els-content table.main table td,
.els-content table.main table th {
	border: none;
	padding: 4px 4px;
}
.els-content table.main table.main th,
.els-content table.main th {
	text-align: left;
}
.els-content table.main th,
.els-content table td.th3 {
	color: white;
}
.els-content table.main th a{
	color: white;
}
.els-content table.main th a:focus {
	outline-color: white;
}
.els-content table.main p {
	margin: 0px;
}
.els-content table.main table.main td,
.els-content table.main td {
	background-color: #ececec;
}
.els-content table.main tr:nth-of-type(even) td,
.els-content table.main tr td.even {
	background-color: #dfdfdf;
}
.els-content table.main tr:nth-of-type(odd) td,
.els-content table.main tr td.odd {
	background-color: #ececec;
}
.els-content table.main tr:nth-of-type(even) td td {
	background: transparent;
}
.els-content table.main th.intermediate {
	background-color: #aeaeae !important;
	border-top-color: #aeaeae !important;
}
.els-content table.main td.nodata,
div.nodata {
    text-align: center;
    font-style: italic;
}
.els-content textarea,
.els-content input {
	border: 1px solid #7e7e7e;
	background: #ebebeb;
	padding-left: 2px;
}
.els-content table input,
.els-content table textarea {
	background: white;
}
.els-content input[type="checkbox"],
.els-content input[type="radio"] {
	border: none;
	background: transparent;
}
.els-content table.question-11 th,
.els-content table.question-11 td {
	text-align: center;
}
.els-content table.question-11 .regular {
	background-color: #ececec;
}
/* END: old-style */

/* СТАРЕНЬКОЕ */
.EUDetectionCheck {
}
.EUDetectionCheck h1 {
	font-size: 20px;
	margin: 3px 0px;
	padding: 0px;
}
.EUDetectionCheck table {
	border-collapse: collapse;
}
.EUDetectionCheck table td,
.EUDetectionCheck table th {
	border: 1px solid black;
	font-weight: bold;
}
.EUDetectionCheck .failed h1 {
	color: red;
}
.EUDetectionCheck h1.passed {
	color: green;
}
.EUDetectionCheck tr.failed {
	background-color: red;
	color: white;
}
.EUDetectionCheck tr.passed {
	background-color: green;
	color: white;
}
.EUDetectionCheck .app-passed {
	display: none;
}
.EUDetectionCheck .app-require,
.EUDetectionCheck .app-version {
	width: 1px;
}

/* BEGIN: orgstructure_checked_items */
.orgstructure_checked_items {
}
.orgstructure_checked_items th .header {
	font-size:   1.5em;
	line-height: 1.125em;
}
.orgstructure_checked_items td .block {
	border-left: 2px solid #ebebeb;
	padding-left: 10px;
}
.orgstructure_checked_items td .block .filter {
	font-size:   1.1em;
	color: #888;
	border-bottom: 1px dashed #ebebeb;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
/* END: orgstructure_checked_items */

.els-content table.card-info {
	width: 400px;
	background-color: #ebebeb;
	border: 1px solid #aeaeae;
}

.els-content table.card-info-trans {
	width: 400px;
	border: 1px solid #aeaeae;
}

.els-content table.card-info td {
	/* background-color: #EDEADA; */
}
.els-content table.card-info img {
	border:1px solid #EDEADA;
}
.els-content table.card-info .lastname {
	font-size: 1.3em;
	font-weight: bold;
}
.els-content table.card-info .name {
	font-size: 1.2em;
}
.els-content table.card-info-info td {
	/* padding: 2px; */
}
.els-content span.card-info-info p{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 6px;
	padding-bottom: 0px;
}
.els-content span.card-info-info .position {
	font-weight: bold;
}

.module-link {
	border-bottom: 1px dotted #737373;
	padding: 0.5em 10px;
}
* html .module-link {
	border-bottom-style: solid;
	border-bottom-color: #bbb;
}
.hidden2 {
	display: none;
}
.schedule .schedule-info td {
	padding: 0px !important;
}
.schedule img.icon {
	display: block;
	float: left;
	margin-top: 6px;
	margin-right: 10px;
}
.schedule .no-schedules {
	font-weight: bold;
	text-align: center;
}
.schedule .penalty {
	color: red;
}
.schedule p.course {
	font-size: 0.9em;
}
.schedule p.subject {
	font-size: 0.9em;
	color: #737373;
	padding-bottom: 10px;
}
.schedule p.subject a {
	font-size: 1.1em;
	font-weight: bold;
}
.schedule-item .schedule-add-new {
	margin-bottom: 1em;
	font-weight: bold;
	text-align: right;
	padding: 0.2em 1px 0.5em;
	line-height: 0.5em;
}
.schedule-item {
	margin-bottom: 2.0em;
}
.schedule-item table.main caption {
	font-weight: normal;
	font-size: 2.5em;
	font-variant: small-caps;
	padding-bottom: 1px;
}
.schedule-item table.main caption .date {
	font-size: 90%;
	font-weight: bold;
}
.schedule-item table.main caption .day-name {
	letter-spacing: 0.1em;
	line-height: 100%;
	font-size: 90%;
}
.schedule p.teacher {
	clear: both;
	font-size: 0.9em;
	color: #737373;
	white-space: nowrap;
}
.courses-list {
	margin: 15px 0px;
}
.courses-list h1 {
	font-size: 1.85em;
}
.courses-list ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.courses-list ul li {
	font-size: 1.5em;
	margin: 1px 0px;
	line-height: 1.1em;
	padding: 0.25em;
	background: #ececec;
}
.courses-list ul li:hover {
	background: white;
}
.courses-list ul li a {
}
.week-navigation {
	text-align: right;
	white-space: nowrap;
	margin: 15px 0px 20px;
	_margin-top: 0px;
	cursor: default;
}
.week-navigation a {
	text-decoration: none;
}
.week-navigation a:hover {
	text-decoration: underline;
}
.week-navigation .previous-week-date {
	padding-right: 0.4em;
	font-size: 140%;
}
.week-navigation .next-week-date {
	padding-left: 0.4em;
	font-size: 140%;
}
.week-navigation .previous-week-date a {
	padding-left: 20px;
	background: transparent url(../images/toolbar/previous.gif) center left no-repeat;
}
.week-navigation .next-week-date a {
	padding-right: 18px;
	background: transparent url(../images/toolbar/next.gif) center right no-repeat;
}
.week-navigation .current-week {
	line-height: 0.5em;
	padding: 0.2em 0px 0.5em;
}
.week-navigation .current-week a {
	color: #808080;
}

/* BEGIN: drag'n'drop */
div.draggable li,
body.something-is-dragged div.draggable.editable li {
	cursor: default;
}
div.draggable.editable li {
	cursor: pointer;
}
li.selected-to-drag {
	/* border: 1px solid #aaaaaa; */
	background-color: #dadada !important;
}
li.selected-to-drag li {
	background: #eeeeee !important;
}
li.selected {
	cursor: default !important;
}
li.mouse-over-first-half {
	border-top: 1px solid black;
}
li.mouse-over-second-half {
	border-bottom: 1px solid black;
}
.apply-edit-button,
.cancel-edit-button {
	border: 1px solid black;
	padding: 1px;
	margin-left: 7px;
	margin-bottom: 2px;
	font-size: 0.7em;
}
.editable input {
	margin-left: 5px;
}
li.root .element-buttons {
	display: none;
	white-space: nowrap;
}
li.root li .element-buttons {
	display: inline;
}
.edit-button,
.add-button,
.delete-button {
	margin-left: 10px;
}
.add-inside {
	border: 1px dotted black !important;
	border-width: 1px 0px !important;
}
* html .add-inside {
	border-style: solid !important;
}
/* END: drag'n'drop */

/* BEGIN: tooltip */
.tooltip-stub {
	top: -31000px;
	left: -31000px;
	width: 300px;
	height: 200px;
	visibility: hidden;
}
#tooltip-stub {
	float: left;
}
.tooltip-iframe-shim {
	position: absolute;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0, Style=0)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0, Style=0);
	opacity: 0;
	z-index: 2221;
}
.tooltip-stub,
.tooltip {
	position: absolute;
	z-index: 2222;
}
.tooltip .wrapper {
	padding: 8px;
	background: #777777;
}
.tooltip .stem {
	background-image: url(../images/tooltip/stem.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	position: absolute;
	overflow: hidden;
	width: 8px;
	height: 8px;
}
.tooltip .stem,
.tooltip .bottom-right .stem {
	background-position: -10px -10px;
	bottom: 0px;
	right: 0px;
}
* html .tooltip .stem {
	right: expression(this.parentNode.offsetWidth % 2 ? '-1px' : '0px');
}
* html .tooltip .bottom-right .stem {
	right: expression(this.parentNode.offsetWidth % 2 ? '-1px' : '0px');
}
.tooltip .bottom-left .stem {
	background-position: -1px -10px;
	bottom: 0px;
	left: 0px;
}
.tooltip .top-right .stem {
	background-position: -10px -1px;
	top: 0px;
	right: 0px;
}
* html .tooltip .top-right .stem {
	right: expression(this.parentNode.offsetWidth % 2 ? '-1px' : '0px');
}
.tooltip .top-left .stem {
	background-position: -1px -1px;
	top: 0px;
	left: 0px;
}
.tooltip .body a {
	color: white;
}
.tooltip-stub,
.tooltip .body {
	font-size: 0.8em;
	overflow: auto;
}
.tooltip .body {
	color: white;
}
#tooltip-stub-wrapper,
.tooltip .body .wrapper {
	padding: 0px 4px;
	background: transparent;
}
#tooltip-stub-wrapper {
	padding-top: 1px;
	padding-bottom: 1px;
}
.tooltip .orientation,
.tooltip .bottom-right,
.tooltip .bottom-left {
	padding: 0px 0px 8px;
}
.tooltip .top-right,
.tooltip .top-left {
	padding: 8px 0px 0px;
}
.tooltip .body .failed,
.tooltip .body .loader {
	width: 16px;
	height: 24px;
}
.tooltip .body .failed {
	background: transparent url(../images/tooltip/failed.gif) center center no-repeat;
}
.tooltip .body .loader {
	background: transparent url(../images/tooltip/ajax-loader.gif) center center no-repeat;
}
.tooltip-link {
	cursor: pointer;
}
/* END: tooltip */

/* BEGIN: indicator */
.indicator .step {
	border: 1px solid;
	margin: 0px;
	padding: 0px;
}
.indicator .prev {
	color: #ffffff;
}
.indicator .next {
	background-color: #fff;
}
.indicator .current {
	border: 1px solid;
	color: #ffffff;
}

.indicator .inactive {
	border: 1px solid #bbb;
	background-color: #bbb;
	color: #ffffff;
}

.indicator-brief .step {
	width: 10px;
	height: 10px;
	margin: 3px;
	display:-moz-inline-stack;/*Нужно для Firefox*/
	display:inline-block; /*Не применяется в IE и Firefox*/
	_overflow:hidden;/*фикс для IE6*/
	zoom:1;/*включаем hasLayout*/
	*display:inline;/*при hasLayout true display:inline ведёт себя как display:inline-block*/

}
.indicator-brief td {
	padding: 0px;
}

.indicator-full  .step {
	text-align: center;
	width: 40px;
	height: 40px;
	font-size: 11px;
}
.indicator-full .arrow {
	width:40px;
	height:6px;
	font-size:6px;
	overflow:hidden;
	padding-top: 5px;
	color: #bbbbbb;
}
.indicator-full td {
	padding: 0px;
}
.indicator-full p {
	padding: 10px 0px 0px 0px;
	text-align: center;
	margin: 0px;

}
.indicator-full .title {
	padding-left: 8px;
	text-align: left;
	color: #888;
}
.indicator-full .comment {
	padding-top: 3px;
	padding-right: 8px;
	text-align: right;
	color: #000;
	font-size: 0.9em;
}
/* END: indicator */
#help-footer {
	font-size: .85em;
	color: #555 !important;
}
#help-footer hr {
	height: 1px;
	color: #BBB !important;
}

#ajaxchat .date {
    color: #AAA;
}

.els-content table.card-info {
    width: 400px;
    background-color: #ebebeb;
    border: 1px solid #aeaeae;
}

.els-content table.card-info-trans {
    width: 400px;
    border: 1px solid #aeaeae;
}

.els-content table.card-info td {
    /* background-color: #EDEADA; */
}
.els-content table.card-info img {
    border:1px solid #EDEADA;
}
.els-content table.card-info .lastname,
#card-info-detailed .lastname {
    font-size: 1.3em;
    font-weight: bold;
}
.els-content table.card-info .name
#card-info-detailed .name {
    font-size: 1.2em;
}
.els-content table.card-info-info td {
    /* padding: 2px; */
}
.els-content span.card-info-info p{
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 6px;
    padding-bottom: 0px;
}
.els-content span.card-info-info .position {
    font-weight: bold;
}

/* BEGIN: infoblock */
.card-info-block {
    margin: 20px 0;
    border: 1px dashed #ccc;
    padding: 5px 20px 20px 20px;
    background: #EBEBEB;
}
.card-info-block h1 {
    font-size: 1.3em!important;
    text-align: left!important;
    color: #777!important;
}
.card-info-block h2 {
    font-size: 1.2em!important;
}
.card-info-block h3 {
    font-size: 1.1em!important;
}
.card-info-block p {
    text-align: justify;
}
.card-info-block .card-info-author {
    float: right;
    font-style: italic;
}

.card-info-block h4, .card-info-block h5, .card-info-block h6 {
    font-size: 1.1em!important;
}
.card-info-title {
    font-size: 1.3em;
    font-weight: bold;
}
/* END: infoblock */

/* TESTS */
.eLS-answer-variant {
	padding: 0.3em;
}
.eLS-drag-handler-td {
	vertical-align: top;
	padding-left: 0.3em;
	padding-right: 0.3em;
}
.eLS-drag-handler {
	width: 32px;
	height: 32px;
	background: url(../images/tests/drag-helper.gif) center center no-repeat;
	cursor: move;
}
.ui-sortable-helper .eLS-drag-handler {
	background-image: url(../images/tests/drag-helper-thumbsup.gif)
}
.eLS-drag-order-td {
	width: 32px;
	vertical-align: middle;
	text-align: center;
}
.eLS-drag-order {
	font-size: 1.5em;
	color: green;
}
.eLS-sortable-item-container {
	margin: 0.2em;
}
.eLS-sortable-item-container .eLS-answer-variant {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #777777;
}
.eLS-sortable {
	min-height: 1em;
	background: #eee;
	border: 1px solid #eee;
	margin: 1em 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
* html .eLS-sortable {
	_height: 1em;
}
.ui-sortable-placeholder {
	visibility: visible !important;
	height: 1em !important;
	background: #ccc;
	overflow: hidden;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
h2.eLS {
	margin: 1em 0 -0.8em 5px;
}
