@charset "utf-8";
/* CSS Document */

.technology{ /*header of 2nd demo*/
/*cursor: hand;*/
cursor: pointer;
/*font: bold 14px Verdana;*/
/*margin: 10px 0;*/
}

.thelanguage {
	font-size:11px;
	}

.openlanguage{ /*class added to contents of 2nd demo when they are open*/
/*color: green;*/
color:#ffffff;
	filter: Shadow(Color=#000000, Direction=135;
	-moz-box-shadow: inset 0 0 1em gold;
-webkit-box-shadow: inset 0 0 1em gold;

font-weight:bold;
}

.closedlanguage{ /*class added to contents of 2nd demo when they are closed*/
/*color: red;*/
color: #999999;
	filter: Shadow(Color=#000000, Direction=135;
	-moz-box-shadow: inset 0 0 1em gold;
-webkit-box-shadow: inset 0 0 1em gold;

	font-weight:bold;
}