.mypets{ /*header of 1st demo*/

cursor: hand;

cursor: pointer;

height: 25px;
  border: 1px solid #59BE8D;
background:#000099;
background-image: url(../../images/persona/bg_ac_04.gif); background-repeat: repeat-x;
font-family: Verdana;

  color: #FFFFFF;

  text-align: center;

  font-size: 13px;

  margin-top: -12px;

}



.openpet{ /*class added to contents of 1st demo when they are open*/

background-image: url(../../images/persona/bg_ac_03.gif); background-repeat: repeat-x;
      border: 1px solid #6699CC;
  color: #FFCF72;

}



.technology{ /*header of 2nd demo*/

cursor: hand;

cursor: pointer;

font: bold 12px Verdana;

margin: -15px 0;

  color: #FFFFFF

}





.openlanguage{ /*class added to contents of 2nd demo when they are open*/

color: green;

}



.closedlanguage{ /*class added to contents of 2nd demo when they are closed*/

color: red;

}

.thepet{

  position: relative;



top: -15px;

 padding-left: 15px;

  padding-right: 10px;

   padding-bottom: 5px;

	background:#D9E6F0;

  color: #003399;

  text-align: justify;

  font-weight: normal;

  font-size: 12px

}

