/* Текст */

body {
  width: 960px;
  text-align: center;
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0px;
  padding: 0px;
  border: 0px;
  font-family: Verdana, Arial, sans-serif;
  color: #303030;
  padding: 0px;
  font-size: 10pt;
}

div {
  border-width: 0px;
  padding: 0px;
  margin: 0px;
}

h1 {
  font: normal 16pt Verdana;
}

h2 {
  font: normal 14pt Verdana;
}

h3 {
  font: bolder 12pt Verdana;
}

h5 {
	font-weight: bold;
	color: #000000;
}
/*
a:link {
	color: #000055;
	text-decoration: none;
}

a:visited {
	color: #000055;
	text-decoration: none;
}

a:active {
	color: #FFCC66;
}
*/
/* Таблицы */

table {
  border-collapse: collapse;
}

th {
	text-align: center;
	padding: 2px;
	color: #000000;
  border: 1px solid #22476B;
  font-size: 9pt;
}

td {
	text-align: left;
	padding: 2px;
  margin: 1px;
  border: 1px solid #22476B;
  font-size: 9pt;
}

/* Прочие визуальные элементы */

img {
  border: 0px;
}

hr {
  border: 1px solid #6699cc;
}

/* Формы */
/*
input {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	border: 1px solid;
	background-color: #FFFFFF;
  width: 100px;
}

select {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	border: 1px solid;
  width: 100px;
}

textarea {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	border: 1px solid;
}

button {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	border: 1px solid;
	background-color: #FFFFFF;
  width: 100px;
}

*/

.form {
  margin: 10px 0px;
  border: 1px solid #6699cc;
  margin-left: 30px;
  margin-right: 30px;
  text-align: left;
  padding: 5px;
}

.form-main {
  background: #E0F0FF;
  border: 1px solid #6699cc;
  text-align: left;
  padding: 5px;
}

.form-buttons {
  margin-top: 5px;
  text-align: center;
}

.control {
  clear: left;
  padding: 2px 0px;
}

.label {
  padding-right: 3px;
  position: relative;
}

.field {
}

html>body * .formError {
/* for Gecko */
  background: url("../images/error.gif") transparent top right no-repeat;
  letter-spacing: 20px;
  word-spacing: 20px;
  font-size: 16px;
  vertical-align: top;
  position: relative;
}

.formError {
/* for MS IE */
  background: url("../images/error.gif") transparent top right no-repeat;
  /*letter-spacing: 20px;*/
  word-spacing: 20px;
  font-size: 16px;
  vertical-align: top;
  position: relative;
}

.formMessage {
  display: none;
  font-size: 8pt;
  position: absolute;
  background: #FFFFC0;
  left: 30px;
  top: 0px;
  border: 1px solid black;
  padding: 4px 4px;
  letter-spacing: normal;
  word-spacing: normal;
}

.thumbnail {
  border: 1px solid #6699cc;
  width: 86px;
  height: 106px;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 3px;
}

.formButton {
  background: #B8D0F0;
  width: 100px;
  border-left: 2px solid #E0F0FF;
  border-top: 2px solid #E0F0FF;
  border-right: 2px solid #6699cc;
  border-bottom: 2px solid #6699cc;
}

.formButtonOver {
  background: #E0F0FF;
  width: 100px;
  border-left: 2px solid #E0F0FF;
  border-top: 2px solid #E0F0FF;
  border-right: 2px solid #B8D0F0;
  border-bottom: 2px solid #B8D0F0;
  color: #305080;
}

/* Общая разметка страницы */

#debugInfo {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 300px;
  height: 300px;
  background: white;
  color: black;
  border: 1px solid black;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

#wrapper {
  border: 1px solid #C6E3FB;
}

#header {
  height: 137px;
  background: url("../images/top.jpg") no-repeat;
}

#userHeader {
  height: 58px;
}

#userHeader1 {
  width: 307px;
  height: 58px;
  background: url("../images/header-auth-1.jpg") no-repeat;
}

#userHeader2 {
  width: 412px;
  height: 58px;
  background: url("../images/header-auth-2.jpg") no-repeat;
  color: #22476B;
  font-size: 12px;
  padding-top: 10px;
}

#userHeader3 {
  width: 241px;
  background: url("../images/header-auth-3.jpg") no-repeat;
}

#middleWrapper {
	background: url("../images/bg.gif") top repeat-x;
}

#left {
  width: 252px;
  text-align: center;
  vertical-align: top;
}

#leftMenuTop {
	background: url("../images/left_top.gif") no-repeat;
  width: 249px;
  height: 22px;
}

#leftMenu {
	background: url("../images/left_center.gif") repeat-y;
}

.menuItemContent {
/*  height: 16px;*/
/*  white-space: nowrap;*/
	padding:5px 5px 7px 5px;
  overflow: hidden;
  vertical-align: middle;
  font-size:11px;
}

.menuActiveItemWrapper {
	background:white;
}

.menuItemWrapper {
	background:#eaf8fb;
}

.menuActiveItemT {
  background: url("/images/menu-active-item-t.gif") repeat-x top;

}

.menuActiveItemB {
  background: url("/images/menu-active-item-b.gif") repeat-x bottom;

}

.menuActiveItemL {
  background: url("/images/menu-active-item-l.gif") repeat-y left;

}

.menuActiveItemR {
  background: url("/images/menu-active-item-r.gif") repeat-y right;

}

.menuActiveItemTL {
  background: url("/images/menu-active-item-tl.gif") no-repeat top left;

}

.menuActiveItemTR {
  background: url("/images/menu-active-item-tr.gif") no-repeat top right;

}

.menuActiveItemBL {
  background: url("/images/menu-active-item-bl.gif") no-repeat bottom left;

}

.menuActiveItemBR {
  background: url("/images/menu-active-item-br.gif") no-repeat bottom right;

}

.menuItemT {
  background: url("/images/menu-item-t.gif") repeat-x top;

}

.menuItemB {
  background: url("/images/menu-item-b.gif") repeat-x bottom;

}

.menuItemL {
  background: url("/images/menu-item-l.gif") repeat-y left;

}

.menuItemR {
  background: url("/images/menu-item-r.gif") repeat-y right;

}

.menuItemTL {
  background: url("/images/menu-item-tl.gif") no-repeat top left;

}

.menuItemTR {
  background: url("/images/menu-item-tr.gif") no-repeat top right;

}

.menuItemBL {
  background: url("/images/menu-item-bl.gif") no-repeat bottom left;

}

.menuItemBR {
  background: url("/images/menu-item-br.gif") no-repeat bottom right;
}

.menu_a {
	color: #22476B;
	text-decoration: none;
}

#leftMenuBottom {
	background: url("../images/left_bottom.gif") no-repeat;
  width: 249px;
  height: 23px;
}

#contentWrapper {
  width: 708px;
  text-align: center;
}

#contentTitle {
	background: url("../images/main_title.jpg") transparent no-repeat;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
  width: 700px;
  height: 28px;
  vertical-align: middle;
  padding-left: 7px;
}

#title1 {
	background: url("../images/title1.gif") no-repeat;
  width: 22px;
  height: 19px;
}

#title2 {
	background: url("../images/title2.gif") repeat-x;
  height: 19px;
  color: #FFFFFF;
  vertical-align: middle;
  font-size: 14px;
  font-weight: normal;
  padding: 0px 40px 0px 8px;
}

#title3 {
	background: url("../images/title3.gif") no-repeat;
  width: 25px;
  height: 19px;
}

#content {
	background: url("../images/main_center.jpg") repeat-y;
	font-size: 12px;
	padding: 3px;
}

#contentBottom {
  height: 12px;
  background: url("../images/main_bottom.jpg") no-repeat;
}

#footer {
  border-top: 1px solid #CCCCFF;
  margin-top: 5px;
  padding-top: 5px;
  clear: both;
  text-align: center;
  color: #CCCCFF;
}

/* Специальные классы */

.hidden {
  display: none;
}

.layout {
  border: 0px;
  text-align: left;
  vertical-align: top;
  margin: 0px;
  padding: 0px;
}

.section {
  border: 1px solid #6699cc;
  margin: 10px 3px 10px 3px;
  padding: 2px;
}

.section-header {
  border: 1px solid #6699cc;
  margin: 0px 0px 6px 0px;
  padding: 2px;
  color: black;
  background-color: #E0F0FF;
}

.list-item {
  border: 1px solid #6699cc;
  margin: 3px;
  padding: 2px;
  /*clear: both;*/
}

.subMenu {
  margin-left: 4px;
  border-left: 2px solid #F0C0A0;
  padding-left: 3px;
}

.buttons {
  margin: 2px 0px 2px 0px;
  clear: both;
}

.button {
  float: left;
  margin: 0px;
  padding: 0px 4px;
  color: #000055;
  font-family: Arial;
  font-size: 8pt;
  text-decoration: underline;
}

.caption {
	font-size: 11pt;
  font-weight: bold;
  clear: left;
  color: #22476B;
  margin-top: 10px;
  text-align: center;
}

.tableheader {
	font-weight: bold;
	color: #000000;
	border: 3px solid #66CCFF;
}

.new-title1 {
  border: 0px;
  border-bottom: 1px solid #6699cc;
  margin: 0px;
  padding: 0px;
  font-size: 10pt;
  width: 90px;
  color: black;
}

.new-title2 {
  border: 0px;
  border-bottom: 1px solid #6699cc;
  margin: 0px;
  padding: 0px;
  font-size: 10pt;
  color: black;
}

/* Элементы урока */
html>body div#lesson {
/* for Gecko */
  width: 683px;
  float: left;
  clear: left;
/*  height: 464px;*/
  overflow: hidden;
  padding: 2px;
  margin: 0px;
}

div#lesson {
/* for MS IE */
  width: 690px;
  float: left;
  clear: left;
/*  height: 464px;*/
  overflow: hidden;
  padding: 2px;
  margin: 0px;
}

html>body div#lesson-full {
/* for Gecko */
  width: 683px;
  float: left;
  clear: left;
  overflow: hidden;
  padding: 2px;
  margin: 0px;
}

div#lesson-full {
/* for MS IE */
  width: 690px;
  float: left;
  clear: left;
  overflow: hidden;
  padding: 2px;
  margin: 0px;
}

#lessonExtra {
  float: left;
  width: 135px;
  height: 464px;
  font-family: Arial, sans-serif;
  font-size: 8pt;
  padding: 2px;
  margin: 0px;
  margin-left: -1px;
}

.lesson-background {
  border: 0.4px solid #CCCCFF;
  background-color: #FFFFF0;
  vertical-align: top;
  padding: 5px;
}

.lesson-title {
  text-align: center;
  font-size: 16pt;
  font-weight: bold;
}

.lesson-header {
  text-align: left;
/*  font-size: 11pt; */
/*  font-weight: normal; */
  margin: 10pt 0pt 5pt 0pt;
}

.lesson-paragraph {
  text-indent: 25px;
  font-size: 11pt;
  margin: 3px 0px;
  text-align: justify;
}

.lesson-list {
	font-size: 11pt;
}

.lesson-definition {
  font-size: 11pt;
  background-color: #F0FFF0;
  border: 1px solid #608060;
  padding: 3px;
  margin: 3px;
  clear: both;
  text-align: justify;
}

.lesson-image {
  clear: both;
/*  border: 1px solid #608060; */
}

.lesson-image-title {
  font-size:11pt;
}

.lesson-right-image {
  margin: 3px;
  float: right;
  clear: both;
/*  border: 1px solid #608060; */
}

.lesson-left-image {
  margin: 3px;
  float: left;
  clear: both;
/*  border: 1px solid #608060; */
}

.lesson-flash {
  clear: both;
  border: 0px;
}

.lesson-flash-title {
  font-size:11px;
}

.lesson-right-flash {
  margin: 3px;
  float: right;
  clear: both;
/*  border: 1px solid #404040;*/
}

.lesson-left-flash {
  margin: 3px;
  float: left;
  clear: both;
/*  border: 1px solid #608060;*/
}

.lesson-bolded {
  font-weight: bold;
}

.lesson-quoted {
  font-style: italic;
  color: #003060;
}

.lesson-excerpt {
  font-size: 11pt;
  font-family: "Times New Roman";
  margin: 3px;
  text-align: justify;
}

















/* слава */
.left_center {
	background-image: url(../images/left_center.gif);
	background-repeat: repeat-y;
}
.menu_item {
	background-image: url(../images/menu_item.jpg);
	height: 29px;
	width: 221px;
	padding-top: 6px;
	padding-left: 10px;
	margin-left: 3px;
	color: #226B5C;
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	background-repeat: no-repeat;
	text-decoration: none;
}
.menu {
	background-image: url(../images/menu.jpg);
	width: 221px;
	padding-top: 6px;
	padding-left: 10px;
	margin-left: 3px;
	margin-top: -4px;
	color: #22476B;
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
	height: 29px;
}
.menu_sub {
	background-image: url(../images/menu_sub.jpg);
	height: 29px;
	width: 221px;
	padding-top: 6px;
	padding-left: 10px;
	margin-left: 17px;
	color: #4B83B9;
	font-weight: normal;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
	margin-bottom: 3px;
	margin-top: -6px;
}
.menu_item_a {
	color: #226B5C;
	text-decoration: none;
	margin-left: -3px;
}
.menu_item_a:hover{
	color: #226B5C;
	font-weight:bold;
/*	padding-left: 2px;*/
}

.menu_a:hover {

	color: blue;
	text-decoration: underline;
	/*	padding-left: 2px;*/
}
.menu_sub_a {
	color: #4B83B9;
	text-decoration: none;
	font-size: 12px;
}
.menu_sub_a:hover {

	color: #4B83B9;
	font-size: 12px;
	padding-left: 2px;
}
.main_center {
	background-image: url(../images/main_center.jpg);
	background-repeat: repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px;
}
.main_title {
	background-image: url(../images/main_title.jpg);
	background-repeat: no-repeat;
	background-position: center;
	color: #509A01;
	font-weight: bold;
	padding-left: 7px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
.style1 {color: #035eb2}
.title1 {
	font-size: 14px;
	font-weight: bold;
	color: #0D3A64;
	padding-left: 5px;
	text-align: center;
	background-color: #EAF5FF;
}
.title2 {
	font-size: 12px;
	color: #0D3A64;
	padding-left: 5px;
}