@charset "utf-8";
/* CSS Document */



.technology{ /*header of 2nd demo*/
cursor: hand;
cursor: pointer;
font: normal 12px Arial;
padding:0px 0px 0px 10px;
}


.openlanguage{ /*class added to contents of 2nd demo when they are open*/
color: #ffffff;
display:block;
padding:5px;
margin-left:4.5px;
padding-left:11px;

}

.closedlanguage{ /*class added to contents of 2nd demo when they are closed*/
color: #cccccc;
margin:5px;
display:block;
line-height:18px;
border: solid 1px #666666;
background-color: #1A1A1A
}

.thelanguage
	{
	font-family: Arial;
	font-size:13px;
	color: #ffffff;
	display:block;
	padding:10px;
	margin:5px;
	line-height:18px;
	text-align:left;
	border: solid 1px #666666;

	
	}
	



