/*
td{margin:0;padding:0;border:0;font-weight:normal;font-style:normal;font-size:100%;line-height:1;font-family:inherit;}


 -------------------------------------- */

a{
	color 				: #E05E00;	
	text-decoration		: none;
}
a:hover{
	text-decoration		: underline;
}




/* Custom node styling */
.jOrgChart .node {

	padding-left:4px;
	padding-top:3px;
	font-size 			: 10px;
/*	background-color 	: #fffffff;*/
	border-radius 		: 8px;
	border 				: 2px solid white;
/*	color 				: #0000000;
	-moz-border-radius 	: 8px;*/
}
	.node p{
		font-family 	: tahoma;
		font-size 		: 10px;
		line-height 	: 11px;
		padding 		: 2px;
	}
	
	
	
/* Basic styling */
/* Draw the lines */
.jOrgChart .line {
  height                : 20px;
  width                 : 2px;
}

.jOrgChart .down {
  background-color 		: black;	
  margin 				: 0px auto;
}

.jOrgChart .top {
  border-top          : 2px solid black;
}

.jOrgChart .left {
  border-right          : 2px solid black;
}

.jOrgChart .right {
  border-left           : 2px solid black;
}

/* node cell */
.jOrgChart td {
  text-align            : center;
  vertical-align        : top;
  padding               : 0;
}

/* The node */
.jOrgChart .node {
  background-color 		: #90db00;
  display               : inline-block;
  width                 : 150px;
  height                : 75px;
  z-index 				: 10;
  margin               : 0 2px;
}
