body {
  font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; 
  font-size  : 0.8em;
  margin-left: 10px;
  background-color: #00376E;
}

.version {
  text-align: center;
  color     : #aaaaaa;
}

.version a {
  color: white;
}

a img 
{
  border-width: 0px;
  margin-right: 7px;
}

.request_key
{
  float:right;
}

h1 {
  text-align : center;
  font-size  : 2.4em;
  color: #ffffff;
}

h2 {
  font-size  : 1.8em;
  margin-bottom: 0px;
  padding-bottom: 0px;
}


h3 {
  font-size  : 1.4em;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}

h4 {
  font-size  : 1.2em;
}

h5 {
  font-size: 1em;
}

p {
}

li {
  margin-bottom: 5px;
}

.section {
  background-color: #ffffff;
  padding: 20px;
  margin:  20px;
  margin-top: 0px;
  padding-top: 10px;
  z-index: 1;
}

.heading {
  z-index:100;
  text-align: center;
  background-color: LightGoldenrodYellow;
  border-color : PaleGoldenrod;
  border-width : 1px;
  border-style : solid;
  padding-left: 20px;
  margin-left:  20px;
  padding-right: 20px;
  margin-right:  20px;
}

.heading h2{
vertical-align: middle;
padding-bottom:15px;
margin-bottom:5px;
}

code {
  color: #444444 ;
}

.codebox {
  padding-left: 30px;
}

.resource {
  background-color: #eeeeee;
  padding-bottom: 10px;
}

.resource p, .resource table, .resource h4, .resource h5 {
  padding-left: 15px;
  padding-right: 15px;
}

.resource td {
font-size: 0.6em;
padding-right: 20px;
}

.resource th {
font-size: 0.7em;
text-align: left;
}


.resource h3 {
  background-color: #dddddd;
  font-size: 1.2em;
  border-style: solid;
  border-width: 10px;
  border-color: #dddddd;
  text-align: center;
}

.url {
  width: 300px;
}

li.example {
	
	font-size: 80%;
	padding-left: 5px;
	margin-top: -2px;
	list-style-type: none;
}

.notice {
	font-size: 110%;
	font-weight: bold;
	text-align: center;
	background-color: #f0b2b0;
	border: 1px solid #7d0000;
	margin: 20px 100px;
	padding: 10px;
}

.highlight {
	color: #8d0000;
}

.example_image {
	text-align: center;
}

.example_image img {
	text-align: center;
	padding: 10px;
	border: 1px solid #b3b3b3;
}
