﻿html body 	{ 
	color: #000000; 
	background: #FFFFFF; 
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif; 
}
body, td, th {
	font-size: 12px;
}

/* links */
/*
:link, :visited 		{ color: #0000FF; text-decoration: none; }
:link:hover, :visited:hover 	{ color: #0000FF; text-decoration: underline; }
a.head				{ color: #FFFFFF; font-weight: bold; margin: 2px; padding: 6px;	}
a.head:visited			{ color: #FFFFFF; font-weight: bold; margin: 2px; padding: 6px;	}
a.head:hover 			{ color: #FF6600; background-color: #FFFFFF; text-decoration: none; }
*/

/* Links */
a:link {
	color: #0000CC;
	text-decoration: none;
}

a:visited {
    color: #0000CC;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #0000CC;
}

a:active {
	text-decoration: none;
	color: #CC0000;
}




/* tags */

ha1				{ color: #000000; }
ha2				{ color: #FF6600; }
ha3				{ color: #000000; }
/* Headings */
h1, h2, h3, h4, h5, h6	{
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 3px;
	letter-spacing: 1px;
	width: 90%;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 12px;
	color: #666666;
}

h5 {
	font-size: 11px;
}




.code, code, pre{ 
	font-family:"Courier New", Courier, monospace; 
	font-size:12px; 
	white-space:pre; 
}
code, pre			{
 color: #900000; vertical-align: text-bottom; 
 
}
pre.code			{ color: #000000; }
pre				{ padding: 5px 5px 5px 5px; background-color: #FAFAFA; border: 1px solid #E0E0E0; }

/* special */

.parameter			{ color: #333333; font-style: italic; }
.footer				{ color: #666666; font-size:10pt }
.modifier			{ color: #FF0000; }
.readproperty			{ color: #009900; }
.writeproperty			{ color: #990000; }
.askeyword			{ color: #000099; }
.packagename			{ font-size:12px; }

/* navigation */

.subnavigation			{ color: #333333; font-size:8pt; }
div.docindex 			{ color: #333333; background-color: #FFFFFF; width: 100%; padding: 4px 0px 4px 0px; }

/* tables */

div.comment table		{ border: 1px solid #E0E0E0; page-break-before: always; margin-top: 1em; margin-bottom: 1em; }
div.comment th			{ padding: 2px; text-align: left; background-color: #F0F0F0; }
div.comment td			{ padding: 2px; }

.summary_table			{
	font-size: 12px;
	
	padding: 5px 0px 0px 8px;
	margin: 4px;

	background-color: #FAFAFA;
/*
	border-top: 1px solid #E0E0E0;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;*/
}

.summary_table_description	{
	font-size: 12px;

	padding: 1px 0px 0px 8px;
	margin: 4px;

	background-color: #FAFAFA;
}

.members_documentation_table	{
	padding: 5px 5px 5px 5px;

	background-color: #FAFAFA;

	border: 1px solid #E0E0E0;
}

.summary_inherited_members_table {
	font-size: 11px;

	padding: 5px 5px;

	background-color: #FAFAFA;

	border: 1px solid #E0E0E0;
}
