/* Basic styling */
/* Draw the lines */
#org{
	background-color    : white;
	margin              : 10px;
	padding             : 10px;
}

#show-list{
    cursor          : pointer;
}

.jOrgChart .line {
  height                : 20px;
  width                 : 2px;
}

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

.jOrgChart .top {
  border-top          : 3px solid #CDCDCD;
}

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

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

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

/* The node */
.jOrgChart .node {
	font-size          : 14px;
	background-color   : #9B9B9B;
	
	color              : #F38630;
	-moz-border-radius : 8px;
	
	  display               : inline-block;
	  width                 : 96px;
	  height                : 60px;
	  z-index 				: 10;
	  margin               : 0 2px;
	  padding			: 6px;
	  cursor: auto !important;
}


.content .box .jOrgChart table {
					/*background: #fff;*/
					border:0;
					color: #717880;
					font-size: 14px;
					width: 100%;
				}

					.content .box .jOrgChart table thead {
						background: #F5F5F5;
					}

					.content .box .jOrgChart table tfoot td {
						height: 120px !important;
						padding: 0;
						vertical-align: bottom !important;
					}

					.content .box .jOrgChart table tr {
						border-bottom: 0px solid #c0c0c0;
						height: auto;
						border-top: 0px solid #c0c0c0;
					}

										
						.content .box .jOrgChart table tr td	{
							height: auto;
							padding: 0 ;
							text-align: center;
							vertical-align: middle;
							font-weight: normal;
						}
						
						.content .box .jOrgChart table tr td a {
							color: #FF8800;
						}
						
						.content .box .jOrgChart table tr td a.blue {
							color:#1B547A;
						}
						
						.content .box .jOrgChart table tr td a.red {
							color:#832424;
						}
						
						.content .box .jOrgChart table tr td a.green {
							color:#386F33;
						}
						
						
						.content .box .jOrgChart table tr td a:visited {
							color: #FF8800;
						}
						
						.content .box .jOrgChart table tr td a.blue:visited {
							color:#1B547A;
						}
						
						.content .box .jOrgChart table tr td a.red:visited {
							color:#832424;
						}
						
						.content .box .jOrgChart table tr td a.green:visited {
							color:#386F33;
						}
						
					













/* jQuery drag 'n drop */

.drag-active {
  border-style			: dotted !important;
}

.drop-hover {
  border-style			: solid !important;
  border-color 			: #E05E00 !important;
}
