@charset "UTF-8";

/* Body */
body {margin:0px; 
      padding:0px;
      font-family:Verdana,"Lucida Grande", Arial,"Trebuchet MS", Tahoma, sans-serif;
      font-size:.8em;}
a:link, a:visited {color:#ffffff}
a:active, a:hover {color:#0066ff}

/* Header */
.centeralign{margin:0px auto;width:1000px;position:relative;}
#header {height: 100px; background:transparent url(/images/api/header_background.png) repeat scroll 0%;}
#header_image {background:url(/images/api/logo.png) no-repeat 40px 5px; ;z-index:2; width: 350px; height:90px; float:left;}
#navigation {height:75px; position:relative; top:54px; /*left:80px;*/left:180px;}
#navigation a {margin:0px 5px; font-size:1.4em; text-decoration:none; border-bottom:1px dashed #74777a;}

#registerlinks {float:right;background-color:#fff;font-size:1.1em;line-height:1.5em;padding-right:40px;margin:30px 30px 30px 50px;}
.flash{display:none;border:1px solid;padding:5px 20px;background-color:#6fadff;width:360px;}

/* Footer */
#footer {height: 40px; background:#333333; color:#AF832B; text-align:center; padding:10px;position:relative;}
#footer a {text-decoration:none; border-bottom:1px dashed #ffffff;}

/* Content */
#content {/*margin:20px 500px 20px 30px;*/ line-height:1.5em;color: #3f3f3f;margin:20px auto;width:850px;min-height:200px;height:expression(this.clientHeight<200?"200px":this.clientHeight);}
#content a {color: #0066ff; text-decoration:none; border-bottom:1px dashed #0066ff;}
h1 {color: #6FADFF;}
textarea{border:1px solid #ccc;}
.linkbox {background-color: #efefef; 
          border: 1px solid #bfbfbf; 
          margin: 0.5em 0pt 1.0em;
          padding: 0.5em;
          font-family: "bitstream vera sans mono",monaco,"lucida console","courier new",courier,serif}
#content dt {font-weight: bold; color: #476F6E; font-size:1.3em; margin-bottom:4px;}
#content dd {padding-bottom: 20px; margin-left:0px;}
#content b {color: #b0842d;}

/* Button */
.btn { display: block; position: relative; background: #aaa; padding: 5px; color: #fff; text-decoration: none; cursor: pointer; margin:0px auto;width:150px;text-align:center;}
.btn * { font-style: normal; background-image: url(/images/btn2.png); background-repeat: no-repeat; display: block; position: relative; }
.btn i { background-position: top left; position: absolute; margin-bottom: -5px;  top: 0; left: 0; width: 5px; height: 5px; }
.btn span { background-position: bottom left; left: -5px; padding: 0 0 5px 10px; margin-bottom: -5px; }
.btn span i { background-position: bottom right; margin-bottom: 0; position: absolute; left: 100%; width: 10px; height: 100%; top: 0; }
.btn span span { background-position: top right; position: absolute; right: -10px; margin-left: 10px; top: -5px; height: 0; }

* html .btn span,
* html .btn i { float: left; width: auto; background-image: none; cursor: pointer; }

.btn.blue { background: #2ae; }
.btn.blue {background: #5690da;}
.btn.green { background: #9d4; }
.btn:active { background-color: #444; }
.btn[class] {  background-image: url(/images/shade.png); background-position: bottom; }

* html .btn { border: 3px double #aaa; }
* html .btn.blue { border-color: #2ae; }
* html .btn.green { border-color: #9d4; }
* html .btn.pink { border-color: #e1a; }

code {
  font-family: 'Bitstream Vera Sans Mono', Monaco, Consolas, 'Dejavu Sans Mono', 'Lucida Console', 'Courier New', Courier, Monospace;
  font-size: small;
  display: block;
  background: #222;
  color: #eee;
  padding: 16px;
  border: 1px solid #000;
  border-bottom: none;
  border-right: none;
  margin: 6px 16px 16px 16px; 
}
  code .kw, code .keyword {font-weight: bold;color: #d00; }
  code .co, code .comment {color: #999;font-style: italic; }
  code .st, code .string {color: #6d5;background: #232; }
  code .sy, code .symbol {color: #59e; }
  code .op, code .operator {color: #a94; }
  code .li, code .literal {color: #c5a; }
  code .self { text-decoration: underline; }
#content .nostyle {border:none;color:#fff;text-decoration:none;}
#content #registerlinks .nostyle {border:none;color:#fff;text-decoration:none;}
img{border:none;padding-top:10px;}
#outdated{text-align:center;padding:5px;background-color:#ffffe5;width:570px;margin-bottom:5px;margin:0px auto;}

