
body {
	margin: 11 20;
	color: #000044;
	background-color: #fcfcfc;
}

body, table, tr, td {
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}

a {
	color: #da4725;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

code { 
	font-family: Times New Roman, Times, serif;
	font-style: italic;
	font-size: 111%;
	font-weight: bold;
	color: blue;
}

pre { 
	font-family: Courier;
	font-size: 9pt;
	background-color: #f9f9f9;
	border: 1px solid #dddddd;
	margin: 0px 20px 0px 10px; padding: 10px; 
}

td.left {
	font-family: Arial, helvetica, sans-serif;
	background-color: #dddddf;
	padding: 3 7;
	vertical-align: top;
}

hr {
	color: #aaaaaa; height: 1px;
}

/*
** Attribute Table
*/

.attributes { 
	font-family: Arial;
	font-size: 10px;
}

.attr td {
	font-family: Arial, Helvetica, Sans-Serif;
	background-color: #dddddf;
	padding: 3px 7px;
	vertical-align: top;
}

.attr .heading td {
	font-weight: bold;
	background-color: #aaaabb;
	color: #FFFFFF;
}

.attr .req td {
	background-color: #eedddf;
}

.attr .opt td {
	background-color: #eeeeee;
}

.attr .constraint {
	font-size: smaller;
	color: #BB0000;
	background-color: #FFDDDD;
}

/*
** Event Table
*/

.events { 
	font-family: Arial;
	font-size: 10px;
}

.event td {
	font-family: Arial, Helvetica, Sans-Serif;
	background-color: #dddddf;
	padding: 3px 7px;
	vertical-align: top;
}

.event .heading td {
	font-weight: bold;
	background-color: #aaaabb;
	color: #FFFFFF;
}

.attr .signature {
	font-eight: bold;
}

/*
** Miscelaneous
*/

.javadoc {
	border: 1px dotted black;
}

.syntax { 
	font-family: Arial;
	font-size: 10px;
	background-color: #f9f9f9;
	border: 1px solid #dddddd;
	margin: 0px 20px 0px 10px;
	padding: 11px; 
}

.taglib {
	font-weight : bold;
}

.exp {
	cursor: pointer;
	cursor: hand;
	align : absmiddle;
}

/*
** Logo
*/

.logo {
	text-align: center;
	border-bottom: 1px solid #bbbbbb;
	padding-bottom: 11px;
	padding-top: 10px;
	margin-bottom: 7px;
	font: italic 9pt Verdana, Arial, Helvetica, sans-serif;
}
.logo a {
	color: #444499;
}

/*
** Header and Footer
*/

.header, .header a, .footer {
	font: italic 10pt Times, serif; color: #777777;
}

.header {
	border-bottom: 1px solid #bbbbbb;
	margin-bottom: 7em;
}

.footer {
	border-top: 1px solid #bbbbbb;
	margin-top: 7em;
}

/*
** Formatting
*/

.code { 
	font-family: Courier;
	font-size: 9pt;
	background-color: #f9f9f9;
	border: 1px solid #dddddd;
	margin: 0px 20px 0px 10px; padding: 10px; 
}

.fmtCmt {
	font: 10pt Arial;
	color: #3F5FBF;
}

.fmtCmt .delim {
}

.fmtTag {
	font: 10pt Arial;
	color: black;
}

.fmtTag .delim {
	color: #3F7F7F;
}

.fmtTag .name {
	color: #3F7F7F;
}

.fmtTag .attr {
	color: #7F007F;
}

.fmtTag .value {
	color: #2A00FF;
}

/* JSP syntax elements */

.fmtJsp {
	font: 10pt Arial;
	color: black;
}

.fmtJsp .delim {
	color: #BF5F3F
}

.fmtJsp .name {
	color: #3F7F7F;
}

.fmtJsp .attr {
	color: #7F007F;
}

.fmtJsp .value {
	color: #2A00FF;
}

.fmtJspCmt {
	font: 10pt Arial;
	color: #3F5FBF;
}

.fmtJspCmt .delim {
	color: #3F5FBF;
}