*, html, body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

html {
	height: 110%;
}

.casttable {
	padding-left: 5px;
	padding-right: 10px;
	text-align: center;

}

body {
	font-family: Arial,Helvetica,Verdana,sans-serif;
	font-size: 14px;
	height: 1000px;
	margin:0;
	padding:0;
	text-align:center;
	background-color:#f5f5f5;
}

#outer_container {
	width:812px;
	background-image:url("background.gif");
	background-repeat:repeat-y;
	background-position:top left;
	margin:0 auto;
	text-align:left;
	padding-top: 30px;
}

#container {
	width:800px;
	margin:0 6px 0 6px;
	position:relative;
	background-color:#fff;
	border-top:5px solid #b1c0c9;
	border-bottom:5px solid #b1c0c9;
}

#main {
	padding:10px 30px 10px 30px;
}

#main #message {
	background-color:#6d7a81;
	font-size:18px;
	font-family:"Myriad","Myriad Pro","Trebuchet MS";
	color:#fff;
	padding:15px;
	position:relative;
	z-index:999;
}

#main a.button {
	display:block;
	width:146px;
	height:28px;
	border:0;
	text-align:center;
	background-image:url("button.gif");
	background-position:0 0;
	background-repeat:no-repeat;
	font-family:"Lucida Grande","Lucida Sans Unicode",Verdana;
	letter-spacing:-1px;
	color:#475e6a;
	font-size:12px;
	text-shadow:2px 2px 0px #9daab0;
	font-weight:normal;
	line-height:26px;
	margin-top:10px;
}

#main a.button:hover {
	background-position:0 -28px;
	background-repeat:no-repeat;
}

#main a.button:hover {
	color:#475e6a;
}

#main h1 {
	font-family:"Myriad Pro","Trebuchet MS",Verdana;
	color:#6d7a81;
	font-size:42px;
	font-weight:bold;
	letter-spacing:-1px;
	text-shadow:2px 2px 0px #d9d9d9;
	margin:0 0 0 -2px;
	padding:0 0 0 0;
}

#main h1.small {
	font-size:32px;
}

#main h1 sup {
	font-size:14px;
	color:#aaa;
	text-shadow:none;
}

#main p.introduction {
	font-family:"Myriad","Myriad Pro","Lucida Grande","Lucida Sans Unicode",Verdana;
	margin:0 0 25px 0;
	padding:0 0 0 0;
	font-size:14px;
	line-height:5px;
	font-weight:bold;
	color:#a8a8a8;
	letter-spacing:;
}

#main h2 {
	font-family:"Myriad","Myriad Pro","Lucida Grande","Lucida Sans Unicode",Verdana;
	color:#5f6a71;
	font-size:24px;
	font-weight:normal;
	padding:10px 0 5px 0;
	margin:0 0 0 0;
	border-bottom:1px solid #eee;
}

#main h2 a {
	font-weight:normal;
	margin:0;
	padding:0;
}

#main h3 {
	font-family:"Myriad","Myriad Pro","Lucida Grande","Lucida Sans Unicode",Verdana;
	font-size:20px;
	border-bottom:1px solid #eee;
	padding:7px 0 7px 0;
	margin:0;
	color:#5f6a71;
}

#main h3 span {
	font-size:12px;
	padding-left:7px;
	font-weight:normal;
}

#main h2.borderless,
#main h3.borderless {
	border-bottom:none;
}

#main .item_info {
	padding-top:7px;
	border-top:1px solid #eee;
	text-align:right;
	font-size:9px;
	letter-spacing:0;
	color:#999;
	font-family:"Lucida Grande","Lucida Sans Unicode",Verdana;
}

#main {
	font-family:Verdana;
	color:#333;
	font-size:11px;
}

#main p,
#main li,
#main div.comment {
	font-family:Verdana;
	color:#333;
	font-size:11px;
	line-height:18px;
}

#main p {
	margin-top:12px;
	margin-bottom:12px;
}

#main ul.api li {
	font-family:"Trebuchet MS";
	color:#333;
	font-size:16px;
}

#main h3 span.right {
	text-align:right;
	font-size:12px;
	font-family:"Lucida Grande","Lucida Sans Unicode",Verdana;
}

#main h3 span.right a {
	margin-left:10px;
}

#main a {
	text-decoration:none;
	font-weight:bold;
	color:#2777a1;
}

#main a:hover {
	color:#1b9de2;
}

#main p.date {
	border-top:1px solid #ccc;
	font-size:9px;
	color:#999;
	text-align:right;
}

#main .right {
	float:right;
	margin-left:10px;
}

#main .left {
	float:left;
	margin-right:10px;
}

#main ul.api {
	list-style:none;
	padding-left:0;
}

#main ul.api li {
	font-size:13px;
}

#main .api li ul li {
	font-family:Courier;
	font-size:12px;
}

#main .api span.visibility {
	color:#881350;
}

#main .api span.name {
	color:#003369;
}

#main .api span.variable {
	color:#825900;
}

#main .api span.return {
	color:#666666;
}

#main pre.highlighted {
	margin:0 -30px 5px -30px;
	padding:20px 30px 20px 30px;
	background-color:#000;
	color:#fff;
	font-size:12px;
	overflow:auto;
	width:740px;
}

* html #main pre.highlighted {
	width:798px;
}

/*
#main code ol {
	list-style:none;
}
*/
#main code,
#main .dp-highlighter li {
	font-weight:normal;
	font-family:"bitstream vera sans mono",monaco,"lucida console","courier new",courier,serif;
	color:#fff;
	font-size:12px;
}

#main .dp-highlighter ol {
	margin:0;
	padding:0;
}

#main .dp-highlighter ol,
#main .dp-highlighter ol li {
	list-style:none;
}

#main .dp-highlighter div.comment {
	font-family:inherit;
}

/* Subsection Tabs
--------------------*/
#main ul.subsection_tabs {
	list-style:none;
	margin:0 0 5px 0;
	padding:0;
	clear:both;
	border-bottom:1px solid #ccc;
	height:20px;
	clear:both;
}

#main ul.subsection_tabs li.tab {
	float:left;
	margin-right:7px;
	text-align:center;
}

#main ul.subsection_tabs li.tab a {
	display:block;
	height:20px;
	padding:0 6px 0 6px;
	background-color:#fff;
	color:#666;
	width:60px;
}

#main ul.subsection_tabs li.tab a:hover {
	color:#666;
}

#main ul.subsection_tabs li.tab a.active {
	background-color:#ddd;
}

#main ul.subsection_tabs li.source_code {
	float:right;
}

