Line | |
---|
1 | body {
|
---|
2 | min-width: 780px;
|
---|
3 | margin: 0;
|
---|
4 | padding: 0;
|
---|
5 | border: 10;
|
---|
6 | text-align: center;
|
---|
7 | font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
|
---|
8 | font-size: 85%;
|
---|
9 | color: #666666;
|
---|
10 | background-color: #EDEDED;
|
---|
11 | }
|
---|
12 |
|
---|
13 | h1, h2, h3, h4, h5, h6 {color: #F7931C;}
|
---|
14 |
|
---|
15 | h1 {
|
---|
16 | font-size: 2.0em;
|
---|
17 | font-weight: normal;
|
---|
18 | }
|
---|
19 |
|
---|
20 | a {
|
---|
21 | color:#F7931C;
|
---|
22 | }
|
---|
23 |
|
---|
24 | #mainwrapper {
|
---|
25 | margin: 0 auto;
|
---|
26 | width: 80%;
|
---|
27 | min-width: 780px;
|
---|
28 | text-align: left;
|
---|
29 | }
|
---|
30 |
|
---|
31 | #header {
|
---|
32 | margin-left: 0px;
|
---|
33 | margin-bottom: 0px;
|
---|
34 | color: #FFFFFF;
|
---|
35 | background-color: #F7931C;
|
---|
36 | border:solid 1px #A7A7A7;
|
---|
37 | font-size: 2.0em;
|
---|
38 | font-weight: normal;
|
---|
39 | padding:10px;
|
---|
40 | border-bottom:solid 4px #A7A7A7;
|
---|
41 | }
|
---|
42 |
|
---|
43 | #header a {
|
---|
44 | color:White;
|
---|
45 | }
|
---|
46 |
|
---|
47 | #header-bottom
|
---|
48 | {
|
---|
49 | width:100%;
|
---|
50 | font-size: 14px;
|
---|
51 | font-style: italic;
|
---|
52 | }
|
---|
53 |
|
---|
54 | #content {
|
---|
55 | width: 100%;
|
---|
56 | border:solid 1px #A7A7A7;
|
---|
57 | background-color:White;
|
---|
58 | }
|
---|
59 |
|
---|
60 | #content-left {
|
---|
61 | width:180px;
|
---|
62 | padding-top:10px;
|
---|
63 | }
|
---|
64 |
|
---|
65 | #content-right
|
---|
66 | {
|
---|
67 | width:auto;
|
---|
68 | border-left:1px solid #A7A7A7;
|
---|
69 | padding:15px;
|
---|
70 | vertical-align:top;
|
---|
71 | }
|
---|
72 |
|
---|
73 | #breadcrumb
|
---|
74 | {
|
---|
75 | width: 100%;
|
---|
76 | font-family: Verdana;
|
---|
77 | font-size: 9pt;
|
---|
78 | }
|
---|
79 |
|
---|
80 | #breadcrumb a
|
---|
81 | {
|
---|
82 | color: #F7931C;
|
---|
83 | text-decoration: none;
|
---|
84 | }
|
---|
85 |
|
---|
86 | #breadcrumb a:hover
|
---|
87 | {
|
---|
88 | text-decoration: underline;
|
---|
89 | }
|
---|
90 |
|
---|
91 | #footer
|
---|
92 | {
|
---|
93 | margin-left: 0px;
|
---|
94 | margin-bottom: 0px;
|
---|
95 | color: #FFFFFF;
|
---|
96 | background-color: White;
|
---|
97 | border:solid 1px #A7A7A7;
|
---|
98 | font-size: 0.8em;
|
---|
99 | font-weight: normal;
|
---|
100 | padding:10px;
|
---|
101 | border-top:solid 4px #A7A7A7;
|
---|
102 | }
|
---|
103 |
|
---|
104 | .menu_nodeStyle
|
---|
105 | {
|
---|
106 | color:Black;
|
---|
107 | font-family:"Verdana";
|
---|
108 | font-size:8pt;
|
---|
109 | padding: 5px 5px 5px 5px;
|
---|
110 | width:100%;
|
---|
111 | border:solid 1px White;
|
---|
112 | }
|
---|
113 |
|
---|
114 | .menu_hoverNodestyle
|
---|
115 | {
|
---|
116 | background-color:#EDEDED;
|
---|
117 | border:solid 1px #888888;
|
---|
118 | cursor:pointer;
|
---|
119 | }
|
---|
120 |
|
---|
121 | .menu_selectedNodestyle
|
---|
122 | {
|
---|
123 | padding: 5px 5px 5px 5px;
|
---|
124 | font-weight:bold;
|
---|
125 | color:#F7931C;
|
---|
126 | }
|
---|
127 |
|
---|
128 | /* LoginForm - Start */
|
---|
129 |
|
---|
130 | .divCenter {
|
---|
131 | width:50%;
|
---|
132 | margin-left:auto;
|
---|
133 | margin-right:auto;
|
---|
134 |
|
---|
135 | }
|
---|
136 |
|
---|
137 | .LoginForm {
|
---|
138 | background-color:#EDEDED;
|
---|
139 | border:solid 1px #888888;
|
---|
140 | color:#333333;
|
---|
141 | }
|
---|
142 |
|
---|
143 | .LoginForm td {
|
---|
144 | padding:4px;
|
---|
145 | }
|
---|
146 |
|
---|
147 |
|
---|
148 |
|
---|
149 | .LoginForm_InstructionText {
|
---|
150 | color:Black;
|
---|
151 | font-style:italic;
|
---|
152 | }
|
---|
153 |
|
---|
154 | .LoginForm_LoginButton {
|
---|
155 | color:#F7931C;
|
---|
156 | background-color:#FFFBFF;
|
---|
157 | border:solid 1px #CCCCCC;
|
---|
158 | }
|
---|
159 |
|
---|
160 | .LoginForm_TextBox {
|
---|
161 | }
|
---|
162 |
|
---|
163 | .LoginForm_TitleText {
|
---|
164 | background-color:#F7931C;
|
---|
165 | font-weight:bold;
|
---|
166 | color:White;
|
---|
167 | font-size:1.2em;
|
---|
168 | }
|
---|
169 |
|
---|
170 | /* LoginForm - End */
|
---|
171 |
|
---|
Note: See
TracBrowser
for help on using the repository browser.