/* div {border: 1px solid #000000;} */


body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: left;
	background-image: url(../img/vintage_37.jpg);
	background-attachment: fixed;

	color: #000000;
}

#header1 {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	background-image: url(../img/vintage_37.jpg);

	z-index: 1;
	height: 40px;
	color:#000000;
}

#hdr2 {
	position: fixed;
	top: 50px;
	border: 1px solid #000000;
}

#left_box {
	position: fixed;
	left: 0;
	top: 40px;
	bottom: 0;
	width: 150px;
	min-height: 450px;
	vertical-align: top;
	text-align: right;
	box-shadow: inset 0 0 20px 0 #aaa;
}

#main_box {
	position: absolute;
	top: 40px;
	left: 150px;
	right: 0;
	bottom: 0;
	overflow: auto;
	font-size: 13px;
	text-align: left;
	vertical-align: top;
	padding: 5px;
}

#common_box {
	position: absolute;
	top: 40px;
	left: 0;
	right: 0;
	bottom: 0;
	min-height: 500px;
	text-align: left;
	vertical-align: top;
	padding: 10px;
	background-image: url(../img/tree.png);
	background-repeat:no-repeat;
	background-position:center;
}
#common_box > div {
	margin: 10px;
	font-size: 12px;
}
.div_lt { float: left; }
.div_rt {
	float: right;
}

#free_list {
	text-align: left;
}
#free_list a {
	text-decoration: none;
	color: inherit;
}
#free_list ul {
	padding: 0 0 0 10px;
}
#free_list li {
	margin: 2px;
	padding: 2px;
}
#free_list li:hover {
	cursor:pointer;
	background-color: rgba(0,0,0,0.15);
}

#Logo {
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color:#fff;
	text-shadow: 0 0 5px #000;
	margin: 0 15px 0 15px;
}
#Logo a {
	text-decoration: none;
	color: inherit;
}
#Logo a:hover {
	color: #ff3300;
}

#CatName {
	margin-left: 30px;
	font-family:"Times New Roman", Times, serif;
	font-size: 18px;
	font-weight:bold;
	color: #333333;
}

#NavZamok {
	background-image: url(../img/zamokm.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 71px;
	height: 79px;
	position: absolute;
	left: 60px;
	bottom: 40px;
}
#NavZamok:hover {
	background-position: -71px;
}



/* Общая аутентификация */
#Auth {
	float:right;
	font-size:small;
	padding:3px;
	text-align:right;
	margin: 8px 10px;
}
#Auth input {
	font-size:small;
	width: 100px;
}

#status_box {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 5px;
	font-size:small;
	font-weight: bold;
	text-align: left;
}

#status_box div {
	background-color: rgba(255,255,255,0.25);
	border: #666666 1px solid;
	border-radius: 8px;
	margin: 3px;
	padding: 3px;
	font-size: 11px;
	font-weight: normal;
}

#status_box a {
	color: #333333;
	text-decoration: none;
}

#Ltree_foto{
	min-height: 130px;
}
#Ltree_foto img {
	width: 125px;
	border-radius: 8px;
	box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.4);
}
#Ltree_fio{
	min-height: 55px;
}
#Ltree_dats{
	min-height: 26px;
}

#Dbg {
	position: absolute;
	bottom: 0;
	right: 0;
	background-color:#FFFF00;
	color:#000000;
}

/* кнопки <span> */
.MinButt {
	border: 1px solid rgba(0,0,0,0.35);
	background-color: rgba(0,0,0,0.25);
	font-size: small;
	text-decoration: none;
	margin: 3px;
	padding: 0px 7px 0px 7px;
	border-radius: 8px;
	/*	border-radius: 15px 0 15px 0; */
}
.MinButt:hover {
	cursor:pointer;
	background-color: rgba(0,0,0,0.15);
}
.MinButt:visited { color: inherit; }
.MinButt a {text-decoration: none;}

.MenuButt {
	display: inline-block;
	text-align: left;
	font-size: 12px;
	text-decoration: none;
	margin: 5px 20px 5px 5px;
	padding: 3px 7px 3px 7px;
	min-width: 65px;
	background-color: rgba(0,0,0,0.25);
	border: 1px solid rgba(0,0,0,0.35);
	border-radius: 8px;
	box-shadow: 0 0 10px rgba(0, 0, 0.5, 0.2);
}
.MenuButt:hover {
	cursor:pointer;
	background-color: rgba(0,0,0,0.15);
}

#main_menu {
	margin: 0;
	padding: 5px;
}

.div_line1 {
	height: 8px;
	width: 100%;
	background-image: url(../img/friz-1.jpg);
	margin: 0;
	position: absolute;
	bottom: 0;
}


#nav_box {
	margin: 5px;
	padding: 5px;
	border-radius: 8px;
	border: 1px solid rgba(0,0,0,0.15);
	background-color: rgba(0,0,0,0.25);
}

#nav_box img {
	border: 2px solid rgba(0,0,0,0.20);
	border-radius: 5px;
	margin: 0 0 0 3px;
}
#nav_box img:hover {
	border: 2px solid rgba(0,0,0,0.45);
}


/* стандартная таблица */
.stdtbl {
	border-collapse: collapse;
	background-color:#FFFFFF;
}
.stdtbl td, .stdtbl th{
	border: solid 1px #666666;
	padding: 2px 3px 2px 3px;
}
.stdtbl th{
	text-align: center;
}


/* список ------------------------------------------------------------------------------*/
#list_crd_hdr{
	position: relative;
	top: 8px;
	left: 4px;

}
#list_wrp {
	position: absolute;
	top: 45px;
	bottom: 12px;
	left: 10px;
	overflow: auto;
}
#list_col2 {
	position:absolute;
	top: 0px;
}
/*
#list_kinship {

}
*/

#list_crd_tbl tr:hover {
	cursor:pointer;
	background-color: rgba(0,0,0,0.15);
}

.list_sel {
	/*	box-shadow: inset 0 0 7px 1px #0033FF; */
	background-image: url(../img/okt.gif);
	background-repeat: no-repeat;
}

.cl_dead {
	color: #006699;
	font-style: italic;
}

/* карточка ------------------------------------------------------------------------------*/
#crd_tbl {
	border-collapse: collapse;
}
#crd_tbl td {
	vertical-align: top;
}
#crd_fio_box {
	width: 450px;
}

#crd_parent, #crd_wrp_foto_lst {
	min-height: 50px;
}

#crd_fios {
	background-color: rgba(0,0,0,0.09);
	min-height: 70px;
}
.crd_sam{
	font-size: 14px;
	font-weight: bold;
	color: #530000;
	margin: 4px;
}
#crd_fios_date {
	background-color: rgba(255,255,255,0.333);
	float: right;
	border: #999999 1px solid;
	border-radius: 8px;
	width: 120px;
	padding: 5px 0 5px 15px ;
}

#crd_partner {
	min-height: 40px;
}

#crd_child {
	min-height: 90px;
}

#crd_foto {
	width: 300px;
	border: #999999 1px solid;
	border-radius: 15px;
	padding: 0;
	margin: 15px 0 0 10px;
	box-shadow: 0 0 10px 3px #aaa;
}
#crd_foto_dat{ float: left; margin-left: 5px;}
#crd_foto_vozr{ float: right; margin-right: 5px;}

.crd_list {
	list-style: none;
	overflow: auto;
	margin: 0;
	padding: 0;
}
.crd_list li {
	margin: 2px;
	padding: 2px;
}
.crd_list li:hover {
	cursor:pointer;
	background-color: rgba(0,0,0,0.15);
}
.crd_list_sel {
	background-color: rgba(50,0,0,0.20);
}

#crd_box_kto {
	min-height: 70px;
}

#crd_box_foto_prim {
	min-height: 60px;
}

#crd_foto_inf {
	width: 350px;
}

#crd_inf_txt {
	width: 98%;
	min-height: 90px;
	color: #000000;
}

.foto_pointer {		/* рамка - указатель на людей над фотографиями */
	position: absolute;
	border: rgba(220,0,0,0.7) 2px none;
	/*	border-radius: 18px; */
}

.foto_pointer_sel {		/* рамка - указатель на людей над фотографиями - конкретный человек*/
	box-shadow: 0 0 15px 10px rgba(200, 0, 0, 0.8);
}

/* изменить-добавить ------------------------------------------------------------------------------*/
#edt_col2 {
	position: absolute;
	left: 280px;
	top: 0;
}

#edt_col2 input, #edt_col2 select, #edt_col2 textarea {
	font-size: 13px;
}

#edt_parent {
	float: left;
	height: 50px;
	width: 377px;
}

#edt_parent select {
	font-size: 12px;
	width: 370px;
	margin: 0 0 10px 0;
}

#edt_panel {
	float: left;
	width: 125px;
	height: 50px;
}

#edt_fios {
	float: left;
	min-height: 70px;
	width: 377px;
}
#edt_fios > input {
	width: 180px;
}

#edt_date {
	background-color: rgba(0,0,0,0.09);
	float: left;
	min-height: 70px;
}
#edt_date > input {
	width: 80px;
}

#edt_txt {
	position: relative;
	border: #999999 1px solid;
	border-radius: 8px;
	margin: 10px 0 0 10px;
	padding: 5px;
	width: 520px;
}

#edt_foto_list{
	position: relative;
	float: left;
	min-height: 220px;
	width: 340px;
}

#edt_sf {
	width: 100%;
}

#edt_foto {
	position: relative;
	width: 170px;
	border: #999999 1px solid;
	border-radius: 8px;
	margin: 10px 0 0 10px;
	box-shadow: 0 0 5px 3px #aaa;
}

/* альбом ------------------------------------------------------------------------------*/
.alb_wrp{
	position: absolute;
	width: 266px;
	top: 15px;
	bottom: 5px;
	border: #999999 1px solid;
	border-radius: 8px;
	background-color: rgba(0,0,0,0.09);
}
#alb_wrp_crd {
	left: 7px;
}
#alb_wrp_alb {
	left: 277px;
}

.alb_lst{
	position: absolute;
	width: 250px;
	top: 25px;
	bottom: 30px;
	padding: 5px;
	margin: 0;
	border: #999999 1px solid;
	background-color: #FFFFFF;
	list-style: none;
	overflow: auto;
}
.alb_lst li:hover {
	cursor:pointer;
	background-color: #CCCCCC;
}

#alb_lst_crd, #alb_edtrs_crd {
	left: 10px;
}

#alb_lst_alb, #alb_edtrs_alb {
	left: 280px;
}

.alb_edtrs{
	position: absolute;
	bottom: 12px;
	width: 262px;
	font-size: 10px;
	color: #0033CC;
}


#alb_col3 {
	position: absolute;
	top: 0;
	left: 540px;
}

.alb_box{
	position: relative;
	border: #999999 1px solid;
	border-radius: 8px;
	padding: 10px 3px;
	margin: 15px 0 0 10px;
	background-color: rgba(0,0,0,0.09);
	font-size: 12px;
}
.alb_box input, .alb_box select, .alb_box textarea {
	font-size: 12px;
}
.alb_box p {
	margin: 2px;
	padding: 0;
}

#alb_box_lnk {
	float: left;
	width: 250px;
	height: 80px;
}

#alb_lst_lnk {
	width: 100%;
}

#alb_panel {
	float: left;
	height: 80px;
	width: 200px;
}
#alb_panel p, #edt_panel p {
	margin: 0;
	padding: 0;
	font-size: 10px;
	color: #666666;
}

#alb_df {
	position: absolute;
	left: 5px;
	bottom: 5px;
}
#alb_tf {
	position: absolute;
	right: 5px;
	bottom: 5px;
}

#alb_foto {
	position: relative;
	display: block;
	height: 300px;
	border: #999999 1px solid;
	border-radius: 8px;
	margin: 10px 0 0 10px;
	box-shadow: 0 0 5px 3px #aaa;
}

#alb_txt {
	position: relative;
	border: #999999 1px solid;
	border-radius: 8px;
	margin: 10px 0 0 10px;
	padding: 5px;
	width: 470px;
}

.deleted_rec {
	text-decoration:line-through;
	font-style:italic;
	background-color:#FEE2E6;
	color: #666666;
}

#alb_box_point {
	position: absolute;
	border: #FF0000 1px solid;
	background-color: rgba(200, 200, 200, 0.3);
	z-index: 99;
}
#new_point {
	position: absolute;
	border: #0000FF 1px solid;
}

/* ------------------------------------------------------------------------------*/
.wrp_hdr {
	position: absolute;
	top: -8px;
	width: 100%;
	font-size: 11px;
}
.wrp_name {
	float: left;
	padding: 0 5px;
	margin-left: 7px;
	border: #999999 1px solid;
	border-radius: 5px;
	background-color: #CCCCCC;
}
.wrp_menu {
	float: right;
	margin-right: 7px;
	font-weight: bold;
}
.wrp_menu div {
	float: right;
	padding: 0 5px;
	margin: 0 2px;
	border: #999999 1px solid;
	border-radius: 5px;
	background-color: #CCCCCC;
	font-size: 12px;
}
.wrp_menu div:hover {
	cursor:pointer;
	background-color: #eee;
}

/* ------------------------------------------------------------------------------*/

.box_hdr, .box_hlp {
	position: absolute;
	top: -8px;
	padding: 0 5px;
	border: #999999 1px solid;
	border-radius: 5px;
	background-color: #CCCCCC;
	font-size: 10px;
}
.box_hdr {
	left: 10px;
}
.box_hlp {
	right: 10px;
}
.box_hlp:hover {
	cursor:pointer;
	background-color: #eee;
}

.selectable_item {
	margin: 5px 0 5px 0;
}

.selectable_item:hover {
	cursor:pointer;
	background-color: rgba(0,0,0,0.15);
}

.alrt_change {
	box-shadow: 0 0 4px 2px #FFFF00;
}
/* ------------------------------------------------------------------------------*/

#inf_stat, #inf_stat_clan, #inf_cat_prim {
	font-size: 12px;
	width: 880px;
	color: #000000;
}
.inf_sel{
	color: #0000CC;
	font-weight: bold;
}
.dr_passed{ background-color: #9F9FFF; }
.dr_very_soon{ background-color:#FF7979; }
.dr_soon{ background-color:#FFFF80; }


/* ------------------------------------------------------------------------------*/

#EditPassw {
	width: 230px;
	margin-top: 20px;
}
#EditPassw table {
	font-size: small;
	text-align:right;
}
#EditPassw input{
	font-size: 7px;
	width: 100px;
}
#ratePass {
	background: url(../img/clr-r.png) #EEEEEE repeat-y -200px;
	width: 100px;
}

/* ------------------------------------------------------------------------------*/

#adm_cname {
	width: 700px;
}
#adm_cname input, #adm_cname textarea{
	width: 690px;
}
#adm_clan {
	font-size: 12px;
	width: 400px;
}
#adm_export {
	width: 250px;
}
.export_row {
	background-color: #FFFFFF;
	padding: 2px;
}

.clan_sel:hover, .adm_user_sel:hover {
	cursor:pointer;
	background-color: #eee;
}
#adm_clan_tbl img:hover, #adm_usr_tbl img:hover, #adm_export img:hover {
	cursor:pointer;
	background-color: #cca;
	border-radius: 3px;
}
#adm_export table {
	width: 100%;
	text-align: center;
}

.adm_sel{
	color: #0000CC;
	font-weight: bold;
}
.adm_role_adm { background-color:#FBDEDD; }
.adm_role_edt { background-color:#E8E9FD; }
.adm_block_sel { background-color:#FC4B78; }
.adm_forced_sel { background-color:#FF00FF; }

/* ------------------------------------------------------------------------------*/

.simpleColorChooser {	/* корректировка положения элемента выбора цвета */
	z-index: 99;
}
.magnifier{				/* корректировка элементов "увеличителя" */
	border-radius: 10px;
	background-color: rgba(0, 0, 0, 0.7);
}
.cursorshade{
	border-radius: 15px;
}

/* ------------------------------------------------------------------------------*/

#VarningVers{
	font-size: 9px;
}

#msg_error{
	font-weight: bold;
	color:#FF0000;
}

.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.modal_wrap {
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	background-color: rgba(125, 141, 170, 0.57);
	z-index: 999;
}
.modal_wind {
	display: inline-block;
	background-color: #f7f7f7;
	color: #212121;
	border: solid 1px #4e4e4e;
	border-radius: 10px;
	padding: 30px 30px 20px 30px;
	margin-top: 10%;
	width: auto;
	height: auto;
	max-width: 80%;
	max-height: 65%;
	font-size: 14px;
}
.modal_txt{
	text-align: left;
	max-height: 65%;
	overflow: auto;
}
.modal_butt {
	display: inline-block;
	background-color: #15b5ff;
	border: solid 1px #1285ff;
	border-radius: 10px;
	padding: 10px 30px;
	margin: 0 10px;
}
.modal_butt:hover {
	background-color: #1599da;
	cursor: pointer;
}
.confirm_butt {
	background-color: #ffafa5;
	border: solid 1px #ff7261;
}
.confirm_butt:hover {
	background-color: #ff6e62;
}

/*
box-shadow: 0 0 10px rgba(0, 0, 0.5, 0.5);
none	Отменяет добавление тени. 
inset	Тень выводится внутри элемента. Необязательный параметр. 
сдвиг по x	Смещение тени по горизонтали относительно элемента. Положительное значение этого параметра задает сдвиг тени вправо, отрицательное — влево. Обязательный параметр.
сдвиг по y	Смещение тени по вертикали относительно элемента. Положительное значение задает сдвиг тени вниз, отрицательное — вверх. Обязательный параметр.
размытие	Задает радиус размытия тени. Чем больше это значение, тем сильнее тень сглаживается, становится шире и светлее. Если этот параметр не задан, по умолчанию устанавливается равным 0, тень при этом будет четкой, а не размытой.
растяжение	Положительное значение растягивает тень, отрицательное, наоборот, ее сжимает. Если этот параметр не задан, по умолчанию устанавливается 0, при этом тень будет того же размера, что и элемент.
цвет		Цвет тени в любом доступном CSS формате, по умолчанию тень черная. Необязательный параметр. 
*/
