body {
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
color: #000000;
background-color: #f6f6f6; 
}

td, th, input, select, textarea {
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
}

.error {
font-size: 11px;
font-weight: bold;
color: red;
}

a:link {
  color: #0240a3;
}

a:visited {
  color: #0240a3;
}

a:active {
  color: #000000;
}

img {
  border: none;
}



.navOpened,
.navClosed {
  background-color: #ffffff;
}

.navOpened .navTitle .titleText {
  color: #215dc6;
}

.navOpened .navTitleOver .titleText {
  color: #428eff;
}

.navClosed .navTitle .titleText {
  color: #215dc6;
}

.navClosed .navTitleOver .titleText {
  color: #428eff;
}

div.tree {
  background-color: #d6dff7; 
}

.nodeActive .name {
  background-color: #D5390F;
}


/* opened tab */

.navOpened {
  background-image: url(/images/nav_bg.jpg);
  background-position: right;
  background-repeat: repeat-y;
  margin-bottom: 15px;
}

.navTitle,
.navTitleOver {

}

.navOpened .navTitle,
.navOpened .navTitleOver {
  height: 22px;
}

.navOpened .navTitle .titleText {
  font-weight: bold;
  vertical-align: middle;
}

.navOpened .navTitleOver .titleText {
  font-weight: bold;
  vertical-align: middle;
}

.navOpened .titleLeft {
  width: 14px;
  vertical-align: top;
}

.navOpened .titleRight {
  width: 3px;
  vertical-align: top;
}

.titleHandle {
  background-image: url(/images/nav_corner_bg.gif);
  background-position: left top;
  background-repeat: no-repeat;
}

.navOpened .navTitleOver .titleHandle {
  background-position: left bottom;
}

.navClosed {
  background-image: url(/images/nav_bg.jpg);
  background-position: right;
  background-repeat: repeat-y;
  margin-bottom: 15px;
}

.navClosed .navTitle,
.navClosed .navTitleOver {
  height: 22px;
}

.navTitle .titleHandle,
.navTitleOver .titleHandle {
  width: 20px;
}

.navClosed .navTitle .titleText,
.navClosed .navTitleOver .titleText {
  font-weight: bold;
  vertical-align: middle;
}

.navClosed .titleLeft {
  width: 14px;
  vertical-align: top;
}

.navClosed .titleRight {
  width: 3px;
  vertical-align: top;
}

.navClosed .titleHandle {
  background-position: right top;
}

.navClosed .navTitleOver .titleHandle {
  background-position: right bottom;
}

div.tree {
  margin-left: 1px;
  margin-right: 1px;
  padding: 2px;
  padding-top: 3px;
  padding-bottom: 10px;
}

.navOpened .tree {
  display: block;
}

.navClosed .tree {
  display: none;
}

.node,
.nodeActive {
  margin-top: 4px;
  padding: 2px 0px;
  vertical-align: middle;
}

.node .name,
.nodeActive .name {
  padding: 2px 3px;
  margin-left: 2px;
}

.nodeImage {
  background-position: right; 
  background-repeat: no-repeat;
  padding-left: 11px;
  width: 27px;
}


/*Для вывода списка*/
table.list { background:#ADBDED; margin-left:10px; margin-top:5px; margin-bottom:5px; border-top:2px solid #6e89dd}
table.list th { background:#D6DFF7; font-weight:bold; padding:2px; text-align:center; vertical-align:middle; text-align:left;}
table.list th.right { background:#E3F4E3; font-weight:bold; padding:2px; text-align:right; vertical-align:middle; color:#00460E; }
table.list td.pages { background:#EFF2FC; padding:2px; text-align:center; vertical-align:middle; }
table.list th.head { font-size:12px; }
table.list th.foot { background:#EFF2FC; text-align:center;}
table.list td.foot { background:#EFF2FC; text-align:center; }
table.list td { background:#EFF2FC; padding: 4px;}
table.list tr.active td { background:#FFFFFF; padding: 2px; font-weight:bold}
table.list tr.admin td { background:#DFD2DC;}

.inp { background:#EFF2FC;}


/*hot tip*/
TABLE.hottip {
	PADDING-RIGHT: 4px; BORDER-TOP: black 2px solid; PADDING-LEFT: 4px; FONT-SIZE: 11px; PADDING-BOTTOM: 4px; COLOR: #000000; PADDING-TOP: 4px; BORDER-BOTTOM: black 1px solid; BACKGROUND-COLOR: #d6dff7
}
TABLE.hottip DIV {
	FONT-WEIGHT: bold; FONT-SIZE: 10px
}
TABLE.hottip TD {
	FONT-SIZE: 10px
}



/* ---------- form  --------- */

.formArea {
/*  width: 695px; */
}

.formFields {
  border-collapse: collapse;
  margin-top: 2px;
}

.formFields td {
  padding: 3px;
  vertical-align: top;
}

.formFields input,
.formFields select {
  vertical-align: middle;
}

.formFields td.name,
.formFields td.nameError {
  vertical-align: top;
  padding-left: 0;
  padding-right: 10px;
  padding-bottom: 10px;
  width: 200px;
}

td.unlimited {
  vertical-align: middle;
}

.conm {
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
}

.cmenu:link 
{ 
color: #000000; 
text-decoration: none; 
cursor: help;
} 
     
.cmenu:visited 
{ 
color: #000000; 
text-decoration: none; 
cursor: help;
} 

.cmenu:hover 
{ 
color: #000000; 
text-decoration: none; 
cursor: help;
} 
     
.cmenu:active 
{ 
color: #000000; 
text-decoration: none; 
cursor: help;
} 
