a
{
	color: #258;
}

a:hover, a:active
{
	color: #611;
}

h1
{
	text-align: center;
}

h2
{
	color: white;
	background-color: #369;
	background: #369 url(glass_big.png) center left repeat-x;
	border: 2px solid #114477;
	padding: 0.2em;
}

h3
{
	//color: black;
	//background-color: #ddf;
	//border: 1px dotted #cce;
	//padding: 0.2em;
	color: #611;
	border-bottom: 1px dotted #daa;
}

acronym
{
	border-bottom: none;
}

.subtitle
{
	text-align: center;
	font-size: 80%;
}

.code
{
	font-family: monospace;
	background-color: #eee;
	border: 1px solid #d0d0d0;
	padding: 1em;
	margin: 1em;
}

.function
{
	background: #fda url(glass_small.png) center left repeat-x;
	padding: 0.2em 0.5em;
	font-weight: bold;
	border-bottom: 1px dashed #da8;
}

table.code
{
	padding: 1em 0em;
}

table.code th
{
	text-align: left;
}

table.code td, table.code th
{
	padding: 0em 1em;
}

.pre
{
	white-space: pre;
}

.floatleft
{
	float: left;
	width: 48%;
}

.floatright
{
	float: right;
	width: 48%;
}

.twothirdsleft
{
	float: left;
	width: 66%;
}

.onethirdright
{
	float: right;
	width: 31%;
	padding-right: 2%;
}

.colclear
{
	clear: both;
}

#toc
{
	list-style-type: upper-roman;
}




.code_default
{
    FONT-FAMILY: "Courier New", Courier, monospace;
    FONT-SIZE: 10pt;
}

.p_character
{
	color: olive;
}

.p_classname
{
	color: blue;
	font-weight: bold;
}

.p_commentblock
{
	color: gray;
	font-style: italic;
}

.p_commentline
{
	color: green;
	font-style: italic;
}

.p_default
{
}

.p_defname
{
    color: #009999;
	font-weight: bold;
}

.p_identifier
{
	color: black;
}

.p_number
{
    color: #009999;
}

.p_operator
{
	color: black;
}

.p_string
{
	color: olive;
}

.p_stringeol
{
	color: olive;
}

.p_triple
{
	color: olive;
}

.p_tripledouble
{
	color: olive;
}

.p_word
{
	color: navy;
	font-weight: bold;
}
