.mynetwork{ /*header of 1st demo*/
cursor: hand;
cursor: pointer;
padding: 2px 5px;
border: 1px solid #ccc;
background: #E1E1E1;  font-size: 12px;
}
.thenet
{ background-color: #F5F5F5; width:97%; padding:5px; margin:2px;}

.openpet{ /*class added to contents of 1st demo when they are open*/
/*background: #FFFFCC;
border: 1px solid #FFEB70; */
color:#225799;
}


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

#blockquote,.blockquote {
	margin: 10px;
 	padding: 0px 40px 0px 20px;  	
  	background: #FAFAFA url('../images/quote.gif') no-repeat 5px 10px !important; 
	background-position: 8px 10px;
	border: 1px solid #EAEAEA; 
	border-left: 5px solid #ccc;  
	font-weight: normal;   font-size: 12px;
}

#blockquote ul li,.blockquote ul li{
	color:#666; line-height:1.6em;padding-right:40px;
}

.blockquote {
	margin: 10px;
 	padding: 5px 20px 5px 50px;  	
  	background: #FAFAFA url('../images/quote.gif') no-repeat 5px 10px !important; 
	background-position: 8px 10px;
	border: 1px solid #EAEAEA; 
	border-left: 5px solid #ccc;  
	font-weight: normal; 
}