
/* footer info */
.footer  { color: #444; font-size: xx-small }

/* error message style */
.error   { color: #c10004; font-size: 11px }

/* admin name style */
.adminname    { color: white; font-weight: bold; line-height: 15px; background-color: #c10004; margin-bottom: 12px; padding: 5px 12px }

/* entry subject */
/* admin replies */
.reply  { color: #444; font-size: 10px; font-weight: bold; background-color: white; padding: 3 }

/* xx-small font */
.xxsmall  { font-size: 10px }


/* headings */
h1   { color: #444444; font-size: 15px; font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; font-weight: normal }
h3  { color: #444; font-size: 13px; font-family: Arial, Helvetica, sans-serif }
/* TD: "Edit entry" cells */
.edit   { font-size: 11px; line-height: 16px; padding: 3px }

/* TD: cells containing input buttons */
.buttons   { color: white; font-size: 11px; background-color: #7d7d7d; padding: 2px }

/* TD: entry details */
.subject { color: #444; font-size: 10px; font-weight: bold; padding: 1px 3 }
.subject1  { color: #444; font-size: 11px; font-style: oblique; font-weight: bold }
.subject2 { color: #444; font-size: 11px; padding-left: 12px }
.details   { font-size: 13px; font-weight: bold; line-height: 17px; background-color: #e5e5e5; text-indent: 12px }
.details1   { font-size: 11px; background-color: #e5e5e5; text-indent: 12px }
.details2 { font-size: 11px; text-indent: 12px }
/* TD: cells with "no" formatting */
.none {
	background-color: #78A0C8;
	font-size: xx-small;
}

/* HR */
/* user input fields and buttons */
textarea {
	overflow: auto;
}
input,textarea,select   { color: #444; font-size: 12px; font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; font-weight: normal; background-color: #fafafa }
/* IMG */
img {
	border: 0;
}