@charset "utf-8";
* {
	padding:0;
	margin:0;
}
html {
	overflow-y: scroll;
}
body {
	font:12px/20px Verdana, Geneva, Candara, sans-serif;
	color:#494949;
	background:#CED7E6;
	-ms-text-size-adjust: none;
}
a {
	text-decoration:none;
	color:#000080;
}
a:visited, active {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
#main {
	margin:0 auto;
}
#header {
	background-color: #124191;
}
#header a {
	font-family: Arial, Helvetica, sans-serif;
	color:white;
}
#hwrap {
	width: 950px;
	margin: 0 auto;
	padding: 0 20px;
    overflow: hidden;
}
#logo {
	float:left;
}
#logo a {
	line-height:40px;
	font-size:22px;
	font-weight:bold;
	margin:0 20px 0 0;
	text-decoration:none;
}
#logo a span {
	color:orange;
}
#menu ul {
	list-style-type:none;
	float:left;
}
#menu ul li {
	float:left;
	padding:5px 0;
}
#menu ul li a {
	padding:0 10px;
	line-height:30px;
	float:left;
	font-size:14px;
	text-decoration:none;
}
#menu ul li a.current {
	background:#A0B3D3;
	color:#000;
}
#search {
	float:right;
	padding:5px 0;
}
#stext {
	font-family: Verdana, Geneva, Candara, sans-serif;
	width:220px;
	float:left;
	height:20px;
	padding:5px;
	border:none;
	opacity:0.75;
}
#stext:focus {
	outline:none;
	background:#FFF;
}
#sandwitch {
	width:950px;
	padding: 10px 0;
	margin:0 auto;
}
#content {
	box-shadow:0 0 10px #9096A1;
	width:950px;
	margin:0 auto;
	background-color:#FFFFFF;
	padding:10px 20px 20px 20px;
	overflow:auto;
}
#page {
	width:690px;
	float:left;
	min-height:500px;
}
#breadcrumb {
	font-size:11px;
	line-height:11px;
	padding: 5px 0;
	color:#aaa;
}
#breadcrumb a {
	color:#aaa;
	text-decoration:none;
}
#breadcrumb a:hover {
	text-decoration:underline;
}
h1, h2, h3 {
	font-weight:normal;
}
#page h1 {
	font-size:18px;
	line-height:18px;
	margin:10px 0 25px 0;
}
#page h2 {
	font-size:16px;
	margin:15px 0;
}
#page h3 {
	font-size:14px;
	margin:15px 0;
}
#page p {
	margin:10px 0;
}
#page p.nindent {
	padding-left:20px;
	text-indent:-20px;
}
#page p a, #page table a {
	text-decoration:underline;
}
#page img {
	margin:10px 0;
}
.hscroll {
    width: 100%;
	padding:10px 0;
	overflow-x:auto;
	overflow-y:hidden;
}
.math {
    width: 100%;
	overflow-x:auto;
	overflow-y:hidden;
}
#page ul {
	list-style-type:square;
	padding-left:30px;
}
#page ul li {
	padding:5px 10px;
}
#page ol {
	list-style-type:decimal;
	padding-left:5px;
}
#page ol.alpha {
	list-style-type: lower-alpha;
}
#page ol li {
	margin-left: 22px;
	padding:5px 0 5px 8px;
}
p#byline {
	margin-top:20px;
	font-style:italic;
	color:#707070;
}
p#byline a {
	color:#707070;
	text-decoration:underline;
}
#sidebar {
	overflow:hidden;
	width:230px;
	float:right;
}
#sidebar h2 {
	font-size:18px;
	line-height:18px;
	margin:10px 0 25px 0;
}
#chapters {
	list-style-type:none;
	margin-bottom:20px;
}
#chapters li {
	margin:1px 0;
}
#chapters li.sub {
	background:none;
	padding-left:5px;
	border-left:5px solid #E6E6F2;
}
#aabove {
	padding:0 0 20px 30px;
	float:right;
	clear:both;
}
#below {
	margin-top:20px;
	overflow:auto;
}
#abelow {
	float: left;
	padding-right: 25px;
}
#related h2 {
	font-size:18px;
	line-height:18px;
	margin:10px 0 20px 0;
}
#related ul {
	list-style:none;
	margin:0;
	padding:0;
}
#related ul li {
	padding: 2px 0;
}
#likebox {
	border:1px solid #888;
	overflow:hidden;
	height: 216px;
}
.clear {
	clear:both;
}
#footer {
	width:960px;
	margin:0 auto;
	clear:both;
	font-size:11px;
	padding:20px;
}
table {
	border:none;
	border-collapse:collapse;
}
table.formula {
	margin:2px 0;
	white-space:nowrap;
}
table.formula .middle {
	padding:2px 5px;
}
table.formula .over {
	padding:2px 5px;
	text-align:center;
}
table.formula .under {
	padding:2px 5px;
	text-align:center;
	border-top: 1px solid #555;
}
table.formula .leftbr, table.formula .rightbr {
	width:5px;
	border-top:1px solid #494949;
	border-bottom:1px solid #494949;
}
table.formula .leftbr {
	border-left:1px solid #494949;
}
table.formula .rightbr {
	border-right:1px solid #494949;
}
table.formula td.middle:nth-child(1) {
	padding-left:0;
}
table.formula td.middle:nth-last-child(1) {
	padding-right:0;
}
table.data {
	margin:2px 0;
   white-space: nowrap;
}
table.data th {
  font-weight: normal;
}
table.data td {
	vertical-align: top;
}
table#sabove {
	float:right;
	margin-top:10px;
}
table#sbelow {
	margin:20px 0;
}
td.po, td.tw {
	padding-right:15px;
}
@media all and (max-width:800px) {
body {
	background:#fff;
}
#hwrap {
	width:auto;
}
.wrap {
	width:auto;
	min-width:280px;
}
#sandwitch {
    width: 100%;
}
#content {
    width: auto;
    box-shadow: none;
}
#page {
    width: 100%;
}
table#sabove {
	display: none;
}
table#sbelow {
	display: none;
}
#sidebar {
    float: none;
}
table.formula, table.data, #page img {
	margin: 0 10px;
	display: inline-block;
}
#menu {
    display: none;
}
#footer {
    width: auto;
}
}
@media all and (max-width:600px) {
#aabove {
    float: none;
    padding: 20px 0;
}
#abelow {
    float: none;
}
}
@media all and (min-device-width:800px){@-ms-viewport{width:device-width;}}
@-o-viewport{width:device-width;}
@viewport{width:device-width;}