@charset "utf-8";
/* CSS Document */

.mypets{ /*header of 1st demo*/
cursor: hand;
cursor: pointer;
padding: 2px 10px;
border: 1px solid gray;
background:#FFFFCC;
border-bottom:0px;
float:left;
margin-left:3px;
color:white;
font-weight:bold;
height:15px;
background:url(../i/tab.gif);
}

.openpet{ /*class added to contents of 1st demo when they are open*/
background:#CCCCCC;
border-bottom:0px;
float:left;
margin-left:3px;
color:#CC0000;
font-weight:bold;
background:url(../i/tab2.gif);
height:20px;
}


.myheader{
cursor: hand;
cursor: pointer;
}

.mycontent{
padding-top: 2px;
padding-bottom: 9px;
}

/*
	map
*/
.mymap{ 
cursor: hand;
cursor: pointer;
padding: 2px 10px;
border: 1px solid gray;
background:#FFFFCC;
border-bottom:0px;
float:left;
margin-left:3px;
color:white;
font-weight:bold;
height:15px;
background:url(../i/tab.gif);
}

.openmap{ /*class added to contents of 1st demo when they are open*/
background:#CCCCCC;
border-bottom:0px;
float:left;
margin-left:3px;
color:#CC0000;
font-weight:bold;
background:url(../i/tab2.gif);
height:20px;
}


.myheader{
cursor: hand;
cursor: pointer;
}

.mycontent{
padding-top: 2px;
padding-bottom: 9px;
}*/
