0byt3m1n1
Path:
C:
/
Program Files (x86)
/
Microsoft Office
/
Office12
/
1033
/
GrooveForms5
/
FormsStyles
/
[
Home
]
File: Americana.css
* { font-family: "Verdana", sans-serif; font-size: 10pt; font-weight: normal; } TEXTAREA, SELECT, INPUT.text, .system, .inputPreview, .textareaPreview, .selectPreview, .formHeading, .sectionHeading, .button, .activeTab, .inactiveTab { font-weight: bold; } BODY { background-color: #539DE6; } TABLE { width: 100%; } HR { color: #F0F5FB; } FONT, .staticText { color: #003333; } .formHeading { background-color: #B3092D; font-size: 16pt; color: #ffffff; padding-top: 12px; padding-bottom: 12px; border-bottom: 4px solid #ffffff; margin-bottom: 5px; } .sectionHeading { font-size: 18pt; color: #206BB1; padding-bottom: 5px; padding-top: 5px; } .fieldLabel { color: #003333; text-align: right; } .button { font-size: 12pt; color: #295C5C; background-color: #99CCCC; border: 2px outset #CCFFFF; height: 28px; } .dateButton, .customButton { margin-left: 2px; background-color: #99CCCC; border: 1px outset #CCFFFF; height: 16px; } .customButton { height: 19px; } .button, .dateButton, .customButton { cursor: hand; } TEXTAREA { color: #666666; background-color: #ffffff; border: 1px solid #084889; overflow: auto; } SELECT{ color: #666666; background-color: #DDDDB1; border: 1px solid #BEBE82; } INPUT.text { color: #666666; background-color: #ffffff; border: 1px solid #084889; } INPUT.radio { color: #333333; } INPUT.checkbox { color: #333333; } .highlightField { background-color: #999999; } .highlightField FONT { color: #663333; } .hoverField { background-color: #AAAAAA; } .hoverField FONT { color: #774444; } .activeTab, .inactiveTab { cursor: default; padding: 2px 4px 2px 4px; border-right: 1px solid #999999; } .activeTab { background-image: url(Americana/tab_on.gif); color: #666666; } .inactiveTab { background-image: url(Americana/tab_off.gif); color: #999999; } .tabContents{ background-color: #F5F5F5; border-top: 1px dashed #2578C9; } /* field-group of class stdButtonBar will display at top right of the form - use for action-buttons */ .stdButtonBar { position: absolute; top: 0px; right: -100px; 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: 9pt !important; } .boldtabs .activeTab { font-weight: bold !important; } .boldtabs .inactiveTab { font-weight: bold !important; }