/*  org chart styles  */ 

.line {
background-image: url(/images/line.jpg);
background-repeat: no-repeat;
width: 117px;
height: 24px;
}

/*.info {
color: #474747;
line-height: 16px;
font-size: 10px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
padding-left: 15px;
padding-right: 15px;
width: 100%;
height: 86px;
cellpadding: 0px; 
cellspacing: 0px; 
border: 1px solid #cccccc;
background-color: #f6f6f6;
}*/


.info {
color: #474747;
line-height: 16px;
font-size: 10px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
border: 1px solid #cccccc;
background-color: #f6f6f6;
}

.textOrgChart {
color: #474747;
font-size: 10px;
line-height: 12px;
text-align: center;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
}

.text_left {
font-size: 10px;
line-height: 12px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
}

.description {
height: 150px;
width: 122px;
background-color: #ffffff;
color: #474747;
font-size: 10px;
line-height: 14px;
margin-top: 1px;
color: #474747;
font-size: 9px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
}

.box {
background-image: url(/images/box.jpg);
background-repeat: no-repeat;
height: 114px;
width: 122px;
}

.boxOrg {
background-image: url(/images/box.jpg);
background-repeat: no-repeat;
height: 114px;
width: 122px;
border: 1px solid green;
}

.main_box {
background-image: url(/images/main_box.jpg);
background-repeat: no-repeat;
background-position:center;
height: 133px;
width: 153px;
}

.left {
margin: 0% 0%;
padding:0;
/*width:59%;*/
width: 10px;
float:left;
border: Opx;
background-image: url(/images/img_left.jpg);
background-repeat: no-repeat;
height: 70px;
}

.middle {
margin:0% 0%;
padding:0;
float:left;
/*width:20%;*/
width: 515px;
border: Opx;
background-image: url(/images/img_middle.jpg);
background-repeat: repeat;
height: 70px;
}

.right {
margin:0% 0%;
padding:0;
/*width:20%;*/
width: 11px;
float:left;
border: Opx;
text-align:right;
background-image: url(images/img_right.jpg);
background-repeat: no-repeat;
height: 70px;
}
.exampleCode
{
 background-color:#F9F9F9;
 border:1px dashed #000099;
 color:black;
 line-height:1.1em;
 padding:1em;
}
