div#content
{
    padding-top: 20px;
    padding-bottom: 20px;
}

div#content h1, div#content h2
{
    position: relative;
    top: 0;
    left: 0;
	line-height: 14px;
    color: #1D345F;
    background: transparent url("../images/bullet-title.gif") left center no-repeat;
    padding: 0 0 0 20px;
	margin: 2em 0 .8em -20px;
	display: block;
	height: 20px;
    text-indent: 0;
}

div#content p
{
    padding-top: 1em;
}

pre div
{
    margin-top: 5px;
    margin-bottom: 10px;
}

div#content h1
{
    font-size: 1.4em;
}

div#content h2
{
    font-size: 1.2em;
}

div#content h2.subtitle
{
    margin-top: 0;
    font-size: 1.1em;
    background: transparent;
    font-color: #506b7d;
    text-transform: none;
}

div#content h3
{
    font-size: 1.1em;
}

div#content div.rightfigure
{
    padding-left: 20px;
    float: right;
}

div#content div.figure, div#content div.figurefw
{
    padding: 20px;
}

div#content div.figure p, div#content div.figurefw p, div.splashrow
{
    text-align: center;
    font-weight: bold;
}

div.figure a 
{
    text-decoration: none;
    border: 0;
    background: transparent;
}

div.figure center img
{
padding: 10px 0 10px 0;
}


div.figurefw img
{
    width: 300px;
}


div.algorithm
{
    padding: 0.8em;
    margin: 1.5em 0 1.5em;
    background-color: #eee;
    border: 1px #8FA7BF solid;

}

span.desc
{

}
/* div.figure, div.figurefw, div.rightfigure, div.thetable { */
    /* border: thin silver solid; */
    /* margin: 0.5em; */
    /* padding: 0.5em; */
/* } */
/* div.figure p, div.figurefw p, div.rightfigure p, div.thetable p { */
    /* text-align: center; */
    /* font-style: italic; */
    /* font-size: smaller; */
    /* text-indent: 0; */
/* } */
/* div.figure img, div.rightfigure { */
/* } */
/* div.figurefw img { */
    /* height: 300px; */
/* } */

div.thetable { width: 95%;
    margin: 0px auto; 
}
div.thetable table { 
    margin: 0px auto; 
    width: 100%;
}
div.thetable table th { 
    padding: .3em;
    background-color: #8FA7BF;
    font-weight: bold;
    text-align: center;
}
div.thetable table th.desc { 
    background-color: #D8AA9B;
}
div.thetable table td { 
    padding: .3em;
    /* background-color: #D8AA9B; */
    background-color: #eee;
}

dl.classes-overview
{
width: 41.1em;
margin: 2em 0;
padding: 0;
text-transform: uppercase;
overflow: auto;
}

.classes-overview dt
{
width: 20%;
float: left;
margin: 0 0 0 30px;
padding: .5em;
border-top: 1px solid #999;
font-weight: bold;
}

.spacer
{
    clear: both;
}

/* commented backslash hack for mac-ie5 \*/
dt { clear: both; }
/* end hack */

.classes-overview dd
{
float: left;
width: 55%;
margin: 0 0 0 0;
padding: .5em;
border-top: 1px solid #999;
}


/* override nav settings */
#nav {
	top: 0px;
}

