html {
	height: 100%;
}
body {
	margin: 0;
	font: 11px tahoma;
	background-color: #FFFFFF;
	color: #000000;
	margin-left: 10px;
}
form {
	padding: 0;
	margin: 0;
}
a, a:visited {
	color: #2C3643;
}
a:hover {
	color: #990000;
}
input[type=checkbox] {
	vertical-align: middle;
}
#logo {	
	text-align: right;
}
#footer  {
	clear:both;
	margin-top:20px;
	border-top:2px #333 solid;
	margin-bottom:20px;
	text-align:center;
	position:relative;
}
/* PopUp
-------------------------------------------------------------------------------- */
.popupBody {
	height: auto;
	margin: 0;
	padding: 0;
	background-color: #FFF;
}
.popupBody .tree {
	border: 1px solid #EFEFEF;
}
#popupPage {
	margin: 10px;
	padding: 10px;
	border: 1px solid #AAA;
}
#popupHeader {
	margin: 0 0 20px;
	font: bold 16px tahoma;
	color: #960000;
}
#popupPageContent {
}
#popupFooter {
	margin: 20px 0 0;
	text-align: center;
	clear: left;
}
/* List
-------------------------------------------------------------------------------- */
#centerForm .formControlsTable td,#courseForm .formControlsTable td
{
	vertical-align: top;
}
.listTable {
	border: 4px solid #fff;
	border-bottom: none;
	width:100%;
}
.listTable th {
	padding: .3em .7em;
	color: #FFFFFF;
}
.listTable th:first-child {
	border-left: 1px solid red;
}
.listTable th a {
	color: #FFF;
}
.listTable td {
	padding: 4px;
	
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #cfcfcf;
	color: #000;
}
.listTable td a {
	color: #000;
}
.tableHeader {
	background-color: #6d9fc1;
	color:#FFFFFF;
	border-left:1px #fff solid;
	border-right:1px #fff solid;
}
.tableHeaderAct {
	background-color: #E67335;
}
.tableHeaderAct img{
}
.tableCell1 {
}
.tableCell2 {
	background-color: #ececec;
	border-bottom: 1px solid #333;
}
.tableCell1Act {
}
.tableCell2Act {
	background-color: #EFBB92;
}
a.tableHeaderLink {
}
a.tableHeaderLinkAct {
}
.tableRow1Act {
}
th.TableHeaderDelimiterLeft,
th.TableHeaderDelimiterRight,
th.TableHeaderDelimiter,
td.TableCellDelimiter {
	padding: 0;
	font-size: 0;
	display: none;
}
.pagerNumb,
.pagerNumbAct {
	padding: 0 14px 0 0;
	color: #666666;
}
.pagerMenu {
padding-bottom: 15px;
}
#phone {
	background: #FFFFFF url(../Img/bg-phone.gif) no-repeat;
	height:44px;
	left:50%;
	margin-left:-165px;
	position:absolute;
	width:233px;
	text-align:center;
	line-height:44px;
	color:#FFFFFF;
	top:10px;
	font-size:24px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#ask-info {
	background:#FFFFFF url(../Img/bg_book.gif) no-repeat scroll 0 0;
	cursor:pointer;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:18px;
	height:30px;
	position:absolute;
	right:10px;
	text-align:center;
	top:-5px;
	width:260px;
}
#ask-info a 
{
	color:#FFFFFF;
	
}
#logo {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#636363;
	font-size:30px;
	border-bottom: 2px solid #25a9df;
	position:absolute;
	width:175px;
	top:10px;
	left:50%; 
	margin-left:-450px;
}
#logo a {
	text-decoration:none;
	color:#636363;
}
#logo a:hover {
	text-decoration:none;color:#636363;
}
#center {
	margin: 80px auto 20px;
	width: 960px;
	position: relative;
}
.catalogValuesListCaption {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#404040;
	font-size:18px;
	padding:0px;
	margin: 4px;
	font-weight: bold;
}
.catalogPathValue {
	background: #c5bcdb;
	padding: 4px;
}
.catalogNextLevelLink {
	float:right;
}
.catalogValuesList ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #404040;
	font-size: 14px;
	padding: 0px;
	height: 28px;
	margin: 10px 0 20px;
}

.catalogValuesList ul li {
	list-style:none;
	float:left;
	line-height: 28px;
	padding: 0 3px;
	margin: 2px 5px;
}
.catalogValuesList ul li a {	
	background: #e1e0cb;
	display: block;
	padding: 0 10px 0 12px;
	margin: 0px;
}
.catalogValuesList ul li a:hover {	
	background: #beba2f;
	color:#000000;
}

#programDescr div table tr td.txtBold {
	width:100px;
	color:#999;
}
#programDescr td span {
	color:#333333;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:18px;
	font-weight:bold;
}
/* ArrayPropertyEditor
-------------------------------------------------------------------------------- */
.arrayPropertyEditor {
	margin-bottom: 10px;
	background-color: #FFF;
}
.arrayPropertyEditor td.editorCaptionCell {
	border: none;
	background-color: #F6F6F6;
	font: bold 1.5em/1.3em tahoma;
	color: #636363;
	border-bottom:2px #25A9DF solid;
	text-align: left;
}
.arrayPropertyEditor th {
	padding: 6px;
	border-top: 4px solid #fff;
	border-bottom: 1px solid #CCC;
	background-color: #E5D9FD;
	color: #000;
}
.arrayPropertyEditor tr td {
	padding: 5px;
	border-bottom: 1px solid #CCCCCC;
	vertical-align:top;
}
.arrayPropertyEditor input {
	padding: 0 4px;
	height: 16px;
}
.arrayPropertyEditor select {
	padding: 0;
	height: 18px;
}
.newItemEditorRow td {
	background-color: #EFBB92;
}
th.removeHeaderCell {
	margin: 0;
	padding: 2px 0 0;
}
.removeHeaderCell input,
.editorAddRemoveButtonCell input {
	height: 20px;
}
.arrayPropertyEditorButtons {
	margin: -5px 0 10px;
}
/* ListToolBar
-------------------------------------------------------------------------------- */
.listToolBar {
	float: left;
	position: relative;
	margin: 0 0 -1px;
	padding: 0;
	list-style-type: none;
}
.listToolBar li {
	float: left;
	padding: 0 5px;
	margin: 0;
	line-height: 20px;
}
.listToolBar li.activeTab {
	position: relative;
	border-top: 1px solid #E3A561;
	border-right: 1px solid #E0E0E0;
	border-bottom: none;
	border-left: 1px solid #CCC;
	background-color: #F6F6F6;
}
.listToolBar li a {
	padding: 0 2px;
	margin: 0 1px;
	
	color: #666;
	font-weight: bold;
	text-decoration:none;
	border-bottom: 1px dashed #CCC;
	outline: none;
}
.listToolBar li.activeTab a {
	color: #666;
	border-bottom: none;
}
.showHideBlock {
	clear: left;
	padding: 10px;
	background-color: #F6F6F6;
	border: 1px solid #CCC;
	/*IE*/height: 1%;
}
.ListAddNewItem
{
	padding: 10px 0 0 0;
}
.ListAddNewItem a
{
	color: #555;
}

/* ServerToolBar
-------------------------------------------------------------------------------- */
.serverToolBar {
	float: left;
	position: relative;
	margin: 0 0 -1px;
	padding: 0;
	list-style-type: none;
}
.serverToolBar li {
	float: left;
	position: relative;
	padding: 0 5px;
	
	border-top: 1px solid #F3D7B7;
	border-right: 1px solid #EFEFEF;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #DDD;
	background-color: #FDFCF9;
	line-height: 20px;
}
.serverToolBar li.activeTab {
	margin: 0;
	bottom: -1px;
	
	border-top: 1px solid #E3A561;
	border-right: 1px solid #E0E0E0;
	border-bottom: none;
	border-left: 1px solid #CCC;
	background-color: #F6F6F6;
}
.serverToolBar li a,
.serverToolBar li span {
	padding: 0 2px;
	margin: 0 1px;
	
	color: #666;
	font-weight: bold;
	text-decoration:none;
	outline: none;
}
.serverToolBar li.activeTab a {
	color: #666;
	border-bottom: none;
}
.serverToolBar li.disabledTab span {
	color: #AAA;
	font-style: italic;
}
/* LanguageToolBar
-------------------------------------------------------------------------------- */
.languageToolBar {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.languageToolBar li {
	display: table-cell;
	padding: 10px;
	border: 1px solid #E0E0E0;
	border-bottom: none;
}
*html .languageToolBar li {
	display: inline-block;
}
*html .languageToolBar li {
	display: inline;
}
*:first-child+html .languageToolBar li {
	float: left;
}
*:first-child+html .languageToolBar {
	overflow: hidden;
}
*:first-child+html .languageToolBar li:after {
}
.languageToolBar li.activeTab {
	background-color: #E0E0E0;
}
.languageToolBar li a {
	position: relative;
	border-bottom: 1px dashed #AAA;
	text-decoration: none;
	outline: none;
}
.languageToolBar li.activeTab a {
	border-bottom: none;
}
tr.languageSelectionItem td {
	padding: 10px;
	background-color: #E0E0E0;
}
tr.languageSelectionItem div {
	padding: 0 0 10px;
}
tr.nextToLanguageSelectionItem td {
	padding-top: 5px;
}
/* Optional Group
-------------------------------------------------------------------------------- */
tr.optionalControlsTrigger td {
	padding: 10px 20px;
	background: url(../img/optional_opened.gif) left center no-repeat;
	cursor: pointer;
}
tr.optionalControlsTrigger.collapsed td {
	background: url(../img/optional_closed.gif) left center no-repeat;
}
tr.optionalControlsTrigger.languageSelectionItem td {
	padding-left: 30px;
	background-position: 10px center;
	background-color: #E0E0E0;
}
tr.optionalControlsTrigger td span {
	border-bottom: 1px dashed #CCC;
	font-weight: bold;
}
/* ToolBarMisc
-------------------------------------------------------------------------------- */
.formControlsTable caption {
	text-align: left;
	font-weight: bold;
}
.txtBold 
{
	font-weight: bold;
}
/* Blocks
-------------------------------------------------------------------------------- */
.controlsGroup {
	float: left;
	clear: left;
	padding: 10px;
	margin: 0 10px 10px 0;
	border: 1px solid #AAA;
}
.controlsGroup h3 {
	margin: -9px -9px 10px;
	padding: 3px 5px;
	background-color: #E67335;
	font: bold 1.2em/1.1em tahoma;
	color: #FFF;
}
.showHideBlock,
.toolBarBlock {
	clear: both;
	padding: 10px;
	border: #e0e0e0 1px solid;
	border-bottom: #d0d0d0 1px solid;
	background-color: #F6F6F6;
	height: 1%;
}
.toolBarBlock:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	font-size: 0;
}
.editorControlsContainer {
	padding: 10px;
	border: #AAA 1px solid;
	border-bottom: #999 1px solid;
	background-color: #F7F9F9;
}
.editorControlsContainer p 
{
	margin-top:0;
}
.editorContainerButtons {
	clear: left;
	margin: 10px 0 0;
}
.subgroup {
	padding-bottom: 10px;
	border-bottom: 1px solid #D0D0D0;
}
td.ToolBarCell {
	padding: 0;
}
td.FilterPage {
	padding: 0;
}
.activeCommand {
	font: bold 11px tahoma;
	color: #616A4C;
}
.txtLink {
	text-decoration: underline;
	cursor: pointer;
}
.txtBoldLight {
	color: pink;
	font: 1em bold tahoma;
}
.txtInfo {
	padding: 5px;
	border: 1px solid #64AB29;
	border-left: 3px solid green;
	background-color: #CAE99F;
	color: #363;
}
.txtHighlighted {
	padding: 10px 0;
	color: #AA0000;
	font: bold 11px tahoma;
}
/* ячейка тулбара, стиль для каждой команды */
.ToolBarCell {
	padding: 0 10px 0 10px;
}
/*  контрола для вывода не редактируемых данных */
.TextControlDisabled {
	border: 1px solid #AAA;
	background-color: #EFEFEF;
}
/* ошибка в контроле при валидации */
.errorclass {
	border: 2px solid #A90F02;
	padding:2;
}
.header {
	font-family: arial;
	font-weight: normal;
	font-size: 10px;
	color: #ffffff;
}
.headerbold {
	font-family: arial;
	font-weight: bold;
	font-size: 10px;
	color: #ffffff;
}
.sectiontable {
	border: #CCC 1px solid;
}
.sectionheader {
	padding: 4px 7px;
	font-weight: bold;
	border: 1px solid #FFF;
	border-bottom: 1px solid #E0E0E0;
	background-color: #CFE2EC;
	color: #375668;
}
.sectionbody {
	padding: 10px 5px 10px 5px;
}
/* ------------------------------------------------------------------------------------*/
/* общего назначения */

/* одна строчка во вкладках фильтры */
.filterRow {
	clear: both;
	margin: 0;
	padding: 0;
}
.imageSubmitLeft,
.imageSubmitRight {
	width: 8px;
}
.imageSubmit input,
.imageSubmitDisabled input {
	height: 20px;
	padding: 0;
	color: #FFF;
	font: bold 11px tahoma;
	background-color: #333;
}
.imageSubmitDisabled input {
	background-color: #AAA;
}
.imageSubmit,
.imageSubmitDisabled {
	margin-right: 5px;
}
.printCommand {
	margin-right: 5px;
}
.printCommand img {
	vertical-align: bottom;
	border: none;
}
/* секция закладки с заголовком и огороженная рамкой */
.t_section {
	float: left;
	margin: 0 1em 1em 0;
	color: #021642;
	font-size: 11px;
	font-family: tahoma;
}
/* заголовок секции */
.s_title {
	float: left;
	position: relative;
	padding: 0.2em 0.2em 0em;
	margin: 0 0.4em -0.6em;
	font-weight: bold;
	background-color: #F0F0F2;
}
/* тело секции */
.s_body {
	clear: both;
	padding: 0.7em 2em 0.5em;
	margin: 0;
	list-style-type: none;
	border: 1px dashed #C0C0C2;
}
/* ------ дерево ------ */
.tree {
	float: left;
}
/* стиль ссылки дерева */
.treeSelectStyle,
.treeSelectStyle:visited {
	border: #FFF 1px solid;
	color: #000;
	line-height: 16px;
	border-bottom: 1px solid #FFF;
}
/* стиль фона ссылки дерева */
.treeSelectStyleActive {
	background-color: #EFEFEF;
	border: 1px solid #AAA;
}
/* ------ редактор дерева ------*/
.treeEditorMenu {
	float: left;
	margin-left: 30px;
}
.treeEditorMenu ul {
	margin: 5px;
	padding: 5px;
	list-style-type: none;
	background-color: #EFEFEF;
}
.treeEditorMenu li {
	border-bottom: 1px dashed #FFF;
}
.treeEditorMenu a,
.treeEditorMenu a:visited {
	padding: 0 5px;
	line-height: 18px;
	display: block;
}
.treeEditorMenu a:hover {
	background-color: #AAA;
}
/* ------- ------*/
.multiSelect th {
	padding: 2px 10px;
	font: bold 11px tahoma;
	color: #FFFCE2;
	border-bottom: #E0E0E0 1px solid;
	background-color: #0E2443;
}
.multiSelect td {
	padding: 0 5px;
	margin: 1px;
	font: 11px tahoma;
	border-bottom: #FFF6BE 1px solid;
	background-color: #FFFCE2;
}
/* ------ расположение блоков ------*/
#page {
	margin-bottom: -40px;
	min-height: 100%
}
*html #page {
	height: 100%;
}
#prefooter {
	height: 50px;
}

#navLinks {
	list-style-type: none;
	margin: 0;
	padding: 5px 20px 5px 10px;
	background-color: #E67335;
	/**/height: 1%;
}
#navLinks:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	visibility: hidden;
}
#navLinks li {
	float: left;
	margin: 0 1px 0 0;
	padding: 0 10px 0 0;
	font-size: 12px;
}
#navLinks li a,
#navLinks li span {
	color: #FFF;
	font-weight: bold;
	white-space: nowrap;
}
#header h2 {
	clear: both;
	margin: 0;
	padding: 0 20px;
	font: bold 16px tahoma;
	color: #616A4C;
	line-height: 50px;
}
#pageContent {
	margin: 0 20px;
}
.treeEditorTree {
	border: #aaa 1px solid;
	margin-bottom: 20px;
}
/*	CajFileControl
-------------------------------------------------------------------------------- */
input.fakeFileInput_file {
	width: 230px;
	padding: 0;
	text-align: left;
	z-index: 2;
	opacity: 0;
	filter: alpha(opacity = 0);
	height: auto;
}
input.fakeFileInput_input {
	width: 150px;
	height: auto;
	padding: 0;
}
.fakeFileInput .imageSubmit {
	left: 160px;
}
/*	SelectControl
-------------------------------------------------------------------------------- */
.selectValidationErrorContainer {
	display: table;
	display: inline-block;
	border: 2px solid #A90F02;
}
/*Navigation
--------------------------------------------------------------------------------*/
#navigation {
	line-height:2em;
	list-style-type:none;
	margin:0;
	padding:0 0 10px;
	position:absolute;
	right:0;
	top:-50px;
}

#navigation li 
{
	display: inline;
	margin:2px;
}

#navigation li a,
#navigation li span 
{
	background:#E0E0E0;
	font-weight:bold;
	height:30px;
	padding:10px 5px;
}
#navigation li span 
{
	background-color: #000;
	color: #FFF;
}
/* Link catalog onclick link */
.onclickLink {
	outline: none;
	font-weight: normal;
	font-size: 11px;
	color: #000;
	text-decoration: underline;
	cursor: pointer;
	font-weight:bold;
	padding:4px;
	line-height:20px;
}

.listTable .onclickLink
{
	display: block;
	font-weight: normal;
}
.onclickLink:hover {
	color:#ff6420;
}
#featured-object-list-form 
{
	width:950px;
	clear:both;
}
#contentHeader
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	font-weight:normal;
	color:#333;	
	width: 650px;
}
#headerBlock
{
	border-bottom:2px solid #cdb8fd;
	margin-bottom:10px;
}
.catalogPath {
	margin: 10px 0;
	background-color: #e3d7ff;
	padding: 20px;
	width: 910px;
}
.catalogPath .onclickLink:hover { 
	color:#8a58ff;
}
.materialText {
	clear: both;
	line-height: 16px;
	padding: 0 10px 10px;
}
.materialText h3
{
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

#content {
	width: 950px;
}
#summaryText
{
	color: #616A4C;
	font-size: 1.5em;
	font-weight: bold;
}
#summary
{
	font-size: 1.2em;
}
#summaryNotIncHeader
{
	color:#616A4C;
	font-weight: bold;
}
	
.ImagesList p
{
	font-weight:bold;
}

.ImagesList li
{
	float: left;
	width: 160px;
	height: 120px;
	text-align: center;
	border: solid 1px #A0A0A0;
	margin:0 5px 5px 0;
	padding:5px;
	list-style: none;
}

#slide-container .Image {
	padding-right:20px;
}

#slide-show-navigation ul
{
	position:absolute;
	height:530px;
	overflow-x:hidden;
	overflow-y:hidden;
	margin-top:40px;
	padding-left:40px;
}


#slide-show-navigation
{
	height:559px;
	overflow:hidden;
}

#slide-show-navigation li
{
	width: 160px;
	height: 160px;
	text-align: center;
	border: solid 1px #A0A0A0;
	margin:0 0px 5px 0;
	padding:5px;
	list-style: none;
}

#slide-show-navigation li.current {
	border: solid 1px #4040FF;
}

#slide-show-navigation h4
{
	margin: 0px;
	height: 40px;
}

#slide-show-navigation p 
{
	height:1px;	visibility:hidden;
	width:1px;
}

#slide-show 
{
	height:auto;
	width:auto;
}

#slide-show #slide-container 
{
	overflow: auto;
	width: 660px;
	height: 622px;
	float: left;
	text-align:center;
}

#slide-show #backwardlink
{
	cursor:pointer;
	padding:0px 0px 0px 60px;
	left:681px;
	position:absolute;
	top:21px;
}

#slide-show #forwardlink 
{
	cursor:pointer;
	padding:10px 0px 0px 60px;
}

.programPrintServices
{
	margin: 10px 0;
}

.programPrintServices div {
	border: none;
	background-color: #F6F6F6;
	font: bold 1.4em tahoma;
	color: #636363;
	border-bottom:2px #25A9DF solid;
	text-align: left;
	margin-bottom: 10px;
}

.programPrintServices th {
	padding: 6px;
	border-top: 4px solid #fff;
	border-bottom: 1px solid #CCC;
	background-color: #E5D9FD;
	color: #000;
}

.programPrintServices td
{
	vertical-align: top;
}

.pictures-to-slide-show
{
	cursor: pointer;
}

.programPrintServices p
{
	margin: 5px 0 0;
}

.programTopLink
{
	margin-bottom: 5px;
	display: block;
}

.viewOtherProgramsLink
{
	font-size:16px;
	font-weight:bold;
	padding: 10px 0;
	color: #990000 !important;
}

.footerImage
{
	padding: 2px 2px 0 0;
	vertical-align: top;
}