-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIRS1120ScheduleUTPStyle.xsl
229 lines (216 loc) · 7.04 KB
/
IRS1120ScheduleUTPStyle.xsl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:fo="http://www.w3.org/1999/XSL/Format">
<xsl:template name="IRS1120ScheduleUTPStyle">
.styIRS1120ScheduleUTP_styFN { /* Form Name */
border-style: solid; border-color: black;
border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-right-width: 1px;
float: left; clear: none;
}
.styIRS1120ScheduleUTP_styFNum { /* Form Number */
font-family: verdana, arial, sans-serif;
font-size: 10pt; font-weight: bold;
}
.styIRS1120ScheduleUTP_styFNum2 { /* Form Number 2nd Line */
font-family: verdana, arial, sans-serif;
font-size: 8pt; font-weight: bold;
}
.styIRS1120ScheduleUTP_styAgency { /* Agency */
font-family: "Arial Narrow";
font-size: 7pt;
font-weight:normal;
line-height:100%
}
.styIRS1120ScheduleUTP_styFTBox { /* Form Title Box*/
text-align: center;
float: left; clear: none;
}
.styIRS1120ScheduleUTP_styFMT { /* Form Main Title */
font-family: verdana, arial, sans-serif;
font-size: 12pt; font-weight: bold;
}
.styIRS1120ScheduleUTP_styFST { /* Form Subtitle */
font-family: verdana, arial, sans-serif;
font-size: 7pt; font-weight: bold;
}
.styIRS1120ScheduleUTP_styTYBox { /* Tax Year Box*/
text-align: center;
border-style: solid; border-color: black;
border-top-width: 0px; border-bottom-width: 0px; border-left-width: 1px; border-right-width: 0px;
float: left; clear: none;
}
.styIRS1120ScheduleUTP_styOMB { /* OMB No. */
border-bottom:1 solid black;
font-size:7pt
}
.styIRS1120ScheduleUTP_styTY { /* Tax Year */
vertical-align: middle;
font-family: "Arial Narrow", arial, verdana;
font-size: 26pt; font-weight: bold;
}
.styIRS1120ScheduleUTP_styInputFld { /* Input Text Field */
color: black;
font-family: verdana, arial, sans-serif;
font-size: 8pt; font-weight: bold;
border-style: none; border-color: black;
border-top-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-right-width: 1px;
}
.styIRS1120ScheduleUTP_styBusinessName { /* Business Name */
font-size: 7pt;
padding-top: 0px; padding-bottom: 0px; padding-left: 3px; padding-right: 0px;
border-style: solid; border-color: black;
border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-right-width: 1px;
float: left; clear: none;
}
.styIRS1120ScheduleUTP_styBusinessNameInputFld { /* Business Name Input Field */
width: 517px;
color: black;
font-family: verdana, arial, sans-serif;
font-size: 8pt; font-weight: bold;
border-style: none; border-color: black;
border-top-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-right-width: 1px;
}
.styIRS1120ScheduleUTP_styEIN { /* EIN */
font-size: 7pt;
text-align: center;
padding-top: 0px; padding-bottom: 0px; padding-left: 8px; padding-right: 0px;
border-style: solid; border-color: black;
border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-right-width: 0px;
float: left; clear: none;
}
.styIRS1120ScheduleUTP_styEINInputFld { /* EIN Input Field */
width: 170px;
color: black;
font-family: verdana, arial, sans-serif;
font-size: 8pt; font-weight: bold;
text-align:center;
border-style: none; border-color: black;
border-top-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-right-width: 1px;
}
.styIRS1120ScheduleUTP_styPartHdr { /* Part Header */
font-size: 8pt; font-weight: bold;
padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px;
border-style: solid; border-color: black;
border-top-width: 1px; border-bottom-width: 1px; border-left-width: 0px; border-right-width: 0px;
}
.styIRS1120ScheduleUTP_styPartHdrSpanner { /* Part Header Spanner */
width: 5px;
background-color: black;
height:14px;
}
.styIRS1120ScheduleUTP_styPartHdrTitle { /* Part Header Title */
color: white; background-color: black;
height:14px;
}
.styIRS1120ScheduleUTP_styTableHdr { /* Table Header */
font-size: 6pt;
text-align: center;
border-style: solid; border-color: black;
border-top-width: 0px; border-bottom-width: 1px; border-left-width: 0px; border-right-width: 0px;
float: left; clear: none;
}
.styIRS1120ScheduleUTP_styIFrame { /* IFrame for Tables 1 and 2 */
width: 707px; height: 106px;
display: block;
}
.styIRS1120ScheduleUTP_styTableContainer { /* Scrollable Table Container */
width: 707px;
float:none; clear:both;
overflow-y: auto;
border-style: solid; border-color: black;
border-top-width: 0px; border-bottom-width: 1px; border-left-width: 0px; border-right-width: 0px;
}
.styIRS1120ScheduleUTP_styTable { /* Table */
font-size: 7pt;
text-align: left;
float:none; clear:both;
width:100%
}
.styIRS1120ScheduleUTP_styLeftCell {
color: black;
border-style: solid;
border-top-width: 0px; border-bottom-width: 1px; border-left-width: 0px; border-right-width: 1px;
border-color:black
}
.styIRS1120ScheduleUTP_styMiddleCell {
color: black;
text-align:center;
border-style: solid;
border-top-width: 0px; border-bottom-width: 1px; border-left-width: 0px; border-right-width: 1px;
border-color:black
}
.styIRS1120ScheduleUTP_styRightCell {
color: black;
text-align:center;
border-style: solid;
border-top-width: 0px; border-bottom-width: 1px; border-left-width: 0px; border-right-width: 0px;
border-color:black
}
.styIRS1120ScheduleUTP_styTableLastCol { /* Last Table Column */
width: 15px;
color: white;
text-align: right;
border-style: solid;
border-top-width: 0px; border-bottom-width: 1px; border-left-width: 0px; border-right-width: 0px;
display: none;
}
.styIRS1120ScheduleUTP_styLineItem { /* Line Item */
width: 708px;
font-size: 8pt;
float: left; clear: left;
}
.styIRS1120ScheduleUTP_styLN { /* Line Number */
width: 16px;
color: black;
font-weight: bold; text-align: right;
float:left
}
.styIRS1120ScheduleUTP_styLNRtMargin { /* Line Number Right Margin */
width: 16px;
float:left
}
.styIRS1120ScheduleUTP_styLNDesc { /* Line Description */
width: 533px;
height:4mm;
padding-top:0;
padding-bottom:0;
float:left
}
.styIRS1120ScheduleUTP_styLNBox { /* Boxed Line Numbers */
width: 25px;
font-weight: bold;
text-align: center;
border:1 solid black;
border-top:0;
height:4mm;
float:left
}
.styIRS1120ScheduleUTP_styLNValBox { /* Line Value Box */
width: 117px;
border-bottom:1 solid black;
height:4mm;
float:left
}
.styIRS1120ScheduleUTP_styLNVal { /* Line Value */
width: 117px;
font-size: 7pt;
text-align: right;
float:left
}
.styIRS1120ScheduleUTP_styCkbox { /* Checkbox */
height: 4mm; width: 4mm;
}
.styIRS1120ScheduleUTP_styCkboxText {
width: 48mm;
font-size: 7pt;
text-align: left;
margin-left: 2mm; margin-right: 0px;
float: left; clear: none;
}
.styIRS1120ScheduleUTP_styFormFooter { /* Form Footer */
font-size: 7pt;
text-align: left;
border-style: solid;
border-top-width: 2px; border-bottom-width: 0px; border-left-width: 0px; border-right-width: 0px;
}
</xsl:template>
</xsl:stylesheet>