/* CSS Document */




/*  accordian content styles  */
.assoc-name{ /*header of 1st demo*/
cursor: hand;
cursor: pointer;
padding: 5px 5px;
border: 1px solid gray;
background: #E1E1E1;
}

.bio-info{ /*class added to contents of 1st demo when they are open*/
background: yellow;
}

.technology{ /*header of 2nd demo*/
cursor: hand;
cursor: pointer;
font: bold 14px Verdana;
margin: 10px 0;
clear:left;
padding-top:5px;
}


.openlanguage{ /*class added to contents of 2nd demo when they are open*/
color: #860038;
}

.closedlanguage{ /*class added to contents of 2nd demo when they are closed*/
color: #000000;
}
