.adm_AccessAll {
	display: block;
	padding-left:24px;
	height:15px;
	background: transparent url(/images/Admin/adds/icons/access_all.gif) no-repeat 5px 0;
}

.adm_AccessLimited {
	display: block;
	padding-left:24px;
	height:15px;
	background: transparent url(/images/Admin/adds/icons/access_limited.gif) no-repeat 5px 0;
}

.adm_AccessLocked {
	display: block;
	padding-left:24px;
	height:15px;
	background: transparent url(/images/Admin/adds/icons/access_locked.gif) no-repeat 5px 0;
}


.adm_AccessGoto {
	display: block;
	padding-left: 24px;
	height:15px;
	background: transparent url(/images/Admin/adds/icons/goto.gif) no-repeat 5px 0;
	color: Black;
}

.adm_vis_on {
	width: 20px;
	height: 14px;
	background-image: url(/images/Admin/adds/icons/visibility_on.gif);
	background-repeat: no-repeat;
	cursor: pointer;
	border: 0 none white;
}

.adm_vis_off {
	width: 20px;
	height: 14px;
	background-image: url(/images/Admin/adds/icons/visibility_off.gif);
	background-repeat: no-repeat;
	cursor: pointer;
	border: 0 none white;
}

.adm_MOD_name {
	font-weight: normal;
	float: left;
}

.adm_MOD_name_system {
	font-weight: normal;
	font-weight: bold;
	float: left;
}

.adm_MOD_sysname {
	text-align: right;
	padding: 0 0 0 10px;
}

.adm_MOD_ver {
	font-style: italic;
	padding: 0 0 0 10px;
}

.adm_MOD_element {
	white-space: nowrap;
	vertical-align: middle;
}


.adm_tree_call404 {
	width: 29px;
	height: 11px;
	background-image: url(/images/Admin/adds/icons/icons_404.gif);
	background-repeat: no-repeat;
	margin:0 0 0 2px;
}


/* стили для отрисовки дерева  */
.adm_tree_img {
	width: 9px;
	height: 20px;
	margin: 0px 0px 0px 9px;
	background-repeat: no-repeat;
	border: 0;
	display: block;
	float: left;
}

.adm_tree_table {
    white-space: nowrap;
	clear:both;
	float: none;
	border:0;
	border-collapse: collapse; 
}

.adm_tree_table .vert {
	width: 9px;
	height: 20px;
	margin: 0px 0px 0px 9px;
	float: left;
	background: transparent url(/images/Admin/adds/tree/tree_vertical.gif) no-repeat 0 0;
	font-size: 0;
	overflow: hidden;
}

.adm_tree_table .corner {
	width: 9px;
	height: 20px;
	margin: 0px 0px 0px 9px;
	float: left;
	background: transparent url(/images/Admin/adds/tree/tree_corner.gif) no-repeat 0 0;
	font-size: 0;
	overflow: hidden;
}

.adm_tree_table .cross {
	width: 9px;
	height: 20px;
	margin: 0px 0px 0px 9px;
	float: left;
	background: transparent url(/images/Admin/adds/tree/three_cross.gif) no-repeat 0 0;font-size: 0;
	overflow: hidden;
	
}

.adm_tree_table .space {
    width: 9px;
	height: 20px;
	margin: 0px 0px 0px 9px;
	float: left;
	font-size: 0;
	overflow: hidden;
}


.adm_tree_table td {
   white-space: nowrap;
}

.adm_tree_img_Vertical {
	background-image: url(/images/Admin/adds/tree/tree_vertical.gif);
}

.adm_tree_img_Cross {
	background-image: url(/images/Admin/adds/tree/three_cross.gif);
}

.adm_tree_img_Corner{
	background-image: url(/images/Admin/adds/tree/tree_corner.gif);
}

.adm_tree_img_Space{
	background-image: none;
}


/* стили для отрисовки кнопок*/ 
a.mini_btn:active, a.mini_btn:focus, a.mini_btn:link, a.mini_btn:visited {
  border: 0;
  margin: 1px 5px 1px 1px;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 19px;
  padding-bottom:2px;
  color: Black;
  white-space: nowrap;
  text-decoration: none;
  line-height: 16px;
}

/* FOR FUCKING IE!! */
a.ie:active, a.ie:focus, a.ie:link, a.ie:visited {
	padding:8px 0 8px 19px;
	font-size:0;
	text-decoration: none !important;
}

/* FOR FUCKING IE!! */
a.ie:hover {
	padding:8px 0 8px 19px;
	font-size:0;
	text-decoration: none !important;
}

a.mini_btn:hover {
  color: #444444;
  text-decoration: underline;
}

a.icons_delete { background-image: url(/images/Admin/adds/icons/icons_delete.gif) }
a.icons_description { background-image: url(/images/Admin/adds/icons/icons_description.gif) }
a.icons_description_disable{ background-image: url(/images/Admin/adds/icons/icons_description_disable.gif) }
a.icons_down { background-image: url(/images/Admin/adds/icons/icons_down.gif) }
a.icons_edit{ background-image: url(/images/Admin/adds/icons/icons_edit.gif) }
a.icons_keywords { background-image: url(/images/Admin/adds/icons/icons_keywords.gif) }
a.icons_keywords_disable { background-image: url(/images/Admin/adds/icons/icons_keywords_disable.gif) }
a.icons_new { background-image: url(/images/Admin/adds/icons/icons_new.gif) }
a.icons_title{ background-image: url(/images/Admin/adds/icons/icons_title.gif) }
a.icons_title_disable { background-image: url(/images/Admin/adds/icons/icons_title_disable.gif) }
a.icons_up { background-image: url(/images/Admin/adds/icons/icons_up.gif) }
a.icons_view { background-image: url(/images/Admin/adds/icons/icons_view.gif) }

span.mini_btn_space {
  padding:8px 0 8px 19px;
  margin: 1px 5px 1px 1px;
  font-size:0;
}



#Updates:hover {
	text-decoration: underline;
}