/* Javadoc style sheet */

/* Define colors, fonts and other style attributes here to override the defaults  */

/* Page properties - general */
body {
	background-color: #ffffff;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	right: 22px;
	padding-right: 20px;
	padding-left: 20px;
}

/* Headings */
h1 {
	font-size: 140%;
}
h2 {
	font-size: 120%;
	padding-top: 20px;
}
h3 {
	font-size: 100%;
	padding-top: 16px;
}

p {
	margin-left: 0px;
	font-size: 90%;
}

a {
	color: #76a0b4;
}

/* Table colors */
.TableHeadingColor     {
	background-color: #76a0b4;
	color: #FFFFFF;
}
.TableHeadingColor td {
	font-size: 14px;
	
}
.TableHeadingColor td a {
	color: #ffffff;
	
}
.TableSubHeadingColor  {
	background-color: #e1e3e6;
} /* Light mauve */
.TableRowColor         {
	background: #FFFFFF;
} /* White */

/* Font used in left-hand frame lists */
.FrameTitleFont   { font-size: 100%; font-family: Helvetica, Arial, sans-serif; }
.FrameHeadingFont {
	font-size: 100%;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}
.FrameItemFont    {
	font-size: 80%;
	font-family: Helvetica, Arial, sans-serif;
}

/* Example of smaller, sans-serif font in frames */
/* .FrameItemFont  { font-size: 10pt; font-family: Helvetica, Arial, sans-serif } */

/* Navigation bar fonts and colors */
.NavBarCell1	{
	background-color: #e1e3e6;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.NavBarCell1Rev	{ background-color: #76a0b4; }
.NavBarFont1	{ font-family: Arial, Helvetica, sans-serif; color: #000000; }
.NavBarFont1Rev	{ font-family: Arial, Helvetica, sans-serif; color: #FFFFFF; }

.NavBarCell2	{
	font-family: Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
}
.NavBarCell3	{
	font-family: Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
}

.style1			{ color: #0000FF; }
.style2			{ font-family: "Courier New", Courier, monospace; }
.backtotop		{ color: #0000FF; font-size: 10px; }
.hlink			{ color: #0000FF; cursor: pointer; }

/* Expandable and collapsible links */
.explink		{ color: #0000FF; cursor: pointer; padding: 0px; }
tr {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #6C6C6C;
	border-left-color: #FFFFFF;
	border-bottom-width: thin;
}
td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #76a0b4;
}

.explink_plus	{ color: #0000FF; cursor: pointer; padding-left: 15px; background: url('images/plus.gif') center left no-repeat; }
.explink_minus	{ color: #0000FF; cursor: pointer; padding-left: 15px; background: url('images/minus.gif') center left no-repeat; }

/* Code sample style */
.codesample {
	margin-left: 30px;
	width: 60%;
	padding: 5px;
	background-color: #dddddd;
}
table {
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.SummaryHeader {
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.ClassesList {
	font-size: 14px;
}
.body2 {

	background-color: #ffffff;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	right: 22px;
	padding-right: 20px;
	padding-left: 30px;
}

