@charset "utf-8";
/* CSS Document */

.mypets{ /*header of 1st demo*/
cursor: hand;
cursor: pointer;
padding: 2px 5px;
border: 1px solid gray;
background: #E1E1E1;
}

.openpet{ /*class added to contents of 1st demo when they are open*/
background: yellow;
}

.technology{ /*header of 2nd demo*/
cursor: hand;
cursor: pointer;
font: bold 12px Verdana;
color:#1b1b1b;
margin: 10px 0;
}


.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;
}



.read_test a{
 padding:0 0 0 5px;
 font:Verdana;
 color:#DE4245;
 font-size:11px;
 font-weight:bold;
 text-decoration:none;
 }
 
.read_test a:hover {
 padding:0 0 0 5px;
 font:Verdana;
 color:#DE4245;
 font-size:11px;
 font-weight:bold;
 text-decoration:underline;
 }


#message_box {
	position: absolute;
	top: 0px;
	left: 1110px;
	z-index: 1500;
	
	padding:5px;
	
	text-align:center;
	font-weight:bold;
	width:123px;
	height: 100px;
      }
	  

