
body {
  background-color: #fff;
  color: #333;
  font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Helvetica, sans-serif;
  font-size: 100%;
  margin: -1px;
  padding-left:10px;
}

p {
    padding: 0 0 0 20;
}

a {
    font-size: small;
    text-decoration: none;
}


h2 { color: #666633;
    font-family: "times new roman", times, georgia, serif;
    font-size: large;
    font-weight: normal;
    padding-bottom: 0px;
    /* this is so the underline sits just below the text baseline */
    margin-bottom: -5px;
    margin-top: 6px;
}

h3 {
    color: #666633;
    font-family: "times new roman", times, georgia, serif;
    font-size: normal;
    /* for better spacing on various pages */
    padding-bottom: 0px;
    margin-bottom: 3px;
}

.large {
    font-family:  arial, helvetica, sans-serif;
    font-size:  35px;
    background-color: black;
    color: white;
}

.medium {
    font-family: verana, arial, helvetica, sans-serif;
    font-size:  20px;
    font-weight: bold;
}


.small {
    font-family:  arial, helvetica, sans-serif;
    font-size:  10px;
}


.foobar a { text-decoration: none; }
.foobar a:link { text-decoration: none; }
.foobar a:visited { text-decoration: none; }
.foobar a:hover { text-decoration: none; }

a:link, a:visited { 
  background-color: transparent;
  color: #333;
  text-decoration: none;
  border-bottom: 1px dotted #333;
  text-decoration: underline;
  border-bottom: 0;
}

a:hover {
  background-color: transparent;
  color: #993344;
  text-decoration: none;
  text-decoration: underline;
  border-bottom: 1px dotted #993344;
  border-bottom: 0;
}

h1 {
  margin: 8px 0 0 0;
  padding: 0;
  font-variant: small-caps;
  letter-spacing: 0.1em;
  font-family: "Book Antiqua", Georgia, Palatino, Times, "Times New Roman", serif;
}


#main {
  clear: left;
  margin-left: 11px;
  margin-bottom: 2em;
  font-size: small;
}

#mainInner { 
  margin-left: 1em;
  margin-bottom: 2em;
  padding-top: 1em;
}

.example, .section {
  line-height: 100%;
}


pre  {
  font-weight: normal;
  font-family: monospace;
  font-size: small;
}

body.docs .example {
  border-left: 4px double #ddd !important;
  border-left: 1px solid #ccc;
  margin-left: 2em;
  padding-left: 2em;
}

.xmlbutton {
    border-bottom: solid 1px grey;
    border-right: solid 1px grey;
    padding: 0px 4px 0px 6px;
    font-weight: bold;
    font-size: 11px;
    font-family: arial;
    background-color: #ff6600;
    color: #ffffff;
    vertical-align: middle;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    width: 30px;
    title: 'RSS feed';
}

.xmlbutton a {  text-decoration: none; }
.xmlbutton a:visited {  text-decoration: none; }
.xmlbutton a:link {  text-decoration: none; }
.xmlbutton a:hover {  text-decoration: none; }
