/*
  title: mimum API
  copyright (c) Offscreen Technologies Ltd. 2008
  author: Pete
*/

body {
  	font-size: 9pt;
    	max-width: 798px;
  	background-color: #ffffff;
  	margin: 0px;
  	margin-left: 20px;
  	color: #000000;
  	font-weight: normal;
  	font-family: Helvetica Neue, Helvetica, Arial, Sans serif;
}

img {
  border: none;
}

tt {
  	font-size: 10pt;
  	white-space: pre;
  	font-weight: bold;  
  	color: #777777;
}

p {
    margin-left: 0pt;
}


.middle {
  vertical-align: middle;
}


/* highlights */

.hilight1 {
  color: #0191eb0;
  font-weight: bold;
}

.hilight2 {
color: #2b4b71;
  font-weight: bold;
}


/* list items */

ul, #sub {
  list-style-image: url('bullet.gif');
}

ol, ul, li {
  margin: 0px;
}

.sub {
  margin-left: 30px;
}

/* headings */

h1 {
  color: #0181e3;
  font-size: 20px;
  font-weight:400;
  margin-top: 0px;
}

h2 {
   color: #131313;
  font-size: 13pt;
  margin-top: 25px;
    font-weight:400;
}

h3 {
  color: #131313;
  font-size: 11pt;
  margin-top: 20px;
  font-weight:400;
}

h3.method {

  	color: #1e1e1e;
  	font-size: 11pt;
  	font-weight: bold;
	background-color:#ebebeb;
  	margin-top: 20px;
	border-bottom:solid #bbbbbb 1.0pt;
	border-bottom-alt:solid #444444 .5pt;
	padding:2px 10px 4px 0px;}


a.method , a.method:active, a.method:hover, a.method:visited{
    font-size: 11pt;
	font-weight:400;
}


.comparison {
  	margin-left: 20pt;
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: outset outset outset outset;
	border-color: #ebebeb #ebebeb #ebebeb #ebebeb;
	border-collapse: collapse;
	background-color: #d6d6d6;
}

.comparison th {
	border-width: 1px 1px 1px 1px;
	padding: 5px 5px 5px 5px;
	border-style: inset inset inset inset;
	border-color: #bbbbbb #d6d6d6 #bbbbbb #bbbbbb;
	background-color: #ebebeb;
  	font-weight: strong;
  	font-family: Helvetica Neue, Helvetica, Arial, Sans serif;
}

.comparison td {
	border-width: 1px 1px 1px 1px;
	padding: 5px 5px 5px 5px;
	vertical-align: top;
	border-style: inset inset inset inset;
	border-color: #d6d6d6 #d6d6d6 #d6d6d6 #d6d6d6;
	background-color: #ebebeb;
  	white-space: pre;
  	font-family: monospace;
}



/* horizontal rule */
hr {
  color: #d9d9d9;
  border: 1px solid;
  background-color: #4e75b4;
  text-align: left;/*this will align it for IE*/
  margin: 0 auto 0 0;
  margin-bottom: 6pt;
  margin-top: 6pt;
}


/* Link styles */

a, a:visited, a:active, a:hover {
  font-weight: bold;
  font-size: 10pt;
  color: #05a5f8;
  text-decoration: underline;
}

/*
a:visited {
  color: #4e75b4;
}
*/

a:active, a:hover {
  color: #01519f;
}


/* example and output styles */

.header, .headeroutput {
  margin-left: 20pt;
  color: #5e5e5e;
  font-size: 11pt;
  font-weight: bold;
  text-align: left;
  background-color: #f0f0f0;
  max-width: 805px;
  margin-top: 12px;
  padding-left: 5px;
  padding-top: 6px;
  padding-bottom: 6px;
  border-bottom: solid #bbbbbb 1.0pt;
  border-bottom-alt: solid #444444 .5pt;
}

.content, .contentoutput{
  margin-left: 20pt;
  font-size: 10pt;
  text-align: left;
  border: 1px dashed;
  border-top: 0px;
  border-color: #f0f0f0;
  background-color: #f0f0f0;
  max-width: 798px;
  padding-left: 5px;
  margin-bottom: 1em;
  padding-bottom: 1em;
  white-space: pre;
}

#header {
  margin-left: 20pt;
  color: #5e5e5e;
  font-size: 11pt;
  font-weight: bold;
  text-align: left;
  background-color: #f0f0f0;
  max-width: 805px;
  margin-top: 12px;
  padding-left: 5px;
  padding-top: 6px;
  padding-bottom: 6px;
  border-bottom: solid #bbbbbb 1.0pt;
  border-bottom-alt: solid #444444 .5pt;
}

#content {
  margin-left: 20pt;
  font-size: 10pt;
  text-align: left;
  border: 1px dashed;
  border-top: 0px;
  border-color: #f0f0f0;
  background-color: #f0f0f0;
  max-width: 798px;
  padding-left: 5px;
  margin-bottom: 1em;
  padding-bottom: 1em;
  white-space: pre;
}

.headeroutput, .contentoutput {
  white-space: pre;
  border-color: #8f9ba6;
  color: #8f9ba6;
}

.comment, .string {
  color: #008000;
}

.string {
  color: #ff0000;
}

.line {
	border-bottom: 1px solid #dbdfe2;
	clear: both;
	height: 20px;
	overflow: hidden;
	margin: 7px 0 10px 0;
  	max-width: 798px;
	}
	
#footer {
	max-width: 788px;
	color: #b4b4b4;
	font-size: 10px;	
	clear:both;
	}
