/* Elements style */

#content
{
	color: #222222;
}

#content h1, h2, h3, h4, h5, h6 
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #036;
	margin: 15px 0 10px 0;
	padding: 3px; 
}
#content h1.firstHeading 
{
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 1.7em;
	vertical-align: middle;
	font-weight: bold;
}
#content h1 
{
	font-size: 1.6em;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 25px;
}
#content h2
{
	font-size: 1.5em;
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom: dashed #CCC 1px;
}
#content h3 
{
	font-size: 1.4em;
}
#content p 
{
	line-height: 1.5em;
	margin: 15px 0 15px 0; 
	padding-left: 5px;
	padding-right: 5px;
	/*color: #373737;*/
}

#siteSub 
{
	display: none;
}

.printfooter 
{
	display: none;
}

tt
{
	color: black;
	font-weight: bold;
	font-size: 1.1em;
}

pre.commonpre 
{
	background: #EEE;
	font-size: 1.1em;
	line-height: 1.1em;
	border: dashed #666 1px;
	padding: 15px 20px 15px 20px;
	overflow: auto;
}

.prewrong {
	padding: 0; margin: 0;
}

.prewrong pre {
	background: #FDD;
	border: dashed #644 1px;
}

.wrong {
	background: #FDD;
	border: solid #644 1px;
	padding: 5px; 
	margin: 5px 0 5px 0;
}
.wrong-inline {
	background: #FDD;
	border: solid #644 1px;
	padding: 0 3px 0 3px; 
}


/* List Styles ****************************************************************** 
#content ul li 
{
	list-style: square;
}
#content ol li 
{
	list-style: decimal;
}
*/

/* TOC Styles *******************************************************************

#toc 
{
    border:1px solid #aaaaaa;
	background-color:#f9f9f9;
	padding:5px;
	margin: 0 0 10px 0;
	font-size: 0.90em;
}
#toc h2 
{
	margin: 0; padding: 0 0 2px 0;
	font-size: 1.4em;
}
#toc ul 
{
	margin: 0; padding: 0;
}
#toc li 
{
	list-style: none;
	margin-left: 1.2em;
}
#toc li a 
{
	text-decoration: none;
}

*/

.callout-box
{
	float:right;
	border: solid gray 1px;
	text-align: center;
	width: 220px;
	margin: 0px 0px 15px 15px;
	padding: 10px;
	background: #EEE;
}

.callout-pic
{
	/*border: solid gray 1px;*/
	float:right;
	text-align: center;
	width: 220px;
	padding-top: 5px;
	padding-left: 10px;
}

/**
#content ul li 
{
	padding: 0;
	margin: 0px 0px 12px 0px;
	list-style: square;
}
#content ol li 
{
	margin: 0px 0px 12px 0px;
	list-style: decimal;
}

#content li
{
}
*/

#content table
{
	margin: 10px;
	margin-left: 5px;
	margin-right: 5px;
}

#content .maincell
{
	background: url(images/coolbg.png); 
	padding: 5px;
	font-weight: bold;
}

#content .maincelllist
{
	padding: 0;
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	list-style: none;
	list-style-type: none;
}

#content .maincelllistitem
{
	list-style: none;
	list-style-type: none;
	padding: 3px;
	padding-left: 10px;
	margin: 0;
}

.commontable
{
	border: solid 1px black;
	width: 70%;
}

.commontable th
{
	background: #CDF;
	padding: 4px;
}

.commontable tr:first-child 
{
}

.commontable td:first-child
{
	border-left: solid 0px white;
	border-bottom: solid 1px #CCCCCC;
	padding: 2px;
}

.commontable td
{
	border-left: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
	padding: 2px;
}

/**  Panels */

.panels
{
	border: solid 1px red;
}
.options
{
	border: solid 1px navy;
	list-style-type: none;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 25px;
}

li.option 
{
	display: inline;
	border: solid 1px green;
	list-style-type: none;
	list-style: none;
	text-align: center;
}

li.option  span
{
	clear: both;
	padding-left: 10px;
	padding-left: 10px;
}

.panel
{
	border: solid 1px #CCCCCC;
}

.sitemap
{
	margin:0; 
	padding:0; 
}

ul.mktree  
{ 
	margin:0; 
	padding: 0px; 
	list-style: none; 
} 
ul.mktree  li 
{ 
	list-style: none; 
} 

/* Control how "spaced out" the tree is */
ul.mktree ul, ul.mktree li 
{ 
	margin-left:10px; 
	margin-top:5px; 
	margin-bottom:5px; 
	padding: 0px; 
}
/* Provide space for our own "bullet" inside the LI */
ul.mktree  li           .bullet 
{ 
	padding-left: 15px; 
}
/* Show "bullets" in the links, depending on the class of the LI that the link's in */
ul.mktree  li.liOpen    .bullet 
{ 
	cursor: pointer; 
	background: url(images/minus.gif)  center left no-repeat; 
}
ul.mktree  li.liClosed  .bullet 
{ 
	cursor: pointer; 
	background: url(images/plus.gif)   center left no-repeat; 
}
ul.mktree  li.liBullet  .bullet 
{ 
	cursor: default; 
	background: url(images/bullet.gif) center left no-repeat; 
}
/* Sublists are visible or not based on class of parent LI */
ul.mktree  li.liOpen    ul 
{ 
	display: block; 
}
ul.mktree  li.liClosed  ul 
{ 
	display: none; 
}
/* Format menu items differently depending on what level of the tree they are in */

/* TOC Styles ******************************************************************* */

#toc 
{
	text-align: left;
	border:1px solid #aaaaaa;
	background-color:#f9f9f9;
	padding:5px;
	margin: 0;
	margin-top: 10px;
	font-size: 0.90em;
	line-height: 150%;
	font-size: 0.85em;
}
#toc h2 
{
	margin: 0; padding: 0 0 2px 0;
	font-size: 1.4em;
}
#toc .tocindent 
{ 
	margin-left: 1em; 
}
#toc .tocline 
{ 
	margin-bottom: 0px; 
}
#toc p 
{ 
	margin: 0; 
}
#toc .toctoggle 
{ 
	font-size: 90%; 
}
#toc ul 
{
	margin: 0; padding: 0;
}
#toc li 
{
	list-style: none;
	margin-left: 1.2em;
}
#toc li a 
{
	text-decoration: none;
}

