@CHARSET "ISO-8859-1";
html {
    overflow:auto;
}

div#content {
	text-align: left;
	position: relative;
	width: auto;
	height: auto;
}

div#content.documentation {
 	padding: 20px;
}

div#content.documentation * {
 	font-size: 13px;
}

div#content.documentation h2 {
 	font-size: 16px; 
	margin-bottom: 8px;
}

div#content.documentation h2 span {
 	font-size: 16px; 
	margin-bottom: 8px;
	color: #0000FF;
}

div#content.documentation h1 {
 	font-size: 16px; 
	color:#00F;
	margin-bottom: 8px;
}

div#content.documentation p {
	margin: 10px 0px 8px 0px;
}

div#content.documentation ul {
	margin: 0px 0px 10px 30px;
}

div#content.documentation ul li ul {
	margin: 0px 0px 0px 30px;
}

div#content.documentation ol {
	margin: 0px 0px 10px 30px;
}

div#content.documentation p.hanging {
	margin-top: 5px;
	text-indent: -16px;
	margin-left: 16px;
}

/*------------------------------------------------------------
	two column list for references
------------------------------------------------------------*/
div#content.documentation div.emRefs {
	width: 50%;
	float: left;
}

div#content.documentation ul {
	line-height: 18px;
	padding-left: 20px;
	padding-right: 20px;
}

div#content.documentation ul a:link {
	color: #039;
	text-decoration: none;
}
div#content.documentation ul a:hover {
	color: #000;
}

div#content.documentation ul li {
	margin-bottom: 4px;
}

div#content.documentation ul li span.summary {
	border: 1px solid #000;
	padding: 1px 4px 2px 4px;
	margin-left: 4px;
	background-color: #fff;
}

/*------------------------------------------------------------
	tabbed navigation
------------------------------------------------------------*/
div.tabholder {
	background-color:#aaa;
	padding: 8px 0px 0px 16px;
}

ul.tablist {
    list-style:none; 
    height: 2em;
    padding:0; 
    margin:0; 
    border: none;
}

ul.tablist li {
    float:left; 
    margin-right: 4px; 
}

ul.tablist li a {
    display:block;
    padding:4px 8px;
    text-decoration:none;
    border:0.06em solid #000;
    border-bottom: 0; 
	font-weight: bold;
    color:#000;
    background-color:#ddd;

    webkit-border-top-right-radius:0.50em;
    -webkit-border-top-left-radius:0.50em;
    -moz-border-radius-topright:0.50em;
    -moz-border-radius-topleft:0.50em;
    border-top-right-radius:0.50em;
    border-top-left-radius:0.50em;
}

ul.tablist li#currentPage a {
    background-color: #f8f8f8;
    color: #000;
	border-bottom: 0.06em solid #f8f8f8;
}

ul.tablist li#currentPage a:hover {
    background-color: #f8f8f8;
    color: #000;
}

ul.tablist li a:hover {
    background-color: #eeeeee;
    color: #000;
    text-decoration:none;
}

/*------------------------------------------------------------
	expand/collapse
------------------------------------------------------------*/
div#content.documentation h3 {
	margin-top: 10px;
	color: #4B8A08;
}

div#content.documentation h4 {
	margin-top: 10px;
	color: #003366;
}

div#content.documentation h5 {
	margin: 5px 0px 5px 16px; 
	color: #036; 
	font-weight:bold;
}

div#content.documentation div.formula {
	border: 1px solid black; 
	padding: 10px; 
	width: 90%; 
	background-color: #FFF;
}

div#content.documentation div.formula h5 {
	margin-left: 0px;
	margin-top: 0px;
}

div#content.documentation div.formula p {
	margin-top: 0px;
}

div#content .expand {
	text-decoration: none;
	cursor:pointer;
	padding: 0px 4px;
	background: url('arrow_r.gif') 0px 3px no-repeat;
}

div#content.documentation h2.expand a {
	margin-left: 10px;
	font-size: 14px;
}

div#content.documentation h3.expand a {
	margin-left: 10px;
	font-size: 14px;
}

div#content.documentation h4.expand a {
	margin-left: 10px;
	font-size: 13px;
}

div#content .expand.open {
	background: url('arrow_d.gif') 0px 3px no-repeat;
}

div#content .expand.over {
	background-color: #FFF;
}

div#content .expandContent {
	margin-left: 20px;
}

/* ------------------------------------------------------------------ 
	info window tables
------------------------------------------------------------------ */
div.helpWindow table {
	position: relative;
	top: 10px;
	left: 10px;
	margin-bottom: 20px;

	border-collapse: collapse;
	border-spacing: 0px;
	border: 1px solid #000;
	font-size: 12px;
}

div.helpWindow th {
	border: 1px solid black;
	background-color: #EEE;
	padding: 2px 4px;
	font-weight: normal;
	width: 13%;
}

div.helpWindow td {
	border: 1px solid black;
	padding: 2px 8px 2px 4px;
	text-align: right;
}

div.helpWindow td.red {
	color: #F00;
}

div.helpWindow td.rowLabel {
	vertical-align: top;
	text-align: left;
}

/* ------------------------------------------------------------------ 
	formulaWindow
------------------------------------------------------------------ */
div.formulaWindow table {
	position: relative;
	top: 10px;
	left: 10px;
	margin-bottom: 20px;

	border-collapse: collapse;
	border-spacing: 0px;
	border: 1px solid #000;
	font-size: 12px;
}

div.formulaWindow th {
	border: 1px solid black;
	background-color: #EEE;
	padding: 2px 4px;
	font-weight: normal;
	width: 13%;
	text-align: center;
}

div.formulaWindow td {
	border: 1px solid black;
	padding: 2px 12px 2px 4px;
	text-align: right;
}



