/* 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;

}



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

cursor: hand;

cursor: pointer;

font: bold 12px arial;

margin: 0px 0;

font-family:Arial, Helvetica, sans-serif;

line-height:14px;

}







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

color: #000;



padding:5px 5px 4px 15px;;

background-image:url(../gfx/accordion_panel_open.jpg);

background-repeat:repeat-x;

border:1px #e1e0e0 solid;

}



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

padding:5px 5px 4px 15px;;

color: #000;

background-color:#999999;

padding:5px 5px 4px 15px;;

background-image:url(../gfx/accordion_panel.jpg);

background-repeat:repeat-x;

border:1px #e1e0e0 solid;

}





.thelanguage{



font: normal 12px arial;

padding:15px;

border:1px solid #e1e0e0;

margin-bottom:1px;

background:#F4F4F4;

}




.thelanguage li
{
	
	list-style-type: disc;
	
	

}


#menuaccordion{

margin:10px 0px 5px 0px;

color:#666666;



}



#menuaccordion a{

color:#666666;

font-size:10px;



}



#menuaccordion a:hover{

color:#FF6600;





}





/*--------------------- When in the Tabs -------------------*/







#t1 .thelanguage,#t2 .thelanguage,#t3 .thelanguage,#t4 .thelanguage,#t5 .thelanguage,#t6 .thelanguage,#t7 .thelanguage,#t8 .thelanguage{

font: normal 12px arial;

padding:15px;

border:1px solid #e1e0e0;

margin-bottom:1px;

background:#F4F4F4;

}



#t1 .group, #t2 .group, #t3 .group,#t4 .group,#t5 .group,#t6 .group,#t8 .group,#t7 .group,#t9 .group  { /*header of 2nd demo*/

cursor: hand;

cursor: pointer;

font: bold 12px arial;

margin: 0px 0;

font-family:Arial, Helvetica, sans-serif;

line-height:14px;

}





#t1 .openlanguage, #t2 .openlanguage, #t3 .openlanguage,#t4 .openlanguage,#t5 .openlanguage,#t6 .openlanguage,#t7 .openlanguage,#t8 .openlanguage{ /*class added to contents of 2nd demo when they are open*/

color: #000;



padding:5px 5px 4px 15px;;

background-image:url(../gfx/accordion_panel_open.jpg);

background-repeat:repeat-x;

border:1px #e1e0e0 solid;

}





#t1 .closedlanguage, #t2 .closedlanguage, #t3 .closedlanguage, #t4 .closedlanguage, #t5 .closedlanguage, #t6 .closedlanguage,#t7 .closedlanguage,#t8 .closedlanguage{ /*class added to contents of 2nd demo when they are closed*/

padding:5px 5px 4px 15px;;

color: #000;

background-color:#999999;

padding:5px 5px 4px 15px;;

background-image:url(../gfx/accordion_panel.jpg);

background-repeat:repeat-x;

border:1px #e1e0e0 solid;

}







