@CHARSET "UTF-8";


small { font-size: 80%; }
big,.big { font-size: 120%; }
em { font-style:italic; }
strong { font-weight: bold; }


th { font-weight: bold; }

h1, h2, h3, h4 
{
	margin: 1.5em 0 0.5em 0;
	font-weight: bold;
}

.first { margin-top: 0; }
	
h1 { font-size: 175%; }
h2 { font-size: 150%; }
h3 { font-size: 125%; }
h4 { font-size: 110%; }


.nobr 
{
	white-space: nowrap;
}

p { padding-bottom: 0.5em; }


form.standart textarea,
form.standart input
{ 
	width: 15em;
}


form.standart input[type=checkbox],
form.standart input[type=radio]
{ 
	width: auto;
}

form.standart input.money
{
	text-align: right;
	width: 5em;
}




ul 
{
	list-style: square;
	padding: 1em;
}

li 
{
	margin-left: 1em;
}



/***************** TABLES ******************/

table.standart
{
	padding:0px;
	margin:  0.5em 0px;
	border-collapse: collapse;
}

table.standart tr
{
	vertical-align: top;
}

table.standart td 
{
	padding: 0.25em 0.5em 0.25em 0.5em;
	margin: 0px;
	border-bottom: 1px solid #ccc;
	background: #fff;
}

table.standart.compact td
{
	padding: 0 .5em;
}

table.standart th 
{
	padding: 0.25em 0.5em 0.25em 0.5em;
	background: #444;
	color: #fff;
	text-align: left;
}


table.standart tfoot td {
	border-bottom: 0px;
	border-top: 2px solid #999;
	font-weight: bold;
	font-size: 1.1em;
}
table.standart tfoot td.right {
	text-align: right;
}

table.standart caption
{
	text-align: right;
	font-style: italic;
	padding: 1em 0 0.25em 0;
}

table.standart th a 
{
	color: #69f;
}



table.standart td.money 
{
	text-align: right;
}




/********************* DL ****************************/
dl.info {
	clear: both;
 }

dl.info dt 
{
	display: block;
	float: left;
	clear: left;
	width: 23%;
	font-weight: bold;
	text-align: right;
	margin-right: 10px;
}

dl.info dd 
{
	padding: 0px;
	margin: 0px;
	margin-left: 25%;
	margin-bottom: 0.35em;
	display: block;
	clear: right;
}


dl.info.narrow dt 
{
	width: 130px;
}

dl.info.narrow dd 
{
	margin-left: 137px;
}


dl.info.wide dt 
{
	width: 20%;
}

dl.info.wide dd 
{
	margin-left: 21%;
}




dl.info dt:after {content: ":"; }
dl.info dt.no-semicolon:after {content:""; }

dl.info.left dt 
{
	text-align: left;
}

h1.info, h2.info, h3.info, h4.info
{
	margin-left: 11%;
}  		



.hidable { display: none; }

button.dashed
{
	background: none;
	border: 0px;
	padding: 0px;
	margin: 0px;
	cursor: pointer;
	border-bottom: 1px dashed #6af;
	color: #6af;
}


button.dashed.delete
{
	border-bottom: 0px;
	color: #f33;
}


button.delete
{
	color: #f33;
}






/******************* TREE UL **********************/
.tree-ul
{
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.tree-ul ul
{
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}
 
.tree-ul a
{
	color: #000;
	text-decoration:none;

}

.tree-ul li
{
	padding-left:16px;
	margin: 0px;
	cursor: pointer;
	/*white-space: nowrap;*/
	background: url(/img/tree-right.gif) no-repeat 0 3px;
}

.tree-ul li.open
{
	background: url(/img/tree-down.gif) no-repeat;
}

.tree-ul li.leaf
{
	background: none;
}

.tree-ul li ul li ul li ul li {
    padding-left: 16px;
}

/*
.tree-ul li.leaf a
{
	color: #555; 
}
*/

/*
.tree-ul li:hover>a
{
	color: #999; 
}
*/

/*
.tree-ul li:hover li:hover
{
	background-color: #f6f6f6;
}
*/



ul.tree-ul a:hover
{
	text-decoration: underline;
	color: #39c !important;
}


.tree-ul li ul
{
	display: none;
}


/* Not works in IE */
.tree-ul li.open>ul 
{
	display: block;
}

.tree-ul li.open ul.open
{
	display: block !important;
}

	


.tree-ul li.selected a
{
	background-color: #ccc;
}


.tree-ul li.selected ul a
{
	background-color: transparent;
}















div.panel
{
	background: #ddd;
	-moz-border-radius: .5em;
	border-radius: .5em;
	border: 1px solid #aaa;
	padding: 0.5em 1em;
	margin-bottom: .5em;
}


.disabled
{
	color: #666;
}


.disabled input,
.disabled select
{
	color: #666;
	background: #ddd;
	
}



.money
{
		text-align: right;
}

input.money
{
		width: 4em;
}
