DIV.pgTitle {
	border: 2px solid #000066;
} /* end class pgTitle */

DIV#figletMain {
	background-color: #6699CC;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 4px;
	width: 742px;
} /* end id figletMain */

FORM {
	margin-top: 0px;
	margin-bottom: 4px;
} /* end selector FORM */

/* input box where user enters string to Figletize */
INPUT#textInput {
	width: 300px;
} /* end ID textInput */

PRE#pageHeader {
	color: #000000;
	font-size: 7px;
	margin-bottom: 5px;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
} /* end ID pageTitle */

PRE#outputLabel {
	color: #000000;
	font-size: 8px;
	margin-bottom: 5px;
	padding-left: 4px;
} /* end ID outputLabel */

/* table that holds options for figletizing stuff */
TABLE#figletTable {
} /* end id figletTable */


TABLE#figletTable TD {
	padding: 2px;
	vertical-align: middle;
} /* end selector figletTable TD */

TABLE.rbgItemsTbl {
	margin: 0px;
	padding: 0px;
} /* end class rbgItemsTBL */

TD.selectionFields {
	color: #3F3F3F;
} /* end class selectionFields */

TD.rbgItems {
	color: #3F3F3F;
	padding: 0px;
	margin: 0px;
} /* end class rbgItems */

.altRow TD {
/*
	background-color: #77AADD;
*/
} /* end selcetor altRow TD */

.regRow TD {
	background-color: #77AADD;
} /* end selector regRow TD */

.dDebugging {
	background-color: #333333;
	color: #FF0000;
	font-size: 12pt;
} /* end class dDebugging */


/* area where Filgetized stuff is output */
DIV#outputArea {
	margin: 0px;
	padding-right: 10px;
	padding-top: 10px;
	padding-left: 10px;
	width: 100%;
} /* end id outputArea */


/* TD that labels each figlet option/field */
TABLE#figletTable TR TD.fieldLbl {
	font-weight: normal;
	padding-right: 3px;
	padding-left:  3px;
	text-align: right;
}
