@charset "utf-8";
/* CSS Document */

.componentDescriptionTxt {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.componentDescriptionCaption {
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: left;
}

.componentDescriptionTxt P {
	text-align: left;
}

.productTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #06065b;
}

.productTitleBox {
	float: left;
}

.productBoxEnd {
	clear: both;
}

.component_menus {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000066;
}

.component_menus a:Hover {
	text-decoration: none;
	color: #4c83f6;
}

.componentList UL {
	list-style-image: none;
	list-style: round outside;
}

.componentList LI {
	list-style-image: none;
	list-style: round outside;
	float: left;
	width: 150px;
}

.genericList {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: left;
}

.genericList UL {
	list-style: round outside;
}

.genericList LI {
	list-style-image: none;
}

.nonBulletList {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: left;
}

.nonBulletList UL {
	list-style: round outside;
}

.nonBulletList LI {
	list-style-image: none;
	list-style-type: none;
}

.genericTable {
	font-size: 10 pt;
	font-family: Arial, Helvetica, sans-serif;
	cellspacing: 0 px;
	cellpadding: 0 px;
	text-align: left;
}

.demoContentArea {
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
}

.Anchors {
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000066;
}

UL .Anchors {
	text-align: left;
}

.Anchors a:Hover {
	text-decoration: none;
	color: #4c83f6;
}

H2.demos-heading-bg {
	margin: 0px;
	border: 0px none;
	background: transparent;
}

.demos-description {
	display: block;
	margin: 30px 30px 30px 30px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;

	}
	
.demos-description ol, .demos-description ol li  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1em;
	color: #333;
	}
