@charset "utf-8";
/* CSS Document */
.admin_help
{
	height: 65px;
	position: relative;
	text-align: left;
	vertical-align: top;
	margin-bottom: 10px;
	padding: 7px 7px 7px 7px;
	border: 1px solid #e5e4e4;
	background-image: url(/templates/hebrew/images/admin/help_bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #f9f9fb;
}
.admin_table
{
	border: 2px solid #aa9a3f; 
	background-color:#ffffff;
	color: #000000;
	font-size: 11px;
}
.admin_table td
{
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: middle;
	text-align: left;
}
.admin_table a
{
	color: #000099;
}
.admin_table a:hover
{
	color: #990000;
}
.admin_table .row
{
	background-color: #f1eac9;
}
.admin_table .row_over
{
	background-color: #fcfaef;
}
.admin_table .title td
{
	background-color: #cec286;
	font-weight: bold;
	color: #615a34;
	cursor: help;
	height: 23px;
}

/* Таблица в форме редактирования */
.admin_table_edit
{
	border: 2px solid #aa9a3f; 
	background-color: #f1eac9;
	font-size: 11px;
	color: #000000;
	margin-bottom: 10px;
}
.admin_table_edit .title
{
	padding-left: 5px;
	cursor: help;
	font-size: 11px;
	font-weight: bold;
}
.admin_table_edit input.field
{
	border: 1px solid #82783b;
	background-color: #ffffff;
	height: 15px;
	padding-left: 4px;
	font-size: 11px;
}
.admin_table_edit input.checkbox
{
	border: none;
	background-color: #f1eac9;
	padding-left: 0px;
}
.admin_table_edit select.field
{
	border: 1px solid #82783b;
	background-color: #ffffff;
	padding-left: 4px;
	font-size: 11px;
}

.admin_table_edit input.necessary
{
	background-color: #FFFF99;
}
.admin_table_edit select.necessary
{
	background-color: #FFFF99;
}
.admin_table_edit td.necessary
{
	color: #990000;
}
/* Tree */
.admin_tree td
{
	padding-left: 0px;
	padding-right: 0px;
}
.admin_tree .page_name
{
	padding: 0px 0px 0px 5px;
}
.admin_tree .vv
{
	width: 20px;
	height: 20px;
	background-image: url(/templates/hebrew/images/admin/tree_vv.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.admin_tree .hvv
{
	width: 20px;
	height: 20px;
	background-image: url(/templates/hebrew/images/admin/tree_hvv.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.admin_tree .hv
{
	width: 20px;
	height: 20px;
	background-image: url(/templates/hebrew/images/admin/tree_hv.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.admin_tree .none
{
	width: 20px;
	height: 20px;
	background-image: url(/templates/hebrew/images/admin/tree_none.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.admin_tree .page_icon
{
	width: 20px;
	height: 20px;
	background-image: url(/templates/hebrew/images/admin/icon_page.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
/* Страница сайта по умолчанию */
.admin_tree .default_1
{
	background-image: url(/templates/hebrew/images/admin/icon_page_default.gif);
}
.admin_languages td
{
	border: 1px solid #aa9a3f; 
	background-color: #ffffff;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
}
.admin_languages td.over
{
	background-color: #cec286;
	color: #615a34;
}
.admin_languages td.selected
{
	background-color: #cec286;
	color: #615a34;
}
.admin_tabs .tab
{
	background-color: #e7e7e7;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	cursor: pointer;
}
.admin_tabs .selected
{
	background-color: #ffffff;
	border-bottom: none;
	cursor: auto;
}
.admin_image_name
{
	font-family: Arial;
	font-size: 11px;
}
