@CHARSET "ISO-8859-1";

/*----------------------------------main-----------------------------------*/
* {
	padding: 0px;
	margin: 0px;
}

body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans",
		Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #777;
	height: 100%;
	background-color: #fff;
}

h1,.IPageTitle {
	font-family: "Myriad Pro", "Lucida Grande", "Lucida Sans Unicode",
		"Lucida Sans", Verdana, Arial, sans-serif;
	color: #6699FF;
	border-top: 1px solid #6699FF;
	font-size: 24px;
	margin: 0;
	padding: 8px 0 8px 0;
	font-weight: normal;
}

h3 {
	font-family: "Myriad Pro", "Lucida Grande", "Lucida Sans Unicode",
		"Lucida Sans", Verdana, Arial, sans-serif;
	color: #6699FF;
	font-size: 20px;
	margin-bottom: 15px;
	padding: 5px;
	font-weight: normal;
	border-bottom: 2px solid #ccc;
}

h4,.INavigationBar {
	display: block;
	width: 100%;
	padding: 3px;
	font-family: "Myriad Pro", "Lucida Grande", "Lucida Sans Unicode",
		"Lucida Sans", Verdana, Arial, sans-serif;
	color: #000;
	font-weight: normal;
	font-size: 18px;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	margin-bottom: 15px;
}

p {
	margin: 0px 20px 15px 20px;
	text-align: justify;
}

a {
	color: #780000;
	text-decoration: none;
	border-bottom: 1px dotted #780000;
}

ul {
	margin: 0px 20px 15px 20px;
}

li {
	list-style-position: inside;
}

#maintable {
	width: 840px;
	margin: auto;
	margin-top: 80px;
	table-layout: fixed;
}

.MenuSection {
	width: 164px;
}

blockquote {
	margin: 0px 20px 15px 20px;
	background: #eee;
	border: 1px solid #ccc;
	padding: 20px;
	overflow: auto;	
}

/*----------------------------------menu-----------------------------------*/
.MTitle {
display: none;	
}

.MEntry {
	font-size : 11px;
	border-right: 1px solid #CCC;
	padding-bottom: 3px;
	padding-top: 3px;
}

.MEntry a, #MSelected{
	border: 0px;
	font-weight: bold;
	display: block;
	color: #999999;
	background: #eaeaea;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-right: 3px solid #ccc;
}

.MEntry a:hover {
	color: #333333;
}

.MGroupContent {
padding-top: 6px;
}

.MGroupContent .MEntry {
	border: 0px;
	padding: 0px;
}

.MGroupContent .MIndex a,.MGroupContent .MFile a, #MSelected{
	font-weight: normal;
	background-color: #f4f4f4;
	font-size: 10px;
	margin-bottom: 1px;
	margin-top: 1px;
}

#MSelected  {
color: #000;	
}
/*----------------------------------class content-----------------------------------*/
.ContentSection {
	padding-left: 30px;
}

.CDescriptionList {
	border-spacing: 2px;
	border-collapse: separate;
	width: 600px;
	margin: 0px 20px 15px 20px;
}

.CDescriptionList td {
	background: #f4f4f4;
}

.CDLEntry,.CDLDescription {
	padding: 5px;
	border-left: 1px solid #ccc;
}

.CDLEntry {
	color: #000;
	border-left: 3px solid #ccc;
	padding-left: 10px;
	padding-right: 10px;
}

/*----------------------------------summary-----------------------------------*/
.STitle {
	display: block;
	width: 100%;
	padding: 3px;
	font-family: "Myriad Pro", "Lucida Grande", "Lucida Sans Unicode",
		"Lucida Sans", Verdana, Arial, sans-serif;
	color: #000;
	font-weight: normal;
	font-size: 14px;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	margin-bottom: 15px;
}

.STable {
	width: 600px;
	margin: 0px 20px 15px 20px;
	margin-bottom: 15px;
	border-collapse: separate;
	border-spacing: 2px;
}

.STable a {
	color: #000;
	border-bottom: 1px dotted #000;
}

.SEntrySize,.SDescriptionSize {
	padding: 7px;
	background-color: #8eb4ff;
}

.SEntrySize {
	font-size: 15px;
}

.SGroup .SEntry,.SGroup .SDescription {
	padding: 5px;
	background-color: #c3d7ff;
	font-size: 13px;
}

.SGroup .SDescription {
	display: block;
	height: 16px;
}

.SFunction .SEntry,.SFunction .SDescription {
	padding: 5px;
	padding-right: 10px;
	background-color: #dde8ff;
}

.SFunction .SEntry {
	text-align: right;
}

.SMarked .SFunction .SEntry,.SMarked .SFunction .SDescription {
	background-color: #ecf2ff;
}

/*----------------------------------function descriptions-----------------------------------*/
.CGroup,.CFunction {
	
}

.CGroup {
	border-top: 1px solid #6699FF;
}

.CGroup h3 {
	border: 0px;
	font-size: 24px;
}

.CFunction h3 {
	background: #f4f4f4;
}

.CFunction p {
	margin-bottom: 0px;
}

.CFunction h4 {
	margin-top: 15px;
}

.CBody {
	margin-bottom: 15px;
}

.PParameter {
	color: #d00;
}
/*----------------------------------footer-----------------------------------*/
.Footer {
	text-align: right;
	width: 100%;
	border-top: 1px solid #ccc;
	margin-top: 70px;
}

/*----------------------------------CToolTip-----------------------------------*/
.CToolTip {
	position: absolute;
	visibility: hidden;
}

/*----------------------------------index pages-----------------------------------*/
.IndexSection {
	padding-right: 30px;
	padding-left: 30px;
}

.IndexSection>table {
	width: 630px;
	margin: 0px 20px 15px 20px;
	border-spacing: 1px;
	border-collapse: separate;
	table-layout: fixed;
}

.IndexSection td {
	background: #f9f9f9;
}

.IndexSection .IHeading {
	background: #f1f1f1;
	font-weight: bold;
	padding: 2px;
	text-align: center;
	width: 20px;
}

.ISymbolPrefix {
	text-align: right;
}