@media print {
  #p_menu {display: none;}
  #adm_inc_menu {display: none;}
  #report_print_button {display: none;}
  #adm_header_logo {display: none;}
  #SearchForm {display: none;}
  a, a:hover, a:active, a:visited {
	text-decoration: none;
	color: black;
  }
  body, p, h1, ..., hn {
	color: black;
	background: white;
  }
  #footer_block {display: none;}
}


.short_info_table  {
	width: 100%;
	background-color: #F8F7CA;
	height: 3px;
}
.short_info_table  td {
	border: 0px solid #E4E2D3;
	margin: 0px;
	padding: 1px;
	background: #FFFFFF;
	text-align: left;
}
.short_info_table  th {
	width: 30px;
	background-color: #636254;
	height: 3px;
	text-align: center;
}
th.ChangeControls  { 
	font-size: 80%; font-weight: normal; text-align: left; vertical-align: top;
	padding: 3px;
	border-top: 1px solid #f0ecd8; border-right: 1px solid #f0ecd8;
	background-color: #fbf8ed;
	color: #FF7700;
	}
.ChangeControls th { 
	font-size: 80%; font-weight: normal; text-align: left; vertical-align: top;
	padding: 3px;
	border-top: 1px solid #f0ecd8; border-right: 1px solid #f0ecd8;
	background-color: #fbf8ed;
	color: #FF7700;
	}

.ChangeControls td { 
	font-size: 80%;
	padding: 3px;
	border-top: 1px solid #f0ecd8; border-right: 1px solid #f0ecd8;
	text-align: left;
	vertical-align: top;
	background-color: #f7f3e1; 
	color: #FF7700;
	}

span.ChangeControls  { 
	padding: 3px;
	border-top: 1px solid #f0ecd8; border-right: 1px solid #f0ecd8;
	text-align: left;
	vertical-align: top;
	background-color: #f7f3e1; 
	color: #FF7700;
	}	
.ControlsWrap th {
        white-space: normal;
}
.ControlsWrap td {
        white-space: normal;
}

.CaptionWrap th {
        white-space: normal; text-align: center;
}

.RowWrap th {
        white-space: normal;
}
.RowWrap td {
        white-space: normal;
}

.TotlalWrap th {
        white-space: normal;
}

.simpleTree
{
	overflow:auto;
	margin:0;
	padding:0;
	/*
	width: 250px;
	height:350px;
	overflow:auto;
	border: 1px solid #444444;
	*/
}
.simpleTree li
{
	list-style: none;
	margin:0;
	padding:0 0 0 34px;
	line-height: 14px;
}
.simpleTree li span
{
	display:inline;
	clear: left;
	white-space: nowrap;
}
.simpleTree ul
{
	margin:0; 
	padding:0;
}
.simpleTree .root
{
	margin-left:-16px;
	background: url(/includes/js_include/images/tree/root.gif) no-repeat 16px 0 #ffffff;
}
.simpleTree .line
{
	margin:0 0 0 -16px;
	padding:0;
	line-height: 3px;
	height:3px;
	font-size:3px;
	background: url(/includes/js_include/images/tree/line_bg.gif) 0 0 no-repeat transparent;
}
.simpleTree .line-last
{
	margin:0 0 0 -16px;
	padding:0;
	line-height: 3px;
	height:3px;
	font-size:3px;
	background: url(/includes/js_include/images/tree/spacer.gif) 0 0 no-repeat transparent;
}
.simpleTree .line-over
{
	margin:0 0 0 -16px;
	padding:0;
	line-height: 3px;
	height:3px;
	font-size:3px;
	background: url(/includes/js_include/images/tree/line_bg_over.gif) 0 0 no-repeat transparent;
}
.simpleTree .line-over-last
{
	margin:0 0 0 -16px;
	padding:0;
	line-height: 3px;
	height:3px;
	font-size:3px;
	background: url(/includes/js_include/images/tree/line_bg_over_last.gif) 0 0 no-repeat transparent;
}
.simpleTree .folder-open
{
	margin-left:-16px;
	background: url(/includes/js_include/images/tree/collapsable.gif) 0 -2px no-repeat #fff;
}
.simpleTree .folder-open-last
{
	margin-left:-16px;
	background: url(/includes/js_include/images/tree/collapsable-last.gif) 0 -2px no-repeat #fff;
}
.simpleTree .folder-close
{
	margin-left:-16px;
	background: url(/includes/js_include/images/tree/expandable.gif) 0 -2px no-repeat #fff;
}
.simpleTree .folder-close-last
{
	margin-left:-16px;
	background: url(/includes/js_include/images/tree/expandable-last.gif) 0 -2px no-repeat #fff;
}
.simpleTree .doc
{
	margin-left:-16px;
	background: url(/includes/js_include/images/tree/leaf.gif) 0 -1px no-repeat #fff;
}
.simpleTree .doc-last
{
	margin-left:-16px;
	background: url(/includes/js_include/images/tree/leaf-last.gif) 0 -1px no-repeat #fff;
}
.simpleTree .ajax
{
	background: url(/includes/js_include/images/tree/spinner.gif) no-repeat 0 0 #ffffff;
	height: 16px;
	display:none;
}
.simpleTree .ajax li
{
	display:none;
	margin:0; 
	padding:0;
}
.simpleTree .trigger
{
	display:inline;
	margin-left:-32px;
	width: 28px;
	height: 11px;
	cursor:pointer;
}
.simpleTree .text
{
	cursor: default;
}
.simpleTree .active
{
	cursor: default;
	background-color:#F7BE77;
	padding:0px 2px;
	border: 1px dashed #444;
}
#drag_container
{
	background:#ffffff;
	color:#000;
	font: normal 11px arial, tahoma, helvetica, sans-serif;
	border: 1px dashed #767676;
}
#drag_container ul
{
	list-style: none;
	padding:0;
	margin:0;
}

#drag_container li
{
	list-style: none;
	background-color:#ffffff;
	line-height:18px;
	white-space: nowrap;
	padding:1px 1px 0px 16px;
	margin:0;
}
#drag_container li span
{
	padding:0;
}

#drag_container li.doc, #drag_container li.doc-last
{
	background: url(/includes/js_include/images/tree/leaf.gif) no-repeat -17px 0 #ffffff;
}
#drag_container .folder-close, #drag_container .folder-close-last
{
	background: url(/includes/js_include/images/tree/expandable.gif) no-repeat -17px 0 #ffffff;
}

#drag_container .folder-open, #drag_container .folder-open-last
{
	background: url(/includes/js_include/images/tree/collapsable.gif) no-repeat -17px 0 #ffffff;
}
