.technology{ /*header of 2nd demo*/
	cursor: hand;
	cursor: pointer;
	margin: 10px 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
}


.openlanguage{ /*class added to contents of 2nd demo when they are open*/
	color: #F00;
}

.closedlanguage{ /*class added to contents of 2nd demo when they are closed*/
	color: #000079;
}

#rounded-corner
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	width: 680px;
	text-align: left;
	border-collapse: collapse;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#rounded-corner thead th.rounded-company
{
	background-color: #b9c9fe;
	background-image: url(../../table-images/left.png);
	background-repeat: no-repeat;
	background-position: left -1px;
}
#rounded-corner thead th.rounded-q4
{
	background-color: #b9c9fe;
	background-image: url(../../table-images/right.png);
	background-repeat: no-repeat;
	background-position: right -1px;
}
#rounded-corner th
{
	padding: 4px;
	font-weight: normal;
	font-size: 11px;
	color: #039;
	background: #b9c9fe;
}
#rounded-corner td
{
	padding: 4px;
	background: #e8edff;
	border-top: 1px solid #fff;
	color: #669;
}
#rounded-corner tfoot td.rounded-foot-left
{
	background-color: #e8edff;
	background-image: url(../../table-images/botleft.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#rounded-corner tfoot td.rounded-foot-right
{
	background-color: #e8edff;
	background-image: url(../../table-images/botright.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#rounded-corner tbody tr:hover td
{
	background: #d0dafd;
}
