/*@import url(reset.css);*/

body {
	font: 0.75em/1.35 Arial, Helvetica, sans-serif;
	color: #555;
	background: url(../images/bg-page.png) repeat-x left top;
}

code {
	font: 1em Consolas, "Courier New", Courier, monospace;
	color: #000;
	font-weight: bold;
}

#popUpContainer {
	width: 960px;
	margin: 0 auto;
}

#popUpNavigation {
	margin: 16px 0 0 0;
	height: 70px;
}

#popUpNavigation a { color: #0372A7; text-decoration: none; }
#popUpNavigation a:hover { text-decoration: underline; }
#popUpNavigation form { float: right; }
#popUpNavigation form * { vertical-align: middle; }

#popUpNavigation form select { font: 1em/1.35 Arial, Helvetica, sans-serif; }
#popUpNavigation form select optgroup {
	font: bold 1.2em/1.35 Arial, Helvetica, sans-serif;
	font-style: normal;
}
#popUpNavigation form select optgroup option { font-size: 0.85em; }

#backToKeyComponents a {
	display: block;
	padding-left: 22px;
	background: url(../images/button-backtokeycomponents.png) no-repeat left center;
	min-height: 15px;
}

#popUpHeader {
	border-bottom: 1px solid #E6E2E9;
	padding-bottom: 1em;
}

#popUpHeader p { float: right; }
#popUpHeader a { color: #0372A7; text-decoration: none; }
#popUpHeader a:hover { text-decoration: underline; }

#popUpHeader h1 {
	font: 2.1em/1.0 Tahoma, Arial, Verdana, sans-serif;
	color: #222;
	margin-bottom: 0.2em;
}

#popUpHeader h2 {
	font-weight: normal;
	color: #555;
}

#popUpContent { padding: 3em 0; }

#popUpUsageLink, #popUpUsage {
	clear: both;
	border-top: 1px solid #E6E2E9;
	padding: 0.5em 0;
}

#popUpUsageLink a {
	color: #0372A7;
	text-decoration: none;
	display: block;
	padding-left: 22px;
	background: url(../images/button-viewusagenotes.png) no-repeat left center;
}

#popUpUsageLink a:hover { text-decoration: underline; }

#popUpUsage div.l { float: left; width: 50%; }
#popUpUsage div.r { float: right; width: 48%; clear: left; }

#popUpUsage div.r ul { list-style: disc outside; margin: 2em 2.5em; }
#popUpUsage div.r ol { list-style: decimal outside; margin: 2em 2.5em; }

#popUpUsage pre.code {
	overflow-x: scroll;
	background: #FAFAFA;
	border: 1px solid #popUpEEE;
	padding: 0.4em 0.7em;
	margin: 1em 0 2em;
	font: 1em Consolas, "Courier New", Courier, monospace;
	color: #000;
}

#popUpUsage.scripted { border-top: none; }