/* CSS Document */


#contentcolumn .technology{ /*header of 2nd demo*/
	cursor: hand;
	cursor: pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 19px;
	font-weight: bold;
	text-indent: -20px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
}


#contentcolumn .openlanguage{ /*class added to contents of 2nd demo when they are open*/
	color: #63F9FC;
}

#contentcolumn .closedlanguage{ /*class added to contents of 2nd demo when they are closed*/
	color: #FFFF99;
}

#contentcolumn .thelanguage {
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 15px;
	margin-left: 15px;
	background-color: #d0f6ff;
	padding: 0px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #00E1FC;
	border-right-color: #0040FF;
	border-bottom-color: #0040FF;
	border-left-color: #00E1FC;
	font-size: 12px;
	line-height: 16px;
	background-image: url(images/blend-2.jpg);
	background-repeat: repeat-x;
	color: #000098;
}
#contentcolumn .thelanguage p {
	padding: 0px;
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 8px;
	margin-left: 15px;
}
#contentcolumn .thelanguage a {
	font-weight: bold;
	color: #0040FF;
	text-decoration: none;
}
#contentcolumn .thelanguage a:hover {
	color: #FFFFFF;
	background-color: #0040FF;
}
#contentcolumn .thelanguage ul {
	padding: 0px;
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 8px;
	margin-left: 35px;
	list-style-type: circle;
}
#contentcolumn .thelanguage li {
	margin-bottom: 5px;
}
#contentcolumn .thelanguage .featured2 {
	color: #0040FF;
}
#contentcolumn .thelanguage ul ul {
	color: #0037DC;
	padding: 0px;
	margin-top: 3px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
	list-style-type: square;
}
#contentcolumn .thelanguage img {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
