@charset "UTF-8";
body {
    text-align: center;
    font-family: Verdana, Arial, sans-serif;
    margin: 3px;
    padding: 0px;
    background-image: url( ../images/background.gif );
    background-attachment: fixed;
}

h1, h2, h3 {
    color: #43A;
}
.history h2{
    font-size:100%;
    color: #314;
}
h3{
    font-size:80%;
    color: #314;
}

.history ul{
    list-style: none;

}

.javadoc table{
    font-size:70%;
    width: 100%;
}
.javadoc table th{
    background-color: #aaa;
}
.javadoc table td{
    text-align: center;
    background-color: #ddd;
}

.api-support table{
    font-size:70%;
    width: 100%;
}

.api-support table th{
    background-color: #aaa;
}
.api-support table td{
    background-color: #ddd;
}
.api-support .pagination{
    text-align: center;
}
.api-support .pagination a {
    color: #1c1;
}

.api-support .pagination a:visited {
    color: #1c1;
}

.api-support .pagination a:hover {
    color: #1c1;
}
.credential-rate-check {
 text-align: center;
 color: #1c1;
}

.api-support .method-path{
  width: 200px;
}
.api-support .t4jmethod{
  width: 200px;
}
.api-support .credential-rate{
  width: 50px;
}
.api-support .paging-support{
  width: 80px;
}
.faq h2{
    font-size:100%;
    color: #314;
}

.center {
    width: 880px;
    margin: 10px auto 30px auto;
    position: relative;
    font-size: 90%;
    color: #314;
    background-color: #FFF;
    text-align: left;
}

/*.transparent {
    position: fixed;
    position: expression( "absolute" );
    top: expression( 0 +( ignoreMe = document . body . scrollTop ) + 'px' );
    width: 220px;
    height: 220px;
    background-color: #FFF;
    filter: alpha( opacity = 70 );
    -moz-opacity: 0.70;
    opacity: 0.70;
}*/

.options th {
    font-size: 90%;
    background-color: #ABF;
}

.options td {
    background-color: #CDF;
}

.left {
    text-align: left;
    position: absolute;
    top: 12px;
    width: 280px;
    font-size: 90%;
    float: left;
}

.left ul {
    list-style: none;
}

.left ol {
    list-style: none;
    margin: 0;
    padding: 0 0 1 5;
}

.content {
    position: relative;
    width: 600px;
    left: 280px;
    top: 0px;
    text-align: left;
}

ul {
    list-style: disc;
    margin: 10px 0;
    padding: 0 0 12px;
}

li {
    margin-bottom: 6px;
    padding-left: 12px;
}

.numberedlist {
    padding-top: 10px;
    padding-bottom: 0px;
}

.numberedlist a {
    color: #314;
}

.download {
    border: solid 1px;
    border-color: #FFF;
}

.download:hover {
    color: #04D;
}

a {
    text-decoration: none;
    color: #049;
}

a:visited {
    text-decoration: none;
    color: #049;
}

a:hover {
    color: #04D;
    text-decoration: underline;
}

img {
    border: 0px;
}

.codeSample {
    padding: 3px;
    border: 1px solid #AA9;
    width: 97%;
    overflow: auto;
    overflow-y: hidden;
    _overflow-x: scroll;
    background-color: #FFD;
}

.screenshot {
    text-align: center;
    margin-bottom: 10px;
    font-size: 90%;
}

.screenshot img {
    padding: 2px;
    background: #aaa;
    border: 1px solid #999;
}
