
/* Body */
/* ---- */
table.columns {
	width:100%;
	background-color:#c2ddf4;

}

/* Navigation Column */
/* ----------------- */
table.columns td.left {
	vertical-align:top;
	background-color:#c2ddf4;
	width:200px;
}

/* Header */
/* ------ */
table.columns td.header {
	padding-right:120px;
}

/* Content Area */
/* ------------ */
table.columns td.middle {
	padding:0px;
	vertical-align:top;
	background-color:white;
}
table.columns td.middle div.body {
	padding:20px 10px 0px 25px;
}
div.corner {
	width:25px;
	height:25px;
	float:left;
}
table.columns td.middle div.cornerul {
	background: #c2ddf4 url(/rounded-corner-25-ul.gif) no-repeat scroll top left;
}
table.columns td.middle div.tabcontent {
	border:1px solid black;
	border-width:0px 1px 1px 1px;
	clear:left;
}
table.columns td.middle div.content, table.columns td.middle div.tabcontent {
	padding:0px 10px 20px 10px;
	margin: 0px;
}

/* Ad area */
/* ------- */
table.columns td.right {
	width:120px;
	vertical-align:top;
}

/* Footer */
/* ------ */
table.columns td.footer {
	height:20px;
	text-align:center;
	font-weight:bold;
}

/* Tabs */
/* ---- */
div.tabContainer {
	border:1px solid black;
	border-width:0px 0px 1px 0px;
	float:left;
	width:100%;
	padding:0px;
}
div.tabContainer div {
	float:left;
	height:1.3em;
	border:3px solid black;
	border-width:1px 1px 1px 1px;
	margin:0px 5px 0px 5px;
	padding:1px 5px 1px 5px;
	position:relative;
	top:1px;
	background-color:#eeeeee;
	color:black;
}
div.tabContainer div.selected {
	border-bottom-color:white;
	background-color:white;
	font-weight:bold;
}
div.tabContainer div a, div.tabContainer div a:visited {
	text-decoration: none;
	color:black;
}
div.tabContainer div a:hover {
	text-decoration: underline;
}

/* Example code, etc */
/* ----------------- */
fieldset.example {
	padding:10px;
	margin-bottom:20px;
	border:solid 2px #8E9086;
}
fieldset.example legend {
	font-weight:bold;
}
div.example {
	overflow-x:scroll;
	width:100%;
}
div.example div.text {
	font-weight:bold;
}
div.codecaption {
	font-weight:bold;
	margin-left:10px;
	margin-bottom:-5px;
}
pre.code, pre.badcode, pre.goodcode {
	background-color:#eeeeee;
	padding:3px;
	border: 1px dashed black;
	color: black;
	margin: 8px 0px 8px 10px;
	font-size:90%;
}
pre.code b, pre.badcode b, pre.goodcode b {
	font-weight:bold;
}
pre.badcode {
	border: 1px dashed red;
	background-color:#ffeeee;
}
pre.goodcode {
    border: 1px dashed green;
	background-color:#eeffee;
}

/* Source */
/* ------ */
pre.source {
	border:solid 1px black;
	background-color:#eeeeee;
	padding:3px;
    color: black;
	margin: 8px 0px 8px 10px;
	font-size:80%;
	width:95%;
	height:500px;
	overflow:scroll;
}
table.sourceDetails {
	background-color:#ffffff;
	padding:5px;
	margin: 8px 0px 8px 10px;
}
table.sourceDetails th {
	border:1px solid #aaa;
	border-top:none;
	text-align:right;
	vertical-align:top;
	background-color:#dddddd;
	padding:2px;
	padding-right:5px;
}	
table.sourceDetails td {
	vertical-align:top;
	border:1px solid #aaa;
	border-top:none;
	border-left:none;
}


/* Example code coloring */
/* --------------------- */
.js_comment { color:green; }

/* Regular tables */
/* -------------- */
table.table {
	border:1px solid #aaa;
	border-collapse: collapse;
}
table.table td, table.table th {
	border:1px solid #aaa;
	padding:3px 5px 3px 5px;
	vertical-align:top;
}
table.table thead tr th {
	vertical-align:top;
	text-align:center;
}
table.table tbody tr th {
	vertical-align:middle;
	text-align:right;
}
table.table th {
	background-color:#c2ddf4;
}
table.table_small tbody tr td, table.table_small thead tr th {
	font-size:smaller;
	padding:1px 2px 1px 2px;
}

/* List of links */
/* ------------- */
ul.links li {
	padding: 3px 0px 3px 0px;
}

/* Table of contents */
/* ----------------- */
table.toc {
	border:1px solid black;
	padding:5px;
	background-color:#eeeeee;
	margin-left:20px;
}
table.toc p.title {
	padding:0;
	margin:0;
	font-size:120%;
	font-weight:bold;
}
table.toc ol {
	padding:0;
	margin-top:10px;
}
table.toc ol li {
	text-decoration:none;
	font-size:110%;
	margin-left:20px;
}

/* Search Box */
/* ---------- */
#searchbox {
	float:right;
}
#searchbox form {
	display:inline;
}
#searchbox form input.search {
	color:#aaa;
}

/* Library boxes */
/* ------------- */
div.libbox {
	height:250px;
	width:150px;
	float:left;
	margin:15px;
	border:2px solid black;
	padding:3px;
}
div.libbox div.image {
	height:150px;
}
div.libbox div.title {
	font-weight:bold;
	font-size:small;
	margin-top:5px;
}
div.libbox div.title a {
	text-decoration:underline;
}
div.libbox div.description {
	font-size:x-small;
	font-family:"sans serif";
}

/* Beta Tagging */
/* ------------ */
.beta_tag {
	color:#999999;
	font-family:"verdana, helvetica, sans serif";
	font-weight:bold;
	border:2px solid #990000;
	padding:0px 10px 0px 10px;
}

﻿.dp-highlighter
{
	font-family: "Consolas", "Courier New", Courier, mono, serif;
	font-size: 12px;
	background-color: #E7E5DC;
	width: 99%;
	overflow: auto;
	margin: 18px 0 18px 0 !important;
	padding-top: 1px; /* adds a little border on top when controls are hidden */
}

/* clear styles */
.dp-highlighter ol,
.dp-highlighter ol li,
.dp-highlighter ol li span 
{
	margin: 0;
	padding: 0;
	border: none;
}

.dp-highlighter a,
.dp-highlighter a:hover
{
	background: none;
	border: none;
	padding: 0;
	margin: 0;
}

.dp-highlighter .bar
{
	padding-left: 45px;
}

.dp-highlighter.collapsed .bar,
.dp-highlighter.nogutter .bar
{
	padding-left: 0px;
}

.dp-highlighter ol
{
	list-style: decimal; /* for ie */
	background-color: #fff;
	margin: 0px 0px 1px 45px !important; /* 1px bottom margin seems to fix occasional Firefox scrolling */
	padding: 0px;
	color: #5C5C5C;
}

.dp-highlighter.nogutter ol,
.dp-highlighter.nogutter ol li
{
	list-style: none !important;
	margin-left: 0px !important;
}

.dp-highlighter ol li,
.dp-highlighter .columns div
{
	list-style: decimal-leading-zero; /* better look for others, override cascade from OL */
	list-style-position: outside !important;
	border-left: 3px solid #6CE26C;
	background-color: #F8F8F8;
	color: #5C5C5C;
	padding: 0 3px 0 10px !important;
	margin: 0 !important;
	line-height: 14px;
}

.dp-highlighter.nogutter ol li,
.dp-highlighter.nogutter .columns div
{
	border: 0;
}

.dp-highlighter .columns
{
	background-color: #F8F8F8;
	color: gray;
	overflow: hidden;
	width: 100%;
}

.dp-highlighter .columns div
{
	padding-bottom: 5px;
}

.dp-highlighter ol li.alt
{
	background-color: #FFF;
	color: inherit;
}

.dp-highlighter ol li span
{
	color: black;
	background-color: inherit;
}

/* Adjust some properties when collapsed */

.dp-highlighter.collapsed ol
{
	margin: 0px;
}

.dp-highlighter.collapsed ol li
{
	display: none;
}

/* Additional modifications when in print-view */

.dp-highlighter.printing
{
	border: none;
}

.dp-highlighter.printing .tools
{
	display: none !important;
}

.dp-highlighter.printing li
{
	display: list-item !important;
}

/* Styles for the tools */

.dp-highlighter .tools
{
	padding: 3px 8px 3px 10px;
	font: 9px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: silver;
	background-color: #f8f8f8;
	padding-bottom: 10px;
	border-left: 3px solid #6CE26C;
}

.dp-highlighter.nogutter .tools
{
	border-left: 0;
}

.dp-highlighter.collapsed .tools
{
	border-bottom: 0;
}

.dp-highlighter .tools a
{
	font-size: 9px;
	color: #a0a0a0;
	background-color: inherit;
	text-decoration: none;
	margin-right: 10px;
}

.dp-highlighter .tools a:hover
{
	color: red;
	background-color: inherit;
	text-decoration: underline;
}

/* About dialog styles */

.dp-about { background-color: #fff; color: #333; margin: 0px; padding: 0px; }
.dp-about table { width: 100%; height: 100%; font-size: 11px; font-family: Tahoma, Verdana, Arial, sans-serif !important; }
.dp-about td { padding: 10px; vertical-align: top; }
.dp-about .copy { border-bottom: 1px solid #ACA899; height: 95%; }
.dp-about .title { color: red; background-color: inherit; font-weight: bold; }
.dp-about .para { margin: 0 0 4px 0; }
.dp-about .footer { background-color: #ECEADB; color: #333; border-top: 1px solid #fff; text-align: right; }
.dp-about .close { font-size: 11px; font-family: Tahoma, Verdana, Arial, sans-serif !important; background-color: #ECEADB; color: #333; width: 60px; height: 22px; }

/* Language specific styles */

.dp-highlighter .comment, .dp-highlighter .comments { color: #008200; background-color: inherit; }
.dp-highlighter .string { color: blue; background-color: inherit; }
.dp-highlighter .keyword { color: #069; font-weight: bold; background-color: inherit; }
.dp-highlighter .preprocessor { color: gray; background-color: inherit; }

table.example {
	border:1px solid black;
	border-collapse:collapse;
}
table.example th, table.example td {
	border:1px solid #aaaaaa;
	padding: 2px 15px 2px 15px;
}
table.example thead th {
	background-color:#ccccff;
}
table.example tfoot td {
	background-color:#ffccff;
}

table.example tr.tbody_header {
	font-weight:bold;
	text-align:center;
	background-color:#dddddd;
}

table.example a.pagelink {
	padding-left:5px;
	padding-right:5px;
	border:1px solid #666666;
	margin:0px 5px 0px 5px;
}
table.example a.currentpage {
	background-color:yellow;
}
/* Striping */
tr.alternate {
	background-color:#E7EFEF; /*ffffcc;*/
}

/* Sorting */
th.table-sortable {
	cursor:pointer;
	background-image:url("images/sortable.gif");
	background-position:center left;
	background-repeat:no-repeat;
	padding-left:12px;
}
th.table-sorted-asc {
	background-image:url("images/sorted_up.gif");
	background-position:center left;
	background-repeat:no-repeat;
}
th.table-sorted-desc {
	background-image:url("images/sorted_down.gif");
	background-position:center left;
	background-repeat:no-repeat;
}
th.table-filtered {
	background-image:url("images/filter.gif");
	background-position:center left;
	background-repeat:no-repeat;
}
select.table-autofilter {
	font-size:smaller;
}

/* Examples which stray from the default */
table.altstripe tr.alternate2 {
	background-color:#ccffff;
}

/* Sort Icon Styles */
table.sort01 th.table-sortable { background-image:url("icons/01_unsorted.gif"); }
table.sort01 th.table-sorted-asc { background-image:url("icons/01_ascending.gif"); }
table.sort01 th.table-sorted-desc { background-image:url("icons/01_descending.gif"); }

table.sort02 th.table-sortable { background-image:none; padding-left:16px; }
table.sort02 th.table-sorted-asc { background-image:url("icons/02_ascending.gif"); }
table.sort02 th.table-sorted-desc { background-image:url("icons/02_descending.gif"); }

table.sort03 th.table-sortable { background-image:none; }
table.sort03 th.table-sorted-asc { background-image:url("icons/03_ascending.gif"); }
table.sort03 th.table-sorted-desc { background-image:url("icons/03_descending.gif"); }

table.sort04 th.table-sortable { background-image:none; }
table.sort04 th.table-sorted-asc { background-image:url("icons/04_ascending.gif"); }
table.sort04 th.table-sorted-desc { background-image:url("icons/04_descending.gif"); }

table.sort05 th.table-sortable { background-image:url("icons/05_unsorted.gif"); padding-left:16px;}
table.sort05 th.table-sorted-asc { background-image:url("icons/05_ascending.gif"); }
table.sort05 th.table-sorted-desc { background-image:url("icons/05_descending.gif"); }

table.sort06 th.table-sortable { background-image:none; padding-left:16px;}
table.sort06 th.table-sorted-asc { background-image:url("icons/06_ascending.gif"); }
table.sort06 th.table-sorted-desc { background-image:url("icons/06_descending.gif"); }

table.sort07 th.table-sortable { background-image:none; }
table.sort07 th.table-sorted-asc { background-image:url("icons/07_ascending.gif"); }
table.sort07 th.table-sorted-desc { background-image:url("icons/07_descending.gif"); }

table.sort08 th.table-sortable { background-image:none; }
table.sort08 th.table-sorted-asc { background-image:url("icons/08_ascending.gif"); }
table.sort08 th.table-sorted-desc { background-image:url("icons/08_descending.gif"); }

table.sort09 th.table-sortable { background-image:none; padding-left:30px;}
table.sort09 th.table-sorted-asc { background-image:url("icons/09_ascending.gif"); }
table.sort09 th.table-sorted-desc { background-image:url("icons/09_descending.gif"); }

table.sort10 th.table-sortable { background-image:url("icons/10_unsorted.gif"); }
table.sort10 th.table-sorted-asc { background-image:url("icons/10_ascending.gif"); }
table.sort10 th.table-sorted-desc { background-image:url("icons/10_descending.gif"); }

table.sort11 th.table-sortable { background-image:url("icons/11_unsorted.gif");padding-left:24px; }
table.sort11 th.table-sorted-asc { background-image:url("icons/11_ascending.gif"); }
table.sort11 th.table-sorted-desc { background-image:url("icons/11_descending.gif"); }

table.sort12 th.table-sortable { background-image:none; }
table.sort12 th.table-sorted-asc { background-image:url("icons/12_ascending.gif"); }
table.sort12 th.table-sorted-desc { background-image:url("icons/12_descending.gif"); }

table.sort13 th.table-sortable { background-image:none; }
table.sort13 th.table-sorted-asc { background-image:url("icons/13_ascending.gif"); }
table.sort13 th.table-sorted-desc { background-image:url("icons/13_descending.gif"); }

table.sort14 th.table-sortable { background-image:none; }
table.sort14 th.table-sorted-asc { background-image:url("icons/14_ascending.gif"); }
table.sort14 th.table-sorted-desc { background-image:url("icons/14_descending.gif"); }

table.sort15 th.table-sortable { background-image:none; }
table.sort15 th.table-sorted-asc { background-image:url("icons/15_ascending.gif"); }
table.sort15 th.table-sorted-desc { background-image:url("icons/15_descending.gif"); }

table.sort16 th.table-sortable { background-image:none; }
table.sort16 th.table-sorted-asc { background-image:url("icons/16_ascending.gif"); }
table.sort16 th.table-sorted-desc { background-image:url("icons/16_descending.gif"); }

table.sort17 th.table-sortable { background-image:none; }
table.sort17 th.table-sorted-asc { background-image:url("icons/17_ascending.gif"); }
table.sort17 th.table-sorted-desc { background-image:url("icons/17_descending.gif"); }

table.sort18 th.table-sortable { background-image:url("icons/18_unsorted.gif"); }
table.sort18 th.table-sorted-asc { background-image:url("icons/18_ascending.gif"); }
table.sort18 th.table-sorted-desc { background-image:url("icons/18_descending.gif"); }

table.sort19 th.table-sortable { background-image:url("icons/19_unsorted.gif");padding-left:24px; }
table.sort19 th.table-sorted-asc { background-image:url("icons/19_ascending.gif"); }
table.sort19 th.table-sorted-desc { background-image:url("icons/19_descending.gif"); }

/* Icons box */
.iconset {
	margin:5px;
	border:1px solid #cccccc;
	border-color:#cccccc #666666 #666666 #cccccc;
	text-align:center;
	cursor:pointer;
	width:100px;
}
.iconset img {
	margin:3px;
}

/* Documentation */
tr.doc_section {
	font-weight:bold;
	text-align:center;
	background-color:#dddddd;
}


