body,a
{
	color: #000;
	font-size: 12px;
	font-family:verdana;
	margin:0px;
	padding:0px;
}

a {
	text-decoration:none;
	color:#000055;
}

a:hover {
	text-decoration:none;
	color:#550000;
}

#main {
	padding:0px;
}

#index
{
/*	margin-top: 20px;*/
/*	float: left;*/
/*	width: 160px;*/
/*	position: absolute;*/
/*	left: 8px;*/
/*	background-color: #F3F3F3;*/
/*	padding: 8px;*/
padding-right:5px;
}

#content
{
/*	margin-left: 190px;*/
/*	width: 600px;*/
}

img {
	vertical-align:middle;
}

ul
{
	list-style-type: none;
	margin-left: 3px;
	padding-left: 3px;
	margin-right: 3px;
	padding-right: 3px;
}

li {
	height: 20px;
}

.content { }
.docs { }
.signature { font-weight: normal; }
.code {
	font: 11px monaco,monospace;
	padding: 4px;
	margin-left: 10px;
	border: 1px dashed #ccc;
}

.itemTitle
{
	font-size: 12px;
	/*font-weight: bold;*/
	height: 16px;
}

.item { }

.sectionHead
{
	font-size: 18px;
	font-weight: bold;
	background-color: #C0C1DE;
	color: #fff;
	margin-top: 18px;
	padding: 2px 4px 2px 4px;
}

.section
{
	padding: 8px;
	border: 1px #8A92BC solid;
	margin: 4px;
}

.detailHead
{
	border-bottom: 1px #8FB685 dotted;
	font-size: 12px;
	font-weight: bold;
	color: #798E73;
	margin-top: 5px;
}

.desc { padding: 8px; }

.fileHead
{
	background-image: url(class.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	font-weight: bold;
	font-size: 13px;
/*	line-height: 20px;*/
}

.fileHead a {
	font-size:13px;
	font-weight:bold;
}

.overview .itemTitle
{
	background-image: url(overview.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
}

.constructor .itemTitle
{
	background-image: url(constructor.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
}

.function .itemTitle
{
	background-image: url(method.png);
	background-repeat: no-repeat;
	padding-left: 20px;
}

.event .itemTitle
{
	background-image: url(event.png);
	background-repeat: no-repeat;
	padding-left: 20px;
}

.object .itemTitle
{
	background-image: url(class.png);
	background-repeat: no-repeat;
	padding-left: 20px;
}

.type
{
	font-style: italic;
	color: #999;
	font-weight: normal;
	white-space: nowrap;
}

.itemTitle a.type { font-weight: bold; }

.finePrint
{
	color: #878787;
	font-family: verdana;
	font-size: 10px;
	text-align: right;
}

.params td { padding-right: 10px; vertical-align:top; }
.indent { margin-left:15px; }

.deprecated
{
	color: #666;
	font-weight: normal;
}

.deprecated del
{
	color: #000;
}

.optional
{
	color:#777777;
}