/**
* CSS Reset Reloaded
*
* @author  Eric Meyer
* @visit   http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: #000;
	background-color: #FFF;
}/*
ol, ul {
	list-style: none;
}*/
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border:none;
}

/* default.css */
body
{
	font: 12px "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
	margin:20px;
	width:800px;
	color:#333333;
}
.classesList a {
	color: #3366CC;
}


.header
{
	clear: both;
	background-color: #ccc;
	padding: 8px;
}

h1
{
	font-size: 150%;
	font-weight: bold;
	padding: 0;
	margin: 1em 0 0 .3em;
}
h1,h2,h3,h4,h5,h6 {
	font-weight:bold;
}
strong {
	font-weight:bold;
}

hr
{
	border-top: 1px solid #A9D400;
	height: 1px;
	border-right: 0 none;
	border-bottom: 0 none;
	border-left: 0 none;
	margin-top: 40px;
	margin-bottom: 0px;
}

pre
{
	display: block;
	padding: 8px;
	border: 1px solid #ccc;
	background: #eee;
	font-family:"Courier New", Courier, monospace;
	width:95%;
	overflow:auto;
}
code {
	font-family:"Courier New", Courier, monospace;
}

#index
{
	margin-top: 24px;
	float: left;
	width: 160px;
	position:fixed;
	left: 8px;
	padding: 8px;
	background: #FFFFFF;
	border-right: 1px dotted #A9D400;
	color: #999999;
}
#toTop {
	font-size:11px;
}

#content
{
	margin-left: 190px;
	width: 600px;
}

.classList, .classList ul
{
	list-style-type: none;
	padding: 0;
	margin: 0 0 0 8px;
	font-family: arial, sans-serif;
	font-size: 1em;
	overflow: auto;
}

.classList li
{
	padding: 0;
	margin: 0;
}
#index  a {
	color: #669900;
}
.classList li a {
	display:block;
	padding-left:16px;
	background: url(images/bullet_green.png) no-repeat left 3px;
	line-height:22px;
}
#index  li ul {
	list-style-type:circle;
	margin-left:20px;
}
#index  li ul li {
	margin-left:15px;
}
#index  li ul a {
	color:#999;
	background-image:none;
	line-height:14px;
	padding:0;
}
.classList li a:hover {
	background-color: #F4FFCA;
}


.summaryTable { 
	width: 100%;
 }

h1.classTitle
{
	font-size:170%;
	line-height:130%;
	margin-bottom: 30px;
	color: #999999;
	border-bottom: 1px dotted #999;
	letter-spacing:2px;
}

h2 {
	font-size: 110%;
	color: #666666;
}
caption, div.sectionTitle, td.sectionTitle
{
	background-color: #A9D400;
	color: #FFF;
	font-size:130%;
	text-align: left;
	padding: 2px 6px 2px 6px;
	font-weight: bold;
	letter-spacing: 2px;
	border-top: 1px solid #83A400;
	border-right: 1px solid #83A400;
	border-bottom: 3px solid #83A400;
	border-left: 1px solid #83A400;
}
.summaryTable td.sectionTitle {
	font-size:14px;
	line-height:auto;
	padding: 2px 6px 2px 6px;
}

div.sectionTitle { margin-bottom: 8px; }
.summaryTable thead { display: none; }

.summaryTable td
{
	vertical-align: top;
	padding: 15px 4px;
	border-bottom: 1px dotted #83A400;
	border-right: 1px solid #83A400;
}

/*col#summaryAttributes {}*/
.summaryTable td.attributes
{
	border-left: 1px #83A400 solid;
	width: 140px;
	text-align: right;
}

td.attributes, .fixedFont
{
	color: #3366CC;
	font: 14px/15px "Courier New", Courier, monospace;
}

.summaryTable td.nameDescription
{
	text-align: left;
	font-size: 13px;
	line-height: 15px;
}

.summaryTable td.nameDescription, .description
{
	line-height: 15px;
	padding: 4px;
	padding-left: 4px;
}

.summaryTable { margin-bottom: 8px; }

ul.inheritsList
{
	list-style: square;
	margin-left: 20px;
	padding-left: 0;
}

.detailList {
	margin-left: 20px; 
	line-height: 15px;
}
.detailList dt { margin-left: 20px; }

.detailList .heading
{
	font-weight: bold;
	padding-bottom: 6px;
	margin-left: 0;
}

.light, td.attributes, .light a:link, .light a:visited
{
	color: #777;
	font-style: italic;
}

.fineprint
{
	text-align: right;
	font-size: 10px;
	display: none;
}
.fixedFont a {
	color: #3366CC;
}
div.fixedFont {
	padding:10px;
	background: #F0FFB7;
	font-size: 16px;
}
table .fixedFont {
	padding:0;
	background-color:#FFF;
	font-size: 12px;
	}
.details {
	margin-bottom: 40px;
	margin-top: 40px;
}
div.description {
	margin: 20px 0;
}
table .description {
	margin: 0px;
}
dl {
	margin-top: 10px;
	margin-bottom: 10px;
}
dd {
	margin: 0 0 10px 20px;
}
#index hr {
	margin: 10px 0px;
}
ul {
	margin: 10px 20px;
}


/**
 * %%Highlight Theme
 */
/*

Original style from softwaremaniacs.org (c) Ivan Sagalaev <Maniac@SoftwareManiacs.Org>

*/

pre code {
  display: block;
  font-family:"Courier New", Courier, monospace;
  background: #F0F0F0;
}

pre code,
.ruby .subst,
.xml .title,
.lisp .title {
  color: black;
}

.string,
.title,
.parent,
.tag .attribute .value,
.rules .value,
.rules .value .number,
.preprocessor,
.ruby .symbol,
.instancevar,
.aggregate,
.template_tag,
.django .variable,
.smalltalk .class,
.addition,
.flow,
.stream,
.bash .variable,
.apache .tag,
.apache .cbracket {
  color: #800;
}

.comment,
.annotation,
.template_comment,
.diff .header,
.chunk {
  color: #888;
}

.number,
.date,
.regexp,
.literal,
.smalltalk .symbol,
.smalltalk .char,
.change {
  color: #080;
}

.label,
.javadoc,
.ruby .string,
.decorator,
.filter .argument,
.localvars,
.array,
.attr_selector,
.pi,
.doctype,
.deletion,
.envvar,
.shebang,
.apache .sqbracket {
  color: #88F;
}

.keyword,
.id,
.phpdoc,
.title,
.vbscript .built_in,
.rsl .built_in,
.cpp .built_in,
.avrasm .built_in,
.aggregate,
.smalltalk .class,
.winutils,
.bash .variable,
.apache .tag {
  font-weight: bold;
}

.html .css,
.html .javascript,
.html .vbscript {
  opacity: 0.5;
}

