#tooltip {
	position:absolute;
	font-family: Lucida Grande,Verdana,sans-serif;
	color: #000000;
	background-color: #ffffbb;
	border: 1px solid #888844;
	width: 245px;
	padding: 2px;
	padding-left: 4px;
	font-size: 8pt;
	visibility: hidden;
}
body {
  background: #fff;
  font: 12px/1.5em arial,helvetica,clean,terminal,sans-serif;
}

ul.glassList {
    list-style: url(../images/aquadot.jpg) disc outside;
    margin-right: 50px;
}

div#content {
    margin:0;
    padding: 1em;
    clear:both;
	width: 400px;
}

div#header {
    margin-bottom: 0px;
}

div#source {
    padding: 3px;
    text-align: right;
    font-weight: bold;
    padding-right: 10px;
    position: absolute;
    width: 120px;
    top: 0px;
    right: 0px;
    z-index: 1000;
    border-left: 1px solid silver;
    border-bottom: 1px solid silver;
    background: #eee;
}

div#pageSource {
	position: absolute;
	top: 0px;
	right: 133px;
	width: 200px;
	border: 1px solid silver;
	border-top: 0;
	background: #ffd;
	padding: 3px;
	z-index: 1000;
}

img.download {
	vertical-align: middle;
	border: 0;
}

body#index div#source {
    background: none;
    border: none;
}

div#source a {
    color: green;
}

div#footer {
    border-top: 1px solid #eee;
    padding: 3px;
    text-align: center;
    font-size: 11px;
}

div#footer a {
    font-family: tahoma, arial, sans-serif;
    text-decoration: none;
    color: #999;
}

pre {
    background: #ffffdd;
    border: 1px solid #999999;
    color: #000000;
    padding: 5px 5px 5px 7px;
    font-size: 12px;
    line-height: normal;
}

div.dynamicMenu {
    position: relative;
    left: 0;
}

div.tree {
    padding: 10px;
}

.jspmaker {
	color: ; /* text color */
	font-family: ; /* font name */
	font-size: x-small; /* font size */	
}

input, select {	
	font-family: arial,helvetica,clean,terminal,sans-serif; /* font name */
	font-size: x-small; /* font size */
} 

textarea {	
	font-family: arial,helvetica,clean,terminal,sans-serif; /* font name */
	/*font-size: x-small;*/ /* font size */
    font-size: 100%;
} 

a:active {
	color: ; /* active link color */
}

a:link {
	color: ; /* link color */
}

a:visited {
	color: ; /* visited link color */
}

/* main table */
.ewTable {
	width: ; /* table width */	
	color: ; /* text color */
	font-family: ; /* font name */
	font-size: x-small; /* font size */
	border-collapse: collapse;
	border: none;
}

/* main table data cells */
.ewTable td {
	padding: 4px; /* cell padding */
	border: 1px solid; /* cell spacing */
	border-color: #CCCCCC;  /* table background color */
}

/* main table header cells */
.ewTableHeader {
	background-color: #594FBF; /* header color */
	color: #FFFFFF; /* header font color */	
	vertical-align: top;	
}

.ewTableHeader a {	
	color: #FFFFFF; /* header font color */	
}

/* main table row color */
.ewTableRow {
	background-color: #FFFFFF;  /* alt row color 1 */
}

/* main table alternate row color */
.ewTableAltRow {
	background-color: #F5F5F5; /* alt row color 2 */	
}

/* main table sorting indicator */
.ewTableOrderIndicator {
	font-family: Webdings;	
}

/* main table footer section */
.ewTableFooter {
	background-color: #FFFFE0;	
}
