body{
	font-size: 81.25%;
	line-height: 17px;
}

html, body, input, select, textarea{ font-family: "Helvetica Neue", helvetica, arial, sans-serif; }

pre, code, samp, kbd, var{ font-family: monaco, "Courier New", courier, monospace; }

body,
.detail a,
ul#objectList li h3 a,
ul#objectList li span.description{
	color: #5f5f5f;
}

div#nav a,
div#footer{
	color: #8a8a8a;
}

h1, h2, h3, h4, h5, strong{
	color: #555;
}

a,
.aux h2,
.detail h2,
div#nav li a.active,
div#nav li.active a{
	color: #00A7E3;
	font-weight: 700;
	text-decoration: none;
}

.detail h2{
	margin-top: -0.75em;
	margin-bottom: 0;
}

a:hover{ text-decoration: underline; }

ul#objectList li a:hover{ text-decoration: none; }

img, a img{ border: 0; }

div#nav a{ font-weight: 300; }

#content .inner a,
ul#objectList li span.description{ font-weight: 500; }

hr{
	clear: both;
	border: none;
	border-top: 2px solid #00A7E3;
}

h1, h2, h3, h4, h5, h6{
	font-size: 1em;
}

h1{
	font-size: 1.5em;
	margin-bottom: 1em;
}

h2{
	margin-bottom: 1em;
}

h1, p, table{
	margin: 0 0 1em 0;
}

caption{
	font-weight: bold;
	padding: 0.5em;
}

table{
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}

table.objectTable{
	font-size: 11px;
	line-height: 15px;
	border-bottom: 1px solid #ccc;
}

table.objectTable tr{
	border-top: 1px solid #ccc;
}

td.first{
	width: 90px;
}

td.first img{
	margin: 4px 0 2px 0;
}

td.title{
	width: 133px;
}

td.title,
td.description{
	padding-top: 4px;
}

td.title h3 a,
td.description h3 a{
	color: #5F5F5F;
	white-space: nowrap;
}

td.info{
	width: 233px;
}

td.type{
	width: 133px;
}

td.last{
	width: 45px;
}

td.info,
td.type,
td.last{
	padding-top: 19px;
}

td p {
	margin-bottom: 6px;
}

th, td{
	padding: 0 1em 0 0;
	/*line-height: 1.5em;*/
	vertical-align: top;
}

pre{
	border: 1px solid #ccc;
	margin: 0 0 1.5em;
	padding: 1em;
	white-space: pre; /* CSS2 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap; /* HP printers */
	white-space: -o-pre-wrap; /* Opera 7 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: pre-wrap; /* CSS 2.1 */
/*	white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
	word-wrap: break-word; /* IE */
}

ul, ol{
	margin: 0 0 1.5em 1.25em;
	list-style: square;
}

h3 em,
blockquote{
	color: #8A8A8A;
	margin: 1em 0 1.5em;
	font-size: 115%;
	font-weight: 500;
	line-height: 20px;
	font-style: italic;
}

dl{
	margin: 0 0 1.5em;
	line-height: 1.5em;
}

dt{
	margin: 1.5em 0 0;
	font-weight: bold;
}

dd{
	margin: 0 0 0 3em;
}

dfn{
	font-style: normal;
	font-weight: bold;
}

abbr{ border-bottom: 1px dotted; }

form{
	margin: 0;
	padding: 0;
}

fieldset{
	margin: 0 0 1.5em;
	border: 1px solid #ccc;
	padding: 1em;
	*padding-top: 0;
}

legend{
	font-weight: bold;
	*margin-bottom: 1em;
}

input, select, textarea, button{
	font-size: 1em;
	max-width: 100%;
	vertical-align: middle;
	margin: 0;
}

textarea{ overflow: auto; }

input.button, button{
	padding: 0 0.5em;
}

input.text{}
input.button, button{}
input.checkbox{}
input.radio{}
input.file{}

/*=====================================
	Feature-specific Styles
=======================================*/

/* Fields container */
ul.fields{
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.fields li{ padding: .3em 0; }
 
/*=====================================
	Utility Styles
=======================================*/
 
.left{ float: left; }
.right{ float: right; }
.clear-left{ clear: left; }
.clear-right{ clear: right; }
.clear{ clear: both; }
.hide{ display: none; }

.copyright{}
.error{}
.example{}
.issue{}
.note{}
.search{}
.warning{}
