﻿blockquote
{
    background-color: #FFFFCC;
    border-top-style: solid;
    border-top-width: 1px;
    border-color: #FFCC99;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding: 10px;
    margin-right: 15px;
    margin-left: 15px;
}
#tocLeftContainer
{
    margin: 10px 10px 10px 0px;
    float: left;
    width: 200px;
}
#tocLeftContainer h1
{
    text-align: center;
    padding: 5px;
    font-size: 1.1em;
    font-weight: bold;
    text-transform: capitalize;
    background-color: #C0C0C0;
}
#tocLeftContainer ul
{
    margin: 0px;
    margin-left: 30px;
    padding: 0px;
    list-style-type: square;
}
#contentBody 
{
    float:left;
    width:670px;
}

.api
{
    border-width: thin;
    border-color: #666666;
    background-color: #ECF9FF;
    margin-top:5px;
}
.api_func
{
    font-weight:bold;
    font-size:1.2em;
    
}
.api_init
{
    font-size:1em;
    
}
.api_returns
{
        font-size:1em;

}
.api_desc
{
    background-color:White;
}
.api_desc blockquote
{
    background-color: #E4E4E4;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-color: #808080;
}
.api_colheader
{
    background-color: #666666;
}
.api_colheader td
{
    color: #CCCCCC;
    font-weight: bold;
    
}
.api_sep
{
    height: 20px;
}



