body, html, div, p, span, a, h1, h2, h3, h4, h5 {
	/*margin : 0;
	padding : 0;*/

}
body, html {
	width : 100%;
}
body {
	background:#fff;
	/*color : white;*/
	font-family : arial;
	font-weight : lighter;
	margin: 10px;
	padding-bottom: 50px;
	padding-top: 30px;
}
body p {
	font-size : 14px;
}
body p a {
	font-size : 16px;
}
a {
	color : #E05E00;
	text-decoration : none;
}
a:hover {
	text-decoration : underline;
}
/* general */
.clear {
	clear: both;
}
/* Header */
.brand {
	color : #E05E00 !important;
	font-family : georgia;
	font-style : italic;
}
/* list stuff */
#org {
	background-color : white;
	margin : 10px;
	padding : 10px;
}
#show-list {
	cursor : pointer;
}
/* bootstrap overrides */
.alert-message {
	margin: 2px 0;
}
.topbar {
	position : absolute;
}
/* Custom chart styling */
.jOrgChart {
	margin : 80px 10px 10px;
	padding : 20px;
}
/* Custom node styling */
/*.jOrgChart .node {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family:arial, helvetica, sans-serif;
	padding: 10px 10px 10px 10px;
	text-decoration:none;
	background-color: #f4f5f5;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f5f5), to(#dfdddd));
	background-image: -webkit-linear-gradient(top, #f4f5f5, #dfdddd);
	background-image: -moz-linear-gradient(top, #f4f5f5, #dfdddd);
	background-image: -ms-linear-gradient(top, #f4f5f5, #dfdddd);
	background-image: -o-linear-gradient(top, #f4f5f5, #dfdddd);
	background-image: linear-gradient(to bottom, #f4f5f5, #dfdddd);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#f4f5f5, endColorstr=#dfdddd);
	border : 1px solid #ccc;
	color : #F38630;
	-moz-border-radius : 8px;
	padding:5px;
	font-size:13px;
	color:#555;
}*/
.node p {
	font-size:11px;
	text-align:left;
	line-height:15px;
	padding:0 5px
}
/*.node h1 {
	font-size:16px;
	background: #fff;
	padding:5px 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color:#555;
	border:#ccc 1px solid;
	line-height:30px;
}*/
.node {
	padding: 3px 15px 1px 6px;
}
.green_clr {
	background:#6faf04;
	color:#fff;
	padding:3px;
}
.red_clr {
	background:#ed2011;
	color:#fff;
	padding:3px;
}
.red_clr {
	background:#ed2011;
	color:#fff;
	padding:3px;
}
.blue_clr {
	background:#1594dd;
	color:#fff;
	padding:3px;
}
.orange_clr {
	background:#e67e04;
	color:#fff;
	padding:3px;
}
.blk_clr {
	background:#555;
	color:#fff;
	padding:3px;
	
}
.icon_div {
	position:absolute;
	left:0;
	top:0
}
.icon_div img {
	width:16px;
	height:16px;
	overflow:hidden;
}
.treeuser_div {
	position:absolute;
	right:0;
	bottom:0
}
.treeuser_div img {
	width:16px;
	height:16px;
	overflow:hidden;
}
.blackclr_div {
	position:absolute;
	right:2px;
	bottom:2px;
	color:#fff;
	background:#333333;
	padding:2px 5px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
}

/*.blackclr_div {
    background: none repeat scroll 0 0 #333333;
    border-radius: 3px 3px 3px 3px;
    bottom: 2px;
    color: #FFFFFF;
    padding: 2px 5px;
    position: absolute;
    right: 2px;
}*/


.user_blk {
	width:50px;
	float:left;
	
}
.user_blk img {
	width:50px;
	height:50px;
	overflow:hidden;
	margin:3px 0 0 0;

}
.user_detail {
	width:138px;
	float:left;
	margin:4px 0 0 5px;
	height:44px;
	overflow:hidden;
}


.logodiv_part{color:#fff; font-size:25px; padding:20px; background:url(../images/red-bg.gif) repeat-x; position:fixed; left:0; top:0; width:100%; display:block; line-height:30px;  z-index:999}
.cpydiv_part{color:#555; padding:20px; background:#EEE; position:fixed; left:0; bottom:0; display:block; width:100%; z-index:999}
.cpydiv_part p{text-align:right; float:left; line-height:30px;}
.searchdiv_part{float:right; margin-right:10px; width:320px;}

.searchbtn{
border:1px solid #616261; font-size:12px; padding: 6px ; text-decoration:none; display:inline-block;
text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;
 background-color: #7d7e7d; background-image: -webkit-gradient(linear, left top, left bottom, from(#7d7e7d), to(#0e0e0e));
 background-image: -webkit-linear-gradient(top, #7d7e7d, #0e0e0e);
 background-image: -moz-linear-gradient(top, #7d7e7d, #0e0e0e);
 background-image: -ms-linear-gradient(top, #7d7e7d, #0e0e0e);
 background-image: -o-linear-gradient(top, #7d7e7d, #0e0e0e);
 background-image: linear-gradient(to bottom, #7d7e7d, #0e0e0e);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#7d7e7d, endColorstr=#0e0e0e);
 height:29px;
 width:65px;
 vertical-align:top;
 text-transform:uppercase;
 cursor:pointer;
}

.searchbtn:hover{
 border:1px solid #4a4b4a;
 background-color: #646464; background-image: -webkit-gradient(linear, left top, left bottom, from(#646464), to(#282828));
 background-image: -webkit-linear-gradient(top, #646464, #282828);
 background-image: -moz-linear-gradient(top, #646464, #282828);
 background-image: -ms-linear-gradient(top, #646464, #282828);
 background-image: -o-linear-gradient(top, #646464, #282828);
 background-image: linear-gradient(to bottom, #646464, #282828);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#646464, endColorstr=#282828);
}

.back_btn{
border:1px solid #df0909; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px; padding:5px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;
 background-color: #f62b2b; background-image: -webkit-gradient(linear, left top, left bottom, from(#f62b2b), to(#d20202));
 background-image: -webkit-linear-gradient(top, #f62b2b, #d20202);
 background-image: -moz-linear-gradient(top, #f62b2b, #d20202);
 background-image: -ms-linear-gradient(top, #f62b2b, #d20202);
 background-image: -o-linear-gradient(top, #f62b2b, #d20202);
 background-image: linear-gradient(to bottom, #f62b2b, #d20202);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f62b2b, endColorstr=#d20202);
 font-size:12px;
}

.back_btn:hover{
 border:1px solid #b30808;
 background-color: #e40a0a; background-image: -webkit-gradient(linear, left top, left bottom, from(#e40a0a), to(#9f0202));
 background-image: -webkit-linear-gradient(top, #e40a0a, #9f0202);
 background-image: -moz-linear-gradient(top, #e40a0a, #9f0202);
 background-image: -ms-linear-gradient(top, #e40a0a, #9f0202);
 background-image: -o-linear-gradient(top, #e40a0a, #9f0202);
 background-image: linear-gradient(to bottom, #e40a0a, #9f0202);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#e40a0a, endColorstr=#9f0202);
 color:#fff;
}


