	body {
		background-color: #556677;
		font-family: arial,sans-serif;
		font-size: 14px;
		margin: 0;
		text-align: center;
	}
	.deprecation {
		background-color: #FFC;
		border: 1px solid #999;
		font-size: 1.35em;
		padding: 10px;
		margin: 5px 0 15px;
	}
	[page] {
		background-color: #fff;
		display: inline-block;
		margin: 0 auto;
		min-height: 1000px;
		text-align: left;
	}
	div {
		max-height: 99999px;
		text-size-adjust: none;
		-moz-text-size-adjust: none;
		-webkit-text-size-adjust: none;
	}
	.narrowHeader {
		padding: 9px 15px;
		width: 100%;
	}
	.wideHeader {
		background: url(../img/bgtop.png);
		margin: 0 -69px;
		padding: 9px 69px;
		width: 915px;
	}
	.narrowContent {
		padding: 6px 15px;
		width: 100%;
	}
	.wideContent {
		background: url(../img/bg.png);
		margin: 0 -69px;
		padding: 6px 69px;
		width: 915px;
	}
	[ng-transclude] { min-height: 500px }
	a { color: #369 }
	a:visited: { color: #369 }
	b { color:#369 }
	table { border:none; border-spacing:0 }
	td { padding:0 }
	.hdr {
		background-color: #369;
		background: linear-gradient(#369, #69cc, #369);
		background: -moz-linear-gradient(#369, #69c, #369);
		background: -webkit-linear-gradient(#369, #69c, #369);
		background: -ms-linear-gradient(#369, #69c, #369);
		border-radius: 4px;
	}
	.narrowHeader .htb { width:100% }
	.narrowHeader .htb td { width:20%; background-color:#f6f6f6; padding:4px 6px }
	.htb td { background-color:#fff; border-color:#e0e0e0; border-width:1px 0 1px 1px; border-style:solid; color:#369; cursor:pointer; font-size:80%; padding:2px 6px; text-align:center; white-space:nowrap }
	.htb td:first-child { border-radius:3px 0 0 3px }
	.htb td:last-child { border-radius:0 3px 3px 0; border-right-width:1px }
	.htb td:hover { background-color:#def }
	.htb td.active { background-color:#369; border-width:0; color:#fff; cursor:auto; text-decoration:none }
	.bar { background-color:#fc0; border:1px solid #369; height:1px }
	.box { box-shadow:3px 3px #999; width:100% }
	.box .hdr {
		border-radius: 4px 4px 0 0;
		color: #fff;
		font-weight: bold;
		font-size: 120%;
		line-height: 19px;
		padding: 3px;
	 }
	.box .hdr img {
		width: 19px;
		height: 19px;
		float: left;
		margin: 0 10px 0 7px;
	}
	.box.boxbody { border-top: 1px solid #eee }
	.boxbody {
		background-color: #eee;
		background: linear-gradient(to right, #e5e5e5, #fff);
		background: -moz-linear-gradient(left, #e5e5e5, #fff);
		background: -webkit-linear-gradient(left, #e5e5e5, #fff);
		box-sizing: border-box;
		padding: 12px;
		width: 100%;
	}
	div.boxbody { padding: 12px }
	.help {
		background-color: #ddd;
		border: 1px solid #999999;
		font-size: 85%;
		margin-left: 5px;
		white-space: nowrap
	}
	.help div { padding: 3px 5px }
	.help div.cur { background-color: #fcfcfc }
