pre {
    font: 12px Verdana, Arial,'Trebuchet MS', Helvetica, sans-serif;
    color:#000;
    padding:20px 15px 20px 15px;
    background-color:#efeceb;
    background-color:#e4e4e5;

}

pre, .docutils {
    border:1px solid #669966;
}

#doc_footer {
    margin-top:10px;
    margin-left:50px;
}
#doc_content {
    margin-top:30px;
}
.section {
    margin:20px 0 20px 0;
}
.section h2 {
    font-size: 14px;
}
.section h3 {
    margin-bottom:20px;
}
.section h2 a:hover,
.section h3 a:hover {
    color: #575755;
}

.section blockquote {
    margin-left:40px;
}
.section li  {
    list-style: none;
    padding: 0;
    padding-left: 20px;
    background: transparent url(/images/misc/link_bullet.gif) 0 4px no-repeat;
    line-height: 22px;

}

dl.docutils {
    margin-left:5px;
    background:#efeceb;
    padding:10px;
}
dl dt {
}
dl dd {
    margin-top:5px;
    margin-left:35px;
}
table {
    width:80%;
    background-color: #669966;
    border:0;
}

table th.head {
    background-color: #afd699;
}

table td, table th {
    padding:5px;
    border: 0;
    background-color:#fff;
}

table a {
	color:#669966;
}

div.document h3 a {
	margin-left:-6px;
}
a.reference {
    text-decoration: underline;
}
a.reference:hover {
    text-decoration: none;
}
