0byt3m1n1
Path:
C:
/
Program Files (x86)
/
Microsoft Office
/
Office12
/
1033
/
GrooveForms5
/
FormsStyles
/
[
Home
]
File: Sts.css
* { font-family: "Verdana", sans-serif; font-size: 10pt; font-weight: normal; } BODY { background-color: #FFFFFF; border-left: 4 solid #FFCF00; border-top: 4 solid #FFCF00; margin: 0px; } TABLE { width: 100%; } DIV#SubmitBase BR { display: none; } DIV#SubmitBase { border-bottom: solid 1px #5A8AC6; margin-bottom: 14px; } TABLE.SubmitBase { width: 50%; } FORM { width: 100%; height: 100%; padding: 20px; background-color: #FFFFFF; border-right: 50px solid #5A8AC6; } FONT { color: #808080; } HR { color: #5A8AC6; width: 100%; } TD { vertical-align: top; } TEXTAREA { width: 340px; } .staticText { color: #000000; } .formHeading { color: #000000; font-size: 12pt; } .sectionHeading { font-weight: bold; width: 100%; } input { width: 340px; } input.Date { width: 170px; } input.Currency { width: 100px; } input.Numeric { width: 100px; } input.CheckBox { width: 22px; } SPAN.Radio input { width: 22px; } .button { color: #3165CE; background-color: #FCFCFC; cursor:hand; } .dateButton, .customButton { color: #3165CE; background-color: #FCFCFC; margin-left: 2px; height: 20px; cursor: hand; } a { color: #3165CE; text-decoration: none; } .highlightField { background-color: #808080; } .highlightField FONT { color: #3165CE; } .hoverField { background-color: #919191; } .hoverField FONT { color: #4276DF; } /* field-group of class stdButtonBar will display at top right of the form - use for action-buttons */ .stdButtonBar { position: absolute; top: 0px; right: -10px; height: 43px; padding-top: 10px; padding-right: 7px; padding-left: 5px; } /* other handy general-purpose classnames */ .boldface * { font-weight: bold !important; } .italic * { font-style: italic !important; } .bigtext * { font-size: 11pt !important; } .bigbold * { font-size: 11pt !important; font-weight: bold !important; } .smalltext * { font-size: 8pt !important; } .boldtabs .activeTab { font-weight: bold !important; } .boldtabs .inactiveTab { font-weight: bold !important; } /* textarea shouldn't have a scrollbar unless it's got lots of content */ TEXTAREA { overflow: auto; } /* Buttons have a hand cursor */ .button, .dateButton, .customButton { cursor: hand; }