.employee .center-text {
	text-align: center;
}
.employee p {
	font-size: 14px;
	margin : 0;
}
.employee table {
	font-size: 14px;
	margin : 0;
}
.employee input[type=submit] {
	color: #777777;
	font-size: 11px;
	padding : 0;
	text-transform: uppercase;
	font-weight: bold;
	font-style: normal;
	height : 20px;
	width : 70px;
}

.employee input {
	border: 1px solid #CAC2C2;
	border-radius: 5px;	
	padding: 3px 5px 3px 5px;
	color: #A19393;
	font-style: italic;
}

.employee input:focus {
	outline: none;
	border-color: #769dc0;
}
/*
.employee h1, .employee h2, .employee h3, .employee h4 {
	font-family: Helvetica, Arial, 'Nimbus Sans L', sans-serif;
	color: #666666;
	margin: 0 0 0.5em 0;
}

.employee h1 {
	font-size: 22px;
	font-weight: normal;
}

.employee h2 {
	font-size: 16px;
	font-weight: bold;
}

.employee h3 {
	font-size: 14px;
	font-weight: bold;
}
*/
.employee h4 {
	line-height: 1.5;
}

.employee a {
	text-decoration: none;
	color: #0F8FD0;
	font-size: 14px;
}

.employee a img {
	border: 0 none;
	vertical-align: middle;
	cursor: pointer;
}

.employee a:hover {
	text-decoration: underline;
}

.employee a:active, .employee a:visited {
	color: #0F8FD0;
}

.employee .employee-list-item-30 {
	width: 30%;
	display: inline-block;
	padding: 10px 10px 10px 10px;
	vertical-align: top;
	margin-right: 17px;
}

.employee .employee-list-item-40 {
	width: 40%;
	display: inline-block;
	padding: 10px 10px 10px 10px;
	vertical-align: top;
}

.employee .employee-photo {
	width: 70px;
	overflow: hidden;
	float: left;
	height: 100%;
}

.employee .employee-text {
	margin-left: 70px;
	padding-left: 5px;
}

.employee ul.alphabet {
	list-style-type: none;
	padding: 10px 15px 10px 15px;
	margin: 0;
	text-align: center;
}

.employee ul.alphabet li {
	display: inline-block;
	margin: 0 0 0.25em 0;
	padding: 0px;
	border-radius: 15px;
	height: 22px;
	width: 22px;
	text-align: center;
	line-height: 1.4;
	font-size: 16px;
	color: #B1BABE;
}

.employee ul.alphabet li.active {
	background: #0F8FD0;
}

.employee ul.alphabet li.active a {
	color: #FFF;
}

.employee ul.alphabet li a {
	font-size: inherit;
	color: #0F8FD0;
	text-decoration: none !important;
}

.employee ul.list-none {
	list-style-type: none;
	padding-left: 0px;
	margin: 0 0 0 0;
}

.employee ul.list-disc {
	list-style-type: disc;
	margin: 0 0 0.25em 0;
}

.employee ul.list-decimal {
	list-style-type: decimal;
	margin: 0 0 0.25em 0;
}

.employee ul.list-none li {
	margin: 0 0 0.25em 0;
	padding: 0px;
	font-size: 115%;
}

.employee ul.list-decimal li, .employee ul.list-disc li {
	margin: 0 0 0.25em 0;
	padding: 0px;
	font-size: 115%;
}

.employee .employee-photo-fs {
	height: 600px;
	width: 450px;
	border: 1px solid #666;
}

.employee .employee-photo-ms1 {
	height: 400px;
	width: 300px;
	border: 1px solid #666;
}

.employee .employee-photo-ms2 {
	height: 300px;
	width: 225px;
	/* 	width: 112px; */
	border: 1px solid #666;
	margin-bottom: 25px;
}

.employee .employee-photo-ss {
	height: 150px;
	width: 112px;
	border: 1px solid #666;
}

.employee .employee-photo-ss2 {
	height: 80px;
	width: 60px;
	border: 1px solid #666;
}

.employee .pull-right {
	float: right;
}

.employee .pull-left {
	float: left;
}

.employee #department-list {
	/*background: #EDEDED;
	padding: 10px 0 0 10px;*/
	position: relative;
	float: left;
	left: 0;
	width: 28%;
	
	margin-right: 20px;
	margin-bottom: 3%;
	border: 1px solid black;
	border-radius: 7px;
	text-align:center;
	overflow:hidden;
}

.employee #department-list ul.tree {
	margin: 0;
	padding: 0 0 0 0px;
}

.employee #department-list li {
	position: relative;
	/*margin-left: -15px;*/
	list-style: none;
}

/*.employee #department-list */
li.file {
	/*margin-left: -1px !important;
	margin-bottom: 0.25em;
	padding:7px;*/
	border-bottom:1px solid black;
}

#department-list .file .file {
	/*margin-left: -20px !important;
	margin-bottom: 0.25em;*/
}

#department-list .file a {
	color: black;
	text-decoration: none;
	display: block;
	padding:7px 7px 7px 25px;
	/*font-size: 12px;
	padding-left: 21px;*/
}
/*
.employee #department-list li input {
	position: absolute;
	left: 0;
	margin-left: 0;
	opacity: 0;
	z-index: 2;
	cursor: pointer;
	height: 1em;
	width: 1em;
	top: 0;
}
.employee #department-list li input+ul {
	background: url(toggle-small-expand.png) 40px 0 no-repeat;
	margin: -1.1em 0 0 -44px; 
	height: 1.5em;
}

.employee #department-list li input+ul>li {
	display: none;
	margin-left: -14px !important;
	padding-left: 1px;
}

.employee #department-list li label {
	cursor: pointer;
	display: block;
	padding-left: 15px;
}

.employee #department-list li input:checked+ul {
	background: url(toggle-small.png) 40px 5px no-repeat;
	margin: -1.65em 0 0 -44px; 
	padding: 1.563em 0 0 75px;
	height: auto;
}
.employee #department-list li input:checked+ul>li {
	display: block;
	margin: 0.25em 0 0.25em 0;  
}

.employee #department-list li input:checked+ul>li:last-child {
	margin: 0 0 0.063em; 
}*/
#department-list .activeMenuItem{
background-color: #127e8a;
}
#department-list .activeMenuItem a{
	color:white;
	}
#department-list,
.employeeList{
margin-top:20px;
}
.employeeList{
margin-left:31%;
}
.ppsToggleDep{
	background: url(toggle-small-expand.png) no-repeat 50% 50%;
	background-color: #FAF5F5;
	display:block;
	height:100%;
	width:25px;
	float:left;
	position:absolute;
}
.pps-active-department .ppsToggleDep{
	background: url(toggle-small.png) no-repeat 50% 50%;
	}
.pps-department{
	position:relative;
}
.pps-department+ul {
/*	background: url(toggle-small-expand.png) 40px 0 no-repeat;
	margin: -1.1em 0 0 -44px; 
	height: 1.5em;*/
	padding:0;
}

.pps-department+ul>li {
	display: none;
	/*margin-left: -14px !important;
	padding-left: 1px;*/
}
.pps-active-department{
	background-color: #DAF5B2;
	}
.pps-active-department + ul > li {
	display: block;
	/*margin: 0.25em 0 0.25em 0;  */
}

.file li a{
font-size:13px;
}
.pps-active-department + ul > li:last-child {
	border-bottom:7px solid black;
	/*padding-bottom: 25px;*/
}
.employee-list{
	width:100%;
	}
.employee-list td{
	border-bottom:1px solid rgba(0,0,0,0.2);
	padding-top:4px;
}
.employee-list-department{
	width:60%;
	padding-left:7px;
}
.employee-list-subdepartment{
	padding-left:20px;
}
.employee-list-subdepartment2{
	padding-left:35px;
}
.direction td{
	vertical-align:top;

}
.direction span{
	text-decoration: underline;
}
.direction img{
margin:15px 0 5px;

}
.directionPhoto{
width:25%;
text-align: center;
}
.direction ul {
  margin: 0;
  padding-left: 20px;
  list-style: none;
}
.crawl-show-button{
	margin-top: 40px;
    float: right;
    cursor: pointer;
    text-decoration: underline;
}
.ppsTable td div{
    font-size: 10px;
   	font-family: verdana;
}