//
Controls all Submit Buttons
.FormLt1 { font-family : Arial;font-size : 8pt;cursor: hand;}
// Controls all
text area input boxes for forms
textarea {font-size:8pt;
height:75px; width:175px;}
// Controls built-in
template header fonts
.logohead {font-family
: Arial;font-size : 25pt;font-weight : bold;}
.logosub {font-family : Arial;font-size : 8pt;font-weight : bold;
}
// Used for border
control on various modules (Mostly Business Suite)
.border { font-family:
Arial; font-size: 8pt; border: 1px solid #000000;}
// These Class
definitions control aspects of the calendar,
// and shopping cart module. Best not to modify
.text {
font-family: Arial, Helvetica, sans-serif; font-size: 9pt;
}
.SMtext { font-family:
Arial, Helvetica, sans-serif; font-size: 8pt;}
.uptext { font-family: Arial, Helvetica, sans-serif; font-size:
7pt; color: darkgreen;}
|