h1
{
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
	color: #c0c0c0;
	margin: 10px;
	margin-top: 100px;
}

h2
{
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	margin-top: 0px;
	margin-left: -15px;
}

h3
{
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 0px;
}

#leftContentBox
{
	position: absolute;
	width: 360px;
	height: 330px;
	top: 25px;
	left: 25px;
	padding-top: 0px;
	padding-left: 15px;
	
}

#rightContentBox
{
	position: absolute;
	width: 200px;
	height: 330px;
	top: 25px;
	right: 25px;
	background-color: #EDF6F6;
	border: 1px dashed #D6D6D6;
	text-align: center;
	vertical-align: middle;
}

#contentBox
{
	position: absolute;
	width: 580px;
	height: 350px;
	top: 15px;
	left: 25px;
	overflow: auto;
	padding-top: 0px;
	padding-left: 15px;
}

#galleryContentBox
{
	position: absolute;
	width: 580px;
	height: 330px;
	top: 15px;
	left: 25px;
	padding: 0px;
}

#galleryContentBox img
{
	margin-right: 15px;
	margin-bottom: 8px;
	padding: 4px;
}

#galleryContentBox img:hover
{
	padding: 3px;
	border: 1px dashed #D6D6D6;
}


.examples
{
	position: absolute;
	width: 110px;
	top: 21px;
	text-align: center;
	padding: 4px;
	height: 330px;
}

.examples img
{
	padding-bottom: 8px;
}

#exampleIntegrated
{
	left: 20px;
}

#examplePagination
{
	left: 183px;
}

#exampleSubfolders
{
	left: 346px;
}

#exampleStandard
{
	left: 509px;
}

.examples:hover
{
	padding: 3px;
	border: 1px dashed #D6D6D6;
}

#gallery{
	width: 100%;
	height: 310px;
}

#cellSourceCode{
	text-align: right;
	vertical-align: bottom;
	padding-right: 5px;
	padding-bottom: 15px;
}

.features_body{
	display: none;
}

.text_body{
	position: relative;
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
}

.features_less{
	display: none;
}

ul{
	margin-top: 5px;
	padding-left: 25px;
	list-style-type: circle;
}