/* edit this file to customize the monobook skin for the entire site 

<pre><nowiki>*/

/* Size of the current logo */
#p-logo,
#p-logo a,
#p-logo a:hover {
  top:0px;
  padding:0;
  margin:0;
  height:45px;
  width:217px;
}

/* Moves the navigation bar up to logo */
#column-one {
 padding-top: 65px; 
}

/* Moves page control actions down below logo */
#p-cactions {
  margin: 25px 0pt 0pt 0pt;
}

/* Moves main page body down below logo */
#content {
  border: 1px solid #ddf;
  margin: 61px 0pt 0pt 12.2em;
}

table.api,
table.api tr,
table.definition,
table.definition tr {
  text-align: left;
  vertical-align: text-top;
  border: 1px;
  border-spacing: 3px;
  border-style: solid;
  padding: 4px;
}

table.api,
table.api tr {
  width: 100%;
}

table.params,
table.params tr,
table.definition {
  background-color: #ffffe0;
  border-color: #cfcfb0;
}

table.error_codes,
table.error_codes tr {
  background-color: #faafba;
  border-color: #ca8f9a;
}

tt.key {
  font-weight: bold;
  font-size:110%;
}

/* </pre> */