html {
	/*
	background-image: url(http://jqueryui.com/images/html_bg.png);
	background-repeat-x: repeat;
	background-repeat-y: no-repeat;
	background-attachment: scroll;
	background-position-x: initial;
	background-position-y: initial;
	background-origin: initial;
	background-clip: initial;
	*/
	background-color: #EEEEEE;
	margin-top: 0px;
	margin-bottom: 0px;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	background:#EEEEEE;
	zoom: 1;
	margin-top: 0px;
	margin-bottom: 0px;
}
h1 {
	margin-top:10px;
	margin-bottom:10px;
}
.api_parameters {
	width: 600px;
	#float: left
}
form#api_form p, form#api_form dt, form#api_form dd {
	font-size: 12px;
}
form#api_form h2, #tabs-1 h2, #tabs-2 h2, #tabs-3 h2, #tabs-4 h2, #tabs-5 h2 {
	font-size: 18px;
}
form#api_form h3 {
	font-size: 14px;
}
.forms h3 {
	margin-top: 10px;
	margin-bottom: 0px;
}
.forms p {
	margin-top: 3px;
	margin-bottom: 0px;
}
.forms dl {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.forms dt {
	margin-top: 6px;
	margin-bottom: 0px;
	font-weight:bold;
}
.forms dt label {
	width: 100px;
	text-align:right;
}
.forms dd {
	margin-top: 3px;
	margin-bottom: 0px;
	font-size: 0.9em;
}
.acorn-infobox {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 0px;
	background-color: #FFEECC;
	#float: left;
	width: 275px;
	font-size: 12px;
}
.acorn-infobox .resourceDetails {
	width: 200px;
}

.acorn-infobox w {
	padding: 0px;
}

.acorn-infobox h2 {
	display: none;
	height:0px;
	padding: 0px;
	margin: 0px;
}

.clearleft {
	clear: left;
}

pre {
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0; 
	padding-right: 10px; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}

form dd {
	margin-left: 110px;
}


.content {
	position: relative;
	padding: .2em;
	background: #FFFFFF;
	
	border: 1px solid #AAA/*{borderColorContent}*/;
	
	-moz-border-radius-bottomright: 4px/*{cornerRadius}*/;
	-webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/;
	-khtml-border-bottom-right-radius: 4px/*{cornerRadius}*/;
	border-bottom-right-radius: 4px/*{cornerRadius}*/;
	
	-moz-border-radius-bottomleft: 4px/*{cornerRadius}*/;
	-webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/;
	-khtml-border-bottom-left-radius: 4px/*{cornerRadius}*/;
	border-bottom-left-radius: 4px/*{cornerRadius}*/;
	
	-moz-border-radius-topright: 4px/*{cornerRadius}*/;
	-webkit-border-top-right-radius: 4px/*{cornerRadius}*/;
	-khtml-border-top-right-radius: 4px/*{cornerRadius}*/;
	border-top-right-radius: 4px/*{cornerRadius}*/;
	
	-moz-border-radius-topleft: 4px/*{cornerRadius}*/;
	-webkit-border-top-left-radius: 4px/*{cornerRadius}*/;
	-khtml-border-top-left-radius: 4px/*{cornerRadius}*/;
	border-top-left-radius: 4px/*{cornerRadius}*/;
	
	padding-top: 1em;
	padding-right: 1.4em;
	padding-bottom: 1em;
	padding-left: 1.4em;

}

.content p, .content dt, .content dd, .content li {
	font-size: 12px;
}
.content h2 {
	font-size: 18px;
}
.content h3 {
	font-size: 14px;
}

ul.navigation {
	list-style:none;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 5px;
}

ul.navigation li {
	padding-right: 10px;
	display: inline;
}

.demo-list dt {
	padding-left: 1.5em;
	font-weight:bold;
	color: #666
}

.demo-list dd {
	padding-left: 3em;
	margin-bottom: 10px;
}
pre.javascript {
	font-size: 0.8em;
}
