/**
 *	Main elements
 */

body.body {
	background-image:none;
	border:0;
	margin:0;
	width:100%;
	height:100%;
}

table {
	text-align:left;
}
table th,
table td {
	padding:2px;
}
table tr.content td {
	padding-right:50px;
}

h1, h2, h3, h4 {
	color:#999;
}

#main {
	padding:5px 20px;
}

#mainctnr {
	position:relative;
}

#maintabs div.ctnr {
	padding-bottom:50px;
}

.ctrls {
	position:absolute;
	top:11px;
	right:8px;
}


/**
 *	Preview page
 */
.preview-block {
	display:block;
	float:left;
	margin-right:25px;
}

.Mtop{
	margin-top:30px;
}
.Jtop{
	margin-top:20px;
	vertical-align:middle;
}

.Jtop ul li img{
	text-align:center;
}
.documentation-link {
	
}


/**
 *	Documentation page
 */
pre.code {
	background-image:none;
	padding:5px;
}
fieldset.method {
	background-image:none;
}
fieldset.method legend {
	font-weight:bold;
}

div.doc-section {
	margin-bottom:50px;
}



/**
 *	Download page
 */
#hoverscroll-files {
	
}



/**
 *	Footer
 */
.author {
	float:right;
	font-size:10px;
	margin-top:2px;
}
