.hide {
	display: none;
}

a {
	outline: none;
}

a:visited {
	color: blue;
}

a:hover	{
	color: black;
}

.navbar a	{
	color: #000;
}

.navbar a:visited	{
	color: #000;
}

.navbar h2	{white-space: nowrap}

.content	{
	position: absolute;
	padding-left: 1.5em;
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 2em;
	left: 16.5em;
	top: 1ex;
	padding-bottom: 5px;
	z-index: 2;
	background-color: white;
	width: auto;
}

.content * {
	max-width: 60em;
	font-family: serif;
	font-size: 11pt;
	word-spacing: 2px;
}

.content h1, h2, h3, h4, h5, h6 {
	font-family: sans-serif;
}

.content h1 {
	font-size: 16pt;
}

.content h2 {
	font-size: 14pt;
}

.content h3 {
	font-size: 12pt;
	font-style: italic;
}

.content h1 {
	margin-bottom: 15px;
	padding-bottom: 4px;
}

/*
Opera moves this around
*/
.content hr {
	width: 30em;
	margin: 0;
	padding: 0;
	text-indent: 0;
	position: absolute;
	margin-top: -4px;
	margin-bottom: 2px;
}

.content > * {
	max-width: 60em;
	overflow-x: auto;
}

.navbar {
	padding-left: .5em;
	margin-right: 0;
	padding-right: .5em;
	width: 15em;
	padding-bottom: 1ex;
	padding-top: 1ex;
	position: fixed;
	top: 1ex;
	bottom: 0px;
	left: 0;
	overflow: auto;
	background-color: transparent;
	z-index: 1;
	font-family: sans-serif;
	font-size: 12pt;
}

#navbar-bg {
	width: 17em;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	margin-left: 0;
	overflow: hidden;
}

#gradient-start {
	stop-color: #80bcec;
	stop-opacity: 1;
}

#gradient-stop {
	stop-color: #FDFDFD;
	stop-opacity: 1;
}

#sh-logo {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1ex;
}

#tw-logo {
	height: 20px;
	position: fixed;;
	margin-right: auto;
	margin-left: 5px;
	margin-bottom: 5px;
	-moz-border-radius-topright: 5%;
	border-radius-topright: 5%;
	bottom: 0;;
	left: 0;
	max-width: 13.5em;
	overflow: hidden;
	z-index: 1;
}

.navbar .command-link {
	color: blue;
	font-weight: normal;
}

.navbar ul {
	list-style: circle inside;
	margin: 0;
	padding: 0;
	list-style-image: url("data:image/gif,GIF89a%09%00%0A%00%C4%FF%00%C0%C0%C0m%8E%AFl%8C%ADh%86%A6f%84%A4f%84%A3%5Dx%94Wq%8CI_u%3BL%5E6GW4DT%24%2F%3A%1F(1%19%20'%14%1A%20%12%18%1D%0C%10%14%0A%0D%10%08%0B%0D%02%03%04%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00!%F9%04%01%00%00%00%00%2C%00%00%00%00%09%00%0A%00%00%05(%20%20%8E%A4B%90cC-%01%EAT%D5%84%90%0F%0C%3F%86%08%D90S%00%12%9B%E30%0AFf%A4IB%80%02%0C%9A%80%10%00%3B%80%C9%ED%81%20%09%25%B4%12E1H%01%08N%40%08%00%3B");
}

.navbar h2 {
	margin-bottom: 0;
	padding-bottom: 0;
}

h1 {
	padding-top: 0;
	margin-top: 0;
	width: 90%;;
}

h2 {
	padding-top: 0;
	width: 90%;
}

.navbar h2	{
	font-style: normal;
}

html	{
	margin: 0;
	padding: 0;
}

body	{
	margin: 0;
	padding: 0;
}

.example-input {
	color: blue;
}

.example-output {
	color: red;
}

span.value {
	font-family: monospace;
}

.types-table	{
	position: relative;
	border-collapse: collapse;
	max-width: 50em;
	width: 90%;
}

.types-table td	{
	border-width: 2px;
	border-color: black;
	border-style: ridge;
	padding: .25em;
}

.status-header	{
	margin-top: 10ex;
}

.status-table	{
	position: relative;
	border-collapse: collapse;
	max-width: 50em;
	width: 90%;
}

.status-table td	{
	border-width: 2px;
	border-color: black;
	border-style: ridge;
	padding: .25em;
}


.api-messages	{
	position: relative;
	border-collapse: collapse;
	max-width: 60em;
	width: 60em;
}

.api-messages td.col-index-2	{
	min-width: 10em;
}

.api-messages td	{
	border-width: 2px;
	border-color: black;
	border-style: ridge;
	padding: .25em;
	padding-right: .5em;
}

.api-messages th	{
	border-width: 2px;
	border-color: black;
	border-style: ridge;
	padding: .25em;
	font-weight: bold;
}

#navbar a.page-link	{
	text-transform: capitalize;
}

a.self-link {
	font-weight: bold !important;
	color: black !important;
}

a.command-link	{
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	color: orange;
}

a.type {
	text-decoration: none;
	font-weight: bold;
	color: green;
}

a.status {
	text-decoration: none;
	font-weight: bold;
	color: navy;
}

a.url-link {
	background: url(../images/new_window.png) center right no-repeat;
	padding-right: 13px;
}

h2 {
	font-size: large;
	padding-top: 10px;
}

table.command-info {
	border-collapse: collapse;
}

table.command-info th {
	padding-right: 3em;
	vertical-align: top;
	border-bottom-style: outset;
	border-bottom-color: black;
	border-bottom-width: 2px;
}
	
table.command-info td {
	border-bottom-style: outset;
	border-bottom-color: black;
	border-bottom-width: 2px;
}

table.glossary	{
	border-collapse: collapse;
	margin-top: 2ex;
}

table.glossary	td {
	border-bottom-style: dashed;
	border-bottom-color: black;
	border-bottom-width: 1px;
	padding-bottom: 1ex;
	padding-top: 1ex;
}

table.glossary tr > :first-child {
	padding-right: 1em;
}

tr.row-1 td {
	background-color: #DDD;
}

.navbar a {
	text-decoration: none;
	white-space: nowrap;
}

.content img {
	max-width: 45em;
}

.image-caption {
	font-style: italic;
}

.image-box {
	border: 3px black ridge;
	padding: 1em;
}

.image-box img {
	width: auto;
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

tr:target {
	background-color: #FF7;
}

.examples-table {
	border-collapse: collapse;
	max-width: 40em;
}

.examples-table td {
	border: 3px black ridge;
	width: 50%;
	padding-left: 2em;
	padding-right: 2em;
}

.examples-table th {
	border: 3px black ridge;
}





a img {
	border-width: 0px;
}

em em {
	font-style: normal;
}

div.linkbox {
	background-color: #A9F5A9;
	width: 12em;
	padding: 0;
	margin: 0;
	border: #A9F5A9 2px solid;
}

span.boxtitle {
	font-weight: bold;
	padding: 0;
	margin: 0;
}

.nomarks {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}

.scroll {
	overflow: auto;
}

pre.command-input {
	font-family: sans-serif;
	background-color: transparent;
	border: none;
}

pre.command-output {
	font-family: sans-serif;
	background-color: transparent;
	border: none;
}

pre {
	background-color: #DCFFE7;
	border: 1px dashed black;
	padding : 10px;
}
/*
pre.terminal {
	background-color: #CEF6F5;
}

pre.helptext {
	background-color: #CECEF6;
}

pre.pseudocode {
	background-color: #F2F5A9;
}
*/

p.aside {
	font-style: italic;
}

p.note {
	font-family: sans-serif;
	background-color: #F5A9A9;
	padding-top: 1ex;
	padding-bottom: 1ex;
	padding-left: .5em;
	margin-left: .5em;
	padding-right: .5em;
}

.ref-page {
	border-bottom: 2px black solid;
	margin-bottom: 2ex;
}

h2.underline {
	padding-bottom: 1px;
	border-bottom: 2px grey outset;
	margin-bottom: 5px;
}

blockquote {
	overflow: auto;
}

p {
	line-height: 135%;
}

