/* links */
a:link			{ color: #0000FF; text-decoration: none; }
a:link:hover	{ color: #FF6600; text-decoration: underline; }
a:active		{ color: #FF6600; text-decoration: underline; }
a:visited		{ color: #0000AA; text-decoration: none; }
a:visited:hover	{ color: #FF6600; text-decoration: underline; } 


/* content frame */
body {
    margin-top: 0;
	color: #000;
	font: 12px lucida grande, geneva, helvetica, arial, sans-serif;
	}

/* header definitions */

h1	{
	margin-top: 1em;
	margin-bottom: 25px;
	font: bold 30px lucida grande, geneva, helvetica, arial, sans-serif;
	color: #000;
	}
h2	{
	margin-top: 1.5em;
	font-size: 24px;
	color: #000;
	padding-bottom: 2px; border-bottom: 1px solid black;
	}
h3	{
	margin-top: 2em;
	margin-bottom: .5em;
	font-size: 19px;
	color: #000;
	}
h4	{
	margin-top: 2em;
	margin-bottom: .5em;
	font-size: 15px;
	color: #000;
	}
h5	{
	margin-top: 20px;
	margin-bottom: .5em;
    padding: 0;
	font-size: 13px;
	color: #000;
	}

/*
p {
    margin-top: 0px; margin-bottom: 10px; font: 12px lucida grande, geneva, helvetica, arial, sans-serif;
	}
*/

ul	{
	list-style: square outside;
	margin: 0 0 0 30px;
	padding: 0 0 12px 6px;
	}

li	{
	margin-top: 7px;
	}
	        
ol {
	list-style-type: decimal;
	list-style-position: outside;
	margin: 0 0 0 30px;
	padding: 0 0 12px 6px;
	}
	
/* JavaScript toc frame */
.jtoc_closed { background-color: #e9e9e9; }
.jtoc_open { background-color: #FFFFFF; padding-bottom: 10px; }
.jtoc_open_top_line {border-top: 1px solid #CCC; background-color: #fff; padding-bottom: 10px;}
.jtoc_open_bottom_line {border-bottom: 1px solid #CCC; background-color: #fff; padding-bottom: 10px;}
.jtoc_open_both_lines {border-bottom: 1px solid #CCC; border-top: 1px solid #CCC; background-color: #fff; padding-bottom: 10px;}


#toc {
    padding: 0 0 0 0;
}

#toc_staticbox {
    padding: 0 0 0 0; 
    border: 1px solid #919699; 
    background: #e9e9e9;
}
	
#toc h2 { 
    margin: 0; 
    padding: 10px; 
    font-size: 15px; font-weight: bold;
	border-bottom: 0px solid;
}


#toc ul { 
    list-style: none outside; 
    margin-left: 30px; margin-bottom: -2px;
    padding: 0px;
}

#toc ul ul { 
    list-style: none outside; 
    margin-left: 10px; margin-bottom: -2px;
    padding: 0px;
}


#toc li{
    font-weight: normal; font-size: 11px; 
    padding: 0px 5px 0px 0px; 
    }


#toc_line_hr {
    padding-top: 5px;
    border-bottom: 1px solid #CCC;
}

.toc_contents_text {
	font-family: lucida grande, geneva, helvetica, arial, sans-serif; font-size: 12px; font-weight: bold; padding-top: 4px 0;
	color: #0000FF;
}
.toc_contents_text_open {
	font-family: lucida grande, geneva, helvetica, arial, sans-serif; font-size: 12px;
	background: #FFFFFF; color: #0000FF;
}


/* mini navigation style (Hide/Show TOC & next/prev) */
.mini_nav_text {
	font-family: lucida grande, geneva, helvetica, arial, sans-serif;
	font-size: 9px;
	font-weight: normal;
}

/* +++++++++++++++++++++++++++++++++++++ */

.hilite_note {
	color: #FF0000;
	font-weight: bold;
}

.hilite_shortcut {
	color: #0066FF;
	font-weight: bold;
}

.hilite_tip {
	color: #11AA44;
	font-weight: bold;
}


