.topmenu {
  text-align: right;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1500;
  background: #fff;
  padding: 4px 0px;
  margin-bottom: 24px;
  -webkit-box-shadow: 0px 3px 7px 1px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 3px 7px 1px rgba(0,0,0,0.3);
box-shadow: 0px 3px 7px 1px rgba(0,0,0,0.3);
font-size: 9pt;
}

.topmenu .fa {color: #ccc;}
.topmenu h4 {margin: 0px; padding: 0px;}
.mainCTA {float: left; }
.mainCTA .fa {color: #fff;}


#logoFooter {text-align: center; margin-top: 15%; font-size: 84%}
#logoFooter img {height: 40px;}

#manageFiles p {
	border-bottom: 1px dotted #cccccc;
	padding: 0px 8px;
}

#addForms hr {
	border-bottom: 1px dotted #cccccc;
	padding: 0px 8px;
	
}



.pullRight {
	float: right;
}

ul.employees li {border-bottom: 1px dotted #cccccc;
	padding: 0px 8px;}

.fileViewPane {
	width: 100%;
	overflow: auto;
	height: 600px;
	border: 1px solid #ccc;
	padding: 6px;
	border-radius: 6px;
}
