/* справочник персоналий */
.persons {
	width: 800px;
}
.persons .persons-alphabet {
	background: #919191;	
	padding: 4px 0 4px 0;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;	
	font-family: "Trebuchet MS", sans-serif;
}
.persons .persons-alphabet .center-me {
	float: left;
	position: relative;
	left: 50%;		
}
.persons .persons-alphabet a {
	float: left;
	display: block;	
	position: relative;
	right: 50%;
	color: #fff;
	font-size: 11px;
	text-shadow: 1px 1px 0 #787878;
	text-decoration: none;		
	text-align: center;
	padding: 7px 10px;
	box-shadow: 2px 2px 1px transparent;
}
.persons .persons-alphabet a:hover {
	background: #b1b1b1; /* ie */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#b2b2b2), to(#959595));	
	background: -moz-linear-gradient(top, #b2b2b2, #959595);	
	border-radius: 3px;
	box-shadow: 2px 2px 1px #6d6d6d;
	-webkit-box-shadow: 1px 1px 5px #6d6d6d;
}
.persons .persons-alphabet a.selected {
	background: #f8f8f8; /* ie */
	color: #373737;
	text-shadow: 1px 1px 0 #fff;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fefefe), to(#d7d4d4));	
	background: -moz-linear-gradient(top, #fefefe, #d7d4d4);		
	border-radius: 3px;
	-webkit-box-shadow: 1px 1px 5px #6d6d6d;
}
.persons .persons-holder {
	background: #ebebeb;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.persons .search-form {
	padding: 10px 0 14px 15px;
	font-family: "Trebuchet MS", sans-serif;
}
.persons .search-form {
}
.persons .search-form .line {
	float: left;
	width: 700px;
}
.persons .search-form label {
	display: block;
	margin-bottom: 3px;
	font-size: 13px;	
}
.persons .search-form .input {
	border-top: solid 1px #cfcfcf;
	border-left: solid 1px #cfcfcf;
	border-radius: 4px;
	background: #fff;
	padding: 0 4px;
	height: 26px;
}
.persons .search-form .input input {
	border: 0;
	padding: 0;
	width: 100%;
	outline: none;
	font-size: 14px;	
	margin: 5px 0 0 0;
}
.persons .search-form .submit {
	width: auto;
	padding-left: 7px;
}
.persons .search-form .submit label {
	visibility: hidden;
	text-indent: -9999px;
}
.persons .search-form .submit .submit-button {
	display: inline-block;
	height: 33px;
	background: url(../../../img/new_templates3/persons/sbc.gif) repeat-x;
}
.persons .search-form .submit .sbl {
	width: 10px;
	height: 33px;
	display: inline-block;
	vertical-align: top;
	background: url(../../../img/new_templates3/persons/sbl.gif) no-repeat;
}
.persons .search-form .submit .sbr {
	width: 10px;
	height: 33px;
	display: inline-block;
	vertical-align: top;
	background: url(../../../img/new_templates3/persons/sbr.gif) no-repeat;
}
.persons .search-form .submit input {	
	margin: 0;
	padding: 0;	
	height: 28px;
	font-size: 11px;
	border: 0;
	background: transparent;
	overflow: visible;	
	color: #424242;
	font-family: "Trebuchet MS", sans-serif;
}	
.persons .cols-holder {
	margin: 0 3px 3px 3px;
	background: #f7f7f7;
	border: solid 1px #dddddd;
	box-shadow: inset 0 0 1px 1px #eee;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.persons .cols-holder h2 {
	margin: 6px 0 5px 10px;
	font: 14px "Trebuchet MS", sans-serif;
}
.persons .persons-items {
	float: left;
	width: 452px;
}
.persons .persons-items-holder {
	padding: 4px 4px 0 4px;
}
.persons .person-item{
	background: #f2f2f2;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #d8d8d8;
	border-right: solid 1px #d8d8d8;
	border-bottom-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	margin-bottom: 4px;
	font-size: 11px;
	padding: 10px;
	cursor: pointer;
}
.persons .person-item:hover {
	background: #e3e3e3; /* ie */

	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f2f2f2), to(#d9d9d9));	
	background: -moz-linear-gradient(top, #f2f2f2, #d9d9d9);			
}
.persons .person-item .person-info {
	overflow: hidden;
}
.persons .person-item .person-photo {
	float: left;
	padding: 2px;
	margin-right: 10px;
	border: solid 1px #d0d0d0;
	background: #f2f2f2;
}
.persons .person-item .person-photo img {
	display: block;
	width: 75px;
	height: 100px;
}
.persons .person-item .fio {
	font: 16px/120% "Trebuchet MS", sans-serif;
}
.persons .person-item .post {
	color: #616161;
	margin: 7px 0;
}
.persons .person-item .department {
	color: #888;
	margin: 7px 0 0 0;
}
.persons .persons-tree-view {
	float: left;
	width: 339px;
	background: #fff;	
	border-bottom: solid 1px #dddddd;
	border-left: solid 1px #dddddd;
	border-bottom-left-radius: 3px;
	box-shadow: inset 0 0 1px 1px #eee;
	box-shadow: -1px 0 0 #eee;
}
.persons .tree-holder {
	font-size: 11px;
	padding: 5px;
}
.persons .tree-holder h2 {
	margin-left: 2px;
}
.persons .tree-holder a {
	color: #424242;
}
.persons .tree-holder td {
	padding: 2px !important;
}