/* Samples global styles */
h3 {position:relative;}
pre {
	margin: 1em 0;
	width: 607px;
}
code {
	font-family: arial, sans-serif;
}
table {
	margin-bottom: 1em;
	border: 1px solid #223;
	width: 608px;
	table-layout: auto;
	border-spacing: 0;
	background-image: url(../../images/backgrounds/grid3.gif);
	font: normal normal .9em arial,sans-serif;
}
table.sample {
	width: auto;
}
caption {
	padding: 5px;
	font: normal normal 1em arial, sans-serif;
	background-color: #345;
	color: #edc;
}
thead,
th {
	color: #223;
	background-color: #a98;
}
th,
td {
	border-right: 1px solid #223;
	border-collapse: collapse;
	padding: 5px;
}
ul a.symbol {display:inline;}
.note {
	margin-bottom: 1em;
	border: 1px solid #234;
	padding: 5px;
	background-color: #ffc;
	color: #421;
}
form {
	margin-bottom: 12px;
}
fieldset {
	padding: 5px;
}
textarea {
	margin-bottom: 5px;
	color: #234;
	font: normal normal 0.9em "Lucida Console",LucidaTypewriter,monospace;
}
span.lead {font-weight:bold;}
p.usage {
	margin-bottom: 0;
	font-weight: bold;
}
span.highlight {
	background-color: #ff4;
	color: #000;
}
div.pre {
	margin: 1em 0;
	border: 1px solid #324;
	background: #ccc url(../../images/backgrounds/grid.gif) repeat;
}
div.pre pre {
	margin: 0;
	border-style: none;
	width: auto;
}
.info-icons {
	vertical-align: middle;
}
